@nexeraid/identity-schemas 2.3.10-dev → 2.3.11-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.
Files changed (48) hide show
  1. package/dist/{customers.schema-bf6bd011.esm.js → customers.schema-2920175f.esm.js} +1 -1
  2. package/dist/{customers.schema-cc61d5f5.cjs.dev.js → customers.schema-55115ae0.cjs.dev.js} +1 -1
  3. package/dist/{customers.schema-f5e00e4b.cjs.prod.js → customers.schema-63a6dab0.cjs.prod.js} +1 -1
  4. package/dist/declarations/src/crypto.schema.d.ts +5 -0
  5. package/dist/declarations/src/crypto.schema.d.ts.map +1 -0
  6. package/dist/declarations/src/currency.schema.d.ts +5 -0
  7. package/dist/declarations/src/currency.schema.d.ts.map +1 -0
  8. package/dist/declarations/src/identity-ids.schema.d.ts +22 -2
  9. package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
  10. package/dist/declarations/src/index.d.ts +4 -0
  11. package/dist/declarations/src/index.d.ts.map +1 -1
  12. package/dist/declarations/src/providers/big/BIGBitRankVerifiedScore.schema.d.ts +2 -2
  13. package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts +198 -198
  14. package/dist/declarations/src/providers/ipquality/ipquality.schema.d.ts +10 -10
  15. package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +4 -4
  16. package/dist/declarations/src/providers/provider.schema.d.ts +558 -558
  17. package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +140 -140
  18. package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +144 -144
  19. package/dist/declarations/src/providers/sumsub/sumsub-webhooks.schema.d.ts +4 -4
  20. package/dist/declarations/src/tag.schema.d.ts +24 -0
  21. package/dist/declarations/src/tag.schema.d.ts.map +1 -0
  22. package/dist/declarations/src/transaction.schema.d.ts +23 -0
  23. package/dist/declarations/src/transaction.schema.d.ts.map +1 -0
  24. package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +302 -302
  25. package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +1460 -1460
  26. package/dist/{frontend-utilities.schema-f06cfbf0.cjs.dev.js → frontend-utilities.schema-6488d65f.cjs.dev.js} +1 -1
  27. package/dist/{frontend-utilities.schema-590fdc26.cjs.prod.js → frontend-utilities.schema-716fdfbe.cjs.prod.js} +1 -1
  28. package/dist/{frontend-utilities.schema-310c23a2.esm.js → frontend-utilities.schema-d269f411.esm.js} +1 -1
  29. package/dist/{identity-api.schema-e648ecb5.cjs.prod.js → identity-api.schema-7642a9d7.cjs.prod.js} +20 -0
  30. package/dist/{identity-api.schema-cc2f8a1b.cjs.dev.js → identity-api.schema-7e40f082.cjs.dev.js} +20 -0
  31. package/dist/{identity-api.schema-12609c1a.esm.js → identity-api.schema-bf32b414.esm.js} +11 -1
  32. package/dist/nexeraid-identity-schemas.cjs.dev.js +74 -2
  33. package/dist/nexeraid-identity-schemas.cjs.prod.js +74 -2
  34. package/dist/nexeraid-identity-schemas.esm.js +45 -4
  35. package/dist/package.json +1 -1
  36. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +1 -1
  37. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +1 -1
  38. package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
  39. package/package.json +1 -1
  40. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
  41. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
  42. package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
  43. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
  44. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
  45. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
  46. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +2 -2
  47. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +2 -2
  48. 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" | "ICP" | "Icon" | "Injective" | "IOTA" | "IoTex" | "Iris" | "Kava" | "Kadena" | "Klaytn" | "Komodo" | "Kusama" | "Lisk" | "Terra" | "Mina" | "Nano" | "Near" | "Neo3" | "Oasys" | "One" | "Ontology" | "Osmosis" | "Polymesh" | "QTUM" | "Oasis" | "Thorchain" | "Ravencoin" | "Siacoin" | "Shiden" | "Songbird" | "Stratis" | "Stacks" | "SUI" | "zkSync" | "Theta" | "Tomo" | "VeChain" | "Waves" | "Wax" | "WEMIX" | "WaltonChain" | "Chia" | "Zcoin" | "Celestia" | "Neutron" | "Avalanche_P" | "Sei" | "Avalanche_X" | "Aztec" | "Bittensor" | "Casper" | "Deso" | "Juno" | "PocketNetwork" | "Ronin" | "Vara" | "XPLA" | "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;
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" | "ICP" | "Icon" | "Injective" | "IOTA" | "IoTex" | "Iris" | "Kava" | "Kadena" | "Klaytn" | "Komodo" | "Kusama" | "Lisk" | "Terra" | "Mina" | "Nano" | "Near" | "Neo3" | "Oasys" | "One" | "Ontology" | "Osmosis" | "Polymesh" | "QTUM" | "Oasis" | "Thorchain" | "Ravencoin" | "Siacoin" | "Shiden" | "Songbird" | "Stratis" | "Stacks" | "SUI" | "zkSync" | "Theta" | "Tomo" | "VeChain" | "Waves" | "Wax" | "WEMIX" | "WaltonChain" | "Chia" | "Zcoin" | "Celestia" | "Neutron" | "Avalanche_P" | "Sei" | "Avalanche_X" | "Aztec" | "Bittensor" | "Casper" | "Deso" | "Juno" | "PocketNetwork" | "Ronin" | "Vara" | "XPLA" | "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;
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" | "ICP" | "Icon" | "Injective" | "IOTA" | "IoTex" | "Iris" | "Kava" | "Kadena" | "Klaytn" | "Komodo" | "Kusama" | "Lisk" | "Terra" | "Mina" | "Nano" | "Near" | "Neo3" | "Oasys" | "One" | "Ontology" | "Osmosis" | "Polymesh" | "QTUM" | "Oasis" | "Thorchain" | "Ravencoin" | "Siacoin" | "Shiden" | "Songbird" | "Stratis" | "Stacks" | "SUI" | "zkSync" | "Theta" | "Tomo" | "VeChain" | "Waves" | "Wax" | "WEMIX" | "WaltonChain" | "Chia" | "Zcoin" | "Celestia" | "Neutron" | "Avalanche_P" | "Sei" | "Avalanche_X" | "Aztec" | "Bittensor" | "Casper" | "Deso" | "Juno" | "PocketNetwork" | "Ronin" | "Vara" | "XPLA" | "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;
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" | "ICP" | "Icon" | "Injective" | "IOTA" | "IoTex" | "Iris" | "Kava" | "Kadena" | "Klaytn" | "Komodo" | "Kusama" | "Lisk" | "Terra" | "Mina" | "Nano" | "Near" | "Neo3" | "Oasys" | "One" | "Ontology" | "Osmosis" | "Polymesh" | "QTUM" | "Oasis" | "Thorchain" | "Ravencoin" | "Siacoin" | "Shiden" | "Songbird" | "Stratis" | "Stacks" | "SUI" | "zkSync" | "Theta" | "Tomo" | "VeChain" | "Waves" | "Wax" | "WEMIX" | "WaltonChain" | "Chia" | "Zcoin" | "Celestia" | "Neutron" | "Avalanche_P" | "Sei" | "Avalanche_X" | "Aztec" | "Bittensor" | "Casper" | "Deso" | "Juno" | "PocketNetwork" | "Ronin" | "Vara" | "XPLA" | "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;
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;