@nexeraid/identity-schemas 2.51.0-dev → 2.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{CoinMarketCap.schema-7547cfab.cjs.dev.cjs → CoinMarketCap.schema-27ba8fcb.cjs.dev.cjs} +3 -45
- package/dist/{CoinMarketCap.schema-92f631cd.esm.mjs → CoinMarketCap.schema-9f4d27e2.esm.mjs} +3 -43
- package/dist/{CoinMarketCap.schema-458718fc.cjs.prod.cjs → CoinMarketCap.schema-ffdc20a8.cjs.prod.cjs} +3 -45
- package/dist/declarations/src/data-links-temp/data-links-serialize.d.ts +18 -0
- package/dist/declarations/src/data-links-temp/data-links-serialize.d.ts.map +1 -0
- package/dist/declarations/src/data-links-temp/data-links-transformer.d.ts +50 -0
- package/dist/declarations/src/data-links-temp/data-links-transformer.d.ts.map +1 -0
- package/dist/declarations/src/data-links-temp/data-links-zod.d.ts +16 -0
- package/dist/declarations/src/data-links-temp/data-links-zod.d.ts.map +1 -0
- package/dist/declarations/src/data-links-temp/data-links.d.ts +63 -0
- package/dist/declarations/src/data-links-temp/data-links.d.ts.map +1 -0
- package/dist/declarations/src/data-links-temp/debug-util.d.ts +4 -0
- package/dist/declarations/src/data-links-temp/debug-util.d.ts.map +1 -0
- package/dist/declarations/src/data-links-temp/index.d.ts +12 -0
- package/dist/declarations/src/data-links-temp/index.d.ts.map +1 -0
- package/dist/declarations/src/data-links-temp/metadata-links-serialize.d.ts +16 -0
- package/dist/declarations/src/data-links-temp/metadata-links-serialize.d.ts.map +1 -0
- package/dist/declarations/src/data-links-temp/metadata-links-zod.d.ts +17 -0
- package/dist/declarations/src/data-links-temp/metadata-links-zod.d.ts.map +1 -0
- package/dist/declarations/src/data-links-temp/metadata-links.d.ts +21 -0
- package/dist/declarations/src/data-links-temp/metadata-links.d.ts.map +1 -0
- package/dist/declarations/src/data-links-temp/object-path.d.ts +10 -0
- package/dist/declarations/src/data-links-temp/object-path.d.ts.map +1 -0
- package/dist/declarations/src/data-links-temp/type-util.d.ts +10 -0
- package/dist/declarations/src/data-links-temp/type-util.d.ts.map +1 -0
- package/dist/declarations/src/data-links-temp/zod-utils.d.ts +17 -0
- package/dist/declarations/src/data-links-temp/zod-utils.d.ts.map +1 -0
- package/dist/declarations/src/nexeraSSID.schema.d.ts +12 -12
- package/dist/declarations/src/vault/vault.schema.d.ts +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/{frontend-utilities.schema-1fc1ac89.esm.mjs → frontend-utilities.schema-0fe69c3f.esm.mjs} +2 -2
- package/dist/{frontend-utilities.schema-6e49840a.cjs.prod.cjs → frontend-utilities.schema-3430626e.cjs.prod.cjs} +2 -2
- package/dist/{frontend-utilities.schema-85f9876c.cjs.dev.cjs → frontend-utilities.schema-c8e27771.cjs.dev.cjs} +2 -2
- package/dist/{identity-api.schema-85818eef.cjs.dev.cjs → identity-api.schema-a55b7df2.cjs.dev.cjs} +3 -3
- package/dist/{identity-api.schema-a209ace8.esm.mjs → identity-api.schema-ab31801c.esm.mjs} +3 -3
- package/dist/{identity-api.schema-3624d24d.cjs.prod.cjs → identity-api.schema-cc70165f.cjs.prod.cjs} +3 -3
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +4 -4
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +4 -4
- package/dist/nexeraid-identity-schemas.esm.mjs +5 -5
- package/dist/package.json +4 -3
- package/dist/{vault.schema-91351642.cjs.dev.cjs → vault.schema-2048f78f.cjs.dev.cjs} +167 -2
- package/dist/{vault.schema-c69b9a1d.cjs.prod.cjs → vault.schema-33b925bb.cjs.prod.cjs} +167 -2
- package/dist/{vault.schema-1c695a28.esm.mjs → vault.schema-5cdddf4f.esm.mjs} +164 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +3 -3
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +3 -3
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +3 -3
- package/package.json +3 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +4 -4
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +4 -4
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +4 -4
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +4 -4
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +4 -4
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +8 -8
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +8 -8
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +8 -8
|
@@ -34,8 +34,8 @@ export declare const WorkspaceId: z.ZodString;
|
|
|
34
34
|
export declare const WorkflowId: z.ZodString;
|
|
35
35
|
export declare const CustomerId: z.ZodString;
|
|
36
36
|
export declare const IdentityWidgetAccessToken: z.ZodObject<{
|
|
37
|
-
sub: z.
|
|
38
|
-
blockchainNamespace: z.
|
|
37
|
+
sub: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>;
|
|
38
|
+
blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bitcoin"]>;
|
|
39
39
|
exp: z.ZodNumber;
|
|
40
40
|
projectId: z.ZodString;
|
|
41
41
|
organizationId: z.ZodString;
|
|
@@ -48,6 +48,8 @@ export declare const IdentityWidgetAccessToken: z.ZodObject<{
|
|
|
48
48
|
verificationMode: z.ZodEnum<["full_verification", "sandbox"]>;
|
|
49
49
|
hosts: z.ZodArray<z.ZodString, "many">;
|
|
50
50
|
}, "strip", z.ZodTypeAny, {
|
|
51
|
+
sub: string;
|
|
52
|
+
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin";
|
|
51
53
|
exp: number;
|
|
52
54
|
projectId: string;
|
|
53
55
|
organizationId: string;
|
|
@@ -56,12 +58,12 @@ export declare const IdentityWidgetAccessToken: z.ZodObject<{
|
|
|
56
58
|
timestamp: number;
|
|
57
59
|
verificationMode: "full_verification" | "sandbox";
|
|
58
60
|
hosts: string[];
|
|
59
|
-
sub?: string | undefined;
|
|
60
|
-
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | undefined;
|
|
61
61
|
workflowId?: string | undefined;
|
|
62
62
|
ipAddress?: string | undefined;
|
|
63
63
|
storeSharedVC?: boolean | null | undefined;
|
|
64
64
|
}, {
|
|
65
|
+
sub: string;
|
|
66
|
+
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin";
|
|
65
67
|
exp: number;
|
|
66
68
|
projectId: string;
|
|
67
69
|
organizationId: string;
|
|
@@ -70,8 +72,6 @@ export declare const IdentityWidgetAccessToken: z.ZodObject<{
|
|
|
70
72
|
timestamp: number;
|
|
71
73
|
verificationMode: "full_verification" | "sandbox";
|
|
72
74
|
hosts: string[];
|
|
73
|
-
sub?: string | undefined;
|
|
74
|
-
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | undefined;
|
|
75
75
|
workflowId?: string | undefined;
|
|
76
76
|
ipAddress?: string | undefined;
|
|
77
77
|
storeSharedVC?: boolean | null | undefined;
|
|
@@ -284,8 +284,8 @@ export type WorkspaceId = z.infer<typeof WorkspaceId>;
|
|
|
284
284
|
export type WorkflowId = z.infer<typeof WorkflowId>;
|
|
285
285
|
export type CustomerId = z.infer<typeof CustomerId>;
|
|
286
286
|
export declare const IdentityWidgetSessionToken: z.ZodUnion<[z.ZodObject<{
|
|
287
|
-
sub: z.
|
|
288
|
-
blockchainNamespace: z.
|
|
287
|
+
sub: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>;
|
|
288
|
+
blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bitcoin"]>;
|
|
289
289
|
exp: z.ZodNumber;
|
|
290
290
|
projectId: z.ZodString;
|
|
291
291
|
organizationId: z.ZodString;
|
|
@@ -298,6 +298,8 @@ export declare const IdentityWidgetSessionToken: z.ZodUnion<[z.ZodObject<{
|
|
|
298
298
|
verificationMode: z.ZodEnum<["full_verification", "sandbox"]>;
|
|
299
299
|
hosts: z.ZodArray<z.ZodString, "many">;
|
|
300
300
|
}, "strip", z.ZodTypeAny, {
|
|
301
|
+
sub: string;
|
|
302
|
+
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin";
|
|
301
303
|
exp: number;
|
|
302
304
|
projectId: string;
|
|
303
305
|
organizationId: string;
|
|
@@ -306,12 +308,12 @@ export declare const IdentityWidgetSessionToken: z.ZodUnion<[z.ZodObject<{
|
|
|
306
308
|
timestamp: number;
|
|
307
309
|
verificationMode: "full_verification" | "sandbox";
|
|
308
310
|
hosts: string[];
|
|
309
|
-
sub?: string | undefined;
|
|
310
|
-
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | undefined;
|
|
311
311
|
workflowId?: string | undefined;
|
|
312
312
|
ipAddress?: string | undefined;
|
|
313
313
|
storeSharedVC?: boolean | null | undefined;
|
|
314
314
|
}, {
|
|
315
|
+
sub: string;
|
|
316
|
+
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin";
|
|
315
317
|
exp: number;
|
|
316
318
|
projectId: string;
|
|
317
319
|
organizationId: string;
|
|
@@ -320,8 +322,6 @@ export declare const IdentityWidgetSessionToken: z.ZodUnion<[z.ZodObject<{
|
|
|
320
322
|
timestamp: number;
|
|
321
323
|
verificationMode: "full_verification" | "sandbox";
|
|
322
324
|
hosts: string[];
|
|
323
|
-
sub?: string | undefined;
|
|
324
|
-
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bitcoin" | undefined;
|
|
325
325
|
workflowId?: string | undefined;
|
|
326
326
|
ipAddress?: string | undefined;
|
|
327
327
|
storeSharedVC?: boolean | null | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import type { DataLink, DataLinkDataType, EmbeddedLink, EmbeddedLinkDataType, MetadataLink, Paths, PointerLink, PointerLinkDataType, SearchLink, SearchLinkDataType } from "
|
|
2
|
+
import type { DataLink, DataLinkDataType, EmbeddedLink, EmbeddedLinkDataType, MetadataLink, Paths, PointerLink, PointerLinkDataType, SearchLink, SearchLinkDataType } from "../data-links-temp/index.js";
|
|
3
3
|
import CustomerJsonSchema from "./schemas/generated/Customer.schema.json.js";
|
|
4
4
|
import type CustomerType from "./schemas/generated/Customer.type.js";
|
|
5
5
|
import KycSessionJsonSchema from "./schemas/generated/KycSession.schema.json.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vault.schema.d.ts","sourceRoot":"../../../../src/vault","sources":["vault.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EACV,QAAQ,EACR,gBAAgB,EAChB,YAAY,EACZ,oBAAoB,EACpB,YAAY,EACZ,KAAK,EACL,WAAW,EACX,mBAAmB,EACnB,UAAU,EACV,kBAAkB,EACnB,
|
|
1
|
+
{"version":3,"file":"vault.schema.d.ts","sourceRoot":"../../../../src/vault","sources":["vault.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EACV,QAAQ,EACR,gBAAgB,EAChB,YAAY,EACZ,oBAAoB,EACpB,YAAY,EACZ,KAAK,EACL,WAAW,EACX,mBAAmB,EACnB,UAAU,EACV,kBAAkB,EACnB,oCAA2B;AAI5B,OAAO,kBAAkB,oDAAiD;AAC1E,OAAO,KAAK,YAAY,6CAA0C;AAClE,OAAO,oBAAoB,sDAAmD;AAC9E,OAAO,KAAK,cAAc,+CAA4C;AACtE,OAAO,qBAAqB,uDAAoD;AAChF,OAAO,KAAK,eAAe,gDAA6C;AAIxE,eAAO,MAAM,gBAAgB;;;;CAI5B,CAAC;AACF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { aR as _toConsumableArray } from './vault.schema-
|
|
2
|
-
import { dJ as SupportedType, dC as NUMERIC_OPERATORS, dy as ARRAY_OPERATORS, dE as BOOLEAN_OPERATORS, dA as STRING_OPERATORS } from './identity-api.schema-
|
|
1
|
+
import { aR as _toConsumableArray } from './vault.schema-5cdddf4f.esm.mjs';
|
|
2
|
+
import { dJ as SupportedType, dC as NUMERIC_OPERATORS, dy as ARRAY_OPERATORS, dE as BOOLEAN_OPERATORS, dA as STRING_OPERATORS } from './identity-api.schema-ab31801c.esm.mjs';
|
|
3
3
|
|
|
4
4
|
var VC_JSON_SCHEMA_MAP = {
|
|
5
5
|
ProofOfResidence: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
3
|
+
var vault_schema = require('./vault.schema-33b925bb.cjs.prod.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-cc70165f.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
3
|
+
var vault_schema = require('./vault.schema-2048f78f.cjs.dev.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-a55b7df2.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
package/dist/{identity-api.schema-85818eef.cjs.dev.cjs → identity-api.schema-a55b7df2.cjs.dev.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-2048f78f.cjs.dev.cjs');
|
|
5
5
|
var nanoid = require('nanoid');
|
|
6
6
|
|
|
7
7
|
function _toPrimitive(t, r) {
|
|
@@ -976,8 +976,8 @@ var WorkspaceId = zod.z.string();
|
|
|
976
976
|
var WorkflowId = UuidString;
|
|
977
977
|
var CustomerId = UuidString;
|
|
978
978
|
var IdentityWidgetAccessToken = zod.z.object({
|
|
979
|
-
sub: BlockchainAddress
|
|
980
|
-
blockchainNamespace: BlockchainNamespace
|
|
979
|
+
sub: BlockchainAddress,
|
|
980
|
+
blockchainNamespace: BlockchainNamespace,
|
|
981
981
|
exp: zod.z.number(),
|
|
982
982
|
projectId: zod.z.string(),
|
|
983
983
|
organizationId: OrganizationId,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { Q as IDImageCredentialSubjectSchema, T as ProofOfResidenceCredentialSubjectSchema, S as SelfieImageCredentialSubjectSchema, P as IDInformationCredentialSubjectSchema, N as OLD_AMLScreeningsResultsCredentialSubjectSchema, E as ID3CredentialSubjectSchema, F as IDScanCredentialSubjectSchema, H as IDScanSelfieCredentialSubjectSchema, G as IDScanPassportCredentialSubjectSchema, aM as VaultMetadataLinkZodSchema, U as GenericVerifiableCredentialSchema, v as CustomerStatus } from './vault.schema-
|
|
2
|
+
import { Q as IDImageCredentialSubjectSchema, T as ProofOfResidenceCredentialSubjectSchema, S as SelfieImageCredentialSubjectSchema, P as IDInformationCredentialSubjectSchema, N as OLD_AMLScreeningsResultsCredentialSubjectSchema, E as ID3CredentialSubjectSchema, F as IDScanCredentialSubjectSchema, H as IDScanSelfieCredentialSubjectSchema, G as IDScanPassportCredentialSubjectSchema, aM as VaultMetadataLinkZodSchema, U as GenericVerifiableCredentialSchema, v as CustomerStatus } from './vault.schema-5cdddf4f.esm.mjs';
|
|
3
3
|
import { nanoid } from 'nanoid';
|
|
4
4
|
|
|
5
5
|
function _toPrimitive(t, r) {
|
|
@@ -974,8 +974,8 @@ var WorkspaceId = z.string();
|
|
|
974
974
|
var WorkflowId = UuidString;
|
|
975
975
|
var CustomerId = UuidString;
|
|
976
976
|
var IdentityWidgetAccessToken = z.object({
|
|
977
|
-
sub: BlockchainAddress
|
|
978
|
-
blockchainNamespace: BlockchainNamespace
|
|
977
|
+
sub: BlockchainAddress,
|
|
978
|
+
blockchainNamespace: BlockchainNamespace,
|
|
979
979
|
exp: z.number(),
|
|
980
980
|
projectId: z.string(),
|
|
981
981
|
organizationId: OrganizationId,
|
package/dist/{identity-api.schema-3624d24d.cjs.prod.cjs → identity-api.schema-cc70165f.cjs.prod.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-33b925bb.cjs.prod.cjs');
|
|
5
5
|
var nanoid = require('nanoid');
|
|
6
6
|
|
|
7
7
|
function _toPrimitive(t, r) {
|
|
@@ -976,8 +976,8 @@ var WorkspaceId = zod.z.string();
|
|
|
976
976
|
var WorkflowId = UuidString;
|
|
977
977
|
var CustomerId = UuidString;
|
|
978
978
|
var IdentityWidgetAccessToken = zod.z.object({
|
|
979
|
-
sub: BlockchainAddress
|
|
980
|
-
blockchainNamespace: BlockchainNamespace
|
|
979
|
+
sub: BlockchainAddress,
|
|
980
|
+
blockchainNamespace: BlockchainNamespace,
|
|
981
981
|
exp: zod.z.number(),
|
|
982
982
|
projectId: zod.z.string(),
|
|
983
983
|
organizationId: OrganizationId,
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
6
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-a55b7df2.cjs.dev.cjs');
|
|
6
|
+
var vault_schema = require('./vault.schema-2048f78f.cjs.dev.cjs');
|
|
7
7
|
var zod = require('zod');
|
|
8
|
-
var frontendUtilities_schema = require('./frontend-utilities.schema-
|
|
8
|
+
var frontendUtilities_schema = require('./frontend-utilities.schema-c8e27771.cjs.dev.cjs');
|
|
9
9
|
require('nanoid');
|
|
10
|
-
require('
|
|
10
|
+
require('remeda');
|
|
11
11
|
require('decimal.js');
|
|
12
12
|
|
|
13
13
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
6
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-cc70165f.cjs.prod.cjs');
|
|
6
|
+
var vault_schema = require('./vault.schema-33b925bb.cjs.prod.cjs');
|
|
7
7
|
var zod = require('zod');
|
|
8
|
-
var frontendUtilities_schema = require('./frontend-utilities.schema-
|
|
8
|
+
var frontendUtilities_schema = require('./frontend-utilities.schema-3430626e.cjs.prod.cjs');
|
|
9
9
|
require('nanoid');
|
|
10
|
-
require('
|
|
10
|
+
require('remeda');
|
|
11
11
|
require('decimal.js');
|
|
12
12
|
|
|
13
13
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
2
|
-
export { V as ACTIVE_APTOS_CHAIN_IDS, L as ACTIVE_BITCOIN_CHAIN_IDS, a5 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, $ as ACTIVE_POLKADOT_CHAIN_IDS, F as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, U as APTOS_CHAIN_IDS, Q as APTOS_CHAIN_NAMES, R as APTOS_CHAIN_NAMES_LIST, dy as ARRAY_OPERATORS, df as AUTHORIZATION_REQUEST_MESSAGE_TYPES, c9 as AVAILABLE_FLOWS, cA as AbbreviatedWorkflowScenario, bw as ActionId, bk as ActionPrefix, ez as AdditionalCustomerInformationParams, aa as AddressSchema, dL as AllCredentialValues, ej as AllScenarioExecutionAuthorizationData, eb as AnyTxAuthDataSignatureResponse, ee as AnyTxAuthInputJsSdk, e4 as ApiTezosTxAuthInput, e0 as ApiTxAuthInput, br as AppId, a$ as AppPrefix, ad as AptosAddress, W as AptosChainId, aF as AptosSignature, dz as ArrayOperator, dn as AuthQrCodeData, cV as AuthSession, cW as AuthSessionData, di as AuthorizationRequestMessage, dh as AuthorizationRequestMessageType, dg as AuthorizationRequestMessageTypes, dl as AuthorizationResponseMessage, ca as AvailableFlow, K as BITCOIN_CHAIN_IDS, I as BITCOIN_CHAIN_NAMES, J as BITCOIN_CHAIN_NAMES_LIST, av as BLOCKCHAIN_NAMESPACES, az as BLOCKCHAIN_NAMESPACES_NAMES, aD as BLOCKCHAIN_NAMESPACE_TO_NAME, aC as BLOCKCHAIN_NAME_TO_NAMESPACE, dE as BOOLEAN_OPERATORS, cm as BackwardsCompatibleScenarioType, cl as BackwardsCompatibleScenarioTypes, cn as BaseQueryResponse, ar as BitcoinAddress, an as BitcoinBech32Address, M as BitcoinChainId, al as BitcoinP2PKHAddress, am as BitcoinP2SHAddress, aq as BitcoinTestnetBech32Address, ao as BitcoinTestnetP2PKHAddress, ap as BitcoinTestnetP2SHAddress, as as BlockchainAddress, B as BlockchainId, aw as BlockchainNamespace, aO as BlockchainSignature, dF as BooleanOperator, a4 as CARDANO_CHAIN_IDS, a2 as CARDANO_CHAIN_NAMES, a3 as CARDANO_CHAIN_NAMES_LIST, dc as CIRCUIT_IDS, k as COSMOS_CHAIN_IDS, i as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, ak as CardanoAddress, a6 as CardanoChainId, aN as CardanoSignature, bs as ChallengeId, b0 as ChallengePrefix, cX as ChallengeResponse, dd as CircuitId, bT as CloseScreenNotification, cD as ComplianceImplementationStepsInput, ag as CosmosAddress, m as CosmosChainId, aI as CosmosSignature, ei as CreateAuthRequestProps, cC as CreateTemplateScenario, eR as CredentialMediaType, eM as CredentialNames, dm as CredentialQrCodeData, eL as CredentialSchemas, eP as CredentialType, C as CredentialTypes, eD as CustomerId, bu as CustomerScreeningId, b2 as CustomerScreeningPrefix, dG as DATE_OPERATORS, aA as DISPLAYED_BLOCKCHAIN_NAMESPACES, cb as DataAvailableOnStart, dH as DateOperator, aB as DisplayedBlockchainNamespace, aE as EIP155Signature, aR as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aJ as EdSignature, ec as Eip155TxAuthInputJsSdk, bp as EmailId, aZ as EmailPrefix, aS as EnvironmentSchema, g as EvmChainId, cp as ExecuteQueryResponse, ea as ExtendedTezosTxAuthDataSignatureResponse, e8 as ExtendedTezosTxAuthInput, e9 as ExtendedTxAuthDataSignatureResponse, e7 as ExtendedTxAuthInput, eF as ExternalCustomerId, eo as FLOW_TYPES, ep as FlowType, aP as FunctionCallData, cU as GenerateWalletChallengeRequest, cF as GetCredentialsRequest, cG as GetCredentialsResponse, c_ as GetCustomerStatusRequest, d3 as GetCustomerStatusResponse, e6 as GetTezosTxAuthDataSignatureResponse, e2 as GetTxAuthDataSignatureResponse, cO as GetTxAuthSigRequest, cQ as GetTxAuthSigRequestTezos, cP as GetTxAuthSigResponse, cR as GetTxAuthSigResponseTezos, au as HexadecimalSchema, d6 as HostMessage, cS as HostRequestMessage, cf as HostResponseMessage, es as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, eu as IDENTITY_DOCUMENT_OPTIONS, ey as Identifier, d4 as IdentityAppMessage, eH as IdentityAppV2Web2JWT, eG as IdentityAppV2Web3JWT, et as IdentityDocumentCountryListOption, ev as IdentityDocumentOptionsType, bo as IdentityId, d7 as IdentityMessage, c3 as IdentityNotificationMessage, aY as IdentityPrefix, c8 as IdentityRequestMessage, cT as IdentityResponseMessage, c$ as IdentitySdkMessage, d0 as IdentitySdkMessageWithIdentifier, d5 as IdentityWallet, eE as IdentityWidgetAccessToken, eI as IdentityWidgetAccessToken_NEW, eJ as IdentityWidgetSessionToken, c4 as InitialDataRequest, cc as InitialDataResponse, bI as InstitutionExtractedInfosId, bf as InstitutionExtractedInfosPrefix, bH as InstitutionId, be as InstitutionPrefix, aW as IpAddress, b$ as IsVerifiedNotification, cM as IsVerifiedRequest, cN as IsVerifiedResponse, bU as KycCompletionData, bV as KycCompletionNotification, bL as ListId, bi as ListPrefix, da as MediaType, db as MediaTypePID, bQ as MemberId, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, O as NEXERA_APTOS_CHAINS, H as NEXERA_BITCOIN_CHAINS, a1 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, X as NEXERA_POLKADOT_CHAINS, x as NEXERA_SOLANA_CHAINS, t as NEXERA_STARKNET_CHAINS, v as NEXERA_STARKNET_CHAIN_IDS, u as NEXERA_STARKNET_CHAIN_NAMES, n as NEXERA_TEZOS_CHAINS, q as NEXERA_TEZOS_CHAIN_IDS, o as NEXERA_TEZOS_CHAIN_NAMES, p as NEXERA_TEZOS_CHAIN_NAMES_LIST, dC as NUMERIC_OPERATORS, eN as NexeraCredentialType, e as NexeraEvmChains, N as NonTestnetBlockchainId, dD as NumericOperator, dR as OLD_CHALLENGE_QUERY_OPERATORS, dS as OLD_ChallengeQueryOperator, dV as OLD_ChallengeQueryOperatorToOperator, dQ as OLD_ChallengeQuerySchema, dX as OLD_QueryCredentialType, dW as OLD_QueryCredentialTypes, du as OPERATORS, c1 as OcvSdkInitialized, bX as OffChainScenarioExecutionData, co as OffChainZKPRuleResult, bY as OnChainScenarioExecutionData, dv as Operator, dT as OperatorMappings, dU as OperatorToOLD_ChallengeQueryOperator, eA as OrganizationId, aU as OtpCode, aL as P2Signature, ew as PERSONAL_INFORMATION_FIELDS, _ as POLKADOT_CHAIN_IDS, Y as POLKADOT_CHAIN_NAMES, Z as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aV as PUBLIC_SERVICES_SCHEMA_MAP, dP as PartialQueryConfigSimplified, ex as PersonalInformationFieldsIdentityDocuments, af as PolkadotAddress, a0 as PolkadotChainId, aH as PolkadotSignature, c0 as PolygonIdInitialized, cI as PolygonIdRequest, cH as PolygonIdRequestData, cK as PolygonIdResponse, cJ as PolygonIdResponseData, s as PolygonNetworkNames, eh as PrivacyPreservingMonitoring, a8 as PrivateKey, dj as ProofData, a9 as PublicKey, ds as QUERY_LOGIC_OPERATOR, dp as QrCodeLinkWithSchemaType, dN as QueryConfigSimplified, bM as QueryId, dt as QueryLogicOperator, bj as QueryPrefix, dM as QueryType, d8 as RequiredDataRowSchema, d9 as RequiredVerificationData, cq as RuleEngineResponse, bW as RuleEngineScenarioExecutionData, dO as RuleResultQueryConfig, ct as RuleResultStatus, cu as RuleResultStatusLabels, cs as RuleResultStatuses, ek as SCENARIO_AUTHORIZATION_STATUSES, D as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, dA as STRING_OPERATORS, ax as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, dI as SUPPORTED_TYPES, cz as Scenario, bR as ScenarioAuthorizationData, el as ScenarioAuthorizationStatus, bZ as ScenarioExecutionData, b_ as ScenarioExecutionNotification, cr as ScenarioExecutionResponse, bK as ScenarioId, bh as ScenarioPrefix, ck as ScenarioSchema, cj as ScenarioStatus, ci as ScenarioStatuses, ch as ScenarioType, cg as ScenarioTypes, cv as SdkVerificationOutput, bS as SdkVerificationResponseSchema, c7 as SendTransactionRequest, c5 as SignatureRequest, cd as SignatureResponse, cE as SimplifiedCredential, G as SolanaChainId, aK as SpSignature, ae as StarknetAddress, S as StarknetChainId, aG as StarknetSignature, c2 as StartCompletedNotification, cL as StartFlowRequest, bn as StorageId, aX as StoragePrefix, at as String0x, dB as StringOperator, ay as SupportedBlockchainNamespaceForSignatureAuth, dJ as SupportedType, dK as SupportedTypes, bv as TagId, b3 as TagPrefix, bx as TagsToTransactionReviewsId, b4 as TagsToTransactionReviewsPrefix, cB as TemplateScenario, bt as TestId, b1 as TestPrefix, aj as TezosAddress, T as TezosChainId, ai as TezosContractAddress, aQ as TezosEntrypointName, ah as TezosImplicitAddress, aM as TezosSignature, e3 as TezosTxAuthInput, ed as TezosTxAuthInputJsSdk, e5 as TezosTxSignatureResponse, by as TransactionAddressesId, b5 as TransactionAddressesPrefix, bJ as TransactionAmountId, bg as TransactionAmountPrefix, c6 as TransactionData, bE as TransactionExtractedInfosId, bb as TransactionExtractedInfosPrefix, bA as TransactionFeesId, b7 as TransactionFeesPrefix, bz as TransactionId, bD as TransactionInfosId, ba as TransactionInfosPrefix, bG as TransactionMethodExtractedInfosId, bd as TransactionMethodExtractedInfosPrefix, bF as TransactionMethodsId, bc as TransactionMethodsPrefix, bC as TransactionPartiesId, b9 as TransactionPartiesPrefix, b6 as TransactionPrefix, ce as TransactionResponse, bB as TransactionReviewId, b8 as TransactionReviewPrefix, d2 as TxAuthDataSignatureGatingError, cZ as TxAuthDataSignatureGatingRequest, d1 as TxAuthDataSignatureResponse, d$ as TxAuthInput, ab as TxHash, e1 as TxSignatureResponse, aT as UuidString, eQ as VerifiableCredential, er as VerificationMode, eq as VerificationModes, cy as VerificationOutput, cx as VerificationSessionStatus, cw as VerificationSessionStatuses, en as VerifyWalletChallengeRequest, bq as WalletId, a_ as WalletPrefix, cY as WalletSignResponse, em as WalletSignatureResponse, eK as Web2CreateSessionParams, eC as WorkflowId, bO as WorkflowSessionAttributeId, bl as WorkflowSessionAttributePrefix, bN as WorkflowSessionId, eB as WorkspaceId, dw as ZKPOperator, ef as ZKPRequest, eg as ZKPRequestFromZKVerifier, de as ZeroKnowledgeProofRequest, dk as ZeroKnowledgeProofResponse, bm as createBrandedSchemaId, bP as generateId, eO as getCredentialName, dZ as getOldCredentialPath, dY as getOldCredentialType, a7 as isValidAddress, d_ as oldCredentialPathToDataLink, dx as operatorDisplayMap, dq as parseIden3Message, dr as parseSessionIdFromUrl, ac as shortBlockchainAddress } from './identity-api.schema-a209ace8.esm.mjs';
|
|
3
|
-
export { A as ALPHA_2_COUNTRIES, d as Alpha2Country, B as BasicCustomerContactInformation, w as CUSTOMERS_CHARTS, D as CUSTOMER_AUTOMATION_REASONS, y as CUSTOMER_TABLE_COLUMNS, c as CryptoCode, b as CryptoCodes, a as CurrencyCode, C as CurrencyCodes, t as CustomerOnboardingLevel, s as CustomerOnboardingLevels, v as CustomerStatus, u as CustomerStatuses, z as CustomerTableColumn, n as CustomerType, m as CustomerTypes, x as CustomersChartType, az as DEFAULT_FIAT_CURRENCY, aF as DataLinkTypeZodSchema, aD as DataLinkVersionZodSchema, aQ as GenericVaultDataLinkZodSchema, aP as GenericVaultEmbeddedLinkZodSchema, aN as GenericVaultPointerLinkZodSchema, aO as GenericVaultSearchLinkZodSchema, U as GenericVerifiableCredentialSchema, ak as HumanReadableTransactionReviewStatus, aj as HumanReadableTransactionReviewStatuses, am as HumanReadableTransactionStatusMapping, _ as ID3CredentialSchema, E as ID3CredentialSubjectSchema, X as IDImageCredentialSchema, Q as IDImageCredentialSubjectSchema, V as IDInformationCredentialSchema, P as IDInformationCredentialSubjectSchema, $ as IDScanCredentialSchema, F as IDScanCredentialSubjectSchema, a0 as IDScanPassportCredentialSchema, G as IDScanPassportCredentialSubjectSchema, a1 as IDScanSelfieCredentialSchema, H as IDScanSelfieCredentialSubjectSchema, I as ISO3CountryCode, r as KybOnboardingLevel, q as KybOnboardingLevels, o as KycOnboardingLevel, K as KycOnboardingLevels, a6 as OLD_AMLScreeningsResultsCredentialSchema, N as OLD_AMLScreeningsResultsCredentialSubjectSchema, a2 as OLD_IDImageCredentialSchema, O as OLD_IDImageCredentialSubjectSchema, a3 as OLD_IDInformationCredentialSchema, J as OLD_IDInformationCredentialSubjectSchema, a4 as OLD_ProofOfResidenceCredentialSchema, L as OLD_ProofOfResidenceCredentialSubjectSchema, a5 as OLD_SelfieImageCredentialSchema, M as OLD_SelfieImageCredentialSubjectSchema, au as PaymentType, at as PaymentTypes, Z as ProofOfResidenceCredentialSchema, T as ProofOfResidenceCredentialSubjectSchema, g as RiskScoreType, R as RiskScoreTypes, Y as SelfieImageCredentialSchema, S as SelfieImageCredentialSubjectSchema, aA as TRANSACTIONS_STATS_CURRENCIES, a7 as TRANSACTION_CHARTS, a9 as TRANSACTION_TABLE_COLUMNS, ay as TransactionAmountsFieldName, ax as TransactionAmountsFieldNames, aq as TransactionCurrencyCode, ap as TransactionCurrencyCodes, ao as TransactionDirection, an as TransactionDirections, aw as TransactionPartiesType, av as TransactionPartiesTypes, as as TransactionProvider, ar as TransactionProviders, ai as TransactionReviewStatus, ah as TransactionReviewStatuses, ag as TransactionRiskLevel, af as TransactionRiskLevels, aB as TransactionStatsCurrency, al as TransactionStatusMapping, aa as TransactionTableColumn, ac as TransactionType, ae as TransactionTypeWithAll, ab as TransactionTypes, ad as TransactionTypesWithAll, a8 as TransactionsChartType, aG as VaultJsonSchemas, aM as VaultMetadataLinkZodSchema, aK as VaultPointerKeyMapZodSchema, aL as VaultQueryMapZodSchema, aI as VaultSchemaIdZodSchema, aJ as VaultSchemaPathsZodSchema, aH as VaultZodSchema, l as WalletRiskScoreProvider, k as WalletRiskScoreProviders, h as WalletRiskScoreType, W as WalletRiskScoreTypes, aE as allDataLinkTypes, aC as allDataLinkVersions, j as compareRiskScores, f as countryISO2toISO3Mapping, e as countryISO3toISO2Mapping, i as isoCountriesNameFromISO2, p as parseISO3CountryCode } from './vault.schema-
|
|
1
|
+
import { C as CredentialTypes } from './identity-api.schema-ab31801c.esm.mjs';
|
|
2
|
+
export { V as ACTIVE_APTOS_CHAIN_IDS, L as ACTIVE_BITCOIN_CHAIN_IDS, a5 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, $ as ACTIVE_POLKADOT_CHAIN_IDS, F as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, U as APTOS_CHAIN_IDS, Q as APTOS_CHAIN_NAMES, R as APTOS_CHAIN_NAMES_LIST, dy as ARRAY_OPERATORS, df as AUTHORIZATION_REQUEST_MESSAGE_TYPES, c9 as AVAILABLE_FLOWS, cA as AbbreviatedWorkflowScenario, bw as ActionId, bk as ActionPrefix, ez as AdditionalCustomerInformationParams, aa as AddressSchema, dL as AllCredentialValues, ej as AllScenarioExecutionAuthorizationData, eb as AnyTxAuthDataSignatureResponse, ee as AnyTxAuthInputJsSdk, e4 as ApiTezosTxAuthInput, e0 as ApiTxAuthInput, br as AppId, a$ as AppPrefix, ad as AptosAddress, W as AptosChainId, aF as AptosSignature, dz as ArrayOperator, dn as AuthQrCodeData, cV as AuthSession, cW as AuthSessionData, di as AuthorizationRequestMessage, dh as AuthorizationRequestMessageType, dg as AuthorizationRequestMessageTypes, dl as AuthorizationResponseMessage, ca as AvailableFlow, K as BITCOIN_CHAIN_IDS, I as BITCOIN_CHAIN_NAMES, J as BITCOIN_CHAIN_NAMES_LIST, av as BLOCKCHAIN_NAMESPACES, az as BLOCKCHAIN_NAMESPACES_NAMES, aD as BLOCKCHAIN_NAMESPACE_TO_NAME, aC as BLOCKCHAIN_NAME_TO_NAMESPACE, dE as BOOLEAN_OPERATORS, cm as BackwardsCompatibleScenarioType, cl as BackwardsCompatibleScenarioTypes, cn as BaseQueryResponse, ar as BitcoinAddress, an as BitcoinBech32Address, M as BitcoinChainId, al as BitcoinP2PKHAddress, am as BitcoinP2SHAddress, aq as BitcoinTestnetBech32Address, ao as BitcoinTestnetP2PKHAddress, ap as BitcoinTestnetP2SHAddress, as as BlockchainAddress, B as BlockchainId, aw as BlockchainNamespace, aO as BlockchainSignature, dF as BooleanOperator, a4 as CARDANO_CHAIN_IDS, a2 as CARDANO_CHAIN_NAMES, a3 as CARDANO_CHAIN_NAMES_LIST, dc as CIRCUIT_IDS, k as COSMOS_CHAIN_IDS, i as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, ak as CardanoAddress, a6 as CardanoChainId, aN as CardanoSignature, bs as ChallengeId, b0 as ChallengePrefix, cX as ChallengeResponse, dd as CircuitId, bT as CloseScreenNotification, cD as ComplianceImplementationStepsInput, ag as CosmosAddress, m as CosmosChainId, aI as CosmosSignature, ei as CreateAuthRequestProps, cC as CreateTemplateScenario, eR as CredentialMediaType, eM as CredentialNames, dm as CredentialQrCodeData, eL as CredentialSchemas, eP as CredentialType, C as CredentialTypes, eD as CustomerId, bu as CustomerScreeningId, b2 as CustomerScreeningPrefix, dG as DATE_OPERATORS, aA as DISPLAYED_BLOCKCHAIN_NAMESPACES, cb as DataAvailableOnStart, dH as DateOperator, aB as DisplayedBlockchainNamespace, aE as EIP155Signature, aR as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aJ as EdSignature, ec as Eip155TxAuthInputJsSdk, bp as EmailId, aZ as EmailPrefix, aS as EnvironmentSchema, g as EvmChainId, cp as ExecuteQueryResponse, ea as ExtendedTezosTxAuthDataSignatureResponse, e8 as ExtendedTezosTxAuthInput, e9 as ExtendedTxAuthDataSignatureResponse, e7 as ExtendedTxAuthInput, eF as ExternalCustomerId, eo as FLOW_TYPES, ep as FlowType, aP as FunctionCallData, cU as GenerateWalletChallengeRequest, cF as GetCredentialsRequest, cG as GetCredentialsResponse, c_ as GetCustomerStatusRequest, d3 as GetCustomerStatusResponse, e6 as GetTezosTxAuthDataSignatureResponse, e2 as GetTxAuthDataSignatureResponse, cO as GetTxAuthSigRequest, cQ as GetTxAuthSigRequestTezos, cP as GetTxAuthSigResponse, cR as GetTxAuthSigResponseTezos, au as HexadecimalSchema, d6 as HostMessage, cS as HostRequestMessage, cf as HostResponseMessage, es as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, eu as IDENTITY_DOCUMENT_OPTIONS, ey as Identifier, d4 as IdentityAppMessage, eH as IdentityAppV2Web2JWT, eG as IdentityAppV2Web3JWT, et as IdentityDocumentCountryListOption, ev as IdentityDocumentOptionsType, bo as IdentityId, d7 as IdentityMessage, c3 as IdentityNotificationMessage, aY as IdentityPrefix, c8 as IdentityRequestMessage, cT as IdentityResponseMessage, c$ as IdentitySdkMessage, d0 as IdentitySdkMessageWithIdentifier, d5 as IdentityWallet, eE as IdentityWidgetAccessToken, eI as IdentityWidgetAccessToken_NEW, eJ as IdentityWidgetSessionToken, c4 as InitialDataRequest, cc as InitialDataResponse, bI as InstitutionExtractedInfosId, bf as InstitutionExtractedInfosPrefix, bH as InstitutionId, be as InstitutionPrefix, aW as IpAddress, b$ as IsVerifiedNotification, cM as IsVerifiedRequest, cN as IsVerifiedResponse, bU as KycCompletionData, bV as KycCompletionNotification, bL as ListId, bi as ListPrefix, da as MediaType, db as MediaTypePID, bQ as MemberId, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, O as NEXERA_APTOS_CHAINS, H as NEXERA_BITCOIN_CHAINS, a1 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, X as NEXERA_POLKADOT_CHAINS, x as NEXERA_SOLANA_CHAINS, t as NEXERA_STARKNET_CHAINS, v as NEXERA_STARKNET_CHAIN_IDS, u as NEXERA_STARKNET_CHAIN_NAMES, n as NEXERA_TEZOS_CHAINS, q as NEXERA_TEZOS_CHAIN_IDS, o as NEXERA_TEZOS_CHAIN_NAMES, p as NEXERA_TEZOS_CHAIN_NAMES_LIST, dC as NUMERIC_OPERATORS, eN as NexeraCredentialType, e as NexeraEvmChains, N as NonTestnetBlockchainId, dD as NumericOperator, dR as OLD_CHALLENGE_QUERY_OPERATORS, dS as OLD_ChallengeQueryOperator, dV as OLD_ChallengeQueryOperatorToOperator, dQ as OLD_ChallengeQuerySchema, dX as OLD_QueryCredentialType, dW as OLD_QueryCredentialTypes, du as OPERATORS, c1 as OcvSdkInitialized, bX as OffChainScenarioExecutionData, co as OffChainZKPRuleResult, bY as OnChainScenarioExecutionData, dv as Operator, dT as OperatorMappings, dU as OperatorToOLD_ChallengeQueryOperator, eA as OrganizationId, aU as OtpCode, aL as P2Signature, ew as PERSONAL_INFORMATION_FIELDS, _ as POLKADOT_CHAIN_IDS, Y as POLKADOT_CHAIN_NAMES, Z as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aV as PUBLIC_SERVICES_SCHEMA_MAP, dP as PartialQueryConfigSimplified, ex as PersonalInformationFieldsIdentityDocuments, af as PolkadotAddress, a0 as PolkadotChainId, aH as PolkadotSignature, c0 as PolygonIdInitialized, cI as PolygonIdRequest, cH as PolygonIdRequestData, cK as PolygonIdResponse, cJ as PolygonIdResponseData, s as PolygonNetworkNames, eh as PrivacyPreservingMonitoring, a8 as PrivateKey, dj as ProofData, a9 as PublicKey, ds as QUERY_LOGIC_OPERATOR, dp as QrCodeLinkWithSchemaType, dN as QueryConfigSimplified, bM as QueryId, dt as QueryLogicOperator, bj as QueryPrefix, dM as QueryType, d8 as RequiredDataRowSchema, d9 as RequiredVerificationData, cq as RuleEngineResponse, bW as RuleEngineScenarioExecutionData, dO as RuleResultQueryConfig, ct as RuleResultStatus, cu as RuleResultStatusLabels, cs as RuleResultStatuses, ek as SCENARIO_AUTHORIZATION_STATUSES, D as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, dA as STRING_OPERATORS, ax as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, dI as SUPPORTED_TYPES, cz as Scenario, bR as ScenarioAuthorizationData, el as ScenarioAuthorizationStatus, bZ as ScenarioExecutionData, b_ as ScenarioExecutionNotification, cr as ScenarioExecutionResponse, bK as ScenarioId, bh as ScenarioPrefix, ck as ScenarioSchema, cj as ScenarioStatus, ci as ScenarioStatuses, ch as ScenarioType, cg as ScenarioTypes, cv as SdkVerificationOutput, bS as SdkVerificationResponseSchema, c7 as SendTransactionRequest, c5 as SignatureRequest, cd as SignatureResponse, cE as SimplifiedCredential, G as SolanaChainId, aK as SpSignature, ae as StarknetAddress, S as StarknetChainId, aG as StarknetSignature, c2 as StartCompletedNotification, cL as StartFlowRequest, bn as StorageId, aX as StoragePrefix, at as String0x, dB as StringOperator, ay as SupportedBlockchainNamespaceForSignatureAuth, dJ as SupportedType, dK as SupportedTypes, bv as TagId, b3 as TagPrefix, bx as TagsToTransactionReviewsId, b4 as TagsToTransactionReviewsPrefix, cB as TemplateScenario, bt as TestId, b1 as TestPrefix, aj as TezosAddress, T as TezosChainId, ai as TezosContractAddress, aQ as TezosEntrypointName, ah as TezosImplicitAddress, aM as TezosSignature, e3 as TezosTxAuthInput, ed as TezosTxAuthInputJsSdk, e5 as TezosTxSignatureResponse, by as TransactionAddressesId, b5 as TransactionAddressesPrefix, bJ as TransactionAmountId, bg as TransactionAmountPrefix, c6 as TransactionData, bE as TransactionExtractedInfosId, bb as TransactionExtractedInfosPrefix, bA as TransactionFeesId, b7 as TransactionFeesPrefix, bz as TransactionId, bD as TransactionInfosId, ba as TransactionInfosPrefix, bG as TransactionMethodExtractedInfosId, bd as TransactionMethodExtractedInfosPrefix, bF as TransactionMethodsId, bc as TransactionMethodsPrefix, bC as TransactionPartiesId, b9 as TransactionPartiesPrefix, b6 as TransactionPrefix, ce as TransactionResponse, bB as TransactionReviewId, b8 as TransactionReviewPrefix, d2 as TxAuthDataSignatureGatingError, cZ as TxAuthDataSignatureGatingRequest, d1 as TxAuthDataSignatureResponse, d$ as TxAuthInput, ab as TxHash, e1 as TxSignatureResponse, aT as UuidString, eQ as VerifiableCredential, er as VerificationMode, eq as VerificationModes, cy as VerificationOutput, cx as VerificationSessionStatus, cw as VerificationSessionStatuses, en as VerifyWalletChallengeRequest, bq as WalletId, a_ as WalletPrefix, cY as WalletSignResponse, em as WalletSignatureResponse, eK as Web2CreateSessionParams, eC as WorkflowId, bO as WorkflowSessionAttributeId, bl as WorkflowSessionAttributePrefix, bN as WorkflowSessionId, eB as WorkspaceId, dw as ZKPOperator, ef as ZKPRequest, eg as ZKPRequestFromZKVerifier, de as ZeroKnowledgeProofRequest, dk as ZeroKnowledgeProofResponse, bm as createBrandedSchemaId, bP as generateId, eO as getCredentialName, dZ as getOldCredentialPath, dY as getOldCredentialType, a7 as isValidAddress, d_ as oldCredentialPathToDataLink, dx as operatorDisplayMap, dq as parseIden3Message, dr as parseSessionIdFromUrl, ac as shortBlockchainAddress } from './identity-api.schema-ab31801c.esm.mjs';
|
|
3
|
+
export { A as ALPHA_2_COUNTRIES, d as Alpha2Country, B as BasicCustomerContactInformation, w as CUSTOMERS_CHARTS, D as CUSTOMER_AUTOMATION_REASONS, y as CUSTOMER_TABLE_COLUMNS, c as CryptoCode, b as CryptoCodes, a as CurrencyCode, C as CurrencyCodes, t as CustomerOnboardingLevel, s as CustomerOnboardingLevels, v as CustomerStatus, u as CustomerStatuses, z as CustomerTableColumn, n as CustomerType, m as CustomerTypes, x as CustomersChartType, az as DEFAULT_FIAT_CURRENCY, aF as DataLinkTypeZodSchema, aD as DataLinkVersionZodSchema, aQ as GenericVaultDataLinkZodSchema, aP as GenericVaultEmbeddedLinkZodSchema, aN as GenericVaultPointerLinkZodSchema, aO as GenericVaultSearchLinkZodSchema, U as GenericVerifiableCredentialSchema, ak as HumanReadableTransactionReviewStatus, aj as HumanReadableTransactionReviewStatuses, am as HumanReadableTransactionStatusMapping, _ as ID3CredentialSchema, E as ID3CredentialSubjectSchema, X as IDImageCredentialSchema, Q as IDImageCredentialSubjectSchema, V as IDInformationCredentialSchema, P as IDInformationCredentialSubjectSchema, $ as IDScanCredentialSchema, F as IDScanCredentialSubjectSchema, a0 as IDScanPassportCredentialSchema, G as IDScanPassportCredentialSubjectSchema, a1 as IDScanSelfieCredentialSchema, H as IDScanSelfieCredentialSubjectSchema, I as ISO3CountryCode, r as KybOnboardingLevel, q as KybOnboardingLevels, o as KycOnboardingLevel, K as KycOnboardingLevels, a6 as OLD_AMLScreeningsResultsCredentialSchema, N as OLD_AMLScreeningsResultsCredentialSubjectSchema, a2 as OLD_IDImageCredentialSchema, O as OLD_IDImageCredentialSubjectSchema, a3 as OLD_IDInformationCredentialSchema, J as OLD_IDInformationCredentialSubjectSchema, a4 as OLD_ProofOfResidenceCredentialSchema, L as OLD_ProofOfResidenceCredentialSubjectSchema, a5 as OLD_SelfieImageCredentialSchema, M as OLD_SelfieImageCredentialSubjectSchema, au as PaymentType, at as PaymentTypes, Z as ProofOfResidenceCredentialSchema, T as ProofOfResidenceCredentialSubjectSchema, g as RiskScoreType, R as RiskScoreTypes, Y as SelfieImageCredentialSchema, S as SelfieImageCredentialSubjectSchema, aA as TRANSACTIONS_STATS_CURRENCIES, a7 as TRANSACTION_CHARTS, a9 as TRANSACTION_TABLE_COLUMNS, ay as TransactionAmountsFieldName, ax as TransactionAmountsFieldNames, aq as TransactionCurrencyCode, ap as TransactionCurrencyCodes, ao as TransactionDirection, an as TransactionDirections, aw as TransactionPartiesType, av as TransactionPartiesTypes, as as TransactionProvider, ar as TransactionProviders, ai as TransactionReviewStatus, ah as TransactionReviewStatuses, ag as TransactionRiskLevel, af as TransactionRiskLevels, aB as TransactionStatsCurrency, al as TransactionStatusMapping, aa as TransactionTableColumn, ac as TransactionType, ae as TransactionTypeWithAll, ab as TransactionTypes, ad as TransactionTypesWithAll, a8 as TransactionsChartType, aG as VaultJsonSchemas, aM as VaultMetadataLinkZodSchema, aK as VaultPointerKeyMapZodSchema, aL as VaultQueryMapZodSchema, aI as VaultSchemaIdZodSchema, aJ as VaultSchemaPathsZodSchema, aH as VaultZodSchema, l as WalletRiskScoreProvider, k as WalletRiskScoreProviders, h as WalletRiskScoreType, W as WalletRiskScoreTypes, aE as allDataLinkTypes, aC as allDataLinkVersions, j as compareRiskScores, f as countryISO2toISO3Mapping, e as countryISO3toISO2Mapping, i as isoCountriesNameFromISO2, p as parseISO3CountryCode } from './vault.schema-5cdddf4f.esm.mjs';
|
|
4
4
|
import { z } from 'zod';
|
|
5
|
-
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-
|
|
5
|
+
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-0fe69c3f.esm.mjs';
|
|
6
6
|
import 'nanoid';
|
|
7
|
-
import '
|
|
7
|
+
import 'remeda';
|
|
8
8
|
import 'decimal.js';
|
|
9
9
|
|
|
10
10
|
var decodeUint8Array = function decodeUint8Array(data) {
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexeraid/identity-schemas",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.52.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -86,11 +86,12 @@
|
|
|
86
86
|
"root": true
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@unblokttechnology/data-links": "workspace:*",
|
|
90
89
|
"decimal.js": "^10.4.3",
|
|
91
90
|
"nanoid": "3.3.4",
|
|
92
91
|
"zod": "^3.23.8",
|
|
93
|
-
"
|
|
92
|
+
"remeda": "^2.17.4",
|
|
93
|
+
"zod-to-json-schema": "^3.23.5",
|
|
94
|
+
"@nexeraid/logger": "workspace:*"
|
|
94
95
|
},
|
|
95
96
|
"devDependencies": {
|
|
96
97
|
"@types/bun": "^1.1.10",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
|
|
4
|
+
require('remeda');
|
|
5
5
|
var Decimal = require('decimal.js');
|
|
6
6
|
|
|
7
7
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
@@ -1727,6 +1727,168 @@ function _toConsumableArray(r) {
|
|
|
1727
1727
|
return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
|
|
1728
1728
|
}
|
|
1729
1729
|
|
|
1730
|
+
function _createForOfIteratorHelper(r, e) {
|
|
1731
|
+
var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
1732
|
+
if (!t) {
|
|
1733
|
+
if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) {
|
|
1734
|
+
t && (r = t);
|
|
1735
|
+
var n = 0,
|
|
1736
|
+
F = function () {};
|
|
1737
|
+
return {
|
|
1738
|
+
s: F,
|
|
1739
|
+
n: function () {
|
|
1740
|
+
return n >= r.length ? {
|
|
1741
|
+
done: !0
|
|
1742
|
+
} : {
|
|
1743
|
+
done: !1,
|
|
1744
|
+
value: r[n++]
|
|
1745
|
+
};
|
|
1746
|
+
},
|
|
1747
|
+
e: function (r) {
|
|
1748
|
+
throw r;
|
|
1749
|
+
},
|
|
1750
|
+
f: F
|
|
1751
|
+
};
|
|
1752
|
+
}
|
|
1753
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1754
|
+
}
|
|
1755
|
+
var o,
|
|
1756
|
+
a = !0,
|
|
1757
|
+
u = !1;
|
|
1758
|
+
return {
|
|
1759
|
+
s: function () {
|
|
1760
|
+
t = t.call(r);
|
|
1761
|
+
},
|
|
1762
|
+
n: function () {
|
|
1763
|
+
var r = t.next();
|
|
1764
|
+
return a = r.done, r;
|
|
1765
|
+
},
|
|
1766
|
+
e: function (r) {
|
|
1767
|
+
u = !0, o = r;
|
|
1768
|
+
},
|
|
1769
|
+
f: function () {
|
|
1770
|
+
try {
|
|
1771
|
+
a || null == t.return || t.return();
|
|
1772
|
+
} finally {
|
|
1773
|
+
if (u) throw o;
|
|
1774
|
+
}
|
|
1775
|
+
}
|
|
1776
|
+
};
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1779
|
+
function _arrayWithHoles(r) {
|
|
1780
|
+
if (Array.isArray(r)) return r;
|
|
1781
|
+
}
|
|
1782
|
+
|
|
1783
|
+
function _nonIterableRest() {
|
|
1784
|
+
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1787
|
+
function _iterableToArrayLimit(r, l) {
|
|
1788
|
+
var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
1789
|
+
if (null != t) {
|
|
1790
|
+
var e,
|
|
1791
|
+
n,
|
|
1792
|
+
i,
|
|
1793
|
+
u,
|
|
1794
|
+
a = [],
|
|
1795
|
+
f = !0,
|
|
1796
|
+
o = !1;
|
|
1797
|
+
try {
|
|
1798
|
+
if (i = (t = t.call(r)).next, 0 === l) {
|
|
1799
|
+
if (Object(t) !== t) return;
|
|
1800
|
+
f = !1;
|
|
1801
|
+
} else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
|
|
1802
|
+
} catch (r) {
|
|
1803
|
+
o = !0, n = r;
|
|
1804
|
+
} finally {
|
|
1805
|
+
try {
|
|
1806
|
+
if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return;
|
|
1807
|
+
} finally {
|
|
1808
|
+
if (o) throw n;
|
|
1809
|
+
}
|
|
1810
|
+
}
|
|
1811
|
+
return a;
|
|
1812
|
+
}
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
function _slicedToArray(r, e) {
|
|
1816
|
+
return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
zod.z.literal("v1");
|
|
1820
|
+
|
|
1821
|
+
// this lib is too generic to follow the linting rules, a lot of types end up resolved to any
|
|
1822
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
1823
|
+
|
|
1824
|
+
/**
|
|
1825
|
+
* Hint on how to resolve that link
|
|
1826
|
+
*/
|
|
1827
|
+
/* | "zama-chain"? | "etherscan"? | "coingecko"? ... */
|
|
1828
|
+
|
|
1829
|
+
var allDataLinkTypes$1 = ["pointer", "search", "embedded"];
|
|
1830
|
+
zod.z["enum"](allDataLinkTypes$1);
|
|
1831
|
+
|
|
1832
|
+
// tools to work with object paths in TypeScript
|
|
1833
|
+
|
|
1834
|
+
var Separator = "/";
|
|
1835
|
+
|
|
1836
|
+
// recursively get the type of a nested object property
|
|
1837
|
+
// TODO: support unions: {a: {b: string } | {c: number}} + "a/b" -> string | undefined
|
|
1838
|
+
|
|
1839
|
+
// this lib is too generic to follow the linting rules, a lot of types end up resolved to any
|
|
1840
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
1841
|
+
/* eslint-disable @typescript-eslint/no-unsafe-return */
|
|
1842
|
+
/* eslint-disable @typescript-eslint/no-unsafe-argument */
|
|
1843
|
+
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
|
|
1844
|
+
|
|
1845
|
+
var generateZodObjectPaths = function generateZodObjectPaths(schema) {
|
|
1846
|
+
function traverse(schema, pathToHere) {
|
|
1847
|
+
var paths = [];
|
|
1848
|
+
if (schema.shape) {
|
|
1849
|
+
for (var _i = 0, _Object$entries = Object.entries(schema.shape); _i < _Object$entries.length; _i++) {
|
|
1850
|
+
var _Object$entries$_i = _slicedToArray(_Object$entries[_i], 2),
|
|
1851
|
+
key = _Object$entries$_i[0],
|
|
1852
|
+
value = _Object$entries$_i[1];
|
|
1853
|
+
var newPath = [].concat(_toConsumableArray(pathToHere), [key]);
|
|
1854
|
+
var deep = traverse(value, newPath);
|
|
1855
|
+
paths = [].concat(_toConsumableArray(paths), [newPath.join(Separator)], _toConsumableArray(deep));
|
|
1856
|
+
}
|
|
1857
|
+
} else if (schema instanceof zod.z.ZodOptional) {
|
|
1858
|
+
var _deep = traverse(schema.unwrap(), pathToHere);
|
|
1859
|
+
paths = [].concat(_toConsumableArray(paths), _toConsumableArray(_deep));
|
|
1860
|
+
} else if (schema instanceof zod.z.ZodArray) {
|
|
1861
|
+
var _deep2 = traverse(schema.element, pathToHere);
|
|
1862
|
+
paths = [].concat(_toConsumableArray(paths), _toConsumableArray(_deep2));
|
|
1863
|
+
} else if (schema instanceof zod.z.ZodIntersection) {
|
|
1864
|
+
// @ts-expect-error -- TODO: fix this
|
|
1865
|
+
var deepLeft = traverse(schema._def.left, pathToHere);
|
|
1866
|
+
paths = [].concat(_toConsumableArray(paths), _toConsumableArray(deepLeft));
|
|
1867
|
+
// @ts-expect-error -- TODO: fix this
|
|
1868
|
+
var deepRight = traverse(schema._def.right, pathToHere);
|
|
1869
|
+
paths = [].concat(_toConsumableArray(paths), _toConsumableArray(deepRight));
|
|
1870
|
+
} else if (schema instanceof zod.z.ZodUnion) {
|
|
1871
|
+
var _iterator = _createForOfIteratorHelper(schema.options),
|
|
1872
|
+
_step;
|
|
1873
|
+
try {
|
|
1874
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
1875
|
+
var option = _step.value;
|
|
1876
|
+
var _deep3 = traverse(option, pathToHere);
|
|
1877
|
+
paths = [].concat(_toConsumableArray(paths), _toConsumableArray(_deep3));
|
|
1878
|
+
}
|
|
1879
|
+
} catch (err) {
|
|
1880
|
+
_iterator.e(err);
|
|
1881
|
+
} finally {
|
|
1882
|
+
_iterator.f();
|
|
1883
|
+
}
|
|
1884
|
+
} else if (schema instanceof zod.z.ZodType) {
|
|
1885
|
+
paths.push(pathToHere.join(Separator));
|
|
1886
|
+
}
|
|
1887
|
+
return Array.from(new Set(paths));
|
|
1888
|
+
}
|
|
1889
|
+
return traverse(schema, []);
|
|
1890
|
+
};
|
|
1891
|
+
|
|
1730
1892
|
var allDataLinkVersions = ["v1"];
|
|
1731
1893
|
var DataLinkVersionZodSchema = zod.z["enum"](allDataLinkVersions);
|
|
1732
1894
|
var allDataLinkTypes = ["pointer", "search", "embedded"];
|
|
@@ -6165,7 +6327,7 @@ var VaultZodSchema = zod.z.object({
|
|
|
6165
6327
|
Transaction: TransactionZodSchema
|
|
6166
6328
|
});
|
|
6167
6329
|
var VaultSchemaIdZodSchema = zod.z["enum"](Object.keys(VaultZodSchema.shape));
|
|
6168
|
-
var VaultSchemaPathsZodSchema = zod.z["enum"](
|
|
6330
|
+
var VaultSchemaPathsZodSchema = zod.z["enum"](generateZodObjectPaths(VaultZodSchema));
|
|
6169
6331
|
var VaultPointerKeyMapZodSchema = zod.z.object({
|
|
6170
6332
|
Customer: zod.z.object({
|
|
6171
6333
|
customerId: zod.z.string(),
|
|
@@ -6326,7 +6488,10 @@ exports.WalletRiskScoreProvider = WalletRiskScoreProvider;
|
|
|
6326
6488
|
exports.WalletRiskScoreProviders = WalletRiskScoreProviders;
|
|
6327
6489
|
exports.WalletRiskScoreType = WalletRiskScoreType;
|
|
6328
6490
|
exports.WalletRiskScoreTypes = WalletRiskScoreTypes;
|
|
6491
|
+
exports._arrayWithHoles = _arrayWithHoles;
|
|
6329
6492
|
exports._iterableToArray = _iterableToArray;
|
|
6493
|
+
exports._nonIterableRest = _nonIterableRest;
|
|
6494
|
+
exports._slicedToArray = _slicedToArray;
|
|
6330
6495
|
exports._toConsumableArray = _toConsumableArray;
|
|
6331
6496
|
exports._unsupportedIterableToArray = _unsupportedIterableToArray;
|
|
6332
6497
|
exports.allDataLinkTypes = allDataLinkTypes;
|