@nexeraid/identity-schemas 2.93.0-dev → 2.95.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 (59) hide show
  1. package/dist/{CoinMarketCap.schema-8c155e0d.cjs.dev.cjs → CoinMarketCap.schema-8f51f99c.cjs.dev.cjs} +4 -4
  2. package/dist/{CoinMarketCap.schema-218d0159.cjs.prod.cjs → CoinMarketCap.schema-b65544c9.cjs.prod.cjs} +4 -4
  3. package/dist/{CoinMarketCap.schema-f941f584.esm.mjs → CoinMarketCap.schema-fb3f081d.esm.mjs} +2 -2
  4. package/dist/declarations/src/blockchain/chains/all.schema.d.ts +1 -1
  5. package/dist/declarations/src/blockchain/chains/all.schema.d.ts.map +1 -1
  6. package/dist/declarations/src/blockchain/chains/evm.schema.d.ts +7 -5
  7. package/dist/declarations/src/blockchain/chains/evm.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
  9. package/dist/declarations/src/identity/host-requests.schema.d.ts +10 -10
  10. package/dist/declarations/src/identity/identity-v2.schema.d.ts +33 -33
  11. package/dist/declarations/src/identity/kyc.schema.d.ts +14 -14
  12. package/dist/declarations/src/identity/scenario.schema.d.ts +59 -59
  13. package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
  14. package/dist/declarations/src/identity/txAuthData.schema.d.ts +15 -15
  15. package/dist/declarations/src/identity-ids.schema.d.ts +6 -2
  16. package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
  17. package/dist/declarations/src/providers/index.d.ts +1 -0
  18. package/dist/declarations/src/providers/index.d.ts.map +1 -1
  19. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +37 -37
  20. package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +1 -3
  21. package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts.map +1 -1
  22. package/dist/declarations/src/providers/scorechain/scorechainRiskLevel.schema.d.ts +5 -0
  23. package/dist/declarations/src/providers/scorechain/scorechainRiskLevel.schema.d.ts.map +1 -0
  24. package/dist/declarations/src/vault/schemas/Customer.zod.d.ts +28 -0
  25. package/dist/declarations/src/vault/schemas/Customer.zod.d.ts.map +1 -1
  26. package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +38 -0
  27. package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +6 -0
  28. package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
  29. package/dist/declarations/src/vault/vault.schema.d.ts +48 -0
  30. package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
  31. package/dist/{identity-api.schema-a5793eed.esm.mjs → identity-api.schema-5b7341cb.esm.mjs} +9 -87
  32. package/dist/{identity-api.schema-49bb28b1.cjs.prod.cjs → identity-api.schema-7a09a22a.cjs.prod.cjs} +9 -106
  33. package/dist/{identity-api.schema-631884b4.cjs.dev.cjs → identity-api.schema-bf0857fd.cjs.dev.cjs} +9 -106
  34. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +24 -22
  35. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +24 -22
  36. package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
  37. package/dist/package.json +1 -1
  38. package/dist/{tfhe-utilities-9a012c74.cjs.dev.cjs → tfhe-utilities-939bea5e.cjs.dev.cjs} +2 -2
  39. package/dist/{tfhe-utilities-8f915faa.cjs.prod.cjs → tfhe-utilities-ae6d666e.cjs.prod.cjs} +2 -2
  40. package/dist/{tfhe-utilities-35852daa.esm.mjs → tfhe-utilities-f0db74d9.esm.mjs} +2 -2
  41. package/dist/{vault.schema-4f041ed1.cjs.dev.cjs → vault.schema-715502cc.cjs.dev.cjs} +170 -7
  42. package/dist/{vault.schema-a0de2905.esm.mjs → vault.schema-78e863d5.esm.mjs} +150 -8
  43. package/dist/{vault.schema-7f773af4.cjs.prod.cjs → vault.schema-bd02bf67.cjs.prod.cjs} +170 -7
  44. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
  45. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
  46. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  47. package/package.json +1 -1
  48. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
  49. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
  50. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  51. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
  52. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
  53. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
  54. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  55. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  56. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  57. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +11 -11
  58. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +11 -11
  59. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
@@ -1,6 +1,6 @@
1
1
  import { z } from "zod";
