@nexeraid/identity-schemas 2.3.10-dev → 2.3.14-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/{customers.schema-f5e00e4b.cjs.prod.js → customers.schema-a089e7aa.cjs.prod.js} +1 -1
- package/dist/{customers.schema-bf6bd011.esm.js → customers.schema-e53cff10.esm.js} +1 -1
- package/dist/{customers.schema-cc61d5f5.cjs.dev.js → customers.schema-e6bad99e.cjs.dev.js} +1 -1
- package/dist/declarations/src/crypto.schema.d.ts +5 -0
- package/dist/declarations/src/crypto.schema.d.ts.map +1 -0
- package/dist/declarations/src/currency.schema.d.ts +5 -0
- package/dist/declarations/src/currency.schema.d.ts.map +1 -0
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +23 -0
- package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity-ids.schema.d.ts +22 -2
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/index.d.ts +4 -0
- package/dist/declarations/src/index.d.ts.map +1 -1
- package/dist/declarations/src/providers/big/BIGBitRankVerifiedScore.schema.d.ts +2 -2
- package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts +198 -198
- package/dist/declarations/src/providers/ipquality/ipquality.schema.d.ts +10 -10
- package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +4 -4
- package/dist/declarations/src/providers/provider.schema.d.ts +558 -558
- package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +140 -140
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +144 -144
- package/dist/declarations/src/providers/sumsub/sumsub-webhooks.schema.d.ts +4 -4
- package/dist/declarations/src/tag.schema.d.ts +24 -0
- package/dist/declarations/src/tag.schema.d.ts.map +1 -0
- package/dist/declarations/src/transaction.schema.d.ts +23 -0
- package/dist/declarations/src/transaction.schema.d.ts.map +1 -0
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +302 -302
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +1460 -1460
- package/dist/{frontend-utilities.schema-310c23a2.esm.js → frontend-utilities.schema-63208941.esm.js} +1 -1
- package/dist/{frontend-utilities.schema-f06cfbf0.cjs.dev.js → frontend-utilities.schema-98b0096f.cjs.dev.js} +1 -1
- package/dist/{frontend-utilities.schema-590fdc26.cjs.prod.js → frontend-utilities.schema-d9510248.cjs.prod.js} +1 -1
- package/dist/{identity-api.schema-e648ecb5.cjs.prod.js → identity-api.schema-1e40f969.cjs.prod.js} +35 -0
- package/dist/{identity-api.schema-12609c1a.esm.js → identity-api.schema-c98a388a.esm.js} +25 -1
- package/dist/{identity-api.schema-cc2f8a1b.cjs.dev.js → identity-api.schema-eb77924e.cjs.dev.js} +35 -0
- package/dist/nexeraid-identity-schemas.cjs.dev.js +75 -2
- package/dist/nexeraid-identity-schemas.cjs.prod.js +75 -2
- package/dist/nexeraid-identity-schemas.esm.js +45 -4
- package/dist/package.json +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +2 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +2 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +2 -2
|
@@ -48,10 +48,10 @@ export declare const IpQualityAnalysisResponse: z.ZodObject<{
|
|
|
48
48
|
request_id: string;
|
|
49
49
|
message?: string | null | undefined;
|
|
50
50
|
city?: string | null | undefined;
|
|
51
|
+
ISP?: string | null | undefined;
|
|
51
52
|
fraud_score?: number | null | undefined;
|
|
52
53
|
country_code?: string | null | undefined;
|
|
53
54
|
region?: string | null | undefined;
|
|
54
|
-
ISP?: string | null | undefined;
|
|
55
55
|
ASN?: number | null | undefined;
|
|
56
56
|
organization?: string | null | undefined;
|
|
57
57
|
is_crawler?: boolean | null | undefined;
|
|
@@ -75,10 +75,10 @@ export declare const IpQualityAnalysisResponse: z.ZodObject<{
|
|
|
75
75
|
request_id: string;
|
|
76
76
|
message?: string | null | undefined;
|
|
77
77
|
city?: string | null | undefined;
|
|
78
|
+
ISP?: string | null | undefined;
|
|
78
79
|
fraud_score?: number | null | undefined;
|
|
79
80
|
country_code?: string | null | undefined;
|
|
80
81
|
region?: string | null | undefined;
|
|
81
|
-
ISP?: string | null | undefined;
|
|
82
82
|
ASN?: number | null | undefined;
|
|
83
83
|
organization?: string | null | undefined;
|
|
84
84
|
is_crawler?: boolean | null | undefined;
|
|
@@ -395,10 +395,10 @@ export declare const IpQualityServiceAnalysis: z.ZodObject<{
|
|
|
395
395
|
request_id: string;
|
|
396
396
|
message?: string | null | undefined;
|
|
397
397
|
city?: string | null | undefined;
|
|
398
|
+
ISP?: string | null | undefined;
|
|
398
399
|
fraud_score?: number | null | undefined;
|
|
399
400
|
country_code?: string | null | undefined;
|
|
400
401
|
region?: string | null | undefined;
|
|
401
|
-
ISP?: string | null | undefined;
|
|
402
402
|
ASN?: number | null | undefined;
|
|
403
403
|
organization?: string | null | undefined;
|
|
404
404
|
is_crawler?: boolean | null | undefined;
|
|
@@ -422,10 +422,10 @@ export declare const IpQualityServiceAnalysis: z.ZodObject<{
|
|
|
422
422
|
request_id: string;
|
|
423
423
|
message?: string | null | undefined;
|
|
424
424
|
city?: string | null | undefined;
|
|
425
|
+
ISP?: string | null | undefined;
|
|
425
426
|
fraud_score?: number | null | undefined;
|
|
426
427
|
country_code?: string | null | undefined;
|
|
427
428
|
region?: string | null | undefined;
|
|
428
|
-
ISP?: string | null | undefined;
|
|
429
429
|
ASN?: number | null | undefined;
|
|
430
430
|
organization?: string | null | undefined;
|
|
431
431
|
is_crawler?: boolean | null | undefined;
|
|
@@ -714,10 +714,10 @@ export declare const IpQualityServiceAnalysis: z.ZodObject<{
|
|
|
714
714
|
request_id: string;
|
|
715
715
|
message?: string | null | undefined;
|
|
716
716
|
city?: string | null | undefined;
|
|
717
|
+
ISP?: string | null | undefined;
|
|
717
718
|
fraud_score?: number | null | undefined;
|
|
718
719
|
country_code?: string | null | undefined;
|
|
719
720
|
region?: string | null | undefined;
|
|
720
|
-
ISP?: string | null | undefined;
|
|
721
721
|
ASN?: number | null | undefined;
|
|
722
722
|
organization?: string | null | undefined;
|
|
723
723
|
is_crawler?: boolean | null | undefined;
|
|
@@ -821,10 +821,10 @@ export declare const IpQualityServiceAnalysis: z.ZodObject<{
|
|
|
821
821
|
request_id: string;
|
|
822
822
|
message?: string | null | undefined;
|
|
823
823
|
city?: string | null | undefined;
|
|
824
|
+
ISP?: string | null | undefined;
|
|
824
825
|
fraud_score?: number | null | undefined;
|
|
825
826
|
country_code?: string | null | undefined;
|
|
826
827
|
region?: string | null | undefined;
|
|
827
|
-
ISP?: string | null | undefined;
|
|
828
828
|
ASN?: number | null | undefined;
|
|
829
829
|
organization?: string | null | undefined;
|
|
830
830
|
is_crawler?: boolean | null | undefined;
|
|
@@ -1051,10 +1051,10 @@ export declare const IpQualityServiceAnalysisResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
1051
1051
|
request_id: string;
|
|
1052
1052
|
message?: string | null | undefined;
|
|
1053
1053
|
city?: string | null | undefined;
|
|
1054
|
+
ISP?: string | null | undefined;
|
|
1054
1055
|
fraud_score?: number | null | undefined;
|
|
1055
1056
|
country_code?: string | null | undefined;
|
|
1056
1057
|
region?: string | null | undefined;
|
|
1057
|
-
ISP?: string | null | undefined;
|
|
1058
1058
|
ASN?: number | null | undefined;
|
|
1059
1059
|
organization?: string | null | undefined;
|
|
1060
1060
|
is_crawler?: boolean | null | undefined;
|
|
@@ -1078,10 +1078,10 @@ export declare const IpQualityServiceAnalysisResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
1078
1078
|
request_id: string;
|
|
1079
1079
|
message?: string | null | undefined;
|
|
1080
1080
|
city?: string | null | undefined;
|
|
1081
|
+
ISP?: string | null | undefined;
|
|
1081
1082
|
fraud_score?: number | null | undefined;
|
|
1082
1083
|
country_code?: string | null | undefined;
|
|
1083
1084
|
region?: string | null | undefined;
|
|
1084
|
-
ISP?: string | null | undefined;
|
|
1085
1085
|
ASN?: number | null | undefined;
|
|
1086
1086
|
organization?: string | null | undefined;
|
|
1087
1087
|
is_crawler?: boolean | null | undefined;
|
|
@@ -1370,10 +1370,10 @@ export declare const IpQualityServiceAnalysisResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
1370
1370
|
request_id: string;
|
|
1371
1371
|
message?: string | null | undefined;
|
|
1372
1372
|
city?: string | null | undefined;
|
|
1373
|
+
ISP?: string | null | undefined;
|
|
1373
1374
|
fraud_score?: number | null | undefined;
|
|
1374
1375
|
country_code?: string | null | undefined;
|
|
1375
1376
|
region?: string | null | undefined;
|
|
1376
|
-
ISP?: string | null | undefined;
|
|
1377
1377
|
ASN?: number | null | undefined;
|
|
1378
1378
|
organization?: string | null | undefined;
|
|
1379
1379
|
is_crawler?: boolean | null | undefined;
|
|
@@ -1477,10 +1477,10 @@ export declare const IpQualityServiceAnalysisResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
1477
1477
|
request_id: string;
|
|
1478
1478
|
message?: string | null | undefined;
|
|
1479
1479
|
city?: string | null | undefined;
|
|
1480
|
+
ISP?: string | null | undefined;
|
|
1480
1481
|
fraud_score?: number | null | undefined;
|
|
1481
1482
|
country_code?: string | null | undefined;
|
|
1482
1483
|
region?: string | null | undefined;
|
|
1483
|
-
ISP?: string | null | undefined;
|
|
1484
1484
|
ASN?: number | null | undefined;
|
|
1485
1485
|
organization?: string | null | undefined;
|
|
1486
1486
|
is_crawler?: boolean | null | undefined;
|
|
@@ -264,7 +264,7 @@ export declare const MerkleAddressApiResponse: z.ZodObject<{
|
|
|
264
264
|
statusCode?: number | null | undefined;
|
|
265
265
|
balance?: number | null | undefined;
|
|
266
266
|
blockchain?: number | null | undefined;
|
|
267
|
-
blockchain_verbose?: "Polygon" | "Arbitrum" | "Optimism" | "Moonbeam" | "Moonriver" | "Tezos" | "Aptos" | "Polkadot" | "Starknet" | "Cosmos" | "Solana" | "Cardano" | "Bitcoin" | "Ethereum" | "Litecoin" | "BitcoinCash" | "Ripple" | "Dogecoin" | "Zilliqa" | "BinanceSmartChain" | "Tron" | "Stellar" | "Hedera" | "Cronos" | "Fantom" | "Monero" | "Zcash" | "EthereumClassic" | "Dash" | "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" | "Helium" | "
|
|
267
|
+
blockchain_verbose?: "Polygon" | "Arbitrum" | "Optimism" | "Moonbeam" | "Moonriver" | "Tezos" | "Aptos" | "Polkadot" | "Starknet" | "Cosmos" | "Solana" | "Cardano" | "ICP" | "IOTA" | "QTUM" | "WEMIX" | "XPLA" | "Bitcoin" | "Ethereum" | "Litecoin" | "BitcoinCash" | "Ripple" | "Dogecoin" | "Zilliqa" | "BinanceSmartChain" | "Tron" | "Stellar" | "Hedera" | "Cronos" | "Fantom" | "Monero" | "Zcash" | "EthereumClassic" | "Dash" | "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" | "Helium" | "Icon" | "Injective" | "IoTex" | "Iris" | "Kava" | "Kadena" | "Klaytn" | "Komodo" | "Kusama" | "Lisk" | "Terra" | "Mina" | "Nano" | "Near" | "Neo3" | "Oasys" | "One" | "Ontology" | "Osmosis" | "Polymesh" | "Oasis" | "Thorchain" | "Ravencoin" | "Siacoin" | "Shiden" | "Songbird" | "Stratis" | "Stacks" | "SUI" | "zkSync" | "Theta" | "Tomo" | "VeChain" | "Waves" | "Wax" | "WaltonChain" | "Chia" | "Zcoin" | "Celestia" | "Neutron" | "Avalanche_P" | "Sei" | "Avalanche_X" | "Aztec" | "Bittensor" | "Casper" | "Deso" | "Juno" | "PocketNetwork" | "Ronin" | "Vara" | "Archway" | "Axelar" | "Dymension" | "Orai" | "Lukso" | "bitsCrunch" | "Reef" | "ImmutablezkEVM" | "BaseProtocol" | "ArbitrumNova" | "Canto" | "MetisDAO" | "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;
|
|
268
268
|
customer_id?: string | null | undefined;
|
|
269
269
|
type_verbose?: string | null | undefined;
|
|
270
270
|
total_incoming_value?: string | null | undefined;
|
|
@@ -308,7 +308,7 @@ export declare const MerkleAddressApiResponse: z.ZodObject<{
|
|
|
308
308
|
statusCode?: number | null | undefined;
|
|
309
309
|
balance?: number | null | undefined;
|
|
310
310
|
blockchain?: number | null | undefined;
|
|
311
|
-
blockchain_verbose?: "Polygon" | "Arbitrum" | "Optimism" | "Moonbeam" | "Moonriver" | "Tezos" | "Aptos" | "Polkadot" | "Starknet" | "Cosmos" | "Solana" | "Cardano" | "Bitcoin" | "Ethereum" | "Litecoin" | "BitcoinCash" | "Ripple" | "Dogecoin" | "Zilliqa" | "BinanceSmartChain" | "Tron" | "Stellar" | "Hedera" | "Cronos" | "Fantom" | "Monero" | "Zcash" | "EthereumClassic" | "Dash" | "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" | "Helium" | "
|
|
311
|
+
blockchain_verbose?: "Polygon" | "Arbitrum" | "Optimism" | "Moonbeam" | "Moonriver" | "Tezos" | "Aptos" | "Polkadot" | "Starknet" | "Cosmos" | "Solana" | "Cardano" | "ICP" | "IOTA" | "QTUM" | "WEMIX" | "XPLA" | "Bitcoin" | "Ethereum" | "Litecoin" | "BitcoinCash" | "Ripple" | "Dogecoin" | "Zilliqa" | "BinanceSmartChain" | "Tron" | "Stellar" | "Hedera" | "Cronos" | "Fantom" | "Monero" | "Zcash" | "EthereumClassic" | "Dash" | "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" | "Helium" | "Icon" | "Injective" | "IoTex" | "Iris" | "Kava" | "Kadena" | "Klaytn" | "Komodo" | "Kusama" | "Lisk" | "Terra" | "Mina" | "Nano" | "Near" | "Neo3" | "Oasys" | "One" | "Ontology" | "Osmosis" | "Polymesh" | "Oasis" | "Thorchain" | "Ravencoin" | "Siacoin" | "Shiden" | "Songbird" | "Stratis" | "Stacks" | "SUI" | "zkSync" | "Theta" | "Tomo" | "VeChain" | "Waves" | "Wax" | "WaltonChain" | "Chia" | "Zcoin" | "Celestia" | "Neutron" | "Avalanche_P" | "Sei" | "Avalanche_X" | "Aztec" | "Bittensor" | "Casper" | "Deso" | "Juno" | "PocketNetwork" | "Ronin" | "Vara" | "Archway" | "Axelar" | "Dymension" | "Orai" | "Lukso" | "bitsCrunch" | "Reef" | "ImmutablezkEVM" | "BaseProtocol" | "ArbitrumNova" | "Canto" | "MetisDAO" | "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;
|
|
312
312
|
customer_id?: string | null | undefined;
|
|
313
313
|
type_verbose?: string | null | undefined;
|
|
314
314
|
total_incoming_value?: string | null | undefined;
|
|
@@ -489,7 +489,7 @@ export declare const MerkleAddressResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
489
489
|
statusCode?: number | null | undefined;
|
|
490
490
|
balance?: number | null | undefined;
|
|
491
491
|
blockchain?: number | null | undefined;
|
|
492
|
-
blockchain_verbose?: "Polygon" | "Arbitrum" | "Optimism" | "Moonbeam" | "Moonriver" | "Tezos" | "Aptos" | "Polkadot" | "Starknet" | "Cosmos" | "Solana" | "Cardano" | "Bitcoin" | "Ethereum" | "Litecoin" | "BitcoinCash" | "Ripple" | "Dogecoin" | "Zilliqa" | "BinanceSmartChain" | "Tron" | "Stellar" | "Hedera" | "Cronos" | "Fantom" | "Monero" | "Zcash" | "EthereumClassic" | "Dash" | "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" | "Helium" | "
|
|
492
|
+
blockchain_verbose?: "Polygon" | "Arbitrum" | "Optimism" | "Moonbeam" | "Moonriver" | "Tezos" | "Aptos" | "Polkadot" | "Starknet" | "Cosmos" | "Solana" | "Cardano" | "ICP" | "IOTA" | "QTUM" | "WEMIX" | "XPLA" | "Bitcoin" | "Ethereum" | "Litecoin" | "BitcoinCash" | "Ripple" | "Dogecoin" | "Zilliqa" | "BinanceSmartChain" | "Tron" | "Stellar" | "Hedera" | "Cronos" | "Fantom" | "Monero" | "Zcash" | "EthereumClassic" | "Dash" | "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" | "Helium" | "Icon" | "Injective" | "IoTex" | "Iris" | "Kava" | "Kadena" | "Klaytn" | "Komodo" | "Kusama" | "Lisk" | "Terra" | "Mina" | "Nano" | "Near" | "Neo3" | "Oasys" | "One" | "Ontology" | "Osmosis" | "Polymesh" | "Oasis" | "Thorchain" | "Ravencoin" | "Siacoin" | "Shiden" | "Songbird" | "Stratis" | "Stacks" | "SUI" | "zkSync" | "Theta" | "Tomo" | "VeChain" | "Waves" | "Wax" | "WaltonChain" | "Chia" | "Zcoin" | "Celestia" | "Neutron" | "Avalanche_P" | "Sei" | "Avalanche_X" | "Aztec" | "Bittensor" | "Casper" | "Deso" | "Juno" | "PocketNetwork" | "Ronin" | "Vara" | "Archway" | "Axelar" | "Dymension" | "Orai" | "Lukso" | "bitsCrunch" | "Reef" | "ImmutablezkEVM" | "BaseProtocol" | "ArbitrumNova" | "Canto" | "MetisDAO" | "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;
|
|
493
493
|
customer_id?: string | null | undefined;
|
|
494
494
|
type_verbose?: string | null | undefined;
|
|
495
495
|
total_incoming_value?: string | null | undefined;
|
|
@@ -533,7 +533,7 @@ export declare const MerkleAddressResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
533
533
|
statusCode?: number | null | undefined;
|
|
534
534
|
balance?: number | null | undefined;
|
|
535
535
|
blockchain?: number | null | undefined;
|
|
536
|
-
blockchain_verbose?: "Polygon" | "Arbitrum" | "Optimism" | "Moonbeam" | "Moonriver" | "Tezos" | "Aptos" | "Polkadot" | "Starknet" | "Cosmos" | "Solana" | "Cardano" | "Bitcoin" | "Ethereum" | "Litecoin" | "BitcoinCash" | "Ripple" | "Dogecoin" | "Zilliqa" | "BinanceSmartChain" | "Tron" | "Stellar" | "Hedera" | "Cronos" | "Fantom" | "Monero" | "Zcash" | "EthereumClassic" | "Dash" | "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" | "Helium" | "
|
|
536
|
+
blockchain_verbose?: "Polygon" | "Arbitrum" | "Optimism" | "Moonbeam" | "Moonriver" | "Tezos" | "Aptos" | "Polkadot" | "Starknet" | "Cosmos" | "Solana" | "Cardano" | "ICP" | "IOTA" | "QTUM" | "WEMIX" | "XPLA" | "Bitcoin" | "Ethereum" | "Litecoin" | "BitcoinCash" | "Ripple" | "Dogecoin" | "Zilliqa" | "BinanceSmartChain" | "Tron" | "Stellar" | "Hedera" | "Cronos" | "Fantom" | "Monero" | "Zcash" | "EthereumClassic" | "Dash" | "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" | "Helium" | "Icon" | "Injective" | "IoTex" | "Iris" | "Kava" | "Kadena" | "Klaytn" | "Komodo" | "Kusama" | "Lisk" | "Terra" | "Mina" | "Nano" | "Near" | "Neo3" | "Oasys" | "One" | "Ontology" | "Osmosis" | "Polymesh" | "Oasis" | "Thorchain" | "Ravencoin" | "Siacoin" | "Shiden" | "Songbird" | "Stratis" | "Stacks" | "SUI" | "zkSync" | "Theta" | "Tomo" | "VeChain" | "Waves" | "Wax" | "WaltonChain" | "Chia" | "Zcoin" | "Celestia" | "Neutron" | "Avalanche_P" | "Sei" | "Avalanche_X" | "Aztec" | "Bittensor" | "Casper" | "Deso" | "Juno" | "PocketNetwork" | "Ronin" | "Vara" | "Archway" | "Axelar" | "Dymension" | "Orai" | "Lukso" | "bitsCrunch" | "Reef" | "ImmutablezkEVM" | "BaseProtocol" | "ArbitrumNova" | "Canto" | "MetisDAO" | "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;
|
|
537
537
|
customer_id?: string | null | undefined;
|
|
538
538
|
type_verbose?: string | null | undefined;
|
|
539
539
|
total_incoming_value?: string | null | undefined;
|