@nexeraid/identity-schemas 2.31.0 → 2.33.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 (45) hide show
  1. package/dist/{CoinMarketCap.schema-e7be5940.esm.mjs → CoinMarketCap.schema-280414c3.esm.mjs} +16 -10
  2. package/dist/{CoinMarketCap.schema-b0cc2a78.cjs.prod.cjs → CoinMarketCap.schema-6a1ff221.cjs.prod.cjs} +18 -9
  3. package/dist/{CoinMarketCap.schema-11069418.cjs.dev.cjs → CoinMarketCap.schema-aefa43e8.cjs.dev.cjs} +18 -9
  4. package/dist/declarations/src/aws-webhook.schema.d.ts +41 -0
  5. package/dist/declarations/src/aws-webhook.schema.d.ts.map +1 -0
  6. package/dist/declarations/src/identity/host-requests.schema.d.ts +20 -0
  7. package/dist/declarations/src/identity/host-requests.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/identity/identity-v2.schema.d.ts +172 -6
  9. package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
  10. package/dist/declarations/src/identity/kyc.schema.d.ts +10 -0
  11. package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
  12. package/dist/declarations/src/identity/txAuthData.schema.d.ts +198 -197
  13. package/dist/declarations/src/identity/txAuthData.schema.d.ts.map +1 -1
  14. package/dist/declarations/src/identity-ids.schema.d.ts +9 -2
  15. package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
  16. package/dist/declarations/src/index.d.ts +1 -0
  17. package/dist/declarations/src/index.d.ts.map +1 -1
  18. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +277 -27
  19. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
  20. package/dist/{frontend-utilities.schema-dee00db7.esm.mjs → frontend-utilities.schema-2c6e346e.esm.mjs} +1 -1
  21. package/dist/{frontend-utilities.schema-75b74942.cjs.dev.cjs → frontend-utilities.schema-2cdacfcb.cjs.dev.cjs} +1 -1
  22. package/dist/{frontend-utilities.schema-9b40bae5.cjs.prod.cjs → frontend-utilities.schema-fb803ead.cjs.prod.cjs} +1 -1
  23. package/dist/{identity-api.schema-1a005459.esm.mjs → identity-api.schema-79b2c3a7.esm.mjs} +34 -10
  24. package/dist/{identity-api.schema-5b5d60ea.cjs.prod.cjs → identity-api.schema-ab731fb2.cjs.prod.cjs} +39 -10
  25. package/dist/{identity-api.schema-57fbeead.cjs.dev.cjs → identity-api.schema-d2a8b678.cjs.dev.cjs} +39 -10
  26. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +28 -4
  27. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +28 -4
  28. package/dist/nexeraid-identity-schemas.esm.mjs +21 -5
  29. package/dist/package.json +1 -1
  30. package/dist/{transaction.schema-c544a68e.esm.mjs → transaction.schema-0a5b60ae.esm.mjs} +1 -1
  31. package/dist/{transaction.schema-9fc271c9.cjs.prod.cjs → transaction.schema-22e6e231.cjs.prod.cjs} +1 -1
  32. package/dist/{transaction.schema-18ac4ec3.cjs.dev.cjs → transaction.schema-760719df.cjs.dev.cjs} +1 -1
  33. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +4 -2
  34. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +4 -2
  35. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +1 -1
  36. package/package.json +1 -1
  37. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +5 -2
  38. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +5 -2
  39. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +2 -2
  40. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +2 -2
  41. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +2 -2
  42. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +2 -2
  43. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
  44. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
  45. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
@@ -119,7 +119,8 @@ export type WalletSignResponse = z.infer<typeof WalletSignResponse>;
119
119
  export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
120
120
  type: z.ZodLiteral<"txAuthDataSignatureGatingRequest">;
