@nexeraid/identity-schemas 2.37.0 → 2.38.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 (92) hide show
  1. package/dist/{CoinMarketCap.schema-6a1ff221.cjs.prod.cjs → CoinMarketCap.schema-5142a776.cjs.prod.cjs} +23 -12
  2. package/dist/{CoinMarketCap.schema-aefa43e8.cjs.dev.cjs → CoinMarketCap.schema-f5000da2.cjs.dev.cjs} +23 -12
  3. package/dist/{CoinMarketCap.schema-280414c3.esm.mjs → CoinMarketCap.schema-f9a98f8e.esm.mjs} +11 -2
  4. package/dist/declarations/src/customer.schema.d.ts +7 -0
  5. package/dist/declarations/src/customer.schema.d.ts.map +1 -1
  6. package/dist/declarations/src/identity/app-requests.schema.d.ts +358 -170
  7. package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/identity/host-requests.schema.d.ts +10 -10
  9. package/dist/declarations/src/identity/identity-v2.schema.d.ts +86 -42
  10. package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
  11. package/dist/declarations/src/identity/kyc.schema.d.ts +190 -94
  12. package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
  13. package/dist/declarations/src/identity/query.schema.d.ts +141 -565
  14. package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
  15. package/dist/declarations/src/identity/scenario.schema.d.ts +316 -562
  16. package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
  17. package/dist/declarations/src/identity/zkps.schema.d.ts +145 -53
  18. package/dist/declarations/src/identity/zkps.schema.d.ts.map +1 -1
  19. package/dist/declarations/src/index.d.ts +1 -0
  20. package/dist/declarations/src/index.d.ts.map +1 -1
  21. package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts +42 -42
  22. package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +16 -16
  23. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +36 -36
  24. package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +32 -32
  25. package/dist/declarations/src/providers/provider.schema.d.ts +469 -469
  26. package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +36 -36
  27. package/dist/declarations/src/providers/synaps/synaps.schema.d.ts +100 -100
  28. package/dist/declarations/src/vault/data-link.schema.d.ts +8 -0
  29. package/dist/declarations/src/vault/data-link.schema.d.ts.map +1 -0
  30. package/dist/declarations/src/vault/index.d.ts +3 -0
  31. package/dist/declarations/src/vault/index.d.ts.map +1 -0
  32. package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +897 -0
  33. package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +47 -0
  34. package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -0
  35. package/dist/declarations/src/vault/schemas/generated/KycSession.schema.json.d.ts +1859 -0
  36. package/dist/declarations/src/vault/schemas/generated/KycSession.type.d.ts +219 -0
  37. package/dist/declarations/src/vault/schemas/generated/KycSession.type.d.ts.map +1 -0
  38. package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +1139 -0
  39. package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +61 -0
  40. package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -0
  41. package/dist/declarations/src/vault/vault.schema.d.ts +2808 -0
  42. package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -0
  43. package/dist/declarations/src/verifiable-credentials/index.d.ts +5 -10
  44. package/dist/declarations/src/verifiable-credentials/index.d.ts.map +1 -1
  45. package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts +8764 -0
  46. package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts.map +1 -0
  47. package/dist/declarations/src/webhooks/alert.webhooks.schema.d.ts +2 -2
  48. package/dist/declarations/src/webhooks/customer.webhooks.schema.d.ts +28 -28
  49. package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +100 -100
  50. package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +1362 -1480
  51. package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts.map +1 -1
  52. package/dist/declarations/src/webhooks/tms.webhooks.schema.d.ts +2 -2
  53. package/dist/{frontend-utilities.schema-2cdacfcb.cjs.dev.cjs → frontend-utilities.schema-3dbbc782.cjs.dev.cjs} +7 -6
  54. package/dist/{frontend-utilities.schema-2c6e346e.esm.mjs → frontend-utilities.schema-aae337dd.esm.mjs} +2 -1
  55. package/dist/{frontend-utilities.schema-fb803ead.cjs.prod.cjs → frontend-utilities.schema-b58a8d24.cjs.prod.cjs} +7 -6
  56. package/dist/identity-api.schema-185a6e6e.cjs.dev.cjs +2012 -0
  57. package/dist/identity-api.schema-774e69d4.cjs.prod.cjs +2012 -0
  58. package/dist/identity-api.schema-80658b16.esm.mjs +1654 -0
  59. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +124 -98
  60. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +124 -98
  61. package/dist/nexeraid-identity-schemas.esm.mjs +5 -4
  62. package/dist/package.json +25 -5
  63. package/dist/vault.schema-05a9f7fa.cjs.dev.cjs +6349 -0
  64. package/dist/vault.schema-d868aba3.cjs.prod.cjs +6349 -0
  65. package/dist/vault.schema-dc014e8d.esm.mjs +6238 -0
  66. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +16 -22
  67. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +16 -22
  68. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +3 -1
  69. package/package.json +25 -5
  70. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +4 -2
  71. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +4 -2
  72. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +4 -2
  73. package/vault/dist/nexeraid-identity-schemas-vault.cjs.cjs +7 -0
  74. package/vault/dist/nexeraid-identity-schemas-vault.cjs.d.cts +2 -0
  75. package/vault/dist/nexeraid-identity-schemas-vault.cjs.d.mts +2 -0
  76. package/vault/dist/nexeraid-identity-schemas-vault.cjs.d.ts +2 -0
  77. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +25 -0
  78. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +25 -0
  79. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -0
  80. package/vault/package.json +4 -0
  81. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +35 -20
  82. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +35 -20
  83. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +4 -2
  84. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +22 -17
  85. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +22 -17
  86. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +8 -3
  87. package/dist/identity-api.schema-79b2c3a7.esm.mjs +0 -3485
  88. package/dist/identity-api.schema-ab731fb2.cjs.prod.cjs +0 -3895
  89. package/dist/identity-api.schema-d2a8b678.cjs.dev.cjs +0 -3895
  90. package/dist/transaction.schema-16357ae0.esm.mjs +0 -65
  91. package/dist/transaction.schema-548b315f.cjs.prod.cjs +0 -101
  92. package/dist/transaction.schema-8c266a30.cjs.dev.cjs +0 -101
@@ -240,32 +240,56 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
240
240
  }>>>;
241
241
  verificationError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
