@nexeraid/identity-schemas 2.3.29-dev → 2.3.31-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.
Files changed (40) hide show
  1. package/dist/{customers.schema-755ab5d6.cjs.prod.js → customers.schema-721c98ae.cjs.prod.js} +5 -1
  2. package/dist/{customers.schema-8a412cc1.esm.js → customers.schema-83492def.esm.js} +5 -2
  3. package/dist/{customers.schema-6f4f36b2.cjs.dev.js → customers.schema-a18c19a6.cjs.dev.js} +5 -1
  4. package/dist/declarations/src/blockchain.schema.d.ts +3 -0
  5. package/dist/declarations/src/blockchain.schema.d.ts.map +1 -1
  6. package/dist/declarations/src/identity-ids.schema.d.ts +14 -2
  7. package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts +8 -0
  9. package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts.map +1 -1
  10. package/dist/declarations/src/transaction.schema.d.ts +3 -0
  11. package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
  12. package/dist/{frontend-utilities.schema-43cd42c8.esm.js → frontend-utilities.schema-5bcd8493.esm.js} +1 -1
  13. package/dist/{frontend-utilities.schema-4d763cdf.cjs.dev.js → frontend-utilities.schema-90a0eaaf.cjs.dev.js} +1 -1
  14. package/dist/{frontend-utilities.schema-38646e0e.cjs.prod.js → frontend-utilities.schema-91fea976.cjs.prod.js} +1 -1
  15. package/dist/{identity-api.schema-a2b5a400.cjs.prod.js → identity-api.schema-1cb1b903.cjs.prod.js} +16 -0
  16. package/dist/{identity-api.schema-7cc61f9c.esm.js → identity-api.schema-3e941d26.esm.js} +9 -1
  17. package/dist/{identity-api.schema-939151b3.cjs.dev.js → identity-api.schema-ed65bc10.cjs.dev.js} +16 -0
  18. package/dist/nexeraid-identity-schemas.cjs.dev.js +21 -18
  19. package/dist/nexeraid-identity-schemas.cjs.prod.js +21 -18
  20. package/dist/nexeraid-identity-schemas.esm.js +5 -12
  21. package/dist/package.json +1 -1
  22. package/dist/transaction.schema-182a7cde.esm.js +35 -0
  23. package/dist/transaction.schema-8d4a52aa.cjs.dev.js +56 -0
  24. package/dist/transaction.schema-d0304150.cjs.prod.js +56 -0
  25. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +1 -1
  26. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +1 -1
  27. package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
  28. package/package.json +1 -1
  29. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +3 -2
  30. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +3 -2
  31. package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
  32. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
  33. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
  34. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
  35. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +3 -3
  36. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +3 -3
  37. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +3 -3
  38. package/dist/transaction.schema-009d03d6.cjs.dev.js +0 -40
  39. package/dist/transaction.schema-309817d0.cjs.prod.js +0 -40
  40. package/dist/transaction.schema-86683e90.esm.js +0 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.3.29-dev",
3
+ "version": "2.3.31-dev",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var customers_schema = require('../../dist/customers.schema-6f4f36b2.cjs.dev.js');
5
+ var customers_schema = require('../../dist/customers.schema-a18c19a6.cjs.dev.js');
6
6
  require('zod');
7
- require('../../dist/identity-api.schema-939151b3.cjs.dev.js');
7
+ require('../../dist/identity-api.schema-ed65bc10.cjs.dev.js');
8
8
  require('nanoid');
9
9
 
10
10
 
@@ -77,6 +77,7 @@ exports.ComplyAdvantageSearchEntitiesResponse = customers_schema.ComplyAdvantage
77
77
  exports.ComplyAdvantageSearchEntitiesSuccessResponse = customers_schema.ComplyAdvantageSearchEntitiesSuccessResponse;
78
78
  exports.ComplyAdvantageSearchErrorResponse = customers_schema.ComplyAdvantageSearchErrorResponse;