121
121
  data: z.ZodObject<{
122
- input: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
122
+ input: z.ZodUnion<[z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
123
+ workflowId: z.ZodOptional<z.ZodString>;
123
124
  chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>;
124
125
  contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
125
126
  contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
@@ -135,6 +136,7 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
135
136
  contractAddress: `0x${string}`;
136
137
  functionName: string;
137
138
  args: unknown[];
139
+ workflowId?: string | undefined;
138
140
  blockExpiration?: number | undefined;
139
141
  nonce?: number | undefined;
140
142
  }, {
@@ -144,6 +146,7 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
144
146
  contractAddress: string;
145
147
  functionName: string;
146
148
  args: unknown[];
149
+ workflowId?: string | undefined;
147
150
  blockExpiration?: number | undefined;
148
151
  nonce?: number | undefined;
149
152
  }>, z.ZodObject<{
@@ -155,7 +158,14 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
155
158
  }, {
156
159
  namespace: "eip155";
157
160
  userAddress: string;
158
- }>>, z.ZodIntersection<z.ZodObject<{
161
+ }>>, z.ZodObject<{
162
+ workflowId: z.ZodString;
163
+ }, "strip", z.ZodTypeAny, {
164
+ workflowId: string;
165
+ }, {
166
+ workflowId: string;
167
+ }>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
168
+ workflowId: z.ZodOptional<z.ZodString>;
159
169
  chainID: z.ZodEnum<[import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>;
160
170
  contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
161
171
  functionName: z.ZodEffects<z.ZodString, `%${string}`, string>;
@@ -169,6 +179,7 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
169
179
  functionName: `%${string}`;
170
180
  args: string;
171
181
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
182
+ workflowId?: string | undefined;
172
183
  blockExpiration?: number | undefined;
173
184
  nonce?: number | undefined;
174
185
  }, {
@@ -177,6 +188,7 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
177
188
  functionName: string;
178
189
  args: string;
179
190
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
191
+ workflowId?: string | undefined;
180
192
  blockExpiration?: number | undefined;
181
193
  nonce?: number | undefined;
182
194
  }>, z.ZodObject<{
@@ -188,6 +200,12 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
188
200
  }, {
189
201
  namespace: "tezos";
190
202
  userAddress: string;
203
+ }>>, z.ZodObject<{
204
+ workflowId: z.ZodString;
205
+ }, "strip", z.ZodTypeAny, {
206
+ workflowId: string;
207
+ }, {
208
+ workflowId: string;
191
209
  }>>]>;
192
210
  }, "strip", z.ZodTypeAny, {
193
211
  input: ({
@@ -197,22 +215,28 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
197
215
  contractAddress: `0x${string}`;
198
216
  functionName: string;
199
217
  args: unknown[];
218
+ workflowId?: string | undefined;
200
219
  blockExpiration?: number | undefined;
201
220
  nonce?: number | undefined;
202
221
  } & {
203
222
  namespace: "eip155";
204
223
  userAddress: `0x${string}`;
224
+ } & {
225
+ workflowId: string;
205
226
  }) | ({
206
227
  userAddress: `tz${string}`;
207
228
  contractAddress: `KT1${string}`;
208
229
  functionName: `%${string}`;
209
230
  args: string;
210
231
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
232
+ workflowId?: string | undefined;
211
233
  blockExpiration?: number | undefined;
212
234
  nonce?: number | undefined;
213
235
  } & {
214
236
  namespace: "tezos";
215
237
  userAddress: `tz${string}`;
238
+ } & {
239
+ workflowId: string;
216
240
  });
217
241
  }, {
218
242
  input: ({
@@ -222,22 +246,28 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
222
246
  contractAddress: string;
223
247
  functionName: string;
224
248
  args: unknown[];
249
+ workflowId?: string | undefined;
225
250
  blockExpiration?: number | undefined;
226
251
  nonce?: number | undefined;
227
252
  } & {
228
253
  namespace: "eip155";
229
254
  userAddress: string;
255
+ } & {
256
+ workflowId: string;
230
257
  }) | ({
231
258
  userAddress: string;
232
259
  contractAddress: string;
233
260
  functionName: string;
234
261
  args: string;
235
262
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
263
+ workflowId?: string | undefined;
236
264
  blockExpiration?: number | undefined;
237
265
  nonce?: number | undefined;
238
266
  } & {
239
267
  namespace: "tezos";
240
268
  userAddress: string;
269
+ } & {
270
+ workflowId: string;
241
271
  });
242
272
  }>;
243
273
  }, "strip", z.ZodTypeAny, {
@@ -250,22 +280,28 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
250
280
  contractAddress: `0x${string}`;
251
281
  functionName: string;
252
282
  args: unknown[];
283
+ workflowId?: string | undefined;
253
284
  blockExpiration?: number | undefined;
254
285
  nonce?: number | undefined;
255
286
  } & {
256
287
  namespace: "eip155";
257
288
  userAddress: `0x${string}`;
289
+ } & {
290
+ workflowId: string;
258
291
  }) | ({
259
292
  userAddress: `tz${string}`;
260
293
  contractAddress: `KT1${string}`;
261
294
  functionName: `%${string}`;
262
295
  args: string;
263
296
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
297
+ workflowId?: string | undefined;
264
298
  blockExpiration?: number | undefined;
265
299
  nonce?: number | undefined;
266
300
  } & {
267
301
  namespace: "tezos";
268
302
  userAddress: `tz${string}`;
303
+ } & {
304
+ workflowId: string;
269
305
  });