242
242
  query: z.ZodArray<z.ZodObject<{
243
- type: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
243
+ queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
244
244
  requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
245
- attribute: z.ZodString;
246
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
245
+ attribute: z.ZodObject<{
246
+ version: z.ZodEnum<["v1"]>;
247
+ schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
248
+ path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
249
+ }, "strip", z.ZodTypeAny, {
250
+ path: import("../index.js").VaultSchemaPaths;
251
+ version: "v1";
252
+ schema: keyof import("../index.js").VaultSchema;
253
+ }, {
254
+ path: import("../index.js").VaultSchemaPaths;
255
+ version: "v1";
256
+ schema: keyof import("../index.js").VaultSchema;
257
+ }>;
258
+ value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
247
259
  operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
248
260
  }, "strip", z.ZodTypeAny, {
249
- value: string | number | boolean | string[] | number[];
250
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
251
- attribute: string;
261
+ attribute: {
262
+ path: import("../index.js").VaultSchemaPaths;
263
+ version: "v1";
264
+ schema: keyof import("../index.js").VaultSchema;
265
+ };
252
266
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
267
+ value?: string | number | boolean | string[] | number[] | null | undefined;
268
+ queryId?: `query_${string}` | undefined;
253
269
  requestId?: number | null | undefined;
254
270
  }, {
255
- value: string | number | boolean | string[] | number[];
256
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
257
- attribute: string;
271
+ attribute: {
272
+ path: import("../index.js").VaultSchemaPaths;
273
+ version: "v1";
274
+ schema: keyof import("../index.js").VaultSchema;
275
+ };
258
276
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
277
+ value?: string | number | boolean | string[] | number[] | null | undefined;
278
+ queryId?: `query_${string}` | undefined;
259
279
  requestId?: number | null | undefined;
260
280
  }>, "many">;
261
281
  workflowSessionId: z.ZodOptional<z.ZodString>;
262
282
  }, "strip", z.ZodTypeAny, {
263
283
  status: "pending" | "authorised" | "unauthorised";
264
284
  query: {
265
- value: string | number | boolean | string[] | number[];
266
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
267
- attribute: string;
285
+ attribute: {
286
+ path: import("../index.js").VaultSchemaPaths;
287
+ version: "v1";
288
+ schema: keyof import("../index.js").VaultSchema;
289
+ };
268
290
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
291
+ value?: string | number | boolean | string[] | number[] | null | undefined;
292
+ queryId?: `query_${string}` | undefined;
269
293
  requestId?: number | null | undefined;
270
294
  }[];
271
295
  projectId: string;
@@ -294,6 +318,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
294
318
  to?: string | undefined;
295
319
  };
296
320
  address?: string | null | undefined;
321
+ workflowSessionId?: string | undefined;
297
322
  responseMessage?: {
298
323
  id: string;
299
324
  type: string;
@@ -320,14 +345,17 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
320
345
  to?: string | undefined;
321
346
  } | null | undefined;
322
347
  verificationError?: string | null | undefined;
323
- workflowSessionId?: string | undefined;
324
348
  }, {
325
349
  status: "pending" | "authorised" | "unauthorised";
326
350
  query: {
327
- value: string | number | boolean | string[] | number[];
328
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
329
- attribute: string;
351
+ attribute: {
352
+ path: import("../index.js").VaultSchemaPaths;
353
+ version: "v1";
354
+ schema: keyof import("../index.js").VaultSchema;
355
+ };
330
356
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
357
+ value?: string | number | boolean | string[] | number[] | null | undefined;
358
+ queryId?: `query_${string}` | undefined;
331
359
  requestId?: number | null | undefined;
332
360
  }[];
333
361
  projectId: string;
@@ -356,6 +384,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
356
384
  to?: string | undefined;
357
385
  };
358
386
  address?: string | null | undefined;
387
+ workflowSessionId?: string | undefined;
359
388
  responseMessage?: {
360
389
  id: string;
361
390
  type: string;
@@ -382,7 +411,6 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
382
411
  to?: string | undefined;
383
412
  } | null | undefined;
384
413
  verificationError?: string | null | undefined;
385
- workflowSessionId?: string | undefined;
386
414
  }>;
387
415
  export type ScenarioAuthorizationData = z.infer<typeof ScenarioAuthorizationData>;
388
416
  export declare const SdkVerificationResponseSchema: z.ZodObject<{
@@ -390,7 +418,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
390
418
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
391
419
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
392
420
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
393
- objectType: z.ZodEnum<["ChallengeQuery", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
421
+ objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
394
422
  objectId: z.ZodString;
395
423
  name: z.ZodString;
396
424
  address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
@@ -433,7 +461,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
433
461
  };
434
462
  executionId: string;
435
463
  scenarioId: string;
436
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
464
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
437
465
  objectId: string;
438
466
  address?: string | null | undefined;
439
467
  }, {
@@ -447,7 +475,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
447
475
  };
448
476
  executionId: string;
449
477
  scenarioId: string;
450
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
478
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
451
479
  objectId: string;
452
480
  address?: string | null | undefined;
453
481
  }>, "many">, "many">>;
@@ -466,7 +494,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
466
494
  };
467
495
  executionId: string;
468
496
  scenarioId: string;
469
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
497
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
470
498
  objectId: string;
471
499
  address?: string | null | undefined;
472
500
  }[][] | undefined;
@@ -485,7 +513,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
485
513
  };
486
514
  executionId: string;
487
515
  scenarioId: string;
488
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
516
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
489
517
  objectId: string;
490
518
  address?: string | null | undefined;
491
519
  }[][] | undefined;
@@ -557,7 +585,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
557
585
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
558
586
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
559
587
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
560
- objectType: z.ZodEnum<["ChallengeQuery", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
588
+ objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
561
589
  objectId: z.ZodString;
562
590
  name: z.ZodString;
563
591
  address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
@@ -600,7 +628,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
600
628
  };
601
629
  executionId: string;
602
630
  scenarioId: string;
603
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
631
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
604
632
  objectId: string;
605
633
  address?: string | null | undefined;
606
634
  }, {
@@ -614,7 +642,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
614
642
  };
615
643
  executionId: string;
616
644
  scenarioId: string;
617
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
645
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
618
646
  objectId: string;
619
647
  address?: string | null | undefined;
620
648
  }>, "many">, "many">>;
@@ -633,7 +661,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
633
661
  };
634
662
  executionId: string;
635
663
  scenarioId: string;
636
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
664
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
637
665
  objectId: string;
638
666
  address?: string | null | undefined;
639
667
  }[][] | undefined;
@@ -652,7 +680,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
652
680
  };
653
681
  executionId: string;
654
682
  scenarioId: string;
655
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
683
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
656
684
  objectId: string;
657
685
  address?: string | null | undefined;
658
686
  }[][] | undefined;
@@ -674,7 +702,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
674
702
  };
675
703
  executionId: string;
676
704
  scenarioId: string;
677
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
705
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
678
706
  objectId: string;
679
707
  address?: string | null | undefined;
680
708
  }[][] | undefined;
@@ -696,7 +724,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
696
724
  };
697
725
  executionId: string;
698
726
  scenarioId: string;
699
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
727
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
700
728
  objectId: string;
701
729
  address?: string | null | undefined;
702
730
  }[][] | undefined;
@@ -945,32 +973,56 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
945
973
  }>>>;
946
974
  verificationError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
