@nexeraid/identity-schemas 2.221.0-dev → 2.222.0

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 (32) hide show
  1. package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
  2. package/dist/declarations/src/identity/identity-v2.schema.d.ts +9 -9
  3. package/dist/declarations/src/identity/kyc.schema.d.ts +9 -9
  4. package/dist/declarations/src/identity/scenario.schema.d.ts +59 -59
  5. package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
  6. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +37 -37
  7. package/dist/{identity-api.schema-2fc29810.cjs.prod.cjs → identity-api.schema-811f0ff1.cjs.prod.cjs} +3 -3
  8. package/dist/{identity-api.schema-f1a2d54d.esm.mjs → identity-api.schema-be8d85cd.esm.mjs} +3 -3
  9. package/dist/{identity-api.schema-fe5cd087.cjs.dev.cjs → identity-api.schema-df43e545.cjs.dev.cjs} +3 -3
  10. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +3 -3
  11. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +3 -3
  12. package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
  13. package/dist/{notabene.schema-c4397027.cjs.dev.cjs → notabene.schema-13a3005a.cjs.dev.cjs} +1 -1
  14. package/dist/{notabene.schema-a5230165.cjs.prod.cjs → notabene.schema-c4326fc2.cjs.prod.cjs} +1 -1
  15. package/dist/{notabene.schema-0247c7fb.esm.mjs → notabene.schema-f13aaf80.esm.mjs} +1 -1
  16. package/dist/package.json +1 -1
  17. package/dist/{tfhe-utilities-1fe0bf73.cjs.dev.cjs → tfhe-utilities-1b431986.cjs.dev.cjs} +1 -1
  18. package/dist/{tfhe-utilities-7ffe0404.esm.mjs → tfhe-utilities-a1b143fb.esm.mjs} +1 -1
  19. package/dist/{tfhe-utilities-c4b47e09.cjs.prod.cjs → tfhe-utilities-bdf8e874.cjs.prod.cjs} +1 -1
  20. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +1 -1
  21. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +1 -1
  22. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +1 -1
  23. package/package.json +2 -2
  24. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +2 -2
  25. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +2 -2
  26. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +2 -2
  27. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +2 -2
  28. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +2 -2
  29. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +2 -2
  30. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +2 -2
  31. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +2 -2
  32. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +2 -2
@@ -481,7 +481,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
481
481
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
482
482
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
483
483
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
484
- objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
484
+ objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
485
485
  objectId: z.ZodString;
486
486
  name: z.ZodString;
487
487
  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>]>]>>>;
@@ -524,7 +524,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
524
524
  };
525
525
  executionId: string;
526
526
  scenarioId: string;
527
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
527
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
528
528
  objectId: string;
529
529
  address?: string | null | undefined;
530
530
  }, {
@@ -538,7 +538,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
538
538
  };
539
539
  executionId: string;
540
540
  scenarioId: string;
541
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
541
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
542
542
  objectId: string;
543
543
  address?: string | null | undefined;
544
544
  }>, "many">, "many">>;
@@ -557,7 +557,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
557
557
  };
558
558
  executionId: string;
559
559
  scenarioId: string;
560
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
560
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
561
561
  objectId: string;
562
562
  address?: string | null | undefined;
563
563
  }[][] | undefined;
@@ -576,7 +576,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
576
576
  };
577
577
  executionId: string;
578
578
  scenarioId: string;
579
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
579
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
580
580
  objectId: string;
581
581
  address?: string | null | undefined;
582
582
  }[][] | undefined;
@@ -648,7 +648,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
648
648
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
649
649
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
650
650
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
651
- objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
651
+ objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
652
652
  objectId: z.ZodString;
653
653
  name: z.ZodString;
654
654
  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>]>]>>>;
@@ -691,7 +691,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
691
691
  };
692
692
  executionId: string;
693
693
  scenarioId: string;
694
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
694
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
695
695
  objectId: string;
696
696
  address?: string | null | undefined;
697
697
  }, {
@@ -705,7 +705,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
705
705
  };
706
706
  executionId: string;
707
707
  scenarioId: string;
708
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
708
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
709
709
  objectId: string;
710
710
  address?: string | null | undefined;
711
711
  }>, "many">, "many">>;
@@ -724,7 +724,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
724
724
  };
