@nexeraid/identity-schemas 2.93.0-dev → 2.95.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 (59) hide show
  1. package/dist/{CoinMarketCap.schema-8c155e0d.cjs.dev.cjs → CoinMarketCap.schema-8f51f99c.cjs.dev.cjs} +4 -4
  2. package/dist/{CoinMarketCap.schema-218d0159.cjs.prod.cjs → CoinMarketCap.schema-b65544c9.cjs.prod.cjs} +4 -4
  3. package/dist/{CoinMarketCap.schema-f941f584.esm.mjs → CoinMarketCap.schema-fb3f081d.esm.mjs} +2 -2
  4. package/dist/declarations/src/blockchain/chains/all.schema.d.ts +1 -1
  5. package/dist/declarations/src/blockchain/chains/all.schema.d.ts.map +1 -1
  6. package/dist/declarations/src/blockchain/chains/evm.schema.d.ts +7 -5
  7. package/dist/declarations/src/blockchain/chains/evm.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
  9. package/dist/declarations/src/identity/host-requests.schema.d.ts +10 -10
  10. package/dist/declarations/src/identity/identity-v2.schema.d.ts +33 -33
  11. package/dist/declarations/src/identity/kyc.schema.d.ts +14 -14
  12. package/dist/declarations/src/identity/scenario.schema.d.ts +59 -59
  13. package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
  14. package/dist/declarations/src/identity/txAuthData.schema.d.ts +15 -15
  15. package/dist/declarations/src/identity-ids.schema.d.ts +6 -2
  16. package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
  17. package/dist/declarations/src/providers/index.d.ts +1 -0
  18. package/dist/declarations/src/providers/index.d.ts.map +1 -1
  19. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +37 -37
  20. package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +1 -3
  21. package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts.map +1 -1
  22. package/dist/declarations/src/providers/scorechain/scorechainRiskLevel.schema.d.ts +5 -0
  23. package/dist/declarations/src/providers/scorechain/scorechainRiskLevel.schema.d.ts.map +1 -0
  24. package/dist/declarations/src/vault/schemas/Customer.zod.d.ts +28 -0
  25. package/dist/declarations/src/vault/schemas/Customer.zod.d.ts.map +1 -1
  26. package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +38 -0
  27. package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +6 -0
  28. package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
  29. package/dist/declarations/src/vault/vault.schema.d.ts +48 -0
  30. package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
  31. package/dist/{identity-api.schema-a5793eed.esm.mjs → identity-api.schema-5b7341cb.esm.mjs} +9 -87
  32. package/dist/{identity-api.schema-49bb28b1.cjs.prod.cjs → identity-api.schema-7a09a22a.cjs.prod.cjs} +9 -106
  33. package/dist/{identity-api.schema-631884b4.cjs.dev.cjs → identity-api.schema-bf0857fd.cjs.dev.cjs} +9 -106
  34. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +24 -22
  35. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +24 -22
  36. package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
  37. package/dist/package.json +1 -1
  38. package/dist/{tfhe-utilities-9a012c74.cjs.dev.cjs → tfhe-utilities-939bea5e.cjs.dev.cjs} +2 -2
  39. package/dist/{tfhe-utilities-8f915faa.cjs.prod.cjs → tfhe-utilities-ae6d666e.cjs.prod.cjs} +2 -2
  40. package/dist/{tfhe-utilities-35852daa.esm.mjs → tfhe-utilities-f0db74d9.esm.mjs} +2 -2
  41. package/dist/{vault.schema-4f041ed1.cjs.dev.cjs → vault.schema-715502cc.cjs.dev.cjs} +170 -7
  42. package/dist/{vault.schema-a0de2905.esm.mjs → vault.schema-78e863d5.esm.mjs} +150 -8
  43. package/dist/{vault.schema-7f773af4.cjs.prod.cjs → vault.schema-bd02bf67.cjs.prod.cjs} +170 -7
  44. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
  45. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
  46. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  47. package/package.json +1 -1
  48. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
  49. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
  50. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  51. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
  52. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
  53. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
  54. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  55. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  56. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  57. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +11 -11
  58. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +11 -11
  59. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