947
975
  query: z.ZodArray<z.ZodObject<{
948
- type: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
976
+ queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
949
977
  requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
950
- attribute: z.ZodString;
951
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
978
+ attribute: z.ZodObject<{
979
+ version: z.ZodEnum<["v1"]>;
980
+ schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
981
+ path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
982
+ }, "strip", z.ZodTypeAny, {
983
+ path: import("../index.js").VaultSchemaPaths;
984
+ version: "v1";
985
+ schema: keyof import("../index.js").VaultSchema;
986
+ }, {
987
+ path: import("../index.js").VaultSchemaPaths;
988
+ version: "v1";
989
+ schema: keyof import("../index.js").VaultSchema;
990
+ }>;
991
+ value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
952
992
  operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
953
993
  }, "strip", z.ZodTypeAny, {
954
- value: string | number | boolean | string[] | number[];
955
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
956
- attribute: string;
994
+ attribute: {
995
+ path: import("../index.js").VaultSchemaPaths;
996
+ version: "v1";
997
+ schema: keyof import("../index.js").VaultSchema;
998
+ };
957
999
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1000
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1001
+ queryId?: `query_${string}` | undefined;
958
1002
  requestId?: number | null | undefined;
959
1003
  }, {
960
- value: string | number | boolean | string[] | number[];
961
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
962
- attribute: string;
1004
+ attribute: {
1005
+ path: import("../index.js").VaultSchemaPaths;
1006
+ version: "v1";
1007
+ schema: keyof import("../index.js").VaultSchema;
1008
+ };
963
1009
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1010
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1011
+ queryId?: `query_${string}` | undefined;
964
1012
  requestId?: number | null | undefined;
965
1013
  }>, "many">;
966
1014
  workflowSessionId: z.ZodOptional<z.ZodString>;
967
1015
  }, "strip", z.ZodTypeAny, {
968
1016
  status: "pending" | "authorised" | "unauthorised";
969
1017
  query: {
970
- value: string | number | boolean | string[] | number[];
971
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
972
- attribute: string;
1018
+ attribute: {
1019
+ path: import("../index.js").VaultSchemaPaths;
1020
+ version: "v1";
1021
+ schema: keyof import("../index.js").VaultSchema;
1022
+ };
973
1023
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1024
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1025
+ queryId?: `query_${string}` | undefined;
974
1026
  requestId?: number | null | undefined;
975
1027
  }[];
976
1028
  projectId: string;
@@ -999,6 +1051,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
999
1051
  to?: string | undefined;
1000
1052
  };
1001
1053
  address?: string | null | undefined;
1054
+ workflowSessionId?: string | undefined;
1002
1055
  responseMessage?: {
1003
1056
  id: string;
1004
1057
  type: string;
@@ -1025,14 +1078,17 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1025
1078
  to?: string | undefined;
1026
1079
  } | null | undefined;
1027
1080
  verificationError?: string | null | undefined;
1028
- workflowSessionId?: string | undefined;
1029
1081
  }, {
1030
1082
  status: "pending" | "authorised" | "unauthorised";
1031
1083
  query: {
1032
- value: string | number | boolean | string[] | number[];
1033
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
1034
- attribute: string;
1084
+ attribute: {
1085
+ path: import("../index.js").VaultSchemaPaths;
1086
+ version: "v1";
1087
+ schema: keyof import("../index.js").VaultSchema;
1088
+ };
1035
1089
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1090
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1091
+ queryId?: `query_${string}` | undefined;
1036
1092
  requestId?: number | null | undefined;
1037
1093
  }[];
1038
1094
  projectId: string;
@@ -1061,6 +1117,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1061
1117
  to?: string | undefined;
1062
1118
  };
1063
1119
  address?: string | null | undefined;
1120
+ workflowSessionId?: string | undefined;
1064
1121
  responseMessage?: {
1065
1122
  id: string;
1066
1123
  type: string;
@@ -1087,17 +1144,20 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1087
1144
  to?: string | undefined;
1088
1145
  } | null | undefined;
1089
1146
  verificationError?: string | null | undefined;
1090
- workflowSessionId?: string | undefined;
1091
1147
  }>, "many">;
1092
1148
  }, "strip", z.ZodTypeAny, {
1093
1149
  type: "OffChainScenarioExecution";
1094
1150
  data: {
1095
1151
  status: "pending" | "authorised" | "unauthorised";
1096
1152
  query: {
1097
- value: string | number | boolean | string[] | number[];
1098
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
1099
- attribute: string;
1153
+ attribute: {
1154
+ path: import("../index.js").VaultSchemaPaths;
1155
+ version: "v1";
1156
+ schema: keyof import("../index.js").VaultSchema;
1157
+ };
1100
1158
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1159
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1160
+ queryId?: `query_${string}` | undefined;
1101
1161
  requestId?: number | null | undefined;
1102
1162
  }[];
1103
1163
  projectId: string;
@@ -1126,6 +1186,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1126
1186
  to?: string | undefined;
1127
1187
  };
1128
1188
  address?: string | null | undefined;
1189
+ workflowSessionId?: string | undefined;
1129
1190
  responseMessage?: {
1130
1191
  id: string;
1131
1192
  type: string;
@@ -1152,17 +1213,20 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1152
1213
  to?: string | undefined;
1153
1214
  } | null | undefined;
1154
1215
  verificationError?: string | null | undefined;
1155
- workflowSessionId?: string | undefined;
1156
1216
  }[];
1157
1217
  }, {
1158
1218
  type: "OffChainScenarioExecution";
1159
1219
  data: {
1160
1220
  status: "pending" | "authorised" | "unauthorised";
1161
1221
  query: {
1162
- value: string | number | boolean | string[] | number[];
1163
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
1164
- attribute: string;
1222
+ attribute: {
1223
+ path: import("../index.js").VaultSchemaPaths;
1224
+ version: "v1";
1225
+ schema: keyof import("../index.js").VaultSchema;
1226
+ };
1165
1227
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1228
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1229
+ queryId?: `query_${string}` | undefined;
1166
1230
  requestId?: number | null | undefined;
1167
1231
  }[];
1168
1232
  projectId: string;
@@ -1191,6 +1255,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1191
1255
  to?: string | undefined;
1192
1256
  };
1193
1257
  address?: string | null | undefined;
1258
+ workflowSessionId?: string | undefined;
1194
1259
  responseMessage?: {
1195
1260
  id: string;
1196
1261
  type: string;
@@ -1217,7 +1282,6 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
1217
1282
  to?: string | undefined;
1218
1283
  } | null | undefined;
1219
1284
  verificationError?: string | null | undefined;
1220
- workflowSessionId?: string | undefined;
1221
1285
  }[];
1222
1286
  }>;
1223
1287
  export declare const OnChainScenarioExecutionData: z.ZodObject<{
@@ -1237,7 +1301,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1237
1301
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
1238
1302
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
1239
1303
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
1240
- objectType: z.ZodEnum<["ChallengeQuery", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
1304
+ objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
1241
1305
  objectId: z.ZodString;
1242
1306
  name: z.ZodString;
1243
1307
  address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
@@ -1280,7 +1344,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1280
1344
  };
1281
1345
  executionId: string;
1282
1346
  scenarioId: string;
1283
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1347
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
1284
1348
  objectId: string;
1285
1349
  address?: string | null | undefined;
1286
1350
  }, {
@@ -1294,7 +1358,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1294
1358
  };
