@nexeraid/identity-schemas 2.225.0-dev → 2.226.0-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/declarations/src/providers/index.d.ts +1 -0
- package/dist/declarations/src/providers/index.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +37 -0
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/provider.schema.d.ts +25 -25
- package/dist/declarations/src/providers/provider.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/veriff/index.d.ts +5 -0
- package/dist/declarations/src/providers/veriff/index.d.ts.map +1 -0
- package/dist/declarations/src/providers/veriff/veriff-decision.schema.d.ts +8 -0
- package/dist/declarations/src/providers/veriff/veriff-decision.schema.d.ts.map +1 -0
- package/dist/declarations/src/providers/veriff/veriff-session.schema.d.ts +192 -0
- package/dist/declarations/src/providers/veriff/veriff-session.schema.d.ts.map +1 -0
- package/dist/declarations/src/providers/veriff/veriff-watchlist.schema.d.ts +2400 -0
- package/dist/declarations/src/providers/veriff/veriff-watchlist.schema.d.ts.map +1 -0
- package/dist/declarations/src/providers/veriff/veriff-webhook.schema.d.ts +655 -0
- package/dist/declarations/src/providers/veriff/veriff-webhook.schema.d.ts.map +1 -0
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +2 -2
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +2 -2
- package/dist/nexeraid-identity-schemas.esm.mjs +1 -1
- package/dist/package.json +1 -1
- package/dist/{notabene.schema-a795a036.esm.mjs → veriff-webhook.schema-126f3aa3.esm.mjs} +162 -3
- package/dist/{notabene.schema-e5c798ca.cjs.dev.cjs → veriff-webhook.schema-23d9f688.cjs.dev.cjs} +180 -2
- package/dist/{notabene.schema-cf723922.cjs.prod.cjs → veriff-webhook.schema-afbdfa40.cjs.prod.cjs} +180 -2
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +345 -326
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +345 -326
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +13 -13
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +13 -13
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +1 -1
|
@@ -20,4 +20,5 @@ export * from "./coin-market-cap/cmc-crypto.schema.js";
|
|
|
20
20
|
export * from "./trm-labs/trm.schema.js";
|
|
21
21
|
export * from "./crystal-intelligence/crystal.schema.js";
|
|
22
22
|
export * from "./notabene/notabene.schema.js";
|
|
23
|
+
export * from "./veriff/index.js";
|
|
23
24
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"../../../../src/providers","sources":["index.ts"],"names":[],"mappings":"AAAA,kDAA+C;AAC/C,2DAAwD;AACxD,gDAA6C;AAC7C,wDAAqD;AACrD,0CAAuC;AACvC,8DAA2D;AAC3D,qCAAkC;AAClC,mDAAgD;AAChD,0CAAuC;AACvC,oDAAiD;AACjD,iDAA8C;AAC9C,yCAAsC;AACtC,yCAAsC;AACtC,sCAAmC;AACnC,0DAAuD;AACvD,oDAAiD;AACjD,0DAAuD;AACvD,qDAAkD;AAClD,uDAAoD;AACpD,yCAAsC;AACtC,yDAAsD;AACtD,8CAA2C"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"../../../../src/providers","sources":["index.ts"],"names":[],"mappings":"AAAA,kDAA+C;AAC/C,2DAAwD;AACxD,gDAA6C;AAC7C,wDAAqD;AACrD,0CAAuC;AACvC,8DAA2D;AAC3D,qCAAkC;AAClC,mDAAgD;AAChD,0CAAuC;AACvC,oDAAiD;AACjD,iDAA8C;AAC9C,yCAAsC;AACtC,yCAAsC;AACtC,sCAAmC;AACnC,0DAAuD;AACvD,oDAAiD;AACjD,0DAAuD;AACvD,qDAAkD;AAClD,uDAAoD;AACpD,yCAAsC;AACtC,yDAAsD;AACtD,8CAA2C;AAC3C,kCAAyB"}
|
|
@@ -179,6 +179,8 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
179
179
|
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
180
180
|
organizationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
181
181
|
applicantCheckStatus: z.ZodEnum<["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"]>;
|
|
182
|
+
kycProvider: z.ZodDefault<z.ZodString>;
|
|
183
|
+
providerPersonData: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
182
184
|
}, "strip", z.ZodTypeAny, {
|
|
183
185
|
id: string;
|
|
184
186
|
createdAt: Date;
|
|
@@ -188,6 +190,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
188
190
|
workflowSessionId: string | null;
|
|
189
191
|
cmsProjectId: string;
|
|
190
192
|
applicantCheckStatus: "FAILED" | "IN_PROGRESS" | "COMPLETED" | "PENDING";
|
|
193
|
+
kycProvider: string;
|
|
191
194
|
status?: "Started" | "Closed" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
192
195
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
193
196
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
@@ -225,6 +228,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
225
228
|
address?: string | null | undefined;
|
|
226
229
|
}[][] | undefined;
|
|
227
230
|
} | null | undefined;
|
|
231
|
+
providerPersonData?: unknown;
|
|
228
232
|
}, {
|
|
229
233
|
id: string;
|
|
230
234
|
createdAt: Date;
|
|
@@ -271,6 +275,8 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
271
275
|
address?: string | null | undefined;
|
|
272
276
|
}[][] | undefined;
|
|
273
277
|
} | null | undefined;
|
|
278
|
+
kycProvider?: string | undefined;
|
|
279
|
+
providerPersonData?: unknown;
|
|
274
280
|
}>;
|
|
275
281
|
export type SelectKycSession = z.infer<typeof SelectKycSession>;
|
|
276
282
|
export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
@@ -404,6 +410,8 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
404
410
|
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
405
411
|
organizationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
406
412
|
applicantCheckStatus: z.ZodEnum<["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"]>;
|
|
413
|
+
kycProvider: z.ZodDefault<z.ZodString>;
|
|
414
|
+
providerPersonData: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
407
415
|
} & {
|
|
408
416
|
stepsCompleted: z.ZodArray<z.ZodObject<{
|
|
409
417
|
id: z.ZodString;
|
|
@@ -433,6 +441,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
433
441
|
workflowSessionId: string | null;
|
|
434
442
|
cmsProjectId: string;
|
|
435
443
|
applicantCheckStatus: "FAILED" | "IN_PROGRESS" | "COMPLETED" | "PENDING";
|
|
444
|
+
kycProvider: string;
|
|
436
445
|
stepsCompleted: {
|
|
437
446
|
id: string;
|
|
438
447
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "EmailVerification" | "Identity" | "Liveness" | "ContactInfo" | "CredentialsClaimed";
|
|
@@ -477,6 +486,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
477
486
|
address?: string | null | undefined;
|
|
478
487
|
}[][] | undefined;
|
|
479
488
|
} | null | undefined;
|
|
489
|
+
providerPersonData?: unknown;
|
|
480
490
|
}, {
|
|
481
491
|
id: string;
|
|
482
492
|
createdAt: Date;
|
|
@@ -530,6 +540,8 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
530
540
|
address?: string | null | undefined;
|
|
531
541
|
}[][] | undefined;
|
|
532
542
|
} | null | undefined;
|
|
543
|
+
kycProvider?: string | undefined;
|
|
544
|
+
providerPersonData?: unknown;
|
|
533
545
|
}>;
|
|
534
546
|
export type SelectKycSessionWithCompletedSteps = z.infer<typeof SelectKycSessionWithCompletedSteps>;
|
|
535
547
|
export declare const GetKycSessionInput: z.ZodObject<{
|
|
@@ -670,6 +682,8 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
670
682
|
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
671
683
|
organizationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
672
684
|
applicantCheckStatus: z.ZodEnum<["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"]>;
|
|
685
|
+
kycProvider: z.ZodDefault<z.ZodString>;
|
|
686
|
+
providerPersonData: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
673
687
|
} & {
|
|
674
688
|
stepsCompleted: z.ZodArray<z.ZodObject<{
|
|
675
689
|
id: z.ZodString;
|
|
@@ -710,6 +724,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
710
724
|
workflowSessionId: string | null;
|
|
711
725
|
cmsProjectId: string;
|
|
712
726
|
applicantCheckStatus: "FAILED" | "IN_PROGRESS" | "COMPLETED" | "PENDING";
|
|
727
|
+
kycProvider: string;
|
|
713
728
|
stepsCompleted: {
|
|
714
729
|
id: string;
|
|
715
730
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "EmailVerification" | "Identity" | "Liveness" | "ContactInfo" | "CredentialsClaimed";
|
|
@@ -754,6 +769,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
754
769
|
address?: string | null | undefined;
|
|
755
770
|
}[][] | undefined;
|
|
756
771
|
} | null | undefined;
|
|
772
|
+
providerPersonData?: unknown;
|
|
757
773
|
customerStatus?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
758
774
|
sumSubReviewResult?: {
|
|
759
775
|
SELFIE: ("FORGERY" | "DOCUMENT_TEMPLATE" | "LOW_QUALITY" | "SPAM" | "NOT_DOCUMENT" | "SELFIE_MISMATCH" | "ID_INVALID" | "FOREIGNER" | "DUPLICATE" | "BAD_AVATAR" | "WRONG_USER_REGION" | "INCOMPLETE_DOCUMENT" | "BLACKLIST" | "BLOCKLIST" | "UNSATISFACTORY_PHOTOS" | "DOCUMENT_PAGE_MISSING" | "DOCUMENT_DAMAGED" | "DIGITAL_DOCUMENT" | "REGULATIONS_VIOLATIONS" | "INCONSISTENT_PROFILE" | "PROBLEMATIC_APPLICANT_DATA" | "ADDITIONAL_DOCUMENT_REQUIRED" | "AGE_REQUIREMENT_MISMATCH" | "EXPERIENCE_REQUIREMENT_MISMATCH" | "CRIMINAL" | "WRONG_ADDRESS" | "GRAPHIC_EDITOR" | "DOCUMENT_DEPRIVED" | "COMPROMISED_PERSONS" | "PEP" | "ADVERSE_MEDIA" | "FRAUDULENT_PATTERNS" | "SANCTIONS" | "NOT_ALL_CHECKS_COMPLETED" | "FRONT_SIDE_MISSING" | "BACK_SIDE_MISSING" | "SCREENSHOTS" | "BLACK_AND_WHITE" | "INCOMPATIBLE_LANGUAGE" | "EXPIRATION_DATE" | "UNFILLED_ID" | "BAD_SELFIE" | "BAD_VIDEO_SELFIE" | "BAD_FACE_MATCHING" | "BAD_PROOF_OF_IDENTITY" | "BAD_PROOF_OF_ADDRESS" | "BAD_PROOF_OF_PAYMENT" | "SELFIE_WITH_PAPER" | "FRAUDULENT_LIVENESS" | "OTHER" | "REQUESTED_DATA_MISMATCH" | "OK" | "COMPANY_NOT_DEFINED_STRUCTURE" | "COMPANY_NOT_DEFINED_BENEFICIARIES" | "COMPANY_NOT_VALIDATED_BENEFICIAL_OWNERS" | "COMPANY_NOT_VALIDATED_BENEFICIARIES" | "COMPANY_NOT_VALIDATED_DIRECTORS" | "COMPANY_NOT_DEFINED_REPRESENTATIVES" | "COMPANY_NOT_VALIDATED_REPRESENTATIVES" | "COMPANY_INCORRECT_DATA" | "UNSUITABLE_DOCUMENT" | "OUTDATED_DOCUMENT_VERSION" | "COMPANY_NOT_DEFINED_OWNERSHIP_STRUCTURE" | "COMPANY_INACTIVE_ENTITY" | "APPLICANT_INTERRUPTED_INTERVIEW" | "DOCUMENT_MISSING" | "UNSUITABLE_ENV" | "CONNECTION_INTERRUPTED" | "UNSUPPORTED_LANGUAGE" | "THIRD_PARTY_INVOLVED" | "CHECK_UNAVAILABLE" | "DB_DATA_NOT_FOUND" | "DB_DATA_MISMATCH" | "INCORRECT_SOCIAL_NUMBER")[];
|
|
@@ -812,6 +828,8 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
812
828
|
address?: string | null | undefined;
|
|
813
829
|
}[][] | undefined;
|
|
814
830
|
} | null | undefined;
|
|
831
|
+
kycProvider?: string | undefined;
|
|
832
|
+
providerPersonData?: unknown;
|
|
815
833
|
customerStatus?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
816
834
|
sumSubReviewResult?: {
|
|
817
835
|
SELFIE: ("FORGERY" | "DOCUMENT_TEMPLATE" | "LOW_QUALITY" | "SPAM" | "NOT_DOCUMENT" | "SELFIE_MISMATCH" | "ID_INVALID" | "FOREIGNER" | "DUPLICATE" | "BAD_AVATAR" | "WRONG_USER_REGION" | "INCOMPLETE_DOCUMENT" | "BLACKLIST" | "BLOCKLIST" | "UNSATISFACTORY_PHOTOS" | "DOCUMENT_PAGE_MISSING" | "DOCUMENT_DAMAGED" | "DIGITAL_DOCUMENT" | "REGULATIONS_VIOLATIONS" | "INCONSISTENT_PROFILE" | "PROBLEMATIC_APPLICANT_DATA" | "ADDITIONAL_DOCUMENT_REQUIRED" | "AGE_REQUIREMENT_MISMATCH" | "EXPERIENCE_REQUIREMENT_MISMATCH" | "CRIMINAL" | "WRONG_ADDRESS" | "GRAPHIC_EDITOR" | "DOCUMENT_DEPRIVED" | "COMPROMISED_PERSONS" | "PEP" | "ADVERSE_MEDIA" | "FRAUDULENT_PATTERNS" | "SANCTIONS" | "NOT_ALL_CHECKS_COMPLETED" | "FRONT_SIDE_MISSING" | "BACK_SIDE_MISSING" | "SCREENSHOTS" | "BLACK_AND_WHITE" | "INCOMPATIBLE_LANGUAGE" | "EXPIRATION_DATE" | "UNFILLED_ID" | "BAD_SELFIE" | "BAD_VIDEO_SELFIE" | "BAD_FACE_MATCHING" | "BAD_PROOF_OF_IDENTITY" | "BAD_PROOF_OF_ADDRESS" | "BAD_PROOF_OF_PAYMENT" | "SELFIE_WITH_PAPER" | "FRAUDULENT_LIVENESS" | "OTHER" | "REQUESTED_DATA_MISMATCH" | "OK" | "COMPANY_NOT_DEFINED_STRUCTURE" | "COMPANY_NOT_DEFINED_BENEFICIARIES" | "COMPANY_NOT_VALIDATED_BENEFICIAL_OWNERS" | "COMPANY_NOT_VALIDATED_BENEFICIARIES" | "COMPANY_NOT_VALIDATED_DIRECTORS" | "COMPANY_NOT_DEFINED_REPRESENTATIVES" | "COMPANY_NOT_VALIDATED_REPRESENTATIVES" | "COMPANY_INCORRECT_DATA" | "UNSUITABLE_DOCUMENT" | "OUTDATED_DOCUMENT_VERSION" | "COMPANY_NOT_DEFINED_OWNERSHIP_STRUCTURE" | "COMPANY_INACTIVE_ENTITY" | "APPLICANT_INTERRUPTED_INTERVIEW" | "DOCUMENT_MISSING" | "UNSUITABLE_ENV" | "CONNECTION_INTERRUPTED" | "UNSUPPORTED_LANGUAGE" | "THIRD_PARTY_INVOLVED" | "CHECK_UNAVAILABLE" | "DB_DATA_NOT_FOUND" | "DB_DATA_MISMATCH" | "INCORRECT_SOCIAL_NUMBER")[];
|
|
@@ -1155,6 +1173,8 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1155
1173
|
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1156
1174
|
organizationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1157
1175
|
applicantCheckStatus: z.ZodEnum<["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"]>;
|
|
1176
|
+
kycProvider: z.ZodDefault<z.ZodString>;
|
|
1177
|
+
providerPersonData: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
1158
1178
|
} & {
|
|
1159
1179
|
stepsCompleted: z.ZodArray<z.ZodObject<{
|
|
1160
1180
|
id: z.ZodString;
|
|
@@ -1208,6 +1228,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1208
1228
|
workflowSessionId: string | null;
|
|
1209
1229
|
cmsProjectId: string;
|
|
1210
1230
|
applicantCheckStatus: "FAILED" | "IN_PROGRESS" | "COMPLETED" | "PENDING";
|
|
1231
|
+
kycProvider: string;
|
|
1211
1232
|
stepsCompleted: {
|
|
1212
1233
|
id: string;
|
|
1213
1234
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "EmailVerification" | "Identity" | "Liveness" | "ContactInfo" | "CredentialsClaimed";
|
|
@@ -1256,6 +1277,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1256
1277
|
address?: string | null | undefined;
|
|
1257
1278
|
}[][] | undefined;
|
|
1258
1279
|
} | null | undefined;
|
|
1280
|
+
providerPersonData?: unknown;
|
|
1259
1281
|
customerStatus?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
1260
1282
|
sumSubReviewResult?: {
|
|
1261
1283
|
SELFIE: ("FORGERY" | "DOCUMENT_TEMPLATE" | "LOW_QUALITY" | "SPAM" | "NOT_DOCUMENT" | "SELFIE_MISMATCH" | "ID_INVALID" | "FOREIGNER" | "DUPLICATE" | "BAD_AVATAR" | "WRONG_USER_REGION" | "INCOMPLETE_DOCUMENT" | "BLACKLIST" | "BLOCKLIST" | "UNSATISFACTORY_PHOTOS" | "DOCUMENT_PAGE_MISSING" | "DOCUMENT_DAMAGED" | "DIGITAL_DOCUMENT" | "REGULATIONS_VIOLATIONS" | "INCONSISTENT_PROFILE" | "PROBLEMATIC_APPLICANT_DATA" | "ADDITIONAL_DOCUMENT_REQUIRED" | "AGE_REQUIREMENT_MISMATCH" | "EXPERIENCE_REQUIREMENT_MISMATCH" | "CRIMINAL" | "WRONG_ADDRESS" | "GRAPHIC_EDITOR" | "DOCUMENT_DEPRIVED" | "COMPROMISED_PERSONS" | "PEP" | "ADVERSE_MEDIA" | "FRAUDULENT_PATTERNS" | "SANCTIONS" | "NOT_ALL_CHECKS_COMPLETED" | "FRONT_SIDE_MISSING" | "BACK_SIDE_MISSING" | "SCREENSHOTS" | "BLACK_AND_WHITE" | "INCOMPATIBLE_LANGUAGE" | "EXPIRATION_DATE" | "UNFILLED_ID" | "BAD_SELFIE" | "BAD_VIDEO_SELFIE" | "BAD_FACE_MATCHING" | "BAD_PROOF_OF_IDENTITY" | "BAD_PROOF_OF_ADDRESS" | "BAD_PROOF_OF_PAYMENT" | "SELFIE_WITH_PAPER" | "FRAUDULENT_LIVENESS" | "OTHER" | "REQUESTED_DATA_MISMATCH" | "OK" | "COMPANY_NOT_DEFINED_STRUCTURE" | "COMPANY_NOT_DEFINED_BENEFICIARIES" | "COMPANY_NOT_VALIDATED_BENEFICIAL_OWNERS" | "COMPANY_NOT_VALIDATED_BENEFICIARIES" | "COMPANY_NOT_VALIDATED_DIRECTORS" | "COMPANY_NOT_DEFINED_REPRESENTATIVES" | "COMPANY_NOT_VALIDATED_REPRESENTATIVES" | "COMPANY_INCORRECT_DATA" | "UNSUITABLE_DOCUMENT" | "OUTDATED_DOCUMENT_VERSION" | "COMPANY_NOT_DEFINED_OWNERSHIP_STRUCTURE" | "COMPANY_INACTIVE_ENTITY" | "APPLICANT_INTERRUPTED_INTERVIEW" | "DOCUMENT_MISSING" | "UNSUITABLE_ENV" | "CONNECTION_INTERRUPTED" | "UNSUPPORTED_LANGUAGE" | "THIRD_PARTY_INVOLVED" | "CHECK_UNAVAILABLE" | "DB_DATA_NOT_FOUND" | "DB_DATA_MISMATCH" | "INCORRECT_SOCIAL_NUMBER")[];
|
|
@@ -1320,6 +1342,8 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1320
1342
|
address?: string | null | undefined;
|
|
1321
1343
|
}[][] | undefined;
|
|
1322
1344
|
} | null | undefined;
|
|
1345
|
+
kycProvider?: string | undefined;
|
|
1346
|
+
providerPersonData?: unknown;
|
|
1323
1347
|
customerStatus?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
1324
1348
|
sumSubReviewResult?: {
|
|
1325
1349
|
SELFIE: ("FORGERY" | "DOCUMENT_TEMPLATE" | "LOW_QUALITY" | "SPAM" | "NOT_DOCUMENT" | "SELFIE_MISMATCH" | "ID_INVALID" | "FOREIGNER" | "DUPLICATE" | "BAD_AVATAR" | "WRONG_USER_REGION" | "INCOMPLETE_DOCUMENT" | "BLACKLIST" | "BLOCKLIST" | "UNSATISFACTORY_PHOTOS" | "DOCUMENT_PAGE_MISSING" | "DOCUMENT_DAMAGED" | "DIGITAL_DOCUMENT" | "REGULATIONS_VIOLATIONS" | "INCONSISTENT_PROFILE" | "PROBLEMATIC_APPLICANT_DATA" | "ADDITIONAL_DOCUMENT_REQUIRED" | "AGE_REQUIREMENT_MISMATCH" | "EXPERIENCE_REQUIREMENT_MISMATCH" | "CRIMINAL" | "WRONG_ADDRESS" | "GRAPHIC_EDITOR" | "DOCUMENT_DEPRIVED" | "COMPROMISED_PERSONS" | "PEP" | "ADVERSE_MEDIA" | "FRAUDULENT_PATTERNS" | "SANCTIONS" | "NOT_ALL_CHECKS_COMPLETED" | "FRONT_SIDE_MISSING" | "BACK_SIDE_MISSING" | "SCREENSHOTS" | "BLACK_AND_WHITE" | "INCOMPATIBLE_LANGUAGE" | "EXPIRATION_DATE" | "UNFILLED_ID" | "BAD_SELFIE" | "BAD_VIDEO_SELFIE" | "BAD_FACE_MATCHING" | "BAD_PROOF_OF_IDENTITY" | "BAD_PROOF_OF_ADDRESS" | "BAD_PROOF_OF_PAYMENT" | "SELFIE_WITH_PAPER" | "FRAUDULENT_LIVENESS" | "OTHER" | "REQUESTED_DATA_MISMATCH" | "OK" | "COMPANY_NOT_DEFINED_STRUCTURE" | "COMPANY_NOT_DEFINED_BENEFICIARIES" | "COMPANY_NOT_VALIDATED_BENEFICIAL_OWNERS" | "COMPANY_NOT_VALIDATED_BENEFICIARIES" | "COMPANY_NOT_VALIDATED_DIRECTORS" | "COMPANY_NOT_DEFINED_REPRESENTATIVES" | "COMPANY_NOT_VALIDATED_REPRESENTATIVES" | "COMPANY_INCORRECT_DATA" | "UNSUITABLE_DOCUMENT" | "OUTDATED_DOCUMENT_VERSION" | "COMPANY_NOT_DEFINED_OWNERSHIP_STRUCTURE" | "COMPANY_INACTIVE_ENTITY" | "APPLICANT_INTERRUPTED_INTERVIEW" | "DOCUMENT_MISSING" | "UNSUITABLE_ENV" | "CONNECTION_INTERRUPTED" | "UNSUPPORTED_LANGUAGE" | "THIRD_PARTY_INVOLVED" | "CHECK_UNAVAILABLE" | "DB_DATA_NOT_FOUND" | "DB_DATA_MISMATCH" | "INCORRECT_SOCIAL_NUMBER")[];
|
|
@@ -1600,6 +1624,8 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1600
1624
|
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1601
1625
|
organizationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1602
1626
|
applicantCheckStatus: z.ZodEnum<["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"]>;
|
|
1627
|
+
kycProvider: z.ZodDefault<z.ZodString>;
|
|
1628
|
+
providerPersonData: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
1603
1629
|
} & {
|
|
1604
1630
|
stepsCompleted: z.ZodArray<z.ZodObject<{
|
|
1605
1631
|
id: z.ZodString;
|
|
@@ -1653,6 +1679,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1653
1679
|
workflowSessionId: string | null;
|
|
1654
1680
|
cmsProjectId: string;
|
|
1655
1681
|
applicantCheckStatus: "FAILED" | "IN_PROGRESS" | "COMPLETED" | "PENDING";
|
|
1682
|
+
kycProvider: string;
|
|
1656
1683
|
stepsCompleted: {
|
|
1657
1684
|
id: string;
|
|
1658
1685
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "EmailVerification" | "Identity" | "Liveness" | "ContactInfo" | "CredentialsClaimed";
|
|
@@ -1701,6 +1728,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1701
1728
|
address?: string | null | undefined;
|
|
1702
1729
|
}[][] | undefined;
|
|
1703
1730
|
} | null | undefined;
|
|
1731
|
+
providerPersonData?: unknown;
|
|
1704
1732
|
customerStatus?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
1705
1733
|
sumSubReviewResult?: {
|
|
1706
1734
|
SELFIE: ("FORGERY" | "DOCUMENT_TEMPLATE" | "LOW_QUALITY" | "SPAM" | "NOT_DOCUMENT" | "SELFIE_MISMATCH" | "ID_INVALID" | "FOREIGNER" | "DUPLICATE" | "BAD_AVATAR" | "WRONG_USER_REGION" | "INCOMPLETE_DOCUMENT" | "BLACKLIST" | "BLOCKLIST" | "UNSATISFACTORY_PHOTOS" | "DOCUMENT_PAGE_MISSING" | "DOCUMENT_DAMAGED" | "DIGITAL_DOCUMENT" | "REGULATIONS_VIOLATIONS" | "INCONSISTENT_PROFILE" | "PROBLEMATIC_APPLICANT_DATA" | "ADDITIONAL_DOCUMENT_REQUIRED" | "AGE_REQUIREMENT_MISMATCH" | "EXPERIENCE_REQUIREMENT_MISMATCH" | "CRIMINAL" | "WRONG_ADDRESS" | "GRAPHIC_EDITOR" | "DOCUMENT_DEPRIVED" | "COMPROMISED_PERSONS" | "PEP" | "ADVERSE_MEDIA" | "FRAUDULENT_PATTERNS" | "SANCTIONS" | "NOT_ALL_CHECKS_COMPLETED" | "FRONT_SIDE_MISSING" | "BACK_SIDE_MISSING" | "SCREENSHOTS" | "BLACK_AND_WHITE" | "INCOMPATIBLE_LANGUAGE" | "EXPIRATION_DATE" | "UNFILLED_ID" | "BAD_SELFIE" | "BAD_VIDEO_SELFIE" | "BAD_FACE_MATCHING" | "BAD_PROOF_OF_IDENTITY" | "BAD_PROOF_OF_ADDRESS" | "BAD_PROOF_OF_PAYMENT" | "SELFIE_WITH_PAPER" | "FRAUDULENT_LIVENESS" | "OTHER" | "REQUESTED_DATA_MISMATCH" | "OK" | "COMPANY_NOT_DEFINED_STRUCTURE" | "COMPANY_NOT_DEFINED_BENEFICIARIES" | "COMPANY_NOT_VALIDATED_BENEFICIAL_OWNERS" | "COMPANY_NOT_VALIDATED_BENEFICIARIES" | "COMPANY_NOT_VALIDATED_DIRECTORS" | "COMPANY_NOT_DEFINED_REPRESENTATIVES" | "COMPANY_NOT_VALIDATED_REPRESENTATIVES" | "COMPANY_INCORRECT_DATA" | "UNSUITABLE_DOCUMENT" | "OUTDATED_DOCUMENT_VERSION" | "COMPANY_NOT_DEFINED_OWNERSHIP_STRUCTURE" | "COMPANY_INACTIVE_ENTITY" | "APPLICANT_INTERRUPTED_INTERVIEW" | "DOCUMENT_MISSING" | "UNSUITABLE_ENV" | "CONNECTION_INTERRUPTED" | "UNSUPPORTED_LANGUAGE" | "THIRD_PARTY_INVOLVED" | "CHECK_UNAVAILABLE" | "DB_DATA_NOT_FOUND" | "DB_DATA_MISMATCH" | "INCORRECT_SOCIAL_NUMBER")[];
|
|
@@ -1765,6 +1793,8 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1765
1793
|
address?: string | null | undefined;
|
|
1766
1794
|
}[][] | undefined;
|
|
1767
1795
|
} | null | undefined;
|
|
1796
|
+
kycProvider?: string | undefined;
|
|
1797
|
+
providerPersonData?: unknown;
|
|
1768
1798
|
customerStatus?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
1769
1799
|
sumSubReviewResult?: {
|
|
1770
1800
|
SELFIE: ("FORGERY" | "DOCUMENT_TEMPLATE" | "LOW_QUALITY" | "SPAM" | "NOT_DOCUMENT" | "SELFIE_MISMATCH" | "ID_INVALID" | "FOREIGNER" | "DUPLICATE" | "BAD_AVATAR" | "WRONG_USER_REGION" | "INCOMPLETE_DOCUMENT" | "BLACKLIST" | "BLOCKLIST" | "UNSATISFACTORY_PHOTOS" | "DOCUMENT_PAGE_MISSING" | "DOCUMENT_DAMAGED" | "DIGITAL_DOCUMENT" | "REGULATIONS_VIOLATIONS" | "INCONSISTENT_PROFILE" | "PROBLEMATIC_APPLICANT_DATA" | "ADDITIONAL_DOCUMENT_REQUIRED" | "AGE_REQUIREMENT_MISMATCH" | "EXPERIENCE_REQUIREMENT_MISMATCH" | "CRIMINAL" | "WRONG_ADDRESS" | "GRAPHIC_EDITOR" | "DOCUMENT_DEPRIVED" | "COMPROMISED_PERSONS" | "PEP" | "ADVERSE_MEDIA" | "FRAUDULENT_PATTERNS" | "SANCTIONS" | "NOT_ALL_CHECKS_COMPLETED" | "FRONT_SIDE_MISSING" | "BACK_SIDE_MISSING" | "SCREENSHOTS" | "BLACK_AND_WHITE" | "INCOMPATIBLE_LANGUAGE" | "EXPIRATION_DATE" | "UNFILLED_ID" | "BAD_SELFIE" | "BAD_VIDEO_SELFIE" | "BAD_FACE_MATCHING" | "BAD_PROOF_OF_IDENTITY" | "BAD_PROOF_OF_ADDRESS" | "BAD_PROOF_OF_PAYMENT" | "SELFIE_WITH_PAPER" | "FRAUDULENT_LIVENESS" | "OTHER" | "REQUESTED_DATA_MISMATCH" | "OK" | "COMPANY_NOT_DEFINED_STRUCTURE" | "COMPANY_NOT_DEFINED_BENEFICIARIES" | "COMPANY_NOT_VALIDATED_BENEFICIAL_OWNERS" | "COMPANY_NOT_VALIDATED_BENEFICIARIES" | "COMPANY_NOT_VALIDATED_DIRECTORS" | "COMPANY_NOT_DEFINED_REPRESENTATIVES" | "COMPANY_NOT_VALIDATED_REPRESENTATIVES" | "COMPANY_INCORRECT_DATA" | "UNSUITABLE_DOCUMENT" | "OUTDATED_DOCUMENT_VERSION" | "COMPANY_NOT_DEFINED_OWNERSHIP_STRUCTURE" | "COMPANY_INACTIVE_ENTITY" | "APPLICANT_INTERRUPTED_INTERVIEW" | "DOCUMENT_MISSING" | "UNSUITABLE_ENV" | "CONNECTION_INTERRUPTED" | "UNSUPPORTED_LANGUAGE" | "THIRD_PARTY_INVOLVED" | "CHECK_UNAVAILABLE" | "DB_DATA_NOT_FOUND" | "DB_DATA_MISMATCH" | "INCORRECT_SOCIAL_NUMBER")[];
|
|
@@ -1785,6 +1815,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1785
1815
|
workflowSessionId: string | null;
|
|
1786
1816
|
cmsProjectId: string;
|
|
1787
1817
|
applicantCheckStatus: "FAILED" | "IN_PROGRESS" | "COMPLETED" | "PENDING";
|
|
1818
|
+
kycProvider: string;
|
|
1788
1819
|
stepsCompleted: {
|
|
1789
1820
|
id: string;
|
|
1790
1821
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "EmailVerification" | "Identity" | "Liveness" | "ContactInfo" | "CredentialsClaimed";
|
|
@@ -1833,6 +1864,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1833
1864
|
address?: string | null | undefined;
|
|
1834
1865
|
}[][] | undefined;
|
|
1835
1866
|
} | null | undefined;
|
|
1867
|
+
providerPersonData?: unknown;
|
|
1836
1868
|
customerStatus?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
1837
1869
|
sumSubReviewResult?: {
|
|
1838
1870
|
SELFIE: ("FORGERY" | "DOCUMENT_TEMPLATE" | "LOW_QUALITY" | "SPAM" | "NOT_DOCUMENT" | "SELFIE_MISMATCH" | "ID_INVALID" | "FOREIGNER" | "DUPLICATE" | "BAD_AVATAR" | "WRONG_USER_REGION" | "INCOMPLETE_DOCUMENT" | "BLACKLIST" | "BLOCKLIST" | "UNSATISFACTORY_PHOTOS" | "DOCUMENT_PAGE_MISSING" | "DOCUMENT_DAMAGED" | "DIGITAL_DOCUMENT" | "REGULATIONS_VIOLATIONS" | "INCONSISTENT_PROFILE" | "PROBLEMATIC_APPLICANT_DATA" | "ADDITIONAL_DOCUMENT_REQUIRED" | "AGE_REQUIREMENT_MISMATCH" | "EXPERIENCE_REQUIREMENT_MISMATCH" | "CRIMINAL" | "WRONG_ADDRESS" | "GRAPHIC_EDITOR" | "DOCUMENT_DEPRIVED" | "COMPROMISED_PERSONS" | "PEP" | "ADVERSE_MEDIA" | "FRAUDULENT_PATTERNS" | "SANCTIONS" | "NOT_ALL_CHECKS_COMPLETED" | "FRONT_SIDE_MISSING" | "BACK_SIDE_MISSING" | "SCREENSHOTS" | "BLACK_AND_WHITE" | "INCOMPATIBLE_LANGUAGE" | "EXPIRATION_DATE" | "UNFILLED_ID" | "BAD_SELFIE" | "BAD_VIDEO_SELFIE" | "BAD_FACE_MATCHING" | "BAD_PROOF_OF_IDENTITY" | "BAD_PROOF_OF_ADDRESS" | "BAD_PROOF_OF_PAYMENT" | "SELFIE_WITH_PAPER" | "FRAUDULENT_LIVENESS" | "OTHER" | "REQUESTED_DATA_MISMATCH" | "OK" | "COMPANY_NOT_DEFINED_STRUCTURE" | "COMPANY_NOT_DEFINED_BENEFICIARIES" | "COMPANY_NOT_VALIDATED_BENEFICIAL_OWNERS" | "COMPANY_NOT_VALIDATED_BENEFICIARIES" | "COMPANY_NOT_VALIDATED_DIRECTORS" | "COMPANY_NOT_DEFINED_REPRESENTATIVES" | "COMPANY_NOT_VALIDATED_REPRESENTATIVES" | "COMPANY_INCORRECT_DATA" | "UNSUITABLE_DOCUMENT" | "OUTDATED_DOCUMENT_VERSION" | "COMPANY_NOT_DEFINED_OWNERSHIP_STRUCTURE" | "COMPANY_INACTIVE_ENTITY" | "APPLICANT_INTERRUPTED_INTERVIEW" | "DOCUMENT_MISSING" | "UNSUITABLE_ENV" | "CONNECTION_INTERRUPTED" | "UNSUPPORTED_LANGUAGE" | "THIRD_PARTY_INVOLVED" | "CHECK_UNAVAILABLE" | "DB_DATA_NOT_FOUND" | "DB_DATA_MISMATCH" | "INCORRECT_SOCIAL_NUMBER")[];
|
|
@@ -1902,6 +1934,8 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1902
1934
|
address?: string | null | undefined;
|
|
1903
1935
|
}[][] | undefined;
|
|
1904
1936
|
} | null | undefined;
|
|
1937
|
+
kycProvider?: string | undefined;
|
|
1938
|
+
providerPersonData?: unknown;
|
|
1905
1939
|
customerStatus?: "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status" | null | undefined;
|
|
1906
1940
|
sumSubReviewResult?: {
|
|
1907
1941
|
SELFIE: ("FORGERY" | "DOCUMENT_TEMPLATE" | "LOW_QUALITY" | "SPAM" | "NOT_DOCUMENT" | "SELFIE_MISMATCH" | "ID_INVALID" | "FOREIGNER" | "DUPLICATE" | "BAD_AVATAR" | "WRONG_USER_REGION" | "INCOMPLETE_DOCUMENT" | "BLACKLIST" | "BLOCKLIST" | "UNSATISFACTORY_PHOTOS" | "DOCUMENT_PAGE_MISSING" | "DOCUMENT_DAMAGED" | "DIGITAL_DOCUMENT" | "REGULATIONS_VIOLATIONS" | "INCONSISTENT_PROFILE" | "PROBLEMATIC_APPLICANT_DATA" | "ADDITIONAL_DOCUMENT_REQUIRED" | "AGE_REQUIREMENT_MISMATCH" | "EXPERIENCE_REQUIREMENT_MISMATCH" | "CRIMINAL" | "WRONG_ADDRESS" | "GRAPHIC_EDITOR" | "DOCUMENT_DEPRIVED" | "COMPROMISED_PERSONS" | "PEP" | "ADVERSE_MEDIA" | "FRAUDULENT_PATTERNS" | "SANCTIONS" | "NOT_ALL_CHECKS_COMPLETED" | "FRONT_SIDE_MISSING" | "BACK_SIDE_MISSING" | "SCREENSHOTS" | "BLACK_AND_WHITE" | "INCOMPATIBLE_LANGUAGE" | "EXPIRATION_DATE" | "UNFILLED_ID" | "BAD_SELFIE" | "BAD_VIDEO_SELFIE" | "BAD_FACE_MATCHING" | "BAD_PROOF_OF_IDENTITY" | "BAD_PROOF_OF_ADDRESS" | "BAD_PROOF_OF_PAYMENT" | "SELFIE_WITH_PAPER" | "FRAUDULENT_LIVENESS" | "OTHER" | "REQUESTED_DATA_MISMATCH" | "OK" | "COMPANY_NOT_DEFINED_STRUCTURE" | "COMPANY_NOT_DEFINED_BENEFICIARIES" | "COMPANY_NOT_VALIDATED_BENEFICIAL_OWNERS" | "COMPANY_NOT_VALIDATED_BENEFICIARIES" | "COMPANY_NOT_VALIDATED_DIRECTORS" | "COMPANY_NOT_DEFINED_REPRESENTATIVES" | "COMPANY_NOT_VALIDATED_REPRESENTATIVES" | "COMPANY_INCORRECT_DATA" | "UNSUITABLE_DOCUMENT" | "OUTDATED_DOCUMENT_VERSION" | "COMPANY_NOT_DEFINED_OWNERSHIP_STRUCTURE" | "COMPANY_INACTIVE_ENTITY" | "APPLICANT_INTERRUPTED_INTERVIEW" | "DOCUMENT_MISSING" | "UNSUITABLE_ENV" | "CONNECTION_INTERRUPTED" | "UNSUPPORTED_LANGUAGE" | "THIRD_PARTY_INVOLVED" | "CHECK_UNAVAILABLE" | "DB_DATA_NOT_FOUND" | "DB_DATA_MISMATCH" | "INCORRECT_SOCIAL_NUMBER")[];
|
|
@@ -1915,4 +1949,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1915
1949
|
requestId?: string | undefined;
|
|
1916
1950
|
}>]>;
|
|
1917
1951
|
export type GetKycSessionsOutput = z.infer<typeof GetKycSessionsOutput>;
|
|
1952
|
+
export declare const KYC_PROVIDER_NAMES: readonly ["sumsub", "veriff"];
|
|
1953
|
+
export declare const KycProviderName: z.ZodEnum<["sumsub", "veriff"]>;
|
|
1954
|
+
export type KycProviderName = z.infer<typeof KycProviderName>;
|
|
1918
1955
|
//# sourceMappingURL=kyc-sessions.schema.d.ts.map
|
|
@@ -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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"}
|
|
@@ -3,10 +3,10 @@ export declare const ProviderWithoutConfig: string[];
|
|
|
3
3
|
export declare const IdentityProviderOptions: readonly ["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"];
|
|
4
4
|
export declare const IdentityProvider: z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>;
|
|
5
5
|
export type IdentityProvider = z.infer<typeof IdentityProvider>;
|
|
6
|
-
export declare const DataProviderOptions: readonly ["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"];
|
|
7
|
-
export declare const DataProvider: z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>;
|
|
6
|
+
export declare const DataProviderOptions: readonly ["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring", "veriff"];
|
|
7
|
+
export declare const DataProvider: z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring", "veriff"]>;
|
|
8
8
|
export type DataProvider = z.infer<typeof DataProvider>;
|
|
9
|
-
export declare const MergedProviders: z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato", "complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>;
|
|
9
|
+
export declare const MergedProviders: z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato", "complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring", "veriff"]>;
|
|
10
10
|
export type MergedProviders = z.infer<typeof MergedProviders>;
|
|
11
11
|
export declare const MerkleScienceConfig: z.ZodObject<{
|
|
12
12
|
blockchain: z.ZodEnum<["Bitcoin", "Ethereum", "Litecoin", "BitcoinCash", "Ripple", "Dogecoin", "Zilliqa", "BinanceSmartChain", "Polygon", "Tron", "Cardano", "Polkadot", "Stellar", "Hedera", "Cronos", "Optimism", "Arbitrum", "Fantom", "Monero", "Cosmos", "Zcash", "EthereumClassic", "Dash", "Solana", "AvalancheC_Chain", "Verge", "BitcoinGold", "Algorand", "Acala", "Akash", "Arweave", "Ardor", "Ark", "Astar", "Band", "BinanceNative", "Celo", "Chiliz", "Nervos", "CronosNative", "Digibyte", "Multiversx", "Enjin", "Eos", "EthereumPow", "FetchAI", "Filecoin", "Flow", "Flare", "Moonbeam", "Helium", "ICP", "Icon", "Injective", "IOTA", "IoTex", "Iris", "Kava", "Kadena", "Klaytn", "Komodo", "Kusama", "Lisk", "Terra", "Mina", "Moonriver", "Nano", "Near", "Neo3", "Oasys", "One", "Ontology", "Osmosis", "Polymesh", "QTUM", "Oasis", "Thorchain", "Ravencoin", "Siacoin", "Shiden", "Songbird", "Stratis", "Stacks", "SUI", "zkSync", "Theta", "Tomo", "VeChain", "Waves", "Wax", "WEMIX", "WaltonChain", "Chia", "Tezos", "Zcoin", "Celestia", "Neutron", "Avalanche_P", "Sei", "Avalanche_X", "Aztec", "Bittensor", "Casper", "Deso", "Juno", "PocketNetwork", "Ronin", "Vara", "XPLA", "Archway", "Axelar", "Dymension", "Starknet", "Orai", "Lukso", "bitsCrunch", "Reef", "ImmutablezkEVM", "BaseProtocol", "ArbitrumNova", "Canto", "MetisDAO", "Aptos"]>;
|
|
@@ -797,7 +797,7 @@ export declare const SynapsProvider: z.ZodObject<{
|
|
|
797
797
|
export declare const ProviderData: z.ZodObject<{
|
|
798
798
|
id: z.ZodString;
|
|
799
799
|
projectId: z.ZodString;
|
|
800
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>]>;
|
|
800
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring", "veriff"]>]>;
|
|
801
801
|
type: z.ZodEnum<["identity", "data"]>;
|
|
802
802
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
803
803
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -1610,7 +1610,7 @@ export declare const ProviderData: z.ZodObject<{
|
|
|
1610
1610
|
id: string;
|
|
1611
1611
|
type: "data" | "identity";
|
|
1612
1612
|
projectId: string;
|
|
1613
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
|
|
1613
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
|
|
1614
1614
|
chainalysis?: {
|
|
1615
1615
|
enabled?: boolean | null | undefined;
|
|
1616
1616
|
apiKey?: string | null | undefined;
|
|
@@ -1798,7 +1798,7 @@ export declare const ProviderData: z.ZodObject<{
|
|
|
1798
1798
|
id: string;
|
|
1799
1799
|
type: "data" | "identity";
|
|
1800
1800
|
projectId: string;
|
|
1801
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
|
|
1801
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
|
|
1802
1802
|
chainalysis?: {
|
|
1803
1803
|
enabled?: boolean | null | undefined;
|
|
1804
1804
|
apiKey?: string | null | undefined;
|
|
@@ -1987,7 +1987,7 @@ export type ProviderData = z.infer<typeof ProviderData>;
|
|
|
1987
1987
|
export declare const ProviderDataProject: z.ZodObject<Omit<{
|
|
1988
1988
|
id: z.ZodString;
|
|
1989
1989
|
projectId: z.ZodString;
|
|
1990
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>]>;
|
|
1990
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring", "veriff"]>]>;
|
|
1991
1991
|
type: z.ZodEnum<["identity", "data"]>;
|
|
1992
1992
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1993
1993
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -2807,7 +2807,7 @@ export declare const ProviderDataProject: z.ZodObject<Omit<{
|
|
|
2807
2807
|
}, "strip", z.ZodTypeAny, {
|
|
2808
2808
|
id: string;
|
|
2809
2809
|
type: "data" | "identity";
|
|
2810
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
|
|
2810
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
|
|
2811
2811
|
project: {
|
|
2812
2812
|
id: string;
|
|
2813
2813
|
};
|
|
@@ -2997,7 +2997,7 @@ export declare const ProviderDataProject: z.ZodObject<Omit<{
|
|
|
2997
2997
|
}, {
|
|
2998
2998
|
id: string;
|
|
2999
2999
|
type: "data" | "identity";
|
|
3000
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
|
|
3000
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
|
|
3001
3001
|
project: {
|
|
3002
3002
|
id: string;
|
|
3003
3003
|
};
|
|
@@ -3189,7 +3189,7 @@ export type ProviderDataProject = z.infer<typeof ProviderDataProject>;
|
|
|
3189
3189
|
export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
|
|
3190
3190
|
id: z.ZodString;
|
|
3191
3191
|
projectId: z.ZodString;
|
|
3192
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>]>;
|
|
3192
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring", "veriff"]>]>;
|
|
3193
3193
|
type: z.ZodEnum<["identity", "data"]>;
|
|
3194
3194
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3195
3195
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -4009,7 +4009,7 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
|
|
|
4009
4009
|
}, "strip", z.ZodTypeAny, {
|
|
4010
4010
|
id: string;
|
|
4011
4011
|
type: "data" | "identity";
|
|
4012
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
|
|
4012
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
|
|
4013
4013
|
project: {
|
|
4014
4014
|
id: string;
|
|
4015
4015
|
};
|
|
@@ -4199,7 +4199,7 @@ export declare const GetProvidersResponse: z.ZodArray<z.ZodObject<Omit<{
|
|
|
4199
4199
|
}, {
|
|
4200
4200
|
id: string;
|
|
4201
4201
|
type: "data" | "identity";
|
|
4202
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
|
|
4202
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
|
|
4203
4203
|
project: {
|
|
4204
4204
|
id: string;
|
|
4205
4205
|
};
|
|
@@ -4391,7 +4391,7 @@ export type GetProvidersResponse = z.infer<typeof GetProvidersResponse>;
|
|
|
4391
4391
|
export declare const GetProviderResponse: z.ZodObject<{
|
|
4392
4392
|
id: z.ZodString;
|
|
4393
4393
|
projectId: z.ZodString;
|
|
4394
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>]>;
|
|
4394
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring", "veriff"]>]>;
|
|
4395
4395
|
type: z.ZodEnum<["identity", "data"]>;
|
|
4396
4396
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4397
4397
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -5204,7 +5204,7 @@ export declare const GetProviderResponse: z.ZodObject<{
|
|
|
5204
5204
|
id: string;
|
|
5205
5205
|
type: "data" | "identity";
|
|
5206
5206
|
projectId: string;
|
|
5207
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
|
|
5207
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
|
|
5208
5208
|
chainalysis?: {
|
|
5209
5209
|
enabled?: boolean | null | undefined;
|
|
5210
5210
|
apiKey?: string | null | undefined;
|
|
@@ -5392,7 +5392,7 @@ export declare const GetProviderResponse: z.ZodObject<{
|
|
|
5392
5392
|
id: string;
|
|
5393
5393
|
type: "data" | "identity";
|
|
5394
5394
|
projectId: string;
|
|
5395
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
|
|
5395
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
|
|
5396
5396
|
chainalysis?: {
|
|
5397
5397
|
enabled?: boolean | null | undefined;
|
|
5398
5398
|
apiKey?: string | null | undefined;
|
|
@@ -5581,7 +5581,7 @@ export type GetProviderResponse = z.infer<typeof GetProviderResponse>;
|
|
|
5581
5581
|
export declare const CreateProviderInput: z.ZodObject<Omit<{
|
|
5582
5582
|
id: z.ZodString;
|
|
5583
5583
|
projectId: z.ZodString;
|
|
5584
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>]>;
|
|
5584
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring", "veriff"]>]>;
|
|
5585
5585
|
type: z.ZodEnum<["identity", "data"]>;
|
|
5586
5586
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5587
5587
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -6393,7 +6393,7 @@ export declare const CreateProviderInput: z.ZodObject<Omit<{
|
|
|
6393
6393
|
}, "id" | "type" | "projectId"> & {
|
|
6394
6394
|
project: z.ZodString;
|
|
6395
6395
|
}, "strip", z.ZodTypeAny, {
|
|
6396
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
|
|
6396
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
|
|
6397
6397
|
project: string;
|
|
6398
6398
|
chainalysis?: {
|
|
6399
6399
|
enabled?: boolean | null | undefined;
|
|
@@ -6579,7 +6579,7 @@ export declare const CreateProviderInput: z.ZodObject<Omit<{
|
|
|
6579
6579
|
} | null | undefined;
|
|
6580
6580
|
} | null | undefined;
|
|
6581
6581
|
}, {
|
|
6582
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
|
|
6582
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
|
|
6583
6583
|
project: string;
|
|
6584
6584
|
chainalysis?: {
|
|
6585
6585
|
enabled?: boolean | null | undefined;
|
|
@@ -6769,7 +6769,7 @@ export type CreateProviderInput = z.infer<typeof CreateProviderInput>;
|
|
|
6769
6769
|
export declare const CreateProviderResponse: z.ZodObject<Omit<{
|
|
6770
6770
|
id: z.ZodString;
|
|
6771
6771
|
projectId: z.ZodString;
|
|
6772
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>]>;
|
|
6772
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring", "veriff"]>]>;
|
|
6773
6773
|
type: z.ZodEnum<["identity", "data"]>;
|
|
6774
6774
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6775
6775
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -7581,7 +7581,7 @@ export declare const CreateProviderResponse: z.ZodObject<Omit<{
|
|
|
7581
7581
|
}, "type" | "chainalysis" | "merkleScience" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "big" | "scorechain" | "integratedScorechain" | "integratedIpqualityscore" | "ipqualityscore">, "strip", z.ZodTypeAny, {
|
|
7582
7582
|
id: string;
|
|
7583
7583
|
projectId: string;
|
|
7584
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
|
|
7584
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
|
|
7585
7585
|
ondato?: {
|
|
7586
7586
|
enabled?: boolean | null | undefined;
|
|
7587
7587
|
apiKey?: string | null | undefined;
|
|
@@ -7627,7 +7627,7 @@ export declare const CreateProviderResponse: z.ZodObject<Omit<{
|
|
|
7627
7627
|
}, {
|
|
7628
7628
|
id: string;
|
|
7629
7629
|
projectId: string;
|
|
7630
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
|
|
7630
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
|
|
7631
7631
|
ondato?: {
|
|
7632
7632
|
enabled?: boolean | null | undefined;
|
|
7633
7633
|
apiKey?: string | null | undefined;
|
|
@@ -7677,7 +7677,7 @@ export declare const UpdateProviderInput: z.ZodObject<{
|
|
|
7677
7677
|
input: z.ZodObject<Omit<{
|
|
7678
7678
|
id: z.ZodString;
|
|
7679
7679
|
projectId: z.ZodString;
|
|
7680
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>]>;
|
|
7680
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring", "veriff"]>]>;
|
|
7681
7681
|
type: z.ZodEnum<["identity", "data"]>;
|
|
7682
7682
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7683
7683
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -9234,7 +9234,7 @@ export type UpdateProviderInput = z.infer<typeof UpdateProviderInput>;
|
|
|
9234
9234
|
export declare const UpdateProviderResponse: z.ZodObject<{
|
|
9235
9235
|
id: z.ZodString;
|
|
9236
9236
|
projectId: z.ZodString;
|
|
9237
|
-
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring"]>]>;
|
|
9237
|
+
provider: z.ZodUnion<[z.ZodEnum<["nexeraIdSSID", "nexeraIdKYB", "synaps", "ondato"]>, z.ZodEnum<["complyAdvantage", "big", "scorechain", "merkleScience", "chainalysis", "trmLabs", "crystal", "notabene", "ipQualityScore", "integratedComplyAdvantage", "integratedScorechain", "integratedIpqualityscore", "notabene", "integratedWalletMonitoring", "veriff"]>]>;
|
|
9238
9238
|
type: z.ZodEnum<["identity", "data"]>;
|
|
9239
9239
|
nexeraIdSSID: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
9240
9240
|
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -10047,7 +10047,7 @@ export declare const UpdateProviderResponse: z.ZodObject<{
|
|
|
10047
10047
|
id: string;
|
|
10048
10048
|
type: "data" | "identity";
|
|
10049
10049
|
projectId: string;
|
|
10050
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
|
|
10050
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
|
|
10051
10051
|
chainalysis?: {
|
|
10052
10052
|
enabled?: boolean | null | undefined;
|
|
10053
10053
|
apiKey?: string | null | undefined;
|
|
@@ -10235,7 +10235,7 @@ export declare const UpdateProviderResponse: z.ZodObject<{
|
|
|
10235
10235
|
id: string;
|
|
10236
10236
|
type: "data" | "identity";
|
|
10237
10237
|
projectId: string;
|
|
10238
|
-
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring";
|
|
10238
|
+
provider: "trmLabs" | "chainalysis" | "merkleScience" | "crystal" | "notabene" | "nexeraIdSSID" | "nexeraIdKYB" | "synaps" | "ondato" | "complyAdvantage" | "big" | "scorechain" | "ipQualityScore" | "integratedComplyAdvantage" | "integratedScorechain" | "integratedIpqualityscore" | "integratedWalletMonitoring" | "veriff";
|
|
10239
10239
|
chainalysis?: {
|
|
10240
10240
|
enabled?: boolean | null | undefined;
|
|
10241
10241
|
apiKey?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.schema.d.ts","sourceRoot":"../../../../src/providers","sources":["provider.schema.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBvB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
|
1
|
+
{"version":3,"file":"provider.schema.d.ts","sourceRoot":"../../../../src/providers","sources":["provider.schema.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBvB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"../../../../../src/providers/veriff","sources":["index.ts"],"names":[],"mappings":"AAAA,4CAAyC;AACzC,2CAAwC;AACxC,6CAA0C;AAC1C,2CAAwC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const VERIFF_DECISION_STATUSES: readonly ["approved", "declined", "resubmission_requested", "expired", "abandoned"];
|
|
3
|
+
export declare const VeriffDecisionStatus: z.ZodEnum<["approved", "declined", "resubmission_requested", "expired", "abandoned"]>;
|
|
4
|
+
export type VeriffDecisionStatus = z.infer<typeof VeriffDecisionStatus>;
|
|
5
|
+
export declare const VERIFF_DECISION_CODES: readonly [9001, 9102, 9103, 9104];
|
|
6
|
+
export declare const VeriffDecisionCode: z.ZodUnion<[z.ZodLiteral<9001>, z.ZodLiteral<9102>, z.ZodLiteral<9103>, z.ZodLiteral<9104>, z.ZodNumber]>;
|
|
7
|
+
export type VeriffDecisionCode = z.infer<typeof VeriffDecisionCode>;
|
|
8
|
+
//# sourceMappingURL=veriff-decision.schema.d.ts.map
|