@@ -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<z.objectUtil.extendShape<{
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]>;
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]>;
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;
@@ -348,7 +348,7 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
348
348
  }, {
349
349
  userAddress: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>>;
350
350
  }>, "strip", z.ZodTypeAny, {
351
- 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;
351
+ 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;
352
352
  contractAbi: Record<string, unknown>[];
353
353
  contractAddress: `0x${string}`;
354
354
  functionName: string;
@@ -358,7 +358,7 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
358
358
  blockExpiration?: number | undefined;
359
359
  nonce?: number | undefined;
360
360
  }, {
361
- 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;
361
+ 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;
362
362
  contractAbi: Record<string, unknown>[];
363
363
  contractAddress: string;
364
364
  functionName: string;
@@ -372,7 +372,7 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
372
372
  }, "strip", z.ZodTypeAny, {
373
373
  type: "getTxAuthSigRequest";
374
374
  data: {
375
- 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;
375
+ 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;
376
376
  contractAbi: Record<string, unknown>[];
377
377
  contractAddress: `0x${string}`;
378
378
  functionName: string;
@@ -386,7 +386,7 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
386
386
  }, {
387
387
  type: "getTxAuthSigRequest";
388
388
  data: {
389
- 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;
389
+ 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;
390
390
  contractAbi: Record<string, unknown>[];
391
391
  contractAddress: string;
392
392
  functionName: string;
@@ -609,7 +609,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
609
609
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
610
610
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
611
611
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
612
- objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
612
+ objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
613
613
  objectId: z.ZodString;
614
614
  name: z.ZodString;
615
615
  address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
@@ -652,7 +652,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
652
652
  };
653
653
  executionId: string;
654
654
  scenarioId: string;
655
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
655
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
656
656
  objectId: string;
657
657
  address?: string | null | undefined;
658
658
  }, {
@@ -666,7 +666,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
666
666
  };
667
667
  executionId: string;
668
668
  scenarioId: string;
669
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
669
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
670
670
  objectId: string;
671
671
  address?: string | null | undefined;
672
672
  }>, "many">, "many">>;
@@ -685,7 +685,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
685
685
  };
686
686
  executionId: string;
687
687
  scenarioId: string;
688
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
688
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
689
689
  objectId: string;
690
690
  address?: string | null | undefined;
691
691
  }[][] | undefined;
@@ -704,7 +704,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
704
704
  };
705
705
  executionId: string;
706
706
  scenarioId: string;
707
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
707
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
708
708
  objectId: string;
709
709
  address?: string | null | undefined;
710
710
  }[][] | undefined;
@@ -726,7 +726,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
726
726
  };
727
727
  executionId: string;
728
728
  scenarioId: string;
729
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
729
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
730
730
  objectId: string;
731
731
  address?: string | null | undefined;
732
732
  }[][] | undefined;
@@ -748,7 +748,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
748
748
  };
749
749
  executionId: string;
750
750
  scenarioId: string;
751
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
751
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
752
752
  objectId: string;
753
753
  address?: string | null | undefined;
754
754
  }[][] | undefined;
@@ -1385,7 +1385,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1385
1385
  };
1386
1386
  executionId: string;
1387
1387
  scenarioId: string;
1388
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
1388
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1389
1389
  objectId: string;
1390
1390
  address?: string | null | undefined;
1391
1391
  }[][] | undefined;
@@ -1489,7 +1489,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1489
1489
  };
1490
1490
  executionId: string;
1491
1491
  scenarioId: string;
1492
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
1492
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1493
1493
  objectId: string;
1494
1494
  address?: string | null | undefined;
1495
1495
  }[][] | undefined;