1295
1359
  executionId: string;
1296
1360
  scenarioId: string;
1297
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1361
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
1298
1362
  objectId: string;
1299
1363
  address?: string | null | undefined;
1300
1364
  }>, "many">, "many">>;
@@ -1313,7 +1377,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1313
1377
  };
1314
1378
  executionId: string;
1315
1379
  scenarioId: string;
1316
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1380
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
1317
1381
  objectId: string;
1318
1382
  address?: string | null | undefined;
1319
1383
  }[][] | undefined;
@@ -1332,7 +1396,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1332
1396
  };
1333
1397
  executionId: string;
1334
1398
  scenarioId: string;
1335
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1399
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
1336
1400
  objectId: string;
1337
1401
  address?: string | null | undefined;
1338
1402
  }[][] | undefined;
@@ -1354,7 +1418,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1354
1418
  };
1355
1419
  executionId: string;
1356
1420
  scenarioId: string;
1357
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1421
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
1358
1422
  objectId: string;
1359
1423
  address?: string | null | undefined;
1360
1424
  }[][] | undefined;
@@ -1376,7 +1440,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1376
1440
  };
1377
1441
  executionId: string;
1378
1442
  scenarioId: string;
1379
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1443
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
1380
1444
  objectId: string;
1381
1445
  address?: string | null | undefined;
1382
1446
  }[][] | undefined;
@@ -1624,32 +1688,56 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1624
1688
  }>>>;
1625
1689
  verificationError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1626
1690
  query: z.ZodArray<z.ZodObject<{
1627
- type: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
1691
+ queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
1628
1692
  requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1629
- attribute: z.ZodString;
1630
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
1693
+ attribute: z.ZodObject<{
1694
+ version: z.ZodEnum<["v1"]>;
1695
+ schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
1696
+ path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
1697
+ }, "strip", z.ZodTypeAny, {
1698
+ path: import("../index.js").VaultSchemaPaths;
1699
+ version: "v1";
1700
+ schema: keyof import("../index.js").VaultSchema;
1701
+ }, {
1702
+ path: import("../index.js").VaultSchemaPaths;
1703
+ version: "v1";
1704
+ schema: keyof import("../index.js").VaultSchema;
1705
+ }>;
1706
+ value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
1631
1707
  operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
1632
1708
  }, "strip", z.ZodTypeAny, {
1633
- value: string | number | boolean | string[] | number[];
1634
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
1635
- attribute: string;
1709
+ attribute: {
1710
+ path: import("../index.js").VaultSchemaPaths;
1711
+ version: "v1";
1712
+ schema: keyof import("../index.js").VaultSchema;
1713
+ };
1636
1714
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1715
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1716
+ queryId?: `query_${string}` | undefined;
1637
1717
  requestId?: number | null | undefined;
1638
1718
  }, {
1639
- value: string | number | boolean | string[] | number[];
1640
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
1641
- attribute: string;
1719
+ attribute: {
1720
+ path: import("../index.js").VaultSchemaPaths;
1721
+ version: "v1";
1722
+ schema: keyof import("../index.js").VaultSchema;
1723
+ };
1642
1724
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1725
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1726
+ queryId?: `query_${string}` | undefined;
1643
1727
  requestId?: number | null | undefined;
1644
1728
  }>, "many">;
1645
1729
  workflowSessionId: z.ZodOptional<z.ZodString>;
1646
1730
  }, "strip", z.ZodTypeAny, {
1647
1731
  status: "pending" | "authorised" | "unauthorised";
1648
1732
  query: {
1649
- value: string | number | boolean | string[] | number[];
1650
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
1651
- attribute: string;
1733
+ attribute: {
1734
+ path: import("../index.js").VaultSchemaPaths;
1735
+ version: "v1";
1736
+ schema: keyof import("../index.js").VaultSchema;
1737
+ };
1652
1738
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1739
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1740
+ queryId?: `query_${string}` | undefined;
1653
1741
  requestId?: number | null | undefined;
1654
1742
  }[];
1655
1743
  projectId: string;
@@ -1678,6 +1766,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1678
1766
  to?: string | undefined;
1679
1767
  };
1680
1768
  address?: string | null | undefined;
1769
+ workflowSessionId?: string | undefined;
1681
1770
  responseMessage?: {
1682
1771
  id: string;
1683
1772
  type: string;
@@ -1704,14 +1793,17 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1704
1793
  to?: string | undefined;
1705
1794
  } | null | undefined;
1706
1795
  verificationError?: string | null | undefined;
1707
- workflowSessionId?: string | undefined;
1708
1796
  }, {
1709
1797
  status: "pending" | "authorised" | "unauthorised";
1710
1798
  query: {
1711
- value: string | number | boolean | string[] | number[];
1712
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
1713
- attribute: string;
1799
+ attribute: {
1800
+ path: import("../index.js").VaultSchemaPaths;
1801
+ version: "v1";
1802
+ schema: keyof import("../index.js").VaultSchema;
1803
+ };
1714
1804
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1805
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1806
+ queryId?: `query_${string}` | undefined;
1715
1807
  requestId?: number | null | undefined;
1716
1808
  }[];
1717
1809
  projectId: string;
@@ -1740,6 +1832,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1740
1832
  to?: string | undefined;
1741
1833
  };
1742
1834
  address?: string | null | undefined;
1835
+ workflowSessionId?: string | undefined;
1743
1836
  responseMessage?: {
1744
1837
  id: string;
1745
1838
  type: string;
@@ -1766,17 +1859,20 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1766
1859
  to?: string | undefined;
1767
1860
  } | null | undefined;
1768
1861
  verificationError?: string | null | undefined;
1769
- workflowSessionId?: string | undefined;
1770
1862
  }>, "many">;
1771
1863
  }, "strip", z.ZodTypeAny, {
1772
1864
  type: "OffChainScenarioExecution";
1773
1865
  data: {
1774
1866
  status: "pending" | "authorised" | "unauthorised";
1775
1867
  query: {
1776
- value: string | number | boolean | string[] | number[];
1777
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
1778
- attribute: string;
1868
+ attribute: {
1869
+ path: import("../index.js").VaultSchemaPaths;
1870
+ version: "v1";
1871
+ schema: keyof import("../index.js").VaultSchema;
1872
+ };
1779
1873
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1874
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1875
+ queryId?: `query_${string}` | undefined;
1780
1876
  requestId?: number | null | undefined;
1781
1877
  }[];
1782
1878
  projectId: string;
@@ -1805,6 +1901,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1805
1901
  to?: string | undefined;
1806
1902
  };
1807
1903
  address?: string | null | undefined;
1904
+ workflowSessionId?: string | undefined;
1808
1905
  responseMessage?: {
1809
1906
  id: string;
1810
1907
  type: string;
@@ -1831,17 +1928,20 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1831
1928
  to?: string | undefined;
1832
1929
  } | null | undefined;
1833
1930
  verificationError?: string | null | undefined;
1834
- workflowSessionId?: string | undefined;
1835
1931
  }[];