2
- export declare const SCENARIO_ACTION_TYPES: readonly ["SET_CUSTOMER_RISK_LEVEL", "SET_CUSTOMER_STATUS", "SET_ALERT_RISK_LEVEL", "SET_TRANSACTION_RISK_LEVEL", "SET_TRANSACTION_STATUS", "ASSIGN_COMPLIANCE_OFFICER", "CREATE_ALERT", "ASSIGN_TAG"];
3
- export declare const ActionType: z.ZodEnum<["SET_CUSTOMER_RISK_LEVEL", "SET_CUSTOMER_STATUS", "SET_ALERT_RISK_LEVEL", "SET_TRANSACTION_RISK_LEVEL", "SET_TRANSACTION_STATUS", "ASSIGN_COMPLIANCE_OFFICER", "CREATE_ALERT", "ASSIGN_TAG"]>;
2
+ export declare const SCENARIO_ACTION_TYPES: readonly ["SET_CUSTOMER_RISK_LEVEL", "SET_CUSTOMER_STATUS", "SET_ALERT_RISK_LEVEL", "SET_TRANSACTION_RISK_LEVEL", "SET_TRANSACTION_STATUS", "ASSIGN_COMPLIANCE_OFFICER", "CREATE_ALERT", "ASSIGN_TAG", "BLOCK_ON_CHAIN_TRANSACTION"];
3
+ export declare const ActionType: z.ZodEnum<["SET_CUSTOMER_RISK_LEVEL", "SET_CUSTOMER_STATUS", "SET_ALERT_RISK_LEVEL", "SET_TRANSACTION_RISK_LEVEL", "SET_TRANSACTION_STATUS", "ASSIGN_COMPLIANCE_OFFICER", "CREATE_ALERT", "ASSIGN_TAG", "BLOCK_ON_CHAIN_TRANSACTION"]>;
4
4
  export type ActionType = z.infer<typeof ActionType>;
5
5
  export declare const ACTION_TRIGGERS: readonly ["ON_TRUE", "ON_FALSE", "ALWAYS"];
6
6
  export declare const ActionTrigger: z.ZodEnum<["ON_TRUE", "ON_FALSE", "ALWAYS"]>;
@@ -10,8 +10,8 @@ export declare const ActionStatus: z.ZodEnum<["ENABLED", "DISABLED"]>;
10
10
  export type ActionStatus = z.infer<typeof ActionStatus>;
11
11
  export declare const ActionValue: z.ZodString;
12
12
  export type ActionValue = z.infer<typeof ActionValue>;
13
- export declare const ScenarioTypes: readonly ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE"];
14
- export declare const ScenarioType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE"]>;
13
+ export declare const ScenarioTypes: readonly ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies"];
14
+ export declare const ScenarioType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies"]>;
15
15
  export type ScenarioType = z.infer<typeof ScenarioType>;
16
16
  export declare const ScenarioModes: readonly ["INTERNAL", "EXTERNAL"];
17
17
  export declare const ScenarioMode: z.ZodEnum<["INTERNAL", "EXTERNAL"]>;
@@ -53,8 +53,8 @@ export declare const ScenarioSchema: z.ZodObject<{
53
53
  status?: "enabled" | "disabled" | undefined;
54
54
  }>;
55
55
  export type ScenarioSchema = z.infer<typeof ScenarioSchema>;
56
- export declare const BackwardsCompatibleScenarioTypes: readonly ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"];
57
- export declare const BackwardsCompatibleScenarioType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
56
+ export declare const BackwardsCompatibleScenarioTypes: readonly ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"];
57
+ export declare const BackwardsCompatibleScenarioType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
58
58
  export type BackwardsCompatibleScenarioType = z.infer<typeof BackwardsCompatibleScenarioType>;
59
59
  export declare const BaseQueryResponse: z.ZodObject<{
60
60
  result: z.ZodObject<{
@@ -273,7 +273,7 @@ export declare const ExecuteQueryResponse: z.ZodObject<z.objectUtil.extendShape<
273
273
  executionId: string;
274
274
  }>;
275
275
  export declare const RuleEngineResponse: z.ZodObject<{
276
- objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
276
+ objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
277
277
  objectId: z.ZodString;
278
278
  name: z.ZodString;
279
279
  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>]>]>>>;
@@ -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";
319
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
320
320
  objectId: string;
