@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
|
@@ -51,7 +51,7 @@ export declare const IdentityAppV2Web3JWT: z.ZodObject<z.objectUtil.extendShape<
|
|
|
51
51
|
}, {
|
|
52
52
|
flowType: z.ZodLiteral<"web3">;
|
|
53
53
|
blockchainAddress: 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>]>]>;
|
|
54
|
-
blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "
|
|
54
|
+
blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bip122", "xrpl", "dash", "tron", "avax"]>;
|
|
55
55
|
}>, "strip", z.ZodTypeAny, {
|
|
56
56
|
sub: `identity_${string}`;
|
|
57
57
|
flowType: "web3";
|
|
@@ -65,7 +65,7 @@ export declare const IdentityAppV2Web3JWT: z.ZodObject<z.objectUtil.extendShape<
|
|
|
65
65
|
iat: number;
|
|
66
66
|
hosts: string[];
|
|
67
67
|
blockchainAddress: string;
|
|
68
|
-
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
68
|
+
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax";
|
|
69
69
|
ipAddress?: string | undefined;
|
|
70
70
|
}, {
|
|
71
71
|
sub: `identity_${string}`;
|
|
@@ -80,7 +80,7 @@ export declare const IdentityAppV2Web3JWT: z.ZodObject<z.objectUtil.extendShape<
|
|
|
80
80
|
iat: number;
|
|
81
81
|
hosts: string[];
|
|
82
82
|
blockchainAddress: string;
|
|
83
|
-
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
83
|
+
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax";
|
|
84
84
|
ipAddress?: string | undefined;
|
|
85
85
|
}>;
|
|
86
86
|
export declare const IdentityAppV2Web2JWT: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -150,7 +150,7 @@ export declare const IdentityWidgetAccessToken_NEW: z.ZodUnion<[z.ZodObject<z.ob
|
|
|
150
150
|
}, {
|
|
151
151
|
flowType: z.ZodLiteral<"web3">;
|
|
152
152
|
blockchainAddress: 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>]>]>;
|
|
153
|
-
blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "
|
|
153
|
+
blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bip122", "xrpl", "dash", "tron", "avax"]>;
|
|
154
154
|
}>, "strip", z.ZodTypeAny, {
|
|
155
155
|
sub: `identity_${string}`;
|
|
156
156
|
flowType: "web3";
|
|
@@ -164,7 +164,7 @@ export declare const IdentityWidgetAccessToken_NEW: z.ZodUnion<[z.ZodObject<z.ob
|
|
|
164
164
|
iat: number;
|
|
165
165
|
hosts: string[];
|
|
166
166
|
blockchainAddress: string;
|
|
167
|
-
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
167
|
+
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax";
|
|
168
168
|
ipAddress?: string | undefined;
|
|
169
169
|
}, {
|
|
170
170
|
sub: `identity_${string}`;
|
|
@@ -179,7 +179,7 @@ export declare const IdentityWidgetAccessToken_NEW: z.ZodUnion<[z.ZodObject<z.ob
|
|
|
179
179
|
iat: number;
|
|
180
180
|
hosts: string[];
|
|
181
181
|
blockchainAddress: string;
|
|
182
|
-
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
182
|
+
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax";
|
|
183
183
|
ipAddress?: string | undefined;
|
|
184
184
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
185
185
|
sub: z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>;
|
|
@@ -255,7 +255,7 @@ export declare const IdentityWidgetSessionToken: z.ZodUnion<[z.ZodObject<z.objec
|
|
|
255
255
|
}, {
|
|
256
256
|
flowType: z.ZodLiteral<"web3">;
|
|
257
257
|
blockchainAddress: 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>]>]>;
|
|
258
|
-
blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "
|
|
258
|
+
blockchainNamespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano", "bip122", "xrpl", "dash", "tron", "avax"]>;
|
|
259
259
|
}>, "strip", z.ZodTypeAny, {
|
|
260
260
|
sub: `identity_${string}`;
|
|
261
261
|
flowType: "web3";
|
|
@@ -269,7 +269,7 @@ export declare const IdentityWidgetSessionToken: z.ZodUnion<[z.ZodObject<z.objec
|
|
|
269
269
|
iat: number;
|
|
270
270
|
hosts: string[];
|
|
271
271
|
blockchainAddress: string;
|
|
272
|
-
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
272
|
+
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax";
|
|
273
273
|
ipAddress?: string | undefined;
|
|
274
274
|
}, {
|
|
275
275
|
sub: `identity_${string}`;
|
|
@@ -284,7 +284,7 @@ export declare const IdentityWidgetSessionToken: z.ZodUnion<[z.ZodObject<z.objec
|
|
|
284
284
|
iat: number;
|
|
285
285
|
hosts: string[];
|
|
286
286
|
blockchainAddress: string;
|
|
287
|
-
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "
|
|
287
|
+
blockchainNamespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | "bip122" | "xrpl" | "dash" | "tron" | "avax";
|
|
288
288
|
ipAddress?: string | undefined;
|
|
289
289
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
290
290
|
sub: z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>;
|
|
@@ -8,9 +8,9 @@ export type BigProperty = z.infer<typeof BigProperty>;
|
|
|
8
8
|
export declare const RequestProperty: z.ZodObject<{
|
|
9
9
|
property: z.ZodEnum<["score", "entities", "flags", "currency", "new_address", "flags_with_category", "cluster", "first_seen_receiving", "first_seen_sending", "last_seen_receiving", "last_seen_sending", "received_amount", "sent_amount", "number_of_transactions", "received_transactions", "sent_transactions", "balance", "balance_fiat", "bitrank_counterparty_exposure", "entity_counterparty_exposure", "flag_counterparty_exposure"]>;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
property: "
|
|
11
|
+
property: "entities" | "score" | "flags" | "currency" | "new_address" | "flags_with_category" | "cluster" | "first_seen_receiving" | "first_seen_sending" | "last_seen_receiving" | "last_seen_sending" | "received_amount" | "sent_amount" | "number_of_transactions" | "received_transactions" | "sent_transactions" | "balance" | "balance_fiat" | "bitrank_counterparty_exposure" | "entity_counterparty_exposure" | "flag_counterparty_exposure";
|
|
12
12
|
}, {
|
|
13
|
-
property: "
|
|
13
|
+
property: "entities" | "score" | "flags" | "currency" | "new_address" | "flags_with_category" | "cluster" | "first_seen_receiving" | "first_seen_sending" | "last_seen_receiving" | "last_seen_sending" | "received_amount" | "sent_amount" | "number_of_transactions" | "received_transactions" | "sent_transactions" | "balance" | "balance_fiat" | "bitrank_counterparty_exposure" | "entity_counterparty_exposure" | "flag_counterparty_exposure";
|
|
14
14
|
}>;
|
|
15
15
|
export declare const BigCSErrorCodes: Map<string, string>;
|
|
16
16
|
/**
|
|
@@ -32,26 +32,26 @@ export declare const BitRankRequest: z.ZodObject<{
|
|
|
32
32
|
properties: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
33
33
|
property: z.ZodEnum<["score", "entities", "flags", "currency", "new_address", "flags_with_category", "cluster", "first_seen_receiving", "first_seen_sending", "last_seen_receiving", "last_seen_sending", "received_amount", "sent_amount", "number_of_transactions", "received_transactions", "sent_transactions", "balance", "balance_fiat", "bitrank_counterparty_exposure", "entity_counterparty_exposure", "flag_counterparty_exposure"]>;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
-
property: "
|
|
35
|
+
property: "entities" | "score" | "flags" | "currency" | "new_address" | "flags_with_category" | "cluster" | "first_seen_receiving" | "first_seen_sending" | "last_seen_receiving" | "last_seen_sending" | "received_amount" | "sent_amount" | "number_of_transactions" | "received_transactions" | "sent_transactions" | "balance" | "balance_fiat" | "bitrank_counterparty_exposure" | "entity_counterparty_exposure" | "flag_counterparty_exposure";
|
|
36
36
|
}, {
|
|
37
|
-
property: "
|
|
37
|
+
property: "entities" | "score" | "flags" | "currency" | "new_address" | "flags_with_category" | "cluster" | "first_seen_receiving" | "first_seen_sending" | "last_seen_receiving" | "last_seen_sending" | "received_amount" | "sent_amount" | "number_of_transactions" | "received_transactions" | "sent_transactions" | "balance" | "balance_fiat" | "bitrank_counterparty_exposure" | "entity_counterparty_exposure" | "flag_counterparty_exposure";
|
|
38
38
|
}>, "many">>>>;
|
|
39
39
|
label: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
40
40
|
transactionsPerPage: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodNumber>>>;
|
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
42
|
properties: {
|
|
43
|
-
property: "
|
|
43
|
+
property: "entities" | "score" | "flags" | "currency" | "new_address" | "flags_with_category" | "cluster" | "first_seen_receiving" | "first_seen_sending" | "last_seen_receiving" | "last_seen_sending" | "received_amount" | "sent_amount" | "number_of_transactions" | "received_transactions" | "sent_transactions" | "balance" | "balance_fiat" | "bitrank_counterparty_exposure" | "entity_counterparty_exposure" | "flag_counterparty_exposure";
|
|
44
44
|
}[] | null;
|
|
45
45
|
address?: string | null | undefined;
|
|
46
|
-
crypto?: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "
|
|
46
|
+
crypto?: "dash" | "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "zec" | "trx" | "etc" | "bsc" | null | undefined;
|
|
47
47
|
label?: string | null | undefined;
|
|
48
48
|
transactionsPerPage?: number | null | undefined;
|
|
49
49
|
}, {
|
|
50
50
|
address?: string | null | undefined;
|
|
51
|
-
crypto?: "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "
|
|
51
|
+
crypto?: "dash" | "btc" | "eth" | "ltc" | "bch" | "xrp" | "xlm" | "sys" | "xdc" | "doge" | "zec" | "trx" | "etc" | "bsc" | null | undefined;
|
|
52
52
|
label?: string | null | undefined;
|
|
53
53
|
properties?: {
|
|
54
|
-
property: "
|
|
54
|
+
property: "entities" | "score" | "flags" | "currency" | "new_address" | "flags_with_category" | "cluster" | "first_seen_receiving" | "first_seen_sending" | "last_seen_receiving" | "last_seen_sending" | "received_amount" | "sent_amount" | "number_of_transactions" | "received_transactions" | "sent_transactions" | "balance" | "balance_fiat" | "bitrank_counterparty_exposure" | "entity_counterparty_exposure" | "flag_counterparty_exposure";
|
|
55
55
|
}[] | null | undefined;
|
|
56
56
|
transactionsPerPage?: number | null | undefined;
|
|
57
57
|
}>;
|
|
@@ -471,15 +471,15 @@ export declare const BitRankVerified: z.ZodObject<{
|
|
|
471
471
|
hash: string;
|
|
472
472
|
fees: number;
|
|
473
473
|
}[] | undefined;
|
|
474
|
-
score?: number | undefined;
|
|
475
|
-
label?: string | undefined;
|
|
476
|
-
currency?: string | undefined;
|
|
477
|
-
new_address?: boolean | undefined;
|
|
478
474
|
entities?: {
|
|
479
475
|
type: string;
|
|
480
476
|
label: string;
|
|
481
477
|
}[] | undefined;
|
|
478
|
+
score?: number | undefined;
|
|
479
|
+
label?: string | undefined;
|
|
482
480
|
flags?: string[] | undefined;
|
|
481
|
+
currency?: string | undefined;
|
|
482
|
+
new_address?: boolean | undefined;
|
|
483
483
|
flags_with_category?: {
|
|
484
484
|
name: string;
|
|
485
485
|
category: string;
|
|
@@ -573,15 +573,15 @@ export declare const BitRankVerified: z.ZodObject<{
|
|
|
573
573
|
hash: string;
|
|
574
574
|
fees: number;
|
|
575
575
|
}[] | undefined;
|
|
576
|
-
score?: number | undefined;
|
|
577
|
-
label?: string | undefined;
|
|
578
|
-
currency?: string | undefined;
|
|
579
|
-
new_address?: boolean | undefined;
|
|
580
576
|
entities?: {
|
|
581
577
|
type: string;
|
|
582
578
|
label: string;
|
|
583
579
|
}[] | undefined;
|
|
580
|
+
score?: number | undefined;
|
|
581
|
+
label?: string | undefined;
|
|
584
582
|
flags?: string[] | undefined;
|
|
583
|
+
currency?: string | undefined;
|
|
584
|
+
new_address?: boolean | undefined;
|
|
585
585
|
flags_with_category?: {
|
|
586
586
|
name: string;
|
|
587
587
|
category: string;
|
|
@@ -1529,15 +1529,15 @@ export declare const BitRankVerifiedResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
1529
1529
|
hash: string;
|
|
1530
1530
|
fees: number;
|
|
1531
1531
|
}[] | undefined;
|
|
1532
|
-
score?: number | undefined;
|
|
1533
|
-
label?: string | undefined;
|
|
1534
|
-
currency?: string | undefined;
|
|
1535
|
-
new_address?: boolean | undefined;
|
|
1536
1532
|
entities?: {
|
|
1537
1533
|
type: string;
|
|
1538
1534
|
label: string;
|
|
1539
1535
|
}[] | undefined;
|
|
1536
|
+
score?: number | undefined;
|
|
1537
|
+
label?: string | undefined;
|
|
1540
1538
|
flags?: string[] | undefined;
|
|
1539
|
+
currency?: string | undefined;
|
|
1540
|
+
new_address?: boolean | undefined;
|
|
1541
1541
|
flags_with_category?: {
|
|
1542
1542
|
name: string;
|
|
1543
1543
|
category: string;
|
|
@@ -1631,15 +1631,15 @@ export declare const BitRankVerifiedResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
1631
1631
|
hash: string;
|
|
1632
1632
|
fees: number;
|
|
1633
1633
|
}[] | undefined;
|
|
1634
|
-
score?: number | undefined;
|
|
1635
|
-
label?: string | undefined;
|
|
1636
|
-
currency?: string | undefined;
|
|
1637
|
-
new_address?: boolean | undefined;
|
|
1638
1634
|
entities?: {
|
|
1639
1635
|
type: string;
|
|
1640
1636
|
label: string;
|
|
1641
1637
|
}[] | undefined;
|
|
1638
|
+
score?: number | undefined;
|
|
1639
|
+
label?: string | undefined;
|
|
1642
1640
|
flags?: string[] | undefined;
|
|
1641
|
+
currency?: string | undefined;
|
|
1642
|
+
new_address?: boolean | undefined;
|
|
1643
1643
|
flags_with_category?: {
|
|
1644
1644
|
name: string;
|
|
1645
1645
|
category: string;
|
|
@@ -85,15 +85,15 @@ export declare const ChainalysisRiskAssessmentApiResponse: z.ZodObject<{
|
|
|
85
85
|
exposureType: z.ZodEnum<["direct", "indirect"]>;
|
|
86
86
|
direction: z.ZodLiteral<"both_directions">;
|
|
87
87
|
}, "strip", z.ZodTypeAny, {
|
|
88
|
-
risk: string;
|
|
89
88
|
exposureType: "direct" | "indirect";
|
|
90
89
|
direction: "both_directions";
|
|
90
|
+
risk: string;
|
|
91
91
|
minThreshold: number;
|
|
92
92
|
maxThreshold: number;
|
|
93
93
|
}, {
|
|
94
|
-
risk: string;
|
|
95
94
|
exposureType: "direct" | "indirect";
|
|
96
95
|
direction: "both_directions";
|
|
96
|
+
risk: string;
|
|
97
97
|
minThreshold: number;
|
|
98
98
|
maxThreshold: number;
|
|
99
99
|
}>>>;
|
|
@@ -102,9 +102,9 @@ export declare const ChainalysisRiskAssessmentApiResponse: z.ZodObject<{
|
|
|
102
102
|
category: string;
|
|
103
103
|
percentage: number;
|
|
104
104
|
ruleTriggered?: {
|
|
105
|
-
risk: string;
|
|
106
105
|
exposureType: "direct" | "indirect";
|
|
107
106
|
direction: "both_directions";
|
|
107
|
+
risk: string;
|
|
108
108
|
minThreshold: number;
|
|
109
109
|
maxThreshold: number;
|
|
110
110
|
} | null | undefined;
|
|
@@ -113,9 +113,9 @@ export declare const ChainalysisRiskAssessmentApiResponse: z.ZodObject<{
|
|
|
113
113
|
category: string;
|
|
114
114
|
percentage: number;
|
|
115
115
|
ruleTriggered?: {
|
|
116
|
-
risk: string;
|
|
117
116
|
exposureType: "direct" | "indirect";
|
|
118
117
|
direction: "both_directions";
|
|
118
|
+
risk: string;
|
|
119
119
|
minThreshold: number;
|
|
120
120
|
maxThreshold: number;
|
|
121
121
|
} | null | undefined;
|
|
@@ -160,9 +160,9 @@ export declare const ChainalysisRiskAssessmentApiResponse: z.ZodObject<{
|
|
|
160
160
|
category: string;
|
|
161
161
|
percentage: number;
|
|
162
162
|
ruleTriggered?: {
|
|
163
|
-
risk: string;
|
|
164
163
|
exposureType: "direct" | "indirect";
|
|
165
164
|
direction: "both_directions";
|
|
165
|
+
risk: string;
|
|
166
166
|
minThreshold: number;
|
|
167
167
|
maxThreshold: number;
|
|
168
168
|
} | null | undefined;
|
|
@@ -200,9 +200,9 @@ export declare const ChainalysisRiskAssessmentApiResponse: z.ZodObject<{
|
|
|
200
200
|
category: string;
|
|
201
201
|
percentage: number;
|
|
202
202
|
ruleTriggered?: {
|
|
203
|
-
risk: string;
|
|
204
203
|
exposureType: "direct" | "indirect";
|
|
205
204
|
direction: "both_directions";
|
|
205
|
+
risk: string;
|
|
206
206
|
minThreshold: number;
|
|
207
207
|
maxThreshold: number;
|
|
208
208
|
} | null | undefined;
|
|
@@ -348,15 +348,15 @@ export declare const ChainalysisRiskAssessmentResponse: z.ZodUnion<[z.ZodObject<
|
|
|
348
348
|
exposureType: z.ZodEnum<["direct", "indirect"]>;
|
|
349
349
|
direction: z.ZodLiteral<"both_directions">;
|
|
350
350
|
}, "strip", z.ZodTypeAny, {
|
|
351
|
-
risk: string;
|
|
352
351
|
exposureType: "direct" | "indirect";
|
|
353
352
|
direction: "both_directions";
|
|
353
|
+
risk: string;
|
|
354
354
|
minThreshold: number;
|
|
355
355
|
maxThreshold: number;
|
|
356
356
|
}, {
|
|
357
|
-
risk: string;
|
|
358
357
|
exposureType: "direct" | "indirect";
|
|
359
358
|
direction: "both_directions";
|
|
359
|
+
risk: string;
|
|
360
360
|
minThreshold: number;
|
|
361
361
|
maxThreshold: number;
|
|
362
362
|
}>>>;
|
|
@@ -365,9 +365,9 @@ export declare const ChainalysisRiskAssessmentResponse: z.ZodUnion<[z.ZodObject<
|
|
|
365
365
|
category: string;
|
|
366
366
|
percentage: number;
|
|
367
367
|
ruleTriggered?: {
|
|
368
|
-
risk: string;
|
|
369
368
|
exposureType: "direct" | "indirect";
|
|
370
369
|
direction: "both_directions";
|
|
370
|
+
risk: string;
|
|
371
371
|
minThreshold: number;
|
|
372
372
|
maxThreshold: number;
|
|
373
373
|
} | null | undefined;
|
|
@@ -376,9 +376,9 @@ export declare const ChainalysisRiskAssessmentResponse: z.ZodUnion<[z.ZodObject<
|
|
|
376
376
|
category: string;
|
|
377
377
|
percentage: number;
|
|
378
378
|
ruleTriggered?: {
|
|
379
|
-
risk: string;
|
|
380
379
|
exposureType: "direct" | "indirect";
|
|
381
380
|
direction: "both_directions";
|
|
381
|
+
risk: string;
|
|
382
382
|
minThreshold: number;
|
|
383
383
|
maxThreshold: number;
|
|
384
384
|
} | null | undefined;
|
|
@@ -423,9 +423,9 @@ export declare const ChainalysisRiskAssessmentResponse: z.ZodUnion<[z.ZodObject<
|
|
|
423
423
|
category: string;
|
|
424
424
|
percentage: number;
|
|
425
425
|
ruleTriggered?: {
|
|
426
|
-
risk: string;
|
|
427
426
|
exposureType: "direct" | "indirect";
|
|
428
427
|
direction: "both_directions";
|
|
428
|
+
risk: string;
|
|
429
429
|
minThreshold: number;
|
|
430
430
|
maxThreshold: number;
|
|
431
431
|
} | null | undefined;
|
|
@@ -463,9 +463,9 @@ export declare const ChainalysisRiskAssessmentResponse: z.ZodUnion<[z.ZodObject<
|
|
|
463
463
|
category: string;
|
|
464
464
|
percentage: number;
|
|
465
465
|
ruleTriggered?: {
|
|
466
|
-
risk: string;
|
|
467
466
|
exposureType: "direct" | "indirect";
|
|
468
467
|
direction: "both_directions";
|
|
468
|
+
risk: string;
|
|
469
469
|
minThreshold: number;
|
|
470
470
|
maxThreshold: number;
|
|
471
471
|
} | null | undefined;
|