@nexeraid/identity-schemas
Advanced tools
Comparing version 2.1.13-dev to 2.1.14-dev
@@ -15,2 +15,3 @@ import { z } from "zod"; | ||
}>; | ||
export declare const BigCSErrorCodes: Map<string, string>; | ||
/** | ||
@@ -17,0 +18,0 @@ * Example usage: |
@@ -11,7 +11,10 @@ import { z } from "zod"; | ||
export declare const ChainalysisRegisterApiResponse: z.ZodObject<{ | ||
statusCode: z.ZodNumber; | ||
address: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
address: string; | ||
statusCode: number; | ||
}, { | ||
address: string; | ||
statusCode: number; | ||
}>; | ||
@@ -21,2 +24,3 @@ export type ChainalysisRegisterApiResponse = z.infer<typeof ChainalysisRegisterApiResponse>; | ||
export type ChainalysisRiskLevel = z.infer<typeof ChainalysisRiskLevel>; | ||
export declare const ChainalysisErrorCodes: Map<number, string>; | ||
export declare const ChainalysisRiskAssessmentApiResponse: z.ZodObject<{ | ||
@@ -214,2 +218,3 @@ address: z.ZodString; | ||
export declare const ChainalysisApiError: z.ZodObject<{ | ||
statusCode: z.ZodNumber; | ||
error: z.ZodObject<{ | ||
@@ -234,2 +239,3 @@ error: z.ZodString; | ||
}; | ||
statusCode: number; | ||
}, { | ||
@@ -241,10 +247,16 @@ error: { | ||
}; | ||
statusCode: number; | ||
}>; | ||
export type ChainalysisApiErrorType = z.infer<typeof ChainalysisApiError>; | ||
export declare const ChainalysisRegisterResponse: z.ZodUnion<[z.ZodObject<{ | ||
statusCode: z.ZodNumber; | ||
address: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
address: string; | ||
statusCode: number; | ||
}, { | ||
address: string; | ||
statusCode: number; | ||
}>, z.ZodObject<{ | ||
statusCode: z.ZodNumber; | ||
error: z.ZodObject<{ | ||
@@ -269,2 +281,3 @@ error: z.ZodString; | ||
}; | ||
statusCode: number; | ||
}, { | ||
@@ -276,2 +289,3 @@ error: { | ||
}; | ||
statusCode: number; | ||
}>]>; | ||
@@ -470,2 +484,3 @@ export type ChainalysisRegisterResponse = z.infer<typeof ChainalysisRegisterResponse>; | ||
}>, z.ZodObject<{ | ||
statusCode: z.ZodNumber; | ||
error: z.ZodObject<{ | ||
@@ -490,2 +505,3 @@ error: z.ZodString; | ||
}; | ||
statusCode: number; | ||
}, { | ||
@@ -497,4 +513,5 @@ error: { | ||
}; | ||
statusCode: number; | ||
}>]>; | ||
export type ChainalysisRiskAssessmentResponse = z.infer<typeof ChainalysisRiskAssessmentResponse>; | ||
//# sourceMappingURL=chainalysis.schema.d.ts.map |
@@ -162,2 +162,3 @@ import { z } from "zod"; | ||
export declare const MerkleAddressApiResponse: z.ZodObject<{ | ||
statusCode: z.ZodNumber; | ||
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
@@ -262,2 +263,3 @@ blockchain: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>; | ||
}, "strip", z.ZodTypeAny, { | ||
statusCode: number; | ||
type?: number | null | undefined; | ||
@@ -306,2 +308,3 @@ identifier?: string | null | undefined; | ||
}, { | ||
statusCode: number; | ||
type?: number | null | undefined; | ||
@@ -387,2 +390,3 @@ identifier?: string | null | undefined; | ||
export declare const MerkleAddressResponse: z.ZodUnion<[z.ZodObject<{ | ||
statusCode: z.ZodNumber; | ||
identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
@@ -487,2 +491,3 @@ blockchain: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>; | ||
}, "strip", z.ZodTypeAny, { | ||
statusCode: number; | ||
type?: number | null | undefined; | ||
@@ -531,2 +536,3 @@ identifier?: string | null | undefined; | ||
}, { | ||
statusCode: number; | ||
type?: number | null | undefined; | ||
@@ -533,0 +539,0 @@ identifier?: string | null | undefined; |
{ | ||
"name": "@nexeraid/identity-schemas", | ||
"version": "2.1.13", | ||
"version": "2.1.14", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
{ | ||
"name": "@nexeraid/identity-schemas", | ||
"version": "2.1.13-dev", | ||
"version": "2.1.14-dev", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var customers_schema = require('../../dist/customers.schema-f1a19424.cjs.dev.js'); | ||
var customers_schema = require('../../dist/customers.schema-1c6eb9d6.cjs.dev.js'); | ||
require('zod'); | ||
@@ -26,2 +26,3 @@ require('../../dist/identity-api.schema-40be3abf.cjs.dev.js'); | ||
exports.BeneficiaryVerificationStatusArray = customers_schema.BeneficiaryVerificationStatusArray; | ||
exports.BigCSErrorCodes = customers_schema.BigCSErrorCodes; | ||
exports.BigConfig = customers_schema.BigConfig; | ||
@@ -46,2 +47,3 @@ exports.BigCryptoChain = customers_schema.BigCryptoChain; | ||
exports.ChainalysisConfig = customers_schema.ChainalysisConfig; | ||
exports.ChainalysisErrorCodes = customers_schema.ChainalysisErrorCodes; | ||
exports.ChainalysisProvider = customers_schema.ChainalysisProvider; | ||
@@ -48,0 +50,0 @@ exports.ChainalysisRegisterApiResponse = customers_schema.ChainalysisRegisterApiResponse; |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var customers_schema = require('../../dist/customers.schema-676061af.cjs.prod.js'); | ||
var customers_schema = require('../../dist/customers.schema-a0f7fdaa.cjs.prod.js'); | ||
require('zod'); | ||
@@ -26,2 +26,3 @@ require('../../dist/identity-api.schema-b1cc4229.cjs.prod.js'); | ||
exports.BeneficiaryVerificationStatusArray = customers_schema.BeneficiaryVerificationStatusArray; | ||
exports.BigCSErrorCodes = customers_schema.BigCSErrorCodes; | ||
exports.BigConfig = customers_schema.BigConfig; | ||
@@ -46,2 +47,3 @@ exports.BigCryptoChain = customers_schema.BigCryptoChain; | ||
exports.ChainalysisConfig = customers_schema.ChainalysisConfig; | ||
exports.ChainalysisErrorCodes = customers_schema.ChainalysisErrorCodes; | ||
exports.ChainalysisProvider = customers_schema.ChainalysisProvider; | ||
@@ -48,0 +50,0 @@ exports.ChainalysisRegisterApiResponse = customers_schema.ChainalysisRegisterApiResponse; |
@@ -1,4 +0,4 @@ | ||
export { a1 as AMLMetadata, A as ANALYSIS_TYPES, c as AnalysisType, bJ as ApplicantMemberOfSchema, bY as BENEFICIARY_TYPES, e as BLOCKCHAIN_TYPES, bL as BaseApplicantActionSchema, bj as BaseProvider, b_ as BeneficiaryCompanyCustomerClaims, b$ as BeneficiaryCompanyCustomerClaimsArray, bZ as BeneficiaryType, d0 as BeneficiaryVerificationStatus, d1 as BeneficiaryVerificationStatusArray, bg as BigConfig, p as BigCryptoChain, r as BigProperties, q as BigPropertiesLiteral, s as BigProperty, bm as BigProvider, u as BitRankRequest, v as BitRankVerified, x as BitRankVerifiedError, w as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, f as Blockchain, aB as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aD as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, az as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, as as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ap as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, di as ChainalysisApiError, bc as ChainalysisConfig, bp as ChainalysisProvider, df as ChainalysisRegisterApiResponse, dj as ChainalysisRegisterResponse, de as ChainalysisRequest, dh as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dg as ChainalysisRiskLevel, ag as CoerceDateUTC, g as Coin, c$ as CompanyDocumentMetaData, aV as ComplyAdvantageAmlFullListing, aU as ComplyAdvantageAmlItemSource, aC as ComplyAdvantageCountryFieldSources, aE as ComplyAdvantageDateOfBirthFieldSources, aT as ComplyAdvantageKeyInformation, aO as ComplyAdvantageMedia, b2 as ComplyAdvantageMonitorSearchDataResponse, b4 as ComplyAdvantageMonitorSearchResponse, b3 as ComplyAdvantageMonitorSearchSuccessResponse, b5 as ComplyAdvantageMonitoredSearchUpdate, aA as ComplyAdvantageNationalityFieldSources, bu as ComplyAdvantageProvider, bt as ComplyAdvantageProviderConfigElement, bs as ComplyAdvantageProviderConfigFilters, br as ComplyAdvantageProviderConfigTypes, at as ComplyAdvantageReponseMatchStatus, aq as ComplyAdvantageResponseMatchType, aQ as ComplyAdvantageSearchDataResponse, aP as ComplyAdvantageSearchDataResponseHit, aW as ComplyAdvantageSearchEntitiesDataResponse, aY as ComplyAdvantageSearchEntitiesResponse, aX as ComplyAdvantageSearchEntitiesSuccessResponse, aS as ComplyAdvantageSearchErrorResponse, aZ as ComplyAdvantageSearchRequest, b as ComplyAdvantageSearchResponse, aR as ComplyAdvantageSearchSuccessResponse, a$ as ComplyAdvantageUpdateSearchEntitiesRequest, b1 as ComplyAdvantageUpdateSearchEntitiesResponse, b0 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, a_ as ComplyAdvantageUpdateSearchRequest, aM as ComplyAdvantageUser, bA as CreateProviderInput, bB as CreateProviderResponse, aF as CreateSearchInput, cT as CredentialMetadata, cS as CustomerContactInformationOutput, d6 as CustomerDocumentMetaData, d7 as CustomerStatusResults, b9 as DataProviderOptions, ba as DataProviders, bF as DeleteProviderInput, bG as DeleteProviderResponse, V as DocumentIdMetadata, U as DocumentIdType, T as DocumentIdTypes, cn as DocumentMetadataSchema, a0 as EmailMetadata, E as EmailVerificationAnalysisResponse, Q as File, cR as GetCredentialsOutput, d3 as GetKybSessionInput, d4 as GetKybSessionResponse, cL as GetKycSessionInput, cM as GetKycSessionResponse, cU as GetKycSessionResponseWithCredentialsMetadata, bz as GetProviderResponse, by as GetProvidersResponse, an as HIGH_RISK_TYPES, bW as INDIVIDUAL_BENEFICIARY_RELATIONS, b7 as IdentityProviderOptions, b8 as IdentityProviders, bX as IndividualBeneficiaryRelation, l as IpQualityAnalysisRequest, m as IpQualityAnalysisResponse, bf as IpQualityConfig, n as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, o as IpQualityServiceErrorResponse, bq as IpqualityscoreProvider, cX as KYB_RESULTS, cZ as KYB_SESSION_STATUSES, cV as KYB_STEP_TYPES, cF as KYC_RESULTS, cH as KYC_SESSION_STATUSES, cD as KYC_STEP_TYPES, cY as KybResult, c_ as KybSessionStatus, cW as KybStep, cG as KycResult, cI as KycSessionStatus, cE as KycStep, _ as LivenessMetadata, ao as MEDIUM_RISK_TYPES, aH as MatchStatus, aG as MatchStatuses, aN as MatchTypeDetail, M as MergedProviders, dd as MerkleAddressApiError, dc as MerkleAddressApiResponse, db as MerkleAddressRequest, a as MerkleAddressResponse, da as MerkleBlockChainCodes, d9 as MerkleBlockChainNames, d8 as MerkleBlockChainTypes, bb as MerkleScienceConfig, bo as MerkleScienceProvider, N as NestedSession, bl as NexeraIdKYBProvider, bk as NexeraIdSSIDProvider, O as OBJECT_TYPES, d as ObjectType, $ as PhoneMetadata, P as PhoneVerificationAnalysisResponse, Y as ProofOfAddressDocumentType, X as ProofOfAddressDocumentTypes, Z as ProofOfAddressMetadata, cQ as ProofOfResidenceDocumentType, cP as ProofOfResidenceMetaData, bw as ProviderData, bx as ProviderDataProject, bi as ProviderIntegrationType, bh as ProviderIntegrationTypeOptions, b6 as ProviderWithoutConfig, a9 as RESULT_PARSER_ERROR, L as ReasonCode, K as ReasonCodes, t as RequestProperty, aJ as RiskLevel, aI as RiskLevels, R as RiskSeverity, al as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, aj as SEARCH_FILTER_PEP_TYPE, ah as SEARCH_FILTER_SANCTION_TYPE, au as SEARCH_FILTER_TYPES, a7 as SESSION_NOT_FOUND, ad as STEP_NOT_FOUND, bO as SUMSUB_APPLICANT_TYPES, cg as SUMSUB_COMPANY_BENEFICIARY_GROUP, c5 as SUMSUB_DOC_TYPES, c7 as SUMSUB_FLOW_LEVEL, cv as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cl as SUMSUB_MEDIA_CONTENT_TYPES, bQ as SUMSUB_REVIEW_ANSWERS, cA as SUMSUB_REVIEW_REJECT_LABELS, cC as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bS as SUMSUB_REVIEW_REJECT_TYPES, c3 as SUMSUB_REVIEW_STATUSES, bM as SUMSUB_STEPS, c1 as SUMSUB_WEBHOOK_INTERNAL_STATUS, j as ScorechainAnalysis, bd as ScorechainConfig, i as ScorechainError, h as ScorechainErrorResponse, bn as ScorechainProvider, k as ScoringAnalysisRequest, S as ScoringAnalysisResponse, ax as SearchEntityType, aw as SearchEntityTypes, am as SearchFilterAdverseMediaType, ak as SearchFilterPepType, ai as SearchFilterSanctionType, av as SearchFilterType, ay as SearchFilters, d2 as SelectKybSession, cJ as SelectKycSession, cK as SelectKycSessionStep, F as Session, G as SessionWithoutSteps, z as Status, y as Statuses, a2 as Step, J as StepType, H as StepTypes, bU as SumSubAddress, bV as SumSubApplicantInfo, cp as SumSubApplicantResetSchema, co as SumSubApplicantReviewStatusSchema, cu as SumSubApplicantSchema, bP as SumSubApplicantType, ck as SumSubApplicantVerificationStepSchema, c0 as SumSubCompanyApplicantInfo, ce as SumSubCompanyApplicantSchema, c6 as SumSubDocType, c8 as SumSubFlowLevel, cq as SumSubGenerateExternalWebSdkLinkSchema, cf as SumSubImageId, ca as SumSubImageReviewResultSchema, cd as SumSubIndividualApplicantSchema, cm as SumSubMediaContentType, bR as SumSubReviewAnswer, cB as SumSubReviewRejectLabel, bT as SumSubReviewRejectType, c9 as SumSubReviewResultSchema, c4 as SumSubReviewStatus, cz as SumSubSimilarApplicantsSchema, bN as SumSubStep, cj as SumSubVerificationStepSchema, bK as SumSubWebhookSchema, cc as SumsubApplicantType, cb as SumsubApplicantTypes, ch as SumsubCompanyBeneficiaryGroup, ct as SumsubKybDataSchema, cy as SumsubKybSessionFlowSection, cx as SumsubKybSessionFlowSectionItem, cw as SumsubKybSessionFlowSectionStatus, cs as SumsubKycDataSchema, ci as SumsubStepStatus, cr as SumsubVideoCallData, c2 as SumsubWebhookInternalStatus, bv as SynapsProvider, aa as SynapsSessionErrorResponse, a3 as SynapsSessionEvent, a6 as SynapsSessionRequest, ab as SynapsSessionResponse, ae as SynapsStepErrorResponse, a4 as SynapsStepEvent, ac as SynapsStepRequest, af as SynapsStepResponse, bE as ToggleProviderInput, a8 as UNKNOWN_ERROR, d5 as UpdateKybSessionOutput, cN as UpdateKycSessionOutput, bC as UpdateProviderInput, bD as UpdateProviderResponse, aL as UpdateSearchEntitiesInput, aK as UpdateSearchInput, cO as VideoKycMetaData, bH as WEBHOOK_TYPES, D as WebhookPayload, bI as WebhookType, be as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, ar as mappingMatchTypeToLabel, a5 as typeToHumanReadable } from '../../dist/customers.schema-8a8bbaf2.esm.js'; | ||
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, d1 as BeneficiaryVerificationStatus, d2 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, dk as ChainalysisApiError, bd as ChainalysisConfig, di as ChainalysisErrorCodes, bq as ChainalysisProvider, dg as ChainalysisRegisterApiResponse, dl as ChainalysisRegisterResponse, df as ChainalysisRequest, dj as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dh as ChainalysisRiskLevel, ah as CoerceDateUTC, g as Coin, d0 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, cU as CredentialMetadata, cT as CustomerContactInformationOutput, d7 as CustomerDocumentMetaData, d8 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, T as File, cS as GetCredentialsOutput, d4 as GetKybSessionInput, d5 as GetKybSessionResponse, cM as GetKycSessionInput, cN as GetKycSessionResponse, cV 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, cY as KYB_RESULTS, c_ as KYB_SESSION_STATUSES, cW as KYB_STEP_TYPES, cG as KYC_RESULTS, cI as KYC_SESSION_STATUSES, cE as KYC_STEP_TYPES, cZ as KybResult, c$ as KybSessionStatus, cX 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, de as MerkleAddressApiError, dd as MerkleAddressApiResponse, dc as MerkleAddressRequest, a as MerkleAddressResponse, db as MerkleBlockChainCodes, da as MerkleBlockChainNames, d9 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, cR as ProofOfResidenceDocumentType, cQ 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, d3 as SelectKybSession, cK as SelectKycSession, cL 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, d6 as UpdateKybSessionOutput, cO as UpdateKycSessionOutput, bD as UpdateProviderInput, bE as UpdateProviderResponse, aM as UpdateSearchEntitiesInput, aL as UpdateSearchInput, cP 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-836ab8a7.esm.js'; | ||
import 'zod'; | ||
import '../../dist/identity-api.schema-397ec4fd.esm.js'; | ||
import 'nanoid'; |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var identityApi_schema = require('../../dist/identity-api.schema-40be3abf.cjs.dev.js'); | ||
var customers_schema = require('../../dist/customers.schema-f1a19424.cjs.dev.js'); | ||
var customers_schema = require('../../dist/customers.schema-1c6eb9d6.cjs.dev.js'); | ||
var zodToJsonSchema = require('zod-to-json-schema'); | ||
@@ -10,0 +10,0 @@ require('nanoid'); |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var identityApi_schema = require('../../dist/identity-api.schema-b1cc4229.cjs.prod.js'); | ||
var customers_schema = require('../../dist/customers.schema-676061af.cjs.prod.js'); | ||
var customers_schema = require('../../dist/customers.schema-a0f7fdaa.cjs.prod.js'); | ||
var zodToJsonSchema = require('zod-to-json-schema'); | ||
@@ -10,0 +10,0 @@ require('nanoid'); |
import { z } from 'zod'; | ||
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-397ec4fd.esm.js'; | ||
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-8a8bbaf2.esm.js'; | ||
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-836ab8a7.esm.js'; | ||
import { zodToJsonSchema } from 'zod-to-json-schema'; | ||
@@ -5,0 +5,0 @@ import 'nanoid'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13671471
122591