@nexeraid/identity-schemas 2.190.0-staging → 2.191.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/{CoinMarketCap.schema-7bf12d02.cjs.dev.cjs → CoinMarketCap.schema-185c2591.cjs.dev.cjs} +7 -1
- package/dist/{CoinMarketCap.schema-59724503.esm.mjs → CoinMarketCap.schema-320d276c.esm.mjs} +7 -1
- package/dist/{CoinMarketCap.schema-7d8f8e3a.cjs.prod.cjs → CoinMarketCap.schema-810daa53.cjs.prod.cjs} +7 -1
- 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/package.json +1 -1
- package/package.json +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +1 -1
package/dist/{CoinMarketCap.schema-7bf12d02.cjs.dev.cjs → CoinMarketCap.schema-185c2591.cjs.dev.cjs}
RENAMED
|
@@ -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-320d276c.esm.mjs}
RENAMED
|
@@ -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(),
|
|
@@ -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(),
|
|
@@ -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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"}
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexeraid/identity-schemas",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.191.0-dev",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"remeda": "^2.22.6",
|
|
67
67
|
"zod": "^3.25.55",
|
|
68
68
|
"zod-to-json-schema": "^3.24.5",
|
|
69
|
-
"@nexeraid/logger": "2.35.1-
|
|
69
|
+
"@nexeraid/logger": "2.35.1-dev"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/bun": "^1.2.15",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('../../dist/vault.schema-4b6853b7.cjs.dev.cjs');
|
|
6
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-185c2591.cjs.dev.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('../../dist/vault.schema-d577ccdd.cjs.prod.cjs');
|
|
6
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-810daa53.cjs.prod.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { g5 as ANALYSIS_TYPES, g6 as AnalysisType, ge as Coin, gj as EntityRiskDefaultsMap, gi as EntityRiskDefaultsValues, gp as GetActiveBlockchains, go as GetActiveBlockchainsRequest, gq as GetActiveBlockchainsResponse, gu as GetAddressAnalysis, gr as GetAddressAnalysisRequest, gw as GetAddressAnalysisResponse, gv as GetTransactionAnalysis, gs as GetTransactionAnalysisRequest, gx as GetTransactionAnalysisResponse, ga as NonMinimalScorechainBlockchain, g7 as OBJECT_TYPES, g8 as ObjectType, gz as RawScorechainResult, gh as RiskExplanation, gf as RiskSeverity, gm as ScorechainAnalysis, g9 as ScorechainBlockchain, gb as ScorechainBlockchainToNamespace, gt as ScorechainEntity, gg as ScorechainEntityType, gl as ScorechainError, gk as ScorechainErrorResponse, gA as ScorechainRiskToRiskLevel, gD as ScorechainTransactionRiskLevel, gC as ScorechainWalletRiskLevel, gB as ScorechainWalletRiskLevels, gy as ScoringAnalysisApiRequest, g3 as ScoringAnalysisRequest, gn as ScoringAnalysisResponse, g4 as WorkflowsScoringAnalysisRequest, gd as compareRiskLevels, gc as getRiskLevelByRiskScore } from '../../dist/vault.schema-025f42bf.esm.mjs';
|
|
2
|
-
export { K as AMLMetadata, cP as APPLICANT_CHECK_STATUSES, d4 as ApiErrorCommandResponse, d3 as ApiErrorResponse, d5 as ApiSuccessCommandResponse, cQ as ApplicantCheckStatus, cB as ApplicantImages, bA as ApplicantMemberOfSchema, bR as BENEFICIARY_TYPES, bC as BaseApplicantActionSchema, b8 as BaseProvider, bT as BeneficiaryCompanyCustomerClaims, bU as BeneficiaryCompanyCustomerClaimsArray, bS as BeneficiaryType, dg as BeneficiaryVerificationStatus, dh as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b4 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, bb as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, dd as COMPANY_DOCUMENT_STATUS, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dB as ChainalysisApiError, a$ as ChainalysisConfig, dz as ChainalysisErrorCodes, be as ChainalysisProvider, dx as ChainalysisRegisterApiResponse, dC as ChainalysisRegisterResponse, dw as ChainalysisRequest, dA as ChainalysisRiskAssessmentApiResponse, dD as ChainalysisRiskAssessmentResponse, dy as ChainalysisRiskLevel, a4 as CoerceDateUTC, dH as CoinMarketCapApiResponse, dI as CoinMarketCapFiatId, dF as CoinMarketCapQuote, dG as CoinMarketCapQuotes, dE as CoinMarketCapRequest, df as CompanyDocumentMetaData, de as CompanyDocumentStatus, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bl as ComplyAdvantageProvider, bk as ComplyAdvantageProviderConfigElement, bj as ComplyAdvantageProviderConfigFilters, bi as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, br as CreateProviderInput, bs as CreateProviderResponse, at as CreateSearchInput, c$ as CredentialMetadata, b1 as CrystalIntelligenceConfig, bg as CrystalIntelligenceProvider, dP as CrystalWalletScreeningApiRequest, dQ as CrystalWalletScreeningResponse, c_ as CustomerContactInformationOutput, dm as CustomerDocumentMetaData, dn as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bw as DeleteProviderInput, bx as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cn as DocumentMetadataSchema, co as DocumentSubmitResponse, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cN as EmailVerificationResponse, F as File, cZ as GetCredentialsOutput, dj as GetKybSessionInput, dk as GetKybSessionResponse, cT as GetKycSessionInput, cU as GetKycSessionResponse, d0 as GetKycSessionResponseWithCredentialsMetadata, d6 as GetKycSessionsOutput, bq as GetProviderResponse, bp as GetProvidersResponse, ab as HIGH_RISK_TYPES, d1 as IDImageMetaData, bP as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bQ as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b5 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bh as IpqualityscoreProvider, d9 as KYB_RESULTS, db as KYB_SESSION_STATUSES, d7 as KYB_STEP_TYPES, c2 as KYC_DOC_SIDES, cJ as KYC_RESULTS, cL as KYC_SESSION_STATUSES, cF as KYC_STEP_TYPES, da as KybResult, dc as KybSessionStatus, d8 as KybStep, c3 as KycDocSide, cK as KycResult, cM as KycSessionStatus, cG as KycStep, cI as KycStepStatus, cH as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, du as MerkleAddressApiError, dt as MerkleAddressApiResponse, ds as MerkleAddressRequest, dv as MerkleAddressResponse, dr as MerkleBlockChainCodes, dq as MerkleBlockChainName, dp as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bd as MerkleScienceProvider, N as NestedSession, ba as NexeraIdKYBProvider, b9 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cY as ProofOfResidenceDocumentType, cX as ProofOfResidenceMetaData, bn as ProviderData, bo as ProviderDataProject, b7 as ProviderIntegrationType, b6 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bF as SUMSUB_APPLICANT_TYPES, cg as SUMSUB_COMPANY_BENEFICIARY_GROUP, b_ as SUMSUB_DOC_TYPES, c4 as SUMSUB_FLOW_LEVEL, cw as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c0 as SUMSUB_KYC_DOC_TYPES, cl as SUMSUB_MEDIA_CONTENT_TYPES, bH as SUMSUB_REVIEW_ANSWERS, cC as SUMSUB_REVIEW_REJECT_LABELS, cE as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bJ as SUMSUB_REVIEW_REJECT_TYPES, bY as SUMSUB_REVIEW_STATUSES, bD as SUMSUB_STEPS, bW as SUMSUB_WEBHOOK_INTERNAL_STATUS, b2 as ScorechainConfig, bc as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, di as SelectKybSession, cR as SelectKycSession, cO as SelectKycSessionStep, cS as SelectKycSessionWithCompletedSteps, d2 as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bN as SumSubAddress, bO as SumSubApplicantInfo, cq as SumSubApplicantResetSchema, cp as SumSubApplicantReviewStatusSchema, cv as SumSubApplicantSchema, bG as SumSubApplicantType, ck as SumSubApplicantVerificationStepSchema, bV as SumSubCompanyApplicantInfo, ce as SumSubCompanyApplicantSchema, b$ as SumSubDocType, c5 as SumSubFlowLevel, cr as SumSubGenerateExternalWebSdkLinkSchema, cf as SumSubImageId, c9 as SumSubImageReviewResultSchema, ca as SumSubImageStatus, cd as SumSubIndividualApplicantSchema, c1 as SumSubKycDocType, cm as SumSubMediaContentType, c6 as SumSubRequiredIdDoc, bI as SumSubReviewAnswer, cD as SumSubReviewRejectLabel, bK as SumSubReviewRejectType, c8 as SumSubReviewResultSchema, bZ as SumSubReviewStatus, cA as SumSubSimilarApplicantsSchema, bE as SumSubStep, cj as SumSubVerificationStepSchema, bB as SumSubWebhookSchema, cc as SumsubApplicantType, cb as SumsubApplicantTypes, ch as SumsubCompanyBeneficiaryGroup, bM as SumsubCountryCode, cu as SumsubKybDataSchema, cz as SumsubKybSessionFlowSection, cy as SumsubKybSessionFlowSectionItem, cx as SumsubKybSessionFlowSectionStatus, ct as SumsubKycDataSchema, bL as SumsubReviewDecision, ci as SumsubStepStatus, cs as SumsubVideoCallData, bX as SumsubWebhookInternalStatus, bm as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, dN as TRMLabsAddressesScreening, dJ as TRMLabsAddressesScreeningApiRequest, dO as TRMLabsAddressesScreeningResponse, b0 as TRMLabsConfig, bf as TRMLabsProvider, dM as TRMLabsRiskScoreToScorechainRiskMapping, dK as TRM_RISK_SCORE_LEVEL, dL as TRM_RISK_SCORE_LEVEL_LABEL, bv as ToggleProviderInput, Y as UNKNOWN_ERROR, dl as UpdateKybSessionOutput, cV as UpdateKycSessionOutput, bt as UpdateProviderInput, bu as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, c7 as UploadDocumentRequest, cW as VideoKycMetaData, by as WEBHOOK_TYPES, q as WebhookPayload, bz as WebhookType, b3 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-
|
|
2
|
+
export { K as AMLMetadata, cP as APPLICANT_CHECK_STATUSES, d4 as ApiErrorCommandResponse, d3 as ApiErrorResponse, d5 as ApiSuccessCommandResponse, cQ as ApplicantCheckStatus, cB as ApplicantImages, bA as ApplicantMemberOfSchema, bR as BENEFICIARY_TYPES, bC as BaseApplicantActionSchema, b8 as BaseProvider, bT as BeneficiaryCompanyCustomerClaims, bU as BeneficiaryCompanyCustomerClaimsArray, bS as BeneficiaryType, dg as BeneficiaryVerificationStatus, dh as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b4 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, bb as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, dd as COMPANY_DOCUMENT_STATUS, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dB as ChainalysisApiError, a$ as ChainalysisConfig, dz as ChainalysisErrorCodes, be as ChainalysisProvider, dx as ChainalysisRegisterApiResponse, dC as ChainalysisRegisterResponse, dw as ChainalysisRequest, dA as ChainalysisRiskAssessmentApiResponse, dD as ChainalysisRiskAssessmentResponse, dy as ChainalysisRiskLevel, a4 as CoerceDateUTC, dH as CoinMarketCapApiResponse, dI as CoinMarketCapFiatId, dF as CoinMarketCapQuote, dG as CoinMarketCapQuotes, dE as CoinMarketCapRequest, df as CompanyDocumentMetaData, de as CompanyDocumentStatus, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bl as ComplyAdvantageProvider, bk as ComplyAdvantageProviderConfigElement, bj as ComplyAdvantageProviderConfigFilters, bi as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, br as CreateProviderInput, bs as CreateProviderResponse, at as CreateSearchInput, c$ as CredentialMetadata, b1 as CrystalIntelligenceConfig, bg as CrystalIntelligenceProvider, dP as CrystalWalletScreeningApiRequest, dQ as CrystalWalletScreeningResponse, c_ as CustomerContactInformationOutput, dm as CustomerDocumentMetaData, dn as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bw as DeleteProviderInput, bx as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cn as DocumentMetadataSchema, co as DocumentSubmitResponse, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cN as EmailVerificationResponse, F as File, cZ as GetCredentialsOutput, dj as GetKybSessionInput, dk as GetKybSessionResponse, cT as GetKycSessionInput, cU as GetKycSessionResponse, d0 as GetKycSessionResponseWithCredentialsMetadata, d6 as GetKycSessionsOutput, bq as GetProviderResponse, bp as GetProvidersResponse, ab as HIGH_RISK_TYPES, d1 as IDImageMetaData, bP as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bQ as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b5 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bh as IpqualityscoreProvider, d9 as KYB_RESULTS, db as KYB_SESSION_STATUSES, d7 as KYB_STEP_TYPES, c2 as KYC_DOC_SIDES, cJ as KYC_RESULTS, cL as KYC_SESSION_STATUSES, cF as KYC_STEP_TYPES, da as KybResult, dc as KybSessionStatus, d8 as KybStep, c3 as KycDocSide, cK as KycResult, cM as KycSessionStatus, cG as KycStep, cI as KycStepStatus, cH as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, du as MerkleAddressApiError, dt as MerkleAddressApiResponse, ds as MerkleAddressRequest, dv as MerkleAddressResponse, dr as MerkleBlockChainCodes, dq as MerkleBlockChainName, dp as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bd as MerkleScienceProvider, N as NestedSession, ba as NexeraIdKYBProvider, b9 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cY as ProofOfResidenceDocumentType, cX as ProofOfResidenceMetaData, bn as ProviderData, bo as ProviderDataProject, b7 as ProviderIntegrationType, b6 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bF as SUMSUB_APPLICANT_TYPES, cg as SUMSUB_COMPANY_BENEFICIARY_GROUP, b_ as SUMSUB_DOC_TYPES, c4 as SUMSUB_FLOW_LEVEL, cw as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c0 as SUMSUB_KYC_DOC_TYPES, cl as SUMSUB_MEDIA_CONTENT_TYPES, bH as SUMSUB_REVIEW_ANSWERS, cC as SUMSUB_REVIEW_REJECT_LABELS, cE as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bJ as SUMSUB_REVIEW_REJECT_TYPES, bY as SUMSUB_REVIEW_STATUSES, bD as SUMSUB_STEPS, bW as SUMSUB_WEBHOOK_INTERNAL_STATUS, b2 as ScorechainConfig, bc as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, di as SelectKybSession, cR as SelectKycSession, cO as SelectKycSessionStep, cS as SelectKycSessionWithCompletedSteps, d2 as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bN as SumSubAddress, bO as SumSubApplicantInfo, cq as SumSubApplicantResetSchema, cp as SumSubApplicantReviewStatusSchema, cv as SumSubApplicantSchema, bG as SumSubApplicantType, ck as SumSubApplicantVerificationStepSchema, bV as SumSubCompanyApplicantInfo, ce as SumSubCompanyApplicantSchema, b$ as SumSubDocType, c5 as SumSubFlowLevel, cr as SumSubGenerateExternalWebSdkLinkSchema, cf as SumSubImageId, c9 as SumSubImageReviewResultSchema, ca as SumSubImageStatus, cd as SumSubIndividualApplicantSchema, c1 as SumSubKycDocType, cm as SumSubMediaContentType, c6 as SumSubRequiredIdDoc, bI as SumSubReviewAnswer, cD as SumSubReviewRejectLabel, bK as SumSubReviewRejectType, c8 as SumSubReviewResultSchema, bZ as SumSubReviewStatus, cA as SumSubSimilarApplicantsSchema, bE as SumSubStep, cj as SumSubVerificationStepSchema, bB as SumSubWebhookSchema, cc as SumsubApplicantType, cb as SumsubApplicantTypes, ch as SumsubCompanyBeneficiaryGroup, bM as SumsubCountryCode, cu as SumsubKybDataSchema, cz as SumsubKybSessionFlowSection, cy as SumsubKybSessionFlowSectionItem, cx as SumsubKybSessionFlowSectionStatus, ct as SumsubKycDataSchema, bL as SumsubReviewDecision, ci as SumsubStepStatus, cs as SumsubVideoCallData, bX as SumsubWebhookInternalStatus, bm as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, dN as TRMLabsAddressesScreening, dJ as TRMLabsAddressesScreeningApiRequest, dO as TRMLabsAddressesScreeningResponse, b0 as TRMLabsConfig, bf as TRMLabsProvider, dM as TRMLabsRiskScoreToScorechainRiskMapping, dK as TRM_RISK_SCORE_LEVEL, dL as TRM_RISK_SCORE_LEVEL_LABEL, bv as ToggleProviderInput, Y as UNKNOWN_ERROR, dl as UpdateKybSessionOutput, cV as UpdateKycSessionOutput, bt as UpdateProviderInput, bu as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, c7 as UploadDocumentRequest, cW as VideoKycMetaData, by as WEBHOOK_TYPES, q as WebhookPayload, bz as WebhookType, b3 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-320d276c.esm.mjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var z = require('zod');
|
|
6
6
|
var vault_schema = require('../../dist/vault.schema-4b6853b7.cjs.dev.cjs');
|
|
7
7
|
var identityApi_schema = require('../../dist/identity-api.schema-3b0ade9c.cjs.dev.cjs');
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-185c2591.cjs.dev.cjs');
|
|
9
9
|
var toArray = require('../../dist/toArray-90aa2268.cjs.dev.cjs');
|
|
10
10
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
11
11
|
require('nanoid');
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var z = require('zod');
|
|
6
6
|
var vault_schema = require('../../dist/vault.schema-d577ccdd.cjs.prod.cjs');
|
|
7
7
|
var identityApi_schema = require('../../dist/identity-api.schema-3a746737.cjs.prod.cjs');
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-810daa53.cjs.prod.cjs');
|
|
9
9
|
var toArray = require('../../dist/toArray-cee53077.cjs.prod.cjs');
|
|
10
10
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
11
11
|
require('nanoid');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { aW as UuidString, dL as ExternalCustomerId, dJ as WorkflowId, be as RiskScoreType, bg as CustomerType, bm as CustomerOnboardingLevel, bo as CustomerStatus, b2 as ISO3CountryCode, at as BlockchainAddress, e3 as GenericVerifiableCredentialSchema, fP as WalletScreeningData, es as TransactionTypes, ey as TransactionReviewStatuses, fZ as _toConsumableArray, aV as EnvironmentSchema } from '../../dist/vault.schema-025f42bf.esm.mjs';
|
|
3
3
|
import { Y as RuleResultStatus } from '../../dist/identity-api.schema-f6610db0.esm.mjs';
|
|
4
|
-
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-
|
|
4
|
+
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-320d276c.esm.mjs';
|
|
5
5
|
import { _ as _toArray } from '../../dist/toArray-af53dbf6.esm.mjs';
|
|
6
6
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
7
7
|
import 'nanoid';
|