79
79
  exports.ComplyAdvantageSearchRequest = customers_schema.ComplyAdvantageSearchRequest;
80
+ exports.ComplyAdvantageSearchRequests = customers_schema.ComplyAdvantageSearchRequests;
80
81
  exports.ComplyAdvantageSearchResponse = customers_schema.ComplyAdvantageSearchResponse;
81
82
  exports.ComplyAdvantageSearchSuccessResponse = customers_schema.ComplyAdvantageSearchSuccessResponse;
82
83
  exports.ComplyAdvantageUpdateSearchEntitiesRequest = customers_schema.ComplyAdvantageUpdateSearchEntitiesRequest;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var customers_schema = require('../../dist/customers.schema-755ab5d6.cjs.prod.js');
5
+ var customers_schema = require('../../dist/customers.schema-721c98ae.cjs.prod.js');
6
6
  require('zod');
7
- require('../../dist/identity-api.schema-a2b5a400.cjs.prod.js');
7
+ require('../../dist/identity-api.schema-1cb1b903.cjs.prod.js');
8
8
  require('nanoid');
9
9
 
10
10
 
@@ -77,6 +77,7 @@ exports.ComplyAdvantageSearchEntitiesResponse = customers_schema.ComplyAdvantage
77
77
  exports.ComplyAdvantageSearchEntitiesSuccessResponse = customers_schema.ComplyAdvantageSearchEntitiesSuccessResponse;
78
78
  exports.ComplyAdvantageSearchErrorResponse = customers_schema.ComplyAdvantageSearchErrorResponse;
79
79
  exports.ComplyAdvantageSearchRequest = customers_schema.ComplyAdvantageSearchRequest;
80
+ exports.ComplyAdvantageSearchRequests = customers_schema.ComplyAdvantageSearchRequests;
80
81
  exports.ComplyAdvantageSearchResponse = customers_schema.ComplyAdvantageSearchResponse;
81
82
  exports.ComplyAdvantageSearchSuccessResponse = customers_schema.ComplyAdvantageSearchSuccessResponse;
82
83
  exports.ComplyAdvantageUpdateSearchEntitiesRequest = customers_schema.ComplyAdvantageUpdateSearchEntitiesRequest;
