@nexeraid/identity-schemas 2.3.3-dev → 2.3.4-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/{customers.schema-904fd7b4.cjs.dev.js → customers.schema-2bc7fd03.cjs.dev.js} +1 -1
- package/dist/{customers.schema-5f7640b6.esm.js → customers.schema-afc69ee2.esm.js} +1 -1
- package/dist/{customers.schema-bcab887a.cjs.prod.js → customers.schema-ded5d3c7.cjs.prod.js} +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +20 -20
- package/dist/package.json +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.esm.js +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +1 -1
|
@@ -2292,7 +2292,7 @@ var GetKycSessionInput = zod.z.object({
|
|
|
2292
2292
|
});
|
|
2293
2293
|
var GetKycSessionResponse = SelectKycSession.extend({
|
|
2294
2294
|
stepsCompleted: zod.z.array(SelectKycSessionStep),
|
|
2295
|
-
emailVerification: EmailVerificationResponse,
|
|
2295
|
+
emailVerification: EmailVerificationResponse.optional(),
|
|
2296
2296
|
customerStatus: identityApi_schema.CustomerStatus.nullish(),
|
|
2297
2297
|
sumSubReviewResult: zod.z.object(identityApi_schema._defineProperty(identityApi_schema._defineProperty({}, SumSubStep["enum"].IDENTITY, zod.z.array(SumSubReviewRejectLabel)), SumSubStep["enum"].SELFIE, zod.z.array(SumSubReviewRejectLabel))).nullish()
|
|
2298
2298
|
});
|
|
@@ -2290,7 +2290,7 @@ var GetKycSessionInput = z.object({
|
|
|
2290
2290
|
});
|
|
2291
2291
|
var GetKycSessionResponse = SelectKycSession.extend({
|
|
2292
2292
|
stepsCompleted: z.array(SelectKycSessionStep),
|
|
2293
|
-
emailVerification: EmailVerificationResponse,
|
|
2293
|
+
emailVerification: EmailVerificationResponse.optional(),
|
|
2294
2294
|
customerStatus: CustomerStatus.nullish(),
|
|
2295
2295
|
sumSubReviewResult: z.object(_defineProperty(_defineProperty({}, SumSubStep["enum"].IDENTITY, z.array(SumSubReviewRejectLabel)), SumSubStep["enum"].SELFIE, z.array(SumSubReviewRejectLabel))).nullish()
|
|
2296
2296
|
});
|
package/dist/{customers.schema-bcab887a.cjs.prod.js → customers.schema-ded5d3c7.cjs.prod.js}
RENAMED
|
@@ -2292,7 +2292,7 @@ var GetKycSessionInput = zod.z.object({
|
|
|
2292
2292
|
});
|
|
2293
2293
|
var GetKycSessionResponse = SelectKycSession.extend({
|
|
2294
2294
|
stepsCompleted: zod.z.array(SelectKycSessionStep),
|
|
2295
|
-
emailVerification: EmailVerificationResponse,
|
|
2295
|
+
emailVerification: EmailVerificationResponse.optional(),
|
|
2296
2296
|
customerStatus: identityApi_schema.CustomerStatus.nullish(),
|
|
2297
2297
|
sumSubReviewResult: zod.z.object(identityApi_schema._defineProperty(identityApi_schema._defineProperty({}, SumSubStep["enum"].IDENTITY, zod.z.array(SumSubReviewRejectLabel)), SumSubStep["enum"].SELFIE, zod.z.array(SumSubReviewRejectLabel))).nullish()
|
|
2298
2298
|
});
|
|
@@ -384,7 +384,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
384
384
|
customerId: string;
|
|
385
385
|
kycSessionId: string;
|
|
386
386
|
}>, "many">;
|
|
387
|
-
emailVerification: z.ZodObject<{
|
|
387
|
+
emailVerification: z.ZodOptional<z.ZodObject<{
|
|
388
388
|
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
389
389
|
verified: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
390
390
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -393,7 +393,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
393
393
|
}, {
|
|
394
394
|
email?: string | null | undefined;
|
|
395
395
|
verified?: boolean | null | undefined;
|
|
396
|
-
}
|
|
396
|
+
}>>;
|
|
397
397
|
customerStatus: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>, "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status", unknown>>>;
|
|
398
398
|
sumSubReviewResult: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
399
399
|
IDENTITY: z.ZodArray<z.ZodEnum<["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", "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_BENEFICIARIES", "COMPANY_NOT_DEFINED_REPRESENTATIVES", "COMPANY_NOT_VALIDATED_REPRESENTATIVES", "APPLICANT_INTERRUPTED_INTERVIEW", "DOCUMENT_MISSING", "UNSUITABLE_ENV", "CONNECTION_INTERRUPTED", "UNSUPPORTED_LANGUAGE", "THIRD_PARTY_INVOLVED", "CHECK_UNAVAILABLE", "INCORRECT_SOCIAL_NUMBER"]>, "many">;
|
|
@@ -412,10 +412,6 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
412
412
|
customerId: string;
|
|
413
413
|
workflowId: string | null;
|
|
414
414
|
cmsProjectId: string;
|
|
415
|
-
emailVerification: {
|
|
416
|
-
email?: string | null | undefined;
|
|
417
|
-
verified?: boolean | null | undefined;
|
|
418
|
-
};
|
|
419
415
|
stepsCompleted: {
|
|
420
416
|
id: string;
|
|
421
417
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "Identity" | "Liveness" | "ContactInfo";
|
|
@@ -429,6 +425,10 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
429
425
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
430
426
|
address?: string | null | undefined;
|
|
431
427
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | null | undefined;
|
|
428
|
+
emailVerification?: {
|
|
429
|
+
email?: string | null | undefined;
|
|
430
|
+
verified?: boolean | null | undefined;
|
|
431
|
+
} | undefined;
|
|
432
432
|
ip?: string | null | undefined;
|
|
433
433
|
sandboxMode?: boolean | null | undefined;
|
|
434
434
|
sandboxSimulated?: boolean | null | undefined;
|
|
@@ -465,10 +465,6 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
465
465
|
customerId: string;
|
|
466
466
|
workflowId: string | null;
|
|
467
467
|
cmsProjectId: string;
|
|
468
|
-
emailVerification: {
|
|
469
|
-
email?: string | null | undefined;
|
|
470
|
-
verified?: boolean | null | undefined;
|
|
471
|
-
};
|
|
472
468
|
stepsCompleted: {
|
|
473
469
|
id: string;
|
|
474
470
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "Identity" | "Liveness" | "ContactInfo";
|
|
@@ -482,6 +478,10 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
|
|
|
482
478
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
483
479
|
address?: string | null | undefined;
|
|
484
480
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | null | undefined;
|
|
481
|
+
emailVerification?: {
|
|
482
|
+
email?: string | null | undefined;
|
|
483
|
+
verified?: boolean | null | undefined;
|
|
484
|
+
} | undefined;
|
|
485
485
|
ip?: string | null | undefined;
|
|
486
486
|
sandboxMode?: boolean | null | undefined;
|
|
487
487
|
sandboxSimulated?: boolean | null | undefined;
|
|
@@ -859,7 +859,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
859
859
|
customerId: string;
|
|
860
860
|
kycSessionId: string;
|
|
861
861
|
}>, "many">;
|
|
862
|
-
emailVerification: z.ZodObject<{
|
|
862
|
+
emailVerification: z.ZodOptional<z.ZodObject<{
|
|
863
863
|
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
864
864
|
verified: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
865
865
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -868,7 +868,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
868
868
|
}, {
|
|
869
869
|
email?: string | null | undefined;
|
|
870
870
|
verified?: boolean | null | undefined;
|
|
871
|
-
}
|
|
871
|
+
}>>;
|
|
872
872
|
customerStatus: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>, "Active" | "Rejected" | "Dormant" | "To be reviewed" | "Failed" | "Escalated" | "Terminated" | "No status", unknown>>>;
|
|
873
873
|
sumSubReviewResult: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
874
874
|
IDENTITY: z.ZodArray<z.ZodEnum<["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", "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_BENEFICIARIES", "COMPANY_NOT_DEFINED_REPRESENTATIVES", "COMPANY_NOT_VALIDATED_REPRESENTATIVES", "APPLICANT_INTERRUPTED_INTERVIEW", "DOCUMENT_MISSING", "UNSUITABLE_ENV", "CONNECTION_INTERRUPTED", "UNSUPPORTED_LANGUAGE", "THIRD_PARTY_INVOLVED", "CHECK_UNAVAILABLE", "INCORRECT_SOCIAL_NUMBER"]>, "many">;
|
|
@@ -900,10 +900,6 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
900
900
|
customerId: string;
|
|
901
901
|
workflowId: string | null;
|
|
902
902
|
cmsProjectId: string;
|
|
903
|
-
emailVerification: {
|
|
904
|
-
email?: string | null | undefined;
|
|
905
|
-
verified?: boolean | null | undefined;
|
|
906
|
-
};
|
|
907
903
|
stepsCompleted: {
|
|
908
904
|
id: string;
|
|
909
905
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "Identity" | "Liveness" | "ContactInfo";
|
|
@@ -921,6 +917,10 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
921
917
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
922
918
|
address?: string | null | undefined;
|
|
923
919
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | null | undefined;
|
|
920
|
+
emailVerification?: {
|
|
921
|
+
email?: string | null | undefined;
|
|
922
|
+
verified?: boolean | null | undefined;
|
|
923
|
+
} | undefined;
|
|
924
924
|
ip?: string | null | undefined;
|
|
925
925
|
sandboxMode?: boolean | null | undefined;
|
|
926
926
|
sandboxSimulated?: boolean | null | undefined;
|
|
@@ -959,10 +959,6 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
959
959
|
customerId: string;
|
|
960
960
|
workflowId: string | null;
|
|
961
961
|
cmsProjectId: string;
|
|
962
|
-
emailVerification: {
|
|
963
|
-
email?: string | null | undefined;
|
|
964
|
-
verified?: boolean | null | undefined;
|
|
965
|
-
};
|
|
966
962
|
stepsCompleted: {
|
|
967
963
|
id: string;
|
|
968
964
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "Identity" | "Liveness" | "ContactInfo";
|
|
@@ -980,6 +976,10 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
|
|
|
980
976
|
result?: "Passed" | "Rejected" | "ToBeManuallyChecked" | "Retry" | null | undefined;
|
|
981
977
|
address?: string | null | undefined;
|
|
982
978
|
blockchainNamespace?: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano" | null | undefined;
|
|
979
|
+
emailVerification?: {
|
|
980
|
+
email?: string | null | undefined;
|
|
981
|
+
verified?: boolean | null | undefined;
|
|
982
|
+
} | undefined;
|
|
983
983
|
ip?: string | null | undefined;
|
|
984
984
|
sandboxMode?: boolean | null | undefined;
|
|
985
985
|
sandboxSimulated?: boolean | null | undefined;
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var customers_schema = require('../../dist/customers.schema-
|
|
5
|
+
var customers_schema = require('../../dist/customers.schema-2bc7fd03.cjs.dev.js');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('../../dist/identity-api.schema-9137e5c5.cjs.dev.js');
|
|
8
8
|
require('nanoid');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var customers_schema = require('../../dist/customers.schema-
|
|
5
|
+
var customers_schema = require('../../dist/customers.schema-ded5d3c7.cjs.prod.js');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('../../dist/identity-api.schema-da491c8f.cjs.prod.js');
|
|
8
8
|
require('nanoid');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a2 as AMLMetadata, A as ANALYSIS_TYPES, c as AnalysisType, bK as ApplicantMemberOfSchema, bZ as BENEFICIARY_TYPES, e as BLOCKCHAIN_TYPES, bM as BaseApplicantActionSchema, bk as BaseProvider, b$ as BeneficiaryCompanyCustomerClaims, c0 as BeneficiaryCompanyCustomerClaimsArray, b_ as BeneficiaryType, d2 as BeneficiaryVerificationStatus, d3 as BeneficiaryVerificationStatusArray, u as BigCSErrorCodes, bh as BigConfig, p as BigCryptoChain, r as BigProperties, q as BigPropertiesLiteral, s as BigProperty, bn as BigProvider, v as BitRankRequest, w as BitRankVerified, y as BitRankVerifiedError, x as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, f as Blockchain, aC as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aE as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, aA as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, at as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, aq as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dl as ChainalysisApiError, bd as ChainalysisConfig, dj as ChainalysisErrorCodes, bq as ChainalysisProvider, dh as ChainalysisRegisterApiResponse, dm as ChainalysisRegisterResponse, dg as ChainalysisRequest, dk as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, di as ChainalysisRiskLevel, ah as CoerceDateUTC, g as Coin, d1 as CompanyDocumentMetaData, aW as ComplyAdvantageAmlFullListing, aV as ComplyAdvantageAmlItemSource, aD as ComplyAdvantageCountryFieldSources, aF as ComplyAdvantageDateOfBirthFieldSources, aU as ComplyAdvantageKeyInformation, aP as ComplyAdvantageMedia, b3 as ComplyAdvantageMonitorSearchDataResponse, b5 as ComplyAdvantageMonitorSearchResponse, b4 as ComplyAdvantageMonitorSearchSuccessResponse, b6 as ComplyAdvantageMonitoredSearchUpdate, aB as ComplyAdvantageNationalityFieldSources, bv as ComplyAdvantageProvider, bu as ComplyAdvantageProviderConfigElement, bt as ComplyAdvantageProviderConfigFilters, bs as ComplyAdvantageProviderConfigTypes, au as ComplyAdvantageReponseMatchStatus, ar as ComplyAdvantageResponseMatchType, aR as ComplyAdvantageSearchDataResponse, aQ as ComplyAdvantageSearchDataResponseHit, aX as ComplyAdvantageSearchEntitiesDataResponse, aZ as ComplyAdvantageSearchEntitiesResponse, aY as ComplyAdvantageSearchEntitiesSuccessResponse, aT as ComplyAdvantageSearchErrorResponse, a_ as ComplyAdvantageSearchRequest, b as ComplyAdvantageSearchResponse, aS as ComplyAdvantageSearchSuccessResponse, b0 as ComplyAdvantageUpdateSearchEntitiesRequest, b2 as ComplyAdvantageUpdateSearchEntitiesResponse, b1 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, a$ as ComplyAdvantageUpdateSearchRequest, aN as ComplyAdvantageUser, bB as CreateProviderInput, bC as CreateProviderResponse, aG as CreateSearchInput, cV as CredentialMetadata, cU as CustomerContactInformationOutput, d8 as CustomerDocumentMetaData, d9 as CustomerStatusResults, ba as DataProviderOptions, bb as DataProviders, bG as DeleteProviderInput, bH as DeleteProviderResponse, X as DocumentIdMetadata, V as DocumentIdType, U as DocumentIdTypes, co as DocumentMetadataSchema, a1 as EmailMetadata, E as EmailVerificationAnalysisResponse, cK as EmailVerificationResponse, T as File, cT as GetCredentialsOutput, d5 as GetKybSessionInput, d6 as GetKybSessionResponse, cN as GetKycSessionInput, cO as GetKycSessionResponse, cW as GetKycSessionResponseWithCredentialsMetadata, bA as GetProviderResponse, bz as GetProvidersResponse, ao as HIGH_RISK_TYPES, bX as INDIVIDUAL_BENEFICIARY_RELATIONS, b8 as IdentityProviderOptions, b9 as IdentityProviders, bY as IndividualBeneficiaryRelation, l as IpQualityAnalysisRequest, m as IpQualityAnalysisResponse, bg as IpQualityConfig, n as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, o as IpQualityServiceErrorResponse, br as IpqualityscoreProvider, cZ as KYB_RESULTS, c$ as KYB_SESSION_STATUSES, cX as KYB_STEP_TYPES, cG as KYC_RESULTS, cI as KYC_SESSION_STATUSES, cE as KYC_STEP_TYPES, c_ as KybResult, d0 as KybSessionStatus, cY as KybStep, cH as KycResult, cJ as KycSessionStatus, cF as KycStep, $ as LivenessMetadata, ap as MEDIUM_RISK_TYPES, aI as MatchStatus, aH as MatchStatuses, aO as MatchTypeDetail, M as MergedProviders, df as MerkleAddressApiError, de as MerkleAddressApiResponse, dd as MerkleAddressRequest, a as MerkleAddressResponse, dc as MerkleBlockChainCodes, db as MerkleBlockChainNames, da as MerkleBlockChainTypes, bc as MerkleScienceConfig, bp as MerkleScienceProvider, N as NestedSession, bm as NexeraIdKYBProvider, bl as NexeraIdSSIDProvider, O as OBJECT_TYPES, d as ObjectType, a0 as PhoneMetadata, P as PhoneVerificationAnalysisResponse, Z as ProofOfAddressDocumentType, Y as ProofOfAddressDocumentTypes, _ as ProofOfAddressMetadata, cS as ProofOfResidenceDocumentType, cR as ProofOfResidenceMetaData, bx as ProviderData, by as ProviderDataProject, bj as ProviderIntegrationType, bi as ProviderIntegrationTypeOptions, b7 as ProviderWithoutConfig, aa as RESULT_PARSER_ERROR, Q as ReasonCode, L as ReasonCodes, t as RequestProperty, aK as RiskLevel, aJ as RiskLevels, R as RiskSeverity, am as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, ak as SEARCH_FILTER_PEP_TYPE, ai as SEARCH_FILTER_SANCTION_TYPE, av as SEARCH_FILTER_TYPES, a8 as SESSION_NOT_FOUND, ae as STEP_NOT_FOUND, bP as SUMSUB_APPLICANT_TYPES, ch as SUMSUB_COMPANY_BENEFICIARY_GROUP, c6 as SUMSUB_DOC_TYPES, c8 as SUMSUB_FLOW_LEVEL, cw as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cm as SUMSUB_MEDIA_CONTENT_TYPES, bR as SUMSUB_REVIEW_ANSWERS, cB as SUMSUB_REVIEW_REJECT_LABELS, cD as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bT as SUMSUB_REVIEW_REJECT_TYPES, c4 as SUMSUB_REVIEW_STATUSES, bN as SUMSUB_STEPS, c2 as SUMSUB_WEBHOOK_INTERNAL_STATUS, j as ScorechainAnalysis, be as ScorechainConfig, i as ScorechainError, h as ScorechainErrorResponse, bo as ScorechainProvider, k as ScoringAnalysisRequest, S as ScoringAnalysisResponse, ay as SearchEntityType, ax as SearchEntityTypes, an as SearchFilterAdverseMediaType, al as SearchFilterPepType, aj as SearchFilterSanctionType, aw as SearchFilterType, az as SearchFilters, d4 as SelectKybSession, cL as SelectKycSession, cM as SelectKycSessionStep, G as Session, H as SessionWithoutSteps, D as Status, z as Statuses, a3 as Step, K as StepType, J as StepTypes, bV as SumSubAddress, bW as SumSubApplicantInfo, cq as SumSubApplicantResetSchema, cp as SumSubApplicantReviewStatusSchema, cv as SumSubApplicantSchema, bQ as SumSubApplicantType, cl as SumSubApplicantVerificationStepSchema, c1 as SumSubCompanyApplicantInfo, cf as SumSubCompanyApplicantSchema, c7 as SumSubDocType, c9 as SumSubFlowLevel, cr as SumSubGenerateExternalWebSdkLinkSchema, cg as SumSubImageId, cb as SumSubImageReviewResultSchema, ce as SumSubIndividualApplicantSchema, cn as SumSubMediaContentType, bS as SumSubReviewAnswer, cC as SumSubReviewRejectLabel, bU as SumSubReviewRejectType, ca as SumSubReviewResultSchema, c5 as SumSubReviewStatus, cA as SumSubSimilarApplicantsSchema, bO as SumSubStep, ck as SumSubVerificationStepSchema, bL as SumSubWebhookSchema, cd as SumsubApplicantType, cc as SumsubApplicantTypes, ci as SumsubCompanyBeneficiaryGroup, cu as SumsubKybDataSchema, cz as SumsubKybSessionFlowSection, cy as SumsubKybSessionFlowSectionItem, cx as SumsubKybSessionFlowSectionStatus, ct as SumsubKycDataSchema, cj as SumsubStepStatus, cs as SumsubVideoCallData, c3 as SumsubWebhookInternalStatus, bw as SynapsProvider, ab as SynapsSessionErrorResponse, a4 as SynapsSessionEvent, a7 as SynapsSessionRequest, ac as SynapsSessionResponse, af as SynapsStepErrorResponse, a5 as SynapsStepEvent, ad as SynapsStepRequest, ag as SynapsStepResponse, bF as ToggleProviderInput, a9 as UNKNOWN_ERROR, d7 as UpdateKybSessionOutput, cP as UpdateKycSessionOutput, bD as UpdateProviderInput, bE as UpdateProviderResponse, aM as UpdateSearchEntitiesInput, aL as UpdateSearchInput, cQ as VideoKycMetaData, bI as WEBHOOK_TYPES, F as WebhookPayload, bJ as WebhookType, bf as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, as as mappingMatchTypeToLabel, a6 as typeToHumanReadable } from '../../dist/customers.schema-
|
|
1
|
+
export { a2 as AMLMetadata, A as ANALYSIS_TYPES, c as AnalysisType, bK as ApplicantMemberOfSchema, bZ as BENEFICIARY_TYPES, e as BLOCKCHAIN_TYPES, bM as BaseApplicantActionSchema, bk as BaseProvider, b$ as BeneficiaryCompanyCustomerClaims, c0 as BeneficiaryCompanyCustomerClaimsArray, b_ as BeneficiaryType, d2 as BeneficiaryVerificationStatus, d3 as BeneficiaryVerificationStatusArray, u as BigCSErrorCodes, bh as BigConfig, p as BigCryptoChain, r as BigProperties, q as BigPropertiesLiteral, s as BigProperty, bn as BigProvider, v as BitRankRequest, w as BitRankVerified, y as BitRankVerifiedError, x as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, f as Blockchain, aC as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aE as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, aA as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, at as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, aq as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dl as ChainalysisApiError, bd as ChainalysisConfig, dj as ChainalysisErrorCodes, bq as ChainalysisProvider, dh as ChainalysisRegisterApiResponse, dm as ChainalysisRegisterResponse, dg as ChainalysisRequest, dk as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, di as ChainalysisRiskLevel, ah as CoerceDateUTC, g as Coin, d1 as CompanyDocumentMetaData, aW as ComplyAdvantageAmlFullListing, aV as ComplyAdvantageAmlItemSource, aD as ComplyAdvantageCountryFieldSources, aF as ComplyAdvantageDateOfBirthFieldSources, aU as ComplyAdvantageKeyInformation, aP as ComplyAdvantageMedia, b3 as ComplyAdvantageMonitorSearchDataResponse, b5 as ComplyAdvantageMonitorSearchResponse, b4 as ComplyAdvantageMonitorSearchSuccessResponse, b6 as ComplyAdvantageMonitoredSearchUpdate, aB as ComplyAdvantageNationalityFieldSources, bv as ComplyAdvantageProvider, bu as ComplyAdvantageProviderConfigElement, bt as ComplyAdvantageProviderConfigFilters, bs as ComplyAdvantageProviderConfigTypes, au as ComplyAdvantageReponseMatchStatus, ar as ComplyAdvantageResponseMatchType, aR as ComplyAdvantageSearchDataResponse, aQ as ComplyAdvantageSearchDataResponseHit, aX as ComplyAdvantageSearchEntitiesDataResponse, aZ as ComplyAdvantageSearchEntitiesResponse, aY as ComplyAdvantageSearchEntitiesSuccessResponse, aT as ComplyAdvantageSearchErrorResponse, a_ as ComplyAdvantageSearchRequest, b as ComplyAdvantageSearchResponse, aS as ComplyAdvantageSearchSuccessResponse, b0 as ComplyAdvantageUpdateSearchEntitiesRequest, b2 as ComplyAdvantageUpdateSearchEntitiesResponse, b1 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, a$ as ComplyAdvantageUpdateSearchRequest, aN as ComplyAdvantageUser, bB as CreateProviderInput, bC as CreateProviderResponse, aG as CreateSearchInput, cV as CredentialMetadata, cU as CustomerContactInformationOutput, d8 as CustomerDocumentMetaData, d9 as CustomerStatusResults, ba as DataProviderOptions, bb as DataProviders, bG as DeleteProviderInput, bH as DeleteProviderResponse, X as DocumentIdMetadata, V as DocumentIdType, U as DocumentIdTypes, co as DocumentMetadataSchema, a1 as EmailMetadata, E as EmailVerificationAnalysisResponse, cK as EmailVerificationResponse, T as File, cT as GetCredentialsOutput, d5 as GetKybSessionInput, d6 as GetKybSessionResponse, cN as GetKycSessionInput, cO as GetKycSessionResponse, cW as GetKycSessionResponseWithCredentialsMetadata, bA as GetProviderResponse, bz as GetProvidersResponse, ao as HIGH_RISK_TYPES, bX as INDIVIDUAL_BENEFICIARY_RELATIONS, b8 as IdentityProviderOptions, b9 as IdentityProviders, bY as IndividualBeneficiaryRelation, l as IpQualityAnalysisRequest, m as IpQualityAnalysisResponse, bg as IpQualityConfig, n as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, o as IpQualityServiceErrorResponse, br as IpqualityscoreProvider, cZ as KYB_RESULTS, c$ as KYB_SESSION_STATUSES, cX as KYB_STEP_TYPES, cG as KYC_RESULTS, cI as KYC_SESSION_STATUSES, cE as KYC_STEP_TYPES, c_ as KybResult, d0 as KybSessionStatus, cY as KybStep, cH as KycResult, cJ as KycSessionStatus, cF as KycStep, $ as LivenessMetadata, ap as MEDIUM_RISK_TYPES, aI as MatchStatus, aH as MatchStatuses, aO as MatchTypeDetail, M as MergedProviders, df as MerkleAddressApiError, de as MerkleAddressApiResponse, dd as MerkleAddressRequest, a as MerkleAddressResponse, dc as MerkleBlockChainCodes, db as MerkleBlockChainNames, da as MerkleBlockChainTypes, bc as MerkleScienceConfig, bp as MerkleScienceProvider, N as NestedSession, bm as NexeraIdKYBProvider, bl as NexeraIdSSIDProvider, O as OBJECT_TYPES, d as ObjectType, a0 as PhoneMetadata, P as PhoneVerificationAnalysisResponse, Z as ProofOfAddressDocumentType, Y as ProofOfAddressDocumentTypes, _ as ProofOfAddressMetadata, cS as ProofOfResidenceDocumentType, cR as ProofOfResidenceMetaData, bx as ProviderData, by as ProviderDataProject, bj as ProviderIntegrationType, bi as ProviderIntegrationTypeOptions, b7 as ProviderWithoutConfig, aa as RESULT_PARSER_ERROR, Q as ReasonCode, L as ReasonCodes, t as RequestProperty, aK as RiskLevel, aJ as RiskLevels, R as RiskSeverity, am as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, ak as SEARCH_FILTER_PEP_TYPE, ai as SEARCH_FILTER_SANCTION_TYPE, av as SEARCH_FILTER_TYPES, a8 as SESSION_NOT_FOUND, ae as STEP_NOT_FOUND, bP as SUMSUB_APPLICANT_TYPES, ch as SUMSUB_COMPANY_BENEFICIARY_GROUP, c6 as SUMSUB_DOC_TYPES, c8 as SUMSUB_FLOW_LEVEL, cw as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cm as SUMSUB_MEDIA_CONTENT_TYPES, bR as SUMSUB_REVIEW_ANSWERS, cB as SUMSUB_REVIEW_REJECT_LABELS, cD as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bT as SUMSUB_REVIEW_REJECT_TYPES, c4 as SUMSUB_REVIEW_STATUSES, bN as SUMSUB_STEPS, c2 as SUMSUB_WEBHOOK_INTERNAL_STATUS, j as ScorechainAnalysis, be as ScorechainConfig, i as ScorechainError, h as ScorechainErrorResponse, bo as ScorechainProvider, k as ScoringAnalysisRequest, S as ScoringAnalysisResponse, ay as SearchEntityType, ax as SearchEntityTypes, an as SearchFilterAdverseMediaType, al as SearchFilterPepType, aj as SearchFilterSanctionType, aw as SearchFilterType, az as SearchFilters, d4 as SelectKybSession, cL as SelectKycSession, cM as SelectKycSessionStep, G as Session, H as SessionWithoutSteps, D as Status, z as Statuses, a3 as Step, K as StepType, J as StepTypes, bV as SumSubAddress, bW as SumSubApplicantInfo, cq as SumSubApplicantResetSchema, cp as SumSubApplicantReviewStatusSchema, cv as SumSubApplicantSchema, bQ as SumSubApplicantType, cl as SumSubApplicantVerificationStepSchema, c1 as SumSubCompanyApplicantInfo, cf as SumSubCompanyApplicantSchema, c7 as SumSubDocType, c9 as SumSubFlowLevel, cr as SumSubGenerateExternalWebSdkLinkSchema, cg as SumSubImageId, cb as SumSubImageReviewResultSchema, ce as SumSubIndividualApplicantSchema, cn as SumSubMediaContentType, bS as SumSubReviewAnswer, cC as SumSubReviewRejectLabel, bU as SumSubReviewRejectType, ca as SumSubReviewResultSchema, c5 as SumSubReviewStatus, cA as SumSubSimilarApplicantsSchema, bO as SumSubStep, ck as SumSubVerificationStepSchema, bL as SumSubWebhookSchema, cd as SumsubApplicantType, cc as SumsubApplicantTypes, ci as SumsubCompanyBeneficiaryGroup, cu as SumsubKybDataSchema, cz as SumsubKybSessionFlowSection, cy as SumsubKybSessionFlowSectionItem, cx as SumsubKybSessionFlowSectionStatus, ct as SumsubKycDataSchema, cj as SumsubStepStatus, cs as SumsubVideoCallData, c3 as SumsubWebhookInternalStatus, bw as SynapsProvider, ab as SynapsSessionErrorResponse, a4 as SynapsSessionEvent, a7 as SynapsSessionRequest, ac as SynapsSessionResponse, af as SynapsStepErrorResponse, a5 as SynapsStepEvent, ad as SynapsStepRequest, ag as SynapsStepResponse, bF as ToggleProviderInput, a9 as UNKNOWN_ERROR, d7 as UpdateKybSessionOutput, cP as UpdateKycSessionOutput, bD as UpdateProviderInput, bE as UpdateProviderResponse, aM as UpdateSearchEntitiesInput, aL as UpdateSearchInput, cQ as VideoKycMetaData, bI as WEBHOOK_TYPES, F as WebhookPayload, bJ as WebhookType, bf as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, as as mappingMatchTypeToLabel, a6 as typeToHumanReadable } from '../../dist/customers.schema-afc69ee2.esm.js';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import '../../dist/identity-api.schema-01af1231.esm.js';
|
|
4
4
|
import 'nanoid';
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
6
|
var identityApi_schema = require('../../dist/identity-api.schema-9137e5c5.cjs.dev.js');
|
|
7
|
-
var customers_schema = require('../../dist/customers.schema-
|
|
7
|
+
var customers_schema = require('../../dist/customers.schema-2bc7fd03.cjs.dev.js');
|
|
8
8
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
6
|
var identityApi_schema = require('../../dist/identity-api.schema-da491c8f.cjs.prod.js');
|
|
7
|
-
var customers_schema = require('../../dist/customers.schema-
|
|
7
|
+
var customers_schema = require('../../dist/customers.schema-ded5d3c7.cjs.prod.js');
|
|
8
8
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { ae as UuidString, dB as ExternalCustomerId, aq as RiskScoreType, as as CustomerType, ay as CustomerOnboardingLevel, aA as CustomerStatus, ai as ISO3CountryCode, a2 as BlockchainAddress, bC as RuleResultStatus, dU as GenericVerifiableCredentialSchema, e1 as _toArray, e0 as _toConsumableArray, ad as EnvironmentSchema } from '../../dist/identity-api.schema-01af1231.esm.js';
|
|
3
|
-
import { M as MergedProviders, S as ScoringAnalysisResponse, B as BitRankVerifiedResponse, a as MerkleAddressResponse, C as ChainalysisRiskAssessmentResponse, I as IpQualityServiceAnalysisResponse, b as ComplyAdvantageSearchResponse } from '../../dist/customers.schema-
|
|
3
|
+
import { M as MergedProviders, S as ScoringAnalysisResponse, B as BitRankVerifiedResponse, a as MerkleAddressResponse, C as ChainalysisRiskAssessmentResponse, I as IpQualityServiceAnalysisResponse, b as ComplyAdvantageSearchResponse } from '../../dist/customers.schema-afc69ee2.esm.js';
|
|
4
4
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
5
5
|
import 'nanoid';
|
|
6
6
|
|