@nexeraid/identity-schemas 2.66.0-dev → 2.67.0-dev
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-9db73f74.cjs.dev.cjs → CoinMarketCap.schema-25910ca1.cjs.dev.cjs} +26 -201
- package/dist/{CoinMarketCap.schema-9200bd52.esm.mjs → CoinMarketCap.schema-863fe4bf.esm.mjs} +5 -166
- package/dist/{CoinMarketCap.schema-2c92523f.cjs.prod.cjs → CoinMarketCap.schema-9b46e91a.cjs.prod.cjs} +26 -201
- package/dist/declarations/src/blockchain/namespaces.schema.d.ts +5 -15
- package/dist/declarations/src/blockchain/namespaces.schema.d.ts.map +1 -1
- package/dist/declarations/src/countries.schema.d.ts +6 -1
- package/dist/declarations/src/countries.schema.d.ts.map +1 -1
- package/dist/declarations/src/customer.schema.d.ts +0 -7
- package/dist/declarations/src/customer.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity-ids.schema.d.ts +6 -18
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/index.d.ts +1 -0
- package/dist/declarations/src/index.d.ts.map +1 -1
- package/dist/declarations/src/nexeraSSID.schema.d.ts +9 -9
- package/dist/declarations/src/providers/big/BIGBitRankVerifiedScore.schema.d.ts +24 -24
- package/dist/declarations/src/providers/chainalysis/chainalysis.schema.d.ts +12 -12
- package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts +122 -122
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +12 -12
- package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +26 -26
- package/dist/declarations/src/providers/provider.schema.d.ts +319 -1243
- package/dist/declarations/src/providers/provider.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/scorechain/allScorechainBlockchains.schema.d.ts +1153 -0
- package/dist/declarations/src/providers/scorechain/allScorechainBlockchains.schema.d.ts.map +1 -0
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +3472 -351
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +281 -281
- package/dist/declarations/src/providers/sumsub/sumsub.schema.d.ts +10 -10
- package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +785 -1
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +16 -1
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +146 -19
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/declarations/src/wallet-screening.schema.d.ts +81 -0
- package/dist/declarations/src/wallet-screening.schema.d.ts.map +1 -0
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +3189 -14681
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +4201 -71554
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts.map +1 -1
- package/dist/identity-api.schema-095969b9.cjs.prod.cjs +1308 -0
- package/dist/identity-api.schema-36a2a1b2.esm.mjs +1113 -0
- package/dist/identity-api.schema-8829a875.cjs.dev.cjs +1308 -0
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +323 -327
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +323 -327
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-8b80d9aa.cjs.dev.cjs → tfhe-utilities-03589c6a.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-151f4537.esm.mjs → tfhe-utilities-1fc75756.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-24730089.cjs.prod.cjs → tfhe-utilities-6b015591.cjs.prod.cjs} +2 -2
- package/dist/{vault.schema-cc3c5ffc.esm.mjs → vault.schema-1c1dcdb7.esm.mjs} +2510 -82
- package/dist/{vault.schema-91f2c199.cjs.prod.cjs → vault.schema-7ed4edcb.cjs.dev.cjs} +2753 -104
- package/dist/{vault.schema-958064b8.cjs.dev.cjs → vault.schema-cc989cdf.cjs.prod.cjs} +2753 -104
- 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 +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +1190 -18
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +1190 -18
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +1158 -5
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +2 -1
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +2 -1
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +2 -1
- 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 +34 -58
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +34 -58
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +10 -31
- package/dist/identity-api.schema-60af6079.esm.mjs +0 -1751
- package/dist/identity-api.schema-63ee6cfc.cjs.dev.cjs +0 -2139
- package/dist/identity-api.schema-9119d895.cjs.prod.cjs +0 -2139
|
@@ -50,7 +50,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
50
50
|
customerId: z.ZodString;
|
|
51
51
|
identityId: z.ZodOptional<z.ZodNullable<z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>>>;
|
|
52
52
|
address: z.ZodOptional<z.ZodNullable<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>]>]>>>;
|
|
53
|
-
blockchainNamespace: z.ZodOptional<z.ZodNullable<z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "
|
|
53
|
+
blockchainNamespace: z.ZodOptional<z.ZodNullable<z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bip122", "xrpl", "dash", "tron", "avax"]>>>;
|
|
54
54
|
sandboxSimulated: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
55
55
|
cmsProjectId: z.ZodString;
|
|
56
56
|
result: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Passed", "ToBeManuallyChecked", "Rejected", "Retry"]>>>;
|
|
@@ -187,7 +187,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
187
187
|
address?: string | null | undefined;
|
|
188
188
|
organizationId?: string | null | undefined;
|
|
189
189
|
workspaceId?: string | null | undefined;
|
|
190
|
-
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
190
|
+
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax" | null | undefined;
|
|
191
191
|
identityId?: `identity_${string}` | null | undefined;
|
|
192
192
|
ip?: string | null | undefined;
|
|
193
193
|
sandboxMode?: boolean | null | undefined;
|
|
@@ -229,7 +229,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
229
229
|
address?: string | null | undefined;
|
|
230
230
|
organizationId?: string | null | undefined;
|
|
231
231
|
workspaceId?: string | null | undefined;
|
|
232
|
-
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
232
|
+
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax" | null | undefined;
|
|
233
233
|
identityId?: `identity_${string}` | null | undefined;
|
|
234
234
|
ip?: string | null | undefined;
|
|
235
235
|
sandboxMode?: boolean | null | undefined;
|
|
@@ -263,7 +263,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
263
263
|
customerId: z.ZodString;
|
|
264
264
|
identityId: z.ZodOptional<z.ZodNullable<z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>>>;
|
|
265
265
|
address: z.ZodOptional<z.ZodNullable<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>]>]>>>;
|
|
266
|
-
blockchainNamespace: z.ZodOptional<z.ZodNullable<z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "
|
|
266
|
+
blockchainNamespace: z.ZodOptional<z.ZodNullable<z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bip122", "xrpl", "dash", "tron", "avax"]>>>;
|
|
267
267
|
sandboxSimulated: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
268
268
|
cmsProjectId: z.ZodString;
|
|
269
269
|
result: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Passed", "ToBeManuallyChecked", "Rejected", "Retry"]>>>;
|
|
@@ -427,7 +427,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
427
427
|
address?: string | null | undefined;
|
|
428
428
|
organizationId?: string | null | undefined;
|
|
429
429
|
workspaceId?: string | null | undefined;
|
|
430
|
-
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
430
|
+
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax" | null | undefined;
|
|
431
431
|
identityId?: `identity_${string}` | null | undefined;
|
|
432
432
|
ip?: string | null | undefined;
|
|
433
433
|
sandboxMode?: boolean | null | undefined;
|
|
@@ -476,7 +476,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
|
|
|
476
476
|
address?: string | null | undefined;
|
|
477
477
|
organizationId?: string | null | undefined;
|
|
478
478
|
workspaceId?: string | null | undefined;
|
|
479
|
-
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
479
|
+
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax" | null | undefined;
|
|
480
480
|
identityId?: `identity_${string}` | null | undefined;
|
|
481
481
|
ip?: string | null | undefined;
|
|
482
482
|
sandboxMode?: boolean | null | undefined;
|
|
@@ -517,7 +517,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
517
517
|
customerId: z.ZodString;
|
|
518
518
|
identityId: z.ZodOptional<z.ZodNullable<z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>>>;
|
|
519
519
|
address: z.ZodOptional<z.ZodNullable<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>]>]>>>;
|
|
520
|
-
blockchainNamespace: z.ZodOptional<z.ZodNullable<z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "
|
|
520
|
+
blockchainNamespace: z.ZodOptional<z.ZodNullable<z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bip122", "xrpl", "dash", "tron", "avax"]>>>;
|
|
521
521
|
sandboxSimulated: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
522
522
|
cmsProjectId: z.ZodString;
|
|
523
523
|
result: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Passed", "ToBeManuallyChecked", "Rejected", "Retry"]>>>;
|
|
@@ -692,7 +692,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
692
692
|
address?: string | null | undefined;
|
|
693
693
|
organizationId?: string | null | undefined;
|
|
694
694
|
workspaceId?: string | null | undefined;
|
|
695
|
-
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
695
|
+
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax" | null | undefined;
|
|
696
696
|
identityId?: `identity_${string}` | null | undefined;
|
|
697
697
|
ip?: string | null | undefined;
|
|
698
698
|
sandboxMode?: boolean | null | undefined;
|
|
@@ -746,7 +746,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
746
746
|
address?: string | null | undefined;
|
|
747
747
|
organizationId?: string | null | undefined;
|
|
748
748
|
workspaceId?: string | null | undefined;
|
|
749
|
-
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
749
|
+
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax" | null | undefined;
|
|
750
750
|
identityId?: `identity_${string}` | null | undefined;
|
|
751
751
|
ip?: string | null | undefined;
|
|
752
752
|
sandboxMode?: boolean | null | undefined;
|
|
@@ -990,7 +990,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
990
990
|
customerId: z.ZodString;
|
|
991
991
|
identityId: z.ZodOptional<z.ZodNullable<z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>>>;
|
|
992
992
|
address: z.ZodOptional<z.ZodNullable<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>]>]>>>;
|
|
993
|
-
blockchainNamespace: z.ZodOptional<z.ZodNullable<z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "
|
|
993
|
+
blockchainNamespace: z.ZodOptional<z.ZodNullable<z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bip122", "xrpl", "dash", "tron", "avax"]>>>;
|
|
994
994
|
sandboxSimulated: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
995
995
|
cmsProjectId: z.ZodString;
|
|
996
996
|
result: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Passed", "ToBeManuallyChecked", "Rejected", "Retry"]>>>;
|
|
@@ -1182,7 +1182,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1182
1182
|
address?: string | null | undefined;
|
|
1183
1183
|
organizationId?: string | null | undefined;
|
|
1184
1184
|
workspaceId?: string | null | undefined;
|
|
1185
|
-
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
1185
|
+
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax" | null | undefined;
|
|
1186
1186
|
identityId?: `identity_${string}` | null | undefined;
|
|
1187
1187
|
ip?: string | null | undefined;
|
|
1188
1188
|
sandboxMode?: boolean | null | undefined;
|
|
@@ -1242,7 +1242,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
1242
1242
|
address?: string | null | undefined;
|
|
1243
1243
|
organizationId?: string | null | undefined;
|
|
1244
1244
|
workspaceId?: string | null | undefined;
|
|
1245
|
-
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
1245
|
+
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax" | null | undefined;
|
|
1246
1246
|
identityId?: `identity_${string}` | null | undefined;
|
|
1247
1247
|
ip?: string | null | undefined;
|
|
1248
1248
|
sandboxMode?: boolean | null | undefined;
|
|
@@ -147,15 +147,15 @@ export declare const MerkleAddressRequest: z.ZodObject<{
|
|
|
147
147
|
identifier: string;
|
|
148
148
|
blockchain: "0" | "1" | "2" | "3" | "4" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "25" | "26" | "27" | "28" | "29" | "30" | "31" | "32" | "33" | "34" | "35" | "36" | "37" | "38" | "39" | "40" | "41" | "42" | "43" | "44" | "45" | "46" | "47" | "48" | "49" | "50" | "51" | "52" | "53" | "54" | "55" | "56" | "57" | "58" | "59" | "60" | "61" | "62" | "63" | "64" | "65" | "66" | "67" | "68" | "69" | "70" | "71" | "72" | "73" | "74" | "75" | "76" | "77" | "78" | "79" | "80" | "81" | "82" | "83" | "84" | "85" | "86" | "87" | "88" | "89" | "90" | "91" | "92" | "93" | "94" | "95" | "96" | "97" | "98" | "99" | "100" | "101" | "102" | "103" | "104" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "113" | "114" | "115" | "116" | "117" | "118" | "119" | "120" | "121" | "122" | "123";
|
|
149
149
|
customer_id: string;
|
|
150
|
-
custom_tags?: string[] | null | undefined;
|
|
151
150
|
show_alerts?: boolean | null | undefined;
|
|
151
|
+
custom_tags?: string[] | null | undefined;
|
|
152
152
|
}, {
|
|
153
153
|
type: 1 | 2;
|
|
154
154
|
identifier: string;
|
|
155
155
|
blockchain: "0" | "1" | "2" | "3" | "4" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "25" | "26" | "27" | "28" | "29" | "30" | "31" | "32" | "33" | "34" | "35" | "36" | "37" | "38" | "39" | "40" | "41" | "42" | "43" | "44" | "45" | "46" | "47" | "48" | "49" | "50" | "51" | "52" | "53" | "54" | "55" | "56" | "57" | "58" | "59" | "60" | "61" | "62" | "63" | "64" | "65" | "66" | "67" | "68" | "69" | "70" | "71" | "72" | "73" | "74" | "75" | "76" | "77" | "78" | "79" | "80" | "81" | "82" | "83" | "84" | "85" | "86" | "87" | "88" | "89" | "90" | "91" | "92" | "93" | "94" | "95" | "96" | "97" | "98" | "99" | "100" | "101" | "102" | "103" | "104" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "113" | "114" | "115" | "116" | "117" | "118" | "119" | "120" | "121" | "122" | "123";
|
|
156
156
|
customer_id: string;
|
|
157
|
-
custom_tags?: string[] | null | undefined;
|
|
158
157
|
show_alerts?: boolean | null | undefined;
|
|
158
|
+
custom_tags?: string[] | null | undefined;
|
|
159
159
|
}>;
|
|
160
160
|
export type MerkleAddressRequest = z.infer<typeof MerkleAddressRequest>;
|
|
161
161
|
export declare const MerkleAddressApiResponse: z.ZodObject<{
|
|
@@ -281,11 +281,15 @@ export declare const MerkleAddressApiResponse: z.ZodObject<{
|
|
|
281
281
|
exposure_type: string;
|
|
282
282
|
}[] | null | undefined;
|
|
283
283
|
beneficiary?: {}[] | null | undefined;
|
|
284
|
+
risk_level?: number | null | undefined;
|
|
285
|
+
created_at?: string | null | undefined;
|
|
286
|
+
updated_at?: string | null | undefined;
|
|
284
287
|
statusCode?: number | null | undefined;
|
|
285
|
-
balance?: number | null | undefined;
|
|
286
288
|
blockchain?: number | null | undefined;
|
|
287
|
-
|
|
289
|
+
balance?: number | null | undefined;
|
|
288
290
|
customer_id?: string | null | undefined;
|
|
291
|
+
custom_tags?: string[] | null | undefined;
|
|
292
|
+
blockchain_verbose?: "ICP" | "IOTA" | "QTUM" | "WEMIX" | "XPLA" | "SUI" | "Bitcoin" | "Ethereum" | "Litecoin" | "BitcoinCash" | "Ripple" | "Dogecoin" | "Zilliqa" | "BinanceSmartChain" | "Polygon" | "Tron" | "Cardano" | "Polkadot" | "Stellar" | "Hedera" | "Cronos" | "Optimism" | "Arbitrum" | "Fantom" | "Monero" | "Cosmos" | "Zcash" | "EthereumClassic" | "Dash" | "Solana" | "AvalancheC_Chain" | "Verge" | "BitcoinGold" | "Algorand" | "Acala" | "Akash" | "Arweave" | "Ardor" | "Ark" | "Astar" | "Band" | "BinanceNative" | "Celo" | "Chiliz" | "Nervos" | "CronosNative" | "Digibyte" | "Multiversx" | "Enjin" | "Eos" | "EthereumPow" | "FetchAI" | "Filecoin" | "Flow" | "Flare" | "Moonbeam" | "Helium" | "Icon" | "Injective" | "IoTex" | "Iris" | "Kava" | "Kadena" | "Klaytn" | "Komodo" | "Kusama" | "Lisk" | "Terra" | "Mina" | "Moonriver" | "Nano" | "Near" | "Neo3" | "Oasys" | "One" | "Ontology" | "Osmosis" | "Polymesh" | "Oasis" | "Thorchain" | "Ravencoin" | "Siacoin" | "Shiden" | "Songbird" | "Stratis" | "Stacks" | "zkSync" | "Theta" | "Tomo" | "VeChain" | "Waves" | "Wax" | "WaltonChain" | "Chia" | "Tezos" | "Zcoin" | "Celestia" | "Neutron" | "Avalanche_P" | "Sei" | "Avalanche_X" | "Aztec" | "Bittensor" | "Casper" | "Deso" | "Juno" | "PocketNetwork" | "Ronin" | "Vara" | "Archway" | "Axelar" | "Dymension" | "Starknet" | "Orai" | "Lukso" | "bitsCrunch" | "Reef" | "ImmutablezkEVM" | "BaseProtocol" | "ArbitrumNova" | "Canto" | "MetisDAO" | "Aptos" | "Bitcoin Cash" | "Binance Smart Chain" | "Ethereum Classic" | "Avalanche C-Chain" | "Bitcoin Gold" | "Binance Native" | "Cronos Native" | "Ethereum Pow" | "Fetch AI" | "Avalanche-P" | "Avalanche-X" | "Pocket Network" | "Immutable zkEVM" | "Base Protocol" | "Arbitrum Nova" | null | undefined;
|
|
289
293
|
type_verbose?: string | null | undefined;
|
|
290
294
|
total_incoming_value?: string | null | undefined;
|
|
291
295
|
total_incoming_value_usd?: string | null | undefined;
|
|
@@ -293,11 +297,7 @@ export declare const MerkleAddressApiResponse: z.ZodObject<{
|
|
|
293
297
|
total_outgoing_value_usd?: string | null | undefined;
|
|
294
298
|
earliest_transaction_time?: string | null | undefined;
|
|
295
299
|
latest_transaction_time?: string | null | undefined;
|
|
296
|
-
risk_level?: number | null | undefined;
|
|
297
300
|
risk_level_verbose?: "Medium" | "High" | "No Risk Detected" | "Info" | "Caution" | "Critical" | null | undefined;
|
|
298
|
-
created_at?: string | null | undefined;
|
|
299
|
-
updated_at?: string | null | undefined;
|
|
300
|
-
custom_tags?: string[] | null | undefined;
|
|
301
301
|
digital_assets?: {
|
|
302
302
|
symbol?: string | null | undefined;
|
|
303
303
|
name?: string | null | undefined;
|
|
@@ -325,11 +325,15 @@ export declare const MerkleAddressApiResponse: z.ZodObject<{
|
|
|
325
325
|
exposure_type: string;
|
|
326
326
|
}[] | null | undefined;
|
|
327
327
|
beneficiary?: {}[] | null | undefined;
|
|
328
|
+
risk_level?: number | null | undefined;
|
|
329
|
+
created_at?: string | null | undefined;
|
|
330
|
+
updated_at?: string | null | undefined;
|
|
328
331
|
statusCode?: number | null | undefined;
|
|
329
|
-
balance?: number | null | undefined;
|
|
330
332
|
blockchain?: number | null | undefined;
|
|
331
|
-
|
|
333
|
+
balance?: number | null | undefined;
|
|
332
334
|
customer_id?: string | null | undefined;
|
|
335
|
+
custom_tags?: string[] | null | undefined;
|
|
336
|
+
blockchain_verbose?: "ICP" | "IOTA" | "QTUM" | "WEMIX" | "XPLA" | "SUI" | "Bitcoin" | "Ethereum" | "Litecoin" | "BitcoinCash" | "Ripple" | "Dogecoin" | "Zilliqa" | "BinanceSmartChain" | "Polygon" | "Tron" | "Cardano" | "Polkadot" | "Stellar" | "Hedera" | "Cronos" | "Optimism" | "Arbitrum" | "Fantom" | "Monero" | "Cosmos" | "Zcash" | "EthereumClassic" | "Dash" | "Solana" | "AvalancheC_Chain" | "Verge" | "BitcoinGold" | "Algorand" | "Acala" | "Akash" | "Arweave" | "Ardor" | "Ark" | "Astar" | "Band" | "BinanceNative" | "Celo" | "Chiliz" | "Nervos" | "CronosNative" | "Digibyte" | "Multiversx" | "Enjin" | "Eos" | "EthereumPow" | "FetchAI" | "Filecoin" | "Flow" | "Flare" | "Moonbeam" | "Helium" | "Icon" | "Injective" | "IoTex" | "Iris" | "Kava" | "Kadena" | "Klaytn" | "Komodo" | "Kusama" | "Lisk" | "Terra" | "Mina" | "Moonriver" | "Nano" | "Near" | "Neo3" | "Oasys" | "One" | "Ontology" | "Osmosis" | "Polymesh" | "Oasis" | "Thorchain" | "Ravencoin" | "Siacoin" | "Shiden" | "Songbird" | "Stratis" | "Stacks" | "zkSync" | "Theta" | "Tomo" | "VeChain" | "Waves" | "Wax" | "WaltonChain" | "Chia" | "Tezos" | "Zcoin" | "Celestia" | "Neutron" | "Avalanche_P" | "Sei" | "Avalanche_X" | "Aztec" | "Bittensor" | "Casper" | "Deso" | "Juno" | "PocketNetwork" | "Ronin" | "Vara" | "Archway" | "Axelar" | "Dymension" | "Starknet" | "Orai" | "Lukso" | "bitsCrunch" | "Reef" | "ImmutablezkEVM" | "BaseProtocol" | "ArbitrumNova" | "Canto" | "MetisDAO" | "Aptos" | "Bitcoin Cash" | "Binance Smart Chain" | "Ethereum Classic" | "Avalanche C-Chain" | "Bitcoin Gold" | "Binance Native" | "Cronos Native" | "Ethereum Pow" | "Fetch AI" | "Avalanche-P" | "Avalanche-X" | "Pocket Network" | "Immutable zkEVM" | "Base Protocol" | "Arbitrum Nova" | null | undefined;
|
|
333
337
|
type_verbose?: string | null | undefined;
|
|
334
338
|
total_incoming_value?: string | null | undefined;
|
|
335
339
|
total_incoming_value_usd?: string | null | undefined;
|
|
@@ -337,11 +341,7 @@ export declare const MerkleAddressApiResponse: z.ZodObject<{
|
|
|
337
341
|
total_outgoing_value_usd?: string | null | undefined;
|
|
338
342
|
earliest_transaction_time?: string | null | undefined;
|
|
339
343
|
latest_transaction_time?: string | null | undefined;
|
|
340
|
-
risk_level?: number | null | undefined;
|
|
341
344
|
risk_level_verbose?: "Medium" | "High" | "No Risk Detected" | "Info" | "Caution" | "Critical" | null | undefined;
|
|
342
|
-
created_at?: string | null | undefined;
|
|
343
|
-
updated_at?: string | null | undefined;
|
|
344
|
-
custom_tags?: string[] | null | undefined;
|
|
345
345
|
digital_assets?: {
|
|
346
346
|
symbol?: string | null | undefined;
|
|
347
347
|
name?: string | null | undefined;
|
|
@@ -508,11 +508,15 @@ export declare const MerkleAddressResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
508
508
|
exposure_type: string;
|
|
509
509
|
}[] | null | undefined;
|
|
510
510
|
beneficiary?: {}[] | null | undefined;
|
|
511
|
+
risk_level?: number | null | undefined;
|
|
512
|
+
created_at?: string | null | undefined;
|
|
513
|
+
updated_at?: string | null | undefined;
|
|
511
514
|
statusCode?: number | null | undefined;
|
|
512
|
-
balance?: number | null | undefined;
|
|
513
515
|
blockchain?: number | null | undefined;
|
|
514
|
-
|
|
516
|
+
balance?: number | null | undefined;
|
|
515
517
|
customer_id?: string | null | undefined;
|
|
518
|
+
custom_tags?: string[] | null | undefined;
|
|
519
|
+
blockchain_verbose?: "ICP" | "IOTA" | "QTUM" | "WEMIX" | "XPLA" | "SUI" | "Bitcoin" | "Ethereum" | "Litecoin" | "BitcoinCash" | "Ripple" | "Dogecoin" | "Zilliqa" | "BinanceSmartChain" | "Polygon" | "Tron" | "Cardano" | "Polkadot" | "Stellar" | "Hedera" | "Cronos" | "Optimism" | "Arbitrum" | "Fantom" | "Monero" | "Cosmos" | "Zcash" | "EthereumClassic" | "Dash" | "Solana" | "AvalancheC_Chain" | "Verge" | "BitcoinGold" | "Algorand" | "Acala" | "Akash" | "Arweave" | "Ardor" | "Ark" | "Astar" | "Band" | "BinanceNative" | "Celo" | "Chiliz" | "Nervos" | "CronosNative" | "Digibyte" | "Multiversx" | "Enjin" | "Eos" | "EthereumPow" | "FetchAI" | "Filecoin" | "Flow" | "Flare" | "Moonbeam" | "Helium" | "Icon" | "Injective" | "IoTex" | "Iris" | "Kava" | "Kadena" | "Klaytn" | "Komodo" | "Kusama" | "Lisk" | "Terra" | "Mina" | "Moonriver" | "Nano" | "Near" | "Neo3" | "Oasys" | "One" | "Ontology" | "Osmosis" | "Polymesh" | "Oasis" | "Thorchain" | "Ravencoin" | "Siacoin" | "Shiden" | "Songbird" | "Stratis" | "Stacks" | "zkSync" | "Theta" | "Tomo" | "VeChain" | "Waves" | "Wax" | "WaltonChain" | "Chia" | "Tezos" | "Zcoin" | "Celestia" | "Neutron" | "Avalanche_P" | "Sei" | "Avalanche_X" | "Aztec" | "Bittensor" | "Casper" | "Deso" | "Juno" | "PocketNetwork" | "Ronin" | "Vara" | "Archway" | "Axelar" | "Dymension" | "Starknet" | "Orai" | "Lukso" | "bitsCrunch" | "Reef" | "ImmutablezkEVM" | "BaseProtocol" | "ArbitrumNova" | "Canto" | "MetisDAO" | "Aptos" | "Bitcoin Cash" | "Binance Smart Chain" | "Ethereum Classic" | "Avalanche C-Chain" | "Bitcoin Gold" | "Binance Native" | "Cronos Native" | "Ethereum Pow" | "Fetch AI" | "Avalanche-P" | "Avalanche-X" | "Pocket Network" | "Immutable zkEVM" | "Base Protocol" | "Arbitrum Nova" | null | undefined;
|
|
516
520
|
type_verbose?: string | null | undefined;
|
|
517
521
|
total_incoming_value?: string | null | undefined;
|
|
518
522
|
total_incoming_value_usd?: string | null | undefined;
|
|
@@ -520,11 +524,7 @@ export declare const MerkleAddressResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
520
524
|
total_outgoing_value_usd?: string | null | undefined;
|
|
521
525
|
earliest_transaction_time?: string | null | undefined;
|
|
522
526
|
latest_transaction_time?: string | null | undefined;
|
|
523
|
-
risk_level?: number | null | undefined;
|
|
524
527
|
risk_level_verbose?: "Medium" | "High" | "No Risk Detected" | "Info" | "Caution" | "Critical" | null | undefined;
|
|
525
|
-
created_at?: string | null | undefined;
|
|
526
|
-
updated_at?: string | null | undefined;
|
|
527
|
-
custom_tags?: string[] | null | undefined;
|
|
528
528
|
digital_assets?: {
|
|
529
529
|
symbol?: string | null | undefined;
|
|
530
530
|
name?: string | null | undefined;
|
|
@@ -552,11 +552,15 @@ export declare const MerkleAddressResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
552
552
|
exposure_type: string;
|
|
553
553
|
}[] | null | undefined;
|
|
554
554
|
beneficiary?: {}[] | null | undefined;
|
|
555
|
+
risk_level?: number | null | undefined;
|
|
556
|
+
created_at?: string | null | undefined;
|
|
557
|
+
updated_at?: string | null | undefined;
|
|
555
558
|
statusCode?: number | null | undefined;
|
|
556
|
-
balance?: number | null | undefined;
|
|
557
559
|
blockchain?: number | null | undefined;
|
|
558
|
-
|
|
560
|
+
balance?: number | null | undefined;
|
|
559
561
|
customer_id?: string | null | undefined;
|
|
562
|
+
custom_tags?: string[] | null | undefined;
|
|
563
|
+
blockchain_verbose?: "ICP" | "IOTA" | "QTUM" | "WEMIX" | "XPLA" | "SUI" | "Bitcoin" | "Ethereum" | "Litecoin" | "BitcoinCash" | "Ripple" | "Dogecoin" | "Zilliqa" | "BinanceSmartChain" | "Polygon" | "Tron" | "Cardano" | "Polkadot" | "Stellar" | "Hedera" | "Cronos" | "Optimism" | "Arbitrum" | "Fantom" | "Monero" | "Cosmos" | "Zcash" | "EthereumClassic" | "Dash" | "Solana" | "AvalancheC_Chain" | "Verge" | "BitcoinGold" | "Algorand" | "Acala" | "Akash" | "Arweave" | "Ardor" | "Ark" | "Astar" | "Band" | "BinanceNative" | "Celo" | "Chiliz" | "Nervos" | "CronosNative" | "Digibyte" | "Multiversx" | "Enjin" | "Eos" | "EthereumPow" | "FetchAI" | "Filecoin" | "Flow" | "Flare" | "Moonbeam" | "Helium" | "Icon" | "Injective" | "IoTex" | "Iris" | "Kava" | "Kadena" | "Klaytn" | "Komodo" | "Kusama" | "Lisk" | "Terra" | "Mina" | "Moonriver" | "Nano" | "Near" | "Neo3" | "Oasys" | "One" | "Ontology" | "Osmosis" | "Polymesh" | "Oasis" | "Thorchain" | "Ravencoin" | "Siacoin" | "Shiden" | "Songbird" | "Stratis" | "Stacks" | "zkSync" | "Theta" | "Tomo" | "VeChain" | "Waves" | "Wax" | "WaltonChain" | "Chia" | "Tezos" | "Zcoin" | "Celestia" | "Neutron" | "Avalanche_P" | "Sei" | "Avalanche_X" | "Aztec" | "Bittensor" | "Casper" | "Deso" | "Juno" | "PocketNetwork" | "Ronin" | "Vara" | "Archway" | "Axelar" | "Dymension" | "Starknet" | "Orai" | "Lukso" | "bitsCrunch" | "Reef" | "ImmutablezkEVM" | "BaseProtocol" | "ArbitrumNova" | "Canto" | "MetisDAO" | "Aptos" | "Bitcoin Cash" | "Binance Smart Chain" | "Ethereum Classic" | "Avalanche C-Chain" | "Bitcoin Gold" | "Binance Native" | "Cronos Native" | "Ethereum Pow" | "Fetch AI" | "Avalanche-P" | "Avalanche-X" | "Pocket Network" | "Immutable zkEVM" | "Base Protocol" | "Arbitrum Nova" | null | undefined;
|
|
560
564
|
type_verbose?: string | null | undefined;
|
|
561
565
|
total_incoming_value?: string | null | undefined;
|
|
562
566
|
total_incoming_value_usd?: string | null | undefined;
|
|
@@ -564,11 +568,7 @@ export declare const MerkleAddressResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
564
568
|
total_outgoing_value_usd?: string | null | undefined;
|
|
565
569
|
earliest_transaction_time?: string | null | undefined;
|
|
566
570
|
latest_transaction_time?: string | null | undefined;
|
|
567
|
-
risk_level?: number | null | undefined;
|
|
568
571
|
risk_level_verbose?: "Medium" | "High" | "No Risk Detected" | "Info" | "Caution" | "Critical" | null | undefined;
|
|
569
|
-
created_at?: string | null | undefined;
|
|
570
|
-
updated_at?: string | null | undefined;
|
|
571
|
-
custom_tags?: string[] | null | undefined;
|
|
572
572
|
digital_assets?: {
|
|
573
573
|
symbol?: string | null | undefined;
|
|
574
574
|
name?: string | null | undefined;
|