270
306
  };
271
307
  }, {
@@ -278,22 +314,28 @@ export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
278
314
  contractAddress: string;
279
315
  functionName: string;
280
316
  args: unknown[];
317
+ workflowId?: string | undefined;
281
318
  blockExpiration?: number | undefined;
282
319
  nonce?: number | undefined;
283
320
  } & {
284
321
  namespace: "eip155";
285
322
  userAddress: string;
323
+ } & {
324
+ workflowId: string;
286
325
  }) | ({
287
326
  userAddress: string;
288
327
  contractAddress: string;
289
328
  functionName: string;
290
329
  args: string;
291
330
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
331
+ workflowId?: string | undefined;
292
332
  blockExpiration?: number | undefined;
293
333
  nonce?: number | undefined;
294
334
  } & {
295
335
  namespace: "tezos";
296
336
  userAddress: string;
337
+ } & {
338
+ workflowId: string;
297
339
  });
298
340
  };
299
341
  }>;
@@ -418,7 +460,8 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
418
460
  }>, z.ZodObject<{
419
461
  type: z.ZodLiteral<"txAuthDataSignatureGatingRequest">;
420
462
  data: z.ZodObject<{
421
- input: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
463
+ input: z.ZodUnion<[z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
464
+ workflowId: z.ZodOptional<z.ZodString>;
422
465
  chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>;
423
466
  contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
424
467
  contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
@@ -434,6 +477,7 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
434
477
  contractAddress: `0x${string}`;
435
478
  functionName: string;
436
479
  args: unknown[];
480
+ workflowId?: string | undefined;
437
481
  blockExpiration?: number | undefined;
438
482
  nonce?: number | undefined;
439
483
  }, {
@@ -443,6 +487,7 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
443
487
  contractAddress: string;
444
488
  functionName: string;
445
489
  args: unknown[];
490
+ workflowId?: string | undefined;
446
491
  blockExpiration?: number | undefined;
447
492
  nonce?: number | undefined;
448
493
  }>, z.ZodObject<{
@@ -454,7 +499,14 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
454
499
  }, {
455
500
  namespace: "eip155";
456
501
  userAddress: string;
457
- }>>, z.ZodIntersection<z.ZodObject<{
502
+ }>>, z.ZodObject<{
503
+ workflowId: z.ZodString;
504
+ }, "strip", z.ZodTypeAny, {
505
+ workflowId: string;
506
+ }, {
507
+ workflowId: string;
508
+ }>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
509
+ workflowId: z.ZodOptional<z.ZodString>;
458
510
  chainID: z.ZodEnum<[import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>;
459
511
  contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
460
512
  functionName: z.ZodEffects<z.ZodString, `%${string}`, string>;
@@ -468,6 +520,7 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
468
520
  functionName: `%${string}`;
469
521
  args: string;
470
522
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
523
+ workflowId?: string | undefined;
471
524
  blockExpiration?: number | undefined;
472
525
  nonce?: number | undefined;
473
526
  }, {
@@ -476,6 +529,7 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
476
529
  functionName: string;
477
530
  args: string;
478
531
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
532
+ workflowId?: string | undefined;
479
533
  blockExpiration?: number | undefined;
480
534
  nonce?: number | undefined;
481
535
  }>, z.ZodObject<{
@@ -487,6 +541,12 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
487
541
  }, {
488
542
  namespace: "tezos";
489
543
  userAddress: string;
544
+ }>>, z.ZodObject<{
545
+ workflowId: z.ZodString;
546
+ }, "strip", z.ZodTypeAny, {
547
+ workflowId: string;
548
+ }, {
549
+ workflowId: string;
490
550
  }>>]>;
491
551
  }, "strip", z.ZodTypeAny, {
492
552
  input: ({
@@ -496,22 +556,28 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
496
556
  contractAddress: `0x${string}`;
497
557
  functionName: string;
498
558
  args: unknown[];
559
+ workflowId?: string | undefined;
499
560
  blockExpiration?: number | undefined;
500
561
  nonce?: number | undefined;
501
562
  } & {
502
563
  namespace: "eip155";
503
564
  userAddress: `0x${string}`;
565
+ } & {
566
+ workflowId: string;
504
567
  }) | ({
505
568
  userAddress: `tz${string}`;
506
569
  contractAddress: `KT1${string}`;
507
570
  functionName: `%${string}`;
508
571
  args: string;
509
572
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
573
+ workflowId?: string | undefined;
510
574
  blockExpiration?: number | undefined;
511
575
  nonce?: number | undefined;
512
576
  } & {
513
577
  namespace: "tezos";
514
578
  userAddress: `tz${string}`;
579
+ } & {
580
+ workflowId: string;
515
581
  });
516
582
  }, {
517
583
  input: ({
@@ -521,22 +587,28 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
521
587
  contractAddress: string;
522
588
  functionName: string;
523
589
  args: unknown[];
590
+ workflowId?: string | undefined;
524
591
  blockExpiration?: number | undefined;
525
592
  nonce?: number | undefined;
526
593
  } & {
527
594
  namespace: "eip155";
528
595
  userAddress: string;
596
+ } & {
597
+ workflowId: string;
529
598
  }) | ({
530
599
  userAddress: string;
531
600
  contractAddress: string;
532
601
  functionName: string;
533
602
  args: string;
534
603
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
604
+ workflowId?: string | undefined;
535
605
  blockExpiration?: number | undefined;
536
606
  nonce?: number | undefined;
537
607
  } & {
538
608
  namespace: "tezos";
539
609
  userAddress: string;
610
+ } & {
611
+ workflowId: string;
540
612
  });
541
613
  }>;
