@nexeraid/identity-schemas 2.226.0-dev → 2.227.0-atlas-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/config.schema.d.ts +5 -2
- package/dist/declarations/src/config.schema.d.ts.map +1 -1
- 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 +34 -34
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity-ids.schema.d.ts +9 -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/declarations/src/webhooks/svix.webhooks.schema.d.ts +3 -3
- package/dist/{identity-api.schema-ece7b90d.cjs.dev.cjs → identity-api.schema-16c8ebc4.cjs.dev.cjs} +3 -3
- package/dist/{identity-api.schema-f69c9758.esm.mjs → identity-api.schema-5fcf143b.esm.mjs} +3 -3
- package/dist/{identity-api.schema-f9009dc7.cjs.prod.cjs → identity-api.schema-b5ecad59.cjs.prod.cjs} +3 -3
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +9 -5
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +9 -5
- package/dist/nexeraid-identity-schemas.esm.mjs +7 -7
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-de77fe38.esm.mjs → tfhe-utilities-101f5dad.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-d8962a49.cjs.prod.cjs → tfhe-utilities-6c8461f8.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-240124a9.cjs.dev.cjs → tfhe-utilities-eef65873.cjs.dev.cjs} +2 -2
- package/dist/{toArray-54402429.esm.mjs → toArray-bd3d6a9d.esm.mjs} +1 -1
- package/dist/{toArray-59648854.cjs.dev.cjs → toArray-dd685560.cjs.dev.cjs} +1 -1
- package/dist/{toArray-61daffcd.cjs.prod.cjs → toArray-e476f120.cjs.prod.cjs} +1 -1
- package/dist/{vault.schema-ab1fa38a.cjs.prod.cjs → vault.schema-0a12d450.cjs.prod.cjs} +79 -4
- package/dist/{vault.schema-3b31068c.esm.mjs → vault.schema-240efc8f.esm.mjs} +76 -5
- package/dist/{vault.schema-b7bd8197.cjs.dev.cjs → vault.schema-3f345e7f.cjs.dev.cjs} +79 -4
- package/dist/{veriff-webhook.schema-126f3aa3.esm.mjs → veriff-webhook.schema-041f06e0.esm.mjs} +2 -2
- package/dist/{veriff-webhook.schema-afbdfa40.cjs.prod.cjs → veriff-webhook.schema-cf23046f.cjs.prod.cjs} +2 -2
- package/dist/{veriff-webhook.schema-23d9f688.cjs.dev.cjs → veriff-webhook.schema-cfcfd2a2.cjs.dev.cjs} +2 -2
- 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
|
@@ -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", "DatasetMonitoring"]>;
|
|
77
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring", "DocumentUpload"]>;
|
|
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" | "DatasetMonitoring";
|
|
120
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
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" | "DatasetMonitoring";
|
|
134
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
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" | "DatasetMonitoring";
|
|
153
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
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" | "DatasetMonitoring";
|
|
172
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
173
173
|
objectId: string;
|
|
174
174
|
address?: string | null | undefined;
|
|
175
175
|
}[][] | undefined;
|
|
@@ -223,7 +223,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
223
223
|
};
|
|
224
224
|
executionId: string;
|
|
225
225
|
scenarioId: string;
|
|
226
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
226
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
227
227
|
objectId: string;
|
|
228
228
|
address?: string | null | undefined;
|
|
229
229
|
}[][] | undefined;
|
|
@@ -270,7 +270,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
270
270
|
};
|
|
271
271
|
executionId: string;
|
|
272
272
|
scenarioId: string;
|
|
273
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
273
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
274
274
|
objectId: string;
|
|
275
275
|
address?: string | null | undefined;
|
|
276
276
|
}[][] | undefined;
|
|
@@ -305,7 +305,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
305
305
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
306
306
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
307
307
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
308
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
|
|
308
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring", "DocumentUpload"]>;
|
|
309
309
|
objectId: z.ZodString;
|
|
310
310
|
name: z.ZodString;
|
|
311
311
|
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>]>]>>>;
|
|
@@ -348,7 +348,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
348
348
|
};
|
|
349
349
|
executionId: string;
|
|
350
350
|
scenarioId: string;
|
|
351
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
351
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
352
352
|
objectId: string;
|
|
353
353
|
address?: string | null | undefined;
|
|
354
354
|
}, {
|
|
@@ -362,7 +362,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
362
362
|
};
|
|
363
363
|
executionId: string;
|
|
364
364
|
scenarioId: string;
|
|
365
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
365
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
366
366
|
objectId: string;
|
|
367
367
|
address?: string | null | undefined;
|
|
368
368
|
}>, "many">, "many">>;
|
|
@@ -381,7 +381,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
381
381
|
};
|
|
382
382
|
executionId: string;
|
|
383
383
|
scenarioId: string;
|
|
384
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
384
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
385
385
|
objectId: string;
|
|
386
386
|
address?: string | null | undefined;
|
|
387
387
|
}[][] | undefined;
|
|
@@ -400,7 +400,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
400
400
|
};
|
|
401
401
|
executionId: string;
|
|
402
402
|
scenarioId: string;
|
|
403
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
403
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
404
404
|
objectId: string;
|
|
405
405
|
address?: string | null | undefined;
|
|
406
406
|
}[][] | undefined;
|
|
@@ -481,7 +481,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
481
481
|
};
|
|
482
482
|
executionId: string;
|
|
483
483
|
scenarioId: string;
|
|
484
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
484
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
485
485
|
objectId: string;
|
|
486
486
|
address?: string | null | undefined;
|
|
487
487
|
}[][] | undefined;
|
|
@@ -535,7 +535,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
535
535
|
};
|
|
536
536
|
executionId: string;
|
|
537
537
|
scenarioId: string;
|
|
538
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
538
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
539
539
|
objectId: string;
|
|
540
540
|
address?: string | null | undefined;
|
|
541
541
|
}[][] | undefined;
|
|
@@ -577,7 +577,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
577
577
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
578
578
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
579
579
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
580
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
|
|
580
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring", "DocumentUpload"]>;
|
|
581
581
|
objectId: z.ZodString;
|
|
582
582
|
name: z.ZodString;
|
|
583
583
|
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>]>]>>>;
|
|
@@ -620,7 +620,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
620
620
|
};
|
|
621
621
|
executionId: string;
|
|
622
622
|
scenarioId: string;
|
|
623
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
623
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
624
624
|
objectId: string;
|
|
625
625
|
address?: string | null | undefined;
|
|
626
626
|
}, {
|
|
@@ -634,7 +634,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
634
634
|
};
|
|
635
635
|
executionId: string;
|
|
636
636
|
scenarioId: string;
|
|
637
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
637
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
638
638
|
objectId: string;
|
|
639
639
|
address?: string | null | undefined;
|
|
640
640
|
}>, "many">, "many">>;
|
|
@@ -653,7 +653,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
653
653
|
};
|
|
654
654
|
executionId: string;
|
|
655
655
|
scenarioId: string;
|
|
656
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
656
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
657
657
|
objectId: string;
|
|
658
658
|
address?: string | null | undefined;
|
|
659
659
|
}[][] | undefined;
|
|
@@ -672,7 +672,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
672
672
|
};
|
|
673
673
|
executionId: string;
|
|
674
674
|
scenarioId: string;
|
|
675
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
675
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
676
676
|
objectId: string;
|
|
677
677
|
address?: string | null | undefined;
|
|
678
678
|
}[][] | undefined;
|
|
@@ -764,7 +764,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
764
764
|
};
|
|
765
765
|
executionId: string;
|
|
766
766
|
scenarioId: string;
|
|
767
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
767
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
768
768
|
objectId: string;
|
|
769
769
|
address?: string | null | undefined;
|
|
770
770
|
}[][] | undefined;
|
|
@@ -823,7 +823,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
823
823
|
};
|
|
824
824
|
executionId: string;
|
|
825
825
|
scenarioId: string;
|
|
826
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
826
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
827
827
|
objectId: string;
|
|
828
828
|
address?: string | null | undefined;
|
|
829
829
|
}[][] | undefined;
|
|
@@ -1068,7 +1068,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1068
1068
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
1069
1069
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
1070
1070
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
1071
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
|
|
1071
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring", "DocumentUpload"]>;
|
|
1072
1072
|
objectId: z.ZodString;
|
|
1073
1073
|
name: z.ZodString;
|
|
1074
1074
|
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>]>]>>>;
|
|
@@ -1111,7 +1111,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1111
1111
|
};
|
|
1112
1112
|
executionId: string;
|
|
1113
1113
|
scenarioId: string;
|
|
1114
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1114
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
1115
1115
|
objectId: string;
|
|
1116
1116
|
address?: string | null | undefined;
|
|
1117
1117
|
}, {
|
|
@@ -1125,7 +1125,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1125
1125
|
};
|
|
1126
1126
|
executionId: string;
|
|
1127
1127
|
scenarioId: string;
|
|
1128
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1128
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
1129
1129
|
objectId: string;
|
|
1130
1130
|
address?: string | null | undefined;
|
|
1131
1131
|
}>, "many">, "many">>;
|
|
@@ -1144,7 +1144,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1144
1144
|
};
|
|
1145
1145
|
executionId: string;
|
|
1146
1146
|
scenarioId: string;
|
|
1147
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1147
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
1148
1148
|
objectId: string;
|
|
1149
1149
|
address?: string | null | undefined;
|
|
1150
1150
|
}[][] | undefined;
|
|
@@ -1163,7 +1163,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1163
1163
|
};
|
|
1164
1164
|
executionId: string;
|
|
1165
1165
|
scenarioId: string;
|
|
1166
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1166
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
1167
1167
|
objectId: string;
|
|
1168
1168
|
address?: string | null | undefined;
|
|
1169
1169
|
}[][] | undefined;
|
|
@@ -1272,7 +1272,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1272
1272
|
};
|
|
1273
1273
|
executionId: string;
|
|
1274
1274
|
scenarioId: string;
|
|
1275
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1275
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
1276
1276
|
objectId: string;
|
|
1277
1277
|
address?: string | null | undefined;
|
|
1278
1278
|
}[][] | undefined;
|
|
@@ -1337,7 +1337,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1337
1337
|
};
|
|
1338
1338
|
executionId: string;
|
|
1339
1339
|
scenarioId: string;
|
|
1340
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1340
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
1341
1341
|
objectId: string;
|
|
1342
1342
|
address?: string | null | undefined;
|
|
1343
1343
|
}[][] | undefined;
|
|
@@ -1519,7 +1519,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1519
1519
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
1520
1520
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "skipped", "error", "unknown"]>>;
|
|
1521
1521
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
1522
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring"]>;
|
|
1522
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring", "DocumentUpload"]>;
|
|
1523
1523
|
objectId: z.ZodString;
|
|
1524
1524
|
name: z.ZodString;
|
|
1525
1525
|
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>]>]>>>;
|
|
@@ -1562,7 +1562,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1562
1562
|
};
|
|
1563
1563
|
executionId: string;
|
|
1564
1564
|
scenarioId: string;
|
|
1565
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1565
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
1566
1566
|
objectId: string;
|
|
1567
1567
|
address?: string | null | undefined;
|
|
1568
1568
|
}, {
|
|
@@ -1576,7 +1576,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1576
1576
|
};
|
|
1577
1577
|
executionId: string;
|
|
1578
1578
|
scenarioId: string;
|
|
1579
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1579
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
1580
1580
|
objectId: string;
|
|
1581
1581
|
address?: string | null | undefined;
|
|
1582
1582
|
}>, "many">, "many">>;
|
|
@@ -1595,7 +1595,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1595
1595
|
};
|
|
1596
1596
|
executionId: string;
|
|
1597
1597
|
scenarioId: string;
|
|
1598
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1598
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
1599
1599
|
objectId: string;
|
|
1600
1600
|
address?: string | null | undefined;
|
|
1601
1601
|
}[][] | undefined;
|
|
@@ -1614,7 +1614,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1614
1614
|
};
|
|
1615
1615
|
executionId: string;
|
|
1616
1616
|
scenarioId: string;
|
|
1617
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1617
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
1618
1618
|
objectId: string;
|
|
1619
1619
|
address?: string | null | undefined;
|
|
1620
1620
|
}[][] | undefined;
|
|
@@ -1723,7 +1723,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1723
1723
|
};
|
|
1724
1724
|
executionId: string;
|
|
1725
1725
|
scenarioId: string;
|
|
1726
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1726
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
1727
1727
|
objectId: string;
|
|
1728
1728
|
address?: string | null | undefined;
|
|
1729
1729
|
}[][] | undefined;
|
|
@@ -1788,7 +1788,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1788
1788
|
};
|
|
1789
1789
|
executionId: string;
|
|
1790
1790
|
scenarioId: string;
|
|
1791
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1791
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
1792
1792
|
objectId: string;
|
|
1793
1793
|
address?: string | null | undefined;
|
|
1794
1794
|
}[][] | undefined;
|
|
@@ -1859,7 +1859,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1859
1859
|
};
|
|
1860
1860
|
executionId: string;
|
|
1861
1861
|
scenarioId: string;
|
|
1862
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1862
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
1863
1863
|
objectId: string;
|
|
1864
1864
|
address?: string | null | undefined;
|
|
1865
1865
|
}[][] | undefined;
|
|
@@ -1929,7 +1929,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1929
1929
|
};
|
|
1930
1930
|
executionId: string;
|
|
1931
1931
|
scenarioId: string;
|
|
1932
|
-
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring";
|
|
1932
|
+
objectType: "TFHE" | "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "CompanyMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery" | "BlockchainPolicies" | "DatasetMonitoring" | "DocumentUpload";
|
|
1933
1933
|
objectId: string;
|
|
1934
1934
|
address?: string | null | undefined;
|
|
1935
1935
|
}[][] | undefined;
|
|
@@ -5643,11 +5643,11 @@ export declare const AllNexeraEventTypes: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
|
5643
5643
|
schemas: Record<string, unknown>;
|
|
5644
5644
|
}>]>, "many">;
|
|
5645
5645
|
export declare const NexeraSvixEnvironmentConfig: z.ZodObject<{
|
|
5646
|
-
env: z.ZodEnum<["cicd", "local", "test-dev-1", "test-dev-2", "test-dev-3", "test-dev-4", "dev", "stage", "prod"]>;
|
|
5646
|
+
env: z.ZodEnum<["cicd", "local", "test-dev-1", "test-dev-2", "test-dev-3", "test-dev-4", "dev", "stage", "prod", "onprem"]>;
|
|
5647
5647
|
}, "strip", z.ZodTypeAny, {
|
|
5648
|
-
env: "cicd" | "local" | "test-dev-1" | "test-dev-2" | "test-dev-3" | "test-dev-4" | "dev" | "stage" | "prod";
|
|
5648
|
+
env: "cicd" | "local" | "test-dev-1" | "test-dev-2" | "test-dev-3" | "test-dev-4" | "dev" | "stage" | "prod" | "onprem";
|
|
5649
5649
|
}, {
|
|
5650
|
-
env: "cicd" | "local" | "test-dev-1" | "test-dev-2" | "test-dev-3" | "test-dev-4" | "dev" | "stage" | "prod";
|
|
5650
|
+
env: "cicd" | "local" | "test-dev-1" | "test-dev-2" | "test-dev-3" | "test-dev-4" | "dev" | "stage" | "prod" | "onprem";
|
|
5651
5651
|
}>;
|
|
5652
5652
|
export declare const EndpointHandlingForm: z.ZodObject<{
|
|
5653
5653
|
endpointURL: z.ZodString;
|
package/dist/{identity-api.schema-ece7b90d.cjs.dev.cjs → identity-api.schema-16c8ebc4.cjs.dev.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var z = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-3f345e7f.cjs.dev.cjs');
|
|
5
5
|
require('crypto');
|
|
6
6
|
|
|
7
7
|
var CredentialSchemas = {
|
|
@@ -413,7 +413,7 @@ 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", "DatasetMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"];
|
|
416
|
+
var ScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "DatasetMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring", "DocumentUpload"];
|
|
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", "DatasetMonitoring"];
|
|
431
|
+
var BackwardsCompatibleScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring", "DocumentUpload"];
|
|
432
432
|
var BackwardsCompatibleScenarioType = z.z["enum"](BackwardsCompatibleScenarioTypes);
|
|
433
433
|
var BaseQueryResponse = z.z.object({
|
|
434
434
|
result: z.z.object({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import {
|
|
2
|
+
import { ez as IDImageCredentialSubjectSchema, eB as ProofOfResidenceCredentialSubjectSchema, eA as SelfieImageCredentialSubjectSchema, ey as IDInformationCredentialSubjectSchema, ex as IDInformationTfheCredentialSubjectSchema, ew as OLD_AMLScreeningsResultsCredentialSubjectSchema, eo as ID3CredentialSubjectSchema, ep as IDScanCredentialSubjectSchema, er as IDScanSelfieCredentialSubjectSchema, eq as IDScanPassportCredentialSubjectSchema, _ as _defineProperty, gi as VaultMetadataLinkZodSchema, dy as QueryId, d1 as DatasetColumnId, dz as QueryGroupId, aX as UuidString, au as BlockchainAddress, dx as ScenarioId, ee as WorkspaceId, aw as String0x, aR as BlockchainSignature, ad as TxHash, eg as WorkflowId, h as EvmChainId, ac as EvmAddress, aH as EIP155Signature, T as TezosChainId, ak as TezosContractAddress, aT as TezosEntrypointName, aj as TezosImplicitAddress, aM as EdSignature, az as BlockchainNamespace, eC as GenericVerifiableCredentialSchema, aB as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, ei as ExternalCustomerId, ec as AdditionalCustomerInformationParams, cS as IdentitySessionId, bp as CustomerStatus, ab as PublicKey } from './vault.schema-240efc8f.esm.mjs';
|
|
3
3
|
import 'crypto';
|
|
4
4
|
|
|
5
5
|
var CredentialSchemas = {
|
|
@@ -411,7 +411,7 @@ 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", "DatasetMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"];
|
|
414
|
+
var ScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "DatasetMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring", "DocumentUpload"];
|
|
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", "DatasetMonitoring"];
|
|
429
|
+
var BackwardsCompatibleScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring", "DocumentUpload"];
|
|
430
430
|
var BackwardsCompatibleScenarioType = z["enum"](BackwardsCompatibleScenarioTypes);
|
|
431
431
|
var BaseQueryResponse = z.object({
|
|
432
432
|
result: z.object({
|
package/dist/{identity-api.schema-f9009dc7.cjs.prod.cjs → identity-api.schema-b5ecad59.cjs.prod.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var z = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-0a12d450.cjs.prod.cjs');
|
|
5
5
|
require('crypto');
|
|
6
6
|
|
|
7
7
|
var CredentialSchemas = {
|
|
@@ -413,7 +413,7 @@ 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", "DatasetMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"];
|
|
416
|
+
var ScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "DatasetMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring", "DocumentUpload"];
|
|
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", "DatasetMonitoring"];
|
|
431
|
+
var BackwardsCompatibleScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies", "DatasetMonitoring", "DocumentUpload"];
|
|
432
432
|
var BackwardsCompatibleScenarioType = z.z["enum"](BackwardsCompatibleScenarioTypes);
|
|
433
433
|
var BaseQueryResponse = z.z.object({
|
|
434
434
|
result: z.z.object({
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
+
var vault_schema = require('./vault.schema-3f345e7f.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-16c8ebc4.cjs.dev.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-eef65873.cjs.dev.cjs');
|
|
9
9
|
var vault_dist_nexeraidIdentitySchemasVault = require('../vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs');
|
|
10
|
-
var veriffWebhook_schema = require('./veriff-webhook.schema-
|
|
10
|
+
var veriffWebhook_schema = require('./veriff-webhook.schema-cfcfd2a2.cjs.dev.cjs');
|
|
11
11
|
require('nanoid');
|
|
12
12
|
require('decimal.js');
|
|
13
13
|
require('crypto');
|
|
14
|
-
require('./toArray-
|
|
14
|
+
require('./toArray-dd685560.cjs.dev.cjs');
|
|
15
15
|
|
|
16
16
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
17
17
|
var salt = data;
|
|
@@ -441,6 +441,8 @@ exports.SigGatingId = vault_schema.SigGatingId;
|
|
|
441
441
|
exports.SigGatingPrefix = vault_schema.SigGatingPrefix;
|
|
442
442
|
exports.SolanaChainId = vault_schema.SolanaChainId;
|
|
443
443
|
exports.SpSignature = vault_schema.SpSignature;
|
|
444
|
+
exports.SsoProviderId_NEW = vault_schema.SsoProviderId_NEW;
|
|
445
|
+
exports.SsoProviderPrefix_NEW = vault_schema.SsoProviderPrefix_NEW;
|
|
444
446
|
exports.SsssChunkId = vault_schema.SsssChunkId;
|
|
445
447
|
exports.SsssChunkPrefix = vault_schema.SsssChunkPrefix;
|
|
446
448
|
exports.SsssShareId = vault_schema.SsssShareId;
|
|
@@ -525,6 +527,8 @@ exports.TransactionTypeWithAll = vault_schema.TransactionTypeWithAll;
|
|
|
525
527
|
exports.TransactionTypes = vault_schema.TransactionTypes;
|
|
526
528
|
exports.TransactionTypesWithAll = vault_schema.TransactionTypesWithAll;
|
|
527
529
|
exports.TransactionsChartType = vault_schema.TransactionsChartType;
|
|
530
|
+
exports.TwoFactorId_NEW = vault_schema.TwoFactorId_NEW;
|
|
531
|
+
exports.TwoFactorPrefix_NEW = vault_schema.TwoFactorPrefix_NEW;
|
|
528
532
|
exports.TxHash = vault_schema.TxHash;
|
|
529
533
|
exports.TypeTag = vault_schema.TypeTag;
|
|
530
534
|
exports.TypeTags = vault_schema.TypeTags;
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
+
var vault_schema = require('./vault.schema-0a12d450.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-b5ecad59.cjs.prod.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-6c8461f8.cjs.prod.cjs');
|
|
9
9
|
var vault_dist_nexeraidIdentitySchemasVault = require('../vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs');
|
|
10
|
-
var veriffWebhook_schema = require('./veriff-webhook.schema-
|
|
10
|
+
var veriffWebhook_schema = require('./veriff-webhook.schema-cf23046f.cjs.prod.cjs');
|
|
11
11
|
require('nanoid');
|
|
12
12
|
require('decimal.js');
|
|
13
13
|
require('crypto');
|
|
14
|
-
require('./toArray-
|
|
14
|
+
require('./toArray-e476f120.cjs.prod.cjs');
|
|
15
15
|
|
|
16
16
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
17
17
|
var salt = data;
|
|
@@ -441,6 +441,8 @@ exports.SigGatingId = vault_schema.SigGatingId;
|
|
|
441
441
|
exports.SigGatingPrefix = vault_schema.SigGatingPrefix;
|
|
442
442
|
exports.SolanaChainId = vault_schema.SolanaChainId;
|
|
443
443
|
exports.SpSignature = vault_schema.SpSignature;
|
|
444
|
+
exports.SsoProviderId_NEW = vault_schema.SsoProviderId_NEW;
|
|
445
|
+
exports.SsoProviderPrefix_NEW = vault_schema.SsoProviderPrefix_NEW;
|
|
444
446
|
exports.SsssChunkId = vault_schema.SsssChunkId;
|
|
445
447
|
exports.SsssChunkPrefix = vault_schema.SsssChunkPrefix;
|
|
446
448
|
exports.SsssShareId = vault_schema.SsssShareId;
|
|
@@ -525,6 +527,8 @@ exports.TransactionTypeWithAll = vault_schema.TransactionTypeWithAll;
|
|
|
525
527
|
exports.TransactionTypes = vault_schema.TransactionTypes;
|
|
526
528
|
exports.TransactionTypesWithAll = vault_schema.TransactionTypesWithAll;
|
|
527
529
|
exports.TransactionsChartType = vault_schema.TransactionsChartType;
|
|
530
|
+
exports.TwoFactorId_NEW = vault_schema.TwoFactorId_NEW;
|
|
531
|
+
exports.TwoFactorPrefix_NEW = vault_schema.TwoFactorPrefix_NEW;
|
|
528
532
|
exports.TxHash = vault_schema.TxHash;
|
|
529
533
|
exports.TypeTag = vault_schema.TypeTag;
|
|
530
534
|
exports.TypeTags = vault_schema.TypeTags;
|