@nexeraid/identity-schemas 2.221.0-dev → 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/providers/kyc-sessions.schema.d.ts +37 -37
- package/dist/{identity-api.schema-2fc29810.cjs.prod.cjs → identity-api.schema-811f0ff1.cjs.prod.cjs} +3 -3
- package/dist/{identity-api.schema-f1a2d54d.esm.mjs → identity-api.schema-be8d85cd.esm.mjs} +3 -3
- package/dist/{identity-api.schema-fe5cd087.cjs.dev.cjs → identity-api.schema-df43e545.cjs.dev.cjs} +3 -3
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +3 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +3 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/{notabene.schema-c4397027.cjs.dev.cjs → notabene.schema-13a3005a.cjs.dev.cjs} +1 -1
- package/dist/{notabene.schema-a5230165.cjs.prod.cjs → notabene.schema-c4326fc2.cjs.prod.cjs} +1 -1
- package/dist/{notabene.schema-0247c7fb.esm.mjs → notabene.schema-f13aaf80.esm.mjs} +1 -1
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-1fe0bf73.cjs.dev.cjs → tfhe-utilities-1b431986.cjs.dev.cjs} +1 -1
- package/dist/{tfhe-utilities-7ffe0404.esm.mjs → tfhe-utilities-a1b143fb.esm.mjs} +1 -1
- package/dist/{tfhe-utilities-c4b47e09.cjs.prod.cjs → tfhe-utilities-bdf8e874.cjs.prod.cjs} +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +2 -2
|
@@ -74,7 +74,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
74
74
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
75
75
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
76
76
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
77
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
77
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
|
|
78
78
|
objectId: z.ZodString;
|
|
79
79
|
name: z.ZodString;
|
|
80
80
|
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>]>]>>>;
|
|
@@ -117,7 +117,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
117
117
|
};
|
|
118
118
|
executionId: string;
|
|
119
119
|
scenarioId: string;
|
|
120
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
120
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
121
121
|
objectId: string;
|
|
122
122
|
address?: string | null | undefined;
|
|
123
123
|
}, {
|
|
@@ -131,7 +131,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
131
131
|
};
|
|
132
132
|
executionId: string;
|
|
133
133
|
scenarioId: string;
|
|
134
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
134
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
135
135
|
objectId: string;
|
|
136
136
|
address?: string | null | undefined;
|
|
137
137
|
}>, "many">, "many">>;
|
|
@@ -150,7 +150,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
150
150
|
};
|
|
151
151
|
executionId: string;
|
|
152
152
|
scenarioId: string;
|
|
153
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
153
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
154
154
|
objectId: string;
|
|
155
155
|
address?: string | null | undefined;
|
|
156
156
|
}[][] | undefined;
|
|
@@ -169,7 +169,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
169
169
|
};
|
|
170
170
|
executionId: string;
|
|
171
171
|
scenarioId: string;
|
|
172
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
172
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
173
173
|
objectId: string;
|
|
174
174
|
address?: string | null | undefined;
|
|
175
175
|
}[][] | undefined;
|
|
@@ -220,7 +220,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
220
220
|
};
|
|
221
221
|
executionId: string;
|
|
222
222
|
scenarioId: string;
|
|
223
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
223
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
224
224
|
objectId: string;
|
|
225
225
|
address?: string | null | undefined;
|
|
226
226
|
}[][] | undefined;
|
|
@@ -266,7 +266,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
266
266
|
};
|
|
267
267
|
executionId: string;
|
|
268
268
|
scenarioId: string;
|
|
269
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
269
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
270
270
|
objectId: string;
|
|
271
271
|
address?: string | null | undefined;
|
|
272
272
|
}[][] | undefined;
|
|
@@ -299,7 +299,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
299
299
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
300
300
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
301
301
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
302
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
302
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
|
|
303
303
|
objectId: z.ZodString;
|
|
304
304
|
name: z.ZodString;
|
|
305
305
|
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>]>]>>>;
|
|
@@ -342,7 +342,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
342
342
|
};
|
|
343
343
|
executionId: string;
|
|
344
344
|
scenarioId: string;
|
|
345
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
345
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
346
346
|
objectId: string;
|
|
347
347
|
address?: string | null | undefined;
|
|
348
348
|
}, {
|
|
@@ -356,7 +356,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
356
356
|
};
|
|
357
357
|
executionId: string;
|
|
358
358
|
scenarioId: string;
|
|
359
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
359
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
360
360
|
objectId: string;
|
|
361
361
|
address?: string | null | undefined;
|
|
362
362
|
}>, "many">, "many">>;
|
|
@@ -375,7 +375,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
375
375
|
};
|
|
376
376
|
executionId: string;
|
|
377
377
|
scenarioId: string;
|
|
378
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
378
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
379
379
|
objectId: string;
|
|
380
380
|
address?: string | null | undefined;
|
|
381
381
|
}[][] | undefined;
|
|
@@ -394,7 +394,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
394
394
|
};
|
|
395
395
|
executionId: string;
|
|
396
396
|
scenarioId: string;
|
|
397
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
397
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
398
398
|
objectId: string;
|
|
399
399
|
address?: string | null | undefined;
|
|
400
400
|
}[][] | undefined;
|
|
@@ -472,7 +472,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
472
472
|
};
|
|
473
473
|
executionId: string;
|
|
474
474
|
scenarioId: string;
|
|
475
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
475
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
476
476
|
objectId: string;
|
|
477
477
|
address?: string | null | undefined;
|
|
478
478
|
}[][] | undefined;
|
|
@@ -525,7 +525,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
525
525
|
};
|
|
526
526
|
executionId: string;
|
|
527
527
|
scenarioId: string;
|
|
528
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
528
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
529
529
|
objectId: string;
|
|
530
530
|
address?: string | null | undefined;
|
|
531
531
|
}[][] | undefined;
|
|
@@ -565,7 +565,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
565
565
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
566
566
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
567
567
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
568
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
568
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
|
|
569
569
|
objectId: z.ZodString;
|
|
570
570
|
name: z.ZodString;
|
|
571
571
|
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>]>]>>>;
|
|
@@ -608,7 +608,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
608
608
|
};
|
|
609
609
|
executionId: string;
|
|
610
610
|
scenarioId: string;
|
|
611
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
611
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
612
612
|
objectId: string;
|
|
613
613
|
address?: string | null | undefined;
|
|
614
614
|
}, {
|
|
@@ -622,7 +622,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
622
622
|
};
|
|
623
623
|
executionId: string;
|
|
624
624
|
scenarioId: string;
|
|
625
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
625
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
626
626
|
objectId: string;
|
|
627
627
|
address?: string | null | undefined;
|
|
628
628
|
}>, "many">, "many">>;
|
|
@@ -641,7 +641,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
641
641
|
};
|
|
642
642
|
executionId: string;
|
|
643
643
|
scenarioId: string;
|
|
644
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
644
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
645
645
|
objectId: string;
|
|
646
646
|
address?: string | null | undefined;
|
|
647
647
|
}[][] | undefined;
|
|
@@ -660,7 +660,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
660
660
|
};
|
|
661
661
|
executionId: string;
|
|
662
662
|
scenarioId: string;
|
|
663
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
663
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
664
664
|
objectId: string;
|
|
665
665
|
address?: string | null | undefined;
|
|
666
666
|
}[][] | undefined;
|
|
@@ -749,7 +749,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
749
749
|
};
|
|
750
750
|
executionId: string;
|
|
751
751
|
scenarioId: string;
|
|
752
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
752
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
753
753
|
objectId: string;
|
|
754
754
|
address?: string | null | undefined;
|
|
755
755
|
}[][] | undefined;
|
|
@@ -807,7 +807,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
807
807
|
};
|
|
808
808
|
executionId: string;
|
|
809
809
|
scenarioId: string;
|
|
810
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
810
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
811
811
|
objectId: string;
|
|
812
812
|
address?: string | null | undefined;
|
|
813
813
|
}[][] | undefined;
|
|
@@ -1050,7 +1050,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1050
1050
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
1051
1051
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
1052
1052
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
1053
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
1053
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
|
|
1054
1054
|
objectId: z.ZodString;
|
|
1055
1055
|
name: z.ZodString;
|
|
1056
1056
|
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>]>]>>>;
|
|
@@ -1093,7 +1093,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1093
1093
|
};
|
|
1094
1094
|
executionId: string;
|
|
1095
1095
|
scenarioId: string;
|
|
1096
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1096
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1097
1097
|
objectId: string;
|
|
1098
1098
|
address?: string | null | undefined;
|
|
1099
1099
|
}, {
|
|
@@ -1107,7 +1107,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1107
1107
|
};
|
|
1108
1108
|
executionId: string;
|
|
1109
1109
|
scenarioId: string;
|
|
1110
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1110
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1111
1111
|
objectId: string;
|
|
1112
1112
|
address?: string | null | undefined;
|
|
1113
1113
|
}>, "many">, "many">>;
|
|
@@ -1126,7 +1126,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1126
1126
|
};
|
|
1127
1127
|
executionId: string;
|
|
1128
1128
|
scenarioId: string;
|
|
1129
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1129
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1130
1130
|
objectId: string;
|
|
1131
1131
|
address?: string | null | undefined;
|
|
1132
1132
|
}[][] | undefined;
|
|
@@ -1145,7 +1145,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1145
1145
|
};
|
|
1146
1146
|
executionId: string;
|
|
1147
1147
|
scenarioId: string;
|
|
1148
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1148
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1149
1149
|
objectId: string;
|
|
1150
1150
|
address?: string | null | undefined;
|
|
1151
1151
|
}[][] | undefined;
|
|
@@ -1251,7 +1251,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1251
1251
|
};
|
|
1252
1252
|
executionId: string;
|
|
1253
1253
|
scenarioId: string;
|
|
1254
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1254
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1255
1255
|
objectId: string;
|
|
1256
1256
|
address?: string | null | undefined;
|
|
1257
1257
|
}[][] | undefined;
|
|
@@ -1315,7 +1315,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1315
1315
|
};
|
|
1316
1316
|
executionId: string;
|
|
1317
1317
|
scenarioId: string;
|
|
1318
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1318
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1319
1319
|
objectId: string;
|
|
1320
1320
|
address?: string | null | undefined;
|
|
1321
1321
|
}[][] | undefined;
|
|
@@ -1495,7 +1495,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1495
1495
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
1496
1496
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
1497
1497
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
1498
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"]>;
|
|
1498
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
|
|
1499
1499
|
objectId: z.ZodString;
|
|
1500
1500
|
name: z.ZodString;
|
|
1501
1501
|
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>]>]>>>;
|
|
@@ -1538,7 +1538,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1538
1538
|
};
|
|
1539
1539
|
executionId: string;
|
|
1540
1540
|
scenarioId: string;
|
|
1541
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1541
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1542
1542
|
objectId: string;
|
|
1543
1543
|
address?: string | null | undefined;
|
|
1544
1544
|
}, {
|
|
@@ -1552,7 +1552,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1552
1552
|
};
|
|
1553
1553
|
executionId: string;
|
|
1554
1554
|
scenarioId: string;
|
|
1555
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1555
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1556
1556
|
objectId: string;
|
|
1557
1557
|
address?: string | null | undefined;
|
|
1558
1558
|
}>, "many">, "many">>;
|
|
@@ -1571,7 +1571,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1571
1571
|
};
|
|
1572
1572
|
executionId: string;
|
|
1573
1573
|
scenarioId: string;
|
|
1574
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1574
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1575
1575
|
objectId: string;
|
|
1576
1576
|
address?: string | null | undefined;
|
|
1577
1577
|
}[][] | undefined;
|
|
@@ -1590,7 +1590,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1590
1590
|
};
|
|
1591
1591
|
executionId: string;
|
|
1592
1592
|
scenarioId: string;
|
|
1593
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1593
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1594
1594
|
objectId: string;
|
|
1595
1595
|
address?: string | null | undefined;
|
|
1596
1596
|
}[][] | undefined;
|
|
@@ -1696,7 +1696,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1696
1696
|
};
|
|
1697
1697
|
executionId: string;
|
|
1698
1698
|
scenarioId: string;
|
|
1699
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1699
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1700
1700
|
objectId: string;
|
|
1701
1701
|
address?: string | null | undefined;
|
|
1702
1702
|
}[][] | undefined;
|
|
@@ -1760,7 +1760,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1760
1760
|
};
|
|
1761
1761
|
executionId: string;
|
|
1762
1762
|
scenarioId: string;
|
|
1763
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1763
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1764
1764
|
objectId: string;
|
|
1765
1765
|
address?: string | null | undefined;
|
|
1766
1766
|
}[][] | undefined;
|
|
@@ -1828,7 +1828,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1828
1828
|
};
|
|
1829
1829
|
executionId: string;
|
|
1830
1830
|
scenarioId: string;
|
|
1831
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1831
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1832
1832
|
objectId: string;
|
|
1833
1833
|
address?: string | null | undefined;
|
|
1834
1834
|
}[][] | undefined;
|
|
@@ -1897,7 +1897,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1897
1897
|
};
|
|
1898
1898
|
executionId: string;
|
|
1899
1899
|
scenarioId: string;
|
|
1900
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies";
|
|
1900
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1901
1901
|
objectId: string;
|
|
1902
1902
|
address?: string | null | undefined;
|
|
1903
1903
|
}[][] | undefined;
|
package/dist/{identity-api.schema-2fc29810.cjs.prod.cjs → identity-api.schema-811f0ff1.cjs.prod.cjs}
RENAMED
|
@@ -406,14 +406,14 @@ function oldCredentialPathToDataLink(path, credentialType) {
|
|
|
406
406
|
};
|
|
407
407
|
}
|
|
408
408
|
|
|
409
|
-
var SCENARIO_ACTION_TYPES = ["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"];
|
|
409
|
+
var SCENARIO_ACTION_TYPES = ["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"];
|
|
410
410
|
var ActionType = z.z["enum"](SCENARIO_ACTION_TYPES);
|
|
411
411
|
var ACTION_TRIGGERS = ["ON_TRUE", "ON_FALSE", "ALWAYS"];
|
|
412
412
|
var ActionTrigger = z.z["enum"](ACTION_TRIGGERS);
|
|
413
413
|
var ACTION_STATUSES = ["ENABLED", "DISABLED"];
|
|
414
414
|
var ActionStatus = z.z["enum"](ACTION_STATUSES);
|
|
415
415
|
var ActionValue = z.z.string();
|
|
416
|
-
var ScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"];
|
|
416
|
+
var ScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "DatasetMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"];
|
|
417
417
|
var ScenarioType = z.z["enum"](ScenarioTypes);
|
|
418
418
|
var ScenarioModes = ["INTERNAL", "EXTERNAL"];
|
|
419
419
|
var ScenarioMode = z.z["enum"](ScenarioModes);
|
|
@@ -428,7 +428,7 @@ var ScenarioSchema = z.z.object({
|
|
|
428
428
|
}),
|
|
429
429
|
status: z.z["enum"]([ScenarioStatus.Enum.enabled, ScenarioStatus.Enum.disabled]).optional()
|
|
430
430
|
});
|
|
431
|
-
var BackwardsCompatibleScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"];
|
|
431
|
+
var BackwardsCompatibleScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"];
|
|
432
432
|
var BackwardsCompatibleScenarioType = z.z["enum"](BackwardsCompatibleScenarioTypes);
|
|
433
433
|
var BaseQueryResponse = z.z.object({
|
|
434
434
|
result: z.z.object({
|
|
@@ -404,14 +404,14 @@ function oldCredentialPathToDataLink(path, credentialType) {
|
|
|
404
404
|
};
|
|
405
405
|
}
|
|
406
406
|
|
|
407
|
-
var SCENARIO_ACTION_TYPES = ["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"];
|
|
407
|
+
var SCENARIO_ACTION_TYPES = ["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"];
|
|
408
408
|
var ActionType = z["enum"](SCENARIO_ACTION_TYPES);
|
|
409
409
|
var ACTION_TRIGGERS = ["ON_TRUE", "ON_FALSE", "ALWAYS"];
|
|
410
410
|
var ActionTrigger = z["enum"](ACTION_TRIGGERS);
|
|
411
411
|
var ACTION_STATUSES = ["ENABLED", "DISABLED"];
|
|
412
412
|
var ActionStatus = z["enum"](ACTION_STATUSES);
|
|
413
413
|
var ActionValue = z.string();
|
|
414
|
-
var ScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"];
|
|
414
|
+
var ScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "DatasetMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"];
|
|
415
415
|
var ScenarioType = z["enum"](ScenarioTypes);
|
|
416
416
|
var ScenarioModes = ["INTERNAL", "EXTERNAL"];
|
|
417
417
|
var ScenarioMode = z["enum"](ScenarioModes);
|
|
@@ -426,7 +426,7 @@ var ScenarioSchema = z.object({
|
|
|
426
426
|
}),
|
|
427
427
|
status: z["enum"]([ScenarioStatus.Enum.enabled, ScenarioStatus.Enum.disabled]).optional()
|
|
428
428
|
});
|
|
429
|
-
var BackwardsCompatibleScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"];
|
|
429
|
+
var BackwardsCompatibleScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"];
|
|
430
430
|
var BackwardsCompatibleScenarioType = z["enum"](BackwardsCompatibleScenarioTypes);
|
|
431
431
|
var BaseQueryResponse = z.object({
|
|
432
432
|
result: z.object({
|
package/dist/{identity-api.schema-fe5cd087.cjs.dev.cjs → identity-api.schema-df43e545.cjs.dev.cjs}
RENAMED
|
@@ -406,14 +406,14 @@ function oldCredentialPathToDataLink(path, credentialType) {
|
|
|
406
406
|
};
|
|
407
407
|
}
|
|
408
408
|
|
|
409
|
-
var SCENARIO_ACTION_TYPES = ["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"];
|
|
409
|
+
var SCENARIO_ACTION_TYPES = ["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"];
|
|
410
410
|
var ActionType = z.z["enum"](SCENARIO_ACTION_TYPES);
|
|
411
411
|
var ACTION_TRIGGERS = ["ON_TRUE", "ON_FALSE", "ALWAYS"];
|
|
412
412
|
var ActionTrigger = z.z["enum"](ACTION_TRIGGERS);
|
|
413
413
|
var ACTION_STATUSES = ["ENABLED", "DISABLED"];
|
|
414
414
|
var ActionStatus = z.z["enum"](ACTION_STATUSES);
|
|
415
415
|
var ActionValue = z.z.string();
|
|
416
|
-
var ScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"];
|
|
416
|
+
var ScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "DatasetMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"];
|
|
417
417
|
var ScenarioType = z.z["enum"](ScenarioTypes);
|
|
418
418
|
var ScenarioModes = ["INTERNAL", "EXTERNAL"];
|
|
419
419
|
var ScenarioMode = z.z["enum"](ScenarioModes);
|
|
@@ -428,7 +428,7 @@ var ScenarioSchema = z.z.object({
|
|
|
428
428
|
}),
|
|
429
429
|
status: z.z["enum"]([ScenarioStatus.Enum.enabled, ScenarioStatus.Enum.disabled]).optional()
|
|
430
430
|
});
|
|
431
|
-
var BackwardsCompatibleScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"];
|
|
431
|
+
var BackwardsCompatibleScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"];
|
|
432
432
|
var BackwardsCompatibleScenarioType = z.z["enum"](BackwardsCompatibleScenarioTypes);
|
|
433
433
|
var BaseQueryResponse = z.z.object({
|
|
434
434
|
result: z.z.object({
|
|
@@ -4,10 +4,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('./vault.schema-ed6f19b1.cjs.dev.cjs');
|
|
6
6
|
var z = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-df43e545.cjs.dev.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-1b431986.cjs.dev.cjs');
|
|
9
9
|
var vault_dist_nexeraidIdentitySchemasVault = require('../vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs');
|
|
10
|
-
var notabene_schema = require('./notabene.schema-
|
|
10
|
+
var notabene_schema = require('./notabene.schema-13a3005a.cjs.dev.cjs');
|
|
11
11
|
require('nanoid');
|
|
12
12
|
require('decimal.js');
|
|
13
13
|
require('crypto');
|
|
@@ -4,10 +4,10 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('./vault.schema-229df6cc.cjs.prod.cjs');
|
|
6
6
|
var z = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-811f0ff1.cjs.prod.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-bdf8e874.cjs.prod.cjs');
|
|
9
9
|
var vault_dist_nexeraidIdentitySchemasVault = require('../vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs');
|
|
10
|
-
var notabene_schema = require('./notabene.schema-
|
|
10
|
+
var notabene_schema = require('./notabene.schema-c4326fc2.cjs.prod.cjs');
|
|
11
11
|
require('nanoid');
|
|
12
12
|
require('decimal.js');
|
|
13
13
|
require('crypto');
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { _ as _defineProperty } from './vault.schema-2bc02e40.esm.mjs';
|
|
2
2
|
export { W as ACTIVE_APTOS_CHAIN_IDS, M as ACTIVE_BITCOIN_CHAIN_IDS, a7 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, a1 as ACTIVE_POLKADOT_CHAIN_IDS, G as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, b4 as ALPHA_2_COUNTRIES, V as APTOS_CHAIN_IDS, R as APTOS_CHAIN_NAMES, U as APTOS_CHAIN_NAMES_LIST, aU as AbiItem, dz as AccountId_NEW, bO as AccountPrefix_NEW, cU as ActionId, cs as ActionPrefix, d_ as AdditionalCustomerInformationParams, cA as AiAgentPrefix, cz as AiDocumentPrefix, cx as AiExecutionPrefix, cy as AiExecutionStepPrefix, cF as AiMessagePrefix, cB as AiStepPrefix, b5 as Alpha2Country, fU as AmlResults, dB as ApiKeyId_NEW, bQ as ApiKeyPrefix_NEW, cO as AppId, bC as AppPrefix, af as AptosAddress, X as AptosChainId, aI as AptosSignature, fd as AuditAction, L as BITCOIN_CHAIN_IDS, J as BITCOIN_CHAIN_NAMES, K as BITCOIN_CHAIN_NAMES_LIST, ay as BLOCKCHAIN_NAMESPACES, aG as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aF as BLOCKCHAIN_NAMESPACE_TO_NAME, aE as BLOCKCHAIN_NAME_TO_NAMESPACE, bq as BasicCustomerContactInformation, at as BitcoinAddress, ap as BitcoinBech32Address, O as BitcoinChainId, an as BitcoinP2PKHAddress, ao as BitcoinP2SHAddress, as as BitcoinTestnetBech32Address, aq as BitcoinTestnetP2PKHAddress, ar as BitcoinTestnetP2SHAddress, au as BlockchainAddress, B as BlockchainId, az as BlockchainNamespace, aR as BlockchainSignature, a6 as CARDANO_CHAIN_IDS, a4 as CARDANO_CHAIN_NAMES, a5 as CARDANO_CHAIN_NAMES_LIST, k as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, br as CUSTOMERS_CHARTS, bv as CUSTOMER_AUTOMATION_REASONS, bt as CUSTOMER_TABLE_COLUMNS, am as CardanoAddress, a8 as CardanoChainId, aQ as CardanoSignature, cP as ChallengeId, bD as ChallengePrefix, dN as ChatId, dt as ChatItemId, cE as ChatItemPrefix, cC as ChatPrefix, dj as ComplyAdvantageSearchUpdateId, cu as ComplyAdvantageSearchUpdatePrefix, ai as CosmosAddress, m as CosmosChainId, aL as CosmosSignature, b8 as CountryName, fh as CreateBulkTransactionFeesParams, fy as CreateInsitutionExtractedInfosOutput, fl as CreateInsitutionOutput, fw as CreateTransactionExtractedInfosOutput, fg as CreateTransactionFeesParams, fj as CreateTransactionInfosOutput, fx as CreateTransactionMethodExtractedInfoOutput, fk as CreateTransactionMethodOutput, fv as CreateTransactionOutput, fm as CreateTransactionPartiesOutput, fn as CreateTransactionReviewOutput, b2 as CryptoCode, b1 as CryptoCodes, b0 as CurrencyCode, a$ as CurrencyCodes, e3 as CustomerId, bn as CustomerOnboardingLevel, bm as CustomerOnboardingLevels, bw as CustomerPersonalInformation, cR as CustomerScreeningId, bp as CustomerStatus, bo as CustomerStatuses, bu as CustomerTableColumn, bh as CustomerType, bg as CustomerTypes, bs as CustomersChartType, f9 as DEFAULT_FIAT_CURRENCY, aC as DISPLAYED_BLOCKCHAIN_NAMESPACES, av as DashboardAddress, D as DashboardChainId, a as DashboardChainIdList, fZ as DataLinkTypeZodSchema, fX as DataLinkVersionZodSchema, cW as DatasetColumnId, cY as DatasetColumnOptionId, c1 as DatasetColumnOptionPrefix, b$ as DatasetColumnPrefix, cX as DatasetColumnTypeId, c0 as DatasetColumnTypePrefix, d2 as DatasetFolderId, c7 as DatasetFolderPrefix, d1 as DatasetFormQuestionId, c6 as DatasetFormQuestionPrefix, cV as DatasetId, d3 as DatasetJobId, c8 as DatasetJobPrefix, b_ as DatasetPrefix, cZ as DatasetRowId, c2 as DatasetRowPrefix, c_ as DatasetRowValueId, c3 as DatasetRowValuePrefix, d0 as DatasetViewFilterId, c5 as DatasetViewFilterPrefix, c$ as DatasetViewId, c4 as DatasetViewPrefix, dH as DepartmentId_NEW, bW as DepartmentPrefix_NEW, fV as DetectedDuplicates, aD as DisplayedBlockchainNamespace, aH as EIP155Signature, aV as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aM as EdSignature, cM as EmailId, bA as EmailPrefix, aW as EnvironmentSchema, dn as EvaluationMethodId, cr as EvaluationMethodPrefix, ac as EvmAddress, h as EvmChainId, e4 as ExternalCustomerId, dP as FLOW_TYPES, dQ as FlowType, aS as FunctionCallData, g8 as GenericVaultDataLinkZodSchema, g7 as GenericVaultEmbeddedLinkZodSchema, g5 as GenericVaultPointerLinkZodSchema, g6 as GenericVaultSearchLinkZodSchema, eo as GenericVerifiableCredentialSchema, fK as GetAverageHistoricalAmountOutput, fJ as GetAverageHistoricalAmountParams, fM as GetDailyAggregatedAmountInboundOutput, fL as GetDailyAggregatedAmountInboundParams, fO as GetMedianHistoricalAmountOutput, fN as GetMedianHistoricalAmountParams, fF as GetOneTransactionOutput, fe as GetTransactionAuditsParams, fu as GetTransactionByExternalIdParams, fi as GetTransactionFeesOutput, fP as GetTransactionHistoricalAveragesParams, ft as GetTransactionParams, fR as GetTransactionReviewOutput, fQ as GetTransactionReviewParams, fT as GetTransactionReviewsOutput, fS as GetTransactionReviewsParams, fA as GetTransactionStatsOutput, fz as GetTransactionStatsParams, fC as GetTransactionsCountOutput, fB as GetTransactionsCountParams, fs as GetTransactionsForAlertOutput, fr as GetTransactionsForAlertParams, fH as GetTransactionsOutput, fG as GetTransactionsOutputData, fE as GetTransactionsParams, ax as HexadecimalSchema, eW as HumanReadableTransactionReviewStatus, eV as HumanReadableTransactionReviewStatuses, eY as HumanReadableTransactionStatusMapping, eu as ID3CredentialSchema, ea as ID3CredentialSubjectSchema, dT as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dV as IDENTITY_DOCUMENT_OPTIONS, er as IDImageCredentialSchema, el as IDImageCredentialSubjectSchema, eq as IDInformationCredentialSchema, ek as IDInformationCredentialSubjectSchema, ep as IDInformationTfheCredentialSchema, ej as IDInformationTfheCredentialSubjectSchema, ev as IDScanCredentialSchema, eb as IDScanCredentialSubjectSchema, ew as IDScanPassportCredentialSchema, ec as IDScanPassportCredentialSubjectSchema, ex as IDScanSelfieCredentialSchema, ed as IDScanSelfieCredentialSubjectSchema, b3 as ISO3CountryCode, dZ as Identifier, e6 as IdentityAppV2Web2JWT, e5 as IdentityAppV2Web3JWT, dU as IdentityDocumentCountryListOption, dW as IdentityDocumentOptionsType, cK as IdentityId, by as IdentityPrefix, cL as IdentitySessionId, bz as IdentitySessionPrefix, e7 as IdentityWidgetAccessToken_NEW, e8 as IdentityWidgetSessionToken, bF as IndividualScreeningPrefix, dh as InstitutionExtractedInfosId, cm as InstitutionExtractedInfosPrefix, dg as InstitutionId, cl as InstitutionPrefix, dC as InvitationId_NEW, bR as InvitationPrefix_NEW, a_ as IpAddress, bl as KybOnboardingLevel, bk as KybOnboardingLevels, bj as KycOnboardingLevel, bi as KycOnboardingLevels, e1 as MemberId, dM as MemberIdLegacy, dw as MemberId_NEW, bL as MemberPrefix_NEW, dO as MessageId, cD as MessagePrefix, d4 as MetaAlertId, c9 as MetaAlertPrefix, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, Q as NEXERA_APTOS_CHAINS, I as NEXERA_BITCOIN_CHAINS, a3 as NEXERA_CARDANO_CHAINS, i as NEXERA_COSMOS_CHAINS, b as NEXERA_EVM_CHAINS, e as NEXERA_EVM_CHAINS_ID, c as NEXERA_EVM_CHAIN_NAMES, d as NEXERA_EVM_CHAIN_NAMES_LIST, Y as NEXERA_POLKADOT_CHAINS, x as NEXERA_SOLANA_CHAINS, t as NEXERA_STARKNET_CHAINS, v as NEXERA_STARKNET_CHAIN_IDS, u as NEXERA_STARKNET_CHAIN_NAMES, n as NEXERA_TEZOS_CHAINS, q as NEXERA_TEZOS_CHAIN_IDS, o as NEXERA_TEZOS_CHAIN_NAMES, p as NEXERA_TEZOS_CHAIN_NAMES_LIST, f as NexeraEvmChains, N as NonTestnetBlockchainId, eC as OLD_AMLScreeningsResultsCredentialSchema, ei as OLD_AMLScreeningsResultsCredentialSubjectSchema, ey as OLD_IDImageCredentialSchema, ee as OLD_IDImageCredentialSubjectSchema, ez as OLD_IDInformationCredentialSchema, ef as OLD_IDInformationCredentialSubjectSchema, eA as OLD_ProofOfResidenceCredentialSchema, eg as OLD_ProofOfResidenceCredentialSubjectSchema, eB as OLD_SelfieImageCredentialSchema, eh as OLD_SelfieImageCredentialSubjectSchema, d$ as OrganizationId, dv as OrganizationId_NEW, bK as OrganizationPrefix_NEW, dG as OrganizationRoleId_NEW, bV as OrganizationRolePrefix_NEW, aY as OtpCode, aO as P2Signature, dX as PERSONAL_INFORMATION_FIELDS, a0 as POLKADOT_CHAIN_IDS, Z as POLKADOT_CHAIN_NAMES, $ as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aZ as PUBLIC_SERVICES_SCHEMA_MAP, dD as PasskeyId_NEW, bS as PasskeyPrefix_NEW, f4 as PaymentType, f3 as PaymentTypes, dY as PersonalInformationFieldsIdentityDocuments, ah as PolkadotAddress, a2 as PolkadotChainId, aK as PolkadotSignature, s as PolygonNetworkNames, ff as PostValidatedCurrencyCode, aa as PrivateKey, et as ProofOfResidenceCredentialSchema, en as ProofOfResidenceCredentialSubjectSchema, ab as PublicKey, dm as QueryGroupId, cq as QueryGroupPrefix, dl as QueryId, cp as QueryPrefix, bf as RiskScoreType, be as RiskScoreTypes, F as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, aA as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, dk as ScenarioId, co as ScenarioPrefix, dp as ScorechainAnalysisId, bI as ScorechainAnalysisPrefix, bc as ScorechainCountry, ga as ScorechainEntityRecord, es as SelfieImageCredentialSchema, em as SelfieImageCredentialSubjectSchema, dy as SessionId_NEW, bN as SessionPrefix_NEW, cS as SigGatingId, bG as SigGatingPrefix, H as SolanaChainId, aN as SpSignature, ds as SsssChunkId, cw as SsssChunkPrefix, dr as SsssShareId, cv as SsssSharePrefix, ag as StarknetAddress, S as StarknetChainId, aJ as StarknetSignature, cJ as StorageId, bx as StoragePrefix, aw as String0x, aB as SupportedBlockchainNamespaceForSignatureAuth, fa as TRANSACTIONS_STATS_CURRENCIES, eJ as TRANSACTION_CHARTS, eL as TRANSACTION_TABLE_COLUMNS, eF as Tag, cT as TagId, bH as TagPrefix, eG as TagTitle, d5 as TagsToEntityId, ca as TagsToEntityPrefix, dI as TeamId_NEW, dJ as TeamMemberId_NEW, bY as TeamMemberPrefix_NEW, bX as TeamPrefix_NEW, dK as TeamRoleGrantId_NEW, bZ as TeamRoleGrantPrefix_NEW, cQ as TestId, bE as TestPrefix, al as TezosAddress, T as TezosChainId, ak as TezosContractAddress, aT as TezosEntrypointName, aj as TezosImplicitAddress, aP as TezosSignature, g9 as TimeFrameCounters, d8 as TransactionActivityId, cd as TransactionActivityPrefix, d6 as TransactionAddressesId, cb as TransactionAddressesPrefix, di as TransactionAmountId, cn as TransactionAmountPrefix, f8 as TransactionAmountsFieldName, f7 as TransactionAmountsFieldNames, fI as TransactionAmountsToConvert, f0 as TransactionCurrencyCode, e$ as TransactionCurrencyCodes, fc as TransactionDataEventObject, e_ as TransactionDirection, eZ as TransactionDirections, dd as TransactionExtractedInfosId, ci as TransactionExtractedInfosPrefix, d9 as TransactionFeesId, ce as TransactionFeesPrefix, d7 as TransactionId, dc as TransactionInfosId, ch as TransactionInfosPrefix, df as TransactionMethodExtractedInfosId, ck as TransactionMethodExtractedInfosPrefix, de as TransactionMethodsId, cj as TransactionMethodsPrefix, db as TransactionPartiesId, cg as TransactionPartiesPrefix, f6 as TransactionPartiesType, f5 as TransactionPartiesTypes, cc as TransactionPrefix, f2 as TransactionProvider, f1 as TransactionProviders, da as TransactionReviewId, cf as TransactionReviewPrefix, eU as TransactionReviewStatus, eT as TransactionReviewStatuses, eS as TransactionRiskLevel, eR as TransactionRiskLevels, gh as TransactionScreeningData, gj as TransactionScreeningProvider, gi as TransactionScreeningProviders, fb as TransactionStatsCurrency, eX as TransactionStatusMapping, eM as TransactionTableColumn, eO as TransactionType, eQ as TransactionTypeWithAll, eN as TransactionTypes, eP as TransactionTypesWithAll, eK as TransactionsChartType, ad as TxHash, eE as TypeTag, eD as TypeTags, fq as UpdateTransactionReviewOutput, fo as UpdateTransactionReviewParams, fp as UpdateTransactionsReviewParams, du as UserId_NEW, bJ as UserPrefix_NEW, aX as UuidString, f_ as VaultJsonSchemas, g4 as VaultMetadataLinkZodSchema, g2 as VaultPointerKeyMapZodSchema, g3 as VaultQueryMapZodSchema, g0 as VaultSchemaIdZodSchema, g1 as VaultSchemaPathsZodSchema, f$ as VaultZodSchema, dA as VerificationId_NEW, dS as VerificationMode, dR as VerificationModes, bP as VerificationPrefix_NEW, eI as WORKFLOW_TYPE_TO_TAG_TYPE, cN as WalletId, bB as WalletPrefix, gb as WalletScreeningData, gd as WalletScreeningProvider, ge as WalletScreeningProviderName, gc as WalletScreeningProviders, e9 as Web2CreateSessionParams, gf as Web3ArgsType, gg as Web3TransactionData, e2 as WorkflowId, dq as WorkflowSessionAttributeId, ct as WorkflowSessionAttributePrefix, cG as WorkflowSessionId, e0 as WorkspaceId, dx as WorkspaceId_NEW, dE as WorkspaceMemberId_NEW, bT as WorkspaceMemberPrefix_NEW, bM as WorkspacePrefix_NEW, dF as WorkspaceRoleId_NEW, bU as WorkspaceRolePrefix_NEW, fY as allDataLinkTypes, fW as allDataLinkVersions, b7 as countryISO2toISO3Mapping, b6 as countryISO3toISO2Mapping, cH as createBrandedSchemaId, cI as createBrandedSchemaIdWithParams, dL as generateId, eH as getTagTypeFromEntityType, fD as initializeStatistics, a9 as isValidAddress, b9 as isoCountriesNameFromISO2, ba as isoCountriesNameFromISO3, bb as parseISO3CountryCode, bd as scorechainCountriesNameFromISO2, ae as shortBlockchainAddress } from './vault.schema-2bc02e40.esm.mjs';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
5
|
-
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b8 as ARRAY_OPERATORS, aM as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bo as AllCredentialValues, c4 as AllScenarioExecutionAuthorizationData, bY as AnyTxAuthDataSignatureResponse, b$ as AnyTxAuthInputJsSdk, bR as ApiTezosTxAuthInput, bL as ApiTxAuthInput, b9 as ArrayOperator, aU as AuthQrCodeData, ap as AuthSession, ar as AuthSessionData, aP as AuthorizationRequestMessage, aO as AuthorizationRequestMessageType, aN as AuthorizationRequestMessageTypes, aS as AuthorizationResponseMessage, n as AvailableFlow, be as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, bf as BooleanOperator, aJ as CIRCUIT_IDS, bz as ChallengeQuerySchema, as as ChallengeResponse, aK as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, c3 as CreateAuthRequestProps, a6 as CreateTemplateScenario, cf as CredentialMediaType, ca as CredentialNames, aT as CredentialQrCodeData, c9 as CredentialSchemas, cd as CredentialType, C as CredentialTypes, bg as DATE_OPERATORS, bi as DISPLAY_MODE, D as DataAvailableOnStart, bh as DateOperator, bj as DisplayMode, bZ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bX as ExtendedTezosTxAuthDataSignatureResponse, bV as ExtendedTezosTxAuthInput, bW as ExtendedTxAuthDataSignatureResponse, bU as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, av as GetCustomerStatusRequest, aA as GetCustomerStatusResponse, bT as GetTezosTxAuthDataSignatureResponse, bO as GetTxAuthDataSignatureFailureResponse, bP as GetTxAuthDataSignatureResponse, bN as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aD as HostMessage, am as HostRequestMessage, H as HostResponseMessage, bn as IDInformationTfhe, aB as IdentityAppMessage, aE as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, aw as IdentitySdkMessage, ax as IdentitySdkMessageWithIdentifier, aC as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, cg as Language, aH as MediaType, aI as MediaTypePID, aq as MobileExchangeTokenResponse, bc as NUMERIC_OPERATORS, cb as NexeraCredentialType, bd as NumericOperator, bA as OLD_CHALLENGE_QUERY_OPERATORS, bB as OLD_ChallengeQueryOperator, bE as OLD_ChallengeQueryOperatorToOperator, bw as OLD_ChallengeQuerySchema, bG as OLD_QueryCredentialType, bF as OLD_QueryCredentialTypes, b0 as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, b1 as Operator, bC as OperatorMappings, bD as OperatorToOLD_ChallengeQueryOperator, bv as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, c2 as PrivacyPreservingMonitoring, aQ as ProofData, a_ as QUERY_LOGIC_OPERATOR, aV as QrCodeLinkWithSchemaType, bp as QueriesOptions, bs as QueryConfigSimplified, br as QueryConfigTfhe, by as QueryCredentialType, bx as QueryCredentialTypes, bt as QueryGroupConfigSimplified, a$ as QueryLogicOperator, bq as QueryType, aF as RequiredDataRowSchema, aG as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bu as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, b3 as RuleTimeframe, r as SCENARIO_ACTION_TYPES, c5 as SCENARIO_AUTHORIZATION_STATUSES, ba as STRING_OPERATORS, bk as SUPPORTED_TYPES, S as ScenarioAuthorizationData, c6 as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, aZ as SpecialDataSetType, aY as SpecialDataSetTypes, h as StartCompletedNotification, af as StartFlowRequest, bb as StringOperator, bl as SupportedQueryInputType, bm as SupportedQueryInputTypes, b2 as TIMEFRAME, a5 as TemplateScenario, bQ as TezosTxAuthInput, b_ as TezosTxAuthInputJsSdk, bS as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, az as TxAuthDataSignatureGatingError, au as TxAuthDataSignatureGatingRequest, ay as TxAuthDataSignatureResponse, bK as TxAuthInput, bM as TxSignatureResponse, ce as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, c8 as VerifyWalletChallengeRequest, at as WalletSignResponse, c7 as WalletSignatureResponse, b4 as ZKPOperator, c0 as ZKPRequest, c1 as ZKPRequestFromZKVerifier, aL as ZeroKnowledgeProofRequest, aR as ZeroKnowledgeProofResponse, cc as getCredentialName, bI as getOldCredentialPath, bH as getOldCredentialType, bJ as oldCredentialPathToDataLink, b5 as operatorDisplayMap, aW as parseIden3Message, aX as parseSessionIdFromUrl, b7 as timeframeAlertDisplayMap, b6 as timeframeDisplayMap } from './identity-api.schema-
|
|
6
|
-
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-
|
|
4
|
+
import { C as CredentialTypes } from './identity-api.schema-be8d85cd.esm.mjs';
|
|
5
|
+
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b8 as ARRAY_OPERATORS, aM as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bo as AllCredentialValues, c4 as AllScenarioExecutionAuthorizationData, bY as AnyTxAuthDataSignatureResponse, b$ as AnyTxAuthInputJsSdk, bR as ApiTezosTxAuthInput, bL as ApiTxAuthInput, b9 as ArrayOperator, aU as AuthQrCodeData, ap as AuthSession, ar as AuthSessionData, aP as AuthorizationRequestMessage, aO as AuthorizationRequestMessageType, aN as AuthorizationRequestMessageTypes, aS as AuthorizationResponseMessage, n as AvailableFlow, be as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, bf as BooleanOperator, aJ as CIRCUIT_IDS, bz as ChallengeQuerySchema, as as ChallengeResponse, aK as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, c3 as CreateAuthRequestProps, a6 as CreateTemplateScenario, cf as CredentialMediaType, ca as CredentialNames, aT as CredentialQrCodeData, c9 as CredentialSchemas, cd as CredentialType, C as CredentialTypes, bg as DATE_OPERATORS, bi as DISPLAY_MODE, D as DataAvailableOnStart, bh as DateOperator, bj as DisplayMode, bZ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bX as ExtendedTezosTxAuthDataSignatureResponse, bV as ExtendedTezosTxAuthInput, bW as ExtendedTxAuthDataSignatureResponse, bU as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, av as GetCustomerStatusRequest, aA as GetCustomerStatusResponse, bT as GetTezosTxAuthDataSignatureResponse, bO as GetTxAuthDataSignatureFailureResponse, bP as GetTxAuthDataSignatureResponse, bN as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aD as HostMessage, am as HostRequestMessage, H as HostResponseMessage, bn as IDInformationTfhe, aB as IdentityAppMessage, aE as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, aw as IdentitySdkMessage, ax as IdentitySdkMessageWithIdentifier, aC as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, cg as Language, aH as MediaType, aI as MediaTypePID, aq as MobileExchangeTokenResponse, bc as NUMERIC_OPERATORS, cb as NexeraCredentialType, bd as NumericOperator, bA as OLD_CHALLENGE_QUERY_OPERATORS, bB as OLD_ChallengeQueryOperator, bE as OLD_ChallengeQueryOperatorToOperator, bw as OLD_ChallengeQuerySchema, bG as OLD_QueryCredentialType, bF as OLD_QueryCredentialTypes, b0 as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, b1 as Operator, bC as OperatorMappings, bD as OperatorToOLD_ChallengeQueryOperator, bv as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, c2 as PrivacyPreservingMonitoring, aQ as ProofData, a_ as QUERY_LOGIC_OPERATOR, aV as QrCodeLinkWithSchemaType, bp as QueriesOptions, bs as QueryConfigSimplified, br as QueryConfigTfhe, by as QueryCredentialType, bx as QueryCredentialTypes, bt as QueryGroupConfigSimplified, a$ as QueryLogicOperator, bq as QueryType, aF as RequiredDataRowSchema, aG as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bu as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, b3 as RuleTimeframe, r as SCENARIO_ACTION_TYPES, c5 as SCENARIO_AUTHORIZATION_STATUSES, ba as STRING_OPERATORS, bk as SUPPORTED_TYPES, S as ScenarioAuthorizationData, c6 as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, aZ as SpecialDataSetType, aY as SpecialDataSetTypes, h as StartCompletedNotification, af as StartFlowRequest, bb as StringOperator, bl as SupportedQueryInputType, bm as SupportedQueryInputTypes, b2 as TIMEFRAME, a5 as TemplateScenario, bQ as TezosTxAuthInput, b_ as TezosTxAuthInputJsSdk, bS as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, az as TxAuthDataSignatureGatingError, au as TxAuthDataSignatureGatingRequest, ay as TxAuthDataSignatureResponse, bK as TxAuthInput, bM as TxSignatureResponse, ce as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, c8 as VerifyWalletChallengeRequest, at as WalletSignResponse, c7 as WalletSignatureResponse, b4 as ZKPOperator, c0 as ZKPRequest, c1 as ZKPRequestFromZKVerifier, aL as ZeroKnowledgeProofRequest, aR as ZeroKnowledgeProofResponse, cc as getCredentialName, bI as getOldCredentialPath, bH as getOldCredentialType, bJ as oldCredentialPathToDataLink, b5 as operatorDisplayMap, aW as parseIden3Message, aX as parseSessionIdFromUrl, b7 as timeframeAlertDisplayMap, b6 as timeframeDisplayMap } from './identity-api.schema-be8d85cd.esm.mjs';
|
|
6
|
+
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-a1b143fb.esm.mjs';
|
|
7
7
|
export { Separator, computeVaultKey, generateZodObjectPaths, resolvePathOnDataSchema, resolvePathOnMapSchema } from '../vault/dist/nexeraid-identity-schemas-vault.esm.mjs';
|
|
8
|
-
import { N as NotabeneTxCreateStatus } from './notabene.schema-
|
|
8
|
+
import { N as NotabeneTxCreateStatus } from './notabene.schema-f13aaf80.esm.mjs';
|
|
9
9
|
import 'nanoid';
|
|
10
10
|
import 'decimal.js';
|
|
11
11
|
import 'crypto';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var z = require('zod');
|
|
4
4
|
var vault_schema = require('./vault.schema-ed6f19b1.cjs.dev.cjs');
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-df43e545.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
8
8
|
|
package/dist/{notabene.schema-a5230165.cjs.prod.cjs → notabene.schema-c4326fc2.cjs.prod.cjs}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var z = require('zod');
|
|
4
4
|
var vault_schema = require('./vault.schema-229df6cc.cjs.prod.cjs');
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-811f0ff1.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import z$1, { z } from 'zod';
|
|
2
2
|
import { b5 as Alpha2Country, aX as UuidString, gk as _toConsumableArray, gn as ScoringAnalysisRequest, go as WorkflowsScoringAnalysisRequest, b3 as ISO3CountryCode, gm as _slicedToArray, cK as IdentityId, au as BlockchainAddress, az as BlockchainNamespace, cG as WorkflowSessionId, e0 as WorkspaceId, d$ as OrganizationId, bp as CustomerStatus, _ as _defineProperty, en as ProofOfResidenceCredentialSubjectSchema, bq as BasicCustomerContactInformation, dS as VerificationMode } from './vault.schema-2bc02e40.esm.mjs';
|
|
3
|
-
import { _ as SdkVerificationOutput, aV as QrCodeLinkWithSchemaType, cd as CredentialType } from './identity-api.schema-
|
|
3
|
+
import { _ as SdkVerificationOutput, aV as QrCodeLinkWithSchemaType, cd as CredentialType } from './identity-api.schema-be8d85cd.esm.mjs';
|
|
4
4
|
|
|
5
5
|
var IpQualityAnalysisRequest = z.object({
|
|
6
6
|
apiKey: z.string().nullish(),
|
package/dist/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var vault_schema = require('./vault.schema-ed6f19b1.cjs.dev.cjs');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-df43e545.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { gk as _toConsumableArray } from './vault.schema-2bc02e40.esm.mjs';
|
|
2
|
-
import { bl as SupportedQueryInputType, bc as NUMERIC_OPERATORS, b8 as ARRAY_OPERATORS, be as BOOLEAN_OPERATORS, ba as STRING_OPERATORS } from './identity-api.schema-
|
|
2
|
+
import { bl as SupportedQueryInputType, bc as NUMERIC_OPERATORS, b8 as ARRAY_OPERATORS, be as BOOLEAN_OPERATORS, ba as STRING_OPERATORS } from './identity-api.schema-be8d85cd.esm.mjs';
|
|
3
3
|
|
|
4
4
|
var VC_JSON_SCHEMA_MAP = {
|
|
5
5
|
ProofOfResidence: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var vault_schema = require('./vault.schema-229df6cc.cjs.prod.cjs');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-811f0ff1.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-df43e545.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('../../dist/vault.schema-ed6f19b1.cjs.dev.cjs');
|
|
8
8
|
require('nanoid');
|