1836
1932
  }, {
1837
1933
  type: "OffChainScenarioExecution";
1838
1934
  data: {
1839
1935
  status: "pending" | "authorised" | "unauthorised";
1840
1936
  query: {
1841
- value: string | number | boolean | string[] | number[];
1842
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
1843
- attribute: string;
1937
+ attribute: {
1938
+ path: import("../index.js").VaultSchemaPaths;
1939
+ version: "v1";
1940
+ schema: keyof import("../index.js").VaultSchema;
1941
+ };
1844
1942
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
1943
+ value?: string | number | boolean | string[] | number[] | null | undefined;
1944
+ queryId?: `query_${string}` | undefined;
1845
1945
  requestId?: number | null | undefined;
1846
1946
  }[];
1847
1947
  projectId: string;
@@ -1870,6 +1970,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1870
1970
  to?: string | undefined;
1871
1971
  };
1872
1972
  address?: string | null | undefined;
1973
+ workflowSessionId?: string | undefined;
1873
1974
  responseMessage?: {
1874
1975
  id: string;
1875
1976
  type: string;
@@ -1896,7 +1997,6 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1896
1997
  to?: string | undefined;
1897
1998
  } | null | undefined;
1898
1999
  verificationError?: string | null | undefined;
1899
- workflowSessionId?: string | undefined;
1900
2000
  }[];
1901
2001
  }>, z.ZodObject<{
1902
2002
  type: z.ZodLiteral<"OnChainScenarioExecution">;
@@ -1918,7 +2018,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
1918
2018
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
1919
2019
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
1920
2020
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
1921
- objectType: z.ZodEnum<["ChallengeQuery", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
2021
+ objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
1922
2022
  objectId: z.ZodString;
1923
2023
  name: z.ZodString;
1924
2024
  address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
@@ -1961,7 +2061,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
1961
2061
  };
1962
2062
  executionId: string;
1963
2063
  scenarioId: string;
1964
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
2064
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
1965
2065
  objectId: string;
1966
2066
  address?: string | null | undefined;
1967
2067
  }, {
@@ -1975,7 +2075,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
1975
2075
  };
1976
2076
  executionId: string;
1977
2077
  scenarioId: string;
1978
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
2078
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
1979
2079
  objectId: string;
1980
2080
  address?: string | null | undefined;
1981
2081
  }>, "many">, "many">>;
@@ -1994,7 +2094,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
1994
2094
  };
1995
2095
  executionId: string;
1996
2096
  scenarioId: string;
1997
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
2097
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
1998
2098
  objectId: string;
1999
2099
  address?: string | null | undefined;
2000
2100
  }[][] | undefined;
@@ -2013,7 +2113,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2013
2113
  };
2014
2114
  executionId: string;
2015
2115
  scenarioId: string;
2016
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
2116
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
2017
2117
  objectId: string;
2018
2118
  address?: string | null | undefined;
2019
2119
  }[][] | undefined;
@@ -2035,7 +2135,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2035
2135
  };
2036
2136
  executionId: string;
2037
2137
  scenarioId: string;
2038
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
2138
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
2039
2139
  objectId: string;
2040
2140
  address?: string | null | undefined;
2041
2141
  }[][] | undefined;
@@ -2057,7 +2157,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2057
2157
  };
2058
2158
  executionId: string;
2059
2159
  scenarioId: string;
2060
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
2160
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
2061
2161
  objectId: string;
2062
2162
  address?: string | null | undefined;
2063
2163
  }[][] | undefined;
@@ -2305,32 +2405,56 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2305
2405
  }>>>;
2306
2406
  verificationError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2307
2407
  query: z.ZodArray<z.ZodObject<{
2308
- type: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
2408
+ queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
2309
2409
  requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2310
- attribute: z.ZodString;
2311
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
2410
+ attribute: z.ZodObject<{
2411
+ version: z.ZodEnum<["v1"]>;
2412
+ schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
2413
+ path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
2414
+ }, "strip", z.ZodTypeAny, {
2415
+ path: import("../index.js").VaultSchemaPaths;
2416
+ version: "v1";
2417
+ schema: keyof import("../index.js").VaultSchema;
2418
+ }, {
2419
+ path: import("../index.js").VaultSchemaPaths;
2420
+ version: "v1";
2421
+ schema: keyof import("../index.js").VaultSchema;
2422
+ }>;
2423
+ value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
2312
2424
  operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
2313
2425
  }, "strip", z.ZodTypeAny, {
2314
- value: string | number | boolean | string[] | number[];
2315
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2316
- attribute: string;
2426
+ attribute: {
2427
+ path: import("../index.js").VaultSchemaPaths;
2428
+ version: "v1";
2429
+ schema: keyof import("../index.js").VaultSchema;
2430
+ };
2317
2431
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
2432
+ value?: string | number | boolean | string[] | number[] | null | undefined;
2433
+ queryId?: `query_${string}` | undefined;
2318
2434
  requestId?: number | null | undefined;
2319
2435
  }, {
2320
- value: string | number | boolean | string[] | number[];
2321
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2322
- attribute: string;
2436
+ attribute: {
2437
+ path: import("../index.js").VaultSchemaPaths;
2438
+ version: "v1";
2439
+ schema: keyof import("../index.js").VaultSchema;
2440
+ };
2323
2441
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
2442
+ value?: string | number | boolean | string[] | number[] | null | undefined;
2443
+ queryId?: `query_${string}` | undefined;
2324
2444
  requestId?: number | null | undefined;
2325
2445
  }>, "many">;
2326
2446
  workflowSessionId: z.ZodOptional<z.ZodString>;
2327
2447
  }, "strip", z.ZodTypeAny, {
2328
2448
  status: "pending" | "authorised" | "unauthorised";
2329
2449
  query: {
2330
- value: string | number | boolean | string[] | number[];
2331
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2332
- attribute: string;
2450
+ attribute: {
2451
+ path: import("../index.js").VaultSchemaPaths;
2452
+ version: "v1";
2453
+ schema: keyof import("../index.js").VaultSchema;
2454
+ };
2333
2455
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
2456
+ value?: string | number | boolean | string[] | number[] | null | undefined;
2457
+ queryId?: `query_${string}` | undefined;
2334
2458
  requestId?: number | null | undefined;
2335
2459
  }[];
2336
2460
  projectId: string;
@@ -2359,6 +2483,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2359
2483
  to?: string | undefined;
2360
2484
  };
2361
2485
  address?: string | null | undefined;
2486
+ workflowSessionId?: string | undefined;
2362
2487
  responseMessage?: {
2363
2488
  id: string;
2364
2489
  type: string;
@@ -2385,14 +2510,17 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2385
2510
  to?: string | undefined;
2386
2511
  } | null | undefined;