542
614
  }, "strip", z.ZodTypeAny, {
@@ -549,22 +621,28 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
549
621
  contractAddress: `0x${string}`;
550
622
  functionName: string;
551
623
  args: unknown[];
624
+ workflowId?: string | undefined;
552
625
  blockExpiration?: number | undefined;
553
626
  nonce?: number | undefined;
554
627
  } & {
555
628
  namespace: "eip155";
556
629
  userAddress: `0x${string}`;
630
+ } & {
631
+ workflowId: string;
557
632
  }) | ({
558
633
  userAddress: `tz${string}`;
559
634
  contractAddress: `KT1${string}`;
560
635
  functionName: `%${string}`;
561
636
  args: string;
562
637
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
638
+ workflowId?: string | undefined;
563
639
  blockExpiration?: number | undefined;
564
640
  nonce?: number | undefined;
565
641
  } & {
566
642
  namespace: "tezos";
567
643
  userAddress: `tz${string}`;
644
+ } & {
645
+ workflowId: string;
568
646
  });
569
647
  };
570
648
  }, {
@@ -577,22 +655,28 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
577
655
  contractAddress: string;
578
656
  functionName: string;
579
657
  args: unknown[];
658
+ workflowId?: string | undefined;
580
659
  blockExpiration?: number | undefined;
581
660
  nonce?: number | undefined;
582
661
  } & {
583
662
  namespace: "eip155";
584
663
  userAddress: string;
664
+ } & {
665
+ workflowId: string;
585
666
  }) | ({
586
667
  userAddress: string;
587
668
  contractAddress: string;
588
669
  functionName: string;
589
670
  args: string;
590
671
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
672
+ workflowId?: string | undefined;
591
673
  blockExpiration?: number | undefined;
592
674
  nonce?: number | undefined;
593
675
  } & {
594
676
  namespace: "tezos";
595
677
  userAddress: string;
678
+ } & {
679
+ workflowId: string;
596
680
  });
597
681
  };
