@nexeraid/identity-schemas 2.130.0-dev → 2.131.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 (64) hide show
  1. package/dist/{CoinMarketCap.schema-52c35587.cjs.prod.cjs → CoinMarketCap.schema-75a0f92b.cjs.prod.cjs} +2 -2
  2. package/dist/{CoinMarketCap.schema-3fa2dbfe.cjs.dev.cjs → CoinMarketCap.schema-e7a388f4.cjs.dev.cjs} +2 -2
  3. package/dist/{CoinMarketCap.schema-d51e69ae.esm.mjs → CoinMarketCap.schema-f8339199.esm.mjs} +2 -2
  4. package/dist/declarations/src/identity/app-requests.schema.d.ts +94 -94
  5. package/dist/declarations/src/identity/host-requests.schema.d.ts +16 -16
  6. package/dist/declarations/src/identity/identity-v2.schema.d.ts +76 -76
  7. package/dist/declarations/src/identity/kyc.schema.d.ts +74 -74
  8. package/dist/declarations/src/identity/query.schema.d.ts +84 -84
  9. package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
  10. package/dist/declarations/src/identity/scenario.schema.d.ts +156 -156
  11. package/dist/declarations/src/identity/txAuthData.schema.d.ts +28 -28
  12. package/dist/declarations/src/identity/zkps.schema.d.ts +46 -46
  13. package/dist/declarations/src/index.d.ts +1 -0
  14. package/dist/declarations/src/index.d.ts.map +1 -1
  15. package/dist/declarations/src/vault/data-links/data-links.schema.d.ts +4 -3
  16. package/dist/declarations/src/vault/data-links/data-links.schema.d.ts.map +1 -1
  17. package/dist/declarations/src/vault/data-links/metadata-links.schema.d.ts.map +1 -1
  18. package/dist/declarations/src/vault/data-links/object-path.d.ts +5 -2
  19. package/dist/declarations/src/vault/data-links/object-path.d.ts.map +1 -1
  20. package/dist/declarations/src/vault/data-links/type-util.d.ts +2 -2
  21. package/dist/declarations/src/vault/data-links/type-util.d.ts.map +1 -1
  22. package/dist/declarations/src/vault/data-links/zod-utils.d.ts.map +1 -1
  23. package/dist/declarations/src/vault/schemas/generated/Web3Transaction.schema.json.d.ts +31 -0
  24. package/dist/declarations/src/vault/schemas/generated/Web3Transaction.type.d.ts +13 -0
  25. package/dist/declarations/src/vault/schemas/generated/Web3Transaction.type.d.ts.map +1 -0
  26. package/dist/declarations/src/vault/vault.schema.d.ts +74 -23
  27. package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
  28. package/dist/declarations/src/web3-transaction.schema.d.ts +24 -0
  29. package/dist/declarations/src/web3-transaction.schema.d.ts.map +1 -0
  30. package/dist/{identity-api.schema-ba16c8c3.cjs.prod.cjs → identity-api.schema-876b71fe.cjs.prod.cjs} +1 -1
  31. package/dist/{identity-api.schema-3f7334e3.esm.mjs → identity-api.schema-93648b2c.esm.mjs} +1 -1
  32. package/dist/{identity-api.schema-b2947339.cjs.dev.cjs → identity-api.schema-b195fc03.cjs.dev.cjs} +1 -1
  33. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +11 -7
  34. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +11 -7
  35. package/dist/nexeraid-identity-schemas.esm.mjs +6 -4
  36. package/dist/package.json +1 -1
  37. package/dist/{tfhe-utilities-7c18a426.cjs.prod.cjs → tfhe-utilities-1ce70999.cjs.prod.cjs} +2 -2
  38. package/dist/{tfhe-utilities-e3085d72.esm.mjs → tfhe-utilities-3731a30f.esm.mjs} +2 -2
  39. package/dist/{tfhe-utilities-aa85d5c3.cjs.dev.cjs → tfhe-utilities-cc4d4e53.cjs.dev.cjs} +2 -2
  40. package/dist/toArray-721f6561.cjs.prod.cjs +9 -0
  41. package/dist/toArray-aa653e1d.esm.mjs +7 -0
  42. package/dist/toArray-f13714a0.cjs.dev.cjs +9 -0
  43. package/dist/{vault.schema-e1eca1dd.esm.mjs → vault.schema-3aa96890.esm.mjs} +80 -217
  44. package/dist/{vault.schema-c797be4e.cjs.dev.cjs → vault.schema-60464fc5.cjs.dev.cjs} +85 -221
  45. package/dist/{vault.schema-d8294208.cjs.prod.cjs → vault.schema-9f88c87d.cjs.prod.cjs} +85 -221
  46. package/dist/zod-utils-5768518c.cjs.dev.cjs +222 -0
  47. package/dist/zod-utils-895d0829.esm.mjs +217 -0
  48. package/dist/zod-utils-dfe3037a.cjs.prod.cjs +222 -0
  49. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
  50. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
  51. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  52. package/package.json +1 -1
  53. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
  54. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
  55. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  56. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +7 -5
  57. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +7 -5
  58. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -1
  59. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  60. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  61. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  62. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +5 -4
  63. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +5 -4
  64. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -3
