@nexeraid/identity-schemas 2.204.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 (48) 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 +34 -24
  7. package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/identity/kyc.schema.d.ts +5 -5
  9. package/dist/declarations/src/identity/txAuthData.schema.d.ts +15 -15
  10. package/dist/declarations/src/index.d.ts +1 -0
  11. package/dist/declarations/src/index.d.ts.map +1 -1
  12. package/dist/declarations/src/language.schema.d.ts +4 -0
  13. package/dist/declarations/src/language.schema.d.ts.map +1 -0
  14. package/dist/{identity-api.schema-9be2e0d8.cjs.dev.cjs → identity-api.schema-18bfb704.cjs.dev.cjs} +6 -2
  15. package/dist/{identity-api.schema-3abb32fd.cjs.prod.cjs → identity-api.schema-32fdec1e.cjs.prod.cjs} +6 -2
  16. package/dist/{identity-api.schema-b4108710.esm.mjs → identity-api.schema-61d66842.esm.mjs} +6 -3
  17. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +6 -5
  18. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +6 -5
  19. package/dist/nexeraid-identity-schemas.esm.mjs +7 -7
  20. package/dist/{notabene.schema-5ad52f81.cjs.dev.cjs → notabene.schema-26426877.cjs.dev.cjs} +2 -2
  21. package/dist/{notabene.schema-27fadf55.esm.mjs → notabene.schema-a647bdb5.esm.mjs} +2 -2
  22. package/dist/{notabene.schema-3b5d2b65.cjs.prod.cjs → notabene.schema-affe35ef.cjs.prod.cjs} +2 -2
  23. package/dist/package.json +1 -1
  24. package/dist/{tfhe-utilities-27a28149.cjs.dev.cjs → tfhe-utilities-32cc8d6b.cjs.dev.cjs} +2 -2
  25. package/dist/{tfhe-utilities-37fada6d.cjs.prod.cjs → tfhe-utilities-5522d893.cjs.prod.cjs} +2 -2
  26. package/dist/{tfhe-utilities-50874d8c.esm.mjs → tfhe-utilities-a0a07ac0.esm.mjs} +2 -2
  27. package/dist/{toArray-b9b159c5.cjs.dev.cjs → toArray-232561bc.cjs.dev.cjs} +1 -1
  28. package/dist/{toArray-ca25b89e.cjs.prod.cjs → toArray-8ad591c4.cjs.prod.cjs} +1 -1
  29. package/dist/{toArray-4a50f8ab.esm.mjs → toArray-b6f9a0ae.esm.mjs} +1 -1
  30. package/dist/{vault.schema-d9c69eab.esm.mjs → vault.schema-9742b8d3.esm.mjs} +7 -5
  31. package/dist/{vault.schema-b0373ae1.cjs.prod.cjs → vault.schema-c2e0fceb.cjs.dev.cjs} +7 -5
  32. package/dist/{vault.schema-fba01def.cjs.dev.cjs → vault.schema-c4adc8e1.cjs.prod.cjs} +7 -5
  33. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
  34. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
  35. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  36. package/package.json +1 -1
  37. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
  38. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
  39. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  40. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +2 -2
  41. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +2 -2
  42. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
  43. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  44. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  45. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  46. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +4 -4
  47. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +4 -4
  48. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -4
@@ -337,7 +337,7 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
337
337
  type: z.ZodLiteral<"getTxAuthSigRequest">;
