@nexeraid/identity-schemas 2.18.0-dev → 2.20.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.
Files changed (48) hide show
  1. package/dist/{CoinMarketCap.schema-8cb6d28c.cjs.prod.js → CoinMarketCap.schema-1ec7c78f.cjs.prod.js} +2 -1
  2. package/dist/{CoinMarketCap.schema-b0ce3b61.cjs.dev.js → CoinMarketCap.schema-59131b87.cjs.dev.js} +2 -1
  3. package/dist/{CoinMarketCap.schema-3d18c8ef.esm.js → CoinMarketCap.schema-632995b3.esm.js} +2 -1
  4. package/dist/declarations/src/blockchain/chains/all.schema.d.ts +9 -59
  5. package/dist/declarations/src/blockchain/chains/all.schema.d.ts.map +1 -1
  6. package/dist/declarations/src/blockchain/chains/aptos.schema.d.ts +18 -0
  7. package/dist/declarations/src/blockchain/chains/aptos.schema.d.ts.map +1 -0
  8. package/dist/declarations/src/blockchain/chains/bitcoin.schema.d.ts +18 -0
  9. package/dist/declarations/src/blockchain/chains/bitcoin.schema.d.ts.map +1 -0
  10. package/dist/declarations/src/blockchain/chains/cardano.schema.d.ts +18 -0
  11. package/dist/declarations/src/blockchain/chains/cardano.schema.d.ts.map +1 -0
  12. package/dist/declarations/src/blockchain/chains/evm.schema.d.ts +2 -0
  13. package/dist/declarations/src/blockchain/chains/evm.schema.d.ts.map +1 -1
  14. package/dist/declarations/src/blockchain/chains/index.d.ts +5 -0
  15. package/dist/declarations/src/blockchain/chains/index.d.ts.map +1 -1
  16. package/dist/declarations/src/blockchain/chains/polkadot.schema.d.ts +21 -0
  17. package/dist/declarations/src/blockchain/chains/polkadot.schema.d.ts.map +1 -0
  18. package/dist/declarations/src/blockchain/chains/solana.schema.d.ts +21 -0
  19. package/dist/declarations/src/blockchain/chains/solana.schema.d.ts.map +1 -0
  20. package/dist/declarations/src/identity/identity-v2.schema.d.ts +3 -3
  21. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +9 -0
  22. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
  23. package/dist/{frontend-utilities.schema-b4e3d5b3.cjs.dev.js → frontend-utilities.schema-75b74942.cjs.dev.js} +1 -1
  24. package/dist/{frontend-utilities.schema-261a09b5.cjs.prod.js → frontend-utilities.schema-9b40bae5.cjs.prod.js} +1 -1
  25. package/dist/{frontend-utilities.schema-753c3a31.esm.js → frontend-utilities.schema-dee00db7.esm.js} +1 -1
  26. package/dist/{identity-api.schema-f3e2146c.esm.js → identity-api.schema-1a005459.esm.js} +83 -8
  27. package/dist/{identity-api.schema-4751e631.cjs.prod.js → identity-api.schema-57fbeead.cjs.dev.js} +113 -8
  28. package/dist/{identity-api.schema-f48d26e5.cjs.dev.js → identity-api.schema-5b5d60ea.cjs.prod.js} +113 -8
  29. package/dist/nexeraid-identity-schemas.cjs.dev.js +34 -4
  30. package/dist/nexeraid-identity-schemas.cjs.prod.js +34 -4
  31. package/dist/nexeraid-identity-schemas.esm.js +4 -4
  32. package/dist/package.json +1 -1
  33. package/dist/{transaction.schema-ba809556.esm.js → transaction.schema-252bebd5.esm.js} +1 -1
  34. package/dist/{transaction.schema-1775e84f.cjs.dev.js → transaction.schema-46e46364.cjs.dev.js} +1 -1
  35. package/dist/{transaction.schema-ab347606.cjs.prod.js → transaction.schema-c960b86e.cjs.prod.js} +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 +3 -3
  47. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +3 -3
  48. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +3 -3
@@ -28,6 +28,51 @@ function _defineProperty(e, r, t) {
28
28
  }) : e[r] = t, e;
29
29
  }
30
30
 
31
+ /////////////////////////////////////////
32
+ // APTOS //
33
+ /////////////////////////////////////////
34
+
35
+ var NEXERA_APTOS_CHAINS = /*#__PURE__*/function (NEXERA_APTOS_CHAINS) {
36
+ NEXERA_APTOS_CHAINS["MAINNET"] = "mainnet-aptos";
37
+ NEXERA_APTOS_CHAINS["TESTNET"] = "testnet-aptos";
38
+ return NEXERA_APTOS_CHAINS;
39
+ }({});
40
+ var APTOS_CHAIN_NAMES = _defineProperty(_defineProperty({}, NEXERA_APTOS_CHAINS.MAINNET, "Aptos Mainnet"), NEXERA_APTOS_CHAINS.TESTNET, "Aptos Testnet");
41
+ var APTOS_CHAIN_NAMES_LIST = Object.values(APTOS_CHAIN_NAMES);
42
+ var APTOS_CHAIN_IDS = _defineProperty(_defineProperty({}, NEXERA_APTOS_CHAINS.MAINNET, "mainnet-aptos"), NEXERA_APTOS_CHAINS.TESTNET, "testnet-aptos");
43
+ var ACTIVE_APTOS_CHAIN_IDS = [NEXERA_APTOS_CHAINS.MAINNET, NEXERA_APTOS_CHAINS.TESTNET];
44
+ var AptosChainId = zod.z["enum"](ACTIVE_APTOS_CHAIN_IDS).describe("a value that identifies the chain of the address.");
45
+
46
+ /////////////////////////////////////////
47
+ // BITCOIN //
48
+ /////////////////////////////////////////
49
+
50
+ var NEXERA_BITCOIN_CHAINS = /*#__PURE__*/function (NEXERA_BITCOIN_CHAINS) {
51
+ NEXERA_BITCOIN_CHAINS["MAINNET"] = "mainnet-bitcoin";
52
+ NEXERA_BITCOIN_CHAINS["TESTNET"] = "testnet-bitcoin";
53
+ return NEXERA_BITCOIN_CHAINS;
54
+ }({});
55
+ var BITCOIN_CHAIN_NAMES = _defineProperty(_defineProperty({}, NEXERA_BITCOIN_CHAINS.MAINNET, "Bitcoin Mainnet"), NEXERA_BITCOIN_CHAINS.TESTNET, "Bitcoin Testnet");
56
+ var BITCOIN_CHAIN_NAMES_LIST = Object.values(BITCOIN_CHAIN_NAMES);
57
+ var BITCOIN_CHAIN_IDS = _defineProperty(_defineProperty({}, NEXERA_BITCOIN_CHAINS.MAINNET, "mainnet-bitcoin"), NEXERA_BITCOIN_CHAINS.TESTNET, "testnet-bitcoin");
58
+ var ACTIVE_BITCOIN_CHAIN_IDS = [NEXERA_BITCOIN_CHAINS.MAINNET, NEXERA_BITCOIN_CHAINS.TESTNET];
59
+ var BitcoinChainId = zod.z["enum"](ACTIVE_BITCOIN_CHAIN_IDS).describe("a value that identifies the chain of the address.");
60
+
61
+ /////////////////////////////////////////
62
+ // CARDANO //
63
+ /////////////////////////////////////////
64
+
65
+ var NEXERA_CARDANO_CHAINS = /*#__PURE__*/function (NEXERA_CARDANO_CHAINS) {
66
+ NEXERA_CARDANO_CHAINS["MAINNET"] = "cardano-mainnet";
67
+ NEXERA_CARDANO_CHAINS["TESTNET"] = "cardano-testnet";
68
+ return NEXERA_CARDANO_CHAINS;
69
+ }({});
70
+ var CARDANO_CHAIN_NAMES = _defineProperty(_defineProperty({}, NEXERA_CARDANO_CHAINS.MAINNET, "Cardano Mainnet"), NEXERA_CARDANO_CHAINS.TESTNET, "Cardano Testnet");
71
+ var CARDANO_CHAIN_NAMES_LIST = Object.values(CARDANO_CHAIN_NAMES);
72
+ var CARDANO_CHAIN_IDS = _defineProperty(_defineProperty({}, NEXERA_CARDANO_CHAINS.MAINNET, "cardano-mainnet"), NEXERA_CARDANO_CHAINS.TESTNET, "cardano-testnet");
73
+ var ACTIVE_CARDANO_CHAIN_IDS = [NEXERA_CARDANO_CHAINS.MAINNET, NEXERA_CARDANO_CHAINS.TESTNET];
74
+ var CardanoChainId = zod.z["enum"](ACTIVE_CARDANO_CHAIN_IDS).describe("a value that identifies the chain of the address.");
75
+
31
76
  /////////////////////////////////////////
32
77
  // COSMOS //
33
78
  /////////////////////////////////////////
@@ -43,7 +88,7 @@ var COSMOS_CHAIN_IDS = _defineProperty(_defineProperty({}, NEXERA_COSMOS_CHAINS.
43
88
  var ACTIVE_COSMOS_CHAIN_IDS = [NEXERA_COSMOS_CHAINS.COSMOS, NEXERA_COSMOS_CHAINS.COSMOS_TESTNET];
44
89
  var CosmosChainId = zod.z["enum"](ACTIVE_COSMOS_CHAIN_IDS).describe("a value that identifies the chain of the address.");
45
90
 
46
- var _EVM_BLOCK_TIME;
91
+ var _NEXERA_EVM_CHAIN_NAM, _EVM_BLOCK_TIME;
47
92
  var NEXERA_EVM_CHAINS = /*#__PURE__*/function (NEXERA_EVM_CHAINS) {
48
93
  NEXERA_EVM_CHAINS["ETHEREUM"] = "1";
49
94
  NEXERA_EVM_CHAINS["GOERLI"] = "5";
@@ -68,6 +113,8 @@ var NEXERA_EVM_CHAINS = /*#__PURE__*/function (NEXERA_EVM_CHAINS) {
68
113
  NEXERA_EVM_CHAINS["SWISSTRONIK_TESTNET"] = "1291";
69
114
  return NEXERA_EVM_CHAINS;
70
115
  }({});
116
+ var NEXERA_EVM_CHAIN_NAMES = (_NEXERA_EVM_CHAIN_NAM = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_NEXERA_EVM_CHAIN_NAM, NEXERA_EVM_CHAINS.ETHEREUM, "Ethereum Mainnet"), NEXERA_EVM_CHAINS.SEPOLIA, "Sepolia Testnet"), NEXERA_EVM_CHAINS.POLYGON, "Polygon Mainnet"), NEXERA_EVM_CHAINS.POLYGON_AMOY, "Polygon Amoy Testnet"), NEXERA_EVM_CHAINS.AVALANCHE, "Avalanche Mainnet"), NEXERA_EVM_CHAINS.AVALANCHE_FUJI, "Avalanche Fuji Testnet"), NEXERA_EVM_CHAINS.ARBITRUM, "Arbitrum Mainnet"), NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, "Arbitrum Sepolia Testnet"), NEXERA_EVM_CHAINS.BASE, "Base Mainnet"), NEXERA_EVM_CHAINS.BASE_SEPOLIA, "Base Sepolia Testnet"), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_NEXERA_EVM_CHAIN_NAM, NEXERA_EVM_CHAINS.BNB, "Binance Smart Chain Mainnet"), NEXERA_EVM_CHAINS.BNB_TESTNET, "Binance Smart Chain Testnet"), NEXERA_EVM_CHAINS.OPTIMISM, "Optimism Mainnet"), NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, "Optimism Sepolia Testnet"), NEXERA_EVM_CHAINS.MOONBEAM, "Moonbeam Mainnet"), NEXERA_EVM_CHAINS.MOONRIVER, "Moonriver Mainnet"), NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, "Swisstronik Testnet"));
117
+ var NEXERA_EVM_CHAIN_NAMES_LIST = Object.values(NEXERA_EVM_CHAIN_NAMES);
71
118
  var NEXERA_EVM_CHAINS_ID = [NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.GOERLI, NEXERA_EVM_CHAINS.ARBITRUM, NEXERA_EVM_CHAINS.ARBITRUM_GOERLI, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_GOERLI, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, NEXERA_EVM_CHAINS.AVALANCHE, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.POLYGON, NEXERA_EVM_CHAINS.POLYGON_AMOY, NEXERA_EVM_CHAINS.SEPOLIA, NEXERA_EVM_CHAINS.BASE, NEXERA_EVM_CHAINS.BASE_GOERLI, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.BNB, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET];