321
321
  address?: string | null | undefined;
322
322
  }, {
@@ -330,13 +330,13 @@ export declare const RuleEngineResponse: z.ZodObject<{
330
330
  };
331
331
  executionId: string;
332
332
  scenarioId: string;
333
- objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery";
333
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
334
334
  objectId: string;
335
335
  address?: string | null | undefined;
336
336
  }>;
337
337
  export type RuleEngineResponse = z.infer<typeof RuleEngineResponse>;
338
338
  export declare const ScenarioExecutionResponse: z.ZodArray<z.ZodObject<{
339
- objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
339
+ objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
340
340
  objectId: z.ZodString;
341
341
  name: z.ZodString;
342
342
  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>]>]>>>;
@@ -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";
382
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "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";
396
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
397
397
  objectId: string;
398
398
  address?: string | null | undefined;
399
399
  }>, "many">;
@@ -407,7 +407,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
407
407
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
408
408
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
409
409
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
410
- objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
410
+ objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
411
411
  objectId: z.ZodString;
412
412
  name: z.ZodString;
413
413
  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>]>]>>>;
@@ -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";
453
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "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";
467
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "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";
486
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "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";
505
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
506
506
  objectId: string;
507
507
  address?: string | null | undefined;
508
508
  }[][] | undefined;
@@ -518,7 +518,7 @@ export declare const VerificationOutput: z.ZodObject<{
518
518
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
519
519
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
520
520
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
521
- objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery"]>;
521
+ objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
522
522
  objectId: z.ZodString;
523
523
  name: z.ZodString;
524
524
  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>]>]>>>;
@@ -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";
564
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "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";
578
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "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";
597
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "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";
616
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "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";
640
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "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";
663
+ objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
664
664
  objectId: string;
665
665
  address?: string | null | undefined;
666
666
  }[][] | undefined;
@@ -668,18 +668,18 @@ export declare const VerificationOutput: z.ZodObject<{
668
668
  }>;
669
669
  export type VerificationOutput = z.infer<typeof VerificationOutput>;
670
670
  export declare const Action: z.ZodObject<{
671
- type: z.ZodEnum<["SET_CUSTOMER_RISK_LEVEL", "SET_CUSTOMER_STATUS", "SET_ALERT_RISK_LEVEL", "SET_TRANSACTION_RISK_LEVEL", "SET_TRANSACTION_STATUS", "ASSIGN_COMPLIANCE_OFFICER", "CREATE_ALERT", "ASSIGN_TAG"]>;
671
+ type: z.ZodEnum<["SET_CUSTOMER_RISK_LEVEL", "SET_CUSTOMER_STATUS", "SET_ALERT_RISK_LEVEL", "SET_TRANSACTION_RISK_LEVEL", "SET_TRANSACTION_STATUS", "ASSIGN_COMPLIANCE_OFFICER", "CREATE_ALERT", "ASSIGN_TAG", "BLOCK_ON_CHAIN_TRANSACTION"]>;
672
672
  trigger: z.ZodEnum<["ON_TRUE", "ON_FALSE", "ALWAYS"]>;
673
673
  status: z.ZodEnum<["ENABLED", "DISABLED"]>;
674
674
  value: z.ZodString;
675
675
  }, "strip", z.ZodTypeAny, {
676
676
  value: string;
677
- type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG";
677
+ type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG" | "BLOCK_ON_CHAIN_TRANSACTION";
678
678
  status: "ENABLED" | "DISABLED";
679
679
  trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
680
680
  }, {
681
681
  value: string;
682
- type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG";
682
+ type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG" | "BLOCK_ON_CHAIN_TRANSACTION";
683
683
  status: "ENABLED" | "DISABLED";
684
684
  trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
685
685
  }>;
@@ -863,28 +863,28 @@ export declare const Scenario: z.ZodObject<{
863
863
  id?: `qgroup_${string}` | undefined;
864
864
  }>, "many">;