@@ -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, d3 as BeneficiaryVerificationStatus, d4 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, dm as ChainalysisApiError, bd as ChainalysisConfig, dk as ChainalysisErrorCodes, bq as ChainalysisProvider, di as ChainalysisRegisterApiResponse, dn as ChainalysisRegisterResponse, dh as ChainalysisRequest, dl as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dj as ChainalysisRiskLevel, ah as CoerceDateUTC, g as Coin, d2 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, cW as CredentialMetadata, cV as CustomerContactInformationOutput, d9 as CustomerDocumentMetaData, da as CustomerStatusResults, ba as DataProviderOptions, bb as DataProviders, bG as DeleteProviderInput, bH as DeleteProviderResponse, X as DocumentIdMetadata, V as DocumentIdType, U as DocumentIdTypes, cp as DocumentMetadataSchema, a1 as EmailMetadata, E as EmailVerificationAnalysisResponse, cL as EmailVerificationResponse, T as File, cU as GetCredentialsOutput, d6 as GetKybSessionInput, d7 as GetKybSessionResponse, cO as GetKycSessionInput, cP as GetKycSessionResponse, cX 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, c_ as KYB_RESULTS, d0 as KYB_SESSION_STATUSES, cY as KYB_STEP_TYPES, cH as KYC_RESULTS, cJ as KYC_SESSION_STATUSES, cF as KYC_STEP_TYPES, c$ as KybResult, d1 as KybSessionStatus, cZ as KybStep, cI as KycResult, cK as KycSessionStatus, cG as KycStep, $ as LivenessMetadata, ap as MEDIUM_RISK_TYPES, aI as MatchStatus, aH as MatchStatuses, aO as MatchTypeDetail, M as MergedProviders, dg as MerkleAddressApiError, df as MerkleAddressApiResponse, de as MerkleAddressRequest, a as MerkleAddressResponse, dd as MerkleBlockChainCodes, dc as MerkleBlockChainNames, db 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, cT as ProofOfResidenceDocumentType, cS 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, ci as SUMSUB_COMPANY_BENEFICIARY_GROUP, c6 as SUMSUB_DOC_TYPES, c8 as SUMSUB_FLOW_LEVEL, cx as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cn as SUMSUB_MEDIA_CONTENT_TYPES, bR as SUMSUB_REVIEW_ANSWERS, cC as SUMSUB_REVIEW_REJECT_LABELS, cE 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, d5 as SelectKybSession, cM as SelectKycSession, cN 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, cr as SumSubApplicantResetSchema, cq as SumSubApplicantReviewStatusSchema, cw as SumSubApplicantSchema, bQ as SumSubApplicantType, cm as SumSubApplicantVerificationStepSchema, c1 as SumSubCompanyApplicantInfo, cg as SumSubCompanyApplicantSchema, c7 as SumSubDocType, c9 as SumSubFlowLevel, cs as SumSubGenerateExternalWebSdkLinkSchema, ch as SumSubImageId, cc as SumSubImageReviewResultSchema, cf as SumSubIndividualApplicantSchema, co as SumSubMediaContentType, ca as SumSubRequiredIdDoc, bS as SumSubReviewAnswer, cD as SumSubReviewRejectLabel, bU as SumSubReviewRejectType, cb as SumSubReviewResultSchema, c5 as SumSubReviewStatus, cB as SumSubSimilarApplicantsSchema, bO as SumSubStep, cl as SumSubVerificationStepSchema, bL as SumSubWebhookSchema, ce as SumsubApplicantType, cd as SumsubApplicantTypes, cj as SumsubCompanyBeneficiaryGroup, cv as SumsubKybDataSchema, cA as SumsubKybSessionFlowSection, cz as SumsubKybSessionFlowSectionItem, cy as SumsubKybSessionFlowSectionStatus, cu as SumsubKycDataSchema, ck as SumsubStepStatus, ct 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, d8 as UpdateKybSessionOutput, cQ as UpdateKycSessionOutput, bD as UpdateProviderInput, bE as UpdateProviderResponse, aM as UpdateSearchEntitiesInput, aL as UpdateSearchInput, cR 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-8a412cc1.esm.js';
1
+ export { a2 as AMLMetadata, A as ANALYSIS_TYPES, c as AnalysisType, bL as ApplicantMemberOfSchema, b_ as BENEFICIARY_TYPES, e as BLOCKCHAIN_TYPES, bN as BaseApplicantActionSchema, bl as BaseProvider, c0 as BeneficiaryCompanyCustomerClaims, c1 as BeneficiaryCompanyCustomerClaimsArray, b$ as BeneficiaryType, d4 as BeneficiaryVerificationStatus, d5 as BeneficiaryVerificationStatusArray, u as BigCSErrorCodes, bi as BigConfig, p as BigCryptoChain, r as BigProperties, q as BigPropertiesLiteral, s as BigProperty, bo 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, dn as ChainalysisApiError, be as ChainalysisConfig, dl as ChainalysisErrorCodes, br as ChainalysisProvider, dj as ChainalysisRegisterApiResponse, dp as ChainalysisRegisterResponse, di as ChainalysisRequest, dm as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dk as ChainalysisRiskLevel, ah as CoerceDateUTC, g as Coin, d3 as CompanyDocumentMetaData, aW as ComplyAdvantageAmlFullListing, aV as ComplyAdvantageAmlItemSource, aD as ComplyAdvantageCountryFieldSources, aF as ComplyAdvantageDateOfBirthFieldSources, aU as ComplyAdvantageKeyInformation, aP as ComplyAdvantageMedia, b4 as ComplyAdvantageMonitorSearchDataResponse, b6 as ComplyAdvantageMonitorSearchResponse, b5 as ComplyAdvantageMonitorSearchSuccessResponse, b7 as ComplyAdvantageMonitoredSearchUpdate, aB as ComplyAdvantageNationalityFieldSources, bw as ComplyAdvantageProvider, bv as ComplyAdvantageProviderConfigElement, bu as ComplyAdvantageProviderConfigFilters, bt 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, a$ as ComplyAdvantageSearchRequests, b as ComplyAdvantageSearchResponse, aS as ComplyAdvantageSearchSuccessResponse, b1 as ComplyAdvantageUpdateSearchEntitiesRequest, b3 as ComplyAdvantageUpdateSearchEntitiesResponse, b2 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, b0 as ComplyAdvantageUpdateSearchRequest, aN as ComplyAdvantageUser, bC as CreateProviderInput, bD as CreateProviderResponse, aG as CreateSearchInput, cX as CredentialMetadata, cW as CustomerContactInformationOutput, da as CustomerDocumentMetaData, db as CustomerStatusResults, bb as DataProviderOptions, bc as DataProviders, bH as DeleteProviderInput, bI as DeleteProviderResponse, X as DocumentIdMetadata, V as DocumentIdType, U as DocumentIdTypes, cq as DocumentMetadataSchema, a1 as EmailMetadata, E as EmailVerificationAnalysisResponse, cM as EmailVerificationResponse, T as File, cV as GetCredentialsOutput, d7 as GetKybSessionInput, d8 as GetKybSessionResponse, cP as GetKycSessionInput, cQ as GetKycSessionResponse, cY as GetKycSessionResponseWithCredentialsMetadata, bB as GetProviderResponse, bA as GetProvidersResponse, ao as HIGH_RISK_TYPES, bY as INDIVIDUAL_BENEFICIARY_RELATIONS, b9 as IdentityProviderOptions, ba as IdentityProviders, bZ as IndividualBeneficiaryRelation, l as IpQualityAnalysisRequest, m as IpQualityAnalysisResponse, bh as IpQualityConfig, n as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, o as IpQualityServiceErrorResponse, bs as IpqualityscoreProvider, c$ as KYB_RESULTS, d1 as KYB_SESSION_STATUSES, cZ as KYB_STEP_TYPES, cI as KYC_RESULTS, cK as KYC_SESSION_STATUSES, cG as KYC_STEP_TYPES, d0 as KybResult, d2 as KybSessionStatus, c_ as KybStep, cJ as KycResult, cL as KycSessionStatus, cH as KycStep, $ as LivenessMetadata, ap as MEDIUM_RISK_TYPES, aI as MatchStatus, aH as MatchStatuses, aO as MatchTypeDetail, M as MergedProviders, dh as MerkleAddressApiError, dg as MerkleAddressApiResponse, df as MerkleAddressRequest, a as MerkleAddressResponse, de as MerkleBlockChainCodes, dd as MerkleBlockChainNames, dc as MerkleBlockChainTypes, bd as MerkleScienceConfig, bq as MerkleScienceProvider, N as NestedSession, bn as NexeraIdKYBProvider, bm as NexeraIdSSIDProvider, O as OBJECT_TYPES, d as ObjectType, a0 as PhoneMetadata, P as PhoneVerificationAnalysisResponse, Z as ProofOfAddressDocumentType, Y as ProofOfAddressDocumentTypes, _ as ProofOfAddressMetadata, cU as ProofOfResidenceDocumentType, cT as ProofOfResidenceMetaData, by as ProviderData, bz as ProviderDataProject, bk as ProviderIntegrationType, bj as ProviderIntegrationTypeOptions, b8 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, bQ as SUMSUB_APPLICANT_TYPES, cj as SUMSUB_COMPANY_BENEFICIARY_GROUP, c7 as SUMSUB_DOC_TYPES, c9 as SUMSUB_FLOW_LEVEL, cy as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, co as SUMSUB_MEDIA_CONTENT_TYPES, bS as SUMSUB_REVIEW_ANSWERS, cD as SUMSUB_REVIEW_REJECT_LABELS, cF as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bU as SUMSUB_REVIEW_REJECT_TYPES, c5 as SUMSUB_REVIEW_STATUSES, bO as SUMSUB_STEPS, c3 as SUMSUB_WEBHOOK_INTERNAL_STATUS, j as ScorechainAnalysis, bf as ScorechainConfig, i as ScorechainError, h as ScorechainErrorResponse, bp 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, d6 as SelectKybSession, cN as SelectKycSession, cO as SelectKycSessionStep, G as Session, H as SessionWithoutSteps, D as Status, z as Statuses, a3 as Step, K as StepType, J as StepTypes, bW as SumSubAddress, bX as SumSubApplicantInfo, cs as SumSubApplicantResetSchema, cr as SumSubApplicantReviewStatusSchema, cx as SumSubApplicantSchema, bR as SumSubApplicantType, cn as SumSubApplicantVerificationStepSchema, c2 as SumSubCompanyApplicantInfo, ch as SumSubCompanyApplicantSchema, c8 as SumSubDocType, ca as SumSubFlowLevel, ct as SumSubGenerateExternalWebSdkLinkSchema, ci as SumSubImageId, cd as SumSubImageReviewResultSchema, cg as SumSubIndividualApplicantSchema, cp as SumSubMediaContentType, cb as SumSubRequiredIdDoc, bT as SumSubReviewAnswer, cE as SumSubReviewRejectLabel, bV as SumSubReviewRejectType, cc as SumSubReviewResultSchema, c6 as SumSubReviewStatus, cC as SumSubSimilarApplicantsSchema, bP as SumSubStep, cm as SumSubVerificationStepSchema, bM as SumSubWebhookSchema, cf as SumsubApplicantType, ce as SumsubApplicantTypes, ck as SumsubCompanyBeneficiaryGroup, cw as SumsubKybDataSchema, cB as SumsubKybSessionFlowSection, cA as SumsubKybSessionFlowSectionItem, cz as SumsubKybSessionFlowSectionStatus, cv as SumsubKycDataSchema, cl as SumsubStepStatus, cu as SumsubVideoCallData, c4 as SumsubWebhookInternalStatus, bx 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, bG as ToggleProviderInput, a9 as UNKNOWN_ERROR, d9 as UpdateKybSessionOutput, cR as UpdateKycSessionOutput, bE as UpdateProviderInput, bF as UpdateProviderResponse, aM as UpdateSearchEntitiesInput, aL as UpdateSearchInput, cS as VideoKycMetaData, bJ as WEBHOOK_TYPES, F as WebhookPayload, bK as WebhookType, bg as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, as as mappingMatchTypeToLabel, a6 as typeToHumanReadable } from '../../dist/customers.schema-83492def.esm.js';
2
2
  import 'zod';