72
119
  var NexeraEvmChains = zod.z["enum"](NEXERA_EVM_CHAINS_ID);
73
120
  var EVM_BLOCK_TIME = (_EVM_BLOCK_TIME = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_EVM_BLOCK_TIME, NEXERA_EVM_CHAINS.ETHEREUM, 12), NEXERA_EVM_CHAINS.GOERLI, 12), NEXERA_EVM_CHAINS.SEPOLIA, 12), NEXERA_EVM_CHAINS.ARBITRUM, 0.26), NEXERA_EVM_CHAINS.ARBITRUM_GOERLI, 0.26), NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, 0.26), NEXERA_EVM_CHAINS.OPTIMISM, 2), NEXERA_EVM_CHAINS.OPTIMISM_GOERLI, 2), NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, 2), NEXERA_EVM_CHAINS.AVALANCHE, 3), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_EVM_BLOCK_TIME, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, 3), NEXERA_EVM_CHAINS.POLYGON, 2), NEXERA_EVM_CHAINS.POLYGON_AMOY, 2), NEXERA_EVM_CHAINS.BASE, 2), NEXERA_EVM_CHAINS.BASE_GOERLI, 2), NEXERA_EVM_CHAINS.BASE_SEPOLIA, 2), NEXERA_EVM_CHAINS.BNB, 3), NEXERA_EVM_CHAINS.BNB_TESTNET, 3), NEXERA_EVM_CHAINS.MOONBEAM, 12), NEXERA_EVM_CHAINS.MOONRIVER, 12), _defineProperty(_EVM_BLOCK_TIME, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, 4));
@@ -77,6 +124,38 @@ var ACTIVE_EVM_CHAIN_VALUES = [NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.POL
77
124
  NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET];
78
125
  var EvmChainId = zod.z["enum"](ACTIVE_EVM_CHAIN_VALUES).describe("a numeric value that identifies the chain of the address. There are many sites that retrieve information on chainIDs such as <a href='https://chainlist.org/'>https://chainlist.org</a>.");
79
126
 
127
+ /////////////////////////////////////////
128
+ // POLKADOT //
129
+ /////////////////////////////////////////
130
+
131
+ var NEXERA_POLKADOT_CHAINS = /*#__PURE__*/function (NEXERA_POLKADOT_CHAINS) {
132
+ NEXERA_POLKADOT_CHAINS["POLKADOT_RELAY_CHAIN"] = "polkadot-relay-chain";
133
+ NEXERA_POLKADOT_CHAINS["KUSAMA_RELAY_CHAIN"] = "kusama-relay-chain";
134
+ NEXERA_POLKADOT_CHAINS["POLKADOT_TESTNET"] = "polkadot-testnet";
135
+ return NEXERA_POLKADOT_CHAINS;
136
+ }({});
137
+ var POLKADOT_CHAIN_NAMES = _defineProperty(_defineProperty(_defineProperty({}, NEXERA_POLKADOT_CHAINS.POLKADOT_RELAY_CHAIN, "Polkadot Mainnet"), NEXERA_POLKADOT_CHAINS.KUSAMA_RELAY_CHAIN, "Kusama Testnet"), NEXERA_POLKADOT_CHAINS.POLKADOT_TESTNET, "Polkadot Testnet");
138
+ var POLKADOT_CHAIN_NAMES_LIST = Object.values(POLKADOT_CHAIN_NAMES);
139
+ var POLKADOT_CHAIN_IDS = _defineProperty(_defineProperty(_defineProperty({}, NEXERA_POLKADOT_CHAINS.POLKADOT_RELAY_CHAIN, "polkadot-relay-chain"), NEXERA_POLKADOT_CHAINS.KUSAMA_RELAY_CHAIN, "kusama-relay-chain"), NEXERA_POLKADOT_CHAINS.POLKADOT_TESTNET, "polkadot-testnet");
140
+ var ACTIVE_POLKADOT_CHAIN_IDS = [NEXERA_POLKADOT_CHAINS.POLKADOT_RELAY_CHAIN, NEXERA_POLKADOT_CHAINS.KUSAMA_RELAY_CHAIN, NEXERA_POLKADOT_CHAINS.POLKADOT_TESTNET];
141
+ var PolkadotChainId = zod.z["enum"](ACTIVE_POLKADOT_CHAIN_IDS).describe("a value that identifies the chain of the address.");
142
+
143
+ /////////////////////////////////////////
144
+ // SOLANA //
145
+ /////////////////////////////////////////
146
+
147
+ var NEXERA_SOLANA_CHAINS = /*#__PURE__*/function (NEXERA_SOLANA_CHAINS) {
148
+ NEXERA_SOLANA_CHAINS["MAINNET"] = "solana-mainnet";
149
+ NEXERA_SOLANA_CHAINS["TESTNET"] = "solana-testnet";
150
+ NEXERA_SOLANA_CHAINS["DEVNET"] = "solana-devnet";
151
+ return NEXERA_SOLANA_CHAINS;
152
+ }({});
153
+ var SOLANA_CHAIN_NAMES = _defineProperty(_defineProperty(_defineProperty({}, NEXERA_SOLANA_CHAINS.MAINNET, "Solana Mainnet"), NEXERA_SOLANA_CHAINS.TESTNET, "Solana Testnet"), NEXERA_SOLANA_CHAINS.DEVNET, "Solana Devnet");
154
+ var SOLANA_CHAIN_NAMES_LIST = Object.values(SOLANA_CHAIN_NAMES);
155
+ var SOLANA_CHAIN_IDS = _defineProperty(_defineProperty(_defineProperty({}, NEXERA_SOLANA_CHAINS.MAINNET, "solana-mainnet"), NEXERA_SOLANA_CHAINS.TESTNET, "solana-testnet"), NEXERA_SOLANA_CHAINS.DEVNET, "solana-devnet");
156
+ var ACTIVE_SOLANA_CHAIN_IDS = [NEXERA_SOLANA_CHAINS.MAINNET, NEXERA_SOLANA_CHAINS.TESTNET, NEXERA_SOLANA_CHAINS.DEVNET];
157
+ var SolanaChainId = zod.z["enum"](ACTIVE_SOLANA_CHAIN_IDS).describe("a value that identifies the chain of the address.");
158
+
80
159
  /////////////////////////////////////////
81
160
  // STARKNET //
82
161
  /////////////////////////////////////////
@@ -112,16 +191,12 @@ var NEXERA_TEZOS_CHAIN_IDS = _defineProperty(_defineProperty({}, NEXERA_TEZOS_CH
112
191
  var ACTIVE_TEZOS_CHAIN_IDS = [NEXERA_TEZOS_CHAINS.TEZOS, NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET];
113
192
  var TezosChainId = zod.z["enum"](ACTIVE_TEZOS_CHAIN_IDS).describe("a numeric value that identifies the chain of the address. There are many sites that retrieve information on chainIDs such as <a href='https://chainlist.org/'>https://chainlist.org</a>.");
114
193
 
115
- var _NEXERA_EVM_CHAIN_NAM, _NEXERA_CHAIN_IDS;
116
- var NEXERA_EVM_CHAIN_NAMES = (_NEXERA_EVM_CHAIN_NAM = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_NEXERA_EVM_CHAIN_NAM, NEXERA_EVM_CHAINS.ETHEREUM, "Ethereum Mainnet"), NEXERA_EVM_CHAINS.GOERLI, "Goerli"), NEXERA_EVM_CHAINS.SEPOLIA, "Sepolia"), NEXERA_EVM_CHAINS.POLYGON, "Polygon"), NEXERA_EVM_CHAINS.POLYGON_AMOY, "Polygon Amoy"), NEXERA_EVM_CHAINS.AVALANCHE, "Avalanche"), NEXERA_EVM_CHAINS.AVALANCHE_FUJI, "Avalanche Fuji"), NEXERA_EVM_CHAINS.ARBITRUM, "Arbitrum"), NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, "Arbitrum Sepolia"), NEXERA_EVM_CHAINS.BASE, "Base"), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_NEXERA_EVM_CHAIN_NAM, NEXERA_EVM_CHAINS.BASE_SEPOLIA, "Base Sepolia"), NEXERA_EVM_CHAINS.BNB, "BSC"), NEXERA_EVM_CHAINS.BNB_TESTNET, "BSC Testnet"), NEXERA_EVM_CHAINS.OPTIMISM, "Optimism"), NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, "Optimism Sepolia"), NEXERA_EVM_CHAINS.MOONBEAM, "Moonbeam"), NEXERA_EVM_CHAINS.MOONRIVER, "Moonriver"), NEXERA_TEZOS_CHAINS.TEZOS, "tezos-mainnet"), NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET, "tezos-ghostnet"), NEXERA_COSMOS_CHAINS.COSMOS, "cosmos-mainnet"), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_NEXERA_EVM_CHAIN_NAM, NEXERA_COSMOS_CHAINS.COSMOS_TESTNET, "cosmos-testnet"), NEXERA_STARKNET_CHAINS.STARKNET_MAIN, "starknet-mainnet"), NEXERA_STARKNET_CHAINS.STARKNET_SEPOLIA, "starknet-sepolia"), NEXERA_EVM_CHAINS.OPTIMISM_GOERLI, "Optimism Goerli"), NEXERA_EVM_CHAINS.ARBITRUM_GOERLI, "Arbitrum Goerli"), NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, "Swisstronik Testnet"));
117
- var NEXERA_EVM_CHAIN_NAMES_LIST = Object.values(NEXERA_EVM_CHAIN_NAMES);
118
- var NEXERA_CHAIN_IDS = (_NEXERA_CHAIN_IDS = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_NEXERA_CHAIN_IDS, NEXERA_EVM_CHAINS.ETHEREUM, 1), NEXERA_EVM_CHAINS.GOERLI, 5), NEXERA_EVM_CHAINS.POLYGON, 137), NEXERA_EVM_CHAINS.POLYGON_AMOY, 80002), NEXERA_EVM_CHAINS.AVALANCHE, 43114), NEXERA_EVM_CHAINS.AVALANCHE_FUJI, 43113), NEXERA_EVM_CHAINS.ARBITRUM, 42161), NEXERA_EVM_CHAINS.ARBITRUM_GOERLI, 421613), NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, 421614), NEXERA_EVM_CHAINS.SEPOLIA, 11155111), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_NEXERA_CHAIN_IDS, NEXERA_EVM_CHAINS.BASE, 8453), NEXERA_EVM_CHAINS.BASE_GOERLI, 84531), NEXERA_EVM_CHAINS.BASE_SEPOLIA, 84532), NEXERA_EVM_CHAINS.BNB, 56), NEXERA_EVM_CHAINS.BNB_TESTNET, 97), NEXERA_EVM_CHAINS.MOONBEAM, 1284), NEXERA_EVM_CHAINS.MOONRIVER, 1285), NEXERA_EVM_CHAINS.OPTIMISM, 10), NEXERA_EVM_CHAINS.OPTIMISM_GOERLI, 69), NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, 11155420), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_NEXERA_CHAIN_IDS, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, 1291), NEXERA_TEZOS_CHAINS.TEZOS, "NetXdQprcVkpaWU"), NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET, "NetXnHfVqm9iesp"), NEXERA_COSMOS_CHAINS.COSMOS, "cosmoshub-4"), NEXERA_COSMOS_CHAINS.COSMOS_TESTNET, "theta-testnet-001"), NEXERA_STARKNET_CHAINS.STARKNET_MAIN, "0x534e5f4d41494e"), NEXERA_STARKNET_CHAINS.STARKNET_SEPOLIA, "0x534e5f5345504f4c4941"));
119
-
120
194
  /////////////////////////////////////////
121
195
  // MERGED //
122
196
  /////////////////////////////////////////
123
197
 