865
865
  actions: z.ZodArray<z.ZodObject<{
866
- type: z.ZodEnum<["SET_CUSTOMER_RISK_LEVEL", "SET_CUSTOMER_STATUS", "SET_ALERT_RISK_LEVEL", "SET_TRANSACTION_RISK_LEVEL", "SET_TRANSACTION_STATUS", "ASSIGN_COMPLIANCE_OFFICER", "CREATE_ALERT", "ASSIGN_TAG"]>;
866
+ type: z.ZodEnum<["SET_CUSTOMER_RISK_LEVEL", "SET_CUSTOMER_STATUS", "SET_ALERT_RISK_LEVEL", "SET_TRANSACTION_RISK_LEVEL", "SET_TRANSACTION_STATUS", "ASSIGN_COMPLIANCE_OFFICER", "CREATE_ALERT", "ASSIGN_TAG", "BLOCK_ON_CHAIN_TRANSACTION"]>;
867
867
  trigger: z.ZodEnum<["ON_TRUE", "ON_FALSE", "ALWAYS"]>;
868
868
  status: z.ZodEnum<["ENABLED", "DISABLED"]>;
869
869
  value: z.ZodString;
870
870
  }, "strip", z.ZodTypeAny, {
871
871
  value: string;
872
- type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG";
872
+ type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG" | "BLOCK_ON_CHAIN_TRANSACTION";
873
873
  status: "ENABLED" | "DISABLED";
874
874
  trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
875
875
  }, {
876
876
  value: string;
877
- type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG";
877
+ type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG" | "BLOCK_ON_CHAIN_TRANSACTION";
878
878
  status: "ENABLED" | "DISABLED";
879
879
  trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
880
880
  }>, "many">;
881
- type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE"]>;
881
+ type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies"]>;
882
882
  mode: z.ZodEnum<["INTERNAL", "EXTERNAL"]>;
883
883
  workspaceId: z.ZodString;
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";
887
+ type: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "BlockchainPolicies";
888
888
  name: string;
889
889
  workspaceId: string;
890
890
  queries: {
@@ -927,7 +927,7 @@ export declare const Scenario: z.ZodObject<{
927
927
  }[];
928
928
  actions: {
929
929
  value: string;
930
- type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG";
930
+ type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG" | "BLOCK_ON_CHAIN_TRANSACTION";
931
931
  status: "ENABLED" | "DISABLED";
932
932
  trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
933
933
  }[];
@@ -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";
939
+ type: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "BlockchainPolicies";
940
940
  name: string;
941
941
  workspaceId: string;
942
942
  queries: {
@@ -979,7 +979,7 @@ export declare const Scenario: z.ZodObject<{
979
979
  }[];
980
980
  actions: {
981
981
  value: string;
982
- type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG";
982
+ type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG" | "BLOCK_ON_CHAIN_TRANSACTION";
983
983
  status: "ENABLED" | "DISABLED";
984
984
  trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
985
985
  }[];
@@ -1166,22 +1166,22 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1166
1166
  id?: `qgroup_${string}` | undefined;
1167
1167
  }>, "many">;
1168
1168
  actions: z.ZodArray<z.ZodObject<{
1169
- type: z.ZodEnum<["SET_CUSTOMER_RISK_LEVEL", "SET_CUSTOMER_STATUS", "SET_ALERT_RISK_LEVEL", "SET_TRANSACTION_RISK_LEVEL", "SET_TRANSACTION_STATUS", "ASSIGN_COMPLIANCE_OFFICER", "CREATE_ALERT", "ASSIGN_TAG"]>;
1169
+ type: z.ZodEnum<["SET_CUSTOMER_RISK_LEVEL", "SET_CUSTOMER_STATUS", "SET_ALERT_RISK_LEVEL", "SET_TRANSACTION_RISK_LEVEL", "SET_TRANSACTION_STATUS", "ASSIGN_COMPLIANCE_OFFICER", "CREATE_ALERT", "ASSIGN_TAG", "BLOCK_ON_CHAIN_TRANSACTION"]>;
1170
1170
  trigger: z.ZodEnum<["ON_TRUE", "ON_FALSE", "ALWAYS"]>;
1171
1171
  status: z.ZodEnum<["ENABLED", "DISABLED"]>;
1172
1172
  value: z.ZodString;
1173
1173
  }, "strip", z.ZodTypeAny, {
1174
1174
  value: string;
1175
- type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG";
1175
+ type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG" | "BLOCK_ON_CHAIN_TRANSACTION";
1176
1176
  status: "ENABLED" | "DISABLED";
1177
1177
  trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
1178
1178
  }, {
1179
1179
  value: string;
1180
- type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG";
1180
+ type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG" | "BLOCK_ON_CHAIN_TRANSACTION";
1181
1181
  status: "ENABLED" | "DISABLED";
1182
1182
  trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
1183
1183
  }>, "many">;
1184
- type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE"]>;
1184
+ type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies"]>;
1185
1185
  mode: z.ZodEnum<["INTERNAL", "EXTERNAL"]>;
1186
1186
  workspaceId: z.ZodString;
1187
1187
  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">>>;
@@ -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";
1256
+ type: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "BlockchainPolicies";
1257
1257
  name: string;
1258
1258
  workspaceId: string;
1259
1259
  queries: {
@@ -1296,7 +1296,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1296
1296
  }[];
1297
1297
  actions: {
1298
1298
  value: string;
1299
- type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG";
1299
+ type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG" | "BLOCK_ON_CHAIN_TRANSACTION";
1300
1300
  status: "ENABLED" | "DISABLED";
1301
1301
  trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
1302
1302
  }[];
@@ -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";
1307
+ type: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "BlockchainPolicies";
1308
1308
  name: string;
1309
1309
  workspaceId: string;
1310
1310
  queries: {
@@ -1347,7 +1347,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<z.objectUtil.exten
1347
1347
  }[];
1348
1348
  actions: {
1349
1349
  value: string;
1350
- type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG";
1350
+ type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG" | "BLOCK_ON_CHAIN_TRANSACTION";
1351
1351
  status: "ENABLED" | "DISABLED";
1352
1352
  trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
1353
1353
  }[];
@@ -1533,28 +1533,28 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1533
1533
  id?: `qgroup_${string}` | undefined;
1534
1534
  }>, "many">;
