@nexeraid/identity-schemas 2.220.0 → 2.222.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.
- package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +9 -9
- package/dist/declarations/src/identity/kyc.schema.d.ts +9 -9
- package/dist/declarations/src/identity/scenario.schema.d.ts +59 -59
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity-ids.schema.d.ts +17 -1
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +37 -37
- package/dist/{identity-api.schema-57bbbe51.cjs.prod.cjs → identity-api.schema-811f0ff1.cjs.prod.cjs} +4 -4
- package/dist/{identity-api.schema-82b97da7.esm.mjs → identity-api.schema-be8d85cd.esm.mjs} +4 -4
- package/dist/{identity-api.schema-4ec9fdca.cjs.dev.cjs → identity-api.schema-df43e545.cjs.dev.cjs} +4 -4
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +13 -5
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +13 -5
- package/dist/nexeraid-identity-schemas.esm.mjs +7 -7
- package/dist/{notabene.schema-a574596c.cjs.dev.cjs → notabene.schema-13a3005a.cjs.dev.cjs} +2 -2
- package/dist/{notabene.schema-9c2c4151.cjs.prod.cjs → notabene.schema-c4326fc2.cjs.prod.cjs} +2 -2
- package/dist/{notabene.schema-2cdf460c.esm.mjs → notabene.schema-f13aaf80.esm.mjs} +2 -2
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-159b8167.cjs.dev.cjs → tfhe-utilities-1b431986.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-8dac8326.esm.mjs → tfhe-utilities-a1b143fb.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-79ebf91e.cjs.prod.cjs → tfhe-utilities-bdf8e874.cjs.prod.cjs} +2 -2
- package/dist/{toArray-ce14afcd.esm.mjs → toArray-65ab1313.esm.mjs} +1 -1
- package/dist/{toArray-d3b505b6.cjs.dev.cjs → toArray-af04fb77.cjs.dev.cjs} +1 -1
- package/dist/{toArray-79d56a87.cjs.prod.cjs → toArray-cff1b252.cjs.prod.cjs} +1 -1
- package/dist/{vault.schema-3e16092e.cjs.dev.cjs → vault.schema-229df6cc.cjs.prod.cjs} +16 -0
- package/dist/{vault.schema-bfc68f42.esm.mjs → vault.schema-2bc02e40.esm.mjs} +9 -1
- package/dist/{vault.schema-9e61eba0.cjs.prod.cjs → vault.schema-ed6f19b1.cjs.dev.cjs} +16 -0
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -4
|
@@ -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", "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"]>;
|
|
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", "SET_DATASET_COLUMN_VALUE"];
|
|
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", "SET_DATASET_COLUMN_VALUE"]>;
|
|
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", "BlockchainPolicies", "CompanyMonitoring"];
|
|
14
|
-
export declare const ScenarioType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"]>;
|
|
13
|
+
export declare const ScenarioTypes: readonly ["PrivacyPreservingMonitoring", "IndividualMonitoring", "DatasetMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"];
|
|
14
|
+
export declare const ScenarioType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "DatasetMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"]>;
|
|
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", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"];
|
|
57
|
-
export declare const BackwardsCompatibleScenarioType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
56
|
+
export declare const BackwardsCompatibleScenarioTypes: readonly ["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"];
|
|
57
|
+
export declare const BackwardsCompatibleScenarioType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
|
|
58
58
|
export type BackwardsCompatibleScenarioType = z.infer<typeof BackwardsCompatibleScenarioType>;
|
|
59
59
|
export declare const BaseQueryResponse: z.ZodObject<{
|
|
60
60
|
result: z.ZodObject<{
|
|
@@ -297,7 +297,7 @@ export declare const ExecuteQueryResponse: z.ZodObject<{
|
|
|
297
297
|
executionId: string;
|
|
298
298
|
}>;
|
|
299
299
|
export declare const RuleEngineResponse: z.ZodObject<{
|
|
300
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
300
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
|
|
301
301
|
objectId: z.ZodString;
|
|
302
302
|
name: z.ZodString;
|
|
303
303
|
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>]>]>>>;
|
|
@@ -340,7 +340,7 @@ export declare const RuleEngineResponse: z.ZodObject<{
|
|
|
340
340
|
};
|
|
341
341
|
executionId: string;
|
|
342
342
|
scenarioId: string;
|
|
343
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
343
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
344
344
|
objectId: string;
|
|
345
345
|
address?: string | null | undefined;
|
|
346
346
|
}, {
|
|
@@ -354,13 +354,13 @@ export declare const RuleEngineResponse: z.ZodObject<{
|
|
|
354
354
|
};
|
|
355
355
|
executionId: string;
|
|
356
356
|
scenarioId: string;
|
|
357
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
357
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
358
358
|
objectId: string;
|
|
359
359
|
address?: string | null | undefined;
|
|
360
360
|
}>;
|
|
361
361
|
export type RuleEngineResponse = z.infer<typeof RuleEngineResponse>;
|
|
362
362
|
export declare const ScenarioExecutionResponse: z.ZodArray<z.ZodObject<{
|
|
363
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
363
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
|
|
364
364
|
objectId: z.ZodString;
|
|
365
365
|
name: z.ZodString;
|
|
366
366
|
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>]>]>>>;
|
|
@@ -403,7 +403,7 @@ export declare const ScenarioExecutionResponse: z.ZodArray<z.ZodObject<{
|
|
|
403
403
|
};
|
|
404
404
|
executionId: string;
|
|
405
405
|
scenarioId: string;
|
|
406
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
406
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
407
407
|
objectId: string;
|
|
408
408
|
address?: string | null | undefined;
|
|
409
409
|
}, {
|
|
@@ -417,7 +417,7 @@ export declare const ScenarioExecutionResponse: z.ZodArray<z.ZodObject<{
|
|
|
417
417
|
};
|
|
418
418
|
executionId: string;
|
|
419
419
|
scenarioId: string;
|
|
420
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
420
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
421
421
|
objectId: string;
|
|
422
422
|
address?: string | null | undefined;
|
|
423
423
|
}>, "many">;
|
|
@@ -431,7 +431,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
431
431
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
432
432
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
433
433
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
434
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
434
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
|
|
435
435
|
objectId: z.ZodString;
|
|
436
436
|
name: z.ZodString;
|
|
437
437
|
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>]>]>>>;
|
|
@@ -474,7 +474,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
474
474
|
};
|
|
475
475
|
executionId: string;
|
|
476
476
|
scenarioId: string;
|
|
477
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
477
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
478
478
|
objectId: string;
|
|
479
479
|
address?: string | null | undefined;
|
|
480
480
|
}, {
|
|
@@ -488,7 +488,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
488
488
|
};
|
|
489
489
|
executionId: string;
|
|
490
490
|
scenarioId: string;
|
|
491
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
491
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
492
492
|
objectId: string;
|
|
493
493
|
address?: string | null | undefined;
|
|
494
494
|
}>, "many">, "many">>;
|
|
@@ -507,7 +507,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
507
507
|
};
|
|
508
508
|
executionId: string;
|
|
509
509
|
scenarioId: string;
|
|
510
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
510
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
511
511
|
objectId: string;
|
|
512
512
|
address?: string | null | undefined;
|
|
513
513
|
}[][] | undefined;
|
|
@@ -526,7 +526,7 @@ export declare const SdkVerificationOutput: z.ZodObject<{
|
|
|
526
526
|
};
|
|
527
527
|
executionId: string;
|
|
528
528
|
scenarioId: string;
|
|
529
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
529
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
530
530
|
objectId: string;
|
|
531
531
|
address?: string | null | undefined;
|
|
532
532
|
}[][] | undefined;
|
|
@@ -542,7 +542,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
542
542
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
543
543
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
544
544
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
545
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
545
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
|
|
546
546
|
objectId: z.ZodString;
|
|
547
547
|
name: z.ZodString;
|
|
548
548
|
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>]>]>>>;
|
|
@@ -585,7 +585,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
585
585
|
};
|
|
586
586
|
executionId: string;
|
|
587
587
|
scenarioId: string;
|
|
588
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
588
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
589
589
|
objectId: string;
|
|
590
590
|
address?: string | null | undefined;
|
|
591
591
|
}, {
|
|
@@ -599,7 +599,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
599
599
|
};
|
|
600
600
|
executionId: string;
|
|
601
601
|
scenarioId: string;
|
|
602
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
602
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
603
603
|
objectId: string;
|
|
604
604
|
address?: string | null | undefined;
|
|
605
605
|
}>, "many">, "many">>;
|
|
@@ -618,7 +618,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
618
618
|
};
|
|
619
619
|
executionId: string;
|
|
620
620
|
scenarioId: string;
|
|
621
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
621
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
622
622
|
objectId: string;
|
|
623
623
|
address?: string | null | undefined;
|
|
624
624
|
}[][] | undefined;
|
|
@@ -637,7 +637,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
637
637
|
};
|
|
638
638
|
executionId: string;
|
|
639
639
|
scenarioId: string;
|
|
640
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
640
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
641
641
|
objectId: string;
|
|
642
642
|
address?: string | null | undefined;
|
|
643
643
|
}[][] | undefined;
|
|
@@ -661,7 +661,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
661
661
|
};
|
|
662
662
|
executionId: string;
|
|
663
663
|
scenarioId: string;
|
|
664
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
664
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
665
665
|
objectId: string;
|
|
666
666
|
address?: string | null | undefined;
|
|
667
667
|
}[][] | undefined;
|
|
@@ -684,7 +684,7 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
684
684
|
};
|
|
685
685
|
executionId: string;
|
|
686
686
|
scenarioId: string;
|
|
687
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
687
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
688
688
|
objectId: string;
|
|
689
689
|
address?: string | null | undefined;
|
|
690
690
|
}[][] | undefined;
|
|
@@ -692,18 +692,18 @@ export declare const VerificationOutput: z.ZodObject<{
|
|
|
692
692
|
}>;
|
|
693
693
|
export type VerificationOutput = z.infer<typeof VerificationOutput>;
|
|
694
694
|
export declare const Action: z.ZodObject<{
|
|
695
|
-
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"]>;
|
|
695
|
+
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", "SET_DATASET_COLUMN_VALUE"]>;
|
|
696
696
|
trigger: z.ZodEnum<["ON_TRUE", "ON_FALSE", "ALWAYS"]>;
|
|
697
697
|
status: z.ZodEnum<["ENABLED", "DISABLED"]>;
|
|
698
698
|
value: z.ZodString;
|
|
699
699
|
}, "strip", z.ZodTypeAny, {
|
|
700
700
|
value: string;
|
|
701
|
-
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";
|
|
701
|
+
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" | "SET_DATASET_COLUMN_VALUE";
|
|
702
702
|
status: "ENABLED" | "DISABLED";
|
|
703
703
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
704
704
|
}, {
|
|
705
705
|
value: string;
|
|
706
|
-
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";
|
|
706
|
+
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" | "SET_DATASET_COLUMN_VALUE";
|
|
707
707
|
status: "ENABLED" | "DISABLED";
|
|
708
708
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
709
709
|
}>;
|
|
@@ -1030,27 +1030,27 @@ export declare const SimplifiedScenario: z.ZodObject<{
|
|
|
1030
1030
|
}[];
|
|
1031
1031
|
}>;
|
|
1032
1032
|
actions: z.ZodArray<z.ZodObject<{
|
|
1033
|
-
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"]>;
|
|
1033
|
+
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", "SET_DATASET_COLUMN_VALUE"]>;
|
|
1034
1034
|
trigger: z.ZodEnum<["ON_TRUE", "ON_FALSE", "ALWAYS"]>;
|
|
1035
1035
|
status: z.ZodEnum<["ENABLED", "DISABLED"]>;
|
|
1036
1036
|
value: z.ZodString;
|
|
1037
1037
|
}, "strip", z.ZodTypeAny, {
|
|
1038
1038
|
value: string;
|
|
1039
|
-
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";
|
|
1039
|
+
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" | "SET_DATASET_COLUMN_VALUE";
|
|
1040
1040
|
status: "ENABLED" | "DISABLED";
|
|
1041
1041
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
1042
1042
|
}, {
|
|
1043
1043
|
value: string;
|
|
1044
|
-
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";
|
|
1044
|
+
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" | "SET_DATASET_COLUMN_VALUE";
|
|
1045
1045
|
status: "ENABLED" | "DISABLED";
|
|
1046
1046
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
1047
1047
|
}>, "many">;
|
|
1048
|
-
type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"]>;
|
|
1048
|
+
type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "DatasetMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"]>;
|
|
1049
1049
|
mode: z.ZodEnum<["INTERNAL", "EXTERNAL"]>;
|
|
1050
1050
|
workspaceId: z.ZodString;
|
|
1051
1051
|
}, "strip", z.ZodTypeAny, {
|
|
1052
1052
|
id: `scenario_${string}`;
|
|
1053
|
-
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
1053
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1054
1054
|
name: string;
|
|
1055
1055
|
workspaceId: string;
|
|
1056
1056
|
primaryEvaluationMethod: {
|
|
@@ -1106,7 +1106,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
|
|
|
1106
1106
|
};
|
|
1107
1107
|
actions: {
|
|
1108
1108
|
value: string;
|
|
1109
|
-
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";
|
|
1109
|
+
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" | "SET_DATASET_COLUMN_VALUE";
|
|
1110
1110
|
status: "ENABLED" | "DISABLED";
|
|
1111
1111
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
1112
1112
|
}[];
|
|
@@ -1114,7 +1114,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
|
|
|
1114
1114
|
description?: string | null | undefined;
|
|
1115
1115
|
}, {
|
|
1116
1116
|
id: `scenario_${string}`;
|
|
1117
|
-
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
1117
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1118
1118
|
name: string;
|
|
1119
1119
|
workspaceId: string;
|
|
1120
1120
|
primaryEvaluationMethod: {
|
|
@@ -1170,7 +1170,7 @@ export declare const SimplifiedScenario: z.ZodObject<{
|
|
|
1170
1170
|
};
|
|
1171
1171
|
actions: {
|
|
1172
1172
|
value: string;
|
|
1173
|
-
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";
|
|
1173
|
+
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" | "SET_DATASET_COLUMN_VALUE";
|
|
1174
1174
|
status: "ENABLED" | "DISABLED";
|
|
1175
1175
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
1176
1176
|
}[];
|
|
@@ -1499,22 +1499,22 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1499
1499
|
}[];
|
|
1500
1500
|
}>;
|
|
1501
1501
|
actions: z.ZodArray<z.ZodObject<{
|
|
1502
|
-
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"]>;
|
|
1502
|
+
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", "SET_DATASET_COLUMN_VALUE"]>;
|
|
1503
1503
|
trigger: z.ZodEnum<["ON_TRUE", "ON_FALSE", "ALWAYS"]>;
|
|
1504
1504
|
status: z.ZodEnum<["ENABLED", "DISABLED"]>;
|
|
1505
1505
|
value: z.ZodString;
|
|
1506
1506
|
}, "strip", z.ZodTypeAny, {
|
|
1507
1507
|
value: string;
|
|
1508
|
-
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";
|
|
1508
|
+
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" | "SET_DATASET_COLUMN_VALUE";
|
|
1509
1509
|
status: "ENABLED" | "DISABLED";
|
|
1510
1510
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
1511
1511
|
}, {
|
|
1512
1512
|
value: string;
|
|
1513
|
-
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";
|
|
1513
|
+
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" | "SET_DATASET_COLUMN_VALUE";
|
|
1514
1514
|
status: "ENABLED" | "DISABLED";
|
|
1515
1515
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
1516
1516
|
}>, "many">;
|
|
1517
|
-
type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"]>;
|
|
1517
|
+
type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "DatasetMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"]>;
|
|
1518
1518
|
mode: z.ZodEnum<["INTERNAL", "EXTERNAL"]>;
|
|
1519
1519
|
workspaceId: z.ZodString;
|
|
1520
1520
|
}, "primaryEvaluationMethod"> & {
|
|
@@ -1834,7 +1834,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1834
1834
|
}>;
|
|
1835
1835
|
}, "strip", z.ZodTypeAny, {
|
|
1836
1836
|
id: `scenario_${string}`;
|
|
1837
|
-
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
1837
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1838
1838
|
name: string;
|
|
1839
1839
|
workspaceId: string;
|
|
1840
1840
|
primaryEvaluationMethod: {
|
|
@@ -1889,7 +1889,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1889
1889
|
};
|
|
1890
1890
|
actions: {
|
|
1891
1891
|
value: string;
|
|
1892
|
-
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";
|
|
1892
|
+
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" | "SET_DATASET_COLUMN_VALUE";
|
|
1893
1893
|
status: "ENABLED" | "DISABLED";
|
|
1894
1894
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
1895
1895
|
}[];
|
|
@@ -1897,7 +1897,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1897
1897
|
description?: string | null | undefined;
|
|
1898
1898
|
}, {
|
|
1899
1899
|
id: `scenario_${string}`;
|
|
1900
|
-
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
1900
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1901
1901
|
name: string;
|
|
1902
1902
|
workspaceId: string;
|
|
1903
1903
|
primaryEvaluationMethod: {
|
|
@@ -1952,7 +1952,7 @@ export declare const AbbreviatedWorkflowScenario: z.ZodObject<Omit<{
|
|
|
1952
1952
|
};
|
|
1953
1953
|
actions: {
|
|
1954
1954
|
value: string;
|
|
1955
|
-
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";
|
|
1955
|
+
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" | "SET_DATASET_COLUMN_VALUE";
|
|
1956
1956
|
status: "ENABLED" | "DISABLED";
|
|
1957
1957
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
1958
1958
|
}[];
|
|
@@ -2281,27 +2281,27 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
2281
2281
|
}[];
|
|
2282
2282
|
}>;
|
|
2283
2283
|
actions: z.ZodArray<z.ZodObject<{
|
|
2284
|
-
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"]>;
|
|
2284
|
+
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", "SET_DATASET_COLUMN_VALUE"]>;
|
|
2285
2285
|
trigger: z.ZodEnum<["ON_TRUE", "ON_FALSE", "ALWAYS"]>;
|
|
2286
2286
|
status: z.ZodEnum<["ENABLED", "DISABLED"]>;
|
|
2287
2287
|
value: z.ZodString;
|
|
2288
2288
|
}, "strip", z.ZodTypeAny, {
|
|
2289
2289
|
value: string;
|
|
2290
|
-
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";
|
|
2290
|
+
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" | "SET_DATASET_COLUMN_VALUE";
|
|
2291
2291
|
status: "ENABLED" | "DISABLED";
|
|
2292
2292
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
2293
2293
|
}, {
|
|
2294
2294
|
value: string;
|
|
2295
|
-
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";
|
|
2295
|
+
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" | "SET_DATASET_COLUMN_VALUE";
|
|
2296
2296
|
status: "ENABLED" | "DISABLED";
|
|
2297
2297
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
2298
2298
|
}>, "many">;
|
|
2299
|
-
type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"]>;
|
|
2299
|
+
type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "DatasetMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"]>;
|
|
2300
2300
|
mode: z.ZodEnum<["INTERNAL", "EXTERNAL"]>;
|
|
2301
2301
|
workspaceId: z.ZodString;
|
|
2302
2302
|
}, "workspaceId">, "strip", z.ZodTypeAny, {
|
|
2303
2303
|
id: `scenario_${string}`;
|
|
2304
|
-
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
2304
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
2305
2305
|
name: string;
|
|
2306
2306
|
primaryEvaluationMethod: {
|
|
2307
2307
|
operator: "AND" | "OR";
|
|
@@ -2356,7 +2356,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
2356
2356
|
};
|
|
2357
2357
|
actions: {
|
|
2358
2358
|
value: string;
|
|
2359
|
-
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";
|
|
2359
|
+
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" | "SET_DATASET_COLUMN_VALUE";
|
|
2360
2360
|
status: "ENABLED" | "DISABLED";
|
|
2361
2361
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
2362
2362
|
}[];
|
|
@@ -2364,7 +2364,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
2364
2364
|
description?: string | null | undefined;
|
|
2365
2365
|
}, {
|
|
2366
2366
|
id: `scenario_${string}`;
|
|
2367
|
-
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
2367
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
2368
2368
|
name: string;
|
|
2369
2369
|
primaryEvaluationMethod: {
|
|
2370
2370
|
operator: "AND" | "OR";
|
|
@@ -2419,7 +2419,7 @@ export declare const TemplateScenario: z.ZodObject<Omit<{
|
|
|
2419
2419
|
};
|
|
2420
2420
|
actions: {
|
|
2421
2421
|
value: string;
|
|
2422
|
-
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";
|
|
2422
|
+
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" | "SET_DATASET_COLUMN_VALUE";
|
|
2423
2423
|
status: "ENABLED" | "DISABLED";
|
|
2424
2424
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
2425
2425
|
}[];
|
|
@@ -2748,28 +2748,28 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
2748
2748
|
}[];
|
|
2749
2749
|
}>;
|
|
2750
2750
|
actions: z.ZodArray<z.ZodObject<{
|
|
2751
|
-
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"]>;
|
|
2751
|
+
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", "SET_DATASET_COLUMN_VALUE"]>;
|
|
2752
2752
|
trigger: z.ZodEnum<["ON_TRUE", "ON_FALSE", "ALWAYS"]>;
|
|
2753
2753
|
status: z.ZodEnum<["ENABLED", "DISABLED"]>;
|
|
2754
2754
|
value: z.ZodString;
|
|
2755
2755
|
}, "strip", z.ZodTypeAny, {
|
|
2756
2756
|
value: string;
|
|
2757
|
-
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";
|
|
2757
|
+
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" | "SET_DATASET_COLUMN_VALUE";
|
|
2758
2758
|
status: "ENABLED" | "DISABLED";
|
|
2759
2759
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
2760
2760
|
}, {
|
|
2761
2761
|
value: string;
|
|
2762
|
-
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";
|
|
2762
|
+
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" | "SET_DATASET_COLUMN_VALUE";
|
|
2763
2763
|
status: "ENABLED" | "DISABLED";
|
|
2764
2764
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
2765
2765
|
}>, "many">;
|
|
2766
|
-
type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"]>;
|
|
2766
|
+
type: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "DatasetMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"]>;
|
|
2767
2767
|
mode: z.ZodEnum<["INTERNAL", "EXTERNAL"]>;
|
|
2768
2768
|
workspaceId: z.ZodString;
|
|
2769
2769
|
}, "workspaceId">, "id"> & {
|
|
2770
2770
|
entityType: z.ZodOptional<z.ZodEnum<["individual", "company", "transaction"]>>;
|
|
2771
2771
|
}, "strip", z.ZodTypeAny, {
|
|
2772
|
-
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
2772
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
2773
2773
|
name: string;
|
|
2774
2774
|
primaryEvaluationMethod: {
|
|
2775
2775
|
operator: "AND" | "OR";
|
|
@@ -2824,7 +2824,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
2824
2824
|
};
|
|
2825
2825
|
actions: {
|
|
2826
2826
|
value: string;
|
|
2827
|
-
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";
|
|
2827
|
+
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" | "SET_DATASET_COLUMN_VALUE";
|
|
2828
2828
|
status: "ENABLED" | "DISABLED";
|
|
2829
2829
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
2830
2830
|
}[];
|
|
@@ -2832,7 +2832,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
2832
2832
|
description?: string | null | undefined;
|
|
2833
2833
|
entityType?: "transaction" | "individual" | "company" | undefined;
|
|
2834
2834
|
}, {
|
|
2835
|
-
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies";
|
|
2835
|
+
type: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
2836
2836
|
name: string;
|
|
2837
2837
|
primaryEvaluationMethod: {
|
|
2838
2838
|
operator: "AND" | "OR";
|
|
@@ -2887,7 +2887,7 @@ export declare const CreateTemplateScenario: z.ZodObject<Omit<Omit<{
|
|
|
2887
2887
|
};
|
|
2888
2888
|
actions: {
|
|
2889
2889
|
value: string;
|
|
2890
|
-
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";
|
|
2890
|
+
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" | "SET_DATASET_COLUMN_VALUE";
|
|
2891
2891
|
status: "ENABLED" | "DISABLED";
|
|
2892
2892
|
trigger: "ON_TRUE" | "ON_FALSE" | "ALWAYS";
|
|
2893
2893
|
}[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scenario.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["scenario.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAYxB,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"scenario.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["scenario.schema.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOtC,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE3B,CAAC;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIjC,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AACpE,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,2BAA2B,CACnC,CAAC;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAChE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -24,6 +24,10 @@ export declare const PasskeyPrefix_NEW = "passkey";
|
|
|
24
24
|
export declare const WorkspaceMemberPrefix_NEW = "wsmember";
|
|
25
25
|
export declare const WorkspaceRolePrefix_NEW = "wsrole";
|
|
26
26
|
export declare const OrganizationRolePrefix_NEW = "orgrole";
|
|
27
|
+
export declare const DepartmentPrefix_NEW = "dept";
|
|
28
|
+
export declare const TeamPrefix_NEW = "team";
|
|
29
|
+
export declare const TeamMemberPrefix_NEW = "tmem";
|
|
30
|
+
export declare const TeamRoleGrantPrefix_NEW = "tgrant";
|
|
27
31
|
export declare const DatasetPrefix = "dataset";
|
|
28
32
|
export declare const DatasetColumnPrefix = "datasetc";
|
|
29
33
|
export declare const DatasetColumnTypePrefix = "datasetct";
|
|
@@ -108,6 +112,10 @@ export type PasskeyPrefix_NEW = typeof PasskeyPrefix_NEW;
|
|
|
108
112
|
export type WorkspaceMemberPrefix_NEW = typeof WorkspaceMemberPrefix_NEW;
|
|
109
113
|
export type WorkspaceRolePrefix_NEW = typeof WorkspaceRolePrefix_NEW;
|
|
110
114
|
export type OrganizationRolePrefix_NEW = typeof OrganizationRolePrefix_NEW;
|
|
115
|
+
export type DepartmentPrefix_NEW = typeof DepartmentPrefix_NEW;
|
|
116
|
+
export type TeamPrefix_NEW = typeof TeamPrefix_NEW;
|
|
117
|
+
export type TeamMemberPrefix_NEW = typeof TeamMemberPrefix_NEW;
|
|
118
|
+
export type TeamRoleGrantPrefix_NEW = typeof TeamRoleGrantPrefix_NEW;
|
|
111
119
|
export type ComplyAdvantageSearchUpdateId = `${ComplyAdvantageSearchUpdatePrefix}_${string}`;
|
|
112
120
|
export type ScenarioPrefix = typeof ScenarioPrefix;
|
|
113
121
|
export type QueryPrefix = typeof QueryPrefix;
|
|
@@ -175,6 +183,10 @@ export type PasskeyId_NEW = `${PasskeyPrefix_NEW}_${string}`;
|
|
|
175
183
|
export type WorkspaceMemberId_NEW = `${WorkspaceMemberPrefix_NEW}_${string}`;
|
|
176
184
|
export type WorkspaceRoleId_NEW = `${WorkspaceRolePrefix_NEW}_${string}`;
|
|
177
185
|
export type OrganizationRoleId_NEW = `${OrganizationRolePrefix_NEW}_${string}`;
|
|
186
|
+
export type DepartmentId_NEW = `${DepartmentPrefix_NEW}_${string}`;
|
|
187
|
+
export type TeamId_NEW = `${TeamPrefix_NEW}_${string}`;
|
|
188
|
+
export type TeamMemberId_NEW = `${TeamMemberPrefix_NEW}_${string}`;
|
|
189
|
+
export type TeamRoleGrantId_NEW = `${TeamRoleGrantPrefix_NEW}_${string}`;
|
|
178
190
|
export type DatasetId = `${DatasetPrefix}_${string}`;
|
|
179
191
|
export type DatasetColumnId = `${DatasetColumnPrefix}_${string}`;
|
|
180
192
|
export type DatasetColumnTypeId = `${DatasetColumnTypePrefix}_${string}`;
|
|
@@ -272,7 +284,11 @@ export declare const PasskeyId_NEW: z.ZodType<`passkey_${string}`, z.ZodTypeDef,
|
|
|
272
284
|
export declare const WorkspaceMemberId_NEW: z.ZodType<`wsmember_${string}`, z.ZodTypeDef, `wsmember_${string}`>;
|
|
273
285
|
export declare const WorkspaceRoleId_NEW: z.ZodType<`wsrole_${string}`, z.ZodTypeDef, `wsrole_${string}`>;
|
|
274
286
|
export declare const OrganizationRoleId_NEW: z.ZodType<`orgrole_${string}`, z.ZodTypeDef, `orgrole_${string}`>;
|
|
275
|
-
export declare const
|
|
287
|
+
export declare const DepartmentId_NEW: z.ZodType<`dept_${string}`, z.ZodTypeDef, `dept_${string}`>;
|
|
288
|
+
export declare const TeamId_NEW: z.ZodType<`team_${string}`, z.ZodTypeDef, `team_${string}`>;
|
|
289
|
+
export declare const TeamMemberId_NEW: z.ZodType<`tmem_${string}`, z.ZodTypeDef, `tmem_${string}`>;
|
|
290
|
+
export declare const TeamRoleGrantId_NEW: z.ZodType<`tgrant_${string}`, z.ZodTypeDef, `tgrant_${string}`>;
|
|
291
|
+
export declare const generateId: <T extends string>(type: T & (ActionPrefix | AppPrefix | ChallengePrefix | MetaAlertPrefix | TestPrefix | IndividualScreeningPrefix | SigGatingPrefix | EmailPrefix | IdentityPrefix | InstitutionExtractedInfosPrefix | InstitutionPrefix | QueryPrefix | ScenarioPrefix | StoragePrefix | TagPrefix | TagsToEntityPrefix | TransactionAmountPrefix | TransactionActivityPrefix | TransactionAddressesPrefix | ScorechainAnalysisPrefix | SsssSharePrefix | SsssChunkPrefix | TransactionExtractedInfosPrefix | TransactionFeesPrefix | TransactionInfosPrefix | TransactionMethodExtractedInfosPrefix | TransactionMethodsPrefix | TransactionPartiesPrefix | TransactionPrefix | TransactionReviewPrefix | WalletPrefix | WorkflowSessionAttributePrefix | QueryGroupPrefix | AiExecutionPrefix | AiExecutionStepPrefix | ChatPrefix | MessagePrefix | AiDocumentPrefix | AiAgentPrefix | AiStepPrefix | AiMessagePrefix | ComplyAdvantageSearchUpdatePrefix | EvaluationMethodPrefix | DatasetPrefix | DatasetColumnPrefix | DatasetColumnTypePrefix | DatasetColumnOptionPrefix | DatasetRowPrefix | DatasetRowValuePrefix | DatasetFolderPrefix | DatasetJobPrefix | ChatItemPrefix | DatasetViewPrefix | DatasetViewFilterPrefix | DatasetFormQuestionPrefix | UserPrefix_NEW | OrganizationPrefix_NEW | MemberPrefix_NEW | WorkspacePrefix_NEW | SessionPrefix_NEW | AccountPrefix_NEW | VerificationPrefix_NEW | ApiKeyPrefix_NEW | InvitationPrefix_NEW | PasskeyPrefix_NEW | WorkspaceMemberPrefix_NEW | WorkspaceRolePrefix_NEW | OrganizationRolePrefix_NEW | DepartmentPrefix_NEW | TeamPrefix_NEW | TeamMemberPrefix_NEW | TeamRoleGrantPrefix_NEW | IdentitySessionPrefix)) => `${T}_${string}`;
|
|
276
292
|
export declare const MemberIdLegacy: z.ZodString;
|
|
277
293
|
export type MemberIdLegacy = z.infer<typeof MemberIdLegacy>;
|
|
278
294
|
export declare const ChatId: z.ZodType<`chat_${string}`, z.ZodTypeDef, `chat_${string}`>;
|