124
- var BlockchainId = zod.z.union([EvmChainId, TezosChainId, CosmosChainId, StarknetChainId]);
198
+ var BlockchainId = zod.z.union([EvmChainId, TezosChainId, CosmosChainId, StarknetChainId, BitcoinChainId, AptosChainId, PolkadotChainId, SolanaChainId, CardanoChainId]);
199
+ var NonTestnetBlockchainId = zod.z.union([zod.z.literal(NEXERA_EVM_CHAINS.ETHEREUM), zod.z.literal(NEXERA_EVM_CHAINS.POLYGON), zod.z.literal(NEXERA_EVM_CHAINS.AVALANCHE), zod.z.literal(NEXERA_EVM_CHAINS.ARBITRUM), zod.z.literal(NEXERA_EVM_CHAINS.BASE), zod.z.literal(NEXERA_EVM_CHAINS.BNB), zod.z.literal(NEXERA_EVM_CHAINS.OPTIMISM), zod.z.literal(NEXERA_EVM_CHAINS.MOONBEAM), zod.z.literal(NEXERA_EVM_CHAINS.MOONRIVER), zod.z.literal(NEXERA_TEZOS_CHAINS.TEZOS), zod.z.literal(NEXERA_COSMOS_CHAINS.COSMOS), zod.z.literal(NEXERA_STARKNET_CHAINS.STARKNET_MAIN), zod.z.literal(NEXERA_BITCOIN_CHAINS.MAINNET), zod.z.literal(NEXERA_APTOS_CHAINS.MAINNET), zod.z.literal(NEXERA_POLKADOT_CHAINS.POLKADOT_RELAY_CHAIN), zod.z.literal(NEXERA_POLKADOT_CHAINS.KUSAMA_RELAY_CHAIN), zod.z.literal(NEXERA_SOLANA_CHAINS.MAINNET), zod.z.literal(NEXERA_CARDANO_CHAINS.MAINNET)]);
125
200
 
126
201
  /////////////////////////////////////////
127
202
  // Polygon //
@@ -3385,10 +3460,18 @@ var VerifyWalletChallengeRequest = WalletSignatureResponse.and(zod.z.object({
3385
3460
  blockchainId: BlockchainId.optional()
3386
3461
  }));
3387
3462
 
3463
+ exports.ACTIVE_APTOS_CHAIN_IDS = ACTIVE_APTOS_CHAIN_IDS;
3464
+ exports.ACTIVE_BITCOIN_CHAIN_IDS = ACTIVE_BITCOIN_CHAIN_IDS;
3465
+ exports.ACTIVE_CARDANO_CHAIN_IDS = ACTIVE_CARDANO_CHAIN_IDS;
3388
3466
  exports.ACTIVE_COSMOS_CHAIN_IDS = ACTIVE_COSMOS_CHAIN_IDS;
3389
3467
  exports.ACTIVE_EVM_CHAIN_VALUES = ACTIVE_EVM_CHAIN_VALUES;
3468
+ exports.ACTIVE_POLKADOT_CHAIN_IDS = ACTIVE_POLKADOT_CHAIN_IDS;
3469
+ exports.ACTIVE_SOLANA_CHAIN_IDS = ACTIVE_SOLANA_CHAIN_IDS;
3390
3470
  exports.ACTIVE_TEZOS_CHAIN_IDS = ACTIVE_TEZOS_CHAIN_IDS;
3391
3471
  exports.ALPHA_2_COUNTRIES = ALPHA_2_COUNTRIES;
3472
+ exports.APTOS_CHAIN_IDS = APTOS_CHAIN_IDS;
3473
+ exports.APTOS_CHAIN_NAMES = APTOS_CHAIN_NAMES;
3474
+ exports.APTOS_CHAIN_NAMES_LIST = APTOS_CHAIN_NAMES_LIST;
3392
3475
  exports.ARRAY_OPERATORS = ARRAY_OPERATORS;
3393
3476
  exports.AUTHORIZATION_REQUEST_MESSAGE_TYPES = AUTHORIZATION_REQUEST_MESSAGE_TYPES;
3394
3477
  exports.AVAILABLE_FLOWS = AVAILABLE_FLOWS;
@@ -3409,6 +3492,7 @@ exports.ApiTxAuthInput = ApiTxAuthInput;
3409
3492
  exports.AppId = AppId;
3410
3493
  exports.AppPrefix = AppPrefix;
3411
3494
  exports.AptosAddress = AptosAddress;
3495
+ exports.AptosChainId = AptosChainId;
3412
3496
  exports.AptosSignature = AptosSignature;
3413
3497
  exports.ArrayOperator = ArrayOperator;
3414
3498
  exports.AuthQrCodeData = AuthQrCodeData;
@@ -3419,6 +3503,9 @@ exports.AuthorizationRequestMessageType = AuthorizationRequestMessageType;
3419
3503
  exports.AuthorizationRequestMessageTypes = AuthorizationRequestMessageTypes;
3420
3504
  exports.AuthorizationResponseMessage = AuthorizationResponseMessage;
3421
3505
  exports.AvailableFlow = AvailableFlow;
3506
+ exports.BITCOIN_CHAIN_IDS = BITCOIN_CHAIN_IDS;
3507
+ exports.BITCOIN_CHAIN_NAMES = BITCOIN_CHAIN_NAMES;
3508
+ exports.BITCOIN_CHAIN_NAMES_LIST = BITCOIN_CHAIN_NAMES_LIST;
3422
3509
  exports.BLOCKCHAIN_NAMESPACES = BLOCKCHAIN_NAMESPACES;
3423
3510
  exports.BLOCKCHAIN_NAMESPACES_NAMES = BLOCKCHAIN_NAMESPACES_NAMES;
3424
3511
  exports.BLOCKCHAIN_NAMESPACE_TO_NAME = BLOCKCHAIN_NAMESPACE_TO_NAME;
@@ -3428,6 +3515,7 @@ exports.BaseQueryResponse = BaseQueryResponse;
3428
3515
  exports.BasicCustomerContactInformation = BasicCustomerContactInformation;
3429
3516
  exports.BitcoinAddress = BitcoinAddress;
3430
3517
  exports.BitcoinBech32Address = BitcoinBech32Address;
3518
+ exports.BitcoinChainId = BitcoinChainId;
3431
3519
  exports.BitcoinP2PKHAddress = BitcoinP2PKHAddress;
3432
3520
  exports.BitcoinP2SHAddress = BitcoinP2SHAddress;
3433
3521
  exports.BitcoinTestnetBech32Address = BitcoinTestnetBech32Address;
@@ -3438,6 +3526,9 @@ exports.BlockchainId = BlockchainId;
3438
3526
  exports.BlockchainNamespace = BlockchainNamespace;
3439
3527
  exports.BlockchainSignature = BlockchainSignature;
3440
3528
  exports.BooleanOperator = BooleanOperator;
3529
+ exports.CARDANO_CHAIN_IDS = CARDANO_CHAIN_IDS;
3530
+ exports.CARDANO_CHAIN_NAMES = CARDANO_CHAIN_NAMES;
3531
+ exports.CARDANO_CHAIN_NAMES_LIST = CARDANO_CHAIN_NAMES_LIST;
3441
3532
  exports.CHALLENGE_QUERY_OPERATORS = CHALLENGE_QUERY_OPERATORS;
3442
3533
  exports.CIRCUIT_IDS = CIRCUIT_IDS;
3443
3534
  exports.COSMOS_CHAIN_IDS = COSMOS_CHAIN_IDS;
@@ -3447,6 +3538,7 @@ exports.CUSTOMERS_CHARTS = CUSTOMERS_CHARTS;
3447
3538
  exports.CUSTOMER_AUTOMATION_REASONS = CUSTOMER_AUTOMATION_REASONS;
3448
3539
  exports.CUSTOMER_TABLE_COLUMNS = CUSTOMER_TABLE_COLUMNS;
3449
3540
  exports.CardanoAddress = CardanoAddress;
3541
+ exports.CardanoChainId = CardanoChainId;
3450
3542
  exports.CardanoSignature = CardanoSignature;
3451
3543
  exports.ChallengeId = ChallengeId;
3452
3544
  exports.ChallengePrefix = ChallengePrefix;
@@ -3572,12 +3664,16 @@ exports.MediaType = MediaType;
3572
3664
  exports.MediaTypePID = MediaTypePID;
3573
3665
  exports.MemberId = MemberId;
3574
3666
  exports.NEXERA_ACTIVE_STARKNET_CHAIN_IDS = NEXERA_ACTIVE_STARKNET_CHAIN_IDS;
3575
- exports.NEXERA_CHAIN_IDS = NEXERA_CHAIN_IDS;
3667
+ exports.NEXERA_APTOS_CHAINS = NEXERA_APTOS_CHAINS;
3668
+ exports.NEXERA_BITCOIN_CHAINS = NEXERA_BITCOIN_CHAINS;
3669
+ exports.NEXERA_CARDANO_CHAINS = NEXERA_CARDANO_CHAINS;
3576
3670
  exports.NEXERA_COSMOS_CHAINS = NEXERA_COSMOS_CHAINS;
3577
3671
  exports.NEXERA_EVM_CHAINS = NEXERA_EVM_CHAINS;
3578
3672
  exports.NEXERA_EVM_CHAINS_ID = NEXERA_EVM_CHAINS_ID;
3579
3673
  exports.NEXERA_EVM_CHAIN_NAMES = NEXERA_EVM_CHAIN_NAMES;
3580
3674
  exports.NEXERA_EVM_CHAIN_NAMES_LIST = NEXERA_EVM_CHAIN_NAMES_LIST;
3675
+ exports.NEXERA_POLKADOT_CHAINS = NEXERA_POLKADOT_CHAINS;
3676
+ exports.NEXERA_SOLANA_CHAINS = NEXERA_SOLANA_CHAINS;
3581
3677
  exports.NEXERA_STARKNET_CHAINS = NEXERA_STARKNET_CHAINS;
3582
3678
  exports.NEXERA_STARKNET_CHAIN_IDS = NEXERA_STARKNET_CHAIN_IDS;
3583
3679
  exports.NEXERA_STARKNET_CHAIN_NAMES = NEXERA_STARKNET_CHAIN_NAMES;
@@ -3589,6 +3685,7 @@ exports.NUMERIC_OPERATORS = NUMERIC_OPERATORS;
3589
3685
  exports.NexeraCredentialType = NexeraCredentialType;
3590
3686
  exports.NexeraEvmChains = NexeraEvmChains;
3591
3687
  exports.NonParsedQueryConfiguration = NonParsedQueryConfiguration;
3688
+ exports.NonTestnetBlockchainId = NonTestnetBlockchainId;
3592
3689
  exports.NumericOperator = NumericOperator;
3593
3690
  exports.OLD_AMLScreeningsResultsCredentialSubjectSchema = OLD_AMLScreeningsResultsCredentialSubjectSchema;
3594
3691
  exports.OLD_IDImageCredentialSubjectSchema = OLD_IDImageCredentialSubjectSchema;
@@ -3608,11 +3705,15 @@ exports.OrganizationId = OrganizationId;
3608
3705
  exports.OtpCode = OtpCode;
3609
3706
  exports.P2Signature = P2Signature;
3610
3707
  exports.PERSONAL_INFORMATION_FIELDS = PERSONAL_INFORMATION_FIELDS;
3708
+ exports.POLKADOT_CHAIN_IDS = POLKADOT_CHAIN_IDS;
3709
+ exports.POLKADOT_CHAIN_NAMES = POLKADOT_CHAIN_NAMES;
3710
+ exports.POLKADOT_CHAIN_NAMES_LIST = POLKADOT_CHAIN_NAMES_LIST;
3611
3711
  exports.POLYGON_NETWORK_NAMES = POLYGON_NETWORK_NAMES;
3612
3712
  exports.PUBLIC_SERVICES_SCHEMA_MAP = PUBLIC_SERVICES_SCHEMA_MAP;
3613
3713
  exports.PartialQueryConfigSimplified = PartialQueryConfigSimplified;
3614
3714
  exports.PersonalInformationFieldsIdentityDocuments = PersonalInformationFieldsIdentityDocuments;
3615
3715
  exports.PolkadotAddress = PolkadotAddress;
3716
+ exports.PolkadotChainId = PolkadotChainId;
3616
3717
  exports.PolkadotSignature = PolkadotSignature;
3617
3718
  exports.PolygonIdInitialized = PolygonIdInitialized;
3618
3719
  exports.PolygonIdRequest = PolygonIdRequest;
@@ -3644,6 +3745,9 @@ exports.RuleResultStatus = RuleResultStatus;
3644
3745
  exports.RuleResultStatusLabels = RuleResultStatusLabels;
3645
3746
  exports.RuleResultStatuses = RuleResultStatuses;
3646
3747
  exports.SCENARIO_AUTHORIZATION_STATUSES = SCENARIO_AUTHORIZATION_STATUSES;
3748
+ exports.SOLANA_CHAIN_IDS = SOLANA_CHAIN_IDS;
3749
+ exports.SOLANA_CHAIN_NAMES = SOLANA_CHAIN_NAMES;
3750
+ exports.SOLANA_CHAIN_NAMES_LIST = SOLANA_CHAIN_NAMES_LIST;
3647
3751
  exports.STRING_OPERATORS = STRING_OPERATORS;
3648
3752
  exports.SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH = SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH;
3649
3753
  exports.SUPPORTED_TYPES = SUPPORTED_TYPES;
