@nexeraid/identity-schemas 2.205.0-dev → 2.206.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 (43) hide show
  1. package/dist/declarations/src/blockchain/chains/all.schema.d.ts +3 -3
  2. package/dist/declarations/src/blockchain/chains/all.schema.d.ts.map +1 -1
  3. package/dist/declarations/src/blockchain/chains/evm.schema.d.ts +7 -5
  4. package/dist/declarations/src/blockchain/chains/evm.schema.d.ts.map +1 -1
  5. package/dist/declarations/src/identity/host-requests.schema.d.ts +10 -10
  6. package/dist/declarations/src/identity/identity-v2.schema.d.ts +24 -24
  7. package/dist/declarations/src/identity/kyc.schema.d.ts +5 -5
  8. package/dist/declarations/src/identity/txAuthData.schema.d.ts +15 -15
  9. package/dist/{identity-api.schema-f8000afc.cjs.dev.cjs → identity-api.schema-18bfb704.cjs.dev.cjs} +1 -1
  10. package/dist/{identity-api.schema-140dc3bb.cjs.prod.cjs → identity-api.schema-32fdec1e.cjs.prod.cjs} +1 -1
  11. package/dist/{identity-api.schema-97c4a8e1.esm.mjs → identity-api.schema-61d66842.esm.mjs} +1 -1
  12. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +5 -5
  13. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +5 -5
  14. package/dist/nexeraid-identity-schemas.esm.mjs +7 -7
  15. package/dist/{notabene.schema-2fddf172.cjs.dev.cjs → notabene.schema-26426877.cjs.dev.cjs} +2 -2
  16. package/dist/{notabene.schema-224773d9.esm.mjs → notabene.schema-a647bdb5.esm.mjs} +2 -2
  17. package/dist/{notabene.schema-667affb3.cjs.prod.cjs → notabene.schema-affe35ef.cjs.prod.cjs} +2 -2
  18. package/dist/package.json +1 -1
  19. package/dist/{tfhe-utilities-a1894e23.cjs.dev.cjs → tfhe-utilities-32cc8d6b.cjs.dev.cjs} +2 -2
  20. package/dist/{tfhe-utilities-cd8a6d2d.cjs.prod.cjs → tfhe-utilities-5522d893.cjs.prod.cjs} +2 -2
  21. package/dist/{tfhe-utilities-86854ea0.esm.mjs → tfhe-utilities-a0a07ac0.esm.mjs} +2 -2
  22. package/dist/{toArray-b9b159c5.cjs.dev.cjs → toArray-232561bc.cjs.dev.cjs} +1 -1
  23. package/dist/{toArray-ca25b89e.cjs.prod.cjs → toArray-8ad591c4.cjs.prod.cjs} +1 -1
  24. package/dist/{toArray-4a50f8ab.esm.mjs → toArray-b6f9a0ae.esm.mjs} +1 -1
  25. package/dist/{vault.schema-d9c69eab.esm.mjs → vault.schema-9742b8d3.esm.mjs} +7 -5
  26. package/dist/{vault.schema-b0373ae1.cjs.prod.cjs → vault.schema-c2e0fceb.cjs.dev.cjs} +7 -5
  27. package/dist/{vault.schema-fba01def.cjs.dev.cjs → vault.schema-c4adc8e1.cjs.prod.cjs} +7 -5
  28. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
  29. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
  30. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  31. package/package.json +1 -1
  32. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
  33. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
  34. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  35. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +2 -2
  36. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +2 -2
  37. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
  38. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  39. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  40. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  41. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +4 -4
  42. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +4 -4
  43. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -4
@@ -1,7 +1,7 @@
1
1
  import { z } from "zod";
2
2
  export declare const TxAuthInput: z.ZodObject<{
3
3
  workflowId: z.ZodOptional<z.ZodString>;
4
- chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET]>;
4
+ chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_TESTNET]>;
5
5
  contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
6
6
  contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
7
7
  functionName: z.ZodString;