@@ -348,20 +348,20 @@ 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 | import("../index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET;
352
- contractAbi: Record<string, unknown>[];
353
351
  contractAddress: `0x${string}`;
354
352
  functionName: string;
353
+ 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;
354
+ contractAbi: Record<string, unknown>[];
355
355
  args: unknown[];
356
356
  workflowId?: string | undefined;
357
357
  userAddress?: `0x${string}` | undefined;
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 | import("../index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET;
362
- contractAbi: Record<string, unknown>[];
363
361
  contractAddress: string;
364
362
  functionName: string;
363
+ 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;
364
+ contractAbi: Record<string, unknown>[];
365
365
  args: unknown[];
366
366
  workflowId?: string | undefined;
367
367
  userAddress?: string | undefined;
@@ -372,10 +372,10 @@ 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 | import("../index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET;
376
- contractAbi: Record<string, unknown>[];
377
375
  contractAddress: `0x${string}`;
378
376
  functionName: string;
377
+ 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;
378
+ contractAbi: Record<string, unknown>[];
379
379
  args: unknown[];
380
380
  workflowId?: string | undefined;
381
381
  userAddress?: `0x${string}` | undefined;
@@ -386,10 +386,10 @@ 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 | import("../index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET;
390
- contractAbi: Record<string, unknown>[];
391
389
  contractAddress: string;
392
390
  functionName: string;
391
+ 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;
392
+ contractAbi: Record<string, unknown>[];
393
393
  args: unknown[];
394
394
  workflowId?: string | undefined;
395
395
  userAddress?: string | undefined;
@@ -1002,26 +1002,26 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1002
1002
  attribute: z.ZodObject<{
1003
1003
  version: z.ZodEnum<["v1"]>;
1004
1004
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1005
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1005
+ path: z.ZodString;
1006
1006
  }, "strip", z.ZodTypeAny, {
1007
- path: import("../index.js").VaultSchemaPaths;
1007
+ path: string;
1008
1008
  version: "v1";
1009
1009
  schema: keyof import("../index.js").VaultSchema;
1010
1010
  }, {
1011
- path: import("../index.js").VaultSchemaPaths;
1011
+ path: string;
1012
1012
  version: "v1";
1013
1013
  schema: keyof import("../index.js").VaultSchema;
1014
1014
  }>;
1015
1015
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1016
1016
  version: z.ZodEnum<["v1"]>;
1017
1017
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1018
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1018
+ path: z.ZodString;
1019
1019
  }, "strip", z.ZodTypeAny, {
1020
- path: import("../index.js").VaultSchemaPaths;
1020
+ path: string;
1021
1021
  version: "v1";
1022
1022
  schema: keyof import("../index.js").VaultSchema;
1023
1023
  }, {
1024
- path: import("../index.js").VaultSchemaPaths;
1024
+ path: string;
1025
1025
  version: "v1";
1026
1026
  schema: keyof import("../index.js").VaultSchema;
1027
1027
  }>>>;
@@ -1030,7 +1030,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1030
1030
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
1031
1031
  }, "strip", z.ZodTypeAny, {
1032
1032
  attribute: {
1033
- path: import("../index.js").VaultSchemaPaths;
1033
+ path: string;
1034
1034
  version: "v1";
1035
1035
  schema: keyof import("../index.js").VaultSchema;
1036
1036
  };
@@ -1040,14 +1040,14 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1040
1040
  queryId?: `query_${string}` | undefined;
1041
1041
  requestId?: number | null | undefined;
1042
1042
  secondaryAttribute?: {
1043
- path: import("../index.js").VaultSchemaPaths;
1043
+ path: string;
1044
1044
  version: "v1";
1045
1045
  schema: keyof import("../index.js").VaultSchema;
1046
1046
  } | null | undefined;
1047
1047
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1048
1048
  }, {
1049
1049
  attribute: {
1050
- path: import("../index.js").VaultSchemaPaths;
1050
+ path: string;
1051
1051
  version: "v1";
1052
1052
  schema: keyof import("../index.js").VaultSchema;
1053
1053
  };
@@ -1057,7 +1057,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1057
1057
  queryId?: `query_${string}` | undefined;
1058
1058
  requestId?: number | null | undefined;
1059
1059
  secondaryAttribute?: {
1060
- path: import("../index.js").VaultSchemaPaths;
1060
+ path: string;
1061
1061
  version: "v1";
1062
1062
  schema: keyof import("../index.js").VaultSchema;
1063
1063
  } | null | undefined;
@@ -1068,7 +1068,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1068
1068
  status: "pending" | "authorised" | "unauthorised";
1069
1069
  query: {
1070
1070
  attribute: {
1071
- path: import("../index.js").VaultSchemaPaths;
1071
+ path: string;
1072
1072
  version: "v1";
1073
1073
  schema: keyof import("../index.js").VaultSchema;
1074
1074
  };
@@ -1078,7 +1078,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1078
1078
  queryId?: `query_${string}` | undefined;
1079
1079
  requestId?: number | null | undefined;
1080
1080
  secondaryAttribute?: {
1081
- path: import("../index.js").VaultSchemaPaths;
1081
+ path: string;
1082
1082
  version: "v1";
1083
1083
  schema: keyof import("../index.js").VaultSchema;
1084
1084
  } | null | undefined;
@@ -1141,7 +1141,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1141
1141
  status: "pending" | "authorised" | "unauthorised";
1142
1142
  query: {
1143
1143
  attribute: {
1144
- path: import("../index.js").VaultSchemaPaths;
1144
+ path: string;
1145
1145
  version: "v1";
1146
1146
  schema: keyof import("../index.js").VaultSchema;
1147
1147
  };
@@ -1151,7 +1151,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1151
1151
  queryId?: `query_${string}` | undefined;
1152
1152
  requestId?: number | null | undefined;
1153
1153
  secondaryAttribute?: {
1154
- path: import("../index.js").VaultSchemaPaths;
1154
+ path: string;
1155
1155
  version: "v1";
1156
1156
  schema: keyof import("../index.js").VaultSchema;
1157
1157
  } | null | undefined;
@@ -1217,7 +1217,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1217
1217
  status: "pending" | "authorised" | "unauthorised";
1218
1218
  query: {
1219
1219
  attribute: {
1220
- path: import("../index.js").VaultSchemaPaths;
1220
+ path: string;
1221
1221
  version: "v1";
1222
1222
  schema: keyof import("../index.js").VaultSchema;
1223
1223
  };
@@ -1227,7 +1227,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1227
1227
  queryId?: `query_${string}` | undefined;
1228
1228
  requestId?: number | null | undefined;
1229
1229
  secondaryAttribute?: {
1230
- path: import("../index.js").VaultSchemaPaths;
1230
+ path: string;
1231
1231
  version: "v1";
1232
1232
  schema: keyof import("../index.js").VaultSchema;
1233
1233
  } | null | undefined;
@@ -1293,7 +1293,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1293
1293
  status: "pending" | "authorised" | "unauthorised";
1294
1294
  query: {
1295
1295
  attribute: {
1296
- path: import("../index.js").VaultSchemaPaths;
1296
+ path: string;
1297
1297
  version: "v1";
1298
1298
  schema: keyof import("../index.js").VaultSchema;
1299
1299
  };
@@ -1303,7 +1303,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1303
1303
  queryId?: `query_${string}` | undefined;
1304
1304
  requestId?: number | null | undefined;
1305
1305
  secondaryAttribute?: {
1306
- path: import("../index.js").VaultSchemaPaths;
1306
+ path: string;
1307
1307
  version: "v1";
1308
1308
  schema: keyof import("../index.js").VaultSchema;
1309
1309
  } | null | undefined;
@@ -1403,7 +1403,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1403
1403
  status: "pending" | "authorised" | "unauthorised";
1404
1404
  query: {
1405
1405
  attribute: {
1406
- path: import("../index.js").VaultSchemaPaths;
1406
+ path: string;
1407
1407
  version: "v1";
1408
1408
  schema: keyof import("../index.js").VaultSchema;
1409
1409
  };
@@ -1413,7 +1413,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1413
1413
  queryId?: `query_${string}` | undefined;
1414
1414
  requestId?: number | null | undefined;
1415
1415
  secondaryAttribute?: {
1416
- path: import("../index.js").VaultSchemaPaths;
1416
+ path: string;
1417
1417
  version: "v1";
1418
1418
  schema: keyof import("../index.js").VaultSchema;
1419
1419
  } | null | undefined;
@@ -1508,7 +1508,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1508
1508
  status: "pending" | "authorised" | "unauthorised";
1509
1509
  query: {
1510
1510
  attribute: {
1511
- path: import("../index.js").VaultSchemaPaths;
1511
+ path: string;
1512
1512
  version: "v1";
1513
1513
  schema: keyof import("../index.js").VaultSchema;
1514
1514
  };
@@ -1518,7 +1518,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1518
1518
  queryId?: `query_${string}` | undefined;
1519
1519
  requestId?: number | null | undefined;
1520
1520
  secondaryAttribute?: {
1521
- path: import("../index.js").VaultSchemaPaths;
1521
+ path: string;
1522
1522
  version: "v1";
1523
1523
  schema: keyof import("../index.js").VaultSchema;
1524
1524
  } | null | undefined;
@@ -2487,26 +2487,26 @@ export declare const RequiredVerificationData: z.ZodObject<{
2487
2487
  attribute: z.ZodObject<{
2488
2488
  version: z.ZodEnum<["v1"]>;
2489
2489
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
2490
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
2490
+ path: z.ZodString;
2491
2491
  }, "strip", z.ZodTypeAny, {
2492
- path: import("../index.js").VaultSchemaPaths;
2492
+ path: string;
2493
2493
  version: "v1";
2494
2494
  schema: keyof import("../index.js").VaultSchema;
2495
2495
  }, {
2496
- path: import("../index.js").VaultSchemaPaths;
2496
+ path: string;
2497
2497
  version: "v1";
2498
2498
  schema: keyof import("../index.js").VaultSchema;
2499
2499
  }>;
2500
2500
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2501
2501
  version: z.ZodEnum<["v1"]>;
2502
2502
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
2503
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
2503
+ path: z.ZodString;
2504
2504
  }, "strip", z.ZodTypeAny, {
2505
- path: import("../index.js").VaultSchemaPaths;
2505
+ path: string;
2506
2506
  version: "v1";
2507
2507
  schema: keyof import("../index.js").VaultSchema;
2508
2508
  }, {
2509
- path: import("../index.js").VaultSchemaPaths;
2509
+ path: string;
2510
2510
  version: "v1";
2511
2511
  schema: keyof import("../index.js").VaultSchema;
2512
2512
  }>>>;
@@ -2515,7 +2515,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2515
2515
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
2516
2516
  }, "strip", z.ZodTypeAny, {
2517
2517
  attribute: {
2518
- path: import("../index.js").VaultSchemaPaths;
2518
+ path: string;
2519
2519
  version: "v1";
2520
2520
  schema: keyof import("../index.js").VaultSchema;
2521
2521
  };
@@ -2525,14 +2525,14 @@ export declare const RequiredVerificationData: z.ZodObject<{
2525
2525
  queryId?: `query_${string}` | undefined;
2526
2526
  requestId?: number | null | undefined;
2527
2527
  secondaryAttribute?: {
2528
- path: import("../index.js").VaultSchemaPaths;
2528
+ path: string;
2529
2529
  version: "v1";
2530
2530
  schema: keyof import("../index.js").VaultSchema;
2531
2531
  } | null | undefined;
2532
2532
  datasetColumnId?: `datasetc_${string}` | null | undefined;
2533
2533
  }, {
2534
2534
  attribute: {
2535
- path: import("../index.js").VaultSchemaPaths;
2535
+ path: string;
2536
2536
  version: "v1";
2537
2537
  schema: keyof import("../index.js").VaultSchema;
2538
2538
  };
@@ -2542,7 +2542,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2542
2542
  queryId?: `query_${string}` | undefined;
2543
2543
  requestId?: number | null | undefined;
2544
2544
  secondaryAttribute?: {
2545
- path: import("../index.js").VaultSchemaPaths;
2545
+ path: string;
2546
2546
  version: "v1";
2547
2547
  schema: keyof import("../index.js").VaultSchema;
2548
2548
  } | null | undefined;
@@ -2552,7 +2552,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2552
2552
  id: number;
2553
2553
  query: {
2554
2554
  attribute: {
2555
- path: import("../index.js").VaultSchemaPaths;
2555
+ path: string;
2556
2556
  version: "v1";
2557
2557
  schema: keyof import("../index.js").VaultSchema;
2558
2558
  };
@@ -2562,7 +2562,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2562
2562
  queryId?: `query_${string}` | undefined;
2563
2563
  requestId?: number | null | undefined;
2564
2564
  secondaryAttribute?: {
2565
- path: import("../index.js").VaultSchemaPaths;
2565
+ path: string;
2566
2566
  version: "v1";
2567
2567
  schema: keyof import("../index.js").VaultSchema;
2568
2568
  } | null | undefined;
@@ -2574,7 +2574,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2574
2574
  id: number;
2575
2575
  query: {
2576
2576
  attribute: {
2577
- path: import("../index.js").VaultSchemaPaths;
2577
+ path: string;
2578
2578
  version: "v1";
2579
2579
  schema: keyof import("../index.js").VaultSchema;
2580
2580
  };
@@ -2584,7 +2584,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2584
2584
  queryId?: `query_${string}` | undefined;
2585
2585
  requestId?: number | null | undefined;
2586
2586
  secondaryAttribute?: {
2587
- path: import("../index.js").VaultSchemaPaths;
2587
+ path: string;
2588
2588
  version: "v1";
2589
2589
  schema: keyof import("../index.js").VaultSchema;
2590
2590
  } | null | undefined;
@@ -2599,7 +2599,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2599
2599
  id: number;
2600
2600
  query: {
2601
2601
  attribute: {
2602
- path: import("../index.js").VaultSchemaPaths;
2602
+ path: string;
2603
2603
  version: "v1";
2604
2604
  schema: keyof import("../index.js").VaultSchema;
2605
2605
  };
@@ -2609,7 +2609,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2609
2609
  queryId?: `query_${string}` | undefined;
2610
2610
  requestId?: number | null | undefined;
2611
2611
  secondaryAttribute?: {
2612
- path: import("../index.js").VaultSchemaPaths;
2612
+ path: string;
2613
2613
  version: "v1";
2614
2614
  schema: keyof import("../index.js").VaultSchema;
2615
2615
  } | null | undefined;
@@ -2624,7 +2624,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2624
2624
  id: number;
2625
2625
  query: {
2626
2626
  attribute: {
2627
- path: import("../index.js").VaultSchemaPaths;
2627
+ path: string;
2628
2628
  version: "v1";
2629
2629
  schema: keyof import("../index.js").VaultSchema;
2630
2630
  };
@@ -2634,7 +2634,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2634
2634
  queryId?: `query_${string}` | undefined;
2635
2635
  requestId?: number | null | undefined;
2636
2636
  secondaryAttribute?: {
2637
- path: import("../index.js").VaultSchemaPaths;
2637
+ path: string;
2638
2638
  version: "v1";
2639
2639
  schema: keyof import("../index.js").VaultSchema;
2640
2640
  } | null | undefined;
@@ -2659,7 +2659,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2659
2659
  id: number;
2660
2660
  query: {
2661
2661
  attribute: {
2662
- path: import("../index.js").VaultSchemaPaths;
2662
+ path: string;
2663
2663
  version: "v1";
2664
2664
  schema: keyof import("../index.js").VaultSchema;
2665
2665
  };
@@ -2669,7 +2669,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2669
2669
  queryId?: `query_${string}` | undefined;
2670
2670
  requestId?: number | null | undefined;
2671
2671
  secondaryAttribute?: {
2672
- path: import("../index.js").VaultSchemaPaths;
2672
+ path: string;
2673
2673
  version: "v1";
2674
2674
  schema: keyof import("../index.js").VaultSchema;
2675
2675
  } | null | undefined;
@@ -2694,7 +2694,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2694
2694
  id: number;
2695
2695
  query: {
2696
2696
  attribute: {
2697
- path: import("../index.js").VaultSchemaPaths;
2697
+ path: string;
2698
2698
  version: "v1";
2699
2699
  schema: keyof import("../index.js").VaultSchema;
2700
2700
  };
@@ -2704,7 +2704,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2704
2704
  queryId?: `query_${string}` | undefined;
2705
2705
  requestId?: number | null | undefined;
2706
2706
  secondaryAttribute?: {
2707
- path: import("../index.js").VaultSchemaPaths;
2707
+ path: string;
2708
2708
  version: "v1";
2709
2709
  schema: keyof import("../index.js").VaultSchema;
2710
2710
  } | null | undefined;
@@ -2753,26 +2753,26 @@ export declare const RequiredVerificationData: z.ZodObject<{
2753
2753
  attribute: z.ZodObject<{
2754
2754
  version: z.ZodEnum<["v1"]>;
2755
2755
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
2756
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
2756
+ path: z.ZodString;
2757
2757
  }, "strip", z.ZodTypeAny, {
2758
- path: import("../index.js").VaultSchemaPaths;
2758
+ path: string;
2759
2759
  version: "v1";
2760
2760
  schema: keyof import("../index.js").VaultSchema;
2761
2761
  }, {
2762
- path: import("../index.js").VaultSchemaPaths;
2762
+ path: string;
2763
2763
  version: "v1";
2764
2764
  schema: keyof import("../index.js").VaultSchema;
2765
2765
  }>;
2766
2766
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2767
2767
  version: z.ZodEnum<["v1"]>;
2768
2768
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
2769
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
2769
+ path: z.ZodString;
2770
2770
  }, "strip", z.ZodTypeAny, {
2771
- path: import("../index.js").VaultSchemaPaths;
2771
+ path: string;
2772
2772
  version: "v1";
2773
2773
  schema: keyof import("../index.js").VaultSchema;
2774
2774
  }, {
2775
- path: import("../index.js").VaultSchemaPaths;
2775
+ path: string;
2776
2776
  version: "v1";
2777
2777
  schema: keyof import("../index.js").VaultSchema;
2778
2778
  }>>>;
@@ -2781,7 +2781,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2781
2781
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
2782
2782
  }, "strip", z.ZodTypeAny, {
2783
2783
  attribute: {
2784
- path: import("../index.js").VaultSchemaPaths;
2784
+ path: string;
2785
2785
  version: "v1";
2786
2786
  schema: keyof import("../index.js").VaultSchema;
2787
2787
  };
@@ -2791,14 +2791,14 @@ export declare const RequiredVerificationData: z.ZodObject<{
2791
2791
  queryId?: `query_${string}` | undefined;
2792
2792
  requestId?: number | null | undefined;
2793
2793
  secondaryAttribute?: {
2794
- path: import("../index.js").VaultSchemaPaths;
2794
+ path: string;
2795
2795
  version: "v1";
2796
2796
  schema: keyof import("../index.js").VaultSchema;
2797
2797
  } | null | undefined;
2798
2798
  datasetColumnId?: `datasetc_${string}` | null | undefined;
2799
2799
  }, {
2800
2800
  attribute: {
2801
- path: import("../index.js").VaultSchemaPaths;
2801
+ path: string;
2802
2802
  version: "v1";
2803
2803
  schema: keyof import("../index.js").VaultSchema;
2804
2804
  };
@@ -2808,7 +2808,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2808
2808
  queryId?: `query_${string}` | undefined;
2809
2809
  requestId?: number | null | undefined;
2810
2810
  secondaryAttribute?: {
2811
- path: import("../index.js").VaultSchemaPaths;
2811
+ path: string;
2812
2812
  version: "v1";
2813
2813
  schema: keyof import("../index.js").VaultSchema;
2814
2814
  } | null | undefined;
@@ -2825,7 +2825,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2825
2825
  }[];
2826
2826
  verifications: {
2827
2827
  attribute: {
2828
- path: import("../index.js").VaultSchemaPaths;
2828
+ path: string;
2829
2829
  version: "v1";
2830
2830
  schema: keyof import("../index.js").VaultSchema;
2831
2831
  };
@@ -2835,7 +2835,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2835
2835
  queryId?: `query_${string}` | undefined;
2836
2836
  requestId?: number | null | undefined;
2837
2837
  secondaryAttribute?: {
2838
- path: import("../index.js").VaultSchemaPaths;
2838
+ path: string;
2839
2839
  version: "v1";
2840
2840
  schema: keyof import("../index.js").VaultSchema;
2841
2841
  } | null | undefined;
@@ -2852,7 +2852,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2852
2852
  }[];
2853
2853
  verifications: {
2854
2854
  attribute: {
2855
- path: import("../index.js").VaultSchemaPaths;
2855
+ path: string;
2856
2856
  version: "v1";
2857
2857
  schema: keyof import("../index.js").VaultSchema;
2858
2858
  };
@@ -2862,7 +2862,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2862
2862
  queryId?: `query_${string}` | undefined;
2863
2863
  requestId?: number | null | undefined;
2864
2864
  secondaryAttribute?: {
2865
- path: import("../index.js").VaultSchemaPaths;
2865
+ path: string;
2866
2866
  version: "v1";
2867
2867
  schema: keyof import("../index.js").VaultSchema;
2868
2868
  } | null | undefined;
@@ -2885,7 +2885,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2885
2885
  id: number;
2886
2886
  query: {
2887
2887
  attribute: {
2888
- path: import("../index.js").VaultSchemaPaths;
2888
+ path: string;
2889
2889
  version: "v1";
2890
2890
  schema: keyof import("../index.js").VaultSchema;
2891
2891
  };
@@ -2895,7 +2895,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2895
2895
  queryId?: `query_${string}` | undefined;
2896
2896
  requestId?: number | null | undefined;
2897
2897
  secondaryAttribute?: {
2898
- path: import("../index.js").VaultSchemaPaths;
2898
+ path: string;
2899
2899
  version: "v1";
2900
2900
  schema: keyof import("../index.js").VaultSchema;
2901
2901
  } | null | undefined;
@@ -2927,7 +2927,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2927
2927
  }[];
2928
2928
  verifications: {
2929
2929
  attribute: {
2930
- path: import("../index.js").VaultSchemaPaths;
2930
+ path: string;
2931
2931
  version: "v1";
2932
2932
  schema: keyof import("../index.js").VaultSchema;
2933
2933
  };
@@ -2937,7 +2937,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2937
2937
  queryId?: `query_${string}` | undefined;
2938
2938
  requestId?: number | null | undefined;
2939
2939
  secondaryAttribute?: {
2940
- path: import("../index.js").VaultSchemaPaths;
2940
+ path: string;
2941
2941
  version: "v1";
2942
2942
  schema: keyof import("../index.js").VaultSchema;
2943
2943
  } | null | undefined;
@@ -2960,7 +2960,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2960
2960
  id: number;
2961
2961
  query: {
2962
2962
  attribute: {
2963
- path: import("../index.js").VaultSchemaPaths;
2963
+ path: string;
2964
2964
  version: "v1";
2965
2965
  schema: keyof import("../index.js").VaultSchema;
2966
2966
  };
@@ -2970,7 +2970,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
2970
2970
  queryId?: `query_${string}` | undefined;
2971
2971
  requestId?: number | null | undefined;
2972
2972
  secondaryAttribute?: {
2973
- path: import("../index.js").VaultSchemaPaths;
2973
+ path: string;
2974
2974
  version: "v1";
2975
2975
  schema: keyof import("../index.js").VaultSchema;
2976
2976
  } | null | undefined;
@@ -3002,7 +3002,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
3002
3002
  }[];
3003
3003
  verifications: {
3004
3004
  attribute: {
3005
- path: import("../index.js").VaultSchemaPaths;
3005
+ path: string;
3006
3006
  version: "v1";
3007
3007
  schema: keyof import("../index.js").VaultSchema;
3008
3008
  };
@@ -3012,7 +3012,7 @@ export declare const RequiredVerificationData: z.ZodObject<{
3012
3012
  queryId?: `query_${string}` | undefined;
3013
3013
  requestId?: number | null | undefined;
3014
3014
  secondaryAttribute?: {
3015
- path: import("../index.js").VaultSchemaPaths;
3015
+ path: string;
3016
3016
  version: "v1";
3017
3017
  schema: keyof import("../index.js").VaultSchema;
3018
3018
  } | null | undefined;