@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
@@ -130,21 +130,21 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
130
130
  blockExpiration: z.ZodOptional<z.ZodNumber>;
131
131
  nonce: z.ZodOptional<z.ZodNumber>;
132
132
  }, "strip", z.ZodTypeAny, {
133
+ contractAddress: `0x${string}`;
134
+ functionName: string;
133
135
  userAddress: `0x${string}`;
134
136
  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;
135
137
  contractAbi: Record<string, unknown>[];
136
- contractAddress: `0x${string}`;
137
- functionName: string;
138
138
  args: unknown[];
139
139
  workflowId?: string | undefined;
140
140
  blockExpiration?: number | undefined;
141
141
  nonce?: number | undefined;
142
142
  }, {
143
+ contractAddress: string;
144
+ functionName: string;
143
145
  userAddress: string;
144
146
  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;
145
147
  contractAbi: Record<string, unknown>[];
146
- contractAddress: string;
147
- functionName: string;
148
148
  args: unknown[];
149
149
  workflowId?: string | undefined;
150
150
  blockExpiration?: number | undefined;
@@ -174,18 +174,18 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
174
174
  blockExpiration: z.ZodOptional<z.ZodNumber>;
175
175
  nonce: z.ZodOptional<z.ZodNumber>;
176
176
  }, "strip", z.ZodTypeAny, {
177
- userAddress: `tz${string}`;
178
177
  contractAddress: `KT1${string}`;
179
178
  functionName: `%${string}`;
179
+ userAddress: `tz${string}`;
180
180
  args: string;
181
181
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
182
182
  workflowId?: string | undefined;
183
183
  blockExpiration?: number | undefined;
184
184
  nonce?: number | undefined;
185
185
  }, {
186
- userAddress: string;
187
186
  contractAddress: string;
188
187
  functionName: string;
188
+ userAddress: string;
189
189
  args: string;
190
190
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
191
191
  workflowId?: string | undefined;
@@ -209,11 +209,11 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
209
209
  }>>]>;