1535
1535
  actions: z.ZodArray<z.ZodObject<{
1536
- type: z.ZodEnum<["SET_CUSTOMER_RISK_LEVEL", "SET_CUSTOMER_STATUS", "SET_ALERT_RISK_LEVEL", "SET_TRANSACTION_RISK_LEVEL", "SET_TRANSACTION_STATUS", "ASSIGN_COMPLIANCE_OFFICER", "CREATE_ALERT", "ASSIGN_TAG"]>;
1536
+ type: z.ZodEnum<["SET_CUSTOMER_RISK_LEVEL", "SET_CUSTOMER_STATUS", "SET_ALERT_RISK_LEVEL", "SET_TRANSACTION_RISK_LEVEL", "SET_TRANSACTION_STATUS", "ASSIGN_COMPLIANCE_OFFICER", "CREATE_ALERT", "ASSIGN_TAG", "BLOCK_ON_CHAIN_TRANSACTION"]>;
1537
1537
  trigger: z.ZodEnum<["ON_TRUE", "ON_FALSE", "ALWAYS"]>;
1538
1538
  status: z.ZodEnum<["ENABLED", "DISABLED"]>;
1539
1539
  value: z.ZodString;
1540
1540
  }, "strip", z.ZodTypeAny, {
1541
1541
  value: string;
1542
- type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG";
1542
+ type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG" | "BLOCK_ON_CHAIN_TRANSACTION";
1543
1543
  status: "ENABLED" | "DISABLED";
1544
1544
  trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
1545
1545
  }, {
1546
1546
  value: string;
1547
- type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG";
1547
+ type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG" | "BLOCK_ON_CHAIN_TRANSACTION";
1548
1548
  status: "ENABLED" | "DISABLED";
1549
1549
  trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
1550
1550
  }>, "many">;
1551
- type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE"]>;
1551
+ type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies"]>;
1552
1552
  mode: z.ZodEnum<["INTERNAL", "EXTERNAL"]>;
1553
1553
  workspaceId: z.ZodString;
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";
1557
+ type: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "BlockchainPolicies";
1558
1558
  name: string;