725
725
  executionId: string;
726
726
  scenarioId: string;
727
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
727
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
728
728
  objectId: string;
729
729
  address?: string | null | undefined;
730
730
  }[][] | undefined;
@@ -743,7 +743,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
743
743
  };
744
744
  executionId: string;
745
745
  scenarioId: string;
746
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
746
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
747
747
  objectId: string;
748
748
  address?: string | null | undefined;
749
749
  }[][] | undefined;
@@ -765,7 +765,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
765
765
  };
766
766
  executionId: string;
767
767
  scenarioId: string;
768
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
768
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
769
769
  objectId: string;
770
770
  address?: string | null | undefined;
771
771
  }[][] | undefined;
@@ -787,7 +787,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
787
787
  };
788
788
  executionId: string;
789
789
  scenarioId: string;
790
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
790
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
791
791
  objectId: string;
792
792
  address?: string | null | undefined;
793
793
  }[][] | undefined;
@@ -1449,7 +1449,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1449
1449
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
1450
1450
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
1451
1451
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
1452
- objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
1452
+ objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
1453
1453
  objectId: z.ZodString;
1454
1454
  name: z.ZodString;
1455
1455
  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>]>]>>>;
@@ -1492,7 +1492,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1492
1492
  };
1493
1493
  executionId: string;
1494
1494
  scenarioId: string;
1495
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1495
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
1496
1496
  objectId: string;
1497
1497
  address?: string | null | undefined;
1498
1498
  }, {
@@ -1506,7 +1506,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1506
1506
  };
1507
1507
  executionId: string;
1508
1508
  scenarioId: string;
1509
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1509
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
1510
1510
  objectId: string;
1511
1511
  address?: string | null | undefined;
1512
1512
  }>, "many">, "many">>;
@@ -1525,7 +1525,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1525
1525
  };
1526
1526
  executionId: string;
1527
1527
  scenarioId: string;
1528
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1528
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
1529
1529
  objectId: string;
1530
1530
  address?: string | null | undefined;
1531
1531
  }[][] | undefined;
@@ -1544,7 +1544,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1544
1544
  };
1545
1545
  executionId: string;
1546
1546
  scenarioId: string;
1547
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1547
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
1548
1548
  objectId: string;
1549
1549
  address?: string | null | undefined;
1550
1550
  }[][] | undefined;
@@ -1566,7 +1566,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1566
1566
  };
1567
1567
  executionId: string;
1568
1568
  scenarioId: string;
1569
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1569
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
1570
1570
  objectId: string;
1571
1571
  address?: string | null | undefined;
1572
1572
  }[][] | undefined;
@@ -1588,7 +1588,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
1588
1588
  };
1589
1589
  executionId: string;
1590
1590
  scenarioId: string;
1591
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1591
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
1592
1592
  objectId: string;
1593
1593
  address?: string | null | undefined;
1594
1594
  }[][] | undefined;
@@ -2251,7 +2251,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2251
2251
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
2252
2252
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
2253
2253
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
2254
- objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
2254
+ objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
2255
2255
  objectId: z.ZodString;
2256
2256
  name: z.ZodString;
2257
2257
  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>]>]>>>;
@@ -2294,7 +2294,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2294
2294
  };
2295
2295
  executionId: string;
2296
2296
  scenarioId: string;
2297
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
2297
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
2298
2298
  objectId: string;
2299
2299
  address?: string | null | undefined;
2300
2300
  }, {
@@ -2308,7 +2308,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2308
2308
  };
2309
2309
  executionId: string;
2310
2310
  scenarioId: string;
2311
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
2311
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
2312
2312
  objectId: string;
2313
2313
  address?: string | null | undefined;
2314
2314
  }>, "many">, "many">>;
@@ -2327,7 +2327,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2327
2327
  };
2328
2328
  executionId: string;
2329
2329
  scenarioId: string;
2330
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
2330
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
2331
2331
  objectId: string;
2332
2332
  address?: string | null | undefined;
2333
2333
  }[][] | undefined;
@@ -2346,7 +2346,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2346
2346
  };
2347
2347
  executionId: string;
2348
2348
  scenarioId: string;
2349
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
2349
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
2350
2350
  objectId: string;
2351
2351
  address?: string | null | undefined;
2352
2352
  }[][] | undefined;
@@ -2368,7 +2368,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2368
2368
  };
2369
2369
  executionId: string;
2370
2370
  scenarioId: string;
2371
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
2371
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
2372
2372
  objectId: string;
2373
2373
  address?: string | null | undefined;
2374
2374
  }[][] | undefined;
@@ -2390,7 +2390,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
2390
2390
  };
2391
2391
  executionId: string;
2392
2392
  scenarioId: string;
2393
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
2393
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
2394
2394
  objectId: string;
2395
2395
  address?: string | null | undefined;
2396
2396
  }[][] | undefined;
@@ -3062,7 +3062,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
3062
3062
  };
3063
3063
  executionId: string;
3064
3064
  scenarioId: string;
3065
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
3065
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
3066
3066
  objectId: string;
3067
3067
  address?: string | null | undefined;
3068
3068
  }[][] | undefined;
@@ -3171,7 +3171,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
3171
3171
  };
3172
3172
  executionId: string;
3173
3173
  scenarioId: string;
3174
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
3174
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
3175
3175
  objectId: string;
3176
3176
  address?: string | null | undefined;
3177
3177
  }[][] | undefined;
@@ -3392,7 +3392,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3392
3392
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
3393
3393
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
3394
3394
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
3395
- objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
3395
+ objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
3396
3396
  objectId: z.ZodString;
3397
3397
  name: z.ZodString;
3398
3398
  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>]>]>>>;
@@ -3435,7 +3435,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3435
3435
  };
3436
3436
  executionId: string;
3437
3437
  scenarioId: string;
3438
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
3438
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
3439
3439
  objectId: string;
3440
3440
  address?: string | null | undefined;
3441
3441
  }, {
@@ -3449,7 +3449,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3449
3449
  };
3450
3450
  executionId: string;
3451
3451
  scenarioId: string;
3452
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
3452
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
3453
3453
  objectId: string;
3454
3454
  address?: string | null | undefined;
3455
3455
  }>, "many">, "many">>;
@@ -3468,7 +3468,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3468
3468
  };
3469
3469
  executionId: string;
3470
3470
  scenarioId: string;
3471
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
3471
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
3472
3472
  objectId: string;
3473
3473
  address?: string | null | undefined;
3474
3474
  }[][] | undefined;
@@ -3487,7 +3487,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3487
3487
  };
3488
3488
  executionId: string;
3489
3489
  scenarioId: string;
3490
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
3490
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
3491
3491
  objectId: string;
3492
3492
  address?: string | null | undefined;
3493
3493
  }[][] | undefined;
@@ -3509,7 +3509,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3509
3509
  };
3510
3510
  executionId: string;
3511
3511
  scenarioId: string;
3512
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
3512
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
3513
3513
  objectId: string;
3514
3514
  address?: string | null | undefined;
3515
3515
  }[][] | undefined;
@@ -3531,7 +3531,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
3531
3531
  };
3532
3532
  executionId: string;
3533
3533
  scenarioId: string;
3534
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
3534
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
3535
3535
  objectId: string;
3536
3536
  address?: string | null | undefined;
3537
3537
  }[][] | undefined;
@@ -4203,7 +4203,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
4203
4203
  };
4204
4204
  executionId: string;
4205
4205
  scenarioId: string;
4206
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
4206
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
4207
4207
  objectId: string;
4208
4208
  address?: string | null | undefined;
4209
4209
  }[][] | undefined;
@@ -4312,7 +4312,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
4312
4312
  };
4313
4313
  executionId: string;
4314
4314
  scenarioId: string;
4315
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
4315
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
4316
4316
  objectId: string;
4317
4317
  address?: string | null | undefined;
4318
4318
  }[][] | undefined;
@@ -1533,7 +1533,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1533
1533
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
1534
1534
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
1535
1535
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
1536
- objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
1536
+ objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
1537
1537
  objectId: z.ZodString;
1538
1538
  name: z.ZodString;
1539
1539
  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>]>]>>>;
@@ -1576,7 +1576,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1576
1576
  };
1577
1577
  executionId: string;
1578
1578
  scenarioId: string;
1579
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1579
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
1580
1580
  objectId: string;
1581
1581
  address?: string | null | undefined;
1582
1582
  }, {
@@ -1590,7 +1590,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1590
1590
  };
1591
1591
  executionId: string;
1592
1592
  scenarioId: string;
1593
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1593
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
1594
1594
  objectId: string;
1595
1595
  address?: string | null | undefined;
1596
1596
  }>, "many">, "many">>;
@@ -1609,7 +1609,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1609
1609
  };
1610
1610
  executionId: string;
1611
1611
  scenarioId: string;
1612
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1612
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
1613
1613
  objectId: string;
1614
1614
  address?: string | null | undefined;
1615
1615
  }[][] | undefined;
@@ -1628,7 +1628,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1628
1628
  };
1629
1629
  executionId: string;
1630
1630
  scenarioId: string;
1631
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1631
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
1632
1632
  objectId: string;
1633
1633
  address?: string | null | undefined;
1634
1634
  }[][] | undefined;
@@ -1650,7 +1650,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1650
1650
  };
1651
1651
  executionId: string;
1652
1652
  scenarioId: string;
1653
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1653
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
1654
1654
  objectId: string;
1655
1655
  address?: string | null | undefined;
1656
1656
  }[][] | undefined;
@@ -1672,7 +1672,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1672
1672
  };
1673
1673
  executionId: string;
1674
1674
  scenarioId: string;
1675
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1675
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
1676
1676
  objectId: string;
1677
1677
  address?: string | null | undefined;
1678
1678
  }[][] | undefined;
@@ -2344,7 +2344,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2344
2344
  };
2345
2345
  executionId: string;
2346
2346
  scenarioId: string;
2347
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
2347
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
2348
2348
  objectId: string;
2349
2349
  address?: string | null | undefined;
2350
2350
  }[][] | undefined;
@@ -2452,7 +2452,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2452
2452
  };
2453
2453
  executionId: string;
2454
2454
  scenarioId: string;
2455
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
2455
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
2456
2456
  objectId: string;
2457
2457
  address?: string | null | undefined;
2458
2458
  }[][] | undefined;
@@ -607,7 +607,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
607
607
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
608
608
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
609
609
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
610
- objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
610
+ objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
611
611
  objectId: z.ZodString;
612
612
  name: z.ZodString;
613
613
  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>]>]>>>;
@@ -650,7 +650,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
650
650
  };
651
651
  executionId: string;
652
652
  scenarioId: string;
653
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
653
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
654
654
  objectId: string;
655
655
  address?: string | null | undefined;
656
656
  }, {
@@ -664,7 +664,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
664
664
  };
665
665
  executionId: string;
666
666
  scenarioId: string;
667
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
667
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
668
668
  objectId: string;
669
669
  address?: string | null | undefined;
670
670
  }>, "many">, "many">>;
@@ -683,7 +683,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
683
683
  };
684
684
  executionId: string;
685
685
  scenarioId: string;
686
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
686
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
687
687
  objectId: string;
688
688
  address?: string | null | undefined;
689
689
  }[][] | undefined;
@@ -702,7 +702,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
702
702
  };
703
703
  executionId: string;
704
704
  scenarioId: string;
705
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
705
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
706
706
  objectId: string;
707
707
  address?: string | null | undefined;
708
708
  }[][] | undefined;
@@ -724,7 +724,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
724
724
  };
725
725
  executionId: string;
726
726
  scenarioId: string;
727
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
727
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
728
728
  objectId: string;
729
729
  address?: string | null | undefined;
730
730
  }[][] | undefined;
@@ -746,7 +746,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
746
746
  };
747
747
  executionId: string;
748
748
  scenarioId: string;
749
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
749
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
750
750
  objectId: string;
751
751
  address?: string | null | undefined;
752
752
  }[][] | undefined;
@@ -1418,7 +1418,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1418
1418
  };
1419
1419
  executionId: string;
1420
1420
  scenarioId: string;
1421
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1421
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
1422
1422
  objectId: string;
1423
1423
  address?: string | null | undefined;
1424
1424
  }[][] | undefined;
@@ -1527,7 +1527,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1527
1527
  };
1528
1528
  executionId: string;
1529
1529
  scenarioId: string;
1530
- objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1530
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
1531
1531
  objectId: string;
1532
1532
  address?: string | null | undefined;
1533
1533
  }[][] | undefined;