338
338
  data: z.ZodObject<{
339
339
  workflowId: z.ZodOptional<z.ZodString>;
340
- chainId: z.ZodEnum<[import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../index.js").NEXERA_EVM_CHAINS.POLYGON, import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.BASE, import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.BNB, import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET, import("../index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET, import("../index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET, import("../index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET, import("../index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET]>;
340
+ chainId: z.ZodEnum<[import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../index.js").NEXERA_EVM_CHAINS.POLYGON, import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.BASE, import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.BNB, import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET, import("../index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET, import("../index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET, import("../index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET, import("../index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.XDC_MAINNET, import("../index.js").NEXERA_EVM_CHAINS.XDC_TESTNET]>;
341
341
  contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
342
342
  contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
343
343
  functionName: z.ZodString;
@@ -349,7 +349,7 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
349
349
  }, "strip", z.ZodTypeAny, {
350
350
  contractAddress: `0x${string}`;
351
351
  functionName: string;
352
- chainId: import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET;
352
+ chainId: import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.XDC_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.XDC_TESTNET;
353
353
  contractAbi: Record<string, unknown>[];
354
354
  args: unknown[];
355
355
  workflowId?: string | undefined;
@@ -359,7 +359,7 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
359
359
  }, {
360
360
  contractAddress: string;
361
361
  functionName: string;
362
- chainId: import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET;
362
+ chainId: import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.XDC_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.XDC_TESTNET;
363
363
  contractAbi: Record<string, unknown>[];
364
364
  args: unknown[];
365
365
  workflowId?: string | undefined;
@@ -373,7 +373,7 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
373
373
  data: {
374
374
  contractAddress: `0x${string}`;
375
375
  functionName: string;
376
- chainId: import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET;
376
+ chainId: import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.XDC_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.XDC_TESTNET;
377
377
  contractAbi: Record<string, unknown>[];
378
378
  args: unknown[];
379
379
  workflowId?: string | undefined;
@@ -387,7 +387,7 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
387
387
  data: {
388
388
  contractAddress: string;
389
389
  functionName: string;
390
- chainId: import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET;
390
+ chainId: import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.VANAR_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.VANGUARD_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.NEXERA_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.XDC_MAINNET | import("../index.js").NEXERA_EVM_CHAINS.XDC_TESTNET;
391
391
  contractAbi: Record<string, unknown>[];
392
392
  args: unknown[];
393
393
  workflowId?: string | undefined;
@@ -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;
@@ -19,4 +19,5 @@ export * from "./travel-rule.schema.js";
19
19
  export * from "./web3-transaction.schema.js";
20
20
  export * from "./datasets.schema.js";
21
21
  export * from "./transaction-screening.schema.js";
22
+ export * from "./language.schema.js";
22
23
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"../../../src","sources":["index.ts"],"names":[],"mappings":"AAEA,sCAA6B;AAC7B,mCAAgC;AAChC,qCAAkC;AAClC,mCAAgC;AAChC,sCAAmC;AACnC,+CAA4C;AAC5C,qCAAkC;AAClC,yCAAsC;AACtC,oCAA2B;AAC3B,kCAA+B;AAC/B,uCAAoC;AAEpC,kDAAyC;AAEzC,gCAA6B;AAC7B,wCAAqC;AACrC,iCAAwB;AACxB,wCAAqC;AACrC,6CAA0C;AAC1C,wCAAqC;AACrC,6CAA0C;AAC1C,qCAAkC;AAClC,kDAA+C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"../../../src","sources":["index.ts"],"names":[],"mappings":"AAEA,sCAA6B;AAC7B,mCAAgC;AAChC,qCAAkC;AAClC,mCAAgC;AAChC,sCAAmC;AACnC,+CAA4C;AAC5C,qCAAkC;AAClC,yCAAsC;AACtC,oCAA2B;AAC3B,kCAA+B;AAC/B,uCAAoC;AAEpC,kDAAyC;AAEzC,gCAA6B;AAC7B,wCAAqC;AACrC,iCAAwB;AACxB,wCAAqC;AACrC,6CAA0C;AAC1C,wCAAqC;AACrC,6CAA0C;AAC1C,qCAAkC;AAClC,kDAA+C;AAC/C,qCAAkC"}
@@ -0,0 +1,4 @@
1
+ import { z } from "zod";
2
+ export declare const Language: z.ZodEnum<["en", "fr"]>;
3
+ export type Language = z.infer<typeof Language>;
4
+ //# sourceMappingURL=language.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"language.schema.d.ts","sourceRoot":"../../../src","sources":["language.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,QAAQ,yBAAuB,CAAC;AAC7C,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC"}
@@ -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 = {
@@ -867,6 +867,8 @@ var GetTxAuthSigResponseTezos = z.z.object({
867
867
  var HostRequestMessage = z.z.union([GetCredentialsRequest, PolygonIdRequest, StartFlowRequest, IsVerifiedRequest, GetTxAuthSigRequest, GetTxAuthSigRequestTezos]);
868
868
  var IdentityResponseMessage = z.z.union([GetCredentialsResponse, PolygonIdResponse, IsVerifiedResponse, GetTxAuthSigResponse, GetTxAuthSigResponseTezos]);
869
869
 
870
+ var Language = z.z["enum"](["en", "fr"]);
871
+
870
872
  /**
871
873
  * Wallet challenge parameters
872
874
  */
@@ -926,7 +928,8 @@ var ChallengeResponse = z.z.object({
926
928
  var AppConfigRequest = z.z.object({
927
929
  type: z.z.literal("appConfig"),
928
930
  data: z.z.object({
929
- authSession: AuthSession
931
+ authSession: AuthSession,
932
+ language: Language.optional()
930
933
  })
931
934
  });
932
935
  var WalletUpdated = z.z.object({
@@ -1184,6 +1187,7 @@ exports.IsVerifiedRequest = IsVerifiedRequest;
1184
1187
  exports.IsVerifiedResponse = IsVerifiedResponse;
1185
1188
  exports.KycCompletionData = KycCompletionData;
1186
1189
  exports.KycCompletionNotification = KycCompletionNotification;
1190
+ exports.Language = Language;
1187
1191
  exports.MediaType = MediaType;
1188
1192
  exports.MediaTypePID = MediaTypePID;
1189
1193
  exports.MobileExchangeTokenResponse = MobileExchangeTokenResponse;
@@ -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 = {
@@ -867,6 +867,8 @@ var GetTxAuthSigResponseTezos = z.z.object({
867
867
  var HostRequestMessage = z.z.union([GetCredentialsRequest, PolygonIdRequest, StartFlowRequest, IsVerifiedRequest, GetTxAuthSigRequest, GetTxAuthSigRequestTezos]);
868
868
  var IdentityResponseMessage = z.z.union([GetCredentialsResponse, PolygonIdResponse, IsVerifiedResponse, GetTxAuthSigResponse, GetTxAuthSigResponseTezos]);
869
869
 
870
+ var Language = z.z["enum"](["en", "fr"]);
871
+
870
872
  /**
871
873
  * Wallet challenge parameters
872
874
  */
@@ -926,7 +928,8 @@ var ChallengeResponse = z.z.object({
926
928
  var AppConfigRequest = z.z.object({
927
929
  type: z.z.literal("appConfig"),
928
930
  data: z.z.object({
929
- authSession: AuthSession
931
+ authSession: AuthSession,
932
+ language: Language.optional()
930
933
  })
931
934
  });
932
935
  var WalletUpdated = z.z.object({
@@ -1184,6 +1187,7 @@ exports.IsVerifiedRequest = IsVerifiedRequest;
1184
1187
  exports.IsVerifiedResponse = IsVerifiedResponse;
1185
1188
  exports.KycCompletionData = KycCompletionData;
1186
1189
  exports.KycCompletionNotification = KycCompletionNotification;
1190
+ exports.Language = Language;
1187
1191
  exports.MediaType = MediaType;
1188
1192
  exports.MediaTypePID = MediaTypePID;
1189
1193
  exports.MobileExchangeTokenResponse = MobileExchangeTokenResponse;
@@ -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 = {
@@ -865,6 +865,8 @@ var GetTxAuthSigResponseTezos = z.object({
865
865
  var HostRequestMessage = z.union([GetCredentialsRequest, PolygonIdRequest, StartFlowRequest, IsVerifiedRequest, GetTxAuthSigRequest, GetTxAuthSigRequestTezos]);
866
866
  var IdentityResponseMessage = z.union([GetCredentialsResponse, PolygonIdResponse, IsVerifiedResponse, GetTxAuthSigResponse, GetTxAuthSigResponseTezos]);
867
867
 
868
+ var Language = z["enum"](["en", "fr"]);
869
+
868
870
  /**
869
871
  * Wallet challenge parameters
870
872
  */
@@ -924,7 +926,8 @@ var ChallengeResponse = z.object({
924
926
  var AppConfigRequest = z.object({
925
927
  type: z.literal("appConfig"),
926
928
  data: z.object({
927
- authSession: AuthSession
929
+ authSession: AuthSession,
930
+ language: Language.optional()
928
931
  })
929
932
  });
930
933
  var WalletUpdated = z.object({
@@ -1094,4 +1097,4 @@ var VerifyWalletChallengeRequest = WalletSignatureResponse.and(z.object({
1094
1097
  blockchainId: BlockchainId.optional()
1095
1098
  }));
1096
1099
 
1097
- export { VerificationSessionStatuses as $, AVAILABLE_FLOWS as A, ScenarioModes as B, CredentialTypes as C, DataAvailableOnStart as D, ScenarioMode as E, ScenarioStatuses as F, ScenarioStatus as G, HostResponseMessage as H, IsVerifiedNotification as I, ScenarioSchema as J, KycCompletionData as K, BackwardsCompatibleScenarioTypes as L, BackwardsCompatibleScenarioType as M, BaseQueryResponse as N, OffChainScenarioExecutionData as O, PolygonIdInitialized as P, OffChainZKPRuleResult as Q, RuleEngineScenarioExecutionData as R, ScenarioAuthorizationData as S, TransactionData as T, ExecuteQueryResponse as U, RuleEngineResponse as V, ScenarioExecutionResponse as W, RuleResultStatuses as X, RuleResultStatus as Y, RuleResultStatusLabels as Z, SdkVerificationOutput as _, SdkVerificationResponseSchema as a, QueryLogicOperator as a$, VerificationSessionStatus as a0, VerificationOutput as a1, Action as a2, SimplifiedScenario as a3, AbbreviatedWorkflowScenario as a4, TemplateScenario as a5, CreateTemplateScenario as a6, ComplianceImplementationStepsInput as a7, SimplifiedCredential as a8, GetCredentialsRequest as a9, GetCustomerStatusResponse as aA, IdentityAppMessage as aB, IdentityWallet as aC, HostMessage as aD, IdentityMessage as aE, RequiredDataRowSchema as aF, RequiredVerificationData as aG, MediaType as aH, MediaTypePID as aI, CIRCUIT_IDS as aJ, CircuitId as aK, ZeroKnowledgeProofRequest as aL, AUTHORIZATION_REQUEST_MESSAGE_TYPES as aM, AuthorizationRequestMessageTypes as aN, AuthorizationRequestMessageType as aO, AuthorizationRequestMessage as aP, ProofData as aQ, ZeroKnowledgeProofResponse as aR, AuthorizationResponseMessage as aS, CredentialQrCodeData as aT, AuthQrCodeData as aU, QrCodeLinkWithSchemaType as aV, parseIden3Message as aW, parseSessionIdFromUrl as aX, SpecialDataSetTypes as aY, SpecialDataSetType as aZ, QUERY_LOGIC_OPERATOR as a_, GetCredentialsResponse as aa, PolygonIdRequestData as ab, PolygonIdRequest as ac, PolygonIdResponseData as ad, PolygonIdResponse as ae, StartFlowRequest as af, IsVerifiedRequest as ag, IsVerifiedResponse as ah, GetTxAuthSigRequest as ai, GetTxAuthSigResponse as aj, GetTxAuthSigRequestTezos as ak, GetTxAuthSigResponseTezos as al, HostRequestMessage as am, IdentityResponseMessage as an, GenerateWalletChallengeRequest as ao, AuthSession as ap, MobileExchangeTokenResponse as aq, AuthSessionData as ar, ChallengeResponse as as, WalletSignResponse as at, TxAuthDataSignatureGatingRequest as au, GetCustomerStatusRequest as av, IdentitySdkMessage as aw, IdentitySdkMessageWithIdentifier as ax, TxAuthDataSignatureResponse as ay, TxAuthDataSignatureGatingError as az, CloseScreenNotification as b, AnyTxAuthInputJsSdk as b$, OPERATORS as b0, Operator as b1, TIMEFRAME as b2, RuleTimeframe as b3, ZKPOperator as b4, operatorDisplayMap as b5, timeframeDisplayMap as b6, timeframeAlertDisplayMap as b7, ARRAY_OPERATORS as b8, ArrayOperator as b9, OLD_CHALLENGE_QUERY_OPERATORS as bA, OLD_ChallengeQueryOperator as bB, OperatorMappings as bC, OperatorToOLD_ChallengeQueryOperator as bD, OLD_ChallengeQueryOperatorToOperator as bE, OLD_QueryCredentialTypes as bF, OLD_QueryCredentialType as bG, getOldCredentialType as bH, getOldCredentialPath as bI, oldCredentialPathToDataLink as bJ, TxAuthInput as bK, ApiTxAuthInput as bL, TxSignatureResponse as bM, GetTxAuthDataSignatureSuccessResponse as bN, GetTxAuthDataSignatureFailureResponse as bO, GetTxAuthDataSignatureResponse as bP, TezosTxAuthInput as bQ, ApiTezosTxAuthInput as bR, TezosTxSignatureResponse as bS, GetTezosTxAuthDataSignatureResponse as bT, ExtendedTxAuthInput as bU, ExtendedTezosTxAuthInput as bV, ExtendedTxAuthDataSignatureResponse as bW, ExtendedTezosTxAuthDataSignatureResponse as bX, AnyTxAuthDataSignatureResponse as bY, Eip155TxAuthInputJsSdk as bZ, TezosTxAuthInputJsSdk as b_, STRING_OPERATORS as ba, StringOperator as bb, NUMERIC_OPERATORS as bc, NumericOperator as bd, BOOLEAN_OPERATORS as be, BooleanOperator as bf, DATE_OPERATORS as bg, DateOperator as bh, DISPLAY_MODE as bi, DisplayMode as bj, SUPPORTED_TYPES as bk, SupportedQueryInputType as bl, SupportedQueryInputTypes as bm, IDInformationTfhe as bn, AllCredentialValues as bo, QueriesOptions as bp, QueryType as bq, QueryConfigTfhe as br, QueryConfigSimplified as bs, QueryGroupConfigSimplified as bt, RuleResultQueryConfig as bu, PartialQueryConfigSimplified as bv, OLD_ChallengeQuerySchema as bw, QueryCredentialTypes as bx, QueryCredentialType as by, ChallengeQuerySchema as bz, KycCompletionNotification as c, ZKPRequest as c0, ZKPRequestFromZKVerifier as c1, PrivacyPreservingMonitoring as c2, CreateAuthRequestProps as c3, AllScenarioExecutionAuthorizationData as c4, SCENARIO_AUTHORIZATION_STATUSES as c5, ScenarioAuthorizationStatus as c6, WalletSignatureResponse as c7, VerifyWalletChallengeRequest as c8, CredentialSchemas as c9, CredentialNames as ca, NexeraCredentialType as cb, getCredentialName as cc, CredentialType as cd, VerifiableCredential as ce, CredentialMediaType as cf, OnChainScenarioExecutionData as d, ScenarioExecutionData as e, ScenarioExecutionNotification as f, OcvSdkInitialized as g, StartCompletedNotification as h, IdentityNotificationMessage as i, InitialDataRequest as j, SignatureRequest as k, SendTransactionRequest as l, IdentityRequestMessage as m, AvailableFlow as n, InitialDataResponse as o, SignatureResponse as p, TransactionResponse as q, SCENARIO_ACTION_TYPES as r, ActionType as s, ACTION_TRIGGERS as t, ActionTrigger as u, ACTION_STATUSES as v, ActionStatus as w, ActionValue as x, ScenarioTypes as y, ScenarioType as z };
1100
+ export { VerificationSessionStatuses as $, AVAILABLE_FLOWS as A, ScenarioModes as B, CredentialTypes as C, DataAvailableOnStart as D, ScenarioMode as E, ScenarioStatuses as F, ScenarioStatus as G, HostResponseMessage as H, IsVerifiedNotification as I, ScenarioSchema as J, KycCompletionData as K, BackwardsCompatibleScenarioTypes as L, BackwardsCompatibleScenarioType as M, BaseQueryResponse as N, OffChainScenarioExecutionData as O, PolygonIdInitialized as P, OffChainZKPRuleResult as Q, RuleEngineScenarioExecutionData as R, ScenarioAuthorizationData as S, TransactionData as T, ExecuteQueryResponse as U, RuleEngineResponse as V, ScenarioExecutionResponse as W, RuleResultStatuses as X, RuleResultStatus as Y, RuleResultStatusLabels as Z, SdkVerificationOutput as _, SdkVerificationResponseSchema as a, QueryLogicOperator as a$, VerificationSessionStatus as a0, VerificationOutput as a1, Action as a2, SimplifiedScenario as a3, AbbreviatedWorkflowScenario as a4, TemplateScenario as a5, CreateTemplateScenario as a6, ComplianceImplementationStepsInput as a7, SimplifiedCredential as a8, GetCredentialsRequest as a9, GetCustomerStatusResponse as aA, IdentityAppMessage as aB, IdentityWallet as aC, HostMessage as aD, IdentityMessage as aE, RequiredDataRowSchema as aF, RequiredVerificationData as aG, MediaType as aH, MediaTypePID as aI, CIRCUIT_IDS as aJ, CircuitId as aK, ZeroKnowledgeProofRequest as aL, AUTHORIZATION_REQUEST_MESSAGE_TYPES as aM, AuthorizationRequestMessageTypes as aN, AuthorizationRequestMessageType as aO, AuthorizationRequestMessage as aP, ProofData as aQ, ZeroKnowledgeProofResponse as aR, AuthorizationResponseMessage as aS, CredentialQrCodeData as aT, AuthQrCodeData as aU, QrCodeLinkWithSchemaType as aV, parseIden3Message as aW, parseSessionIdFromUrl as aX, SpecialDataSetTypes as aY, SpecialDataSetType as aZ, QUERY_LOGIC_OPERATOR as a_, GetCredentialsResponse as aa, PolygonIdRequestData as ab, PolygonIdRequest as ac, PolygonIdResponseData as ad, PolygonIdResponse as ae, StartFlowRequest as af, IsVerifiedRequest as ag, IsVerifiedResponse as ah, GetTxAuthSigRequest as ai, GetTxAuthSigResponse as aj, GetTxAuthSigRequestTezos as ak, GetTxAuthSigResponseTezos as al, HostRequestMessage as am, IdentityResponseMessage as an, GenerateWalletChallengeRequest as ao, AuthSession as ap, MobileExchangeTokenResponse as aq, AuthSessionData as ar, ChallengeResponse as as, WalletSignResponse as at, TxAuthDataSignatureGatingRequest as au, GetCustomerStatusRequest as av, IdentitySdkMessage as aw, IdentitySdkMessageWithIdentifier as ax, TxAuthDataSignatureResponse as ay, TxAuthDataSignatureGatingError as az, CloseScreenNotification as b, AnyTxAuthInputJsSdk as b$, OPERATORS as b0, Operator as b1, TIMEFRAME as b2, RuleTimeframe as b3, ZKPOperator as b4, operatorDisplayMap as b5, timeframeDisplayMap as b6, timeframeAlertDisplayMap as b7, ARRAY_OPERATORS as b8, ArrayOperator as b9, OLD_CHALLENGE_QUERY_OPERATORS as bA, OLD_ChallengeQueryOperator as bB, OperatorMappings as bC, OperatorToOLD_ChallengeQueryOperator as bD, OLD_ChallengeQueryOperatorToOperator as bE, OLD_QueryCredentialTypes as bF, OLD_QueryCredentialType as bG, getOldCredentialType as bH, getOldCredentialPath as bI, oldCredentialPathToDataLink as bJ, TxAuthInput as bK, ApiTxAuthInput as bL, TxSignatureResponse as bM, GetTxAuthDataSignatureSuccessResponse as bN, GetTxAuthDataSignatureFailureResponse as bO, GetTxAuthDataSignatureResponse as bP, TezosTxAuthInput as bQ, ApiTezosTxAuthInput as bR, TezosTxSignatureResponse as bS, GetTezosTxAuthDataSignatureResponse as bT, ExtendedTxAuthInput as bU, ExtendedTezosTxAuthInput as bV, ExtendedTxAuthDataSignatureResponse as bW, ExtendedTezosTxAuthDataSignatureResponse as bX, AnyTxAuthDataSignatureResponse as bY, Eip155TxAuthInputJsSdk as bZ, TezosTxAuthInputJsSdk as b_, STRING_OPERATORS as ba, StringOperator as bb, NUMERIC_OPERATORS as bc, NumericOperator as bd, BOOLEAN_OPERATORS as be, BooleanOperator as bf, DATE_OPERATORS as bg, DateOperator as bh, DISPLAY_MODE as bi, DisplayMode as bj, SUPPORTED_TYPES as bk, SupportedQueryInputType as bl, SupportedQueryInputTypes as bm, IDInformationTfhe as bn, AllCredentialValues as bo, QueriesOptions as bp, QueryType as bq, QueryConfigTfhe as br, QueryConfigSimplified as bs, QueryGroupConfigSimplified as bt, RuleResultQueryConfig as bu, PartialQueryConfigSimplified as bv, OLD_ChallengeQuerySchema as bw, QueryCredentialTypes as bx, QueryCredentialType as by, ChallengeQuerySchema as bz, KycCompletionNotification as c, ZKPRequest as c0, ZKPRequestFromZKVerifier as c1, PrivacyPreservingMonitoring as c2, CreateAuthRequestProps as c3, AllScenarioExecutionAuthorizationData as c4, SCENARIO_AUTHORIZATION_STATUSES as c5, ScenarioAuthorizationStatus as c6, WalletSignatureResponse as c7, VerifyWalletChallengeRequest as c8, CredentialSchemas as c9, CredentialNames as ca, NexeraCredentialType as cb, getCredentialName as cc, CredentialType as cd, VerifiableCredential as ce, CredentialMediaType as cf, Language as cg, OnChainScenarioExecutionData as d, ScenarioExecutionData as e, ScenarioExecutionNotification as f, OcvSdkInitialized as g, StartCompletedNotification as h, IdentityNotificationMessage as i, InitialDataRequest as j, SignatureRequest as k, SendTransactionRequest as l, IdentityRequestMessage as m, AvailableFlow as n, InitialDataResponse as o, SignatureResponse as p, TransactionResponse as q, SCENARIO_ACTION_TYPES as r, ActionType as s, ACTION_TRIGGERS as t, ActionTrigger as u, ACTION_STATUSES as v, ActionStatus as w, ActionValue as x, ScenarioTypes as y, ScenarioType as z };
@@ -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-9be2e0d8.cjs.dev.cjs');
8
- var tfheUtilities = require('./tfhe-utilities-27a28149.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-5ad52f81.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;
@@ -637,6 +637,7 @@ exports.IsVerifiedRequest = identityApi_schema.IsVerifiedRequest;
637
637
  exports.IsVerifiedResponse = identityApi_schema.IsVerifiedResponse;
638
638
  exports.KycCompletionData = identityApi_schema.KycCompletionData;
639
639
  exports.KycCompletionNotification = identityApi_schema.KycCompletionNotification;
640
+ exports.Language = identityApi_schema.Language;
640
641
  exports.MediaType = identityApi_schema.MediaType;
641
642
  exports.MediaTypePID = identityApi_schema.MediaTypePID;
642
643
  exports.MobileExchangeTokenResponse = identityApi_schema.MobileExchangeTokenResponse;
@@ -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-3abb32fd.cjs.prod.cjs');
8
- var tfheUtilities = require('./tfhe-utilities-37fada6d.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-3b5d2b65.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;
@@ -637,6 +637,7 @@ exports.IsVerifiedRequest = identityApi_schema.IsVerifiedRequest;
637
637
  exports.IsVerifiedResponse = identityApi_schema.IsVerifiedResponse;
638
638
  exports.KycCompletionData = identityApi_schema.KycCompletionData;
639
639
  exports.KycCompletionNotification = identityApi_schema.KycCompletionNotification;
640
+ exports.Language = identityApi_schema.Language;
640
641
  exports.MediaType = identityApi_schema.MediaType;
641
642
  exports.MediaTypePID = identityApi_schema.MediaTypePID;
642
643
  exports.MobileExchangeTokenResponse = identityApi_schema.MobileExchangeTokenResponse;