@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
@@ -10,21 +10,21 @@ export declare const TxAuthInput: z.ZodObject<{
10
10
  blockExpiration: z.ZodOptional<z.ZodNumber>;
11
11
  nonce: z.ZodOptional<z.ZodNumber>;
12
12
  }, "strip", z.ZodTypeAny, {
13
+ contractAddress: `0x${string}`;
14
+ functionName: string;
13
15
  userAddress: `0x${string}`;
14
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;
15
17
  contractAbi: Record<string, unknown>[];
16
- contractAddress: `0x${string}`;
17
- functionName: string;
18
18
  args: unknown[];
19
19
  workflowId?: string | undefined;
20
20
  blockExpiration?: number | undefined;
21
21
  nonce?: number | undefined;
22
22
  }, {
23
+ contractAddress: string;
24
+ functionName: string;
23
25
  userAddress: string;
24
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;
25
27
  contractAbi: Record<string, unknown>[];
26
- contractAddress: string;
27
- functionName: string;
28
28
  args: unknown[];
29
29
  workflowId?: string | undefined;
30
30
  blockExpiration?: number | undefined;
@@ -44,20 +44,20 @@ export declare const ApiTxAuthInput: z.ZodObject<z.objectUtil.extendShape<{
44
44
  }, {
45
45
  userAddress: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>>;
46
46
  }>, "strip", z.ZodTypeAny, {
47
- 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;
48
- contractAbi: Record<string, unknown>[];
49
47
  contractAddress: `0x${string}`;
50
48
  functionName: string;
49
+ 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;
50
+ contractAbi: Record<string, unknown>[];
51
51
  args: unknown[];
52
52
  workflowId?: string | undefined;
53
53
  userAddress?: `0x${string}` | undefined;
54
54
  blockExpiration?: number | undefined;
55
55
  nonce?: number | undefined;
56
56
  }, {
57
- 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;
58
- contractAbi: Record<string, unknown>[];
59
57
  contractAddress: string;
60
58
  functionName: string;
59
+ 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;
60
+ contractAbi: Record<string, unknown>[];
61
61
  args: unknown[];
62
62
  workflowId?: string | undefined;
63
63
  userAddress?: string | undefined;
@@ -140,18 +140,18 @@ export declare const TezosTxAuthInput: z.ZodObject<{
140
140
  blockExpiration: z.ZodOptional<z.ZodNumber>;
141
141
  nonce: z.ZodOptional<z.ZodNumber>;
142
142
  }, "strip", z.ZodTypeAny, {
143
- userAddress: `tz${string}`;
144
143
  contractAddress: `KT1${string}`;
145
144
  functionName: `%${string}`;
145
+ userAddress: `tz${string}`;
146
146
  args: string;
147
147
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
148
148
  workflowId?: string | undefined;
149
149
  blockExpiration?: number | undefined;
150
150
  nonce?: number | undefined;
151
151
  }, {
152
- userAddress: string;
153
152
  contractAddress: string;
154
153
  functionName: string;
154
+ userAddress: string;
155
155
  args: string;
156
156
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
157
157
  workflowId?: string | undefined;
@@ -235,21 +235,21 @@ export declare const ExtendedTxAuthInput: z.ZodIntersection<z.ZodObject<{
235
235
  blockExpiration: z.ZodOptional<z.ZodNumber>;
236
236
  nonce: z.ZodOptional<z.ZodNumber>;
237
237
  }, "strip", z.ZodTypeAny, {
238
+ contractAddress: `0x${string}`;
239
+ functionName: string;
238
240
  userAddress: `0x${string}`;
239
241
  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;
240
242
  contractAbi: Record<string, unknown>[];
241
- contractAddress: `0x${string}`;
242
- functionName: string;
243
243
  args: unknown[];
244
244
  workflowId?: string | undefined;
245
245
  blockExpiration?: number | undefined;
246
246
  nonce?: number | undefined;
247
247
  }, {
248
+ contractAddress: string;
249
+ functionName: string;
248
250
  userAddress: string;
249
251
  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;
250
252
  contractAbi: Record<string, unknown>[];
251
- contractAddress: string;
252
- functionName: string;
253
253
  args: unknown[];
254
254
  workflowId?: string | undefined;
255
255
  blockExpiration?: number | undefined;
@@ -275,18 +275,18 @@ export declare const ExtendedTezosTxAuthInput: z.ZodIntersection<z.ZodObject<{
275
275
  blockExpiration: z.ZodOptional<z.ZodNumber>;
276
276
  nonce: z.ZodOptional<z.ZodNumber>;
277
277
  }, "strip", z.ZodTypeAny, {
278
- userAddress: `tz${string}`;
279
278
  contractAddress: `KT1${string}`;
280
279
  functionName: `%${string}`;
280
+ userAddress: `tz${string}`;
281
281
  args: string;
282
282
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
283
283
  workflowId?: string | undefined;
284
284
  blockExpiration?: number | undefined;
285
285
  nonce?: number | undefined;
286
286
  }, {
287
- userAddress: string;
288
287
  contractAddress: string;
289
288
  functionName: string;
289
+ userAddress: string;
290
290
  args: string;
291
291
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
292
292
  workflowId?: string | undefined;
@@ -446,21 +446,21 @@ export declare const Eip155TxAuthInputJsSdk: z.ZodIntersection<z.ZodIntersection
446
446
  blockExpiration: z.ZodOptional<z.ZodNumber>;
447
447
  nonce: z.ZodOptional<z.ZodNumber>;
448
448
  }, "strip", z.ZodTypeAny, {
449
+ contractAddress: `0x${string}`;
450
+ functionName: string;
449
451
  userAddress: `0x${string}`;
450
452
  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;
451
453
  contractAbi: Record<string, unknown>[];
452
- contractAddress: `0x${string}`;
453
- functionName: string;
454
454
  args: unknown[];
455
455
  workflowId?: string | undefined;
456
456
  blockExpiration?: number | undefined;
457
457
  nonce?: number | undefined;
458
458
  }, {
459
+ contractAddress: string;
460
+ functionName: string;
459
461
  userAddress: string;
460
462
  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;
461
463
  contractAbi: Record<string, unknown>[];
462
- contractAddress: string;
463
- functionName: string;
464
464
  args: unknown[];
465
465
  workflowId?: string | undefined;
466
466
  blockExpiration?: number | undefined;
@@ -492,18 +492,18 @@ export declare const TezosTxAuthInputJsSdk: z.ZodIntersection<z.ZodIntersection<
492
492
  blockExpiration: z.ZodOptional<z.ZodNumber>;
493
493
  nonce: z.ZodOptional<z.ZodNumber>;
494
494
  }, "strip", z.ZodTypeAny, {
495
- userAddress: `tz${string}`;
496
495
  contractAddress: `KT1${string}`;
497
496
  functionName: `%${string}`;
497
+ userAddress: `tz${string}`;
498
498
  args: string;
499
499
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
500
500
  workflowId?: string | undefined;
501
501
  blockExpiration?: number | undefined;
502
502
  nonce?: number | undefined;
503
503
  }, {
504
- userAddress: string;
505
504
  contractAddress: string;
506
505
  functionName: string;
506
+ userAddress: string;
507
507
  args: string;
508
508
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
509
509
  workflowId?: string | undefined;
@@ -537,21 +537,21 @@ export declare const AnyTxAuthInputJsSdk: z.ZodUnion<[z.ZodIntersection<z.ZodInt
537
537
  blockExpiration: z.ZodOptional<z.ZodNumber>;
538
538
  nonce: z.ZodOptional<z.ZodNumber>;
539
539
  }, "strip", z.ZodTypeAny, {
540
+ contractAddress: `0x${string}`;
541
+ functionName: string;
540
542
  userAddress: `0x${string}`;
541
543
  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;
542
544
  contractAbi: Record<string, unknown>[];
543
- contractAddress: `0x${string}`;
544
- functionName: string;
545
545
  args: unknown[];
546
546
  workflowId?: string | undefined;
547
547
  blockExpiration?: number | undefined;
548
548
  nonce?: number | undefined;
549
549
  }, {
550
+ contractAddress: string;
551
+ functionName: string;
550
552
  userAddress: string;
551
553
  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;
552
554
  contractAbi: Record<string, unknown>[];
553
- contractAddress: string;
554
- functionName: string;
555
555
  args: unknown[];
556
556
  workflowId?: string | undefined;
557
557
  blockExpiration?: number | undefined;
@@ -581,18 +581,18 @@ export declare const AnyTxAuthInputJsSdk: z.ZodUnion<[z.ZodIntersection<z.ZodInt
581
581
  blockExpiration: z.ZodOptional<z.ZodNumber>;
582
582
  nonce: z.ZodOptional<z.ZodNumber>;
583
583
  }, "strip", z.ZodTypeAny, {
584
- userAddress: `tz${string}`;
585
584
  contractAddress: `KT1${string}`;
586
585
  functionName: `%${string}`;
586
+ userAddress: `tz${string}`;
587
587
  args: string;
588
588
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
589
589
  workflowId?: string | undefined;
590
590
  blockExpiration?: number | undefined;
591
591
  nonce?: number | undefined;
592
592
  }, {
593
- userAddress: string;
594
593
  contractAddress: string;
595
594
  functionName: string;
595
+ userAddress: string;
596
596
  args: string;
597
597
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
598
598
  workflowId?: string | undefined;
@@ -10,26 +10,26 @@ export declare const ZKPRequest: z.ZodObject<{
10
10
  attribute: z.ZodObject<{
11
11
  version: z.ZodEnum<["v1"]>;
12
12
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
13
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
13
+ path: z.ZodString;
14
14
  }, "strip", z.ZodTypeAny, {
15
- path: import("../index.js").VaultSchemaPaths;
15
+ path: string;
16
16
  version: "v1";
17
17
  schema: keyof import("../index.js").VaultSchema;
18
18
  }, {
19
- path: import("../index.js").VaultSchemaPaths;
19
+ path: string;
20
20
  version: "v1";
21
21
  schema: keyof import("../index.js").VaultSchema;
22
22
  }>;
23
23
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
24
24
  version: z.ZodEnum<["v1"]>;
25
25
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
26
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
26
+ path: z.ZodString;
27
27
  }, "strip", z.ZodTypeAny, {
28
- path: import("../index.js").VaultSchemaPaths;
28
+ path: string;
29
29
  version: "v1";
30
30
  schema: keyof import("../index.js").VaultSchema;
31
31
  }, {
32
- path: import("../index.js").VaultSchemaPaths;
32
+ path: string;
33
33
  version: "v1";
34
34
  schema: keyof import("../index.js").VaultSchema;
35
35
  }>>>;
@@ -38,7 +38,7 @@ export declare const ZKPRequest: z.ZodObject<{
38
38
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
39
39
  }, "strip", z.ZodTypeAny, {
40
40
  attribute: {
41
- path: import("../index.js").VaultSchemaPaths;
41
+ path: string;
42
42
  version: "v1";
43
43
  schema: keyof import("../index.js").VaultSchema;
44
44
  };
@@ -48,14 +48,14 @@ export declare const ZKPRequest: z.ZodObject<{
48
48
  queryId?: `query_${string}` | undefined;
49
49
  requestId?: number | null | undefined;
50
50
  secondaryAttribute?: {
51
- path: import("../index.js").VaultSchemaPaths;
51
+ path: string;
52
52
  version: "v1";
53
53
  schema: keyof import("../index.js").VaultSchema;
54
54
  } | null | undefined;
55
55
  datasetColumnId?: `datasetc_${string}` | null | undefined;
56
56
  }, {
57
57
  attribute: {
58
- path: import("../index.js").VaultSchemaPaths;
58
+ path: string;
59
59
  version: "v1";
60
60
  schema: keyof import("../index.js").VaultSchema;
61
61
  };
@@ -65,7 +65,7 @@ export declare const ZKPRequest: z.ZodObject<{
65
65
  queryId?: `query_${string}` | undefined;
66
66
  requestId?: number | null | undefined;
67
67
  secondaryAttribute?: {
68
- path: import("../index.js").VaultSchemaPaths;
68
+ path: string;
69
69
  version: "v1";
70
70
  schema: keyof import("../index.js").VaultSchema;
71
71
  } | null | undefined;
@@ -75,7 +75,7 @@ export declare const ZKPRequest: z.ZodObject<{
75
75
  id: number;
76
76
  query: {
77
77
  attribute: {
78
- path: import("../index.js").VaultSchemaPaths;
78
+ path: string;
79
79
  version: "v1";
80
80
  schema: keyof import("../index.js").VaultSchema;
81
81
  };
@@ -85,7 +85,7 @@ export declare const ZKPRequest: z.ZodObject<{
85
85
  queryId?: `query_${string}` | undefined;
86
86
  requestId?: number | null | undefined;
87
87
  secondaryAttribute?: {
88
- path: import("../index.js").VaultSchemaPaths;
88
+ path: string;
89
89
  version: "v1";
90
90
  schema: keyof import("../index.js").VaultSchema;
91
91
  } | null | undefined;
@@ -97,7 +97,7 @@ export declare const ZKPRequest: z.ZodObject<{
97
97
  id: number;
98
98
  query: {
99
99
  attribute: {
100
- path: import("../index.js").VaultSchemaPaths;
100
+ path: string;
101
101
  version: "v1";
102
102
  schema: keyof import("../index.js").VaultSchema;
103
103
  };
@@ -107,7 +107,7 @@ export declare const ZKPRequest: z.ZodObject<{
107
107
  queryId?: `query_${string}` | undefined;
108
108
  requestId?: number | null | undefined;
109
109
  secondaryAttribute?: {
110
- path: import("../index.js").VaultSchemaPaths;
110
+ path: string;
111
111
  version: "v1";
112
112
  schema: keyof import("../index.js").VaultSchema;
113
113
  } | null | undefined;
@@ -147,26 +147,26 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
147
147
  attribute: z.ZodObject<{
148
148
  version: z.ZodEnum<["v1"]>;
149
149
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
150
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
150
+ path: z.ZodString;
151
151
  }, "strip", z.ZodTypeAny, {
152
- path: import("../index.js").VaultSchemaPaths;
152
+ path: string;
153
153
  version: "v1";
154
154
  schema: keyof import("../index.js").VaultSchema;
155
155
  }, {
156
- path: import("../index.js").VaultSchemaPaths;
156
+ path: string;
157
157
  version: "v1";
158
158
  schema: keyof import("../index.js").VaultSchema;
159
159
  }>;
160
160
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
161
161
  version: z.ZodEnum<["v1"]>;
162
162
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
163
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
163
+ path: z.ZodString;
164
164
  }, "strip", z.ZodTypeAny, {
165
- path: import("../index.js").VaultSchemaPaths;
165
+ path: string;
166
166
  version: "v1";
167
167
  schema: keyof import("../index.js").VaultSchema;
168
168
  }, {
169
- path: import("../index.js").VaultSchemaPaths;
169
+ path: string;
170
170
  version: "v1";
171
171
  schema: keyof import("../index.js").VaultSchema;
172
172
  }>>>;
@@ -175,7 +175,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
175
175
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
176
176
  }, "strip", z.ZodTypeAny, {
177
177
  attribute: {
178
- path: import("../index.js").VaultSchemaPaths;
178
+ path: string;
179
179
  version: "v1";
180
180
  schema: keyof import("../index.js").VaultSchema;
181
181
  };
@@ -185,14 +185,14 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
185
185
  queryId?: `query_${string}` | undefined;
186
186
  requestId?: number | null | undefined;
187
187
  secondaryAttribute?: {
188
- path: import("../index.js").VaultSchemaPaths;
188
+ path: string;
189
189
  version: "v1";
190
190
  schema: keyof import("../index.js").VaultSchema;
191
191
  } | null | undefined;
192
192
  datasetColumnId?: `datasetc_${string}` | null | undefined;
193
193
  }, {
194
194
  attribute: {
195
- path: import("../index.js").VaultSchemaPaths;
195
+ path: string;
196
196
  version: "v1";
197
197
  schema: keyof import("../index.js").VaultSchema;
198
198
  };
@@ -202,7 +202,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
202
202
  queryId?: `query_${string}` | undefined;
203
203
  requestId?: number | null | undefined;
204
204
  secondaryAttribute?: {
205
- path: import("../index.js").VaultSchemaPaths;
205
+ path: string;
206
206
  version: "v1";
207
207
  schema: keyof import("../index.js").VaultSchema;
208
208
  } | null | undefined;
@@ -212,7 +212,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
212
212
  id: number;
213
213
  query: {
214
214
  attribute: {
215
- path: import("../index.js").VaultSchemaPaths;
215
+ path: string;
216
216
  version: "v1";
217
217
  schema: keyof import("../index.js").VaultSchema;
218
218
  };
@@ -222,7 +222,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
222
222
  queryId?: `query_${string}` | undefined;
223
223
  requestId?: number | null | undefined;
224
224
  secondaryAttribute?: {
225
- path: import("../index.js").VaultSchemaPaths;
225
+ path: string;
226
226
  version: "v1";
227
227
  schema: keyof import("../index.js").VaultSchema;
228
228
  } | null | undefined;
@@ -234,7 +234,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
234
234
  id: number;
235
235
  query: {
236
236
  attribute: {
237
- path: import("../index.js").VaultSchemaPaths;
237
+ path: string;
238
238
  version: "v1";
239
239
  schema: keyof import("../index.js").VaultSchema;
240
240
  };
@@ -244,7 +244,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
244
244
  queryId?: `query_${string}` | undefined;
245
245
  requestId?: number | null | undefined;
246
246
  secondaryAttribute?: {
247
- path: import("../index.js").VaultSchemaPaths;
247
+ path: string;
248
248
  version: "v1";
249
249
  schema: keyof import("../index.js").VaultSchema;
250
250
  } | null | undefined;
@@ -258,7 +258,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
258
258
  id: number;
259
259
  query: {
260
260
  attribute: {
261
- path: import("../index.js").VaultSchemaPaths;
261
+ path: string;
262
262
  version: "v1";
263
263
  schema: keyof import("../index.js").VaultSchema;
264
264
  };
@@ -268,7 +268,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
268
268
  queryId?: `query_${string}` | undefined;
269
269
  requestId?: number | null | undefined;
270
270
  secondaryAttribute?: {
271
- path: import("../index.js").VaultSchemaPaths;
271
+ path: string;
272
272
  version: "v1";
273
273
  schema: keyof import("../index.js").VaultSchema;
274
274
  } | null | undefined;
@@ -283,7 +283,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
283
283
  id: number;
284
284
  query: {
285
285
  attribute: {
286
- path: import("../index.js").VaultSchemaPaths;
286
+ path: string;
287
287
  version: "v1";
288
288
  schema: keyof import("../index.js").VaultSchema;
289
289
  };
@@ -293,7 +293,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
293
293
  queryId?: `query_${string}` | undefined;
294
294
  requestId?: number | null | undefined;
295
295
  secondaryAttribute?: {
296
- path: import("../index.js").VaultSchemaPaths;
296
+ path: string;
297
297
  version: "v1";
298
298
  schema: keyof import("../index.js").VaultSchema;
299
299
  } | null | undefined;
@@ -317,26 +317,26 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
317
317
  attribute: z.ZodObject<{
318
318
  version: z.ZodEnum<["v1"]>;
319
319
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
320
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
320
+ path: z.ZodString;
321
321
  }, "strip", z.ZodTypeAny, {
322
- path: import("../index.js").VaultSchemaPaths;
322
+ path: string;
323
323
  version: "v1";
324
324
  schema: keyof import("../index.js").VaultSchema;
325
325
  }, {
326
- path: import("../index.js").VaultSchemaPaths;
326
+ path: string;
327
327
  version: "v1";
328
328
  schema: keyof import("../index.js").VaultSchema;
329
329
  }>;
330
330
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
331
331
  version: z.ZodEnum<["v1"]>;
332
332
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
333
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
333
+ path: z.ZodString;
334
334
  }, "strip", z.ZodTypeAny, {
335
- path: import("../index.js").VaultSchemaPaths;
335
+ path: string;
336
336
  version: "v1";
337
337
  schema: keyof import("../index.js").VaultSchema;
338
338
  }, {
339
- path: import("../index.js").VaultSchemaPaths;
339
+ path: string;
340
340
  version: "v1";
341
341
  schema: keyof import("../index.js").VaultSchema;
342
342
  }>>>;
@@ -345,7 +345,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
345
345
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
346
346
  }, "strip", z.ZodTypeAny, {
347
347
  attribute: {
348
- path: import("../index.js").VaultSchemaPaths;
348
+ path: string;
349
349
  version: "v1";
350
350
  schema: keyof import("../index.js").VaultSchema;
351
351
  };
@@ -355,14 +355,14 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
355
355
  queryId?: `query_${string}` | undefined;
356
356
  requestId?: number | null | undefined;
357
357
  secondaryAttribute?: {
358
- path: import("../index.js").VaultSchemaPaths;
358
+ path: string;
359
359
  version: "v1";
360
360
  schema: keyof import("../index.js").VaultSchema;
361
361
  } | null | undefined;
362
362
  datasetColumnId?: `datasetc_${string}` | null | undefined;
363
363
  }, {
364
364
  attribute: {
365
- path: import("../index.js").VaultSchemaPaths;
365
+ path: string;
366
366
  version: "v1";
367
367
  schema: keyof import("../index.js").VaultSchema;
368
368
  };
@@ -372,7 +372,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
372
372
  queryId?: `query_${string}` | undefined;
373
373
  requestId?: number | null | undefined;
374
374
  secondaryAttribute?: {
375
- path: import("../index.js").VaultSchemaPaths;
375
+ path: string;
376
376
  version: "v1";
377
377
  schema: keyof import("../index.js").VaultSchema;
378
378
  } | null | undefined;
@@ -387,7 +387,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
387
387
  message: string;
388
388
  query: {
389
389
  attribute: {
390
- path: import("../index.js").VaultSchemaPaths;
390
+ path: string;
391
391
  version: "v1";
392
392
  schema: keyof import("../index.js").VaultSchema;
393
393
  };
@@ -397,7 +397,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
397
397
  queryId?: `query_${string}` | undefined;
398
398
  requestId?: number | null | undefined;
399
399
  secondaryAttribute?: {
400
- path: import("../index.js").VaultSchemaPaths;
400
+ path: string;
401
401
  version: "v1";
402
402
  schema: keyof import("../index.js").VaultSchema;
403
403
  } | null | undefined;
@@ -414,7 +414,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
414
414
  message: string;
415
415
  query: {
416
416
  attribute: {
417
- path: import("../index.js").VaultSchemaPaths;
417
+ path: string;
418
418
  version: "v1";
419
419
  schema: keyof import("../index.js").VaultSchema;
420
420
  };
@@ -424,7 +424,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
424
424
  queryId?: `query_${string}` | undefined;
425
425
  requestId?: number | null | undefined;
426
426
  secondaryAttribute?: {
427
- path: import("../index.js").VaultSchemaPaths;
427
+ path: string;
428
428
  version: "v1";
429
429
  schema: keyof import("../index.js").VaultSchema;
430
430
  } | null | undefined;
@@ -15,5 +15,6 @@ export * from "./transaction.schema.js";
15
15
  export * from "./vault/index.js";
16
16
  export * from "./aws-webhook.schema.js";
17
17
  export * from "./wallet-screening.schema.js";
18
+ export * from "./web3-transaction.schema.js";
18
19
  export * from "./datasets.schema.js";
19
20
  //# 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,qCAAkC"}
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,6CAA0C;AAC1C,qCAAkC"}
@@ -24,7 +24,8 @@ type BaseDataLink<TType extends DataLinkType, TSchemaId extends string, TPath ex
24
24
  * A link to a specific property in the schema
25
25
  */
26
26
  export type PointerKeyMap<TPath extends string, TKey = any> = Partial<Record<TPath, TKey>>;
27
- type ErrorCannotInferKeyActualType = never;
27
+ type ErrorCannotInferActualType = unknown;
28
+ type ErrorCannotInferKeyActualType = ErrorCannotInferActualType;
28
29
  export type PointerLinkKey<TPath extends string, TAvailableKeysBySchemaIdAndPath extends PointerKeyMap<TPath>> = TPath extends keyof TAvailableKeysBySchemaIdAndPath ? TAvailableKeysBySchemaIdAndPath[TPath] : ErrorCannotInferKeyActualType;
29
30
  export type PointerLink<_TSchema, TSchemaId extends string, TPath extends string, TAvailableKeysBySchemaIdAndPath extends PointerKeyMap<TPath>> = Prettify<BaseDataLink<"pointer", TSchemaId, TPath> & {
30
31
  key: PointerLinkKey<TPath, TAvailableKeysBySchemaIdAndPath>;
@@ -36,7 +37,7 @@ export type PointerLinkDataType<TSchema, TPath extends string> = GetObjectSubTyp
36
37
  * A query to search the schema that returns a list of objects
37
38
  */
38
39
  export type SearchLinkQueryMap<TPath extends string, TQuery = any> = Partial<Record<TPath, TQuery>>;
39
- type ErrorCannotInferQueryActualType = never;
40
+ type ErrorCannotInferQueryActualType = ErrorCannotInferActualType;
40
41
  export type SearchLink<_TSchema, TSchemaId extends string, TPath extends string, TAvailableQueriesBySchemaIdAndPath extends SearchLinkQueryMap<TPath>> = Prettify<BaseDataLink<"search", TSchemaId, TPath> & {
41
42
  query: TPath extends keyof TAvailableQueriesBySchemaIdAndPath ? TAvailableQueriesBySchemaIdAndPath[TPath] : ErrorCannotInferQueryActualType;
42
43
  }>;
@@ -51,7 +52,7 @@ export type EmbeddedLink<TSchema, TSchemaId extends string, TPath extends string
51
52
  }>;
52
53
  export type EmbeddedLinkDataType<TSchema, TPath extends string> = GetObjectSubType<TSchema, TPath>;
53
54
  export type DataLink<TSchema, TSchemaId extends string, TPath extends string, TAvailableKeysBySchemaIdAndPath extends PointerKeyMap<TPath>, TAvailableQueriesBySchemaIdAndPath extends SearchLinkQueryMap<TPath>> = PointerLink<TSchema, TSchemaId, TPath, TAvailableKeysBySchemaIdAndPath> | SearchLink<TSchema, TSchemaId, TPath, TAvailableQueriesBySchemaIdAndPath> | EmbeddedLink<TSchema, TSchemaId, TPath>;
54
- type ErrorCannotInferLinkDataType = never;
55
+ type ErrorCannotInferLinkDataType = ErrorCannotInferActualType;
55
56
  export type DataLinkDataType<TSchema, TPath extends string, TLinkType extends DataLinkType> = Prettify<TLinkType extends "pointer" ? PointerLinkDataType<TSchema, TPath> : TLinkType extends "search" ? SearchLinkDataType<TSchema, TPath> : TLinkType extends "embedded" ? EmbeddedLinkDataType<TSchema, TPath> : ErrorCannotInferLinkDataType>;
56
57
  export {};
57
58
  //# sourceMappingURL=data-links.schema.d.ts.map