3
- import '../../dist/identity-api.schema-7cc61f9c.esm.js';
3
+ import '../../dist/identity-api.schema-3e941d26.esm.js';
4
4
  import 'nanoid';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('../../dist/identity-api.schema-939151b3.cjs.dev.js');
6
- var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-4d763cdf.cjs.dev.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-ed65bc10.cjs.dev.js');
6
+ var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-90a0eaaf.cjs.dev.js');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('../../dist/identity-api.schema-a2b5a400.cjs.prod.js');
6
- var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-38646e0e.cjs.prod.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-1cb1b903.cjs.prod.js');
6
+ var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-91fea976.cjs.prod.js');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
 
@@ -1,4 +1,4 @@
1
- export { al as Alpha2Country, eK as CredentialMediaType, eF as CredentialNames, eE as CredentialSchemas, eI as CredentialType, C as CredentialTypes, eD as GenericVerifiableCredentialSchema, eq as ID3CredentialSubjectSchema, eA as IDImageCredentialSubjectSchema, ez as IDInformationCredentialSubjectSchema, er as IDScanCredentialSubjectSchema, es as IDScanPassportCredentialSubjectSchema, et as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, eG as NexeraCredentialType, ey as OLD_AMLScreeningsResultsCredentialSubjectSchema, eu as OLD_IDImageCredentialSubjectSchema, ev as OLD_IDInformationCredentialSubjectSchema, ew as OLD_ProofOfResidenceCredentialSubjectSchema, ex as OLD_SelfieImageCredentialSubjectSchema, eC as ProofOfResidenceCredentialSubjectSchema, eB as SelfieImageCredentialSubjectSchema, eJ as VerifiableCredential, am as countryISO3toISO2Mapping, eH as getCredentialName, ao as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-7cc61f9c.esm.js';
2
- export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-43cd42c8.esm.js';
1
+ export { an as Alpha2Country, eS as CredentialMediaType, eN as CredentialNames, eM as CredentialSchemas, eQ as CredentialType, C as CredentialTypes, eL as GenericVerifiableCredentialSchema, ey as ID3CredentialSubjectSchema, eI as IDImageCredentialSubjectSchema, eH as IDInformationCredentialSubjectSchema, ez as IDScanCredentialSubjectSchema, eA as IDScanPassportCredentialSubjectSchema, eB as IDScanSelfieCredentialSubjectSchema, al as ISO3CountryCode, eO as NexeraCredentialType, eG as OLD_AMLScreeningsResultsCredentialSubjectSchema, eC as OLD_IDImageCredentialSubjectSchema, eD as OLD_IDInformationCredentialSubjectSchema, eE as OLD_ProofOfResidenceCredentialSubjectSchema, eF as OLD_SelfieImageCredentialSubjectSchema, eK as ProofOfResidenceCredentialSubjectSchema, eJ as SelfieImageCredentialSubjectSchema, eR as VerifiableCredential, ao as countryISO3toISO2Mapping, eP as getCredentialName, aq as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-3e941d26.esm.js';
2
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-5bcd8493.esm.js';
3
3
  import 'zod';
4
4
  import 'nanoid';
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var zod = require('zod');
6
- var identityApi_schema = require('../../dist/identity-api.schema-939151b3.cjs.dev.js');
7
- var customers_schema = require('../../dist/customers.schema-6f4f36b2.cjs.dev.js');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-ed65bc10.cjs.dev.js');
7
+ var customers_schema = require('../../dist/customers.schema-a18c19a6.cjs.dev.js');
8
8
  var zodToJsonSchema = require('zod-to-json-schema');
9
- var transaction_schema = require('../../dist/transaction.schema-009d03d6.cjs.dev.js');
9
+ var transaction_schema = require('../../dist/transaction.schema-8d4a52aa.cjs.dev.js');
10
10
  require('nanoid');
11
11
 
12
12
  // Alert Statuses
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var zod = require('zod');
6
- var identityApi_schema = require('../../dist/identity-api.schema-a2b5a400.cjs.prod.js');
7
- var customers_schema = require('../../dist/customers.schema-755ab5d6.cjs.prod.js');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-1cb1b903.cjs.prod.js');
7
+ var customers_schema = require('../../dist/customers.schema-721c98ae.cjs.prod.js');
8
8
  var zodToJsonSchema = require('zod-to-json-schema');
9
- var transaction_schema = require('../../dist/transaction.schema-309817d0.cjs.prod.js');
9
+ var transaction_schema = require('../../dist/transaction.schema-d0304150.cjs.prod.js');
10
10
  require('nanoid');
11
11
 
12
12
  // Alert Statuses
@@ -1,8 +1,8 @@
1
1
  import { z } from 'zod';
2
- import { ad as UuidString, ek as ExternalCustomerId, ar as RiskScoreType, at as CustomerType, az as CustomerOnboardingLevel, aB as CustomerStatus, aj as ISO3CountryCode, a2 as BlockchainAddress, cd as RuleResultStatus, eD as GenericVerifiableCredentialSchema, eM as _toArray, eL as _toConsumableArray, ac as EnvironmentSchema } from '../../dist/identity-api.schema-7cc61f9c.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-8a412cc1.esm.js';
2
+ import { af as UuidString, es as ExternalCustomerId, at as RiskScoreType, av as CustomerType, aB as CustomerOnboardingLevel, aD as CustomerStatus, al as ISO3CountryCode, a4 as BlockchainAddress, cl as RuleResultStatus, eL as GenericVerifiableCredentialSchema, eU as _toArray, eT as _toConsumableArray, ae as EnvironmentSchema } from '../../dist/identity-api.schema-3e941d26.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-83492def.esm.js';
4
4
  import { zodToJsonSchema } from 'zod-to-json-schema';
5
- import { T as TransactionTypes, d as TransactionReviewStatuses } from '../../dist/transaction.schema-86683e90.esm.js';
5
+ import { T as TransactionTypes, g as TransactionReviewStatuses } from '../../dist/transaction.schema-182a7cde.esm.js';
6
6
  import 'nanoid';
7
7
 
8
8
  // Alert Statuses
@@ -1,40 +0,0 @@
1
- 'use strict';
2
-
3
- var zod = require('zod');
4
-
5
- // Transaction Type
6
- var TransactionTypes = ["crypto", "fiat"];
7
- var TransactionType = zod.z["enum"](TransactionTypes);
8
- // Transaction Risk level
9
- var TransactionRiskLevels = ["Low", "Medium", "High"];
10
- var TransactionRiskLevel = zod.z["enum"](TransactionRiskLevels);
11
- // TransactionReview Status
12
- var TransactionReviewStatuses = ["pending", "approved", "under_investigation", "blocked"];
13
- var TransactionReviewStatus = zod.z["enum"](TransactionReviewStatuses);
14
- // TransactionInfos Direction
15
- var TransactionDirections = ["IN", "OUT"];
16
- var TransactionDirection = zod.z["enum"](TransactionDirections);
17
- // TransactionExtractedInfos Providers
18
- var TransactionProviders = ["sumsub"];
19
- var TransactionProvider = zod.z["enum"](TransactionProviders);
20
- // PaymentMethods Type
21
- var PaymentTypes = ["card", "account", "crypto"];
22
- var PaymentType = zod.z["enum"](PaymentTypes);
23
- // TransactionParties Type
24
- var TransactionPartiesTypes = ["individual", "company", "smart-contract"];
25
- var TransactionPartiesType = zod.z["enum"](TransactionPartiesTypes);
26
-
27
- exports.PaymentType = PaymentType;
28
- exports.PaymentTypes = PaymentTypes;
29
- exports.TransactionDirection = TransactionDirection;
30
- exports.TransactionDirections = TransactionDirections;
31
- exports.TransactionPartiesType = TransactionPartiesType;
32
- exports.TransactionPartiesTypes = TransactionPartiesTypes;
33
- exports.TransactionProvider = TransactionProvider;
34
- exports.TransactionProviders = TransactionProviders;
35
- exports.TransactionReviewStatus = TransactionReviewStatus;
36
- exports.TransactionReviewStatuses = TransactionReviewStatuses;
37
- exports.TransactionRiskLevel = TransactionRiskLevel;
38
- exports.TransactionRiskLevels = TransactionRiskLevels;
39
- exports.TransactionType = TransactionType;
40
- exports.TransactionTypes = TransactionTypes;
@@ -1,40 +0,0 @@
1
- 'use strict';
2
-
3
- var zod = require('zod');
4
-
5
- // Transaction Type
6
- var TransactionTypes = ["crypto", "fiat"];
7
- var TransactionType = zod.z["enum"](TransactionTypes);
8
- // Transaction Risk level
9
- var TransactionRiskLevels = ["Low", "Medium", "High"];
10
- var TransactionRiskLevel = zod.z["enum"](TransactionRiskLevels);
11
- // TransactionReview Status
12
- var TransactionReviewStatuses = ["pending", "approved", "under_investigation", "blocked"];
13
- var TransactionReviewStatus = zod.z["enum"](TransactionReviewStatuses);
14
- // TransactionInfos Direction
15
- var TransactionDirections = ["IN", "OUT"];
16
- var TransactionDirection = zod.z["enum"](TransactionDirections);
17
- // TransactionExtractedInfos Providers
18
- var TransactionProviders = ["sumsub"];
19
- var TransactionProvider = zod.z["enum"](TransactionProviders);
20
- // PaymentMethods Type
21
- var PaymentTypes = ["card", "account", "crypto"];
22
- var PaymentType = zod.z["enum"](PaymentTypes);
23
- // TransactionParties Type
24
- var TransactionPartiesTypes = ["individual", "company", "smart-contract"];
25
- var TransactionPartiesType = zod.z["enum"](TransactionPartiesTypes);
26
-
27
- exports.PaymentType = PaymentType;
28
- exports.PaymentTypes = PaymentTypes;
29
- exports.TransactionDirection = TransactionDirection;
30
- exports.TransactionDirections = TransactionDirections;
31
- exports.TransactionPartiesType = TransactionPartiesType;
32
- exports.TransactionPartiesTypes = TransactionPartiesTypes;
33
- exports.TransactionProvider = TransactionProvider;
34
- exports.TransactionProviders = TransactionProviders;
35
- exports.TransactionReviewStatus = TransactionReviewStatus;
36
- exports.TransactionReviewStatuses = TransactionReviewStatuses;
37
- exports.TransactionRiskLevel = TransactionRiskLevel;
38
- exports.TransactionRiskLevels = TransactionRiskLevels;
39
- exports.TransactionType = TransactionType;
40
- exports.TransactionTypes = TransactionTypes;
@@ -1,25 +0,0 @@
1
- import { z } from 'zod';
2
-
3
- // Transaction Type
4
- var TransactionTypes = ["crypto", "fiat"];
5
- var TransactionType = z["enum"](TransactionTypes);
6
- // Transaction Risk level
7
- var TransactionRiskLevels = ["Low", "Medium", "High"];
8
- var TransactionRiskLevel = z["enum"](TransactionRiskLevels);
9
- // TransactionReview Status
10
- var TransactionReviewStatuses = ["pending", "approved", "under_investigation", "blocked"];
11
- var TransactionReviewStatus = z["enum"](TransactionReviewStatuses);
12
- // TransactionInfos Direction
13
- var TransactionDirections = ["IN", "OUT"];
14
- var TransactionDirection = z["enum"](TransactionDirections);
15
- // TransactionExtractedInfos Providers
16
- var TransactionProviders = ["sumsub"];
17
- var TransactionProvider = z["enum"](TransactionProviders);
18
- // PaymentMethods Type
19
- var PaymentTypes = ["card", "account", "crypto"];
20
- var PaymentType = z["enum"](PaymentTypes);
21
- // TransactionParties Type
22
- var TransactionPartiesTypes = ["individual", "company", "smart-contract"];
23
- var TransactionPartiesType = z["enum"](TransactionPartiesTypes);
24
-
25
- export { PaymentTypes as P, TransactionTypes as T, TransactionType as a, TransactionRiskLevels as b, TransactionRiskLevel as c, TransactionReviewStatuses as d, TransactionReviewStatus as e, TransactionDirections as f, TransactionDirection as g, TransactionProviders as h, TransactionProvider as i, PaymentType as j, TransactionPartiesTypes as k, TransactionPartiesType as l };