210
210
  }, "strip", z.ZodTypeAny, {
211
211
  input: ({
212
+ contractAddress: `0x${string}`;
213
+ functionName: string;
212
214
  userAddress: `0x${string}`;
213
215
  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;
214
216
  contractAbi: Record<string, unknown>[];
215
- contractAddress: `0x${string}`;
216
- functionName: string;
217
217
  args: unknown[];
218
218
  workflowId?: string | undefined;
219
219
  blockExpiration?: number | undefined;
@@ -224,9 +224,9 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
224
224
  } & {
225
225
  workflowId: string;
226
226
  }) | ({
227
- userAddress: `tz${string}`;
228
227
  contractAddress: `KT1${string}`;
229
228
  functionName: `%${string}`;
229
+ userAddress: `tz${string}`;
230
230
  args: string;
231
231
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
232
232
  workflowId?: string | undefined;
@@ -240,11 +240,11 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
240
240
  });
241
241
  }, {
242
242
  input: ({
243
+ contractAddress: string;
244
+ functionName: string;
243
245
  userAddress: string;
244
246
  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;
245
247
  contractAbi: Record<string, unknown>[];
246
- contractAddress: string;
247
- functionName: string;
248
248
  args: unknown[];
249
249
  workflowId?: string | undefined;
250
250
  blockExpiration?: number | undefined;
@@ -255,9 +255,9 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
255
255
  } & {
256
256
  workflowId: string;
257
257
  }) | ({
258
- userAddress: string;
259
258
  contractAddress: string;
260
259
  functionName: string;
260
+ userAddress: string;
261
261
  args: string;
262
262
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
263
263
  workflowId?: string | undefined;
@@ -274,11 +274,11 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
274
274
  type: "txAuthDataSignatureGatingRequest";
275
275
  data: {
276
276
  input: ({
277
+ contractAddress: `0x${string}`;
278
+ functionName: string;
277
279
  userAddress: `0x${string}`;
278
280
  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;
279
281
  contractAbi: Record<string, unknown>[];
280
- contractAddress: `0x${string}`;
281
- functionName: string;
282
282
  args: unknown[];
283
283
  workflowId?: string | undefined;
284
284
  blockExpiration?: number | undefined;
@@ -289,9 +289,9 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
289
289
  } & {
290
290
  workflowId: string;
291
291
  }) | ({
292
- userAddress: `tz${string}`;
293
292
  contractAddress: `KT1${string}`;
294
293
  functionName: `%${string}`;
294
+ userAddress: `tz${string}`;
295
295
  args: string;
296
296
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
297
297
  workflowId?: string | undefined;
@@ -308,11 +308,11 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
308
308
  type: "txAuthDataSignatureGatingRequest";
309
309
  data: {
310
310
  input: ({
311
+ contractAddress: string;
312
+ functionName: string;
311
313
  userAddress: string;
312
314
  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;
313
315
  contractAbi: Record<string, unknown>[];
314
- contractAddress: string;
315
- functionName: string;
316
316
  args: unknown[];
317
317
  workflowId?: string | undefined;
318
318
  blockExpiration?: number | undefined;
@@ -323,9 +323,9 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
323
323
  } & {
324
324
  workflowId: string;
325
325
  }) | ({
326
- userAddress: string;
327
326
  contractAddress: string;
328
327
  functionName: string;
328
+ userAddress: string;
329
329
  args: string;
330
330
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
331
331
  workflowId?: string | undefined;
@@ -471,21 +471,21 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
471
471
  blockExpiration: z.ZodOptional<z.ZodNumber>;
472
472
  nonce: z.ZodOptional<z.ZodNumber>;
473
473
  }, "strip", z.ZodTypeAny, {
474
+ contractAddress: `0x${string}`;
475
+ functionName: string;
474
476
  userAddress: `0x${string}`;
475
477
  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;
476
478
  contractAbi: Record<string, unknown>[];
477
- contractAddress: `0x${string}`;
478
- functionName: string;
479
479
  args: unknown[];
480
480
  workflowId?: string | undefined;
481
481
  blockExpiration?: number | undefined;
482
482
  nonce?: number | undefined;
483
483
  }, {
484
+ contractAddress: string;
485
+ functionName: string;
484
486
  userAddress: string;
485
487
  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;
486
488
  contractAbi: Record<string, unknown>[];
487
- contractAddress: string;
488
- functionName: string;
489
489
  args: unknown[];
490
490
  workflowId?: string | undefined;
491
491
  blockExpiration?: number | undefined;
@@ -515,18 +515,18 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
515
515
  blockExpiration: z.ZodOptional<z.ZodNumber>;
516
516
  nonce: z.ZodOptional<z.ZodNumber>;
517
517
  }, "strip", z.ZodTypeAny, {
518
- userAddress: `tz${string}`;
519
518
  contractAddress: `KT1${string}`;
520
519
  functionName: `%${string}`;
520
+ userAddress: `tz${string}`;
521
521
  args: string;
522
522
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
523
523
  workflowId?: string | undefined;
524
524
  blockExpiration?: number | undefined;
525
525
  nonce?: number | undefined;
526
526
  }, {
527
- userAddress: string;
528
527
  contractAddress: string;
529
528
  functionName: string;
529
+ userAddress: string;
530
530
  args: string;
531
531
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
532
532
  workflowId?: string | undefined;
@@ -550,11 +550,11 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
550
550
  }>>]>;
551
551
  }, "strip", z.ZodTypeAny, {
552
552
  input: ({
553
+ contractAddress: `0x${string}`;
554
+ functionName: string;
553
555
  userAddress: `0x${string}`;
554
556
  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;
555
557
  contractAbi: Record<string, unknown>[];
556
- contractAddress: `0x${string}`;
557
- functionName: string;
558
558
  args: unknown[];
559
559
  workflowId?: string | undefined;
560
560
  blockExpiration?: number | undefined;
@@ -565,9 +565,9 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
565
565
  } & {
566
566
  workflowId: string;
567
567
  }) | ({
568
- userAddress: `tz${string}`;
569
568
  contractAddress: `KT1${string}`;
570
569
  functionName: `%${string}`;
570
+ userAddress: `tz${string}`;
571
571
  args: string;
572
572
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
573
573
  workflowId?: string | undefined;
@@ -581,11 +581,11 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
581
581
  });
582
582
  }, {
583
583
  input: ({
584
+ contractAddress: string;
585
+ functionName: string;
584
586
  userAddress: string;
585
587
  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;
586
588
  contractAbi: Record<string, unknown>[];
587
- contractAddress: string;
588
- functionName: string;
589
589
  args: unknown[];
590
590
  workflowId?: string | undefined;
591
591
  blockExpiration?: number | undefined;
@@ -596,9 +596,9 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
596
596
  } & {
597
597
  workflowId: string;
598
598
  }) | ({
599
- userAddress: string;
600
599
  contractAddress: string;
601
600
  functionName: string;
601
+ userAddress: string;
602
602
  args: string;
603
603
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
604
604
  workflowId?: string | undefined;
@@ -615,11 +615,11 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
615
615
  type: "txAuthDataSignatureGatingRequest";
616
616
  data: {
617
617
  input: ({
618
+ contractAddress: `0x${string}`;
619
+ functionName: string;
618
620
  userAddress: `0x${string}`;
619
621
  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;
620
622
  contractAbi: Record<string, unknown>[];
621
- contractAddress: `0x${string}`;
622
- functionName: string;
623
623
  args: unknown[];
624
624
  workflowId?: string | undefined;
625
625
  blockExpiration?: number | undefined;
@@ -630,9 +630,9 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
630
630
  } & {
631
631
  workflowId: string;
632
632
  }) | ({
633
- userAddress: `tz${string}`;
634
633
  contractAddress: `KT1${string}`;
635
634
  functionName: `%${string}`;
635
+ userAddress: `tz${string}`;
636
636
  args: string;
637
637
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
638
638
  workflowId?: string | undefined;
@@ -649,11 +649,11 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
649
649
  type: "txAuthDataSignatureGatingRequest";
650
650
  data: {
651
651
  input: ({
652
+ contractAddress: string;
653
+ functionName: string;
652
654
  userAddress: string;
653
655
  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;
654
656
  contractAbi: Record<string, unknown>[];
655
- contractAddress: string;
656
- functionName: string;
657
657
  args: unknown[];
658
658
  workflowId?: string | undefined;
659
659
  blockExpiration?: number | undefined;
@@ -664,9 +664,9 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
664
664
  } & {
665
665
  workflowId: string;
666
666
  }) | ({
667
- userAddress: string;
668
667
  contractAddress: string;
669
668
  functionName: string;
669
+ userAddress: string;
670
670
  args: string;
671
671
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
672
672
  workflowId?: string | undefined;
@@ -810,21 +810,21 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
810
810
  blockExpiration: z.ZodOptional<z.ZodNumber>;
811
811
  nonce: z.ZodOptional<z.ZodNumber>;
812
812
  }, "strip", z.ZodTypeAny, {
813
+ contractAddress: `0x${string}`;
814
+ functionName: string;
813
815
  userAddress: `0x${string}`;
814
816
  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;
815
817
  contractAbi: Record<string, unknown>[];
816
- contractAddress: `0x${string}`;
817
- functionName: string;
818
818
  args: unknown[];
819
819
  workflowId?: string | undefined;
820
820
  blockExpiration?: number | undefined;
821
821
  nonce?: number | undefined;
822
822
  }, {
823
+ contractAddress: string;
824
+ functionName: string;
823
825
  userAddress: string;
824
826
  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;
825
827
  contractAbi: Record<string, unknown>[];
826
- contractAddress: string;
827
- functionName: string;
828
828
  args: unknown[];
829
829
  workflowId?: string | undefined;
830
830
  blockExpiration?: number | undefined;
@@ -854,18 +854,18 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
854
854
  blockExpiration: z.ZodOptional<z.ZodNumber>;
855
855
  nonce: z.ZodOptional<z.ZodNumber>;
856
856
  }, "strip", z.ZodTypeAny, {
857
- userAddress: `tz${string}`;
858
857
  contractAddress: `KT1${string}`;
859
858
  functionName: `%${string}`;
859
+ userAddress: `tz${string}`;
860
860
  args: string;
861
861
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
862
862
  workflowId?: string | undefined;
863
863
  blockExpiration?: number | undefined;
864
864
  nonce?: number | undefined;
865
865
  }, {
866
- userAddress: string;
867
866
  contractAddress: string;
868
867
  functionName: string;
868
+ userAddress: string;
869
869
  args: string;
870
870
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
871
871
  workflowId?: string | undefined;
@@ -889,11 +889,11 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
889
889
  }>>]>;
890
890
  }, "strip", z.ZodTypeAny, {
891
891
  input: ({
892
+ contractAddress: `0x${string}`;
893
+ functionName: string;
892
894
  userAddress: `0x${string}`;
893
895
  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;
894
896
  contractAbi: Record<string, unknown>[];
895
- contractAddress: `0x${string}`;
896
- functionName: string;
897
897
  args: unknown[];
898
898
  workflowId?: string | undefined;
899
899
  blockExpiration?: number | undefined;
@@ -904,9 +904,9 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
904
904
  } & {
905
905
  workflowId: string;
906
906
  }) | ({
907
- userAddress: `tz${string}`;
908
907
  contractAddress: `KT1${string}`;
909
908
  functionName: `%${string}`;
909
+ userAddress: `tz${string}`;
910
910
  args: string;
911
911
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
912
912
  workflowId?: string | undefined;
@@ -920,11 +920,11 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
920
920
  });
921
921
  }, {
922
922
  input: ({
923
+ contractAddress: string;
924
+ functionName: string;
923
925
  userAddress: string;
924
926
  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;
925
927
  contractAbi: Record<string, unknown>[];
926
- contractAddress: string;
927
- functionName: string;
928
928
  args: unknown[];
929
929
  workflowId?: string | undefined;
930
930
  blockExpiration?: number | undefined;
@@ -935,9 +935,9 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
935
935
  } & {
936
936
  workflowId: string;
937
937
  }) | ({
938
- userAddress: string;
939
938
  contractAddress: string;
940
939
  functionName: string;
940
+ userAddress: string;
941
941
  args: string;
942
942
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
943
943
  workflowId?: string | undefined;
@@ -954,11 +954,11 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
954
954
  type: "txAuthDataSignatureGatingRequest";
955
955
  data: {
956
956
  input: ({
957
+ contractAddress: `0x${string}`;
958
+ functionName: string;
957
959
  userAddress: `0x${string}`;
958
960
  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;
959
961
  contractAbi: Record<string, unknown>[];
960
- contractAddress: `0x${string}`;
961
- functionName: string;
962
962
  args: unknown[];
963
963
  workflowId?: string | undefined;
964
964
  blockExpiration?: number | undefined;
@@ -969,9 +969,9 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
969
969
  } & {
970
970
  workflowId: string;
971
971
  }) | ({
972
- userAddress: `tz${string}`;
973
972
  contractAddress: `KT1${string}`;
974
973
  functionName: `%${string}`;
974
+ userAddress: `tz${string}`;
975
975
  args: string;
976
976
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
977
977
  workflowId?: string | undefined;
@@ -988,11 +988,11 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
988
988
  type: "txAuthDataSignatureGatingRequest";
989
989
  data: {
990
990
  input: ({
991
+ contractAddress: string;
992
+ functionName: string;
991
993
  userAddress: string;
992
994
  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;
993
995
  contractAbi: Record<string, unknown>[];
994
- contractAddress: string;
995
- functionName: string;
996
996
  args: unknown[];
997
997
  workflowId?: string | undefined;
998
998
  blockExpiration?: number | undefined;
@@ -1003,9 +1003,9 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
1003
1003
  } & {
1004
1004
  workflowId: string;
1005
1005
  }) | ({
1006
- userAddress: string;
1007
1006
  contractAddress: string;
1008
1007
  functionName: string;
1008
+ userAddress: string;
1009
1009
  args: string;
1010
1010
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
1011
1011
  workflowId?: string | undefined;
@@ -1874,26 +1874,26 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1874
1874
  attribute: z.ZodObject<{
1875
1875
  version: z.ZodEnum<["v1"]>;
1876
1876
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1877
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1877
+ path: z.ZodString;
1878
1878
  }, "strip", z.ZodTypeAny, {
1879
- path: import("../index.js").VaultSchemaPaths;
1879
+ path: string;
1880
1880
  version: "v1";
1881
1881
  schema: keyof import("../index.js").VaultSchema;
1882
1882
  }, {
1883
- path: import("../index.js").VaultSchemaPaths;
1883
+ path: string;
1884
1884
  version: "v1";
1885
1885
  schema: keyof import("../index.js").VaultSchema;
1886
1886
  }>;
1887
1887
  secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1888
1888
  version: z.ZodEnum<["v1"]>;
1889
1889
  schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1890
- path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1890
+ path: z.ZodString;
1891
1891
  }, "strip", z.ZodTypeAny, {
1892
- path: import("../index.js").VaultSchemaPaths;
1892
+ path: string;
1893
1893
  version: "v1";
1894
1894
  schema: keyof import("../index.js").VaultSchema;
1895
1895
  }, {
1896
- path: import("../index.js").VaultSchemaPaths;
1896
+ path: string;
1897
1897
  version: "v1";
1898
1898
  schema: keyof import("../index.js").VaultSchema;
1899
1899
  }>>>;
@@ -1902,7 +1902,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1902
1902
  datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
1903
1903
  }, "strip", z.ZodTypeAny, {
1904
1904
  attribute: {
1905
- path: import("../index.js").VaultSchemaPaths;
1905
+ path: string;
1906
1906
  version: "v1";
1907
1907
  schema: keyof import("../index.js").VaultSchema;
1908
1908
  };
@@ -1912,14 +1912,14 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1912
1912
  queryId?: `query_${string}` | undefined;
1913
1913
  requestId?: number | null | undefined;
1914
1914
  secondaryAttribute?: {
1915
- path: import("../index.js").VaultSchemaPaths;
1915
+ path: string;
1916
1916
  version: "v1";
1917
1917
  schema: keyof import("../index.js").VaultSchema;
1918
1918
  } | null | undefined;
1919
1919
  datasetColumnId?: `datasetc_${string}` | null | undefined;
1920
1920
  }, {
1921
1921
  attribute: {
1922
- path: import("../index.js").VaultSchemaPaths;
1922
+ path: string;
1923
1923
  version: "v1";
1924
1924
  schema: keyof import("../index.js").VaultSchema;
1925
1925
  };
@@ -1929,7 +1929,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1929
1929
  queryId?: `query_${string}` | undefined;
1930
1930
  requestId?: number | null | undefined;
1931
1931
  secondaryAttribute?: {
1932
- path: import("../index.js").VaultSchemaPaths;
1932
+ path: string;
1933
1933
  version: "v1";
1934
1934
  schema: keyof import("../index.js").VaultSchema;
1935
1935
  } | null | undefined;
@@ -1940,7 +1940,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1940
1940
  status: "pending" | "authorised" | "unauthorised";
1941
1941
  query: {
1942
1942
  attribute: {
1943
- path: import("../index.js").VaultSchemaPaths;
1943
+ path: string;
1944
1944
  version: "v1";
1945
1945
  schema: keyof import("../index.js").VaultSchema;
1946
1946
  };
@@ -1950,7 +1950,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1950
1950
  queryId?: `query_${string}` | undefined;
1951
1951
  requestId?: number | null | undefined;
1952
1952
  secondaryAttribute?: {
1953
- path: import("../index.js").VaultSchemaPaths;
1953
+ path: string;
1954
1954
  version: "v1";
1955
1955
  schema: keyof import("../index.js").VaultSchema;
1956
1956
  } | null | undefined;
@@ -2013,7 +2013,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2013
2013
  status: "pending" | "authorised" | "unauthorised";
2014
2014
  query: {
2015
2015
  attribute: {
2016
- path: import("../index.js").VaultSchemaPaths;
2016
+ path: string;
2017
2017
  version: "v1";
2018
2018
  schema: keyof import("../index.js").VaultSchema;
2019
2019
  };
@@ -2023,7 +2023,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2023
2023
  queryId?: `query_${string}` | undefined;
2024
2024
  requestId?: number | null | undefined;
2025
2025
  secondaryAttribute?: {
2026
- path: import("../index.js").VaultSchemaPaths;
2026
+ path: string;
2027
2027
  version: "v1";
2028
2028
  schema: keyof import("../index.js").VaultSchema;
2029
2029
  } | null | undefined;
@@ -2089,7 +2089,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2089
2089
  status: "pending" | "authorised" | "unauthorised";
2090
2090
  query: {
2091
2091
  attribute: {
2092
- path: import("../index.js").VaultSchemaPaths;
2092
+ path: string;
2093
2093
  version: "v1";
2094
2094
  schema: keyof import("../index.js").VaultSchema;
2095
2095
  };
@@ -2099,7 +2099,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2099
2099
  queryId?: `query_${string}` | undefined;
2100
2100
  requestId?: number | null | undefined;
2101
2101
  secondaryAttribute?: {
2102
- path: import("../index.js").VaultSchemaPaths;
2102
+ path: string;
2103
2103
  version: "v1";
2104
2104
  schema: keyof import("../index.js").VaultSchema;
2105
2105
  } | null | undefined;
@@ -2165,7 +2165,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2165
2165
  status: "pending" | "authorised" | "unauthorised";
2166
2166
  query: {
2167
2167
  attribute: {
2168
- path: import("../index.js").VaultSchemaPaths;
2168
+ path: string;
2169
2169
  version: "v1";
2170
2170
  schema: keyof import("../index.js").VaultSchema;
2171
2171
  };
@@ -2175,7 +2175,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2175
2175
  queryId?: `query_${string}` | undefined;
2176
2176
  requestId?: number | null | undefined;
2177
2177
  secondaryAttribute?: {
2178
- path: import("../index.js").VaultSchemaPaths;
2178
+ path: string;
2179
2179
  version: "v1";
2180
2180
  schema: keyof import("../index.js").VaultSchema;
2181
2181
  } | null | undefined;
@@ -2275,7 +2275,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2275
2275
  status: "pending" | "authorised" | "unauthorised";
2276
2276
  query: {
2277
2277
  attribute: {
2278
- path: import("../index.js").VaultSchemaPaths;
2278
+ path: string;
2279
2279
  version: "v1";
2280
2280
  schema: keyof import("../index.js").VaultSchema;
2281
2281
  };
@@ -2285,7 +2285,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2285
2285
  queryId?: `query_${string}` | undefined;
2286
2286
  requestId?: number | null | undefined;
2287
2287
  secondaryAttribute?: {
2288
- path: import("../index.js").VaultSchemaPaths;
2288
+ path: string;
2289
2289
  version: "v1";
2290
2290
  schema: keyof import("../index.js").VaultSchema;
2291
2291
  } | null | undefined;
@@ -2379,7 +2379,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2379
2379
  status: "pending" | "authorised" | "unauthorised";
2380
2380
  query: {
2381
2381
  attribute: {
2382
- path: import("../index.js").VaultSchemaPaths;
2382
+ path: string;
2383
2383
  version: "v1";
2384
2384
  schema: keyof import("../index.js").VaultSchema;
2385
2385
  };
@@ -2389,7 +2389,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2389
2389
  queryId?: `query_${string}` | undefined;
2390
2390
  requestId?: number | null | undefined;
2391
2391
  secondaryAttribute?: {
2392
- path: import("../index.js").VaultSchemaPaths;
2392
+ path: string;
2393
2393
  version: "v1";
2394
2394
  schema: keyof import("../index.js").VaultSchema;
2395
2395
  } | null | undefined;