@@ -13,7 +13,7 @@ export declare const TxAuthInput: z.ZodObject<{
13
13
  contractAddress: `0x${string}`;
14
14
  functionName: string;
15
15
  userAddress: `0x${string}`;
16
- chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET;
16
+ chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_TESTNET;
17
17
  contractAbi: Record<string, unknown>[];
18
18
  args: unknown[];
19
19
  workflowId?: string | undefined;
@@ -23,7 +23,7 @@ export declare const TxAuthInput: z.ZodObject<{
23
23
  contractAddress: string;
24
24
  functionName: string;
25
25
  userAddress: string;
26
- chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET;
26
+ chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_TESTNET;
27
27
  contractAbi: Record<string, unknown>[];
28
28
  args: unknown[];
29
29
  workflowId?: string | undefined;
@@ -33,7 +33,7 @@ export declare const TxAuthInput: z.ZodObject<{
33
33
  export type TxAuthInput = z.infer<typeof TxAuthInput>;
34
34
  export declare const ApiTxAuthInput: z.ZodObject<{
35
35
  workflowId: z.ZodOptional<z.ZodString>;
36
- chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET]>;
36
+ chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_TESTNET]>;
37
37
  contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
38
38
  contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
39
39
  functionName: z.ZodString;
@@ -45,7 +45,7 @@ export declare const ApiTxAuthInput: z.ZodObject<{
45
45
  }, "strip", z.ZodTypeAny, {
46
46
  contractAddress: `0x${string}`;
47
47
  functionName: string;
48
- chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET;
48
+ chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_TESTNET;
49
49
  contractAbi: Record<string, unknown>[];
50
50
  args: unknown[];
51
51
  workflowId?: string | undefined;
@@ -55,7 +55,7 @@ export declare const ApiTxAuthInput: z.ZodObject<{
55
55
  }, {
56
56
  contractAddress: string;
57
57
  functionName: string;
58
- chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET;
58
+ chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_TESTNET;
59
59
  contractAbi: Record<string, unknown>[];
60
60
  args: unknown[];
61
61
  workflowId?: string | undefined;
@@ -224,7 +224,7 @@ export declare const GetTezosTxAuthDataSignatureResponse: z.ZodUnion<[z.ZodObjec
224
224
  export type GetTezosTxAuthDataSignatureResponse = z.infer<typeof GetTezosTxAuthDataSignatureResponse>;
225
225
  export declare const ExtendedTxAuthInput: z.ZodIntersection<z.ZodObject<{
226
226
  workflowId: z.ZodOptional<z.ZodString>;
227
- chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET]>;
227
+ chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_TESTNET]>;
228
228
  contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
229
229
  contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
230
230
  functionName: z.ZodString;
@@ -236,7 +236,7 @@ export declare const ExtendedTxAuthInput: z.ZodIntersection<z.ZodObject<{
236
236
  contractAddress: `0x${string}`;
237
237
  functionName: string;
238
238
  userAddress: `0x${string}`;
239
- chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET;
239
+ chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_TESTNET;
240
240
  contractAbi: Record<string, unknown>[];
241
241
  args: unknown[];
242
242
  workflowId?: string | undefined;
@@ -246,7 +246,7 @@ export declare const ExtendedTxAuthInput: z.ZodIntersection<z.ZodObject<{
246
246
  contractAddress: string;
247
247
  functionName: string;
248
248
  userAddress: string;
249
- chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET;
249
+ chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_TESTNET;
250
250
  contractAbi: Record<string, unknown>[];
251
251
  args: unknown[];
252
252
  workflowId?: string | undefined;
@@ -435,7 +435,7 @@ export declare const AnyTxAuthDataSignatureResponse: z.ZodUnion<[z.ZodIntersecti
435
435
  export type AnyTxAuthDataSignatureResponse = z.infer<typeof AnyTxAuthDataSignatureResponse>;
436
436
  export declare const Eip155TxAuthInputJsSdk: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
437
437
  workflowId: z.ZodOptional<z.ZodString>;
438
- chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET]>;
438
+ chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_TESTNET]>;
439
439
  contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
440
440
  contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
441
441
  functionName: z.ZodString;
@@ -447,7 +447,7 @@ export declare const Eip155TxAuthInputJsSdk: z.ZodIntersection<z.ZodIntersection
447
447
  contractAddress: `0x${string}`;
448
448
  functionName: string;
449
449
  userAddress: `0x${string}`;
450
- chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET;
450
+ chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_TESTNET;
451
451
  contractAbi: Record<string, unknown>[];
452
452
  args: unknown[];
453
453
  workflowId?: string | undefined;
@@ -457,7 +457,7 @@ export declare const Eip155TxAuthInputJsSdk: z.ZodIntersection<z.ZodIntersection
457
457
  contractAddress: string;
458
458
  functionName: string;
459
459
  userAddress: string;
460
- chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET;
460
+ chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_TESTNET;
461
461
  contractAbi: Record<string, unknown>[];
462
462
  args: unknown[];
463
463
  workflowId?: string | undefined;
@@ -526,7 +526,7 @@ export declare const TezosTxAuthInputJsSdk: z.ZodIntersection<z.ZodIntersection<
526
526
  export type TezosTxAuthInputJsSdk = z.infer<typeof TezosTxAuthInputJsSdk>;
527
527
  export declare const AnyTxAuthInputJsSdk: z.ZodUnion<[z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
528
528
  workflowId: z.ZodOptional<z.ZodString>;
529
- chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET]>;
529
+ chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_TESTNET]>;
530
530
  contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
531
531
  contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
532
532
  functionName: z.ZodString;
@@ -538,7 +538,7 @@ export declare const AnyTxAuthInputJsSdk: z.ZodUnion<[z.ZodIntersection<z.ZodInt
538
538
  contractAddress: `0x${string}`;
539
539
  functionName: string;
540
540
  userAddress: `0x${string}`;
541
- chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET;
541
+ chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_TESTNET;
542
542
  contractAbi: Record<string, unknown>[];
543
543
  args: unknown[];
544
544
  workflowId?: string | undefined;
@@ -548,7 +548,7 @@ export declare const AnyTxAuthInputJsSdk: z.ZodUnion<[z.ZodIntersection<z.ZodInt
548
548
  contractAddress: string;
549
549
  functionName: string;
550
550
  userAddress: string;
551
- chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET;
551
+ chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.XDC_TESTNET;
552
552
  contractAbi: Record<string, unknown>[];
553
553
  args: unknown[];
554
554
  workflowId?: string | undefined;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var z = require('zod');
4
- var vault_schema = require('./vault.schema-fba01def.cjs.dev.cjs');
4
+ var vault_schema = require('./vault.schema-c2e0fceb.cjs.dev.cjs');
5
5
  require('crypto');
6
6
 
7
7
  var CredentialSchemas = {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var z = require('zod');
4
- var vault_schema = require('./vault.schema-b0373ae1.cjs.prod.cjs');
4
+ var vault_schema = require('./vault.schema-c4adc8e1.cjs.prod.cjs');
5
5
  require('crypto');
6
6
 
7
7
  var CredentialSchemas = {
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { e1 as IDImageCredentialSubjectSchema, e3 as ProofOfResidenceCredentialSubjectSchema, e2 as SelfieImageCredentialSubjectSchema, e0 as IDInformationCredentialSubjectSchema, d$ as IDInformationTfheCredentialSubjectSchema, d_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, dS as ID3CredentialSubjectSchema, dT as IDScanCredentialSubjectSchema, dV as IDScanSelfieCredentialSubjectSchema, dU as IDScanPassportCredentialSubjectSchema, _ as _defineProperty, fK as VaultMetadataLinkZodSchema, d8 as QueryId, cM as DatasetColumnId, d9 as QueryGroupId, aX as UuidString, au as BlockchainAddress, d7 as ScenarioId, dI as WorkspaceId, aw as String0x, aR as BlockchainSignature, ad as TxHash, dK as WorkflowId, h as EvmChainId, ac as EvmAddress, aH as EIP155Signature, T as TezosChainId, ak as TezosContractAddress, aT as TezosEntrypointName, aj as TezosImplicitAddress, aM as EdSignature, az as BlockchainNamespace, e4 as GenericVerifiableCredentialSchema, aB as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, dM as ExternalCustomerId, dG as AdditionalCustomerInformationParams, cB as IdentitySessionId, bp as CustomerStatus, ab as PublicKey } from './vault.schema-d9c69eab.esm.mjs';
2
+ import { e1 as IDImageCredentialSubjectSchema, e3 as ProofOfResidenceCredentialSubjectSchema, e2 as SelfieImageCredentialSubjectSchema, e0 as IDInformationCredentialSubjectSchema, d$ as IDInformationTfheCredentialSubjectSchema, d_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, dS as ID3CredentialSubjectSchema, dT as IDScanCredentialSubjectSchema, dV as IDScanSelfieCredentialSubjectSchema, dU as IDScanPassportCredentialSubjectSchema, _ as _defineProperty, fK as VaultMetadataLinkZodSchema, d8 as QueryId, cM as DatasetColumnId, d9 as QueryGroupId, aX as UuidString, au as BlockchainAddress, d7 as ScenarioId, dI as WorkspaceId, aw as String0x, aR as BlockchainSignature, ad as TxHash, dK as WorkflowId, h as EvmChainId, ac as EvmAddress, aH as EIP155Signature, T as TezosChainId, ak as TezosContractAddress, aT as TezosEntrypointName, aj as TezosImplicitAddress, aM as EdSignature, az as BlockchainNamespace, e4 as GenericVerifiableCredentialSchema, aB as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, dM as ExternalCustomerId, dG as AdditionalCustomerInformationParams, cB as IdentitySessionId, bp as CustomerStatus, ab as PublicKey } from './vault.schema-9742b8d3.esm.mjs';
3
3
  import 'crypto';
4
4
 
5
5
  var CredentialSchemas = {
@@ -2,16 +2,16 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('./vault.schema-fba01def.cjs.dev.cjs');
5
+ var vault_schema = require('./vault.schema-c2e0fceb.cjs.dev.cjs');
6
6
  var z = require('zod');
7
- var identityApi_schema = require('./identity-api.schema-f8000afc.cjs.dev.cjs');
8
- var tfheUtilities = require('./tfhe-utilities-a1894e23.cjs.dev.cjs');
7
+ var identityApi_schema = require('./identity-api.schema-18bfb704.cjs.dev.cjs');
8
+ var tfheUtilities = require('./tfhe-utilities-32cc8d6b.cjs.dev.cjs');
9
9
  var vault_dist_nexeraidIdentitySchemasVault = require('../vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs');
10
- var notabene_schema = require('./notabene.schema-2fddf172.cjs.dev.cjs');
10
+ var notabene_schema = require('./notabene.schema-26426877.cjs.dev.cjs');
11
11
  require('nanoid');
12
12
  require('decimal.js');
13
13
  require('crypto');
14
- require('./toArray-b9b159c5.cjs.dev.cjs');
14
+ require('./toArray-232561bc.cjs.dev.cjs');
15
15
 
16
16
  var decodeUint8Array = function decodeUint8Array(data) {
17
17
  var salt = data;
@@ -2,16 +2,16 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('./vault.schema-b0373ae1.cjs.prod.cjs');
5
+ var vault_schema = require('./vault.schema-c4adc8e1.cjs.prod.cjs');
6
6
  var z = require('zod');
7
- var identityApi_schema = require('./identity-api.schema-140dc3bb.cjs.prod.cjs');
8
- var tfheUtilities = require('./tfhe-utilities-cd8a6d2d.cjs.prod.cjs');
7
+ var identityApi_schema = require('./identity-api.schema-32fdec1e.cjs.prod.cjs');
8
+ var tfheUtilities = require('./tfhe-utilities-5522d893.cjs.prod.cjs');
9
9
  var vault_dist_nexeraidIdentitySchemasVault = require('../vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs');
10
- var notabene_schema = require('./notabene.schema-667affb3.cjs.prod.cjs');
10
+ var notabene_schema = require('./notabene.schema-affe35ef.cjs.prod.cjs');
11
11
  require('nanoid');
12
12
  require('decimal.js');
13
13
  require('crypto');
14
- require('./toArray-ca25b89e.cjs.prod.cjs');
14
+ require('./toArray-8ad591c4.cjs.prod.cjs');
15
15
 
16
16
  var decodeUint8Array = function decodeUint8Array(data) {
17
17
  var salt = data;
@@ -1,15 +1,15 @@
1
- import { _ as _defineProperty } from './vault.schema-d9c69eab.esm.mjs';
2
- export { W as ACTIVE_APTOS_CHAIN_IDS, M as ACTIVE_BITCOIN_CHAIN_IDS, a7 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, a1 as ACTIVE_POLKADOT_CHAIN_IDS, G as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, b4 as ALPHA_2_COUNTRIES, V as APTOS_CHAIN_IDS, R as APTOS_CHAIN_NAMES, U as APTOS_CHAIN_NAMES_LIST, aU as AbiItem, dl as AccountId_NEW, bO as AccountPrefix_NEW, cK as ActionId, ci as ActionPrefix, dG as AdditionalCustomerInformationParams, cq as AiAgentPrefix, cp as AiDocumentPrefix, cn as AiExecutionPrefix, co as AiExecutionStepPrefix, cv as AiMessagePrefix, cr as AiStepPrefix, b5 as Alpha2Country, fy as AmlResults, dn as ApiKeyId_NEW, bQ as ApiKeyPrefix_NEW, cE as AppId, bC as AppPrefix, af as AptosAddress, X as AptosChainId, aI as AptosSignature, eV as AuditAction, L as BITCOIN_CHAIN_IDS, J as BITCOIN_CHAIN_NAMES, K as BITCOIN_CHAIN_NAMES_LIST, ay as BLOCKCHAIN_NAMESPACES, aG as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aF as BLOCKCHAIN_NAMESPACE_TO_NAME, aE as BLOCKCHAIN_NAME_TO_NAMESPACE, bq as BasicCustomerContactInformation, at as BitcoinAddress, ap as BitcoinBech32Address, O as BitcoinChainId, an as BitcoinP2PKHAddress, ao as BitcoinP2SHAddress, as as BitcoinTestnetBech32Address, aq as BitcoinTestnetP2PKHAddress, ar as BitcoinTestnetP2SHAddress, au as BlockchainAddress, B as BlockchainId, az as BlockchainNamespace, aR as BlockchainSignature, a6 as CARDANO_CHAIN_IDS, a4 as CARDANO_CHAIN_NAMES, a5 as CARDANO_CHAIN_NAMES_LIST, k as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, br as CUSTOMERS_CHARTS, bv as CUSTOMER_AUTOMATION_REASONS, bt as CUSTOMER_TABLE_COLUMNS, am as CardanoAddress, a8 as CardanoChainId, aQ as CardanoSignature, cF as ChallengeId, bD as ChallengePrefix, dt as ChatId, df as ChatItemId, cu as ChatItemPrefix, cs as ChatPrefix, d6 as ComplyAdvantageSearchUpdateId, ck as ComplyAdvantageSearchUpdatePrefix, ai as CosmosAddress, m as CosmosChainId, aL as CosmosSignature, b8 as CountryName, eZ as CreateBulkTransactionFeesParams, fe as CreateInsitutionExtractedInfosOutput, f1 as CreateInsitutionOutput, fc as CreateTransactionExtractedInfosOutput, eY as CreateTransactionFeesParams, e$ as CreateTransactionInfosOutput, fd as CreateTransactionMethodExtractedInfoOutput, f0 as CreateTransactionMethodOutput, fb as CreateTransactionOutput, f2 as CreateTransactionPartiesOutput, f3 as CreateTransactionReviewOutput, b2 as CryptoCode, b1 as CryptoCodes, b0 as CurrencyCode, a$ as CurrencyCodes, dL as CustomerId, bn as CustomerOnboardingLevel, bm as CustomerOnboardingLevels, bw as CustomerPersonalInformation, cH as CustomerScreeningId, bp as CustomerStatus, bo as CustomerStatuses, bu as CustomerTableColumn, bh as CustomerType, bg as CustomerTypes, bs as CustomersChartType, eR as DEFAULT_FIAT_CURRENCY, aC as DISPLAYED_BLOCKCHAIN_NAMESPACES, av as DashboardAddress, D as DashboardChainId, a as DashboardChainIdList, fD as DataLinkTypeZodSchema, fB as DataLinkVersionZodSchema, cM as DatasetColumnId, cO as DatasetColumnOptionId, bW as DatasetColumnOptionPrefix, bU as DatasetColumnPrefix, cN as DatasetColumnTypeId, bV as DatasetColumnTypePrefix, cS as DatasetFolderId, b_ as DatasetFolderPrefix, cL as DatasetId, bT as DatasetPrefix, cP as DatasetRowId, bX as DatasetRowPrefix, cQ as DatasetRowValueId, bY as DatasetRowValuePrefix, cR as DatasetViewId, bZ as DatasetViewPrefix, fz as DetectedDuplicates, aD as DisplayedBlockchainNamespace, aH as EIP155Signature, aV as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aM as EdSignature, cC as EmailId, bA as EmailPrefix, aW as EnvironmentSchema, da as EvaluationMethodId, ch as EvaluationMethodPrefix, ac as EvmAddress, h as EvmChainId, dM as ExternalCustomerId, dv as FLOW_TYPES, dw as FlowType, aS as FunctionCallData, fO as GenericVaultDataLinkZodSchema, fN as GenericVaultEmbeddedLinkZodSchema, fL as GenericVaultPointerLinkZodSchema, fM as GenericVaultSearchLinkZodSchema, e4 as GenericVerifiableCredentialSchema, fq as GetAverageHistoricalAmountOutput, fp as GetAverageHistoricalAmountParams, fs as GetMedianHistoricalAmountOutput, fr as GetMedianHistoricalAmountParams, fl as GetOneTransactionOutput, eW as GetTransactionAuditsParams, fa as GetTransactionByExternalIdParams, e_ as GetTransactionFeesOutput, ft as GetTransactionHistoricalAveragesParams, f9 as GetTransactionParams, fv as GetTransactionReviewOutput, fu as GetTransactionReviewParams, fx as GetTransactionReviewsOutput, fw as GetTransactionReviewsParams, fg as GetTransactionStatsOutput, ff as GetTransactionStatsParams, fi as GetTransactionsCountOutput, fh as GetTransactionsCountParams, f8 as GetTransactionsForAlertOutput, f7 as GetTransactionsForAlertParams, fn as GetTransactionsOutput, fm as GetTransactionsOutputData, fk as GetTransactionsParams, ax as HexadecimalSchema, eC as HumanReadableTransactionReviewStatus, eB as HumanReadableTransactionReviewStatuses, eE as HumanReadableTransactionStatusMapping, ea as ID3CredentialSchema, dS as ID3CredentialSubjectSchema, dz as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dB as IDENTITY_DOCUMENT_OPTIONS, e7 as IDImageCredentialSchema, e1 as IDImageCredentialSubjectSchema, e6 as IDInformationCredentialSchema, e0 as IDInformationCredentialSubjectSchema, e5 as IDInformationTfheCredentialSchema, d$ as IDInformationTfheCredentialSubjectSchema, eb as IDScanCredentialSchema, dT as IDScanCredentialSubjectSchema, ec as IDScanPassportCredentialSchema, dU as IDScanPassportCredentialSubjectSchema, ed as IDScanSelfieCredentialSchema, dV as IDScanSelfieCredentialSubjectSchema, b3 as ISO3CountryCode, dF as Identifier, dO as IdentityAppV2Web2JWT, dN as IdentityAppV2Web3JWT, dA as IdentityDocumentCountryListOption, dC as IdentityDocumentOptionsType, cA as IdentityId, by as IdentityPrefix, cB as IdentitySessionId, bz as IdentitySessionPrefix, dP as IdentityWidgetAccessToken_NEW, dQ as IdentityWidgetSessionToken, bF as IndividualScreeningPrefix, d4 as InstitutionExtractedInfosId, cc as InstitutionExtractedInfosPrefix, d3 as InstitutionId, cb as InstitutionPrefix, dp as InvitationId_NEW, bR as InvitationPrefix_NEW, a_ as IpAddress, bl as KybOnboardingLevel, bk as KybOnboardingLevels, bj as KycOnboardingLevel, bi as KycOnboardingLevels, dJ as MemberId, ds as MemberIdLegacy, di as MemberId_NEW, bL as MemberPrefix_NEW, du as MessageId, ct as MessagePrefix, cT as MetaAlertId, b$ as MetaAlertPrefix, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, Q as NEXERA_APTOS_CHAINS, I as NEXERA_BITCOIN_CHAINS, a3 as NEXERA_CARDANO_CHAINS, i as NEXERA_COSMOS_CHAINS, b as NEXERA_EVM_CHAINS, e as NEXERA_EVM_CHAINS_ID, c as NEXERA_EVM_CHAIN_NAMES, d as NEXERA_EVM_CHAIN_NAMES_LIST, Y 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, f as NexeraEvmChains, N as NonTestnetBlockchainId, ei as OLD_AMLScreeningsResultsCredentialSchema, d_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, ee as OLD_IDImageCredentialSchema, dW as OLD_IDImageCredentialSubjectSchema, ef as OLD_IDInformationCredentialSchema, dX as OLD_IDInformationCredentialSubjectSchema, eg as OLD_ProofOfResidenceCredentialSchema, dY as OLD_ProofOfResidenceCredentialSubjectSchema, eh as OLD_SelfieImageCredentialSchema, dZ as OLD_SelfieImageCredentialSubjectSchema, dH as OrganizationId, dh as OrganizationId_NEW, bK as OrganizationPrefix_NEW, aY as OtpCode, aO as P2Signature, dD as PERSONAL_INFORMATION_FIELDS, a0 as POLKADOT_CHAIN_IDS, Z as POLKADOT_CHAIN_NAMES, $ as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aZ as PUBLIC_SERVICES_SCHEMA_MAP, dq as PasskeyId_NEW, bS as PasskeyPrefix_NEW, eM as PaymentType, eL as PaymentTypes, dE as PersonalInformationFieldsIdentityDocuments, ah as PolkadotAddress, a2 as PolkadotChainId, aK as PolkadotSignature, s as PolygonNetworkNames, eX as PostValidatedCurrencyCode, aa as PrivateKey, e9 as ProofOfResidenceCredentialSchema, e3 as ProofOfResidenceCredentialSubjectSchema, ab as PublicKey, d9 as QueryGroupId, cg as QueryGroupPrefix, d8 as QueryId, cf as QueryPrefix, bf as RiskScoreType, be as RiskScoreTypes, F as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, aA as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, d7 as ScenarioId, ce as ScenarioPrefix, db as ScorechainAnalysisId, bI as ScorechainAnalysisPrefix, bc as ScorechainCountry, fQ as ScorechainEntityRecord, e8 as SelfieImageCredentialSchema, e2 as SelfieImageCredentialSubjectSchema, dk as SessionId_NEW, bN as SessionPrefix_NEW, cI as SigGatingId, bG as SigGatingPrefix, H as SolanaChainId, aN as SpSignature, de as SsssChunkId, cm as SsssChunkPrefix, dd as SsssShareId, cl as SsssSharePrefix, ag as StarknetAddress, S as StarknetChainId, aJ as StarknetSignature, cz as StorageId, bx as StoragePrefix, aw as String0x, aB as SupportedBlockchainNamespaceForSignatureAuth, eS as TRANSACTIONS_STATS_CURRENCIES, ep as TRANSACTION_CHARTS, er as TRANSACTION_TABLE_COLUMNS, el as Tag, cJ as TagId, bH as TagPrefix, em as TagTitle, cU as TagsToEntityId, c0 as TagsToEntityPrefix, cG as TestId, bE as TestPrefix, al as TezosAddress, T as TezosChainId, ak as TezosContractAddress, aT as TezosEntrypointName, aj as TezosImplicitAddress, aP as TezosSignature, fP as TimeFrameCounters, cX as TransactionActivityId, c3 as TransactionActivityPrefix, cV as TransactionAddressesId, c1 as TransactionAddressesPrefix, d5 as TransactionAmountId, cd as TransactionAmountPrefix, eQ as TransactionAmountsFieldName, eP as TransactionAmountsFieldNames, fo as TransactionAmountsToConvert, eI as TransactionCurrencyCode, eH as TransactionCurrencyCodes, eU as TransactionDataEventObject, eG as TransactionDirection, eF as TransactionDirections, d0 as TransactionExtractedInfosId, c8 as TransactionExtractedInfosPrefix, cY as TransactionFeesId, c4 as TransactionFeesPrefix, cW as TransactionId, c$ as TransactionInfosId, c7 as TransactionInfosPrefix, d2 as TransactionMethodExtractedInfosId, ca as TransactionMethodExtractedInfosPrefix, d1 as TransactionMethodsId, c9 as TransactionMethodsPrefix, c_ as TransactionPartiesId, c6 as TransactionPartiesPrefix, eO as TransactionPartiesType, eN as TransactionPartiesTypes, c2 as TransactionPrefix, eK as TransactionProvider, eJ as TransactionProviders, cZ as TransactionReviewId, c5 as TransactionReviewPrefix, eA as TransactionReviewStatus, ez as TransactionReviewStatuses, ey as TransactionRiskLevel, ex as TransactionRiskLevels, fX as TransactionScreeningData, fZ as TransactionScreeningProvider, fY as TransactionScreeningProviders, eT as TransactionStatsCurrency, eD as TransactionStatusMapping, es as TransactionTableColumn, eu as TransactionType, ew as TransactionTypeWithAll, et as TransactionTypes, ev as TransactionTypesWithAll, eq as TransactionsChartType, ad as TxHash, ek as TypeTag, ej as TypeTags, f6 as UpdateTransactionReviewOutput, f4 as UpdateTransactionReviewParams, f5 as UpdateTransactionsReviewParams, dg as UserId_NEW, bJ as UserPrefix_NEW, aX as UuidString, fE as VaultJsonSchemas, fK as VaultMetadataLinkZodSchema, fI as VaultPointerKeyMapZodSchema, fJ as VaultQueryMapZodSchema, fG as VaultSchemaIdZodSchema, fH as VaultSchemaPathsZodSchema, fF as VaultZodSchema, dm as VerificationId_NEW, dy as VerificationMode, dx as VerificationModes, bP as VerificationPrefix_NEW, eo as WORKFLOW_TYPE_TO_TAG_TYPE, cD as WalletId, bB as WalletPrefix, fR as WalletScreeningData, fT as WalletScreeningProvider, fU as WalletScreeningProviderName, fS as WalletScreeningProviders, dR as Web2CreateSessionParams, fV as Web3ArgsType, fW as Web3TransactionData, dK as WorkflowId, dc as WorkflowSessionAttributeId, cj as WorkflowSessionAttributePrefix, cw as WorkflowSessionId, dI as WorkspaceId, dj as WorkspaceId_NEW, bM as WorkspacePrefix_NEW, fC as allDataLinkTypes, fA as allDataLinkVersions, b7 as countryISO2toISO3Mapping, b6 as countryISO3toISO2Mapping, cx as createBrandedSchemaId, cy as createBrandedSchemaIdWithParams, dr as generateId, en as getTagTypeFromEntityType, fj as initializeStatistics, a9 as isValidAddress, b9 as isoCountriesNameFromISO2, ba as isoCountriesNameFromISO3, bb as parseISO3CountryCode, bd as scorechainCountriesNameFromISO2, ae as shortBlockchainAddress } from './vault.schema-d9c69eab.esm.mjs';
1
+ import { _ as _defineProperty } from './vault.schema-9742b8d3.esm.mjs';
2
+ export { W as ACTIVE_APTOS_CHAIN_IDS, M as ACTIVE_BITCOIN_CHAIN_IDS, a7 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, a1 as ACTIVE_POLKADOT_CHAIN_IDS, G as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, b4 as ALPHA_2_COUNTRIES, V as APTOS_CHAIN_IDS, R as APTOS_CHAIN_NAMES, U as APTOS_CHAIN_NAMES_LIST, aU as AbiItem, dl as AccountId_NEW, bO as AccountPrefix_NEW, cK as ActionId, ci as ActionPrefix, dG as AdditionalCustomerInformationParams, cq as AiAgentPrefix, cp as AiDocumentPrefix, cn as AiExecutionPrefix, co as AiExecutionStepPrefix, cv as AiMessagePrefix, cr as AiStepPrefix, b5 as Alpha2Country, fy as AmlResults, dn as ApiKeyId_NEW, bQ as ApiKeyPrefix_NEW, cE as AppId, bC as AppPrefix, af as AptosAddress, X as AptosChainId, aI as AptosSignature, eV as AuditAction, L as BITCOIN_CHAIN_IDS, J as BITCOIN_CHAIN_NAMES, K as BITCOIN_CHAIN_NAMES_LIST, ay as BLOCKCHAIN_NAMESPACES, aG as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aF as BLOCKCHAIN_NAMESPACE_TO_NAME, aE as BLOCKCHAIN_NAME_TO_NAMESPACE, bq as BasicCustomerContactInformation, at as BitcoinAddress, ap as BitcoinBech32Address, O as BitcoinChainId, an as BitcoinP2PKHAddress, ao as BitcoinP2SHAddress, as as BitcoinTestnetBech32Address, aq as BitcoinTestnetP2PKHAddress, ar as BitcoinTestnetP2SHAddress, au as BlockchainAddress, B as BlockchainId, az as BlockchainNamespace, aR as BlockchainSignature, a6 as CARDANO_CHAIN_IDS, a4 as CARDANO_CHAIN_NAMES, a5 as CARDANO_CHAIN_NAMES_LIST, k as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, br as CUSTOMERS_CHARTS, bv as CUSTOMER_AUTOMATION_REASONS, bt as CUSTOMER_TABLE_COLUMNS, am as CardanoAddress, a8 as CardanoChainId, aQ as CardanoSignature, cF as ChallengeId, bD as ChallengePrefix, dt as ChatId, df as ChatItemId, cu as ChatItemPrefix, cs as ChatPrefix, d6 as ComplyAdvantageSearchUpdateId, ck as ComplyAdvantageSearchUpdatePrefix, ai as CosmosAddress, m as CosmosChainId, aL as CosmosSignature, b8 as CountryName, eZ as CreateBulkTransactionFeesParams, fe as CreateInsitutionExtractedInfosOutput, f1 as CreateInsitutionOutput, fc as CreateTransactionExtractedInfosOutput, eY as CreateTransactionFeesParams, e$ as CreateTransactionInfosOutput, fd as CreateTransactionMethodExtractedInfoOutput, f0 as CreateTransactionMethodOutput, fb as CreateTransactionOutput, f2 as CreateTransactionPartiesOutput, f3 as CreateTransactionReviewOutput, b2 as CryptoCode, b1 as CryptoCodes, b0 as CurrencyCode, a$ as CurrencyCodes, dL as CustomerId, bn as CustomerOnboardingLevel, bm as CustomerOnboardingLevels, bw as CustomerPersonalInformation, cH as CustomerScreeningId, bp as CustomerStatus, bo as CustomerStatuses, bu as CustomerTableColumn, bh as CustomerType, bg as CustomerTypes, bs as CustomersChartType, eR as DEFAULT_FIAT_CURRENCY, aC as DISPLAYED_BLOCKCHAIN_NAMESPACES, av as DashboardAddress, D as DashboardChainId, a as DashboardChainIdList, fD as DataLinkTypeZodSchema, fB as DataLinkVersionZodSchema, cM as DatasetColumnId, cO as DatasetColumnOptionId, bW as DatasetColumnOptionPrefix, bU as DatasetColumnPrefix, cN as DatasetColumnTypeId, bV as DatasetColumnTypePrefix, cS as DatasetFolderId, b_ as DatasetFolderPrefix, cL as DatasetId, bT as DatasetPrefix, cP as DatasetRowId, bX as DatasetRowPrefix, cQ as DatasetRowValueId, bY as DatasetRowValuePrefix, cR as DatasetViewId, bZ as DatasetViewPrefix, fz as DetectedDuplicates, aD as DisplayedBlockchainNamespace, aH as EIP155Signature, aV as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aM as EdSignature, cC as EmailId, bA as EmailPrefix, aW as EnvironmentSchema, da as EvaluationMethodId, ch as EvaluationMethodPrefix, ac as EvmAddress, h as EvmChainId, dM as ExternalCustomerId, dv as FLOW_TYPES, dw as FlowType, aS as FunctionCallData, fO as GenericVaultDataLinkZodSchema, fN as GenericVaultEmbeddedLinkZodSchema, fL as GenericVaultPointerLinkZodSchema, fM as GenericVaultSearchLinkZodSchema, e4 as GenericVerifiableCredentialSchema, fq as GetAverageHistoricalAmountOutput, fp as GetAverageHistoricalAmountParams, fs as GetMedianHistoricalAmountOutput, fr as GetMedianHistoricalAmountParams, fl as GetOneTransactionOutput, eW as GetTransactionAuditsParams, fa as GetTransactionByExternalIdParams, e_ as GetTransactionFeesOutput, ft as GetTransactionHistoricalAveragesParams, f9 as GetTransactionParams, fv as GetTransactionReviewOutput, fu as GetTransactionReviewParams, fx as GetTransactionReviewsOutput, fw as GetTransactionReviewsParams, fg as GetTransactionStatsOutput, ff as GetTransactionStatsParams, fi as GetTransactionsCountOutput, fh as GetTransactionsCountParams, f8 as GetTransactionsForAlertOutput, f7 as GetTransactionsForAlertParams, fn as GetTransactionsOutput, fm as GetTransactionsOutputData, fk as GetTransactionsParams, ax as HexadecimalSchema, eC as HumanReadableTransactionReviewStatus, eB as HumanReadableTransactionReviewStatuses, eE as HumanReadableTransactionStatusMapping, ea as ID3CredentialSchema, dS as ID3CredentialSubjectSchema, dz as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dB as IDENTITY_DOCUMENT_OPTIONS, e7 as IDImageCredentialSchema, e1 as IDImageCredentialSubjectSchema, e6 as IDInformationCredentialSchema, e0 as IDInformationCredentialSubjectSchema, e5 as IDInformationTfheCredentialSchema, d$ as IDInformationTfheCredentialSubjectSchema, eb as IDScanCredentialSchema, dT as IDScanCredentialSubjectSchema, ec as IDScanPassportCredentialSchema, dU as IDScanPassportCredentialSubjectSchema, ed as IDScanSelfieCredentialSchema, dV as IDScanSelfieCredentialSubjectSchema, b3 as ISO3CountryCode, dF as Identifier, dO as IdentityAppV2Web2JWT, dN as IdentityAppV2Web3JWT, dA as IdentityDocumentCountryListOption, dC as IdentityDocumentOptionsType, cA as IdentityId, by as IdentityPrefix, cB as IdentitySessionId, bz as IdentitySessionPrefix, dP as IdentityWidgetAccessToken_NEW, dQ as IdentityWidgetSessionToken, bF as IndividualScreeningPrefix, d4 as InstitutionExtractedInfosId, cc as InstitutionExtractedInfosPrefix, d3 as InstitutionId, cb as InstitutionPrefix, dp as InvitationId_NEW, bR as InvitationPrefix_NEW, a_ as IpAddress, bl as KybOnboardingLevel, bk as KybOnboardingLevels, bj as KycOnboardingLevel, bi as KycOnboardingLevels, dJ as MemberId, ds as MemberIdLegacy, di as MemberId_NEW, bL as MemberPrefix_NEW, du as MessageId, ct as MessagePrefix, cT as MetaAlertId, b$ as MetaAlertPrefix, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, Q as NEXERA_APTOS_CHAINS, I as NEXERA_BITCOIN_CHAINS, a3 as NEXERA_CARDANO_CHAINS, i as NEXERA_COSMOS_CHAINS, b as NEXERA_EVM_CHAINS, e as NEXERA_EVM_CHAINS_ID, c as NEXERA_EVM_CHAIN_NAMES, d as NEXERA_EVM_CHAIN_NAMES_LIST, Y 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, f as NexeraEvmChains, N as NonTestnetBlockchainId, ei as OLD_AMLScreeningsResultsCredentialSchema, d_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, ee as OLD_IDImageCredentialSchema, dW as OLD_IDImageCredentialSubjectSchema, ef as OLD_IDInformationCredentialSchema, dX as OLD_IDInformationCredentialSubjectSchema, eg as OLD_ProofOfResidenceCredentialSchema, dY as OLD_ProofOfResidenceCredentialSubjectSchema, eh as OLD_SelfieImageCredentialSchema, dZ as OLD_SelfieImageCredentialSubjectSchema, dH as OrganizationId, dh as OrganizationId_NEW, bK as OrganizationPrefix_NEW, aY as OtpCode, aO as P2Signature, dD as PERSONAL_INFORMATION_FIELDS, a0 as POLKADOT_CHAIN_IDS, Z as POLKADOT_CHAIN_NAMES, $ as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aZ as PUBLIC_SERVICES_SCHEMA_MAP, dq as PasskeyId_NEW, bS as PasskeyPrefix_NEW, eM as PaymentType, eL as PaymentTypes, dE as PersonalInformationFieldsIdentityDocuments, ah as PolkadotAddress, a2 as PolkadotChainId, aK as PolkadotSignature, s as PolygonNetworkNames, eX as PostValidatedCurrencyCode, aa as PrivateKey, e9 as ProofOfResidenceCredentialSchema, e3 as ProofOfResidenceCredentialSubjectSchema, ab as PublicKey, d9 as QueryGroupId, cg as QueryGroupPrefix, d8 as QueryId, cf as QueryPrefix, bf as RiskScoreType, be as RiskScoreTypes, F as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, aA as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, d7 as ScenarioId, ce as ScenarioPrefix, db as ScorechainAnalysisId, bI as ScorechainAnalysisPrefix, bc as ScorechainCountry, fQ as ScorechainEntityRecord, e8 as SelfieImageCredentialSchema, e2 as SelfieImageCredentialSubjectSchema, dk as SessionId_NEW, bN as SessionPrefix_NEW, cI as SigGatingId, bG as SigGatingPrefix, H as SolanaChainId, aN as SpSignature, de as SsssChunkId, cm as SsssChunkPrefix, dd as SsssShareId, cl as SsssSharePrefix, ag as StarknetAddress, S as StarknetChainId, aJ as StarknetSignature, cz as StorageId, bx as StoragePrefix, aw as String0x, aB as SupportedBlockchainNamespaceForSignatureAuth, eS as TRANSACTIONS_STATS_CURRENCIES, ep as TRANSACTION_CHARTS, er as TRANSACTION_TABLE_COLUMNS, el as Tag, cJ as TagId, bH as TagPrefix, em as TagTitle, cU as TagsToEntityId, c0 as TagsToEntityPrefix, cG as TestId, bE as TestPrefix, al as TezosAddress, T as TezosChainId, ak as TezosContractAddress, aT as TezosEntrypointName, aj as TezosImplicitAddress, aP as TezosSignature, fP as TimeFrameCounters, cX as TransactionActivityId, c3 as TransactionActivityPrefix, cV as TransactionAddressesId, c1 as TransactionAddressesPrefix, d5 as TransactionAmountId, cd as TransactionAmountPrefix, eQ as TransactionAmountsFieldName, eP as TransactionAmountsFieldNames, fo as TransactionAmountsToConvert, eI as TransactionCurrencyCode, eH as TransactionCurrencyCodes, eU as TransactionDataEventObject, eG as TransactionDirection, eF as TransactionDirections, d0 as TransactionExtractedInfosId, c8 as TransactionExtractedInfosPrefix, cY as TransactionFeesId, c4 as TransactionFeesPrefix, cW as TransactionId, c$ as TransactionInfosId, c7 as TransactionInfosPrefix, d2 as TransactionMethodExtractedInfosId, ca as TransactionMethodExtractedInfosPrefix, d1 as TransactionMethodsId, c9 as TransactionMethodsPrefix, c_ as TransactionPartiesId, c6 as TransactionPartiesPrefix, eO as TransactionPartiesType, eN as TransactionPartiesTypes, c2 as TransactionPrefix, eK as TransactionProvider, eJ as TransactionProviders, cZ as TransactionReviewId, c5 as TransactionReviewPrefix, eA as TransactionReviewStatus, ez as TransactionReviewStatuses, ey as TransactionRiskLevel, ex as TransactionRiskLevels, fX as TransactionScreeningData, fZ as TransactionScreeningProvider, fY as TransactionScreeningProviders, eT as TransactionStatsCurrency, eD as TransactionStatusMapping, es as TransactionTableColumn, eu as TransactionType, ew as TransactionTypeWithAll, et as TransactionTypes, ev as TransactionTypesWithAll, eq as TransactionsChartType, ad as TxHash, ek as TypeTag, ej as TypeTags, f6 as UpdateTransactionReviewOutput, f4 as UpdateTransactionReviewParams, f5 as UpdateTransactionsReviewParams, dg as UserId_NEW, bJ as UserPrefix_NEW, aX as UuidString, fE as VaultJsonSchemas, fK as VaultMetadataLinkZodSchema, fI as VaultPointerKeyMapZodSchema, fJ as VaultQueryMapZodSchema, fG as VaultSchemaIdZodSchema, fH as VaultSchemaPathsZodSchema, fF as VaultZodSchema, dm as VerificationId_NEW, dy as VerificationMode, dx as VerificationModes, bP as VerificationPrefix_NEW, eo as WORKFLOW_TYPE_TO_TAG_TYPE, cD as WalletId, bB as WalletPrefix, fR as WalletScreeningData, fT as WalletScreeningProvider, fU as WalletScreeningProviderName, fS as WalletScreeningProviders, dR as Web2CreateSessionParams, fV as Web3ArgsType, fW as Web3TransactionData, dK as WorkflowId, dc as WorkflowSessionAttributeId, cj as WorkflowSessionAttributePrefix, cw as WorkflowSessionId, dI as WorkspaceId, dj as WorkspaceId_NEW, bM as WorkspacePrefix_NEW, fC as allDataLinkTypes, fA as allDataLinkVersions, b7 as countryISO2toISO3Mapping, b6 as countryISO3toISO2Mapping, cx as createBrandedSchemaId, cy as createBrandedSchemaIdWithParams, dr as generateId, en as getTagTypeFromEntityType, fj as initializeStatistics, a9 as isValidAddress, b9 as isoCountriesNameFromISO2, ba as isoCountriesNameFromISO3, bb as parseISO3CountryCode, bd as scorechainCountriesNameFromISO2, ae as shortBlockchainAddress } from './vault.schema-9742b8d3.esm.mjs';
3
3
  import { z } from 'zod';
4
- import { C as CredentialTypes } from './identity-api.schema-97c4a8e1.esm.mjs';
5
- export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b8 as ARRAY_OPERATORS, aM as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bo as AllCredentialValues, c4 as AllScenarioExecutionAuthorizationData, bY as AnyTxAuthDataSignatureResponse, b$ as AnyTxAuthInputJsSdk, bR as ApiTezosTxAuthInput, bL as ApiTxAuthInput, b9 as ArrayOperator, aU as AuthQrCodeData, ap as AuthSession, ar as AuthSessionData, aP as AuthorizationRequestMessage, aO as AuthorizationRequestMessageType, aN as AuthorizationRequestMessageTypes, aS as AuthorizationResponseMessage, n as AvailableFlow, be as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, bf as BooleanOperator, aJ as CIRCUIT_IDS, bz as ChallengeQuerySchema, as as ChallengeResponse, aK as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, c3 as CreateAuthRequestProps, a6 as CreateTemplateScenario, cf as CredentialMediaType, ca as CredentialNames, aT as CredentialQrCodeData, c9 as CredentialSchemas, cd as CredentialType, C as CredentialTypes, bg as DATE_OPERATORS, bi as DISPLAY_MODE, D as DataAvailableOnStart, bh as DateOperator, bj as DisplayMode, bZ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bX as ExtendedTezosTxAuthDataSignatureResponse, bV as ExtendedTezosTxAuthInput, bW as ExtendedTxAuthDataSignatureResponse, bU as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, av as GetCustomerStatusRequest, aA as GetCustomerStatusResponse, bT as GetTezosTxAuthDataSignatureResponse, bO as GetTxAuthDataSignatureFailureResponse, bP as GetTxAuthDataSignatureResponse, bN as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aD as HostMessage, am as HostRequestMessage, H as HostResponseMessage, bn as IDInformationTfhe, aB as IdentityAppMessage, aE as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, aw as IdentitySdkMessage, ax as IdentitySdkMessageWithIdentifier, aC as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, cg as Language, aH as MediaType, aI as MediaTypePID, aq as MobileExchangeTokenResponse, bc as NUMERIC_OPERATORS, cb as NexeraCredentialType, bd as NumericOperator, bA as OLD_CHALLENGE_QUERY_OPERATORS, bB as OLD_ChallengeQueryOperator, bE as OLD_ChallengeQueryOperatorToOperator, bw as OLD_ChallengeQuerySchema, bG as OLD_QueryCredentialType, bF as OLD_QueryCredentialTypes, b0 as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, b1 as Operator, bC as OperatorMappings, bD as OperatorToOLD_ChallengeQueryOperator, bv as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, c2 as PrivacyPreservingMonitoring, aQ as ProofData, a_ as QUERY_LOGIC_OPERATOR, aV as QrCodeLinkWithSchemaType, bp as QueriesOptions, bs as QueryConfigSimplified, br as QueryConfigTfhe, by as QueryCredentialType, bx as QueryCredentialTypes, bt as QueryGroupConfigSimplified, a$ as QueryLogicOperator, bq as QueryType, aF as RequiredDataRowSchema, aG as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bu as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, b3 as RuleTimeframe, r as SCENARIO_ACTION_TYPES, c5 as SCENARIO_AUTHORIZATION_STATUSES, ba as STRING_OPERATORS, bk as SUPPORTED_TYPES, S as ScenarioAuthorizationData, c6 as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, aZ as SpecialDataSetType, aY as SpecialDataSetTypes, h as StartCompletedNotification, af as StartFlowRequest, bb as StringOperator, bl as SupportedQueryInputType, bm as SupportedQueryInputTypes, b2 as TIMEFRAME, a5 as TemplateScenario, bQ as TezosTxAuthInput, b_ as TezosTxAuthInputJsSdk, bS as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, az as TxAuthDataSignatureGatingError, au as TxAuthDataSignatureGatingRequest, ay as TxAuthDataSignatureResponse, bK as TxAuthInput, bM as TxSignatureResponse, ce as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, c8 as VerifyWalletChallengeRequest, at as WalletSignResponse, c7 as WalletSignatureResponse, b4 as ZKPOperator, c0 as ZKPRequest, c1 as ZKPRequestFromZKVerifier, aL as ZeroKnowledgeProofRequest, aR as ZeroKnowledgeProofResponse, cc as getCredentialName, bI as getOldCredentialPath, bH as getOldCredentialType, bJ as oldCredentialPathToDataLink, b5 as operatorDisplayMap, aW as parseIden3Message, aX as parseSessionIdFromUrl, b7 as timeframeAlertDisplayMap, b6 as timeframeDisplayMap } from './identity-api.schema-97c4a8e1.esm.mjs';
6
- export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-86854ea0.esm.mjs';
4
+ import { C as CredentialTypes } from './identity-api.schema-61d66842.esm.mjs';
5
+ export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b8 as ARRAY_OPERATORS, aM as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bo as AllCredentialValues, c4 as AllScenarioExecutionAuthorizationData, bY as AnyTxAuthDataSignatureResponse, b$ as AnyTxAuthInputJsSdk, bR as ApiTezosTxAuthInput, bL as ApiTxAuthInput, b9 as ArrayOperator, aU as AuthQrCodeData, ap as AuthSession, ar as AuthSessionData, aP as AuthorizationRequestMessage, aO as AuthorizationRequestMessageType, aN as AuthorizationRequestMessageTypes, aS as AuthorizationResponseMessage, n as AvailableFlow, be as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, bf as BooleanOperator, aJ as CIRCUIT_IDS, bz as ChallengeQuerySchema, as as ChallengeResponse, aK as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, c3 as CreateAuthRequestProps, a6 as CreateTemplateScenario, cf as CredentialMediaType, ca as CredentialNames, aT as CredentialQrCodeData, c9 as CredentialSchemas, cd as CredentialType, C as CredentialTypes, bg as DATE_OPERATORS, bi as DISPLAY_MODE, D as DataAvailableOnStart, bh as DateOperator, bj as DisplayMode, bZ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bX as ExtendedTezosTxAuthDataSignatureResponse, bV as ExtendedTezosTxAuthInput, bW as ExtendedTxAuthDataSignatureResponse, bU as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, av as GetCustomerStatusRequest, aA as GetCustomerStatusResponse, bT as GetTezosTxAuthDataSignatureResponse, bO as GetTxAuthDataSignatureFailureResponse, bP as GetTxAuthDataSignatureResponse, bN as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aD as HostMessage, am as HostRequestMessage, H as HostResponseMessage, bn as IDInformationTfhe, aB as IdentityAppMessage, aE as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, aw as IdentitySdkMessage, ax as IdentitySdkMessageWithIdentifier, aC as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, cg as Language, aH as MediaType, aI as MediaTypePID, aq as MobileExchangeTokenResponse, bc as NUMERIC_OPERATORS, cb as NexeraCredentialType, bd as NumericOperator, bA as OLD_CHALLENGE_QUERY_OPERATORS, bB as OLD_ChallengeQueryOperator, bE as OLD_ChallengeQueryOperatorToOperator, bw as OLD_ChallengeQuerySchema, bG as OLD_QueryCredentialType, bF as OLD_QueryCredentialTypes, b0 as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, b1 as Operator, bC as OperatorMappings, bD as OperatorToOLD_ChallengeQueryOperator, bv as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, c2 as PrivacyPreservingMonitoring, aQ as ProofData, a_ as QUERY_LOGIC_OPERATOR, aV as QrCodeLinkWithSchemaType, bp as QueriesOptions, bs as QueryConfigSimplified, br as QueryConfigTfhe, by as QueryCredentialType, bx as QueryCredentialTypes, bt as QueryGroupConfigSimplified, a$ as QueryLogicOperator, bq as QueryType, aF as RequiredDataRowSchema, aG as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bu as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, b3 as RuleTimeframe, r as SCENARIO_ACTION_TYPES, c5 as SCENARIO_AUTHORIZATION_STATUSES, ba as STRING_OPERATORS, bk as SUPPORTED_TYPES, S as ScenarioAuthorizationData, c6 as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, aZ as SpecialDataSetType, aY as SpecialDataSetTypes, h as StartCompletedNotification, af as StartFlowRequest, bb as StringOperator, bl as SupportedQueryInputType, bm as SupportedQueryInputTypes, b2 as TIMEFRAME, a5 as TemplateScenario, bQ as TezosTxAuthInput, b_ as TezosTxAuthInputJsSdk, bS as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, az as TxAuthDataSignatureGatingError, au as TxAuthDataSignatureGatingRequest, ay as TxAuthDataSignatureResponse, bK as TxAuthInput, bM as TxSignatureResponse, ce as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, c8 as VerifyWalletChallengeRequest, at as WalletSignResponse, c7 as WalletSignatureResponse, b4 as ZKPOperator, c0 as ZKPRequest, c1 as ZKPRequestFromZKVerifier, aL as ZeroKnowledgeProofRequest, aR as ZeroKnowledgeProofResponse, cc as getCredentialName, bI as getOldCredentialPath, bH as getOldCredentialType, bJ as oldCredentialPathToDataLink, b5 as operatorDisplayMap, aW as parseIden3Message, aX as parseSessionIdFromUrl, b7 as timeframeAlertDisplayMap, b6 as timeframeDisplayMap } from './identity-api.schema-61d66842.esm.mjs';
6
+ export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-a0a07ac0.esm.mjs';
7
7
  export { Separator, computeVaultKey, generateZodObjectPaths, resolvePathOnDataSchema, resolvePathOnMapSchema } from '../vault/dist/nexeraid-identity-schemas-vault.esm.mjs';
8
- import { N as NotabeneTxCreateStatus } from './notabene.schema-224773d9.esm.mjs';
8
+ import { N as NotabeneTxCreateStatus } from './notabene.schema-a647bdb5.esm.mjs';
9
9
  import 'nanoid';
10
10
  import 'decimal.js';
11
11
  import 'crypto';
12
- import './toArray-4a50f8ab.esm.mjs';
12
+ import './toArray-b6f9a0ae.esm.mjs';
13
13
 
14
14
  var decodeUint8Array = function decodeUint8Array(data) {
15
15
  var salt = data;
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var z = require('zod');
4
- var vault_schema = require('./vault.schema-fba01def.cjs.dev.cjs');
5
- var identityApi_schema = require('./identity-api.schema-f8000afc.cjs.dev.cjs');
4
+ var vault_schema = require('./vault.schema-c2e0fceb.cjs.dev.cjs');
5
+ var identityApi_schema = require('./identity-api.schema-18bfb704.cjs.dev.cjs');
6
6
 
7
7
  function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
8
8
 
@@ -1,6 +1,6 @@
1
1
  import z$1, { z } from 'zod';
2
- import { b5 as Alpha2Country, aX as UuidString, f_ as _toConsumableArray, g1 as ScoringAnalysisRequest, g2 as WorkflowsScoringAnalysisRequest, b3 as ISO3CountryCode, g0 as _slicedToArray, cA as IdentityId, au as BlockchainAddress, az as BlockchainNamespace, cw as WorkflowSessionId, dI as WorkspaceId, dH as OrganizationId, bp as CustomerStatus, _ as _defineProperty, e3 as ProofOfResidenceCredentialSubjectSchema, bq as BasicCustomerContactInformation, dy as VerificationMode } from './vault.schema-d9c69eab.esm.mjs';
3
- import { _ as SdkVerificationOutput, aV as QrCodeLinkWithSchemaType, cd as CredentialType } from './identity-api.schema-97c4a8e1.esm.mjs';
2
+ import { b5 as Alpha2Country, aX as UuidString, f_ as _toConsumableArray, g1 as ScoringAnalysisRequest, g2 as WorkflowsScoringAnalysisRequest, b3 as ISO3CountryCode, g0 as _slicedToArray, cA as IdentityId, au as BlockchainAddress, az as BlockchainNamespace, cw as WorkflowSessionId, dI as WorkspaceId, dH as OrganizationId, bp as CustomerStatus, _ as _defineProperty, e3 as ProofOfResidenceCredentialSubjectSchema, bq as BasicCustomerContactInformation, dy as VerificationMode } from './vault.schema-9742b8d3.esm.mjs';
3
+ import { _ as SdkVerificationOutput, aV as QrCodeLinkWithSchemaType, cd as CredentialType } from './identity-api.schema-61d66842.esm.mjs';
4
4
 
5
5
  var IpQualityAnalysisRequest = z.object({
6
6
  apiKey: z.string().nullish(),
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var z = require('zod');
4
- var vault_schema = require('./vault.schema-b0373ae1.cjs.prod.cjs');
5
- var identityApi_schema = require('./identity-api.schema-140dc3bb.cjs.prod.cjs');
4
+ var vault_schema = require('./vault.schema-c4adc8e1.cjs.prod.cjs');
5
+ var identityApi_schema = require('./identity-api.schema-32fdec1e.cjs.prod.cjs');
6
6
 
7
7
  function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
8
8
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.205.0",
3
+ "version": "2.206.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var vault_schema = require('./vault.schema-fba01def.cjs.dev.cjs');
4
- var identityApi_schema = require('./identity-api.schema-f8000afc.cjs.dev.cjs');
3
+ var vault_schema = require('./vault.schema-c2e0fceb.cjs.dev.cjs');
4
+ var identityApi_schema = require('./identity-api.schema-18bfb704.cjs.dev.cjs');
5
5
 
6
6
  var VC_JSON_SCHEMA_MAP = {
7
7
  ProofOfResidence: {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var vault_schema = require('./vault.schema-b0373ae1.cjs.prod.cjs');
4
- var identityApi_schema = require('./identity-api.schema-140dc3bb.cjs.prod.cjs');
3
+ var vault_schema = require('./vault.schema-c4adc8e1.cjs.prod.cjs');
4
+ var identityApi_schema = require('./identity-api.schema-32fdec1e.cjs.prod.cjs');
5
5
 
6
6
  var VC_JSON_SCHEMA_MAP = {
7
7
  ProofOfResidence: {
@@ -1,5 +1,5 @@
1
- import { f_ as _toConsumableArray } from './vault.schema-d9c69eab.esm.mjs';
2
- import { bl as SupportedQueryInputType, bc as NUMERIC_OPERATORS, b8 as ARRAY_OPERATORS, be as BOOLEAN_OPERATORS, ba as STRING_OPERATORS } from './identity-api.schema-97c4a8e1.esm.mjs';
1
+ import { f_ as _toConsumableArray } from './vault.schema-9742b8d3.esm.mjs';
2
+ import { bl as SupportedQueryInputType, bc as NUMERIC_OPERATORS, b8 as ARRAY_OPERATORS, be as BOOLEAN_OPERATORS, ba as STRING_OPERATORS } from './identity-api.schema-61d66842.esm.mjs';
3
3
 
4
4
  var VC_JSON_SCHEMA_MAP = {
5
5
  ProofOfResidence: {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var vault_schema = require('./vault.schema-fba01def.cjs.dev.cjs');
3
+ var vault_schema = require('./vault.schema-c2e0fceb.cjs.dev.cjs');
4
4
 
5
5
  function _toArray(r) {
6
6
  return vault_schema._arrayWithHoles(r) || vault_schema._iterableToArray(r) || vault_schema._unsupportedIterableToArray(r) || vault_schema._nonIterableRest();
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var vault_schema = require('./vault.schema-b0373ae1.cjs.prod.cjs');
3
+ var vault_schema = require('./vault.schema-c4adc8e1.cjs.prod.cjs');
4
4
 
5
5
  function _toArray(r) {
6
6
  return vault_schema._arrayWithHoles(r) || vault_schema._iterableToArray(r) || vault_schema._unsupportedIterableToArray(r) || vault_schema._nonIterableRest();
@@ -1,4 +1,4 @@
1
- import { g3 as _arrayWithHoles, g4 as _iterableToArray, f$ as _unsupportedIterableToArray, g5 as _nonIterableRest } from './vault.schema-d9c69eab.esm.mjs';
1
+ import { g3 as _arrayWithHoles, g4 as _iterableToArray, f$ as _unsupportedIterableToArray, g5 as _nonIterableRest } from './vault.schema-9742b8d3.esm.mjs';
2
2
 
3
3
  function _toArray(r) {
4
4
  return _arrayWithHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableRest();