@nexeraid/identity-schemas 2.96.0-dev → 2.98.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 (34) hide show
  1. package/dist/{CoinMarketCap.schema-44ff5368.esm.mjs → CoinMarketCap.schema-6141ba93.esm.mjs} +1 -1
  2. package/dist/{CoinMarketCap.schema-7ab2b55d.cjs.prod.cjs → CoinMarketCap.schema-f176b6e7.cjs.prod.cjs} +1 -1
  3. package/dist/{CoinMarketCap.schema-dbb1bad9.cjs.dev.cjs → CoinMarketCap.schema-f4085f83.cjs.dev.cjs} +1 -1
  4. package/dist/declarations/src/identity/app-requests.schema.d.ts +32 -32
  5. package/dist/declarations/src/identity/identity-v2.schema.d.ts +8 -8
  6. package/dist/declarations/src/identity/kyc.schema.d.ts +8 -8
  7. package/dist/declarations/src/identity/scenario.schema.d.ts +28 -24
  8. package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
  9. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +32 -32
  10. package/dist/declarations/src/tag.schema.d.ts +1 -0
  11. package/dist/declarations/src/tag.schema.d.ts.map +1 -1
  12. package/dist/{identity-api.schema-c443e003.cjs.prod.cjs → identity-api.schema-11bbb3f3.cjs.prod.cjs} +2 -0
  13. package/dist/{identity-api.schema-40228e5a.esm.mjs → identity-api.schema-7f88a50d.esm.mjs} +2 -0
  14. package/dist/{identity-api.schema-0c600ac8.cjs.dev.cjs → identity-api.schema-e36b538f.cjs.dev.cjs} +2 -0
  15. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +12 -2
  16. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +12 -2
  17. package/dist/nexeraid-identity-schemas.esm.mjs +13 -4
  18. package/dist/package.json +1 -1
  19. package/dist/{tfhe-utilities-2df4f424.cjs.prod.cjs → tfhe-utilities-0c6a2490.cjs.prod.cjs} +1 -1
  20. package/dist/{tfhe-utilities-b3f85eb3.esm.mjs → tfhe-utilities-3f572e70.esm.mjs} +1 -1
  21. package/dist/{tfhe-utilities-1f6e78b0.cjs.dev.cjs → tfhe-utilities-bf816d6c.cjs.dev.cjs} +1 -1
  22. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +1 -1
  23. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +1 -1
  24. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +1 -1
  25. package/package.json +1 -1
  26. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +2 -2
  27. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +2 -2
  28. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +2 -2
  29. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +2 -2
  30. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +2 -2
  31. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +2 -2
  32. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +2 -2
  33. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +2 -2
  34. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +2 -2
@@ -316,7 +316,7 @@ export declare const RuleEngineResponse: z.ZodObject<{
316
316
  };
317
317
  executionId: string;
318
318
  scenarioId: string;
319
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
319
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
320
320
  objectId: string;
321
321
  address?: string | null | undefined;
322
322
  }, {
@@ -330,7 +330,7 @@ export declare const RuleEngineResponse: z.ZodObject<{
330
330
  };
331
331
  executionId: string;
332
332
  scenarioId: string;
333
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
333
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
334
334
  objectId: string;
335
335
  address?: string | null | undefined;
336
336
  }>;
@@ -379,7 +379,7 @@ export declare const ScenarioExecutionResponse: z.ZodArray<z.ZodObject<{
379
379
  };
380
380
  executionId: string;
381
381
  scenarioId: string;
382
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
382
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
383
383
  objectId: string;
384
384
  address?: string | null | undefined;
385
385
  }, {
@@ -393,7 +393,7 @@ export declare const ScenarioExecutionResponse: z.ZodArray<z.ZodObject<{
393
393
  };
394
394
  executionId: string;
395
395
  scenarioId: string;
396
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
396
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
397
397
  objectId: string;
398
398
  address?: string | null | undefined;
399
399
  }>, "many">;
@@ -450,7 +450,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
450
450
  };
451
451
  executionId: string;
452
452
  scenarioId: string;
453
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
453
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
454
454
  objectId: string;
455
455
  address?: string | null | undefined;
456
456
  }, {
@@ -464,7 +464,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
464
464
  };
465
465
  executionId: string;
466
466
  scenarioId: string;
467
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
467
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
468
468
  objectId: string;
469
469
  address?: string | null | undefined;
470
470
  }>, "many">, "many">>;
@@ -483,7 +483,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
483
483
  };
484
484
  executionId: string;
485
485
  scenarioId: string;
486
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
486
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
487
487
  objectId: string;
488
488
  address?: string | null | undefined;
489
489
  }[][] | undefined;
@@ -502,7 +502,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
502
502
  };
503
503
  executionId: string;
504
504
  scenarioId: string;
505
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
505
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
506
506
  objectId: string;
507
507
  address?: string | null | undefined;
508
508
  }[][] | undefined;
@@ -561,7 +561,7 @@ export declare const VerificationOutput: z.ZodObject<{
561
561
  };
562
562
  executionId: string;
563
563
  scenarioId: string;
564
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
564
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
565
565
  objectId: string;
566
566
  address?: string | null | undefined;
567
567
  }, {
@@ -575,7 +575,7 @@ export declare const VerificationOutput: z.ZodObject<{
575
575
  };
576
576
  executionId: string;
577
577
  scenarioId: string;
578
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
578
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
579
579
  objectId: string;
580
580
  address?: string | null | undefined;
581
581
  }>, "many">, "many">>;
@@ -594,7 +594,7 @@ export declare const VerificationOutput: z.ZodObject<{
594
594
  };
595
595
  executionId: string;
596
596
  scenarioId: string;
597
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
597
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
598
598
  objectId: string;
599
599
  address?: string | null | undefined;
600
600
  }[][] | undefined;
@@ -613,7 +613,7 @@ export declare const VerificationOutput: z.ZodObject<{
613
613
  };
614
614
  executionId: string;
615
615
  scenarioId: string;
616
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
616
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
617
617
  objectId: string;
618
618
  address?: string | null | undefined;
619
619
  }[][] | undefined;
@@ -637,7 +637,7 @@ export declare const VerificationOutput: z.ZodObject<{
637
637
  };
638
638
  executionId: string;
639
639
  scenarioId: string;
640
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
640
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
641
641
  objectId: string;
642
642
  address?: string | null | undefined;
643
643
  }[][] | undefined;
@@ -660,7 +660,7 @@ export declare const VerificationOutput: z.ZodObject<{
660
660
  };
661
661
  executionId: string;
662
662
  scenarioId: string;
663
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
663
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
664
664
  objectId: string;
665
665
  address?: string | null | undefined;
666
666
  }[][] | undefined;
@@ -884,7 +884,7 @@ export declare const Scenario: z.ZodObject<{
884
884
  vcsIncluded: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>, "many">>>;
885
885
  }, "strip", z.ZodTypeAny, {
886
886
  id: `scenario_${string}`;
887
- type: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "BlockchainPolicies";
887
+ type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
888
888
  name: string;
889
889
  workspaceId: string;
890
890
  queries: {
@@ -936,7 +936,7 @@ export declare const Scenario: z.ZodObject<{
936
936
  vcsIncluded?: ("AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "IDInformationTfhe" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport")[] | null | undefined;
937
937
  }, {
938
938
  id: `scenario_${string}`;
939
- type: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "BlockchainPolicies";
939
+ type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
940
940
  name: string;
941
941
  workspaceId: string;
942
942
  queries: {
@@ -1253,7 +1253,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1253
1253
  }>, "many">;
1254
1254
  }>, "strip", z.ZodTypeAny, {
1255
1255
  id: `scenario_${string}`;
1256
- type: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "BlockchainPolicies";
1256
+ type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
1257
1257
  name: string;
1258
1258
  workspaceId: string;
1259
1259
  queries: {
@@ -1304,7 +1304,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1304
1304
  description?: string | null | undefined;
1305
1305
  }, {
1306
1306
  id: `scenario_${string}`;
1307
- type: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "BlockchainPolicies";
1307
+ type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
1308
1308
  name: string;
1309
1309
  workspaceId: string;
1310
1310
  queries: {
@@ -1554,7 +1554,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1554
1554
  vcsIncluded: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>, "many">>>;
1555
1555
  }, "workspaceId">, "strip", z.ZodTypeAny, {
1556
1556
  id: `scenario_${string}`;
1557
- type: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "BlockchainPolicies";
1557
+ type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
1558
1558
  name: string;
1559
1559
  queries: {
1560
1560
  attribute: {
@@ -1605,7 +1605,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1605
1605
  vcsIncluded?: ("AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "IDInformationTfhe" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport")[] | null | undefined;
1606
1606
  }, {
1607
1607
  id: `scenario_${string}`;
1608
- type: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "BlockchainPolicies";
1608
+ type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
1609
1609
  name: string;
1610
1610
  queries: {
1611
1611
  attribute: {
@@ -1655,7 +1655,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1655
1655
  description?: string | null | undefined;
1656
1656
  vcsIncluded?: string[] | null | undefined;
1657
1657
  }>;
1658
- export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
1658
+ export declare const CreateTemplateScenario: z.ZodObject<z.objectUtil.extendShape<Omit<Omit<{
1659
1659
  id: z.ZodType<`scenario_${string}`, z.ZodTypeDef, `scenario_${string}`>;
1660
1660
  name: z.ZodString;
1661
1661
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -1853,8 +1853,10 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
1853
1853
  mode: z.ZodEnum<["INTERNAL", "EXTERNAL"]>;
1854
1854
  workspaceId: z.ZodString;
1855
1855
  vcsIncluded: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodEnum<["AMLScreeningsResults", "ProofOfResidence", "SelfieImage", "IDImage", "IDInformation", "IDInformationTfhe", "ID3", "IDScan", "IDScanSelfie", "IDScanPassport"]>>, "many">>>;
1856
- }, "workspaceId">, "id">, "strip", z.ZodTypeAny, {
1857
- type: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "BlockchainPolicies";
1856
+ }, "workspaceId">, "id">, {
1857
+ entityType: z.ZodOptional<z.ZodEnum<["individual", "company", "transaction"]>>;
1858
+ }>, "strip", z.ZodTypeAny, {
1859
+ type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
1858
1860
  name: string;
1859
1861
  queries: {
1860
1862
  attribute: {
@@ -1902,9 +1904,10 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
1902
1904
  }[];
1903
1905
  mode: "INTERNAL" | "EXTERNAL";
1904
1906
  description?: string | null | undefined;
1907
+ entityType?: "transaction" | "individual" | "company" | undefined;
1905
1908
  vcsIncluded?: ("AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "IDInformationTfhe" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport")[] | null | undefined;
1906
1909
  }, {
1907
- type: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "BlockchainPolicies";
1910
+ type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
1908
1911
  name: string;
1909
1912
  queries: {
1910
1913
  attribute: {
@@ -1952,6 +1955,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
1952
1955
  }[];
1953
1956
  mode: "INTERNAL" | "EXTERNAL";
1954
1957
  description?: string | null | undefined;
1958
+ entityType?: "transaction" | "individual" | "company" | undefined;
1955
1959
  vcsIncluded?: string[] | null | undefined;
1956
1960
  }>;
1957
1961
  export type Scenario = z.infer<typeof Scenario>;
@@ -1 +1 @@
1
- {"version":3,"file":"scenario.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["scenario.schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"scenario.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["scenario.schema.ts"],"names":[],"mappings":"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"}
@@ -111,7 +111,7 @@ export declare const SelectKycSession: z.ZodObject<{
111
111
  };
112
112
  executionId: string;
113
113
  scenarioId: string;
114
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
114
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
115
115
  objectId: string;
116
116
  address?: string | null | undefined;
117
117
  }, {
@@ -125,7 +125,7 @@ export declare const SelectKycSession: z.ZodObject<{
125
125
  };
126
126
  executionId: string;
127
127
  scenarioId: string;
128
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
128
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
129
129
  objectId: string;
130
130
  address?: string | null | undefined;
131
131
  }>, "many">, "many">>;
@@ -144,7 +144,7 @@ export declare const SelectKycSession: z.ZodObject<{
144
144
  };
145
145
  executionId: string;
146
146
  scenarioId: string;
147
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
147
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
148
148
  objectId: string;
149
149
  address?: string | null | undefined;
150
150
  }[][] | undefined;
@@ -163,7 +163,7 @@ export declare const SelectKycSession: z.ZodObject<{
163
163
  };
164
164
  executionId: string;
165
165
  scenarioId: string;
166
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
166
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
167
167
  objectId: string;
168
168
  address?: string | null | undefined;
169
169
  }[][] | undefined;
@@ -209,7 +209,7 @@ export declare const SelectKycSession: z.ZodObject<{
209
209
  };
210
210
  executionId: string;
211
211
  scenarioId: string;
212
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
212
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
213
213
  objectId: string;
214
214
  address?: string | null | undefined;
215
215
  }[][] | undefined;
@@ -251,7 +251,7 @@ export declare const SelectKycSession: z.ZodObject<{
251
251
  };
252
252
  executionId: string;
253
253
  scenarioId: string;
254
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
254
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
255
255
  objectId: string;
256
256
  address?: string | null | undefined;
257
257
  }[][] | undefined;
@@ -324,7 +324,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
324
324
  };
325
325
  executionId: string;
326
326
  scenarioId: string;
327
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
327
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
328
328
  objectId: string;
329
329
  address?: string | null | undefined;
330
330
  }, {
@@ -338,7 +338,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
338
338
  };
339
339
  executionId: string;
340
340
  scenarioId: string;
341
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
341
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
342
342
  objectId: string;
343
343
  address?: string | null | undefined;
344
344
  }>, "many">, "many">>;
@@ -357,7 +357,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
357
357
  };
358
358
  executionId: string;
359
359
  scenarioId: string;
360
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
360
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
361
361
  objectId: string;
362
362
  address?: string | null | undefined;
363
363
  }[][] | undefined;
@@ -376,7 +376,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
376
376
  };
377
377
  executionId: string;
378
378
  scenarioId: string;
379
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
379
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
380
380
  objectId: string;
381
381
  address?: string | null | undefined;
382
382
  }[][] | undefined;
@@ -449,7 +449,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
449
449
  };
450
450
  executionId: string;
451
451
  scenarioId: string;
452
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
452
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
453
453
  objectId: string;
454
454
  address?: string | null | undefined;
455
455
  }[][] | undefined;
@@ -498,7 +498,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<z.objectUti
498
498
  };
499
499
  executionId: string;
500
500
  scenarioId: string;
501
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
501
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
502
502
  objectId: string;
503
503
  address?: string | null | undefined;
504
504
  }[][] | undefined;
@@ -578,7 +578,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
578
578
  };
579
579
  executionId: string;
580
580
  scenarioId: string;
581
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
581
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
582
582
  objectId: string;
583
583
  address?: string | null | undefined;
584
584
  }, {
@@ -592,7 +592,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
592
592
  };
593
593
  executionId: string;
594
594
  scenarioId: string;
595
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
595
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
596
596
  objectId: string;
597
597
  address?: string | null | undefined;
598
598
  }>, "many">, "many">>;
@@ -611,7 +611,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
611
611
  };
612
612
  executionId: string;
613
613
  scenarioId: string;
614
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
614
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
615
615
  objectId: string;
616
616
  address?: string | null | undefined;
617
617
  }[][] | undefined;
@@ -630,7 +630,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
630
630
  };
631
631
  executionId: string;
632
632
  scenarioId: string;
633
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
633
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
634
634
  objectId: string;
635
635
  address?: string | null | undefined;
636
636
  }[][] | undefined;
@@ -714,7 +714,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
714
714
  };
715
715
  executionId: string;
716
716
  scenarioId: string;
717
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
717
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
718
718
  objectId: string;
719
719
  address?: string | null | undefined;
720
720
  }[][] | undefined;
@@ -768,7 +768,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
768
768
  };
769
769
  executionId: string;
770
770
  scenarioId: string;
771
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
771
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
772
772
  objectId: string;
773
773
  address?: string | null | undefined;
774
774
  }[][] | undefined;
@@ -1051,7 +1051,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
1051
1051
  };
1052
1052
  executionId: string;
1053
1053
  scenarioId: string;
1054
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1054
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1055
1055
  objectId: string;
1056
1056
  address?: string | null | undefined;
1057
1057
  }, {
@@ -1065,7 +1065,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
1065
1065
  };
1066
1066
  executionId: string;
1067
1067
  scenarioId: string;
1068
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1068
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1069
1069
  objectId: string;
1070
1070
  address?: string | null | undefined;
1071
1071
  }>, "many">, "many">>;
@@ -1084,7 +1084,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
1084
1084
  };
1085
1085
  executionId: string;
1086
1086
  scenarioId: string;
1087
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1087
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1088
1088
  objectId: string;
1089
1089
  address?: string | null | undefined;
1090
1090
  }[][] | undefined;
@@ -1103,7 +1103,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
1103
1103
  };
1104
1104
  executionId: string;
1105
1105
  scenarioId: string;
1106
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1106
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1107
1107
  objectId: string;
1108
1108
  address?: string | null | undefined;
1109
1109
  }[][] | undefined;
@@ -1204,7 +1204,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
1204
1204
  };
1205
1205
  executionId: string;
1206
1206
  scenarioId: string;
1207
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1207
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1208
1208
  objectId: string;
1209
1209
  address?: string | null | undefined;
1210
1210
  }[][] | undefined;
@@ -1264,7 +1264,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
1264
1264
  };
1265
1265
  executionId: string;
1266
1266
  scenarioId: string;
1267
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1267
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1268
1268
  objectId: string;
1269
1269
  address?: string | null | undefined;
1270
1270
  }[][] | undefined;
@@ -1494,7 +1494,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
1494
1494
  };
1495
1495
  executionId: string;
1496
1496
  scenarioId: string;
1497
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1497
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1498
1498
  objectId: string;
1499
1499
  address?: string | null | undefined;
1500
1500
  }, {
@@ -1508,7 +1508,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
1508
1508
  };
1509
1509
  executionId: string;
1510
1510
  scenarioId: string;
1511
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1511
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1512
1512
  objectId: string;
1513
1513
  address?: string | null | undefined;
1514
1514
  }>, "many">, "many">>;
@@ -1527,7 +1527,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
1527
1527
  };
1528
1528
  executionId: string;
1529
1529
  scenarioId: string;
1530
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1530
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1531
1531
  objectId: string;
1532
1532
  address?: string | null | undefined;
1533
1533
  }[][] | undefined;
@@ -1546,7 +1546,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
1546
1546
  };
1547
1547
  executionId: string;
1548
1548
  scenarioId: string;
1549
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1549
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1550
1550
  objectId: string;
1551
1551
  address?: string | null | undefined;
1552
1552
  }[][] | undefined;
@@ -1647,7 +1647,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
1647
1647
  };
1648
1648
  executionId: string;
1649
1649
  scenarioId: string;
1650
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1650
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1651
1651
  objectId: string;
1652
1652
  address?: string | null | undefined;
1653
1653
  }[][] | undefined;
@@ -1707,7 +1707,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
1707
1707
  };
1708
1708
  executionId: string;
1709
1709
  scenarioId: string;
1710
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1710
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1711
1711
  objectId: string;
1712
1712
  address?: string | null | undefined;
1713
1713
  }[][] | undefined;
@@ -1771,7 +1771,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
1771
1771
  };
1772
1772
  executionId: string;
1773
1773
  scenarioId: string;
1774
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1774
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1775
1775
  objectId: string;
1776
1776
  address?: string | null | undefined;
1777
1777
  }[][] | undefined;
@@ -1836,7 +1836,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
1836
1836
  };
1837
1837
  executionId: string;
1838
1838
  scenarioId: string;
1839
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1839
+ objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
1840
1840
  objectId: string;
1841
1841
  address?: string | null | undefined;
1842
1842
  }[][] | undefined;
@@ -28,4 +28,5 @@ export type Tag = z.infer<typeof Tag>;
28
28
  export declare const TagTitle: z.ZodString;
29
29
  export type TagTitle = z.infer<typeof TagTitle>;
30
30
  export declare const getTagTypeFromEntityType: (entityType: string) => TypeTag;
31
+ export declare const WORKFLOW_TYPE_TO_TAG_TYPE: Record<string, TypeTag>;
31
32
  //# sourceMappingURL=tag.schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tag.schema.d.ts","sourceRoot":"../../../src","sources":["tag.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,QAAQ,mDAAoD,CAAC;AAC1E,eAAO,MAAM,OAAO,qDAAmB,CAAC;AACxC,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC;AAQ9C,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;EAOd,CAAC;AAEH,MAAM,MAAM,GAAG,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,GAAG,CAAC,CAAC;AAEtC,eAAO,MAAM,QAAQ,aAAa,CAAC;AACnC,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC;AAEhD,eAAO,MAAM,wBAAwB,eAAgB,MAAM,KAAG,OAE7D,CAAC"}
1
+ {"version":3,"file":"tag.schema.d.ts","sourceRoot":"../../../src","sources":["tag.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,QAAQ,mDAAoD,CAAC;AAC1E,eAAO,MAAM,OAAO,qDAAmB,CAAC;AACxC,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC;AAQ9C,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;EAOd,CAAC;AAEH,MAAM,MAAM,GAAG,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,GAAG,CAAC,CAAC;AAEtC,eAAO,MAAM,QAAQ,aAAa,CAAC;AACnC,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC;AAEhD,eAAO,MAAM,wBAAwB,eAAgB,MAAM,KAAG,OAE7D,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAQ7D,CAAC"}
@@ -499,6 +499,8 @@ var TemplateScenario = Scenario.omit({
499
499
  });
500
500
  var CreateTemplateScenario = TemplateScenario.omit({
501
501
  id: true
502
+ }).extend({
503
+ entityType: zod.z["enum"](["individual", "company", "transaction"]).optional()
502
504
  });
503
505
 
504
506
  var ScenarioAuthorizationData = zod.z.object({
@@ -497,6 +497,8 @@ var TemplateScenario = Scenario.omit({
497
497
  });
498
498
  var CreateTemplateScenario = TemplateScenario.omit({
499
499
  id: true
500
+ }).extend({
501
+ entityType: z["enum"](["individual", "company", "transaction"]).optional()
500
502
  });
501
503
 
502
504
  var ScenarioAuthorizationData = z.object({
@@ -499,6 +499,8 @@ var TemplateScenario = Scenario.omit({
499
499
  });
500
500
  var CreateTemplateScenario = TemplateScenario.omit({
501
501
  id: true
502
+ }).extend({
503
+ entityType: zod.z["enum"](["individual", "company", "transaction"]).optional()
502
504
  });
503
505
 
504
506
  var ScenarioAuthorizationData = zod.z.object({
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var vault_schema = require('./vault.schema-21a24278.cjs.dev.cjs');
6
6
  var zod = require('zod');
7
- var identityApi_schema = require('./identity-api.schema-0c600ac8.cjs.dev.cjs');
8
- var tfheUtilities = require('./tfhe-utilities-1f6e78b0.cjs.dev.cjs');
7
+ var identityApi_schema = require('./identity-api.schema-e36b538f.cjs.dev.cjs');
8
+ var tfheUtilities = require('./tfhe-utilities-bf816d6c.cjs.dev.cjs');
9
9
  require('nanoid');
10
10
  require('decimal.js');
11
11
 
@@ -93,6 +93,15 @@ var getTagTypeFromEntityType = function getTagTypeFromEntityType(entityType) {
93
93
  var _ENTITY_TYPE_TAG_MAPP;
94
94
  return (_ENTITY_TYPE_TAG_MAPP = ENTITY_TYPE_TAG_MAPPING[entityType]) !== null && _ENTITY_TYPE_TAG_MAPP !== void 0 ? _ENTITY_TYPE_TAG_MAPP : "individual";
95
95
  };
96
+ var WORKFLOW_TYPE_TO_TAG_TYPE = {
97
+ KYC: "individual",
98
+ KYB: "company",
99
+ KYT: "transaction",
100
+ CustomerScreening: "individual",
101
+ ZKP: "individual",
102
+ TFHE: "individual",
103
+ SigGating: "transaction"
104
+ };
96
105
 
97
106
  var AWS_WEBHOOK_TYPES = ["SubscriptionConfirmation", "Notification"];
98
107
  var AwsWebhookTypes = zod.z["enum"](AWS_WEBHOOK_TYPES);
@@ -660,4 +669,5 @@ exports.Tag = Tag;
660
669
  exports.TagTitle = TagTitle;
661
670
  exports.TypeTag = TypeTag;
662
671
  exports.TypeTags = TypeTags;
672
+ exports.WORKFLOW_TYPE_TO_TAG_TYPE = WORKFLOW_TYPE_TO_TAG_TYPE;
663
673
  exports.getTagTypeFromEntityType = getTagTypeFromEntityType;