@nexeraid/identity-schemas 2.191.0 → 2.192.0-staging
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/{CoinMarketCap.schema-7bf12d02.cjs.dev.cjs → CoinMarketCap.schema-2c6acf23.cjs.dev.cjs} +9 -3
- package/dist/{CoinMarketCap.schema-7d8f8e3a.cjs.prod.cjs → CoinMarketCap.schema-93dd6d2a.cjs.prod.cjs} +9 -3
- package/dist/{CoinMarketCap.schema-59724503.esm.mjs → CoinMarketCap.schema-dfe010dc.esm.mjs} +9 -3
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +51 -0
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/sumsub/sumsub.schema.d.ts +9 -0
- package/dist/declarations/src/providers/sumsub/sumsub.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +114 -109
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +6 -4
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +26 -14
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-f6610db0.esm.mjs → identity-api.schema-29e4e10d.esm.mjs} +1 -1
- package/dist/{identity-api.schema-3a746737.cjs.prod.cjs → identity-api.schema-d79225f4.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-3b0ade9c.cjs.dev.cjs → identity-api.schema-f9da0747.cjs.dev.cjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +4 -4
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +4 -4
- package/dist/nexeraid-identity-schemas.esm.mjs +5 -5
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-6c2861c1.cjs.dev.cjs → tfhe-utilities-396c5a40.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-02707fef.cjs.prod.cjs → tfhe-utilities-98602326.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-af133b52.esm.mjs → tfhe-utilities-a37819f2.esm.mjs} +2 -2
- package/dist/{toArray-af53dbf6.esm.mjs → toArray-3f540af6.esm.mjs} +1 -1
- package/dist/{toArray-90aa2268.cjs.dev.cjs → toArray-b9f47315.cjs.dev.cjs} +1 -1
- package/dist/{toArray-cee53077.cjs.prod.cjs → toArray-bf2f4671.cjs.prod.cjs} +1 -1
- package/dist/{vault.schema-025f42bf.esm.mjs → vault.schema-23f1dece.esm.mjs} +182 -173
- package/dist/{vault.schema-4b6853b7.cjs.dev.cjs → vault.schema-cf144eaa.cjs.dev.cjs} +182 -173
- package/dist/{vault.schema-d577ccdd.cjs.prod.cjs → vault.schema-f8011417.cjs.prod.cjs} +182 -173
- 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
package/dist/{CoinMarketCap.schema-7bf12d02.cjs.dev.cjs → CoinMarketCap.schema-2c6acf23.cjs.dev.cjs}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var z = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-cf144eaa.cjs.dev.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-f9da0747.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -1976,7 +1976,10 @@ var SUMSUB_REVIEW_REJECT_TYPES = ["FINAL", "RETRY"];
|
|
|
1976
1976
|
var SumSubReviewRejectType = z.z["enum"](SUMSUB_REVIEW_REJECT_TYPES);
|
|
1977
1977
|
var SumsubReviewDecision = z.z.object({
|
|
1978
1978
|
reviewAnswer: SumSubReviewAnswer.nullish(),
|
|
1979
|
-
reviewRejectType: SumSubReviewRejectType.nullish()
|
|
1979
|
+
reviewRejectType: SumSubReviewRejectType.nullish(),
|
|
1980
|
+
reviewRejectLabels: z.z.string().array().nullish(),
|
|
1981
|
+
reviewModerationComment: z.z.string().nullish(),
|
|
1982
|
+
reviewClientComment: z.z.string().nullish()
|
|
1980
1983
|
});
|
|
1981
1984
|
var SumsubCountryCode = z.z.union([vault_schema.ISO3CountryCode, z.z.literal("RKS")]); // SumSub uses RKS for Kosovo instead of XKX
|
|
1982
1985
|
|
|
@@ -2508,6 +2511,9 @@ var SelectKycSession = z.z.object({
|
|
|
2508
2511
|
result: KycResult.nullish(),
|
|
2509
2512
|
reviewAnswer: SumSubReviewAnswer.nullish(),
|
|
2510
2513
|
reviewRejectType: SumSubReviewRejectType.nullish(),
|
|
2514
|
+
reviewRejectLabels: z.z.string().array().nullish(),
|
|
2515
|
+
reviewModerationComment: z.z.string().nullish(),
|
|
2516
|
+
reviewClientComment: z.z.string().nullish(),
|
|
2511
2517
|
sandboxMode: z.z.coerce["boolean"]().nullish(),
|
|
2512
2518
|
status: KycSessionStatus.nullish(),
|
|
2513
2519
|
ip: z.z.string().nullish(),
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var z = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-f8011417.cjs.prod.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-d79225f4.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -1976,7 +1976,10 @@ var SUMSUB_REVIEW_REJECT_TYPES = ["FINAL", "RETRY"];
|
|
|
1976
1976
|
var SumSubReviewRejectType = z.z["enum"](SUMSUB_REVIEW_REJECT_TYPES);
|
|
1977
1977
|
var SumsubReviewDecision = z.z.object({
|
|
1978
1978
|
reviewAnswer: SumSubReviewAnswer.nullish(),
|
|
1979
|
-
reviewRejectType: SumSubReviewRejectType.nullish()
|
|
1979
|
+
reviewRejectType: SumSubReviewRejectType.nullish(),
|
|
1980
|
+
reviewRejectLabels: z.z.string().array().nullish(),
|
|
1981
|
+
reviewModerationComment: z.z.string().nullish(),
|
|
1982
|
+
reviewClientComment: z.z.string().nullish()
|
|
1980
1983
|
});
|
|
1981
1984
|
var SumsubCountryCode = z.z.union([vault_schema.ISO3CountryCode, z.z.literal("RKS")]); // SumSub uses RKS for Kosovo instead of XKX
|
|
1982
1985
|
|
|
@@ -2508,6 +2511,9 @@ var SelectKycSession = z.z.object({
|
|
|
2508
2511
|
result: KycResult.nullish(),
|
|
2509
2512
|
reviewAnswer: SumSubReviewAnswer.nullish(),
|
|
2510
2513
|
reviewRejectType: SumSubReviewRejectType.nullish(),
|
|
2514
|
+
reviewRejectLabels: z.z.string().array().nullish(),
|
|
2515
|
+
reviewModerationComment: z.z.string().nullish(),
|
|
2516
|
+
reviewClientComment: z.z.string().nullish(),
|
|
2511
2517
|
sandboxMode: z.z.coerce["boolean"]().nullish(),
|
|
2512
2518
|
status: KycSessionStatus.nullish(),
|
|
2513
2519
|
ip: z.z.string().nullish(),
|
package/dist/{CoinMarketCap.schema-59724503.esm.mjs → CoinMarketCap.schema-dfe010dc.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import z$1, { z } from 'zod';
|
|
2
|
-
import { b4 as Alpha2Country, aW as UuidString, fZ as _toConsumableArray, g3 as ScoringAnalysisRequest, g4 as WorkflowsScoringAnalysisRequest, b2 as ISO3CountryCode, f$ as _slicedToArray, cz as IdentityId, at as BlockchainAddress, ay as BlockchainNamespace, cv as WorkflowSessionId, dH as WorkspaceId, dG as OrganizationId, bo as CustomerStatus, fY as _defineProperty, e2 as ProofOfResidenceCredentialSubjectSchema, bp as BasicCustomerContactInformation, dx as VerificationMode } from './vault.schema-
|
|
3
|
-
import { _ as SdkVerificationOutput, aV as QrCodeLinkWithSchemaType, cd as CredentialType } from './identity-api.schema-
|
|
2
|
+
import { b4 as Alpha2Country, aW as UuidString, fZ as _toConsumableArray, g3 as ScoringAnalysisRequest, g4 as WorkflowsScoringAnalysisRequest, b2 as ISO3CountryCode, f$ as _slicedToArray, cz as IdentityId, at as BlockchainAddress, ay as BlockchainNamespace, cv as WorkflowSessionId, dH as WorkspaceId, dG as OrganizationId, bo as CustomerStatus, fY as _defineProperty, e2 as ProofOfResidenceCredentialSubjectSchema, bp as BasicCustomerContactInformation, dx as VerificationMode } from './vault.schema-23f1dece.esm.mjs';
|
|
3
|
+
import { _ as SdkVerificationOutput, aV as QrCodeLinkWithSchemaType, cd as CredentialType } from './identity-api.schema-29e4e10d.esm.mjs';
|
|
4
4
|
|
|
5
5
|
var IpQualityAnalysisRequest = z.object({
|
|
6
6
|
apiKey: z.string().nullish(),
|
|
@@ -1970,7 +1970,10 @@ var SUMSUB_REVIEW_REJECT_TYPES = ["FINAL", "RETRY"];
|
|
|
1970
1970
|
var SumSubReviewRejectType = z["enum"](SUMSUB_REVIEW_REJECT_TYPES);
|
|
1971
1971
|
var SumsubReviewDecision = z.object({
|
|
1972
1972
|
reviewAnswer: SumSubReviewAnswer.nullish(),
|
|
1973
|
-
reviewRejectType: SumSubReviewRejectType.nullish()
|
|
1973
|
+
reviewRejectType: SumSubReviewRejectType.nullish(),
|
|
1974
|
+
reviewRejectLabels: z.string().array().nullish(),
|
|
1975
|
+
reviewModerationComment: z.string().nullish(),
|
|
1976
|
+
reviewClientComment: z.string().nullish()
|
|
1974
1977
|
});
|
|
1975
1978
|
var SumsubCountryCode = z.union([ISO3CountryCode, z.literal("RKS")]); // SumSub uses RKS for Kosovo instead of XKX
|
|
1976
1979
|
|
|
@@ -2502,6 +2505,9 @@ var SelectKycSession = z.object({
|
|
|
2502
2505
|
result: KycResult.nullish(),
|
|
2503
2506
|
reviewAnswer: SumSubReviewAnswer.nullish(),
|
|
2504
2507
|
reviewRejectType: SumSubReviewRejectType.nullish(),
|
|
2508
|
+
reviewRejectLabels: z.string().array().nullish(),
|
|
2509
|
+
reviewModerationComment: z.string().nullish(),
|
|
2510
|
+
reviewClientComment: z.string().nullish(),
|
|
2505
2511
|
sandboxMode: z.coerce["boolean"]().nullish(),
|
|
2506
2512
|
status: KycSessionStatus.nullish(),
|
|
2507
2513
|
ip: z.string().nullish(),
|
|
@@ -59,6 +59,9 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
59
59
|
result: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Passed", "ToBeManuallyChecked", "Rejected", "Retry"]>>>;
|
|
60
60
|
reviewAnswer: z.ZodOptional<z.ZodNullable<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>>;
|
|
61
61
|
reviewRejectType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FINAL", "RETRY"]>>>;
|
|
62
|
+
reviewRejectLabels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
63
|
+
reviewModerationComment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
64
|
+
reviewClientComment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
62
65
|
sandboxMode: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
63
66
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NotStarted", "Started", "EmailVerified", "UserDataSubmitted", "VerificationChecked", "CredentialsClaimed", "Closed"]>>>;
|
|
64
67
|
ip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -188,6 +191,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
188
191
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
189
192
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
190
193
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
194
|
+
reviewRejectLabels?: string[] | null | undefined;
|
|
191
195
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
192
196
|
address?: string | null | undefined;
|
|
193
197
|
organizationId?: string | null | undefined;
|
|
@@ -196,6 +200,8 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
196
200
|
identityId?: `identity_${string}` | null | undefined;
|
|
197
201
|
ip?: string | null | undefined;
|
|
198
202
|
sandboxMode?: boolean | null | undefined;
|
|
203
|
+
reviewModerationComment?: string | null | undefined;
|
|
204
|
+
reviewClientComment?: string | null | undefined;
|
|
199
205
|
sandboxSimulated?: boolean | null | undefined;
|
|
200
206
|
notificationEmail?: string | null | undefined;
|
|
201
207
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -231,6 +237,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
231
237
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
232
238
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
233
239
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
240
|
+
reviewRejectLabels?: string[] | null | undefined;
|
|
234
241
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
235
242
|
address?: string | null | undefined;
|
|
236
243
|
organizationId?: string | null | undefined;
|
|
@@ -239,6 +246,8 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
239
246
|
identityId?: `identity_${string}` | null | undefined;
|
|
240
247
|
ip?: string | null | undefined;
|
|
241
248
|
sandboxMode?: boolean | null | undefined;
|
|
249
|
+
reviewModerationComment?: string | null | undefined;
|
|
250
|
+
reviewClientComment?: string | null | undefined;
|
|
242
251
|
sandboxSimulated?: boolean | null | undefined;
|
|
243
252
|
notificationEmail?: string | null | undefined;
|
|
244
253
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -275,6 +284,9 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
275
284
|
result: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Passed", "ToBeManuallyChecked", "Rejected", "Retry"]>>>;
|
|
276
285
|
reviewAnswer: z.ZodOptional<z.ZodNullable<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>>;
|
|
277
286
|
reviewRejectType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FINAL", "RETRY"]>>>;
|
|
287
|
+
reviewRejectLabels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
288
|
+
reviewModerationComment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
289
|
+
reviewClientComment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
278
290
|
sandboxMode: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
279
291
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NotStarted", "Started", "EmailVerified", "UserDataSubmitted", "VerificationChecked", "CredentialsClaimed", "Closed"]>>>;
|
|
280
292
|
ip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -431,6 +443,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
431
443
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
432
444
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
433
445
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
446
|
+
reviewRejectLabels?: string[] | null | undefined;
|
|
434
447
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
435
448
|
address?: string | null | undefined;
|
|
436
449
|
organizationId?: string | null | undefined;
|
|
@@ -439,6 +452,8 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
439
452
|
identityId?: `identity_${string}` | null | undefined;
|
|
440
453
|
ip?: string | null | undefined;
|
|
441
454
|
sandboxMode?: boolean | null | undefined;
|
|
455
|
+
reviewModerationComment?: string | null | undefined;
|
|
456
|
+
reviewClientComment?: string | null | undefined;
|
|
442
457
|
sandboxSimulated?: boolean | null | undefined;
|
|
443
458
|
notificationEmail?: string | null | undefined;
|
|
444
459
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -481,6 +496,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
481
496
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
482
497
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
483
498
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
499
|
+
reviewRejectLabels?: string[] | null | undefined;
|
|
484
500
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
485
501
|
address?: string | null | undefined;
|
|
486
502
|
organizationId?: string | null | undefined;
|
|
@@ -489,6 +505,8 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
489
505
|
identityId?: `identity_${string}` | null | undefined;
|
|
490
506
|
ip?: string | null | undefined;
|
|
491
507
|
sandboxMode?: boolean | null | undefined;
|
|
508
|
+
reviewModerationComment?: string | null | undefined;
|
|
509
|
+
reviewClientComment?: string | null | undefined;
|
|
492
510
|
sandboxSimulated?: boolean | null | undefined;
|
|
493
511
|
notificationEmail?: string | null | undefined;
|
|
494
512
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -532,6 +550,9 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
532
550
|
result: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Passed", "ToBeManuallyChecked", "Rejected", "Retry"]>>>;
|
|
533
551
|
reviewAnswer: z.ZodOptional<z.ZodNullable<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>>;
|
|
534
552
|
reviewRejectType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FINAL", "RETRY"]>>>;
|
|
553
|
+
reviewRejectLabels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
554
|
+
reviewModerationComment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
555
|
+
reviewClientComment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
535
556
|
sandboxMode: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
536
557
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NotStarted", "Started", "EmailVerified", "UserDataSubmitted", "VerificationChecked", "CredentialsClaimed", "Closed"]>>>;
|
|
537
558
|
ip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -699,6 +720,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
699
720
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
700
721
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
701
722
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
723
|
+
reviewRejectLabels?: string[] | null | undefined;
|
|
702
724
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
703
725
|
address?: string | null | undefined;
|
|
704
726
|
organizationId?: string | null | undefined;
|
|
@@ -707,6 +729,8 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
707
729
|
identityId?: `identity_${string}` | null | undefined;
|
|
708
730
|
ip?: string | null | undefined;
|
|
709
731
|
sandboxMode?: boolean | null | undefined;
|
|
732
|
+
reviewModerationComment?: string | null | undefined;
|
|
733
|
+
reviewClientComment?: string | null | undefined;
|
|
710
734
|
sandboxSimulated?: boolean | null | undefined;
|
|
711
735
|
notificationEmail?: string | null | undefined;
|
|
712
736
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -754,6 +778,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
754
778
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
755
779
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
756
780
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
781
|
+
reviewRejectLabels?: string[] | null | undefined;
|
|
757
782
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
758
783
|
address?: string | null | undefined;
|
|
759
784
|
organizationId?: string | null | undefined;
|
|
@@ -762,6 +787,8 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
762
787
|
identityId?: `identity_${string}` | null | undefined;
|
|
763
788
|
ip?: string | null | undefined;
|
|
764
789
|
sandboxMode?: boolean | null | undefined;
|
|
790
|
+
reviewModerationComment?: string | null | undefined;
|
|
791
|
+
reviewClientComment?: string | null | undefined;
|
|
765
792
|
sandboxSimulated?: boolean | null | undefined;
|
|
766
793
|
notificationEmail?: string | null | undefined;
|
|
767
794
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -1008,6 +1035,9 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1008
1035
|
result: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Passed", "ToBeManuallyChecked", "Rejected", "Retry"]>>>;
|
|
1009
1036
|
reviewAnswer: z.ZodOptional<z.ZodNullable<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>>;
|
|
1010
1037
|
reviewRejectType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FINAL", "RETRY"]>>>;
|
|
1038
|
+
reviewRejectLabels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1039
|
+
reviewModerationComment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1040
|
+
reviewClientComment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1011
1041
|
sandboxMode: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1012
1042
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NotStarted", "Started", "EmailVerified", "UserDataSubmitted", "VerificationChecked", "CredentialsClaimed", "Closed"]>>>;
|
|
1013
1043
|
ip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1192,6 +1222,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1192
1222
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
1193
1223
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
1194
1224
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
1225
|
+
reviewRejectLabels?: string[] | null | undefined;
|
|
1195
1226
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
1196
1227
|
address?: string | null | undefined;
|
|
1197
1228
|
organizationId?: string | null | undefined;
|
|
@@ -1200,6 +1231,8 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1200
1231
|
identityId?: `identity_${string}` | null | undefined;
|
|
1201
1232
|
ip?: string | null | undefined;
|
|
1202
1233
|
sandboxMode?: boolean | null | undefined;
|
|
1234
|
+
reviewModerationComment?: string | null | undefined;
|
|
1235
|
+
reviewClientComment?: string | null | undefined;
|
|
1203
1236
|
sandboxSimulated?: boolean | null | undefined;
|
|
1204
1237
|
notificationEmail?: string | null | undefined;
|
|
1205
1238
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -1253,6 +1286,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1253
1286
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
1254
1287
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
1255
1288
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
1289
|
+
reviewRejectLabels?: string[] | null | undefined;
|
|
1256
1290
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
1257
1291
|
address?: string | null | undefined;
|
|
1258
1292
|
organizationId?: string | null | undefined;
|
|
@@ -1261,6 +1295,8 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1261
1295
|
identityId?: `identity_${string}` | null | undefined;
|
|
1262
1296
|
ip?: string | null | undefined;
|
|
1263
1297
|
sandboxMode?: boolean | null | undefined;
|
|
1298
|
+
reviewModerationComment?: string | null | undefined;
|
|
1299
|
+
reviewClientComment?: string | null | undefined;
|
|
1264
1300
|
sandboxSimulated?: boolean | null | undefined;
|
|
1265
1301
|
notificationEmail?: string | null | undefined;
|
|
1266
1302
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -1454,6 +1490,9 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1454
1490
|
result: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Passed", "ToBeManuallyChecked", "Rejected", "Retry"]>>>;
|
|
1455
1491
|
reviewAnswer: z.ZodOptional<z.ZodNullable<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>>;
|
|
1456
1492
|
reviewRejectType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FINAL", "RETRY"]>>>;
|
|
1493
|
+
reviewRejectLabels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1494
|
+
reviewModerationComment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1495
|
+
reviewClientComment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1457
1496
|
sandboxMode: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1458
1497
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NotStarted", "Started", "EmailVerified", "UserDataSubmitted", "VerificationChecked", "CredentialsClaimed", "Closed"]>>>;
|
|
1459
1498
|
ip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1638,6 +1677,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1638
1677
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
1639
1678
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
1640
1679
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
1680
|
+
reviewRejectLabels?: string[] | null | undefined;
|
|
1641
1681
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
1642
1682
|
address?: string | null | undefined;
|
|
1643
1683
|
organizationId?: string | null | undefined;
|
|
@@ -1646,6 +1686,8 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1646
1686
|
identityId?: `identity_${string}` | null | undefined;
|
|
1647
1687
|
ip?: string | null | undefined;
|
|
1648
1688
|
sandboxMode?: boolean | null | undefined;
|
|
1689
|
+
reviewModerationComment?: string | null | undefined;
|
|
1690
|
+
reviewClientComment?: string | null | undefined;
|
|
1649
1691
|
sandboxSimulated?: boolean | null | undefined;
|
|
1650
1692
|
notificationEmail?: string | null | undefined;
|
|
1651
1693
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -1699,6 +1741,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1699
1741
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
1700
1742
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
1701
1743
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
1744
|
+
reviewRejectLabels?: string[] | null | undefined;
|
|
1702
1745
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
1703
1746
|
address?: string | null | undefined;
|
|
1704
1747
|
organizationId?: string | null | undefined;
|
|
@@ -1707,6 +1750,8 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1707
1750
|
identityId?: `identity_${string}` | null | undefined;
|
|
1708
1751
|
ip?: string | null | undefined;
|
|
1709
1752
|
sandboxMode?: boolean | null | undefined;
|
|
1753
|
+
reviewModerationComment?: string | null | undefined;
|
|
1754
|
+
reviewClientComment?: string | null | undefined;
|
|
1710
1755
|
sandboxSimulated?: boolean | null | undefined;
|
|
1711
1756
|
notificationEmail?: string | null | undefined;
|
|
1712
1757
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -1764,6 +1809,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1764
1809
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
1765
1810
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
1766
1811
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
1812
|
+
reviewRejectLabels?: string[] | null | undefined;
|
|
1767
1813
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
1768
1814
|
address?: string | null | undefined;
|
|
1769
1815
|
organizationId?: string | null | undefined;
|
|
@@ -1772,6 +1818,8 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1772
1818
|
identityId?: `identity_${string}` | null | undefined;
|
|
1773
1819
|
ip?: string | null | undefined;
|
|
1774
1820
|
sandboxMode?: boolean | null | undefined;
|
|
1821
|
+
reviewModerationComment?: string | null | undefined;
|
|
1822
|
+
reviewClientComment?: string | null | undefined;
|
|
1775
1823
|
sandboxSimulated?: boolean | null | undefined;
|
|
1776
1824
|
notificationEmail?: string | null | undefined;
|
|
1777
1825
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -1830,6 +1878,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1830
1878
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
1831
1879
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
1832
1880
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
1881
|
+
reviewRejectLabels?: string[] | null | undefined;
|
|
1833
1882
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
1834
1883
|
address?: string | null | undefined;
|
|
1835
1884
|
organizationId?: string | null | undefined;
|
|
@@ -1838,6 +1887,8 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1838
1887
|
identityId?: `identity_${string}` | null | undefined;
|
|
1839
1888
|
ip?: string | null | undefined;
|
|
1840
1889
|
sandboxMode?: boolean | null | undefined;
|
|
1890
|
+
reviewModerationComment?: string | null | undefined;
|
|
1891
|
+
reviewClientComment?: string | null | undefined;
|
|
1841
1892
|
sandboxSimulated?: boolean | null | undefined;
|
|
1842
1893
|
notificationEmail?: string | null | undefined;
|
|
1843
1894
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kyc-sessions.schema.d.ts","sourceRoot":"../../../../src/providers","sources":["kyc-sessions.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AA0BxB,eAAO,MAAM,cAAc,0JASjB,CAAC;AACX,eAAO,MAAM,OAAO,4JAAyB,CAAC;AAC9C,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC;AAE9C,eAAO,MAAM,eAAe,8DAKlB,CAAC;AACX,eAAO,MAAM,aAAa,gEAA0B,CAAC;AACrD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAE1D,eAAO,MAAM,WAAW,iEAKd,CAAC;AACX,eAAO,MAAM,SAAS,mEAAsB,CAAC;AAC7C,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC;AAElD,eAAO,MAAM,oBAAoB,iIAQvB,CAAC;AACX,eAAO,MAAM,gBAAgB,mIAA+B,CAAC;AAC7D,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;EAIpC,CAAC;AACH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;EAM/B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE,eAAO,MAAM,wBAAwB,4DAK3B,CAAC;AACX,eAAO,MAAM,oBAAoB,8DAAmC,CAAC;AACrE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"kyc-sessions.schema.d.ts","sourceRoot":"../../../../src/providers","sources":["kyc-sessions.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -34,12 +34,21 @@ export type SumSubReviewRejectType = z.infer<typeof SumSubReviewRejectType>;
|
|
|
34
34
|
export declare const SumsubReviewDecision: z.ZodObject<{
|
|
35
35
|
reviewAnswer: z.ZodOptional<z.ZodNullable<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>>;
|
|
36
36
|
reviewRejectType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FINAL", "RETRY"]>>>;
|
|
37
|
+
reviewRejectLabels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
38
|
+
reviewModerationComment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
|
+
reviewClientComment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37
40
|
}, "strip", z.ZodTypeAny, {
|
|
38
41
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
39
42
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
43
|
+
reviewRejectLabels?: string[] | null | undefined;
|
|
44
|
+
reviewModerationComment?: string | null | undefined;
|
|
45
|
+
reviewClientComment?: string | null | undefined;
|
|
40
46
|
}, {
|
|
41
47
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
42
48
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
49
|
+
reviewRejectLabels?: string[] | null | undefined;
|
|
50
|
+
reviewModerationComment?: string | null | undefined;
|
|
51
|
+
reviewClientComment?: string | null | undefined;
|
|
43
52
|
}>;
|
|
44
53
|
export type SumsubReviewDecision = z.infer<typeof SumsubReviewDecision>;
|
|
45
54
|
export declare const SumsubCountryCode: z.ZodUnion<[z.ZodEnum<["AFG", "ALB", "DZA", "ASM", "AND", "AGO", "AIA", "ATA", "ATG", "ARG", "ARM", "ABW", "AUS", "AUT", "AZE", "BHS", "BHR", "BGD", "BRB", "BLR", "BEL", "BLZ", "BEN", "BMU", "BTN", "BOL", "BES", "BIH", "BWA", "BVT", "BRA", "IOT", "BRN", "BGR", "BFA", "BDI", "CPV", "KHM", "CMR", "CAN", "CYM", "CAF", "TCD", "CHL", "CHN", "CXR", "CCK", "COL", "COM", "COD", "COG", "COK", "CRI", "HRV", "CUB", "CUW", "CYP", "CZE", "CIV", "DNK", "DJI", "DMA", "DOM", "ECU", "EGY", "SLV", "GNQ", "ERI", "EST", "SWZ", "ETH", "FLK", "FRO", "FJI", "FIN", "FRA", "GUF", "PYF", "ATF", "GAB", "GMB", "GEO", "DEU", "GHA", "GIB", "GRC", "GRL", "GRD", "GLP", "GUM", "GTM", "GGY", "GIN", "GNB", "GUY", "HTI", "HMD", "VAT", "HND", "HKG", "HUN", "ISL", "IND", "IDN", "IRN", "IRQ", "IRL", "IMN", "ISR", "ITA", "JAM", "JPN", "JEY", "JOR", "KAZ", "KEN", "KIR", "PRK", "KOR", "KWT", "KGZ", "LAO", "LVA", "LBN", "LSO", "LBR", "LBY", "LIE", "LTU", "LUX", "MAC", "MDG", "MWI", "MYS", "MDV", "MLI", "MLT", "MHL", "MTQ", "MRT", "MUS", "MYT", "MEX", "FSM", "MDA", "MCO", "MNG", "MNE", "MSR", "MAR", "MOZ", "MMR", "NAM", "NRU", "NPL", "NLD", "NCL", "NZL", "NIC", "NER", "NGA", "NIU", "NFK", "MNP", "NOR", "OMN", "PAK", "PLW", "PSE", "PAN", "PNG", "PRY", "PER", "PHL", "PCN", "POL", "PRT", "PRI", "QAT", "MKD", "ROU", "RUS", "RWA", "REU", "BLM", "SHN", "KNA", "LCA", "MAF", "SPM", "VCT", "WSM", "SMR", "STP", "SAU", "SEN", "SRB", "SYC", "SLE", "SGP", "SXM", "SVK", "SVN", "SLB", "SOM", "ZAF", "SGS", "SSD", "ESP", "LKA", "SDN", "SUR", "SJM", "SWE", "CHE", "SYR", "TWN", "TJK", "TZA", "THA", "TLS", "TGO", "TKL", "TON", "TTO", "TUN", "TUR", "TKM", "TCA", "TUV", "UGA", "UKR", "ARE", "GBR", "UMI", "USA", "URY", "UZB", "VUT", "VEN", "VNM", "VGB", "VIR", "WLF", "ESH", "YEM", "ZMB", "ZWE", "ALA", "ANT", "XKX"]>, z.ZodLiteral<"RKS">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sumsub.schema.d.ts","sourceRoot":"../../../../../src/providers/sumsub","sources":["sumsub.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,YAAY,wRAmBf,CAAC;AACX,eAAO,MAAM,UAAU,0RAAuB,CAAC;AAC/C,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AACpD,eAAO,MAAM,sBAAsB,oCAAqC,CAAC;AACzE,eAAO,MAAM,mBAAmB,sCAAiC,CAAC;AAClE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACtE;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,qCAAsC,CAAC;AACzE,eAAO,MAAM,kBAAkB,uCAAgC,CAAC;AAChE,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AACpE,eAAO,MAAM,0BAA0B,6BAA8B,CAAC;AACtE,eAAO,MAAM,sBAAsB,+BAAqC,CAAC;AACzE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE5E,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"sumsub.schema.d.ts","sourceRoot":"../../../../../src/providers/sumsub","sources":["sumsub.schema.ts"],"names":[],"mappings":"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"}
|