@nexeraid/identity-schemas 2.146.0-dev → 2.147.0-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{CoinMarketCap.schema-0f524f51.esm.mjs → CoinMarketCap.schema-91d7cd99.esm.mjs} +5 -2
- package/dist/{CoinMarketCap.schema-c6d5f97e.cjs.dev.cjs → CoinMarketCap.schema-d50ad4e9.cjs.dev.cjs} +6 -1
- package/dist/{CoinMarketCap.schema-0e5a0f4d.cjs.prod.cjs → CoinMarketCap.schema-d89a58b1.cjs.prod.cjs} +6 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +20 -0
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -1
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +1 -1
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +1 -1
package/dist/{CoinMarketCap.schema-0f524f51.esm.mjs → CoinMarketCap.schema-91d7cd99.esm.mjs}
RENAMED
|
@@ -2160,6 +2160,8 @@ var SelectKycSessionStep = z.object({
|
|
|
2160
2160
|
kycSessionId: UuidString,
|
|
2161
2161
|
createdAt: z.coerce.date()
|
|
2162
2162
|
});
|
|
2163
|
+
var APPLICANT_CHECK_STATUSES = ["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"];
|
|
2164
|
+
var ApplicantCheckStatus = z["enum"](APPLICANT_CHECK_STATUSES);
|
|
2163
2165
|
var SelectKycSession = z.object({
|
|
2164
2166
|
id: UuidString,
|
|
2165
2167
|
customerId: UuidString,
|
|
@@ -2182,7 +2184,8 @@ var SelectKycSession = z.object({
|
|
|
2182
2184
|
workflowId: z.string().uuid().nullable(),
|
|
2183
2185
|
workflowSessionId: WorkflowSessionId.nullable(),
|
|
2184
2186
|
workspaceId: WorkspaceId.nullish(),
|
|
2185
|
-
organizationId: OrganizationId.nullish()
|
|
2187
|
+
organizationId: OrganizationId.nullish(),
|
|
2188
|
+
applicantCheckStatus: ApplicantCheckStatus
|
|
2186
2189
|
});
|
|
2187
2190
|
var SelectKycSessionWithCompletedSteps = SelectKycSession.extend({
|
|
2188
2191
|
stepsCompleted: z.array(SelectKycSessionStep)
|
|
@@ -2463,4 +2466,4 @@ var CoinMarketCapApiResponse = z.object({
|
|
|
2463
2466
|
status: Status
|
|
2464
2467
|
});
|
|
2465
2468
|
|
|
2466
|
-
export { SynapsSessionResponse as $, ProofOfAddressDocumentType as A, BigCryptoChain as B, ComplyAdvantageSearchResponse as C, DocumentIdTypes as D, EmailVerificationAnalysisResponse as E, File$1 as F, ProofOfAddressMetadata as G, PhoneMetadata as H, IpQualityServiceAnalysisResponse as I, EmailMetadata as J, AMLMetadata as K, LivenessMetadata as L, MergedProviders as M, NestedSession as N, Step as O, PhoneVerificationAnalysisResponse as P, SynapsSessionEvent as Q, RequestProperty as R, Statuses as S, SynapsStepEvent as T, typeToHumanReadable as U, SynapsSessionRequest as V, WrappedIpQualityServiceErrorResponse as W, SESSION_NOT_FOUND as X, UNKNOWN_ERROR as Y, RESULT_PARSER_ERROR as Z, SynapsSessionErrorResponse as _, ComplyAdvantageSearchErrorResponse as a, ChainalysisConfig as a$, SynapsStepRequest as a0, STEP_NOT_FOUND as a1, SynapsStepErrorResponse as a2, SynapsStepResponse as a3, CoerceDateUTC as a4, SEARCH_FILTER_SANCTION_TYPE as a5, SearchFilterSanctionType as a6, SEARCH_FILTER_PEP_TYPE as a7, SearchFilterPepType as a8, SEARCH_FILTER_ADVERSE_MEDIA_TYPE as a9, ComplyAdvantageUser as aA, MatchTypeDetail as aB, ComplyAdvantageMedia as aC, ComplyAdvantageSearchDataResponseHit as aD, ComplyAdvantageSearchDataResponse as aE, ComplyAdvantageKeyInformation as aF, ComplyAdvantageAmlItemSource as aG, ComplyAdvantageAmlFullListing as aH, ComplyAdvantageSearchEntitiesDataResponse as aI, ComplyAdvantageSearchEntitiesSuccessResponse as aJ, ComplyAdvantageSearchEntitiesResponse as aK, ComplyAdvantageSearchRequest as aL, ComplyAdvantageSearchRequests as aM, ComplyAdvantageUpdateSearchRequest as aN, ComplyAdvantageUpdateSearchEntitiesRequest as aO, ComplyAdvantageUpdateSearchEntitiesSuccessResponse as aP, ComplyAdvantageUpdateSearchEntitiesResponse as aQ, ComplyAdvantageMonitorSearchDataResponse as aR, ComplyAdvantageMonitorSearchSuccessResponse as aS, ComplyAdvantageMonitorSearchResponse as aT, ComplyAdvantageMonitoredSearchUpdate as aU, ProviderWithoutConfig as aV, IdentityProviderOptions as aW, IdentityProvider as aX, DataProviderOptions as aY, DataProvider as aZ, MerkleScienceConfig as a_, SearchFilterAdverseMediaType as aa, HIGH_RISK_TYPES as ab, MEDIUM_RISK_TYPES as ac, COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE as ad, ComplyAdvantageResponseMatchType as ae, mappingMatchTypeToLabel as af, COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS as ag, ComplyAdvantageReponseMatchStatus as ah, SEARCH_FILTER_TYPES as ai, SearchFilterType as aj, SearchEntityTypes as ak, SearchEntityType as al, SearchFilters as am, COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES as an, ComplyAdvantageNationalityFieldSources as ao, COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES as ap, ComplyAdvantageCountryFieldSources as aq, COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES as ar, ComplyAdvantageDateOfBirthFieldSources as as, CreateSearchInput as at, MatchStatuses as au, MatchStatus as av, RiskLevels as aw, RiskLevel as ax, UpdateSearchInput as ay, UpdateSearchEntitiesInput as az, ComplyAdvantageSearchSuccessResponse as b, SUMSUB_FLOW_LEVEL as b$, ScorechainConfig as b0, WorkflowsScorechainConfig as b1, IpQualityConfig as b2, BigConfig as b3, ProviderIntegrationTypeOptions as b4, ProviderIntegrationType as b5, BaseProvider as b6, NexeraIdSSIDProvider as b7, NexeraIdKYBProvider as b8, BigProvider as b9, SumSubStep as bA, SUMSUB_APPLICANT_TYPES as bB, SumSubApplicantType as bC, SUMSUB_REVIEW_ANSWERS as bD, SumSubReviewAnswer as bE, SUMSUB_REVIEW_REJECT_TYPES as bF, SumSubReviewRejectType as bG, SumsubCountryCode as bH, SumSubAddress as bI, SumSubApplicantInfo as bJ, INDIVIDUAL_BENEFICIARY_RELATIONS as bK, IndividualBeneficiaryRelation as bL, BENEFICIARY_TYPES as bM, BeneficiaryType as bN, BeneficiaryCompanyCustomerClaims as bO, BeneficiaryCompanyCustomerClaimsArray as bP, SumSubCompanyApplicantInfo as bQ, SUMSUB_WEBHOOK_INTERNAL_STATUS as bR, SumsubWebhookInternalStatus as bS, SUMSUB_REVIEW_STATUSES as bT, SumSubReviewStatus as bU, SUMSUB_DOC_TYPES as bV, SumSubDocType as bW, SUMSUB_KYC_DOC_TYPES as bX, SumSubKycDocType as bY, KYC_DOC_SIDES as bZ, KycDocSide as b_, ScorechainProvider as ba, MerkleScienceProvider as bb, ChainalysisProvider as bc, IpqualityscoreProvider as bd, ComplyAdvantageProviderConfigTypes as be, ComplyAdvantageProviderConfigFilters as bf, ComplyAdvantageProviderConfigElement as bg, ComplyAdvantageProvider as bh, SynapsProvider as bi, ProviderData as bj, ProviderDataProject as bk, GetProvidersResponse as bl, GetProviderResponse as bm, CreateProviderInput as bn, CreateProviderResponse as bo, UpdateProviderInput as bp, UpdateProviderResponse as bq, ToggleProviderInput as br, DeleteProviderInput as bs, DeleteProviderResponse as bt, WEBHOOK_TYPES as bu, WebhookType as bv, ApplicantMemberOfSchema as bw, SumSubWebhookSchema as bx, BaseApplicantActionSchema as by, SUMSUB_STEPS as bz, IpQualityAnalysisRequest as c,
|
|
2469
|
+
export { SynapsSessionResponse as $, ProofOfAddressDocumentType as A, BigCryptoChain as B, ComplyAdvantageSearchResponse as C, DocumentIdTypes as D, EmailVerificationAnalysisResponse as E, File$1 as F, ProofOfAddressMetadata as G, PhoneMetadata as H, IpQualityServiceAnalysisResponse as I, EmailMetadata as J, AMLMetadata as K, LivenessMetadata as L, MergedProviders as M, NestedSession as N, Step as O, PhoneVerificationAnalysisResponse as P, SynapsSessionEvent as Q, RequestProperty as R, Statuses as S, SynapsStepEvent as T, typeToHumanReadable as U, SynapsSessionRequest as V, WrappedIpQualityServiceErrorResponse as W, SESSION_NOT_FOUND as X, UNKNOWN_ERROR as Y, RESULT_PARSER_ERROR as Z, SynapsSessionErrorResponse as _, ComplyAdvantageSearchErrorResponse as a, ChainalysisConfig as a$, SynapsStepRequest as a0, STEP_NOT_FOUND as a1, SynapsStepErrorResponse as a2, SynapsStepResponse as a3, CoerceDateUTC as a4, SEARCH_FILTER_SANCTION_TYPE as a5, SearchFilterSanctionType as a6, SEARCH_FILTER_PEP_TYPE as a7, SearchFilterPepType as a8, SEARCH_FILTER_ADVERSE_MEDIA_TYPE as a9, ComplyAdvantageUser as aA, MatchTypeDetail as aB, ComplyAdvantageMedia as aC, ComplyAdvantageSearchDataResponseHit as aD, ComplyAdvantageSearchDataResponse as aE, ComplyAdvantageKeyInformation as aF, ComplyAdvantageAmlItemSource as aG, ComplyAdvantageAmlFullListing as aH, ComplyAdvantageSearchEntitiesDataResponse as aI, ComplyAdvantageSearchEntitiesSuccessResponse as aJ, ComplyAdvantageSearchEntitiesResponse as aK, ComplyAdvantageSearchRequest as aL, ComplyAdvantageSearchRequests as aM, ComplyAdvantageUpdateSearchRequest as aN, ComplyAdvantageUpdateSearchEntitiesRequest as aO, ComplyAdvantageUpdateSearchEntitiesSuccessResponse as aP, ComplyAdvantageUpdateSearchEntitiesResponse as aQ, ComplyAdvantageMonitorSearchDataResponse as aR, ComplyAdvantageMonitorSearchSuccessResponse as aS, ComplyAdvantageMonitorSearchResponse as aT, ComplyAdvantageMonitoredSearchUpdate as aU, ProviderWithoutConfig as aV, IdentityProviderOptions as aW, IdentityProvider as aX, DataProviderOptions as aY, DataProvider as aZ, MerkleScienceConfig as a_, SearchFilterAdverseMediaType as aa, HIGH_RISK_TYPES as ab, MEDIUM_RISK_TYPES as ac, COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE as ad, ComplyAdvantageResponseMatchType as ae, mappingMatchTypeToLabel as af, COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS as ag, ComplyAdvantageReponseMatchStatus as ah, SEARCH_FILTER_TYPES as ai, SearchFilterType as aj, SearchEntityTypes as ak, SearchEntityType as al, SearchFilters as am, COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES as an, ComplyAdvantageNationalityFieldSources as ao, COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES as ap, ComplyAdvantageCountryFieldSources as aq, COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES as ar, ComplyAdvantageDateOfBirthFieldSources as as, CreateSearchInput as at, MatchStatuses as au, MatchStatus as av, RiskLevels as aw, RiskLevel as ax, UpdateSearchInput as ay, UpdateSearchEntitiesInput as az, ComplyAdvantageSearchSuccessResponse as b, SUMSUB_FLOW_LEVEL as b$, ScorechainConfig as b0, WorkflowsScorechainConfig as b1, IpQualityConfig as b2, BigConfig as b3, ProviderIntegrationTypeOptions as b4, ProviderIntegrationType as b5, BaseProvider as b6, NexeraIdSSIDProvider as b7, NexeraIdKYBProvider as b8, BigProvider as b9, SumSubStep as bA, SUMSUB_APPLICANT_TYPES as bB, SumSubApplicantType as bC, SUMSUB_REVIEW_ANSWERS as bD, SumSubReviewAnswer as bE, SUMSUB_REVIEW_REJECT_TYPES as bF, SumSubReviewRejectType as bG, SumsubCountryCode as bH, SumSubAddress as bI, SumSubApplicantInfo as bJ, INDIVIDUAL_BENEFICIARY_RELATIONS as bK, IndividualBeneficiaryRelation as bL, BENEFICIARY_TYPES as bM, BeneficiaryType as bN, BeneficiaryCompanyCustomerClaims as bO, BeneficiaryCompanyCustomerClaimsArray as bP, SumSubCompanyApplicantInfo as bQ, SUMSUB_WEBHOOK_INTERNAL_STATUS as bR, SumsubWebhookInternalStatus as bS, SUMSUB_REVIEW_STATUSES as bT, SumSubReviewStatus as bU, SUMSUB_DOC_TYPES as bV, SumSubDocType as bW, SUMSUB_KYC_DOC_TYPES as bX, SumSubKycDocType as bY, KYC_DOC_SIDES as bZ, KycDocSide as b_, ScorechainProvider as ba, MerkleScienceProvider as bb, ChainalysisProvider as bc, IpqualityscoreProvider as bd, ComplyAdvantageProviderConfigTypes as be, ComplyAdvantageProviderConfigFilters as bf, ComplyAdvantageProviderConfigElement as bg, ComplyAdvantageProvider as bh, SynapsProvider as bi, ProviderData as bj, ProviderDataProject as bk, GetProvidersResponse as bl, GetProviderResponse as bm, CreateProviderInput as bn, CreateProviderResponse as bo, UpdateProviderInput as bp, UpdateProviderResponse as bq, ToggleProviderInput as br, DeleteProviderInput as bs, DeleteProviderResponse as bt, WEBHOOK_TYPES as bu, WebhookType as bv, ApplicantMemberOfSchema as bw, SumSubWebhookSchema as bx, BaseApplicantActionSchema as by, SUMSUB_STEPS as bz, IpQualityAnalysisRequest as c, ApiSuccessCommandResponse as c$, SumSubFlowLevel as c0, SumSubRequiredIdDoc as c1, UploadDocumentRequest as c2, SumSubReviewResultSchema as c3, SumSubImageReviewResultSchema as c4, SumSubImageStatus as c5, SumsubApplicantTypes as c6, SumsubApplicantType as c7, SumSubIndividualApplicantSchema as c8, SumSubCompanyApplicantSchema as c9, KycStep as cA, KycStepStatuses as cB, KycStepStatus as cC, KYC_RESULTS as cD, KycResult as cE, KYC_SESSION_STATUSES as cF, KycSessionStatus as cG, EmailVerificationResponse as cH, SelectKycSessionStep as cI, APPLICANT_CHECK_STATUSES as cJ, ApplicantCheckStatus as cK, SelectKycSession as cL, SelectKycSessionWithCompletedSteps as cM, GetKycSessionInput as cN, GetKycSessionResponse as cO, UpdateKycSessionOutput as cP, VideoKycMetaData as cQ, ProofOfResidenceMetaData as cR, ProofOfResidenceDocumentType as cS, GetCredentialsOutput as cT, CustomerContactInformationOutput as cU, CredentialMetadata as cV, GetKycSessionResponseWithCredentialsMetadata as cW, IDImageMetaData as cX, SelfieImageMetaData as cY, ApiErrorResponse as cZ, ApiErrorCommandResponse as c_, SumSubImageId as ca, SUMSUB_COMPANY_BENEFICIARY_GROUP as cb, SumsubCompanyBeneficiaryGroup as cc, SumsubStepStatus as cd, SumSubVerificationStepSchema as ce, SumSubApplicantVerificationStepSchema as cf, SUMSUB_MEDIA_CONTENT_TYPES as cg, SumSubMediaContentType as ch, DocumentMetadataSchema as ci, DocumentSubmitResponse as cj, SumSubApplicantReviewStatusSchema as ck, SumSubApplicantResetSchema as cl, SumSubGenerateExternalWebSdkLinkSchema as cm, SumsubVideoCallData as cn, SumsubKycDataSchema as co, SumsubKybDataSchema as cp, SumSubApplicantSchema as cq, SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS as cr, SumsubKybSessionFlowSectionStatus as cs, SumsubKybSessionFlowSectionItem as ct, SumsubKybSessionFlowSection as cu, SumSubSimilarApplicantsSchema as cv, SUMSUB_REVIEW_REJECT_LABELS as cw, SumSubReviewRejectLabel as cx, SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION as cy, KYC_STEP_TYPES as cz, IpQualityAnalysisResponse as d, GetKycSessionsOutput as d0, KYB_STEP_TYPES as d1, KybStep as d2, KYB_RESULTS as d3, KybResult as d4, KYB_SESSION_STATUSES as d5, KybSessionStatus as d6, CompanyDocumentMetaData as d7, BeneficiaryVerificationStatus as d8, BeneficiaryVerificationStatusArray as d9, CoinMarketCapFiatId as dA, SelectKybSession as da, GetKybSessionInput as db, GetKybSessionResponse as dc, UpdateKybSessionOutput as dd, CustomerDocumentMetaData as de, CustomerStatusResults as df, MerkleBlockChainTypes as dg, MerkleBlockChainName as dh, MerkleBlockChainCodes as di, MerkleAddressRequest as dj, MerkleAddressApiResponse as dk, MerkleAddressApiError as dl, MerkleAddressResponse as dm, ChainalysisRequest as dn, ChainalysisRegisterApiResponse as dp, ChainalysisRiskLevel as dq, ChainalysisErrorCodes as dr, ChainalysisRiskAssessmentApiResponse as ds, ChainalysisApiError as dt, ChainalysisRegisterResponse as du, ChainalysisRiskAssessmentResponse as dv, CoinMarketCapRequest as dw, CoinMarketCapQuote as dx, CoinMarketCapQuotes as dy, CoinMarketCapApiResponse as dz, IpQualityServiceAnalysis as e, IpQualityServiceErrorResponse as f, BigPropertiesLiteral as g, BigProperties as h, BigProperty as i, BigCSErrorCodes as j, BitRankRequest as k, BitRankVerified as l, BitRankVerifiedErrorResponse as m, BitRankVerifiedError as n, BitRankVerifiedResponse as o, Status$2 as p, WebhookPayload as q, Session as r, SessionWithoutSteps as s, StepTypes as t, StepType as u, ReasonCodes as v, ReasonCode as w, DocumentIdType as x, DocumentIdMetadata as y, ProofOfAddressDocumentTypes as z };
|
package/dist/{CoinMarketCap.schema-c6d5f97e.cjs.dev.cjs → CoinMarketCap.schema-d50ad4e9.cjs.dev.cjs}
RENAMED
|
@@ -2162,6 +2162,8 @@ var SelectKycSessionStep = zod.z.object({
|
|
|
2162
2162
|
kycSessionId: vault_schema.UuidString,
|
|
2163
2163
|
createdAt: zod.z.coerce.date()
|
|
2164
2164
|
});
|
|
2165
|
+
var APPLICANT_CHECK_STATUSES = ["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"];
|
|
2166
|
+
var ApplicantCheckStatus = zod.z["enum"](APPLICANT_CHECK_STATUSES);
|
|
2165
2167
|
var SelectKycSession = zod.z.object({
|
|
2166
2168
|
id: vault_schema.UuidString,
|
|
2167
2169
|
customerId: vault_schema.UuidString,
|
|
@@ -2184,7 +2186,8 @@ var SelectKycSession = zod.z.object({
|
|
|
2184
2186
|
workflowId: zod.z.string().uuid().nullable(),
|
|
2185
2187
|
workflowSessionId: vault_schema.WorkflowSessionId.nullable(),
|
|
2186
2188
|
workspaceId: vault_schema.WorkspaceId.nullish(),
|
|
2187
|
-
organizationId: vault_schema.OrganizationId.nullish()
|
|
2189
|
+
organizationId: vault_schema.OrganizationId.nullish(),
|
|
2190
|
+
applicantCheckStatus: ApplicantCheckStatus
|
|
2188
2191
|
});
|
|
2189
2192
|
var SelectKycSessionWithCompletedSteps = SelectKycSession.extend({
|
|
2190
2193
|
stepsCompleted: zod.z.array(SelectKycSessionStep)
|
|
@@ -2466,9 +2469,11 @@ var CoinMarketCapApiResponse = zod.z.object({
|
|
|
2466
2469
|
});
|
|
2467
2470
|
|
|
2468
2471
|
exports.AMLMetadata = AMLMetadata;
|
|
2472
|
+
exports.APPLICANT_CHECK_STATUSES = APPLICANT_CHECK_STATUSES;
|
|
2469
2473
|
exports.ApiErrorCommandResponse = ApiErrorCommandResponse;
|
|
2470
2474
|
exports.ApiErrorResponse = ApiErrorResponse;
|
|
2471
2475
|
exports.ApiSuccessCommandResponse = ApiSuccessCommandResponse;
|
|
2476
|
+
exports.ApplicantCheckStatus = ApplicantCheckStatus;
|
|
2472
2477
|
exports.ApplicantMemberOfSchema = ApplicantMemberOfSchema;
|
|
2473
2478
|
exports.BENEFICIARY_TYPES = BENEFICIARY_TYPES;
|
|
2474
2479
|
exports.BaseApplicantActionSchema = BaseApplicantActionSchema;
|
|
@@ -2162,6 +2162,8 @@ var SelectKycSessionStep = zod.z.object({
|
|
|
2162
2162
|
kycSessionId: vault_schema.UuidString,
|
|
2163
2163
|
createdAt: zod.z.coerce.date()
|
|
2164
2164
|
});
|
|
2165
|
+
var APPLICANT_CHECK_STATUSES = ["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"];
|
|
2166
|
+
var ApplicantCheckStatus = zod.z["enum"](APPLICANT_CHECK_STATUSES);
|
|
2165
2167
|
var SelectKycSession = zod.z.object({
|
|
2166
2168
|
id: vault_schema.UuidString,
|
|
2167
2169
|
customerId: vault_schema.UuidString,
|
|
@@ -2184,7 +2186,8 @@ var SelectKycSession = zod.z.object({
|
|
|
2184
2186
|
workflowId: zod.z.string().uuid().nullable(),
|
|
2185
2187
|
workflowSessionId: vault_schema.WorkflowSessionId.nullable(),
|
|
2186
2188
|
workspaceId: vault_schema.WorkspaceId.nullish(),
|
|
2187
|
-
organizationId: vault_schema.OrganizationId.nullish()
|
|
2189
|
+
organizationId: vault_schema.OrganizationId.nullish(),
|
|
2190
|
+
applicantCheckStatus: ApplicantCheckStatus
|
|
2188
2191
|
});
|
|
2189
2192
|
var SelectKycSessionWithCompletedSteps = SelectKycSession.extend({
|
|
2190
2193
|
stepsCompleted: zod.z.array(SelectKycSessionStep)
|
|
@@ -2466,9 +2469,11 @@ var CoinMarketCapApiResponse = zod.z.object({
|
|
|
2466
2469
|
});
|
|
2467
2470
|
|
|
2468
2471
|
exports.AMLMetadata = AMLMetadata;
|
|
2472
|
+
exports.APPLICANT_CHECK_STATUSES = APPLICANT_CHECK_STATUSES;
|
|
2469
2473
|
exports.ApiErrorCommandResponse = ApiErrorCommandResponse;
|
|
2470
2474
|
exports.ApiErrorResponse = ApiErrorResponse;
|
|
2471
2475
|
exports.ApiSuccessCommandResponse = ApiSuccessCommandResponse;
|
|
2476
|
+
exports.ApplicantCheckStatus = ApplicantCheckStatus;
|
|
2472
2477
|
exports.ApplicantMemberOfSchema = ApplicantMemberOfSchema;
|
|
2473
2478
|
exports.BENEFICIARY_TYPES = BENEFICIARY_TYPES;
|
|
2474
2479
|
exports.BaseApplicantActionSchema = BaseApplicantActionSchema;
|
|
@@ -45,6 +45,9 @@ export declare const SelectKycSessionStep: z.ZodObject<{
|
|
|
45
45
|
kycSessionId: string;
|
|
46
46
|
}>;
|
|
47
47
|
export type SelectKycSessionStep = z.infer<typeof SelectKycSessionStep>;
|
|
48
|
+
export declare const APPLICANT_CHECK_STATUSES: readonly ["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"];
|
|
49
|
+
export declare const ApplicantCheckStatus: z.ZodEnum<["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"]>;
|
|
50
|
+
export type ApplicantCheckStatus = z.infer<typeof ApplicantCheckStatus>;
|
|
48
51
|
export declare const SelectKycSession: z.ZodObject<{
|
|
49
52
|
id: z.ZodString;
|
|
50
53
|
customerId: z.ZodString;
|
|
@@ -172,6 +175,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
172
175
|
workflowSessionId: z.ZodNullable<z.ZodString>;
|
|
173
176
|
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
174
177
|
organizationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
178
|
+
applicantCheckStatus: z.ZodEnum<["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"]>;
|
|
175
179
|
}, "strip", z.ZodTypeAny, {
|
|
176
180
|
id: string;
|
|
177
181
|
createdAt: Date;
|
|
@@ -180,6 +184,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
180
184
|
workflowId: string | null;
|
|
181
185
|
workflowSessionId: string | null;
|
|
182
186
|
cmsProjectId: string;
|
|
187
|
+
applicantCheckStatus: "FAILED" | "IN_PROGRESS" | "COMPLETED" | "PENDING";
|
|
183
188
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
184
189
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
185
190
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
@@ -222,6 +227,7 @@ export declare const SelectKycSession: z.ZodObject<{
|
|
|
222
227
|
workflowId: string | null;
|
|
223
228
|
workflowSessionId: string | null;
|
|
224
229
|
cmsProjectId: string;
|
|
230
|
+
applicantCheckStatus: "FAILED" | "IN_PROGRESS" | "COMPLETED" | "PENDING";
|
|
225
231
|
status?: "Closed" | "Started" | "CredentialsClaimed" | "NotStarted" | "EmailVerified" | "UserDataSubmitted" | "VerificationChecked" | null | undefined;
|
|
226
232
|
reviewAnswer?: "RED" | "YELLOW" | "GREEN" | null | undefined;
|
|
227
233
|
reviewRejectType?: "FINAL" | "RETRY" | null | undefined;
|
|
@@ -385,6 +391,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
385
391
|
workflowSessionId: z.ZodNullable<z.ZodString>;
|
|
386
392
|
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
387
393
|
organizationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
394
|
+
applicantCheckStatus: z.ZodEnum<["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"]>;
|
|
388
395
|
} & {
|
|
389
396
|
stepsCompleted: z.ZodArray<z.ZodObject<{
|
|
390
397
|
id: z.ZodString;
|
|
@@ -413,6 +420,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
413
420
|
workflowId: string | null;
|
|
414
421
|
workflowSessionId: string | null;
|
|
415
422
|
cmsProjectId: string;
|
|
423
|
+
applicantCheckStatus: "FAILED" | "IN_PROGRESS" | "COMPLETED" | "PENDING";
|
|
416
424
|
stepsCompleted: {
|
|
417
425
|
id: string;
|
|
418
426
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "EmailVerification" | "Identity" | "Liveness" | "ContactInfo" | "CredentialsClaimed";
|
|
@@ -462,6 +470,7 @@ export declare const SelectKycSessionWithCompletedSteps: z.ZodObject<{
|
|
|
462
470
|
workflowId: string | null;
|
|
463
471
|
workflowSessionId: string | null;
|
|
464
472
|
cmsProjectId: string;
|
|
473
|
+
applicantCheckStatus: "FAILED" | "IN_PROGRESS" | "COMPLETED" | "PENDING";
|
|
465
474
|
stepsCompleted: {
|
|
466
475
|
id: string;
|
|
467
476
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "EmailVerification" | "Identity" | "Liveness" | "ContactInfo" | "CredentialsClaimed";
|
|
@@ -639,6 +648,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
639
648
|
workflowSessionId: z.ZodNullable<z.ZodString>;
|
|
640
649
|
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
641
650
|
organizationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
651
|
+
applicantCheckStatus: z.ZodEnum<["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"]>;
|
|
642
652
|
} & {
|
|
643
653
|
stepsCompleted: z.ZodArray<z.ZodObject<{
|
|
644
654
|
id: z.ZodString;
|
|
@@ -678,6 +688,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
678
688
|
workflowId: string | null;
|
|
679
689
|
workflowSessionId: string | null;
|
|
680
690
|
cmsProjectId: string;
|
|
691
|
+
applicantCheckStatus: "FAILED" | "IN_PROGRESS" | "COMPLETED" | "PENDING";
|
|
681
692
|
stepsCompleted: {
|
|
682
693
|
id: string;
|
|
683
694
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "EmailVerification" | "Identity" | "Liveness" | "ContactInfo" | "CredentialsClaimed";
|
|
@@ -732,6 +743,7 @@ export declare const GetKycSessionResponse: z.ZodObject<{
|
|
|
732
743
|
workflowId: string | null;
|
|
733
744
|
workflowSessionId: string | null;
|
|
734
745
|
cmsProjectId: string;
|
|
746
|
+
applicantCheckStatus: "FAILED" | "IN_PROGRESS" | "COMPLETED" | "PENDING";
|
|
735
747
|
stepsCompleted: {
|
|
736
748
|
id: string;
|
|
737
749
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "EmailVerification" | "Identity" | "Liveness" | "ContactInfo" | "CredentialsClaimed";
|
|
@@ -1112,6 +1124,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1112
1124
|
workflowSessionId: z.ZodNullable<z.ZodString>;
|
|
1113
1125
|
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1114
1126
|
organizationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1127
|
+
applicantCheckStatus: z.ZodEnum<["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"]>;
|
|
1115
1128
|
} & {
|
|
1116
1129
|
stepsCompleted: z.ZodArray<z.ZodObject<{
|
|
1117
1130
|
id: z.ZodString;
|
|
@@ -1164,6 +1177,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1164
1177
|
workflowId: string | null;
|
|
1165
1178
|
workflowSessionId: string | null;
|
|
1166
1179
|
cmsProjectId: string;
|
|
1180
|
+
applicantCheckStatus: "FAILED" | "IN_PROGRESS" | "COMPLETED" | "PENDING";
|
|
1167
1181
|
stepsCompleted: {
|
|
1168
1182
|
id: string;
|
|
1169
1183
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "EmailVerification" | "Identity" | "Liveness" | "ContactInfo" | "CredentialsClaimed";
|
|
@@ -1224,6 +1238,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<{
|
|
|
1224
1238
|
workflowId: string | null;
|
|
1225
1239
|
workflowSessionId: string | null;
|
|
1226
1240
|
cmsProjectId: string;
|
|
1241
|
+
applicantCheckStatus: "FAILED" | "IN_PROGRESS" | "COMPLETED" | "PENDING";
|
|
1227
1242
|
stepsCompleted: {
|
|
1228
1243
|
id: string;
|
|
1229
1244
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "EmailVerification" | "Identity" | "Liveness" | "ContactInfo" | "CredentialsClaimed";
|
|
@@ -1555,6 +1570,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1555
1570
|
workflowSessionId: z.ZodNullable<z.ZodString>;
|
|
1556
1571
|
workspaceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1557
1572
|
organizationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1573
|
+
applicantCheckStatus: z.ZodEnum<["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"]>;
|
|
1558
1574
|
} & {
|
|
1559
1575
|
stepsCompleted: z.ZodArray<z.ZodObject<{
|
|
1560
1576
|
id: z.ZodString;
|
|
@@ -1607,6 +1623,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1607
1623
|
workflowId: string | null;
|
|
1608
1624
|
workflowSessionId: string | null;
|
|
1609
1625
|
cmsProjectId: string;
|
|
1626
|
+
applicantCheckStatus: "FAILED" | "IN_PROGRESS" | "COMPLETED" | "PENDING";
|
|
1610
1627
|
stepsCompleted: {
|
|
1611
1628
|
id: string;
|
|
1612
1629
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "EmailVerification" | "Identity" | "Liveness" | "ContactInfo" | "CredentialsClaimed";
|
|
@@ -1667,6 +1684,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1667
1684
|
workflowId: string | null;
|
|
1668
1685
|
workflowSessionId: string | null;
|
|
1669
1686
|
cmsProjectId: string;
|
|
1687
|
+
applicantCheckStatus: "FAILED" | "IN_PROGRESS" | "COMPLETED" | "PENDING";
|
|
1670
1688
|
stepsCompleted: {
|
|
1671
1689
|
id: string;
|
|
1672
1690
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "EmailVerification" | "Identity" | "Liveness" | "ContactInfo" | "CredentialsClaimed";
|
|
@@ -1731,6 +1749,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1731
1749
|
workflowId: string | null;
|
|
1732
1750
|
workflowSessionId: string | null;
|
|
1733
1751
|
cmsProjectId: string;
|
|
1752
|
+
applicantCheckStatus: "FAILED" | "IN_PROGRESS" | "COMPLETED" | "PENDING";
|
|
1734
1753
|
stepsCompleted: {
|
|
1735
1754
|
id: string;
|
|
1736
1755
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "EmailVerification" | "Identity" | "Liveness" | "ContactInfo" | "CredentialsClaimed";
|
|
@@ -1796,6 +1815,7 @@ export declare const GetKycSessionsOutput: z.ZodDiscriminatedUnion<"isOk", [z.Zo
|
|
|
1796
1815
|
workflowId: string | null;
|
|
1797
1816
|
workflowSessionId: string | null;
|
|
1798
1817
|
cmsProjectId: string;
|
|
1818
|
+
applicantCheckStatus: "FAILED" | "IN_PROGRESS" | "COMPLETED" | "PENDING";
|
|
1799
1819
|
stepsCompleted: {
|
|
1800
1820
|
id: string;
|
|
1801
1821
|
type: "ProofOfResidence" | "Started" | "TermsAndConditionsAccepted" | "EmailVerification" | "Identity" | "Liveness" | "ContactInfo" | "CredentialsClaimed";
|
|
@@ -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,gBAAgB
|
|
1
|
+
{"version":3,"file":"kyc-sessions.schema.d.ts","sourceRoot":"../../../../src/providers","sources":["kyc-sessions.schema.ts"],"names":[],"mappings":"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"}
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('../../dist/vault.schema-ca8b1f74.cjs.dev.cjs');
|
|
6
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-d50ad4e9.cjs.dev.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
@@ -11272,9 +11272,11 @@ exports.WorkflowsScoringAnalysisRequest = vault_schema.WorkflowsScoringAnalysisR
|
|
|
11272
11272
|
exports.compareRiskLevels = vault_schema.compareRiskLevels;
|
|
11273
11273
|
exports.getRiskLevelByRiskScore = vault_schema.getRiskLevelByRiskScore;
|
|
11274
11274
|
exports.AMLMetadata = CoinMarketCap_schema.AMLMetadata;
|
|
11275
|
+
exports.APPLICANT_CHECK_STATUSES = CoinMarketCap_schema.APPLICANT_CHECK_STATUSES;
|
|
11275
11276
|
exports.ApiErrorCommandResponse = CoinMarketCap_schema.ApiErrorCommandResponse;
|
|
11276
11277
|
exports.ApiErrorResponse = CoinMarketCap_schema.ApiErrorResponse;
|
|
11277
11278
|
exports.ApiSuccessCommandResponse = CoinMarketCap_schema.ApiSuccessCommandResponse;
|
|
11279
|
+
exports.ApplicantCheckStatus = CoinMarketCap_schema.ApplicantCheckStatus;
|
|
11278
11280
|
exports.ApplicantMemberOfSchema = CoinMarketCap_schema.ApplicantMemberOfSchema;
|
|
11279
11281
|
exports.BENEFICIARY_TYPES = CoinMarketCap_schema.BENEFICIARY_TYPES;
|
|
11280
11282
|
exports.BaseApplicantActionSchema = CoinMarketCap_schema.BaseApplicantActionSchema;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('../../dist/vault.schema-6bdf1394.cjs.prod.cjs');
|
|
6
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-d89a58b1.cjs.prod.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
@@ -11272,9 +11272,11 @@ exports.WorkflowsScoringAnalysisRequest = vault_schema.WorkflowsScoringAnalysisR
|
|
|
11272
11272
|
exports.compareRiskLevels = vault_schema.compareRiskLevels;
|
|
11273
11273
|
exports.getRiskLevelByRiskScore = vault_schema.getRiskLevelByRiskScore;
|
|
11274
11274
|
exports.AMLMetadata = CoinMarketCap_schema.AMLMetadata;
|
|
11275
|
+
exports.APPLICANT_CHECK_STATUSES = CoinMarketCap_schema.APPLICANT_CHECK_STATUSES;
|
|
11275
11276
|
exports.ApiErrorCommandResponse = CoinMarketCap_schema.ApiErrorCommandResponse;
|
|
11276
11277
|
exports.ApiErrorResponse = CoinMarketCap_schema.ApiErrorResponse;
|
|
11277
11278
|
exports.ApiSuccessCommandResponse = CoinMarketCap_schema.ApiSuccessCommandResponse;
|
|
11279
|
+
exports.ApplicantCheckStatus = CoinMarketCap_schema.ApplicantCheckStatus;
|
|
11278
11280
|
exports.ApplicantMemberOfSchema = CoinMarketCap_schema.ApplicantMemberOfSchema;
|
|
11279
11281
|
exports.BENEFICIARY_TYPES = CoinMarketCap_schema.BENEFICIARY_TYPES;
|
|
11280
11282
|
exports.BaseApplicantActionSchema = CoinMarketCap_schema.BaseApplicantActionSchema;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { fD as ANALYSIS_TYPES, fE as AnalysisType, fM as Coin, fR as EntityRiskDefaultsMap, fQ as EntityRiskDefaultsValues, fX as GetActiveBlockchains, fW as GetActiveBlockchainsRequest, fY as GetActiveBlockchainsResponse, f$ as GetAddressAnalysis, fZ as GetAddressAnalysisRequest, g0 as GetAddressAnalysisResponse, fI as NonMinimalScorechainBlockchain, fF as OBJECT_TYPES, fG as ObjectType, g2 as RawScorechainResult, fP as RiskExplanation, fN as RiskSeverity, fU as ScorechainAnalysis, fH as ScorechainBlockchain, fJ as ScorechainBlockchainToNamespace, f_ as ScorechainEntity, fO as ScorechainEntityType, fT as ScorechainError, fS as ScorechainErrorResponse, g3 as ScorechainRiskToRiskLevel, g5 as ScorechainWalletRiskLevel, g4 as ScorechainWalletRiskLevels, g1 as ScoringAnalysisApiRequest, fB as ScoringAnalysisRequest, fV as ScoringAnalysisResponse, fC as WorkflowsScoringAnalysisRequest, fL as compareRiskLevels, fK as getRiskLevelByRiskScore } from '../../dist/vault.schema-fb877b1d.esm.mjs';
|
|
2
|
-
export { K as AMLMetadata,
|
|
2
|
+
export { K as AMLMetadata, cJ as APPLICANT_CHECK_STATUSES, c_ as ApiErrorCommandResponse, cZ as ApiErrorResponse, c$ as ApiSuccessCommandResponse, cK as ApplicantCheckStatus, bw as ApplicantMemberOfSchema, bM as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bO as BeneficiaryCompanyCustomerClaims, bP as BeneficiaryCompanyCustomerClaimsArray, bN as BeneficiaryType, d8 as BeneficiaryVerificationStatus, d9 as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dt as ChainalysisApiError, a$ as ChainalysisConfig, dr as ChainalysisErrorCodes, bc as ChainalysisProvider, dp as ChainalysisRegisterApiResponse, du as ChainalysisRegisterResponse, dn as ChainalysisRequest, ds as ChainalysisRiskAssessmentApiResponse, dv as ChainalysisRiskAssessmentResponse, dq as ChainalysisRiskLevel, a4 as CoerceDateUTC, dz as CoinMarketCapApiResponse, dA as CoinMarketCapFiatId, dx as CoinMarketCapQuote, dy as CoinMarketCapQuotes, dw as CoinMarketCapRequest, d7 as CompanyDocumentMetaData, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cV as CredentialMetadata, cU as CustomerContactInformationOutput, de as CustomerDocumentMetaData, df as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, ci as DocumentMetadataSchema, cj as DocumentSubmitResponse, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cH as EmailVerificationResponse, F as File, cT as GetCredentialsOutput, db as GetKybSessionInput, dc as GetKybSessionResponse, cN as GetKycSessionInput, cO as GetKycSessionResponse, cW as GetKycSessionResponseWithCredentialsMetadata, d0 as GetKycSessionsOutput, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, cX as IDImageMetaData, bK as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bL as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, d3 as KYB_RESULTS, d5 as KYB_SESSION_STATUSES, d1 as KYB_STEP_TYPES, bZ as KYC_DOC_SIDES, cD as KYC_RESULTS, cF as KYC_SESSION_STATUSES, cz as KYC_STEP_TYPES, d4 as KybResult, d6 as KybSessionStatus, d2 as KybStep, b_ as KycDocSide, cE as KycResult, cG as KycSessionStatus, cA as KycStep, cC as KycStepStatus, cB as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, dl as MerkleAddressApiError, dk as MerkleAddressApiResponse, dj as MerkleAddressRequest, dm as MerkleAddressResponse, di as MerkleBlockChainCodes, dh as MerkleBlockChainName, dg as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cS as ProofOfResidenceDocumentType, cR as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bB as SUMSUB_APPLICANT_TYPES, cb as SUMSUB_COMPANY_BENEFICIARY_GROUP, bV as SUMSUB_DOC_TYPES, b$ as SUMSUB_FLOW_LEVEL, cr as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, bX as SUMSUB_KYC_DOC_TYPES, cg as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, cw as SUMSUB_REVIEW_REJECT_LABELS, cy as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bT as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bR as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, da as SelectKybSession, cL as SelectKycSession, cI as SelectKycSessionStep, cM as SelectKycSessionWithCompletedSteps, cY as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bI as SumSubAddress, bJ as SumSubApplicantInfo, cl as SumSubApplicantResetSchema, ck as SumSubApplicantReviewStatusSchema, cq as SumSubApplicantSchema, bC as SumSubApplicantType, cf as SumSubApplicantVerificationStepSchema, bQ as SumSubCompanyApplicantInfo, c9 as SumSubCompanyApplicantSchema, bW as SumSubDocType, c0 as SumSubFlowLevel, cm as SumSubGenerateExternalWebSdkLinkSchema, ca as SumSubImageId, c4 as SumSubImageReviewResultSchema, c5 as SumSubImageStatus, c8 as SumSubIndividualApplicantSchema, bY as SumSubKycDocType, ch as SumSubMediaContentType, c1 as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cx as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, c3 as SumSubReviewResultSchema, bU as SumSubReviewStatus, cv as SumSubSimilarApplicantsSchema, bA as SumSubStep, ce as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c7 as SumsubApplicantType, c6 as SumsubApplicantTypes, cc as SumsubCompanyBeneficiaryGroup, bH as SumsubCountryCode, cp as SumsubKybDataSchema, cu as SumsubKybSessionFlowSection, ct as SumsubKybSessionFlowSectionItem, cs as SumsubKybSessionFlowSectionStatus, co as SumsubKycDataSchema, cd as SumsubStepStatus, cn as SumsubVideoCallData, bS as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, dd as UpdateKybSessionOutput, cP as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, c2 as UploadDocumentRequest, cQ as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-91d7cd99.esm.mjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var zod = require('zod');
|
|
6
6
|
var vault_schema = require('../../dist/vault.schema-ca8b1f74.cjs.dev.cjs');
|
|
7
7
|
var identityApi_schema = require('../../dist/identity-api.schema-f4262095.cjs.dev.cjs');
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-d50ad4e9.cjs.dev.cjs');
|
|
9
9
|
var toArray = require('../../dist/toArray-f9f50575.cjs.dev.cjs');
|
|
10
10
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
11
11
|
require('nanoid');
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var zod = require('zod');
|
|
6
6
|
var vault_schema = require('../../dist/vault.schema-6bdf1394.cjs.prod.cjs');
|
|
7
7
|
var identityApi_schema = require('../../dist/identity-api.schema-68f0860b.cjs.prod.cjs');
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-d89a58b1.cjs.prod.cjs');
|
|
9
9
|
var toArray = require('../../dist/toArray-1c8dc217.cjs.prod.cjs');
|
|
10
10
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
11
11
|
require('nanoid');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { aW as UuidString, dn as ExternalCustomerId, dl as WorkflowId, be as RiskScoreType, bg as CustomerType, bm as CustomerOnboardingLevel, bo as CustomerStatus, b2 as ISO3CountryCode, at as BlockchainAddress, dI as GenericVerifiableCredentialSchema, fp as WalletScreeningData, e5 as TransactionTypes, eb as TransactionReviewStatuses, fv as _toConsumableArray, aV as EnvironmentSchema } from '../../dist/vault.schema-fb877b1d.esm.mjs';
|
|
3
3
|
import { Y as RuleResultStatus } from '../../dist/identity-api.schema-808c5bcf.esm.mjs';
|
|
4
|
-
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-
|
|
4
|
+
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-91d7cd99.esm.mjs';
|
|
5
5
|
import { _ as _toArray } from '../../dist/toArray-07d8f1c2.esm.mjs';
|
|
6
6
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
7
7
|
import 'nanoid';
|