2387
2512
  verificationError?: string | null | undefined;
2388
- workflowSessionId?: string | undefined;
2389
2513
  }, {
2390
2514
  status: "pending" | "authorised" | "unauthorised";
2391
2515
  query: {
2392
- value: string | number | boolean | string[] | number[];
2393
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2394
- attribute: string;
2516
+ attribute: {
2517
+ path: import("../index.js").VaultSchemaPaths;
2518
+ version: "v1";
2519
+ schema: keyof import("../index.js").VaultSchema;
2520
+ };
2395
2521
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
2522
+ value?: string | number | boolean | string[] | number[] | null | undefined;
2523
+ queryId?: `query_${string}` | undefined;
2396
2524
  requestId?: number | null | undefined;
2397
2525
  }[];
2398
2526
  projectId: string;
@@ -2421,6 +2549,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2421
2549
  to?: string | undefined;
2422
2550
  };
2423
2551
  address?: string | null | undefined;
2552
+ workflowSessionId?: string | undefined;
2424
2553
  responseMessage?: {
2425
2554
  id: string;
2426
2555
  type: string;
@@ -2447,17 +2576,20 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2447
2576
  to?: string | undefined;
2448
2577
  } | null | undefined;
2449
2578
  verificationError?: string | null | undefined;
2450
- workflowSessionId?: string | undefined;
2451
2579
  }>, "many">;
2452
2580
  }, "strip", z.ZodTypeAny, {
2453
2581
  type: "OffChainScenarioExecution";
2454
2582
  data: {
2455
2583
  status: "pending" | "authorised" | "unauthorised";
2456
2584
  query: {
2457
- value: string | number | boolean | string[] | number[];
2458
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2459
- attribute: string;
2585
+ attribute: {
2586
+ path: import("../index.js").VaultSchemaPaths;
2587
+ version: "v1";
2588
+ schema: keyof import("../index.js").VaultSchema;
2589
+ };
2460
2590
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
2591
+ value?: string | number | boolean | string[] | number[] | null | undefined;
2592
+ queryId?: `query_${string}` | undefined;
2461
2593
  requestId?: number | null | undefined;
2462
2594
  }[];
2463
2595
  projectId: string;
@@ -2486,6 +2618,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2486
2618
  to?: string | undefined;
2487
2619
  };
2488
2620
  address?: string | null | undefined;
2621
+ workflowSessionId?: string | undefined;
2489
2622
  responseMessage?: {
2490
2623
  id: string;
2491
2624
  type: string;
@@ -2512,17 +2645,20 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2512
2645
  to?: string | undefined;
2513
2646
  } | null | undefined;
2514
2647
  verificationError?: string | null | undefined;
2515
- workflowSessionId?: string | undefined;
2516
2648
  }[];
2517
2649
  }, {
2518
2650
  type: "OffChainScenarioExecution";
2519
2651
  data: {
2520
2652
  status: "pending" | "authorised" | "unauthorised";
2521
2653
  query: {
2522
- value: string | number | boolean | string[] | number[];
2523
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2524
- attribute: string;
2654
+ attribute: {
2655
+ path: import("../index.js").VaultSchemaPaths;
2656
+ version: "v1";
2657
+ schema: keyof import("../index.js").VaultSchema;
2658
+ };
2525
2659
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
2660
+ value?: string | number | boolean | string[] | number[] | null | undefined;
2661
+ queryId?: `query_${string}` | undefined;
2526
2662
  requestId?: number | null | undefined;
2527
2663
  }[];
2528
2664
  projectId: string;
@@ -2551,6 +2687,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2551
2687
  to?: string | undefined;
2552
2688
  };
2553
2689
  address?: string | null | undefined;
2690
+ workflowSessionId?: string | undefined;
2554
2691
  responseMessage?: {
2555
2692
  id: string;
2556
2693
  type: string;
@@ -2577,7 +2714,6 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2577
2714
  to?: string | undefined;
2578
2715
  } | null | undefined;
2579
2716
  verificationError?: string | null | undefined;
2580
- workflowSessionId?: string | undefined;
2581
2717
  }[];
2582
2718
  }>, z.ZodObject<{
2583
2719
  type: z.ZodLiteral<"OnChainScenarioExecution">;
@@ -2608,7 +2744,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2608
2744
  };
2609
2745
  executionId: string;
2610
2746
  scenarioId: string;
2611
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
2747
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
2612
2748
  objectId: string;
2613
2749
  address?: string | null | undefined;
2614
2750
  }[][] | undefined;
@@ -2618,10 +2754,14 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2618
2754
  data: {
2619
2755
  status: "pending" | "authorised" | "unauthorised";
2620
2756
  query: {
2621
- value: string | number | boolean | string[] | number[];
2622
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2623
- attribute: string;
2757
+ attribute: {
2758
+ path: import("../index.js").VaultSchemaPaths;
2759
+ version: "v1";
2760
+ schema: keyof import("../index.js").VaultSchema;
2761
+ };
2624
2762
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
2763
+ value?: string | number | boolean | string[] | number[] | null | undefined;
2764
+ queryId?: `query_${string}` | undefined;
2625
2765
  requestId?: number | null | undefined;
2626
2766
  }[];
2627
2767
  projectId: string;
@@ -2650,6 +2790,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2650
2790
  to?: string | undefined;
2651
2791
  };
2652
2792
  address?: string | null | undefined;
2793
+ workflowSessionId?: string | undefined;
2653
2794
  responseMessage?: {
2654
2795
  id: string;
2655
2796
  type: string;
@@ -2676,7 +2817,6 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2676
2817
  to?: string | undefined;
2677
2818
  } | null | undefined;
2678
2819
  verificationError?: string | null | undefined;
2679
- workflowSessionId?: string | undefined;
2680
2820
  }[];
2681
2821
  } | {
2682
2822
  type: "OnChainScenarioExecution";
@@ -2702,7 +2842,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2702
2842
  };
2703
2843
  executionId: string;
2704
2844
  scenarioId: string;
2705
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
2845
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
2706
2846
  objectId: string;
2707
2847
  address?: string | null | undefined;
2708
2848
  }[][] | undefined;
@@ -2712,10 +2852,14 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2712
2852
  data: {
2713
2853
  status: "pending" | "authorised" | "unauthorised";
2714
2854
  query: {
2715
- value: string | number | boolean | string[] | number[];
2716
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
2717
- attribute: string;
2855
+ attribute: {
2856
+ path: import("../index.js").VaultSchemaPaths;
2857
+ version: "v1";
2858
+ schema: keyof import("../index.js").VaultSchema;
2859
+ };
2718
2860
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
2861
+ value?: string | number | boolean | string[] | number[] | null | undefined;
2862
+ queryId?: `query_${string}` | undefined;
2719
2863
  requestId?: number | null | undefined;
2720
2864
  }[];
2721
2865
  projectId: string;
@@ -2744,6 +2888,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2744
2888
  to?: string | undefined;
2745
2889
  };