@@ -3664,6 +3768,7 @@ exports.SendTransactionRequest = SendTransactionRequest;
3664
3768
  exports.SignatureRequest = SignatureRequest;
3665
3769
  exports.SignatureResponse = SignatureResponse;
3666
3770
  exports.SimplifiedCredential = SimplifiedCredential;
3771
+ exports.SolanaChainId = SolanaChainId;
3667
3772
  exports.SpSignature = SpSignature;
3668
3773
  exports.StarknetAddress = StarknetAddress;
3669
3774
  exports.StarknetChainId = StarknetChainId;
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-f48d26e5.cjs.dev.js');
6
- var transaction_schema = require('./transaction.schema-1775e84f.cjs.dev.js');
5
+ var identityApi_schema = require('./identity-api.schema-57fbeead.cjs.dev.js');
6
+ var transaction_schema = require('./transaction.schema-46e46364.cjs.dev.js');
7
7
  var zod = require('zod');
8
- var frontendUtilities_schema = require('./frontend-utilities.schema-b4e3d5b3.cjs.dev.js');
8
+ var frontendUtilities_schema = require('./frontend-utilities.schema-75b74942.cjs.dev.js');
9
9
  require('nanoid');
10
10
 
11
11
  var decodeUint8Array = function decodeUint8Array(data) {
@@ -84,10 +84,18 @@ var Tag = zod.z.object({
84
84
  updatedAt: zod.z.coerce.date()
85
85
  });
86
86
 
87
+ exports.ACTIVE_APTOS_CHAIN_IDS = identityApi_schema.ACTIVE_APTOS_CHAIN_IDS;
88
+ exports.ACTIVE_BITCOIN_CHAIN_IDS = identityApi_schema.ACTIVE_BITCOIN_CHAIN_IDS;
89
+ exports.ACTIVE_CARDANO_CHAIN_IDS = identityApi_schema.ACTIVE_CARDANO_CHAIN_IDS;
87
90
  exports.ACTIVE_COSMOS_CHAIN_IDS = identityApi_schema.ACTIVE_COSMOS_CHAIN_IDS;
88
91
  exports.ACTIVE_EVM_CHAIN_VALUES = identityApi_schema.ACTIVE_EVM_CHAIN_VALUES;
92
+ exports.ACTIVE_POLKADOT_CHAIN_IDS = identityApi_schema.ACTIVE_POLKADOT_CHAIN_IDS;
93
+ exports.ACTIVE_SOLANA_CHAIN_IDS = identityApi_schema.ACTIVE_SOLANA_CHAIN_IDS;
89
94
  exports.ACTIVE_TEZOS_CHAIN_IDS = identityApi_schema.ACTIVE_TEZOS_CHAIN_IDS;
90
95
  exports.ALPHA_2_COUNTRIES = identityApi_schema.ALPHA_2_COUNTRIES;
96
+ exports.APTOS_CHAIN_IDS = identityApi_schema.APTOS_CHAIN_IDS;
97
+ exports.APTOS_CHAIN_NAMES = identityApi_schema.APTOS_CHAIN_NAMES;
98
+ exports.APTOS_CHAIN_NAMES_LIST = identityApi_schema.APTOS_CHAIN_NAMES_LIST;
91
99
  exports.ARRAY_OPERATORS = identityApi_schema.ARRAY_OPERATORS;
92
100
  exports.AUTHORIZATION_REQUEST_MESSAGE_TYPES = identityApi_schema.AUTHORIZATION_REQUEST_MESSAGE_TYPES;
93
101
  exports.AVAILABLE_FLOWS = identityApi_schema.AVAILABLE_FLOWS;
@@ -108,6 +116,7 @@ exports.ApiTxAuthInput = identityApi_schema.ApiTxAuthInput;
108
116
  exports.AppId = identityApi_schema.AppId;
109
117
  exports.AppPrefix = identityApi_schema.AppPrefix;
110
118
  exports.AptosAddress = identityApi_schema.AptosAddress;
119
+ exports.AptosChainId = identityApi_schema.AptosChainId;
111
120
  exports.AptosSignature = identityApi_schema.AptosSignature;
112
121
  exports.ArrayOperator = identityApi_schema.ArrayOperator;
113
122
  exports.AuthQrCodeData = identityApi_schema.AuthQrCodeData;
@@ -118,6 +127,9 @@ exports.AuthorizationRequestMessageType = identityApi_schema.AuthorizationReques
118
127
  exports.AuthorizationRequestMessageTypes = identityApi_schema.AuthorizationRequestMessageTypes;
119
128
  exports.AuthorizationResponseMessage = identityApi_schema.AuthorizationResponseMessage;
120
129
  exports.AvailableFlow = identityApi_schema.AvailableFlow;
130
+ exports.BITCOIN_CHAIN_IDS = identityApi_schema.BITCOIN_CHAIN_IDS;
131
+ exports.BITCOIN_CHAIN_NAMES = identityApi_schema.BITCOIN_CHAIN_NAMES;
132
+ exports.BITCOIN_CHAIN_NAMES_LIST = identityApi_schema.BITCOIN_CHAIN_NAMES_LIST;
121
133
  exports.BLOCKCHAIN_NAMESPACES = identityApi_schema.BLOCKCHAIN_NAMESPACES;
122
134
  exports.BLOCKCHAIN_NAMESPACES_NAMES = identityApi_schema.BLOCKCHAIN_NAMESPACES_NAMES;
123
135
  exports.BLOCKCHAIN_NAMESPACE_TO_NAME = identityApi_schema.BLOCKCHAIN_NAMESPACE_TO_NAME;
@@ -127,6 +139,7 @@ exports.BaseQueryResponse = identityApi_schema.BaseQueryResponse;
127
139
  exports.BasicCustomerContactInformation = identityApi_schema.BasicCustomerContactInformation;
128
140
  exports.BitcoinAddress = identityApi_schema.BitcoinAddress;
129
141
  exports.BitcoinBech32Address = identityApi_schema.BitcoinBech32Address;
142
+ exports.BitcoinChainId = identityApi_schema.BitcoinChainId;
130
143
  exports.BitcoinP2PKHAddress = identityApi_schema.BitcoinP2PKHAddress;
131
144
  exports.BitcoinP2SHAddress = identityApi_schema.BitcoinP2SHAddress;
132
145
  exports.BitcoinTestnetBech32Address = identityApi_schema.BitcoinTestnetBech32Address;
@@ -137,6 +150,9 @@ exports.BlockchainId = identityApi_schema.BlockchainId;
137
150
  exports.BlockchainNamespace = identityApi_schema.BlockchainNamespace;
138
151
  exports.BlockchainSignature = identityApi_schema.BlockchainSignature;
139
152
  exports.BooleanOperator = identityApi_schema.BooleanOperator;
153
+ exports.CARDANO_CHAIN_IDS = identityApi_schema.CARDANO_CHAIN_IDS;
154
+ exports.CARDANO_CHAIN_NAMES = identityApi_schema.CARDANO_CHAIN_NAMES;
155
+ exports.CARDANO_CHAIN_NAMES_LIST = identityApi_schema.CARDANO_CHAIN_NAMES_LIST;
140
156
  exports.CHALLENGE_QUERY_OPERATORS = identityApi_schema.CHALLENGE_QUERY_OPERATORS;
141
157
  exports.CIRCUIT_IDS = identityApi_schema.CIRCUIT_IDS;
142
158
  exports.COSMOS_CHAIN_IDS = identityApi_schema.COSMOS_CHAIN_IDS;
@@ -146,6 +162,7 @@ exports.CUSTOMERS_CHARTS = identityApi_schema.CUSTOMERS_CHARTS;
146
162
  exports.CUSTOMER_AUTOMATION_REASONS = identityApi_schema.CUSTOMER_AUTOMATION_REASONS;
147
163
  exports.CUSTOMER_TABLE_COLUMNS = identityApi_schema.CUSTOMER_TABLE_COLUMNS;
148
164
  exports.CardanoAddress = identityApi_schema.CardanoAddress;
165
+ exports.CardanoChainId = identityApi_schema.CardanoChainId;
149
166
  exports.CardanoSignature = identityApi_schema.CardanoSignature;
150
167
  exports.ChallengeId = identityApi_schema.ChallengeId;
151
168
  exports.ChallengePrefix = identityApi_schema.ChallengePrefix;
@@ -271,12 +288,16 @@ exports.MediaType = identityApi_schema.MediaType;
271
288
  exports.MediaTypePID = identityApi_schema.MediaTypePID;
272
289
  exports.MemberId = identityApi_schema.MemberId;
273
290
  exports.NEXERA_ACTIVE_STARKNET_CHAIN_IDS = identityApi_schema.NEXERA_ACTIVE_STARKNET_CHAIN_IDS;
274
- exports.NEXERA_CHAIN_IDS = identityApi_schema.NEXERA_CHAIN_IDS;
291
+ exports.NEXERA_APTOS_CHAINS = identityApi_schema.NEXERA_APTOS_CHAINS;
292
+ exports.NEXERA_BITCOIN_CHAINS = identityApi_schema.NEXERA_BITCOIN_CHAINS;
293
+ exports.NEXERA_CARDANO_CHAINS = identityApi_schema.NEXERA_CARDANO_CHAINS;
275
294
  exports.NEXERA_COSMOS_CHAINS = identityApi_schema.NEXERA_COSMOS_CHAINS;
276
295
  exports.NEXERA_EVM_CHAINS = identityApi_schema.NEXERA_EVM_CHAINS;
277
296
  exports.NEXERA_EVM_CHAINS_ID = identityApi_schema.NEXERA_EVM_CHAINS_ID;
278
297
  exports.NEXERA_EVM_CHAIN_NAMES = identityApi_schema.NEXERA_EVM_CHAIN_NAMES;
279
298
  exports.NEXERA_EVM_CHAIN_NAMES_LIST = identityApi_schema.NEXERA_EVM_CHAIN_NAMES_LIST;
299
+ exports.NEXERA_POLKADOT_CHAINS = identityApi_schema.NEXERA_POLKADOT_CHAINS;
300
+ exports.NEXERA_SOLANA_CHAINS = identityApi_schema.NEXERA_SOLANA_CHAINS;
280
301
  exports.NEXERA_STARKNET_CHAINS = identityApi_schema.NEXERA_STARKNET_CHAINS;
281
302
  exports.NEXERA_STARKNET_CHAIN_IDS = identityApi_schema.NEXERA_STARKNET_CHAIN_IDS;
282
303
  exports.NEXERA_STARKNET_CHAIN_NAMES = identityApi_schema.NEXERA_STARKNET_CHAIN_NAMES;
@@ -288,6 +309,7 @@ exports.NUMERIC_OPERATORS = identityApi_schema.NUMERIC_OPERATORS;
288
309
  exports.NexeraCredentialType = identityApi_schema.NexeraCredentialType;
289
310
  exports.NexeraEvmChains = identityApi_schema.NexeraEvmChains;
290
311
  exports.NonParsedQueryConfiguration = identityApi_schema.NonParsedQueryConfiguration;
312
+ exports.NonTestnetBlockchainId = identityApi_schema.NonTestnetBlockchainId;
291
313
  exports.NumericOperator = identityApi_schema.NumericOperator;
292
314
  exports.OLD_AMLScreeningsResultsCredentialSubjectSchema = identityApi_schema.OLD_AMLScreeningsResultsCredentialSubjectSchema;
293
315
  exports.OLD_IDImageCredentialSubjectSchema = identityApi_schema.OLD_IDImageCredentialSubjectSchema;
@@ -307,11 +329,15 @@ exports.OrganizationId = identityApi_schema.OrganizationId;
307
329
  exports.OtpCode = identityApi_schema.OtpCode;
308
330
  exports.P2Signature = identityApi_schema.P2Signature;
309
331
  exports.PERSONAL_INFORMATION_FIELDS = identityApi_schema.PERSONAL_INFORMATION_FIELDS;
332
+ exports.POLKADOT_CHAIN_IDS = identityApi_schema.POLKADOT_CHAIN_IDS;
333
+ exports.POLKADOT_CHAIN_NAMES = identityApi_schema.POLKADOT_CHAIN_NAMES;
334
+ exports.POLKADOT_CHAIN_NAMES_LIST = identityApi_schema.POLKADOT_CHAIN_NAMES_LIST;
310
335
  exports.POLYGON_NETWORK_NAMES = identityApi_schema.POLYGON_NETWORK_NAMES;
311
336
  exports.PUBLIC_SERVICES_SCHEMA_MAP = identityApi_schema.PUBLIC_SERVICES_SCHEMA_MAP;
312
337
  exports.PartialQueryConfigSimplified = identityApi_schema.PartialQueryConfigSimplified;
313
338
  exports.PersonalInformationFieldsIdentityDocuments = identityApi_schema.PersonalInformationFieldsIdentityDocuments;
314
339
  exports.PolkadotAddress = identityApi_schema.PolkadotAddress;
340
+ exports.PolkadotChainId = identityApi_schema.PolkadotChainId;
315
341
  exports.PolkadotSignature = identityApi_schema.PolkadotSignature;
316
342
  exports.PolygonIdInitialized = identityApi_schema.PolygonIdInitialized;
317
343
  exports.PolygonIdRequest = identityApi_schema.PolygonIdRequest;
@@ -343,6 +369,9 @@ exports.RuleResultStatus = identityApi_schema.RuleResultStatus;
343
369
  exports.RuleResultStatusLabels = identityApi_schema.RuleResultStatusLabels;
344
370
  exports.RuleResultStatuses = identityApi_schema.RuleResultStatuses;
345
371
  exports.SCENARIO_AUTHORIZATION_STATUSES = identityApi_schema.SCENARIO_AUTHORIZATION_STATUSES;
372
+ exports.SOLANA_CHAIN_IDS = identityApi_schema.SOLANA_CHAIN_IDS;
373
+ exports.SOLANA_CHAIN_NAMES = identityApi_schema.SOLANA_CHAIN_NAMES;
374
+ exports.SOLANA_CHAIN_NAMES_LIST = identityApi_schema.SOLANA_CHAIN_NAMES_LIST;
346
375
  exports.STRING_OPERATORS = identityApi_schema.STRING_OPERATORS;
347
376
  exports.SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH = identityApi_schema.SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH;
348
377
  exports.SUPPORTED_TYPES = identityApi_schema.SUPPORTED_TYPES;
@@ -363,6 +392,7 @@ exports.SendTransactionRequest = identityApi_schema.SendTransactionRequest;
363
392
  exports.SignatureRequest = identityApi_schema.SignatureRequest;
364
393
  exports.SignatureResponse = identityApi_schema.SignatureResponse;
365
394
  exports.SimplifiedCredential = identityApi_schema.SimplifiedCredential;
395
+ exports.SolanaChainId = identityApi_schema.SolanaChainId;
366
396
  exports.SpSignature = identityApi_schema.SpSignature;
367
397
  exports.StarknetAddress = identityApi_schema.StarknetAddress;
368
398
  exports.StarknetChainId = identityApi_schema.StarknetChainId;
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-4751e631.cjs.prod.js');
6
- var transaction_schema = require('./transaction.schema-ab347606.cjs.prod.js');
5
+ var identityApi_schema = require('./identity-api.schema-5b5d60ea.cjs.prod.js');
6
+ var transaction_schema = require('./transaction.schema-c960b86e.cjs.prod.js');
7
7
  var zod = require('zod');
8
- var frontendUtilities_schema = require('./frontend-utilities.schema-261a09b5.cjs.prod.js');
8
+ var frontendUtilities_schema = require('./frontend-utilities.schema-9b40bae5.cjs.prod.js');
9
9
  require('nanoid');
10
10
 
11
11
  var decodeUint8Array = function decodeUint8Array(data) {
@@ -84,10 +84,18 @@ var Tag = zod.z.object({
84
84
  updatedAt: zod.z.coerce.date()
85
85
  });
86
86
 
87
+ exports.ACTIVE_APTOS_CHAIN_IDS = identityApi_schema.ACTIVE_APTOS_CHAIN_IDS;
88
+ exports.ACTIVE_BITCOIN_CHAIN_IDS = identityApi_schema.ACTIVE_BITCOIN_CHAIN_IDS;
89
+ exports.ACTIVE_CARDANO_CHAIN_IDS = identityApi_schema.ACTIVE_CARDANO_CHAIN_IDS;
87
90
  exports.ACTIVE_COSMOS_CHAIN_IDS = identityApi_schema.ACTIVE_COSMOS_CHAIN_IDS;
88
91
  exports.ACTIVE_EVM_CHAIN_VALUES = identityApi_schema.ACTIVE_EVM_CHAIN_VALUES;
92
+ exports.ACTIVE_POLKADOT_CHAIN_IDS = identityApi_schema.ACTIVE_POLKADOT_CHAIN_IDS;
93
+ exports.ACTIVE_SOLANA_CHAIN_IDS = identityApi_schema.ACTIVE_SOLANA_CHAIN_IDS;
89
94
  exports.ACTIVE_TEZOS_CHAIN_IDS = identityApi_schema.ACTIVE_TEZOS_CHAIN_IDS;
90
95
  exports.ALPHA_2_COUNTRIES = identityApi_schema.ALPHA_2_COUNTRIES;
96
+ exports.APTOS_CHAIN_IDS = identityApi_schema.APTOS_CHAIN_IDS;
97
+ exports.APTOS_CHAIN_NAMES = identityApi_schema.APTOS_CHAIN_NAMES;
98
+ exports.APTOS_CHAIN_NAMES_LIST = identityApi_schema.APTOS_CHAIN_NAMES_LIST;
91
99
  exports.ARRAY_OPERATORS = identityApi_schema.ARRAY_OPERATORS;
92
100
  exports.AUTHORIZATION_REQUEST_MESSAGE_TYPES = identityApi_schema.AUTHORIZATION_REQUEST_MESSAGE_TYPES;
93
101
  exports.AVAILABLE_FLOWS = identityApi_schema.AVAILABLE_FLOWS;
@@ -108,6 +116,7 @@ exports.ApiTxAuthInput = identityApi_schema.ApiTxAuthInput;
108
116
  exports.AppId = identityApi_schema.AppId;
109
117
  exports.AppPrefix = identityApi_schema.AppPrefix;
110
118
  exports.AptosAddress = identityApi_schema.AptosAddress;
119
+ exports.AptosChainId = identityApi_schema.AptosChainId;
111
120
  exports.AptosSignature = identityApi_schema.AptosSignature;
112
121
  exports.ArrayOperator = identityApi_schema.ArrayOperator;
113
122
  exports.AuthQrCodeData = identityApi_schema.AuthQrCodeData;
@@ -118,6 +127,9 @@ exports.AuthorizationRequestMessageType = identityApi_schema.AuthorizationReques
118
127
  exports.AuthorizationRequestMessageTypes = identityApi_schema.AuthorizationRequestMessageTypes;
119
128
  exports.AuthorizationResponseMessage = identityApi_schema.AuthorizationResponseMessage;
120
129
  exports.AvailableFlow = identityApi_schema.AvailableFlow;
130
+ exports.BITCOIN_CHAIN_IDS = identityApi_schema.BITCOIN_CHAIN_IDS;
131
+ exports.BITCOIN_CHAIN_NAMES = identityApi_schema.BITCOIN_CHAIN_NAMES;
132
+ exports.BITCOIN_CHAIN_NAMES_LIST = identityApi_schema.BITCOIN_CHAIN_NAMES_LIST;
121
133
  exports.BLOCKCHAIN_NAMESPACES = identityApi_schema.BLOCKCHAIN_NAMESPACES;
122
134
  exports.BLOCKCHAIN_NAMESPACES_NAMES = identityApi_schema.BLOCKCHAIN_NAMESPACES_NAMES;
123
135
  exports.BLOCKCHAIN_NAMESPACE_TO_NAME = identityApi_schema.BLOCKCHAIN_NAMESPACE_TO_NAME;
@@ -127,6 +139,7 @@ exports.BaseQueryResponse = identityApi_schema.BaseQueryResponse;
127
139
  exports.BasicCustomerContactInformation = identityApi_schema.BasicCustomerContactInformation;
128
140
  exports.BitcoinAddress = identityApi_schema.BitcoinAddress;
129
141
  exports.BitcoinBech32Address = identityApi_schema.BitcoinBech32Address;
142
+ exports.BitcoinChainId = identityApi_schema.BitcoinChainId;
130
143
  exports.BitcoinP2PKHAddress = identityApi_schema.BitcoinP2PKHAddress;
131
144
  exports.BitcoinP2SHAddress = identityApi_schema.BitcoinP2SHAddress;
132
145
  exports.BitcoinTestnetBech32Address = identityApi_schema.BitcoinTestnetBech32Address;
@@ -137,6 +150,9 @@ exports.BlockchainId = identityApi_schema.BlockchainId;
137
150
  exports.BlockchainNamespace = identityApi_schema.BlockchainNamespace;
138
151
  exports.BlockchainSignature = identityApi_schema.BlockchainSignature;
139
152
  exports.BooleanOperator = identityApi_schema.BooleanOperator;
153
+ exports.CARDANO_CHAIN_IDS = identityApi_schema.CARDANO_CHAIN_IDS;
154
+ exports.CARDANO_CHAIN_NAMES = identityApi_schema.CARDANO_CHAIN_NAMES;
155
+ exports.CARDANO_CHAIN_NAMES_LIST = identityApi_schema.CARDANO_CHAIN_NAMES_LIST;
140
156
  exports.CHALLENGE_QUERY_OPERATORS = identityApi_schema.CHALLENGE_QUERY_OPERATORS;
141
157
  exports.CIRCUIT_IDS = identityApi_schema.CIRCUIT_IDS;
142
158
  exports.COSMOS_CHAIN_IDS = identityApi_schema.COSMOS_CHAIN_IDS;
@@ -146,6 +162,7 @@ exports.CUSTOMERS_CHARTS = identityApi_schema.CUSTOMERS_CHARTS;
146
162
  exports.CUSTOMER_AUTOMATION_REASONS = identityApi_schema.CUSTOMER_AUTOMATION_REASONS;
147
163
  exports.CUSTOMER_TABLE_COLUMNS = identityApi_schema.CUSTOMER_TABLE_COLUMNS;
148
164
  exports.CardanoAddress = identityApi_schema.CardanoAddress;
165
+ exports.CardanoChainId = identityApi_schema.CardanoChainId;
149
166
  exports.CardanoSignature = identityApi_schema.CardanoSignature;
150
167
  exports.ChallengeId = identityApi_schema.ChallengeId;
151
168
  exports.ChallengePrefix = identityApi_schema.ChallengePrefix;
@@ -271,12 +288,16 @@ exports.MediaType = identityApi_schema.MediaType;
271
288
  exports.MediaTypePID = identityApi_schema.MediaTypePID;
272
289
  exports.MemberId = identityApi_schema.MemberId;
273
290
  exports.NEXERA_ACTIVE_STARKNET_CHAIN_IDS = identityApi_schema.NEXERA_ACTIVE_STARKNET_CHAIN_IDS;
274
- exports.NEXERA_CHAIN_IDS = identityApi_schema.NEXERA_CHAIN_IDS;
291
+ exports.NEXERA_APTOS_CHAINS = identityApi_schema.NEXERA_APTOS_CHAINS;
292
+ exports.NEXERA_BITCOIN_CHAINS = identityApi_schema.NEXERA_BITCOIN_CHAINS;
293
+ exports.NEXERA_CARDANO_CHAINS = identityApi_schema.NEXERA_CARDANO_CHAINS;
275
294
  exports.NEXERA_COSMOS_CHAINS = identityApi_schema.NEXERA_COSMOS_CHAINS;
276
295
  exports.NEXERA_EVM_CHAINS = identityApi_schema.NEXERA_EVM_CHAINS;
277
296
  exports.NEXERA_EVM_CHAINS_ID = identityApi_schema.NEXERA_EVM_CHAINS_ID;
278
297
  exports.NEXERA_EVM_CHAIN_NAMES = identityApi_schema.NEXERA_EVM_CHAIN_NAMES;
279
298
  exports.NEXERA_EVM_CHAIN_NAMES_LIST = identityApi_schema.NEXERA_EVM_CHAIN_NAMES_LIST;
299
+ exports.NEXERA_POLKADOT_CHAINS = identityApi_schema.NEXERA_POLKADOT_CHAINS;
300
+ exports.NEXERA_SOLANA_CHAINS = identityApi_schema.NEXERA_SOLANA_CHAINS;
280
301
  exports.NEXERA_STARKNET_CHAINS = identityApi_schema.NEXERA_STARKNET_CHAINS;
281
302
  exports.NEXERA_STARKNET_CHAIN_IDS = identityApi_schema.NEXERA_STARKNET_CHAIN_IDS;
282
303
  exports.NEXERA_STARKNET_CHAIN_NAMES = identityApi_schema.NEXERA_STARKNET_CHAIN_NAMES;
@@ -288,6 +309,7 @@ exports.NUMERIC_OPERATORS = identityApi_schema.NUMERIC_OPERATORS;
288
309
  exports.NexeraCredentialType = identityApi_schema.NexeraCredentialType;
289
310
  exports.NexeraEvmChains = identityApi_schema.NexeraEvmChains;
290
311
  exports.NonParsedQueryConfiguration = identityApi_schema.NonParsedQueryConfiguration;
312
+ exports.NonTestnetBlockchainId = identityApi_schema.NonTestnetBlockchainId;
291
313
  exports.NumericOperator = identityApi_schema.NumericOperator;
292
314
  exports.OLD_AMLScreeningsResultsCredentialSubjectSchema = identityApi_schema.OLD_AMLScreeningsResultsCredentialSubjectSchema;
293
315
  exports.OLD_IDImageCredentialSubjectSchema = identityApi_schema.OLD_IDImageCredentialSubjectSchema;
@@ -307,11 +329,15 @@ exports.OrganizationId = identityApi_schema.OrganizationId;
307
329
  exports.OtpCode = identityApi_schema.OtpCode;
308
330
  exports.P2Signature = identityApi_schema.P2Signature;
309
331
  exports.PERSONAL_INFORMATION_FIELDS = identityApi_schema.PERSONAL_INFORMATION_FIELDS;
332
+ exports.POLKADOT_CHAIN_IDS = identityApi_schema.POLKADOT_CHAIN_IDS;
333
+ exports.POLKADOT_CHAIN_NAMES = identityApi_schema.POLKADOT_CHAIN_NAMES;
334
+ exports.POLKADOT_CHAIN_NAMES_LIST = identityApi_schema.POLKADOT_CHAIN_NAMES_LIST;
310
335
  exports.POLYGON_NETWORK_NAMES = identityApi_schema.POLYGON_NETWORK_NAMES;
311
336
  exports.PUBLIC_SERVICES_SCHEMA_MAP = identityApi_schema.PUBLIC_SERVICES_SCHEMA_MAP;
312
337
  exports.PartialQueryConfigSimplified = identityApi_schema.PartialQueryConfigSimplified;
313
338
  exports.PersonalInformationFieldsIdentityDocuments = identityApi_schema.PersonalInformationFieldsIdentityDocuments;
314
339
  exports.PolkadotAddress = identityApi_schema.PolkadotAddress;
340
+ exports.PolkadotChainId = identityApi_schema.PolkadotChainId;
315
341
  exports.PolkadotSignature = identityApi_schema.PolkadotSignature;
316
342
  exports.PolygonIdInitialized = identityApi_schema.PolygonIdInitialized;
317
343
  exports.PolygonIdRequest = identityApi_schema.PolygonIdRequest;
@@ -343,6 +369,9 @@ exports.RuleResultStatus = identityApi_schema.RuleResultStatus;
343
369
  exports.RuleResultStatusLabels = identityApi_schema.RuleResultStatusLabels;
344
370
  exports.RuleResultStatuses = identityApi_schema.RuleResultStatuses;
345
371
  exports.SCENARIO_AUTHORIZATION_STATUSES = identityApi_schema.SCENARIO_AUTHORIZATION_STATUSES;
372
+ exports.SOLANA_CHAIN_IDS = identityApi_schema.SOLANA_CHAIN_IDS;
373
+ exports.SOLANA_CHAIN_NAMES = identityApi_schema.SOLANA_CHAIN_NAMES;
374
+ exports.SOLANA_CHAIN_NAMES_LIST = identityApi_schema.SOLANA_CHAIN_NAMES_LIST;
346
375
  exports.STRING_OPERATORS = identityApi_schema.STRING_OPERATORS;
347
376
  exports.SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH = identityApi_schema.SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH;
348
377
  exports.SUPPORTED_TYPES = identityApi_schema.SUPPORTED_TYPES;
@@ -363,6 +392,7 @@ exports.SendTransactionRequest = identityApi_schema.SendTransactionRequest;
363
392
  exports.SignatureRequest = identityApi_schema.SignatureRequest;
364
393
  exports.SignatureResponse = identityApi_schema.SignatureResponse;
365
394
  exports.SimplifiedCredential = identityApi_schema.SimplifiedCredential;
395
+ exports.SolanaChainId = identityApi_schema.SolanaChainId;
366
396
  exports.SpSignature = identityApi_schema.SpSignature;
367
397
  exports.StarknetAddress = identityApi_schema.StarknetAddress;
368
398
  exports.StarknetChainId = identityApi_schema.StarknetChainId;
@@ -1,8 +1,8 @@
1
- import { C as CredentialTypes } from './identity-api.schema-f3e2146c.esm.js';
2
- export { l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, r as ACTIVE_TEZOS_CHAIN_IDS, au as ALPHA_2_COUNTRIES, dj as ARRAY_OPERATORS, d1 as AUTHORIZATION_REQUEST_MESSAGE_TYPES, c1 as AVAILABLE_FLOWS, cn as AbbreviatedWorkflowScenario, bq as ActionId, bf as ActionPrefix, eq as AdditionalCustomerInformationParams, D as AddressSchema, dd as AllCredentialAttributes, de as AllCredentialValues, ea as AllScenarioExecutionAuthorizationData, av as Alpha2Country, e5 as AnyTxAuthDataSignatureResponse, e1 as AnyTxAuthInput, e2 as AnyTxAuthInputJsSdk, dY as ApiTezosTxAuthInput, dU as ApiTxAuthInput, bl as AppId, aW as AppPrefix, H as AptosAddress, ab as AptosSignature, dk as ArrayOperator, d9 as AuthQrCodeData, cI as AuthSession, cJ as AuthSessionData, d4 as AuthorizationRequestMessage, d3 as AuthorizationRequestMessageType, d2 as AuthorizationRequestMessageTypes, d7 as AuthorizationResponseMessage, c2 as AvailableFlow, a1 as BLOCKCHAIN_NAMESPACES, a5 as BLOCKCHAIN_NAMESPACES_NAMES, a9 as BLOCKCHAIN_NAMESPACE_TO_NAME, a8 as BLOCKCHAIN_NAME_TO_NAMESPACE, dq as BOOLEAN_OPERATORS, ca as BaseQueryResponse, aM as BasicCustomerContactInformation, Z as BitcoinAddress, V as BitcoinBech32Address, R as BitcoinP2PKHAddress, U as BitcoinP2SHAddress, Y as BitcoinTestnetBech32Address, W as BitcoinTestnetP2PKHAddress, X as BitcoinTestnetP2SHAddress, _ as BlockchainAddress, B as BlockchainId, a2 as BlockchainNamespace, ak as BlockchainSignature, dr as BooleanOperator, dO as CHALLENGE_QUERY_OPERATORS, c_ as CIRCUIT_IDS, k as COSMOS_CHAIN_IDS, i as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, aN as CUSTOMERS_CHARTS, aR as CUSTOMER_AUTOMATION_REASONS, aP as CUSTOMER_TABLE_COLUMNS, Q as CardanoAddress, aj as CardanoSignature, bm as ChallengeId, aX as ChallengePrefix, dP as ChallengeQueryOperator, dS as ChallengeQueryOperatorToOperator, dN as ChallengeQuerySchema, cK as ChallengeResponse, c$ as CircuitId, bL as CloseScreenNotification, cq as ComplianceImplementationStepsInput, K as CosmosAddress, m as CosmosChainId, ae as CosmosSignature, e9 as CreateAuthRequestProps, dF as CreateQueryConfigurationInput, dG as CreateQueryConfigurationResponse, cp as CreateTemplateScenario, eW as CredentialMediaType, eR as CredentialNames, d8 as CredentialQrCodeData, eQ as CredentialSchemas, eU as CredentialType, C as CredentialTypes, eu as CustomerId, aJ as CustomerOnboardingLevel, aI as CustomerOnboardingLevels, bo as CustomerScreeningId, aZ as CustomerScreeningPrefix, aL as CustomerStatus, aK as CustomerStatuses, aQ as CustomerTableColumn, aD as CustomerType, aC as CustomerTypes, aO as CustomersChartType, ds as DATE_OPERATORS, a6 as DISPLAYED_BLOCKCHAIN_NAMESPACES, c3 as DataAvailableOnStart, dt as DateOperator, dJ as DeleteQueryConfigurationInput, dK as DeleteQueryConfigurationResponse, a7 as DisplayedBlockchainNamespace, aa as EIP155Signature, an as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, af as EdSignature, bj as EmailId, aU as EmailPrefix, ao as EnvironmentSchema, g as EvmChainId, cc as ExecuteQueryResponse, e4 as ExtendedTezosTxAuthDataSignatureResponse, e0 as ExtendedTezosTxAuthInput, e3 as ExtendedTxAuthDataSignatureResponse, d$ as ExtendedTxAuthInput, ew as ExternalCustomerId, ef as FLOW_TYPES, eg as FlowType, al as FunctionCallData, cH as GenerateWalletChallengeRequest, eP as GenericVerifiableCredentialSchema, cs as GetCredentialsRequest, ct as GetCredentialsResponse, cN as GetCustomerStatusRequest, cR as GetCustomerStatusResponse, d_ as GetTezosTxAuthDataSignatureResponse, dW as GetTxAuthDataSignatureResponse, cB as GetTxAuthSigRequest, cD as GetTxAuthSigRequestTezos, cC as GetTxAuthSigResponse, cE as GetTxAuthSigResponseTezos, a0 as HexadecimalSchema, cU as HostMessage, cF as HostRequestMessage, c7 as HostResponseMessage, eC as ID3CredentialSubjectSchema, ej as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, el as IDENTITY_DOCUMENT_OPTIONS, eM as IDImageCredentialSubjectSchema, dx as IDInformation, eL as IDInformationCredentialSubjectSchema, eD as IDScanCredentialSubjectSchema, eE as IDScanPassportCredentialSubjectSchema, eF as IDScanSelfieCredentialSubjectSchema, at as ISO3CountryCode, ep as Identifier, cS as IdentityAppMessage, ey as IdentityAppV2Web2JWT, ex as IdentityAppV2Web3JWT, ek as IdentityDocumentCountryListOption, em as IdentityDocumentOptionsType, bi as IdentityId, cV as IdentityMessage, bX as IdentityNotificationMessage, aT as IdentityPrefix, c0 as IdentityRequestMessage, cG as IdentityResponseMessage, cO as IdentitySdkMessage, cP as IdentitySdkMessageWithIdentifier, cT as IdentityWallet, ev as IdentityWidgetAccessToken, ez as IdentityWidgetAccessToken_NEW, eA as IdentityWidgetSessionToken, bY as InitialDataRequest, c4 as InitialDataResponse, bC as InstitutionExtractedInfosId, ba as InstitutionExtractedInfosPrefix, bB as InstitutionId, b9 as InstitutionPrefix, as as IpAddress, bT as IsVerifiedNotification, cz as IsVerifiedRequest, cA as IsVerifiedResponse, aH as KybOnboardingLevel, aG as KybOnboardingLevels, bM as KycCompletionData, bN as KycCompletionNotification, aF as KycOnboardingLevel, aE as KycOnboardingLevels, bF as ListId, bd as ListPrefix, cY as MediaType, cZ as MediaTypePID, bI as MemberId, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, b as NEXERA_CHAIN_IDS, h as NEXERA_COSMOS_CHAINS, c as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, N as NEXERA_EVM_CHAIN_NAMES, a as NEXERA_EVM_CHAIN_NAMES_LIST, t as NEXERA_STARKNET_CHAINS, v as NEXERA_STARKNET_CHAIN_IDS, u as NEXERA_STARKNET_CHAIN_NAMES, n as NEXERA_TEZOS_CHAINS, q as NEXERA_TEZOS_CHAIN_IDS, o as NEXERA_TEZOS_CHAIN_NAMES, p as NEXERA_TEZOS_CHAIN_NAMES_LIST, dn as NUMERIC_OPERATORS, eS as NexeraCredentialType, e as NexeraEvmChains, dE as NonParsedQueryConfiguration, dp as NumericOperator, eK as OLD_AMLScreeningsResultsCredentialSubjectSchema, eG as OLD_IDImageCredentialSubjectSchema, eH as OLD_IDInformationCredentialSubjectSchema, eI as OLD_ProofOfResidenceCredentialSubjectSchema, eJ as OLD_SelfieImageCredentialSubjectSchema, df as OPERATORS, bV as OcvSdkInitialized, bP as OffChainScenarioExecutionData, e8 as OffChainZKP, cb as OffChainZKPRuleResult, bQ as OnChainScenarioExecutionData, dg as Operator, dQ as OperatorMappings, dR as OperatorToChallengeQueryOperator, er as OrganizationId, aq as OtpCode, ah as P2Signature, en as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ar as PUBLIC_SERVICES_SCHEMA_MAP, dB as PartialQueryConfigSimplified, eo as PersonalInformationFieldsIdentityDocuments, J as PolkadotAddress, ad as PolkadotSignature, bU as PolygonIdInitialized, cv as PolygonIdRequest, cu as PolygonIdRequestData, cx as PolygonIdResponse, cw as PolygonIdResponseData, s as PolygonNetworkNames, y as PrivateKey, d5 as ProofData, eO as ProofOfResidenceCredentialSubjectSchema, z as PublicKey, da as QrCodeLinkWithSchemaType, dy as QueryConfig, dA as QueryConfigSimplified, dC as QueryConfigSimplifiedParsed, dD as QueryConfiguration, dM as QueryCredentialType, dL as QueryCredentialTypes, bG as QueryId, be as QueryPrefix, dz as QueryType, cW as RequiredDataRowSchema, cX as RequiredVerificationData, aB as RiskScoreType, aA as RiskScoreTypes, cd as RuleEngineResponse, bO as RuleEngineScenarioExecutionData, cg as RuleResultStatus, ch as RuleResultStatusLabels, cf as RuleResultStatuses, eb as SCENARIO_AUTHORIZATION_STATUSES, dl as STRING_OPERATORS, a3 as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, du as SUPPORTED_TYPES, cm as Scenario, bJ as ScenarioAuthorizationData, ec as ScenarioAuthorizationStatus, bR as ScenarioExecutionData, bS as ScenarioExecutionNotification, ce as ScenarioExecutionResponse, bE as ScenarioId, bc as ScenarioPrefix, c9 as ScenarioType, c8 as ScenarioTypes, ci as SdkVerificationOutput, bK as SdkVerificationResponseSchema, eN as SelfieImageCredentialSubjectSchema, b$ as SendTransactionRequest, bZ as SignatureRequest, c5 as SignatureResponse, cr as SimplifiedCredential, ag as SpSignature, I as StarknetAddress, S as StarknetChainId, ac as StarknetSignature, bW as StartCompletedNotification, cy as StartFlowRequest, bh as StorageId, aS as StoragePrefix, $ as String0x, dm as StringOperator, a4 as SupportedBlockchainNamespaceForSignatureAuth, dv as SupportedType, dw as SupportedTypes, bp as TagId, a_ as TagPrefix, br as TagsToTransactionReviewsId, a$ as TagsToTransactionReviewsPrefix, co as TemplateScenario, bn as TestId, aY as TestPrefix, O as TezosAddress, T as TezosChainId, M as TezosContractAddress, am as TezosEntrypointName, L as TezosImplicitAddress, ai as TezosSignature, dX as TezosTxAuthInput, dZ as TezosTxSignatureResponse, bs as TransactionAddressesId, b0 as TransactionAddressesPrefix, bD as TransactionAmountId, bb as TransactionAmountPrefix, b_ as TransactionData, by as TransactionExtractedInfosId, b6 as TransactionExtractedInfosPrefix, bu as TransactionFeesId, b2 as TransactionFeesPrefix, bt as TransactionId, bx as TransactionInfosId, b5 as TransactionInfosPrefix, bA as TransactionMethodExtractedInfosId, b8 as TransactionMethodExtractedInfosPrefix, bz as TransactionMethodsId, b7 as TransactionMethodsPrefix, bw as TransactionPartiesId, b4 as TransactionPartiesPrefix, b1 as TransactionPrefix, c6 as TransactionResponse, bv as TransactionReviewId, b3 as TransactionReviewPrefix, cM as TxAuthDataSignatureGatingRequest, cQ as TxAuthDataSignatureResponse, dT as TxAuthInput, F as TxHash, dV as TxSignatureResponse, dH as UpdateQueryConfigurationInput, dI as UpdateQueryConfigurationResponse, ap as UuidString, eV as VerifiableCredential, ei as VerificationMode, eh as VerificationModes, cl as VerificationOutput, ck as VerificationSessionStatus, cj as VerificationSessionStatuses, ee as VerifyWalletChallengeRequest, bk as WalletId, aV as WalletPrefix, cL as WalletSignResponse, ed as WalletSignatureResponse, eB as Web2CreateSessionParams, et as WorkflowId, es as WorkspaceId, dh as ZKPOperator, e6 as ZKPRequest, e7 as ZKPRequestFromZKVerifier, d0 as ZeroKnowledgeProofRequest, d6 as ZeroKnowledgeProofResponse, ax as countryISO2toISO3Mapping, aw as countryISO3toISO2Mapping, bg as createBrandedSchemaId, bH as generateId, eT as getCredentialName, x as isValidAddress, ay as isoCountriesNameFromISO2, di as operatorDisplayMap, az as parseISO3CountryCode, db as parseIden3Message, dc as parseSessionIdFromUrl, G as shortBlockchainAddress } from './identity-api.schema-f3e2146c.esm.js';
3
- export { c as CryptoCode, b as CryptoCodes, a as CurrencyCode, C as CurrencyCodes, D as DEFAULT_FIAT_CURRENCY, u as PaymentType, P as PaymentTypes, z as TRANSACTIONS_STATS_CURRENCIES, T as TRANSACTION_CHARTS, e as TRANSACTION_TABLE_COLUMNS, y as TransactionAmountsFieldName, x as TransactionAmountsFieldNames, r as TransactionCurrencyCode, q as TransactionCurrencyCodes, p as TransactionDirection, o as TransactionDirections, w as TransactionPartiesType, v as TransactionPartiesTypes, t as TransactionProvider, s as TransactionProviders, n as TransactionReviewStatus, m as TransactionReviewStatuses, l as TransactionRiskLevel, k as TransactionRiskLevels, A as TransactionStatsCurrency, f as TransactionTableColumn, h as TransactionType, j as TransactionTypeWithAll, g as TransactionTypes, i as TransactionTypesWithAll, d as TransactionsChartType } from './transaction.schema-ba809556.esm.js';
1
+ import { C as CredentialTypes } from './identity-api.schema-1a005459.esm.js';
2
+ export { V as ACTIVE_APTOS_CHAIN_IDS, L as ACTIVE_BITCOIN_CHAIN_IDS, a5 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, $ as ACTIVE_POLKADOT_CHAIN_IDS, F as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, aY as ALPHA_2_COUNTRIES, U as APTOS_CHAIN_IDS, Q as APTOS_CHAIN_NAMES, R as APTOS_CHAIN_NAMES_LIST, dO as ARRAY_OPERATORS, dw as AUTHORIZATION_REQUEST_MESSAGE_TYPES, cv as AVAILABLE_FLOWS, cR as AbbreviatedWorkflowScenario, bU as ActionId, bJ as ActionPrefix, eU as AdditionalCustomerInformationParams, aa as AddressSchema, dI as AllCredentialAttributes, dJ as AllCredentialValues, eE as AllScenarioExecutionAuthorizationData, aZ as Alpha2Country, ez as AnyTxAuthDataSignatureResponse, ev as AnyTxAuthInput, ew as AnyTxAuthInputJsSdk, eq as ApiTezosTxAuthInput, em as ApiTxAuthInput, bP as AppId, bo as AppPrefix, ad as AptosAddress, W as AptosChainId, aF as AptosSignature, dP as ArrayOperator, dE as AuthQrCodeData, da as AuthSession, db as AuthSessionData, dz as AuthorizationRequestMessage, dy as AuthorizationRequestMessageType, dx as AuthorizationRequestMessageTypes, dC as AuthorizationResponseMessage, cw as AvailableFlow, K as BITCOIN_CHAIN_IDS, I as BITCOIN_CHAIN_NAMES, J as BITCOIN_CHAIN_NAMES_LIST, av as BLOCKCHAIN_NAMESPACES, az as BLOCKCHAIN_NAMESPACES_NAMES, aD as BLOCKCHAIN_NAMESPACE_TO_NAME, aC as BLOCKCHAIN_NAME_TO_NAMESPACE, dU as BOOLEAN_OPERATORS, cE as BaseQueryResponse, be as BasicCustomerContactInformation, ar as BitcoinAddress, an as BitcoinBech32Address, M as BitcoinChainId, al as BitcoinP2PKHAddress, am as BitcoinP2SHAddress, aq as BitcoinTestnetBech32Address, ao as BitcoinTestnetP2PKHAddress, ap as BitcoinTestnetP2SHAddress, as as BlockchainAddress, B as BlockchainId, aw as BlockchainNamespace, aO as BlockchainSignature, dV as BooleanOperator, a4 as CARDANO_CHAIN_IDS, a2 as CARDANO_CHAIN_NAMES, a3 as CARDANO_CHAIN_NAMES_LIST, eg as CHALLENGE_QUERY_OPERATORS, dt as CIRCUIT_IDS, k as COSMOS_CHAIN_IDS, i as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, bf as CUSTOMERS_CHARTS, bj as CUSTOMER_AUTOMATION_REASONS, bh as CUSTOMER_TABLE_COLUMNS, ak as CardanoAddress, a6 as CardanoChainId, aN as CardanoSignature, bQ as ChallengeId, bp as ChallengePrefix, eh as ChallengeQueryOperator, ek as ChallengeQueryOperatorToOperator, ef as ChallengeQuerySchema, dc as ChallengeResponse, du as CircuitId, cd as CloseScreenNotification, cU as ComplianceImplementationStepsInput, ag as CosmosAddress, m as CosmosChainId, aI as CosmosSignature, eD as CreateAuthRequestProps, e7 as CreateQueryConfigurationInput, e8 as CreateQueryConfigurationResponse, cT as CreateTemplateScenario, fo as CredentialMediaType, fj as CredentialNames, dD as CredentialQrCodeData, fi as CredentialSchemas, fm as CredentialType, C as CredentialTypes, eY as CustomerId, bb as CustomerOnboardingLevel, ba as CustomerOnboardingLevels, bS as CustomerScreeningId, br as CustomerScreeningPrefix, bd as CustomerStatus, bc as CustomerStatuses, bi as CustomerTableColumn, b5 as CustomerType, b4 as CustomerTypes, bg as CustomersChartType, dW as DATE_OPERATORS, aA as DISPLAYED_BLOCKCHAIN_NAMESPACES, cx as DataAvailableOnStart, dX as DateOperator, eb as DeleteQueryConfigurationInput, ec as DeleteQueryConfigurationResponse, aB as DisplayedBlockchainNamespace, aE as EIP155Signature, aR as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aJ as EdSignature, bN as EmailId, bm as EmailPrefix, aS as EnvironmentSchema, g as EvmChainId, cG as ExecuteQueryResponse, ey as ExtendedTezosTxAuthDataSignatureResponse, eu as ExtendedTezosTxAuthInput, ex as ExtendedTxAuthDataSignatureResponse, et as ExtendedTxAuthInput, e_ as ExternalCustomerId, eJ as FLOW_TYPES, eK as FlowType, aP as FunctionCallData, d9 as GenerateWalletChallengeRequest, fh as GenericVerifiableCredentialSchema, cW as GetCredentialsRequest, cX as GetCredentialsResponse, df as GetCustomerStatusRequest, dj as GetCustomerStatusResponse, es as GetTezosTxAuthDataSignatureResponse, eo as GetTxAuthDataSignatureResponse, d3 as GetTxAuthSigRequest, d5 as GetTxAuthSigRequestTezos, d4 as GetTxAuthSigResponse, d6 as GetTxAuthSigResponseTezos, au as HexadecimalSchema, dm as HostMessage, d7 as HostRequestMessage, cB as HostResponseMessage, f4 as ID3CredentialSubjectSchema, eN as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, eP as IDENTITY_DOCUMENT_OPTIONS, fe as IDImageCredentialSubjectSchema, d$ as IDInformation, fd as IDInformationCredentialSubjectSchema, f5 as IDScanCredentialSubjectSchema, f6 as IDScanPassportCredentialSubjectSchema, f7 as IDScanSelfieCredentialSubjectSchema, aX as ISO3CountryCode, eT as Identifier, dk as IdentityAppMessage, f0 as IdentityAppV2Web2JWT, e$ as IdentityAppV2Web3JWT, eO as IdentityDocumentCountryListOption, eQ as IdentityDocumentOptionsType, bM as IdentityId, dn as IdentityMessage, cp as IdentityNotificationMessage, bl as IdentityPrefix, cu as IdentityRequestMessage, d8 as IdentityResponseMessage, dg as IdentitySdkMessage, dh as IdentitySdkMessageWithIdentifier, dl as IdentityWallet, eZ as IdentityWidgetAccessToken, f1 as IdentityWidgetAccessToken_NEW, f2 as IdentityWidgetSessionToken, cq as InitialDataRequest, cy as InitialDataResponse, c4 as InstitutionExtractedInfosId, bE as InstitutionExtractedInfosPrefix, c3 as InstitutionId, bD as InstitutionPrefix, aW as IpAddress, cl as IsVerifiedNotification, d1 as IsVerifiedRequest, d2 as IsVerifiedResponse, b9 as KybOnboardingLevel, b8 as KybOnboardingLevels, ce as KycCompletionData, cf as KycCompletionNotification, b7 as KycOnboardingLevel, b6 as KycOnboardingLevels, c7 as ListId, bH as ListPrefix, dr as MediaType, ds as MediaTypePID, ca as MemberId, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, O as NEXERA_APTOS_CHAINS, H as NEXERA_BITCOIN_CHAINS, a1 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, X as NEXERA_POLKADOT_CHAINS, x as NEXERA_SOLANA_CHAINS, t as NEXERA_STARKNET_CHAINS, v as NEXERA_STARKNET_CHAIN_IDS, u as NEXERA_STARKNET_CHAIN_NAMES, n as NEXERA_TEZOS_CHAINS, q as NEXERA_TEZOS_CHAIN_IDS, o as NEXERA_TEZOS_CHAIN_NAMES, p as NEXERA_TEZOS_CHAIN_NAMES_LIST, dS as NUMERIC_OPERATORS, fk as NexeraCredentialType, e as NexeraEvmChains, e6 as NonParsedQueryConfiguration, N as NonTestnetBlockchainId, dT as NumericOperator, fc as OLD_AMLScreeningsResultsCredentialSubjectSchema, f8 as OLD_IDImageCredentialSubjectSchema, f9 as OLD_IDInformationCredentialSubjectSchema, fa as OLD_ProofOfResidenceCredentialSubjectSchema, fb as OLD_SelfieImageCredentialSubjectSchema, dK as OPERATORS, cn as OcvSdkInitialized, ch as OffChainScenarioExecutionData, eC as OffChainZKP, cF as OffChainZKPRuleResult, ci as OnChainScenarioExecutionData, dL as Operator, ei as OperatorMappings, ej as OperatorToChallengeQueryOperator, eV as OrganizationId, aU as OtpCode, aL as P2Signature, eR as PERSONAL_INFORMATION_FIELDS, _ as POLKADOT_CHAIN_IDS, Y as POLKADOT_CHAIN_NAMES, Z as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aV as PUBLIC_SERVICES_SCHEMA_MAP, e3 as PartialQueryConfigSimplified, eS as PersonalInformationFieldsIdentityDocuments, af as PolkadotAddress, a0 as PolkadotChainId, aH as PolkadotSignature, cm as PolygonIdInitialized, cZ as PolygonIdRequest, cY as PolygonIdRequestData, c$ as PolygonIdResponse, c_ as PolygonIdResponseData, s as PolygonNetworkNames, a8 as PrivateKey, dA as ProofData, fg as ProofOfResidenceCredentialSubjectSchema, a9 as PublicKey, dF as QrCodeLinkWithSchemaType, e0 as QueryConfig, e2 as QueryConfigSimplified, e4 as QueryConfigSimplifiedParsed, e5 as QueryConfiguration, ee as QueryCredentialType, ed as QueryCredentialTypes, c8 as QueryId, bI as QueryPrefix, e1 as QueryType, dp as RequiredDataRowSchema, dq as RequiredVerificationData, b3 as RiskScoreType, b2 as RiskScoreTypes, cH as RuleEngineResponse, cg as RuleEngineScenarioExecutionData, cK as RuleResultStatus, cL as RuleResultStatusLabels, cJ as RuleResultStatuses, eF as SCENARIO_AUTHORIZATION_STATUSES, D as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, dQ as STRING_OPERATORS, ax as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, dY as SUPPORTED_TYPES, cQ as Scenario, cb as ScenarioAuthorizationData, eG as ScenarioAuthorizationStatus, cj as ScenarioExecutionData, ck as ScenarioExecutionNotification, cI as ScenarioExecutionResponse, c6 as ScenarioId, bG as ScenarioPrefix, cD as ScenarioType, cC as ScenarioTypes, cM as SdkVerificationOutput, cc as SdkVerificationResponseSchema, ff as SelfieImageCredentialSubjectSchema, ct as SendTransactionRequest, cr as SignatureRequest, cz as SignatureResponse, cV as SimplifiedCredential, G as SolanaChainId, aK as SpSignature, ae as StarknetAddress, S as StarknetChainId, aG as StarknetSignature, co as StartCompletedNotification, d0 as StartFlowRequest, bL as StorageId, bk as StoragePrefix, at as String0x, dR as StringOperator, ay as SupportedBlockchainNamespaceForSignatureAuth, dZ as SupportedType, d_ as SupportedTypes, bT as TagId, bs as TagPrefix, bV as TagsToTransactionReviewsId, bt as TagsToTransactionReviewsPrefix, cS as TemplateScenario, bR as TestId, bq as TestPrefix, aj as TezosAddress, T as TezosChainId, ai as TezosContractAddress, aQ as TezosEntrypointName, ah as TezosImplicitAddress, aM as TezosSignature, ep as TezosTxAuthInput, er as TezosTxSignatureResponse, bW as TransactionAddressesId, bu as TransactionAddressesPrefix, c5 as TransactionAmountId, bF as TransactionAmountPrefix, cs as TransactionData, c0 as TransactionExtractedInfosId, bA as TransactionExtractedInfosPrefix, bY as TransactionFeesId, bw as TransactionFeesPrefix, bX as TransactionId, b$ as TransactionInfosId, bz as TransactionInfosPrefix, c2 as TransactionMethodExtractedInfosId, bC as TransactionMethodExtractedInfosPrefix, c1 as TransactionMethodsId, bB as TransactionMethodsPrefix, b_ as TransactionPartiesId, by as TransactionPartiesPrefix, bv as TransactionPrefix, cA as TransactionResponse, bZ as TransactionReviewId, bx as TransactionReviewPrefix, de as TxAuthDataSignatureGatingRequest, di as TxAuthDataSignatureResponse, el as TxAuthInput, ab as TxHash, en as TxSignatureResponse, e9 as UpdateQueryConfigurationInput, ea as UpdateQueryConfigurationResponse, aT as UuidString, fn as VerifiableCredential, eM as VerificationMode, eL as VerificationModes, cP as VerificationOutput, cO as VerificationSessionStatus, cN as VerificationSessionStatuses, eI as VerifyWalletChallengeRequest, bO as WalletId, bn as WalletPrefix, dd as WalletSignResponse, eH as WalletSignatureResponse, f3 as Web2CreateSessionParams, eX as WorkflowId, eW as WorkspaceId, dM as ZKPOperator, eA as ZKPRequest, eB as ZKPRequestFromZKVerifier, dv as ZeroKnowledgeProofRequest, dB as ZeroKnowledgeProofResponse, a$ as countryISO2toISO3Mapping, a_ as countryISO3toISO2Mapping, bK as createBrandedSchemaId, c9 as generateId, fl as getCredentialName, a7 as isValidAddress, b0 as isoCountriesNameFromISO2, dN as operatorDisplayMap, b1 as parseISO3CountryCode, dG as parseIden3Message, dH as parseSessionIdFromUrl, ac as shortBlockchainAddress } from './identity-api.schema-1a005459.esm.js';
3
+ export { c as CryptoCode, b as CryptoCodes, a as CurrencyCode, C as CurrencyCodes, D as DEFAULT_FIAT_CURRENCY, u as PaymentType, P as PaymentTypes, z as TRANSACTIONS_STATS_CURRENCIES, T as TRANSACTION_CHARTS, e as TRANSACTION_TABLE_COLUMNS, y as TransactionAmountsFieldName, x as TransactionAmountsFieldNames, r as TransactionCurrencyCode, q as TransactionCurrencyCodes, p as TransactionDirection, o as TransactionDirections, w as TransactionPartiesType, v as TransactionPartiesTypes, t as TransactionProvider, s as TransactionProviders, n as TransactionReviewStatus, m as TransactionReviewStatuses, l as TransactionRiskLevel, k as TransactionRiskLevels, A as TransactionStatsCurrency, f as TransactionTableColumn, h as TransactionType, j as TransactionTypeWithAll, g as TransactionTypes, i as TransactionTypesWithAll, d as TransactionsChartType } from './transaction.schema-252bebd5.esm.js';
4
4
  import { z } from 'zod';
5
- export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-753c3a31.esm.js';
5
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-dee00db7.esm.js';
6
6
  import 'nanoid';
7
7
 
8
8
  var decodeUint8Array = function decodeUint8Array(data) {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.18.0-dev",
3
+ "version": "2.20.0-dev",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -1,4 +1,4 @@
1
- import { eX as _toConsumableArray } from './identity-api.schema-f3e2146c.esm.js';
1
+ import { fp as _toConsumableArray } from './identity-api.schema-1a005459.esm.js';
2
2
  import { z } from 'zod';
3
3
 
4
4
  var CurrencyCodes = ["ADP", "AED", "AFA", "AFN", "ALK", "ALL", "AMD", "ANG", "AOA", "AOK", "AON", "AOR", "ARA", "ARP", "ARS", "ARY", "ATS", "AUD", "AWG", "AYM", "AZM", "AZN", "BAD", "BAM", "BBD", "BDT", "BEC", "BEF", "BEL", "BGJ", "BGK", "BGL", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BOP", "BOV", "BRB", "BRC", "BRE", "BRL", "BRN", "BRR", "BSD", "BTN", "BUK", "BWP", "BYB", "BYN", "BYR", "BZD", "CAD", "CDF", "CHC", "CHE", "CHF", "CHW", "CLF", "CLP", "CNY", "COP", "COU", "CRC", "CSD", "CSJ", "CSK", "CUC", "CUP", "CVE", "CYP", "CZK", "DDM", "DEM", "DJF", "DKK", "DOP", "DZD", "ECS", "ECV", "EEK", "EGP", "ERN", "ESA", "ESB", "ESP", "ETB", "EUR", "FIM", "FJD", "FKP", "FRF", "GBP", "GEK", "GEL", "GHC", "GHP", "GHS", "GIP", "GMD", "GNE", "GNF", "GNS", "GQE", "GRD", "GTQ", "GWE", "GWP", "GYD", "HKD", "HNL", "HRD", "HRK", "HTG", "HUF", "IDR", "IEP", "ILP", "ILR", "ILS", "INR", "IQD", "IRR", "ISJ", "ISK", "ITL", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAJ", "LAK", "LBP", "LKR", "LRD", "LSL", "LSM", "LTL", "LTT", "LUC", "LUF", "LUL", "LVL", "LVR", "LYD", "MAD", "MDL", "MGA", "MGF", "MKD", "MLF", "MMK", "MNT", "MOP", "MRO", "MRU", "MTL", "MTP", "MUR", "MVQ", "MVR", "MWK", "MXN", "MXP", "MXV", "MYR", "MZE", "MZM", "MZN", "NAD", "NGN", "NIC", "NIO", "NLG", "NOK", "NPR", "NZD", "OMR", "PAB", "PEH", "PEI", "PEN", "PES", "PGK", "PHP", "PKR", "PLN", "PLZ", "PTE", "PYG", "QAR", "RHD", "ROK", "ROL", "RON", "RSD", "RUB", "RUR", "RWF", "SAR", "SBD", "SCR", "SDD", "SDG", "SDP", "SEK", "SGD", "SHP", "SIT", "SKK", "SLL", "SOS", "SRD", "SRG", "SSP", "STD", "STN", "SUR", "SVC", "SYP", "SZL", "THB", "TJR", "TJS", "TMM", "TMT", "TND", "TOP", "TPE", "TRL", "TRY", "TTD", "TWD", "TZS", "UAH", "UAK", "UGS", "UGW", "UGX", "USD", "USN", "USS", "UYI", "UYN", "UYP", "UYU", "UYW", "UZS", "VEB", "VEF", "VES", "VNC", "VND", "VUV", "WST", "XAF", "XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "XCD", "XDR", "XEU", "XFO", "XFU", "XOF", "XPD", "XPF", "XPT", "XRE", "XSU", "XTS", "XUA", "XXX", "YDD", "YER", "YUD", "YUM", "YUN", "ZAL", "ZAR", "ZMK", "ZMW", "ZRN", "ZRZ", "ZWC", "ZWD", "ZWL", "ZWN", "ZWR"];