598
682
  }>, z.ZodObject<{
@@ -715,7 +799,8 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
715
799
  }>, z.ZodObject<{
716
800
  type: z.ZodLiteral<"txAuthDataSignatureGatingRequest">;
717
801
  data: z.ZodObject<{
718
- input: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
802
+ input: z.ZodUnion<[z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
803
+ workflowId: z.ZodOptional<z.ZodString>;
719
804
  chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>;
720
805
  contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
721
806
  contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
@@ -731,6 +816,7 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
731
816
  contractAddress: `0x${string}`;
732
817
  functionName: string;
733
818
  args: unknown[];
819
+ workflowId?: string | undefined;
734
820
  blockExpiration?: number | undefined;
735
821
  nonce?: number | undefined;
736
822
  }, {
@@ -740,6 +826,7 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
740
826
  contractAddress: string;
741
827
  functionName: string;
742
828
  args: unknown[];
829
+ workflowId?: string | undefined;
743
830
  blockExpiration?: number | undefined;
744
831
  nonce?: number | undefined;
745
832
  }>, z.ZodObject<{
@@ -751,7 +838,14 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
751
838
  }, {
752
839
  namespace: "eip155";
753
840
  userAddress: string;
754
- }>>, z.ZodIntersection<z.ZodObject<{
841
+ }>>, z.ZodObject<{
842
+ workflowId: z.ZodString;
843
+ }, "strip", z.ZodTypeAny, {
844
+ workflowId: string;
845
+ }, {
846
+ workflowId: string;
847
+ }>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
848
+ workflowId: z.ZodOptional<z.ZodString>;
755
849
  chainID: z.ZodEnum<[import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain/index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>;
756
850
  contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
757
851
  functionName: z.ZodEffects<z.ZodString, `%${string}`, string>;
@@ -765,6 +859,7 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
765
859
  functionName: `%${string}`;
766
860
  args: string;
767
861
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
862
+ workflowId?: string | undefined;
768
863
  blockExpiration?: number | undefined;
769
864
  nonce?: number | undefined;
770
865
  }, {
@@ -773,6 +868,7 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
773
868
  functionName: string;
774
869
  args: string;
775
870
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
871
+ workflowId?: string | undefined;
776
872
  blockExpiration?: number | undefined;
777
873
  nonce?: number | undefined;
778
874
  }>, z.ZodObject<{
@@ -784,6 +880,12 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
784
880
  }, {
785
881
  namespace: "tezos";
786
882
  userAddress: string;
883
+ }>>, z.ZodObject<{
884
+ workflowId: z.ZodString;
885
+ }, "strip", z.ZodTypeAny, {
886
+ workflowId: string;
887
+ }, {
888
+ workflowId: string;
787
889
  }>>]>;
788
890
  }, "strip", z.ZodTypeAny, {
789
891
  input: ({
@@ -793,22 +895,28 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
793
895
  contractAddress: `0x${string}`;
794
896
  functionName: string;
795
897
  args: unknown[];
898
+ workflowId?: string | undefined;
796
899
  blockExpiration?: number | undefined;
797
900
  nonce?: number | undefined;
798
901
  } & {
799
902
  namespace: "eip155";
800
903
  userAddress: `0x${string}`;
904
+ } & {
905
+ workflowId: string;
801
906
  }) | ({
802
907
  userAddress: `tz${string}`;
803
908
  contractAddress: `KT1${string}`;
804
909
  functionName: `%${string}`;
805
910
  args: string;
806
911
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
912
+ workflowId?: string | undefined;
807
913
  blockExpiration?: number | undefined;
808
914
  nonce?: number | undefined;
809
915
  } & {
810
916
  namespace: "tezos";
811
917
  userAddress: `tz${string}`;
918
+ } & {
919
+ workflowId: string;
812
920
  });
813
921
  }, {
814
922
  input: ({
@@ -818,22 +926,28 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
818
926
  contractAddress: string;
819
927
  functionName: string;
820
928
  args: unknown[];
929
+ workflowId?: string | undefined;
821
930
  blockExpiration?: number | undefined;
822
931
  nonce?: number | undefined;
823
932
  } & {
824
933
  namespace: "eip155";
825
934
  userAddress: string;
935
+ } & {
936
+ workflowId: string;
826
937
  }) | ({
827
938
  userAddress: string;
828
939
  contractAddress: string;
829
940
  functionName: string;
830
941
  args: string;
831
942
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
943
+ workflowId?: string | undefined;
832
944
  blockExpiration?: number | undefined;
833
945
  nonce?: number | undefined;
834
946
  } & {
835
947
  namespace: "tezos";
836
948
  userAddress: string;
949
+ } & {
950
+ workflowId: string;
837
951
  });
838
952
  }>;