2746
2890
  address?: string | null | undefined;
2891
+ workflowSessionId?: string | undefined;
2747
2892
  responseMessage?: {
2748
2893
  id: string;
2749
2894
  type: string;
@@ -2770,7 +2915,6 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2770
2915
  to?: string | undefined;
2771
2916
  } | null | undefined;
2772
2917
  verificationError?: string | null | undefined;
2773
- workflowSessionId?: string | undefined;
2774
2918
  }[];
2775
2919
  } | {
2776
2920
  type: "OnChainScenarioExecution";
@@ -2908,7 +3052,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
2908
3052
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
2909
3053
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
2910
3054
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
2911
- objectType: z.ZodEnum<["ChallengeQuery", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
3055
+ objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
2912
3056
  objectId: z.ZodString;
2913
3057
  name: z.ZodString;
2914
3058
  address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
@@ -2951,7 +3095,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
2951
3095
  };
2952
3096
  executionId: string;
2953
3097
  scenarioId: string;
2954
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
3098
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
2955
3099
  objectId: string;
2956
3100
  address?: string | null | undefined;
2957
3101
  }, {
@@ -2965,7 +3109,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
2965
3109
  };
2966
3110
  executionId: string;
2967
3111
  scenarioId: string;
2968
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
3112
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
2969
3113
  objectId: string;
2970
3114
  address?: string | null | undefined;
2971
3115
  }>, "many">, "many">>;
@@ -2984,7 +3128,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
2984
3128
  };
2985
3129
  executionId: string;
2986
3130
  scenarioId: string;
2987
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
3131
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
2988
3132
  objectId: string;
2989
3133
  address?: string | null | undefined;
2990
3134
  }[][] | undefined;
@@ -3003,7 +3147,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3003
3147
  };
3004
3148
  executionId: string;
3005
3149
  scenarioId: string;
3006
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
3150
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
3007
3151
  objectId: string;
3008
3152
  address?: string | null | undefined;
3009
3153
  }[][] | undefined;
@@ -3025,7 +3169,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3025
3169
  };
3026
3170
  executionId: string;
3027
3171
  scenarioId: string;
3028
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
3172
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
3029
3173
  objectId: string;
3030
3174
  address?: string | null | undefined;
3031
3175
  }[][] | undefined;
@@ -3047,7 +3191,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3047
3191
  };
3048
3192
  executionId: string;
3049
3193
  scenarioId: string;
3050
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
3194
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
3051
3195
  objectId: string;
3052
3196
  address?: string | null | undefined;
3053
3197
  }[][] | undefined;
@@ -3295,32 +3439,56 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3295
3439
  }>>>;
3296
3440
  verificationError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3297
3441
  query: z.ZodArray<z.ZodObject<{
3298
- type: z.ZodEnum<["IDInformation", "SelfieImage", "IDImage", "ProofOfResidence", "AMLScreeningsResults", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>;
3442
+ queryId: z.ZodOptional<z.ZodType<`query_${string}`, z.ZodTypeDef, `query_${string}`>>;
3299
3443
  requestId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3300
- attribute: z.ZodString;
3301
- value: z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>;
3444
+ attribute: z.ZodObject<{
3445
+ version: z.ZodEnum<["v1"]>;
3446
+ schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
3447
+ path: z.ZodEnum<[import("../index.js").VaultSchemaPaths, ...import("../index.js").VaultSchemaPaths[]]>;
3448
+ }, "strip", z.ZodTypeAny, {
3449
+ path: import("../index.js").VaultSchemaPaths;
3450
+ version: "v1";
3451
+ schema: keyof import("../index.js").VaultSchema;
3452
+ }, {
3453
+ path: import("../index.js").VaultSchemaPaths;
3454
+ version: "v1";
3455
+ schema: keyof import("../index.js").VaultSchema;
3456
+ }>;
3457
+ value: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>>;
3302
3458
  operator: z.ZodEnum<["$noop", "$eq", "$lt", "$lte", "$gt", "$gte", "$in", "$nin", "$ne", "$exists"]>;
3303
3459
  }, "strip", z.ZodTypeAny, {
3304
- value: string | number | boolean | string[] | number[];
3305
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
3306
- attribute: string;
3460
+ attribute: {
3461
+ path: import("../index.js").VaultSchemaPaths;
3462
+ version: "v1";
3463
+ schema: keyof import("../index.js").VaultSchema;
3464
+ };
3307
3465
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
3466
+ value?: string | number | boolean | string[] | number[] | null | undefined;
3467
+ queryId?: `query_${string}` | undefined;
3308
3468
  requestId?: number | null | undefined;
3309
3469
  }, {
3310
- value: string | number | boolean | string[] | number[];
3311
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
3312
- attribute: string;
3470
+ attribute: {
3471
+ path: import("../index.js").VaultSchemaPaths;
3472
+ version: "v1";
3473
+ schema: keyof import("../index.js").VaultSchema;
3474
+ };
3313
3475
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
3476
+ value?: string | number | boolean | string[] | number[] | null | undefined;
3477
+ queryId?: `query_${string}` | undefined;
3314
3478
  requestId?: number | null | undefined;
3315
3479
  }>, "many">;
3316
3480
  workflowSessionId: z.ZodOptional<z.ZodString>;
3317
3481
  }, "strip", z.ZodTypeAny, {
3318
3482
  status: "pending" | "authorised" | "unauthorised";
3319
3483
  query: {
3320
- value: string | number | boolean | string[] | number[];
3321
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
3322
- attribute: string;
3484
+ attribute: {
3485
+ path: import("../index.js").VaultSchemaPaths;
3486
+ version: "v1";
3487
+ schema: keyof import("../index.js").VaultSchema;
3488
+ };
3323
3489
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
3490
+ value?: string | number | boolean | string[] | number[] | null | undefined;
3491
+ queryId?: `query_${string}` | undefined;
3324
3492
  requestId?: number | null | undefined;
3325
3493
  }[];
3326
3494
  projectId: string;
@@ -3349,6 +3517,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3349
3517
  to?: string | undefined;
3350
3518
  };
3351
3519
  address?: string | null | undefined;
3520
+ workflowSessionId?: string | undefined;
3352
3521
  responseMessage?: {
3353
3522
  id: string;
3354
3523
  type: string;
@@ -3375,14 +3544,17 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3375
3544
  to?: string | undefined;
3376
3545
  } | null | undefined;
3377
3546
  verificationError?: string | null | undefined;
3378
- workflowSessionId?: string | undefined;
3379
3547
  }, {
3380
3548
  status: "pending" | "authorised" | "unauthorised";
3381
3549
  query: {
3382
- value: string | number | boolean | string[] | number[];
3383
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
3384
- attribute: string;
3550
+ attribute: {
3551
+ path: import("../index.js").VaultSchemaPaths;
3552
+ version: "v1";
3553
+ schema: keyof import("../index.js").VaultSchema;
3554
+ };
3385
3555
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
3556
+ value?: string | number | boolean | string[] | number[] | null | undefined;
3557
+ queryId?: `query_${string}` | undefined;
3386
3558
  requestId?: number | null | undefined;
3387
3559
  }[];
3388
3560
  projectId: string;
@@ -3411,6 +3583,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3411
3583
  to?: string | undefined;
3412
3584
  };