1559
1559
  queries: {
1560
1560
  attribute: {
@@ -1596,7 +1596,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1596
1596
  }[];
1597
1597
  actions: {
1598
1598
  value: string;
1599
- type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG";
1599
+ type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG" | "BLOCK_ON_CHAIN_TRANSACTION";
1600
1600
  status: "ENABLED" | "DISABLED";
1601
1601
  trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
1602
1602
  }[];
@@ -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";
1608
+ type: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "BlockchainPolicies";
1609
1609
  name: string;
1610
1610
  queries: {
1611
1611
  attribute: {
@@ -1647,7 +1647,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
1647
1647
  }[];
1648
1648
  actions: {
1649
1649
  value: string;
1650
- type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG";
1650
+ type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG" | "BLOCK_ON_CHAIN_TRANSACTION";
1651
1651
  status: "ENABLED" | "DISABLED";
1652
1652
  trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
1653
1653
  }[];
@@ -1834,27 +1834,27 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
1834
1834
  id?: `qgroup_${string}` | undefined;
1835
1835
  }>, "many">;
1836
1836
  actions: z.ZodArray<z.ZodObject<{
1837
- type: z.ZodEnum<["SET_CUSTOMER_RISK_LEVEL", "SET_CUSTOMER_STATUS", "SET_ALERT_RISK_LEVEL", "SET_TRANSACTION_RISK_LEVEL", "SET_TRANSACTION_STATUS", "ASSIGN_COMPLIANCE_OFFICER", "CREATE_ALERT", "ASSIGN_TAG"]>;
1837
+ type: z.ZodEnum<["SET_CUSTOMER_RISK_LEVEL", "SET_CUSTOMER_STATUS", "SET_ALERT_RISK_LEVEL", "SET_TRANSACTION_RISK_LEVEL", "SET_TRANSACTION_STATUS", "ASSIGN_COMPLIANCE_OFFICER", "CREATE_ALERT", "ASSIGN_TAG", "BLOCK_ON_CHAIN_TRANSACTION"]>;
1838
1838
  trigger: z.ZodEnum<["ON_TRUE", "ON_FALSE", "ALWAYS"]>;
1839
1839
  status: z.ZodEnum<["ENABLED", "DISABLED"]>;
1840
1840
  value: z.ZodString;
1841
1841
  }, "strip", z.ZodTypeAny, {
1842
1842
  value: string;
1843
- type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG";
1843
+ type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG" | "BLOCK_ON_CHAIN_TRANSACTION";
1844
1844
  status: "ENABLED" | "DISABLED";
1845
1845
  trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
1846
1846
  }, {
1847
1847
  value: string;
1848
- type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG";
1848
+ type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG" | "BLOCK_ON_CHAIN_TRANSACTION";
1849
1849
  status: "ENABLED" | "DISABLED";
1850
1850
  trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
1851
1851
  }>, "many">;
1852
- type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE"]>;
1852
+ type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies"]>;
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
1856
  }, "workspaceId">, "id">, "strip", z.ZodTypeAny, {
1857
- type: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE";
1857
+ type: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "BlockchainPolicies";
1858
1858
  name: string;
1859
1859
  queries: {
1860
1860
  attribute: {
@@ -1896,7 +1896,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
1896
1896
  }[];
1897
1897
  actions: {
1898
1898
  value: string;
1899
- type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG";
1899
+ type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG" | "BLOCK_ON_CHAIN_TRANSACTION";
1900
1900
  status: "ENABLED" | "DISABLED";
1901
1901
  trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
1902
1902
  }[];
@@ -1904,7 +1904,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
1904
1904
  description?: string | null | undefined;
1905
1905
  vcsIncluded?: ("AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "IDInformationTfhe" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport")[] | null | undefined;
1906
1906
  }, {
1907
- type: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE";
1907
+ type: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "TFHE" | "BlockchainPolicies";
1908
1908
  name: string;
1909
1909
  queries: {
1910
1910
  attribute: {
@@ -1946,7 +1946,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
1946
1946
  }[];
1947
1947
  actions: {
1948
1948
  value: string;
1949
- type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG";
1949
+ type: "SET_CUSTOMER_RISK_LEVEL" | "SET_CUSTOMER_STATUS" | "SET_ALERT_RISK_LEVEL" | "SET_TRANSACTION_RISK_LEVEL" | "SET_TRANSACTION_STATUS" | "ASSIGN_COMPLIANCE_OFFICER" | "CREATE_ALERT" | "ASSIGN_TAG" | "BLOCK_ON_CHAIN_TRANSACTION";
1950
1950
  status: "ENABLED" | "DISABLED";
1951
1951
  trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
1952
1952
  }[];
@@ -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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"}