839
953
  }, "strip", z.ZodTypeAny, {
@@ -846,22 +960,28 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
846
960
  contractAddress: `0x${string}`;
847
961
  functionName: string;
848
962
  args: unknown[];
963
+ workflowId?: string | undefined;
849
964
  blockExpiration?: number | undefined;
850
965
  nonce?: number | undefined;
851
966
  } & {
852
967
  namespace: "eip155";
853
968
  userAddress: `0x${string}`;
969
+ } & {
970
+ workflowId: string;
854
971
  }) | ({
855
972
  userAddress: `tz${string}`;
856
973
  contractAddress: `KT1${string}`;
857
974
  functionName: `%${string}`;
858
975
  args: string;
859
976
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
977
+ workflowId?: string | undefined;
860
978
  blockExpiration?: number | undefined;
861
979
  nonce?: number | undefined;
862
980
  } & {
863
981
  namespace: "tezos";
864
982
  userAddress: `tz${string}`;
983
+ } & {
984
+ workflowId: string;
865
985
  });
866
986
  };
867
987
  }, {
@@ -874,22 +994,28 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
874
994
  contractAddress: string;
875
995
  functionName: string;
876
996
  args: unknown[];
997
+ workflowId?: string | undefined;
877
998
  blockExpiration?: number | undefined;
878
999
  nonce?: number | undefined;
879
1000
  } & {
880
1001
  namespace: "eip155";
881
1002
  userAddress: string;
1003
+ } & {
1004
+ workflowId: string;
882
1005
  }) | ({
883
1006
  userAddress: string;
884
1007
  contractAddress: string;
885
1008
  functionName: string;
886
1009
  args: string;
887
1010
  chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
1011
+ workflowId?: string | undefined;
888
1012
  blockExpiration?: number | undefined;
889
1013
  nonce?: number | undefined;
890
1014
  } & {
891
1015
  namespace: "tezos";
892
1016
  userAddress: string;
1017
+ } & {
1018
+ workflowId: string;
893
1019
  });
894
1020
  };
895
1021
  }>, z.ZodObject<{
@@ -1022,6 +1148,27 @@ export declare const TxAuthDataSignatureResponse: z.ZodObject<{
1022
1148
  });
1023
1149
  }>;
1024
1150
  export type TxAuthDataSignatureResponse = z.infer<typeof TxAuthDataSignatureResponse>;
1151
+ export declare const TxAuthDataSignatureGatingError: z.ZodObject<{
1152
+ type: z.ZodLiteral<"txAuthDataSignatureGatingError">;
1153
+ data: z.ZodObject<{
1154
+ error: z.ZodString;
1155
+ }, "strip", z.ZodTypeAny, {
1156
+ error: string;
1157
+ }, {
1158
+ error: string;
1159
+ }>;
1160
+ }, "strip", z.ZodTypeAny, {
1161
+ type: "txAuthDataSignatureGatingError";
1162
+ data: {
1163
+ error: string;
1164
+ };
1165
+ }, {
1166
+ type: "txAuthDataSignatureGatingError";
1167
+ data: {
1168
+ error: string;
1169
+ };
1170
+ }>;
1171
+ export type TxAuthDataSignatureGatingError = z.infer<typeof TxAuthDataSignatureGatingError>;
1025
1172
  export declare const GetCustomerStatusResponse: z.ZodObject<{
1026
1173
  type: z.ZodLiteral<"getCustomerStatusResponse">;
1027
1174
  data: z.ZodUnion<[z.ZodEffects<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>, "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status", unknown>, z.ZodNull]>;
@@ -1266,6 +1413,25 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1266
1413
  namespace: "tezos";
1267
1414
  userAddress: string;
1268
1415
  });
1416
+ }>, z.ZodObject<{
1417
+ type: z.ZodLiteral<"txAuthDataSignatureGatingError">;
1418
+ data: z.ZodObject<{
1419
+ error: z.ZodString;
1420
+ }, "strip", z.ZodTypeAny, {
1421
+ error: string;
1422
+ }, {
1423
+ error: string;
1424
+ }>;
1425
+ }, "strip", z.ZodTypeAny, {
1426
+ type: "txAuthDataSignatureGatingError";
1427
+ data: {
1428
+ error: string;
1429
+ };
1430
+ }, {
1431
+ type: "txAuthDataSignatureGatingError";
1432
+ data: {
1433
+ error: string;
1434
+ };
1269
1435
  }>, z.ZodObject<{
1270
1436
  type: z.ZodLiteral<"getCustomerStatusResponse">;
1271
1437
  data: z.ZodUnion<[z.ZodEffects<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>, "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status", unknown>, z.ZodNull]>;
@@ -1 +1 @@
1
- {"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"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"}