3413
3585
  address?: string | null | undefined;
3586
+ workflowSessionId?: string | undefined;
3414
3587
  responseMessage?: {
3415
3588
  id: string;
3416
3589
  type: string;
@@ -3437,17 +3610,20 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3437
3610
  to?: string | undefined;
3438
3611
  } | null | undefined;
3439
3612
  verificationError?: string | null | undefined;
3440
- workflowSessionId?: string | undefined;
3441
3613
  }>, "many">;
3442
3614
  }, "strip", z.ZodTypeAny, {
3443
3615
  type: "OffChainScenarioExecution";
3444
3616
  data: {
3445
3617
  status: "pending" | "authorised" | "unauthorised";
3446
3618
  query: {
3447
- value: string | number | boolean | string[] | number[];
3448
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
3449
- attribute: string;
3619
+ attribute: {
3620
+ path: import("../index.js").VaultSchemaPaths;
3621
+ version: "v1";
3622
+ schema: keyof import("../index.js").VaultSchema;
3623
+ };
3450
3624
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
3625
+ value?: string | number | boolean | string[] | number[] | null | undefined;
3626
+ queryId?: `query_${string}` | undefined;
3451
3627
  requestId?: number | null | undefined;
3452
3628
  }[];
3453
3629
  projectId: string;
@@ -3476,6 +3652,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3476
3652
  to?: string | undefined;
3477
3653
  };
3478
3654
  address?: string | null | undefined;
3655
+ workflowSessionId?: string | undefined;
3479
3656
  responseMessage?: {
3480
3657
  id: string;
3481
3658
  type: string;
@@ -3502,17 +3679,20 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3502
3679
  to?: string | undefined;
3503
3680
  } | null | undefined;
3504
3681
  verificationError?: string | null | undefined;
3505
- workflowSessionId?: string | undefined;
3506
3682
  }[];
3507
3683
  }, {
3508
3684
  type: "OffChainScenarioExecution";
3509
3685
  data: {
3510
3686
  status: "pending" | "authorised" | "unauthorised";
3511
3687
  query: {
3512
- value: string | number | boolean | string[] | number[];
3513
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
3514
- attribute: string;
3688
+ attribute: {
3689
+ path: import("../index.js").VaultSchemaPaths;
3690
+ version: "v1";
3691
+ schema: keyof import("../index.js").VaultSchema;
3692
+ };
3515
3693
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
3694
+ value?: string | number | boolean | string[] | number[] | null | undefined;
3695
+ queryId?: `query_${string}` | undefined;
3516
3696
  requestId?: number | null | undefined;
3517
3697
  }[];
3518
3698
  projectId: string;
@@ -3541,6 +3721,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3541
3721
  to?: string | undefined;
3542
3722
  };
3543
3723
  address?: string | null | undefined;
3724
+ workflowSessionId?: string | undefined;
3544
3725
  responseMessage?: {
3545
3726
  id: string;
3546
3727
  type: string;
@@ -3567,7 +3748,6 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3567
3748
  to?: string | undefined;
3568
3749
  } | null | undefined;
3569
3750
  verificationError?: string | null | undefined;
3570
- workflowSessionId?: string | undefined;
3571
3751
  }[];
3572
3752
  }>, z.ZodObject<{
3573
3753
  type: z.ZodLiteral<"OnChainScenarioExecution">;
@@ -3598,7 +3778,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3598
3778
  };
3599
3779
  executionId: string;
3600
3780
  scenarioId: string;
3601
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
3781
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
3602
3782
  objectId: string;
3603
3783
  address?: string | null | undefined;
3604
3784
  }[][] | undefined;
@@ -3608,10 +3788,14 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3608
3788
  data: {
3609
3789
  status: "pending" | "authorised" | "unauthorised";
3610
3790
  query: {
3611
- value: string | number | boolean | string[] | number[];
3612
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
3613
- attribute: string;
3791
+ attribute: {
3792
+ path: import("../index.js").VaultSchemaPaths;
3793
+ version: "v1";
3794
+ schema: keyof import("../index.js").VaultSchema;
3795
+ };
3614
3796
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
3797
+ value?: string | number | boolean | string[] | number[] | null | undefined;
3798
+ queryId?: `query_${string}` | undefined;
3615
3799
  requestId?: number | null | undefined;
3616
3800
  }[];
3617
3801
  projectId: string;
@@ -3640,6 +3824,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3640
3824
  to?: string | undefined;
3641
3825
  };
3642
3826
  address?: string | null | undefined;
3827
+ workflowSessionId?: string | undefined;
3643
3828
  responseMessage?: {
3644
3829
  id: string;
3645
3830
  type: string;
@@ -3666,7 +3851,6 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3666
3851
  to?: string | undefined;
3667
3852
  } | null | undefined;
3668
3853
  verificationError?: string | null | undefined;
3669
- workflowSessionId?: string | undefined;
3670
3854
  }[];
3671
3855
  } | {
3672
3856
  type: "OnChainScenarioExecution";
@@ -3692,7 +3876,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3692
3876
  };
3693
3877
  executionId: string;
3694
3878
  scenarioId: string;
3695
- objectType: "ChallengeQuery" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
3879
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
3696
3880
  objectId: string;
3697
3881
  address?: string | null | undefined;
3698
3882
  }[][] | undefined;
@@ -3702,10 +3886,14 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3702
3886
  data: {
3703
3887
  status: "pending" | "authorised" | "unauthorised";
3704
3888
  query: {
3705
- value: string | number | boolean | string[] | number[];
3706
- type: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport";
3707
- attribute: string;
3889
+ attribute: {
3890
+ path: import("../index.js").VaultSchemaPaths;
3891
+ version: "v1";
3892
+ schema: keyof import("../index.js").VaultSchema;
3893
+ };
3708
3894
  operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
3895
+ value?: string | number | boolean | string[] | number[] | null | undefined;
3896
+ queryId?: `query_${string}` | undefined;
3709
3897
  requestId?: number | null | undefined;
3710
3898
  }[];
3711
3899
  projectId: string;
@@ -3734,6 +3922,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3734
3922
  to?: string | undefined;
3735
3923
  };
3736
3924
  address?: string | null | undefined;
3925
+ workflowSessionId?: string | undefined;
3737
3926
  responseMessage?: {
3738
3927
  id: string;
3739
3928
  type: string;
@@ -3760,7 +3949,6 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3760
3949
  to?: string | undefined;
3761
3950
  } | null | undefined;
3762
3951
  verificationError?: string | null | undefined;
3763
- workflowSessionId?: string | undefined;
3764
3952
  }[];
3765
3953
  } | {
3766
3954
  type: "OnChainScenarioExecution";