@nexeraid/identity-schemas 2.191.0-dev → 2.191.0
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-320d276c.esm.mjs → CoinMarketCap.schema-59724503.esm.mjs} +1 -7
- package/dist/{CoinMarketCap.schema-185c2591.cjs.dev.cjs → CoinMarketCap.schema-7bf12d02.cjs.dev.cjs} +1 -7
- package/dist/{CoinMarketCap.schema-810daa53.cjs.prod.cjs → CoinMarketCap.schema-7d8f8e3a.cjs.prod.cjs} +1 -7
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +0 -51
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/sumsub/sumsub.schema.d.ts +0 -9
- package/dist/declarations/src/providers/sumsub/sumsub.schema.d.ts.map +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-320d276c.esm.mjs → CoinMarketCap.schema-59724503.esm.mjs}
RENAMED
|
@@ -1970,10 +1970,7 @@ 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()
|
|
1974
|
-
reviewRejectLabels: z.string().array().nullish(),
|
|
1975
|
-
reviewModerationComment: z.string().nullish(),
|
|
1976
|
-
reviewClientComment: z.string().nullish()
|
|
1973
|
+
reviewRejectType: SumSubReviewRejectType.nullish()
|
|
1977
1974
|
});
|
|
1978
1975
|
var SumsubCountryCode = z.union([ISO3CountryCode, z.literal("RKS")]); // SumSub uses RKS for Kosovo instead of XKX
|
|
1979
1976
|
|
|
@@ -2505,9 +2502,6 @@ var SelectKycSession = z.object({
|
|
|
2505
2502
|
result: KycResult.nullish(),
|
|
2506
2503
|
reviewAnswer: SumSubReviewAnswer.nullish(),
|
|
2507
2504
|
reviewRejectType: SumSubReviewRejectType.nullish(),
|
|
2508
|
-
reviewRejectLabels: z.string().array().nullish(),
|
|
2509
|
-
reviewModerationComment: z.string().nullish(),
|
|
2510
|
-
reviewClientComment: z.string().nullish(),
|
|
2511
2505
|
sandboxMode: z.coerce["boolean"]().nullish(),
|
|
2512
2506
|
status: KycSessionStatus.nullish(),
|
|
2513
2507
|
ip: z.string().nullish(),
|
package/dist/{CoinMarketCap.schema-185c2591.cjs.dev.cjs → CoinMarketCap.schema-7bf12d02.cjs.dev.cjs}
RENAMED
|
@@ -1976,10 +1976,7 @@ 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()
|
|
1980
|
-
reviewRejectLabels: z.z.string().array().nullish(),
|
|
1981
|
-
reviewModerationComment: z.z.string().nullish(),
|
|
1982
|
-
reviewClientComment: z.z.string().nullish()
|
|
1979
|
+
reviewRejectType: SumSubReviewRejectType.nullish()
|
|
1983
1980
|
});
|
|
1984
1981
|
var SumsubCountryCode = z.z.union([vault_schema.ISO3CountryCode, z.z.literal("RKS")]); // SumSub uses RKS for Kosovo instead of XKX
|
|
1985
1982
|
|
|
@@ -2511,9 +2508,6 @@ var SelectKycSession = z.z.object({
|
|
|
2511
2508
|
result: KycResult.nullish(),
|
|
2512
2509
|
reviewAnswer: SumSubReviewAnswer.nullish(),
|
|
2513
2510
|
reviewRejectType: SumSubReviewRejectType.nullish(),
|
|
2514
|
-
reviewRejectLabels: z.z.string().array().nullish(),
|
|
2515
|
-
reviewModerationComment: z.z.string().nullish(),
|
|
2516
|
-
reviewClientComment: z.z.string().nullish(),
|
|
2517
2511
|
sandboxMode: z.z.coerce["boolean"]().nullish(),
|
|
2518
2512
|
status: KycSessionStatus.nullish(),
|
|
2519
2513
|
ip: z.z.string().nullish(),
|
|
@@ -1976,10 +1976,7 @@ 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()
|
|
1980
|
-
reviewRejectLabels: z.z.string().array().nullish(),
|
|
1981
|
-
reviewModerationComment: z.z.string().nullish(),
|
|
1982
|
-
reviewClientComment: z.z.string().nullish()
|
|
1979
|
+
reviewRejectType: SumSubReviewRejectType.nullish()
|
|
1983
1980
|
});
|
|
1984
1981
|
var SumsubCountryCode = z.z.union([vault_schema.ISO3CountryCode, z.z.literal("RKS")]); // SumSub uses RKS for Kosovo instead of XKX
|
|
1985
1982
|
|
|
@@ -2511,9 +2508,6 @@ var SelectKycSession = z.z.object({
|
|
|
2511
2508
|
result: KycResult.nullish(),
|
|
2512
2509
|
reviewAnswer: SumSubReviewAnswer.nullish(),
|
|
2513
2510
|
reviewRejectType: SumSubReviewRejectType.nullish(),
|
|
2514
|
-
reviewRejectLabels: z.z.string().array().nullish(),
|
|
2515
|
-
reviewModerationComment: z.z.string().nullish(),
|
|
2516
|
-
reviewClientComment: z.z.string().nullish(),
|
|
2517
2511
|
sandboxMode: z.z.coerce["boolean"]().nullish(),
|
|
2518
2512
|
status: KycSessionStatus.nullish(),
|
|
2519
2513
|
ip: z.z.string().nullish(),
|
|
@@ -59,9 +59,6 @@ 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>>;
|
|
65
62
|
sandboxMode: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
66
63
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NotStarted", "Started", "EmailVerified", "UserDataSubmitted", "VerificationChecked", "CredentialsClaimed", "Closed"]>>>;
|
|
67
64
|
ip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -191,7 +188,6 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
191
188
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
192
189
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
193
190
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
194
|
-
reviewRejectLabels?: string[] | null | undefined;
|
|
195
191
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
196
192
|
address?: string | null | undefined;
|
|
197
193
|
organizationId?: string | null | undefined;
|
|
@@ -200,8 +196,6 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
200
196
|
identityId?: `identity_${string}` | null | undefined;
|
|
201
197
|
ip?: string | null | undefined;
|
|
202
198
|
sandboxMode?: boolean | null | undefined;
|
|
203
|
-
reviewModerationComment?: string | null | undefined;
|
|
204
|
-
reviewClientComment?: string | null | undefined;
|
|
205
199
|
sandboxSimulated?: boolean | null | undefined;
|
|
206
200
|
notificationEmail?: string | null | undefined;
|
|
207
201
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -237,7 +231,6 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
237
231
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
238
232
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
239
233
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
240
|
-
reviewRejectLabels?: string[] | null | undefined;
|
|
241
234
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
242
235
|
address?: string | null | undefined;
|
|
243
236
|
organizationId?: string | null | undefined;
|
|
@@ -246,8 +239,6 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
246
239
|
identityId?: `identity_${string}` | null | undefined;
|
|
247
240
|
ip?: string | null | undefined;
|
|
248
241
|
sandboxMode?: boolean | null | undefined;
|
|
249
|
-
reviewModerationComment?: string | null | undefined;
|
|
250
|
-
reviewClientComment?: string | null | undefined;
|
|
251
242
|
sandboxSimulated?: boolean | null | undefined;
|
|
252
243
|
notificationEmail?: string | null | undefined;
|
|
253
244
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -284,9 +275,6 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
284
275
|
result: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Passed", "ToBeManuallyChecked", "Rejected", "Retry"]>>>;
|
|
285
276
|
reviewAnswer: z.ZodOptional<z.ZodNullable<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>>;
|
|
286
277
|
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>>;
|
|
290
278
|
sandboxMode: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
291
279
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NotStarted", "Started", "EmailVerified", "UserDataSubmitted", "VerificationChecked", "CredentialsClaimed", "Closed"]>>>;
|
|
292
280
|
ip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -443,7 +431,6 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
443
431
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
444
432
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
445
433
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
446
|
-
reviewRejectLabels?: string[] | null | undefined;
|
|
447
434
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
448
435
|
address?: string | null | undefined;
|
|
449
436
|
organizationId?: string | null | undefined;
|
|
@@ -452,8 +439,6 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
452
439
|
identityId?: `identity_${string}` | null | undefined;
|
|
453
440
|
ip?: string | null | undefined;
|
|
454
441
|
sandboxMode?: boolean | null | undefined;
|
|
455
|
-
reviewModerationComment?: string | null | undefined;
|
|
456
|
-
reviewClientComment?: string | null | undefined;
|
|
457
442
|
sandboxSimulated?: boolean | null | undefined;
|
|
458
443
|
notificationEmail?: string | null | undefined;
|
|
459
444
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -496,7 +481,6 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
496
481
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
497
482
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
498
483
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
499
|
-
reviewRejectLabels?: string[] | null | undefined;
|
|
500
484
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
501
485
|
address?: string | null | undefined;
|
|
502
486
|
organizationId?: string | null | undefined;
|
|
@@ -505,8 +489,6 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
505
489
|
identityId?: `identity_${string}` | null | undefined;
|
|
506
490
|
ip?: string | null | undefined;
|
|
507
491
|
sandboxMode?: boolean | null | undefined;
|
|
508
|
-
reviewModerationComment?: string | null | undefined;
|
|
509
|
-
reviewClientComment?: string | null | undefined;
|
|
510
492
|
sandboxSimulated?: boolean | null | undefined;
|
|
511
493
|
notificationEmail?: string | null | undefined;
|
|
512
494
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -550,9 +532,6 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
550
532
|
result: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Passed", "ToBeManuallyChecked", "Rejected", "Retry"]>>>;
|
|
551
533
|
reviewAnswer: z.ZodOptional<z.ZodNullable<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>>;
|
|
552
534
|
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>>;
|
|
556
535
|
sandboxMode: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
557
536
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NotStarted", "Started", "EmailVerified", "UserDataSubmitted", "VerificationChecked", "CredentialsClaimed", "Closed"]>>>;
|
|
558
537
|
ip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -720,7 +699,6 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
720
699
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
721
700
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
722
701
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
723
|
-
reviewRejectLabels?: string[] | null | undefined;
|
|
724
702
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
725
703
|
address?: string | null | undefined;
|
|
726
704
|
organizationId?: string | null | undefined;
|
|
@@ -729,8 +707,6 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
729
707
|
identityId?: `identity_${string}` | null | undefined;
|
|
730
708
|
ip?: string | null | undefined;
|
|
731
709
|
sandboxMode?: boolean | null | undefined;
|
|
732
|
-
reviewModerationComment?: string | null | undefined;
|
|
733
|
-
reviewClientComment?: string | null | undefined;
|
|
734
710
|
sandboxSimulated?: boolean | null | undefined;
|
|
735
711
|
notificationEmail?: string | null | undefined;
|
|
736
712
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -778,7 +754,6 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
778
754
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
779
755
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
780
756
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
781
|
-
reviewRejectLabels?: string[] | null | undefined;
|
|
782
757
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
783
758
|
address?: string | null | undefined;
|
|
784
759
|
organizationId?: string | null | undefined;
|
|
@@ -787,8 +762,6 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
787
762
|
identityId?: `identity_${string}` | null | undefined;
|
|
788
763
|
ip?: string | null | undefined;
|
|
789
764
|
sandboxMode?: boolean | null | undefined;
|
|
790
|
-
reviewModerationComment?: string | null | undefined;
|
|
791
|
-
reviewClientComment?: string | null | undefined;
|
|
792
765
|
sandboxSimulated?: boolean | null | undefined;
|
|
793
766
|
notificationEmail?: string | null | undefined;
|
|
794
767
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -1035,9 +1008,6 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1035
1008
|
result: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Passed", "ToBeManuallyChecked", "Rejected", "Retry"]>>>;
|
|
1036
1009
|
reviewAnswer: z.ZodOptional<z.ZodNullable<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>>;
|
|
1037
1010
|
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>>;
|
|
1041
1011
|
sandboxMode: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1042
1012
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NotStarted", "Started", "EmailVerified", "UserDataSubmitted", "VerificationChecked", "CredentialsClaimed", "Closed"]>>>;
|
|
1043
1013
|
ip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1222,7 +1192,6 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1222
1192
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
1223
1193
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
1224
1194
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
1225
|
-
reviewRejectLabels?: string[] | null | undefined;
|
|
1226
1195
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
1227
1196
|
address?: string | null | undefined;
|
|
1228
1197
|
organizationId?: string | null | undefined;
|
|
@@ -1231,8 +1200,6 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1231
1200
|
identityId?: `identity_${string}` | null | undefined;
|
|
1232
1201
|
ip?: string | null | undefined;
|
|
1233
1202
|
sandboxMode?: boolean | null | undefined;
|
|
1234
|
-
reviewModerationComment?: string | null | undefined;
|
|
1235
|
-
reviewClientComment?: string | null | undefined;
|
|
1236
1203
|
sandboxSimulated?: boolean | null | undefined;
|
|
1237
1204
|
notificationEmail?: string | null | undefined;
|
|
1238
1205
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -1286,7 +1253,6 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1286
1253
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
1287
1254
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
1288
1255
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
1289
|
-
reviewRejectLabels?: string[] | null | undefined;
|
|
1290
1256
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
1291
1257
|
address?: string | null | undefined;
|
|
1292
1258
|
organizationId?: string | null | undefined;
|
|
@@ -1295,8 +1261,6 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1295
1261
|
identityId?: `identity_${string}` | null | undefined;
|
|
1296
1262
|
ip?: string | null | undefined;
|
|
1297
1263
|
sandboxMode?: boolean | null | undefined;
|
|
1298
|
-
reviewModerationComment?: string | null | undefined;
|
|
1299
|
-
reviewClientComment?: string | null | undefined;
|
|
1300
1264
|
sandboxSimulated?: boolean | null | undefined;
|
|
1301
1265
|
notificationEmail?: string | null | undefined;
|
|
1302
1266
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -1490,9 +1454,6 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1490
1454
|
result: z.ZodOptional<z.ZodNullable<z.ZodEnum<["Passed", "ToBeManuallyChecked", "Rejected", "Retry"]>>>;
|
|
1491
1455
|
reviewAnswer: z.ZodOptional<z.ZodNullable<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>>;
|
|
1492
1456
|
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>>;
|
|
1496
1457
|
sandboxMode: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1497
1458
|
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NotStarted", "Started", "EmailVerified", "UserDataSubmitted", "VerificationChecked", "CredentialsClaimed", "Closed"]>>>;
|
|
1498
1459
|
ip: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1677,7 +1638,6 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1677
1638
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
1678
1639
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
1679
1640
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
1680
|
-
reviewRejectLabels?: string[] | null | undefined;
|
|
1681
1641
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
1682
1642
|
address?: string | null | undefined;
|
|
1683
1643
|
organizationId?: string | null | undefined;
|
|
@@ -1686,8 +1646,6 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1686
1646
|
identityId?: `identity_${string}` | null | undefined;
|
|
1687
1647
|
ip?: string | null | undefined;
|
|
1688
1648
|
sandboxMode?: boolean | null | undefined;
|
|
1689
|
-
reviewModerationComment?: string | null | undefined;
|
|
1690
|
-
reviewClientComment?: string | null | undefined;
|
|
1691
1649
|
sandboxSimulated?: boolean | null | undefined;
|
|
1692
1650
|
notificationEmail?: string | null | undefined;
|
|
1693
1651
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -1741,7 +1699,6 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1741
1699
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
1742
1700
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
1743
1701
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
1744
|
-
reviewRejectLabels?: string[] | null | undefined;
|
|
1745
1702
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
1746
1703
|
address?: string | null | undefined;
|
|
1747
1704
|
organizationId?: string | null | undefined;
|
|
@@ -1750,8 +1707,6 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1750
1707
|
identityId?: `identity_${string}` | null | undefined;
|
|
1751
1708
|
ip?: string | null | undefined;
|
|
1752
1709
|
sandboxMode?: boolean | null | undefined;
|
|
1753
|
-
reviewModerationComment?: string | null | undefined;
|
|
1754
|
-
reviewClientComment?: string | null | undefined;
|
|
1755
1710
|
sandboxSimulated?: boolean | null | undefined;
|
|
1756
1711
|
notificationEmail?: string | null | undefined;
|
|
1757
1712
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -1809,7 +1764,6 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1809
1764
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
1810
1765
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
1811
1766
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
1812
|
-
reviewRejectLabels?: string[] | null | undefined;
|
|
1813
1767
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
1814
1768
|
address?: string | null | undefined;
|
|
1815
1769
|
organizationId?: string | null | undefined;
|
|
@@ -1818,8 +1772,6 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1818
1772
|
identityId?: `identity_${string}` | null | undefined;
|
|
1819
1773
|
ip?: string | null | undefined;
|
|
1820
1774
|
sandboxMode?: boolean | null | undefined;
|
|
1821
|
-
reviewModerationComment?: string | null | undefined;
|
|
1822
|
-
reviewClientComment?: string | null | undefined;
|
|
1823
1775
|
sandboxSimulated?: boolean | null | undefined;
|
|
1824
1776
|
notificationEmail?: string | null | undefined;
|
|
1825
1777
|
isBeneficiary?: boolean | null | undefined;
|
|
@@ -1878,7 +1830,6 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1878
1830
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
1879
1831
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
1880
1832
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
1881
|
-
reviewRejectLabels?: string[] | null | undefined;
|
|
1882
1833
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
1883
1834
|
address?: string | null | undefined;
|
|
1884
1835
|
organizationId?: string | null | undefined;
|
|
@@ -1887,8 +1838,6 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1887
1838
|
identityId?: `identity_${string}` | null | undefined;
|
|
1888
1839
|
ip?: string | null | undefined;
|
|
1889
1840
|
sandboxMode?: boolean | null | undefined;
|
|
1890
|
-
reviewModerationComment?: string | null | undefined;
|
|
1891
|
-
reviewClientComment?: string | null | undefined;
|
|
1892
1841
|
sandboxSimulated?: boolean | null | undefined;
|
|
1893
1842
|
notificationEmail?: string | null | undefined;
|
|
1894
1843
|
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,21 +34,12 @@ 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>>;
|
|
40
37
|
}, "strip", z.ZodTypeAny, {
|
|
41
38
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
42
39
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
43
|
-
reviewRejectLabels?: string[] | null | undefined;
|
|
44
|
-
reviewModerationComment?: string | null | undefined;
|
|
45
|
-
reviewClientComment?: string | null | undefined;
|
|
46
40
|
}, {
|
|
47
41
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
48
42
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
49
|
-
reviewRejectLabels?: string[] | null | undefined;
|
|
50
|
-
reviewModerationComment?: string | null | undefined;
|
|
51
|
-
reviewClientComment?: string | null | undefined;
|
|
52
43
|
}>;
|
|
53
44
|
export type SumsubReviewDecision = z.infer<typeof SumsubReviewDecision>;
|
|
54
45
|
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexeraid/identity-schemas",
|
|
3
|
-
"version": "2.191.0
|
|
3
|
+
"version": "2.191.0",
|
|
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.
|
|
69
|
+
"@nexeraid/logger": "2.35.3"
|
|
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-7bf12d02.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-7d8f8e3a.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-59724503.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-7bf12d02.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-7d8f8e3a.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-59724503.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';
|