@nexeraid/identity-schemas 2.54.0 → 2.56.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-9747956b.cjs.dev.cjs → CoinMarketCap.schema-173aa463.cjs.dev.cjs} +26 -17
- package/dist/{CoinMarketCap.schema-e0f6e89c.cjs.prod.cjs → CoinMarketCap.schema-7ee858a0.cjs.prod.cjs} +26 -17
- package/dist/{CoinMarketCap.schema-fa72c081.esm.mjs → CoinMarketCap.schema-d948d405.esm.mjs} +23 -15
- package/dist/declarations/src/customer.schema.d.ts +1 -7
- package/dist/declarations/src/customer.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +4 -4
- package/dist/declarations/src/identity-ids.schema.d.ts +24 -5
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/chainalysis/chainalysis.schema.d.ts +2 -1
- package/dist/declarations/src/providers/chainalysis/chainalysis.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts +351 -351
- package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/ipquality/ipquality.schema.d.ts +63 -0
- package/dist/declarations/src/providers/ipquality/ipquality.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +4 -4
- package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +4 -2
- package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/provider.schema.d.ts +4 -4
- package/dist/declarations/src/providers/provider.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/alert.webhooks.schema.d.ts +2 -2
- package/dist/declarations/src/webhooks/customer.webhooks.schema.d.ts +17 -17
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +7327 -165
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +978 -971
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts.map +1 -1
- package/dist/{frontend-utilities.schema-d23b92dd.cjs.prod.cjs → frontend-utilities.schema-076e8bad.cjs.prod.cjs} +2 -2
- package/dist/{frontend-utilities.schema-ceff7f1b.esm.mjs → frontend-utilities.schema-13aa3bef.esm.mjs} +2 -2
- package/dist/{frontend-utilities.schema-92d876ae.cjs.dev.cjs → frontend-utilities.schema-5ea83813.cjs.dev.cjs} +2 -2
- package/dist/{identity-api.schema-f4d1d9f8.cjs.dev.cjs → identity-api.schema-03d64782.cjs.dev.cjs} +30 -4
- package/dist/{identity-api.schema-01880e1c.esm.mjs → identity-api.schema-4f972705.esm.mjs} +21 -5
- package/dist/{identity-api.schema-a0ad7c7b.cjs.prod.cjs → identity-api.schema-af9b6b85.cjs.prod.cjs} +30 -4
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +13 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +13 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{vault.schema-789028ce.esm.mjs → vault.schema-3d206920.esm.mjs} +1 -19
- package/dist/{vault.schema-666eefd8.cjs.prod.cjs → vault.schema-52d8cae3.cjs.prod.cjs} +1 -19
- package/dist/{vault.schema-bce4b304.cjs.dev.cjs → vault.schema-a005010c.cjs.dev.cjs} +1 -19
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +7 -6
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +7 -6
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +35 -11
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +35 -11
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +31 -12
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
5
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-173aa463.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-a005010c.cjs.dev.cjs');
|
|
8
8
|
require('decimal.js');
|
|
9
|
-
require('../../dist/identity-api.schema-
|
|
9
|
+
require('../../dist/identity-api.schema-03d64782.cjs.dev.cjs');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
|
|
12
12
|
var CoinMarketCapCryptoId={$BABA:"30040",// Name: Baba, Slug: baba
|
|
@@ -10027,8 +10027,8 @@ exports.CredentialMetadata = CoinMarketCap_schema.CredentialMetadata;
|
|
|
10027
10027
|
exports.CustomerContactInformationOutput = CoinMarketCap_schema.CustomerContactInformationOutput;
|
|
10028
10028
|
exports.CustomerDocumentMetaData = CoinMarketCap_schema.CustomerDocumentMetaData;
|
|
10029
10029
|
exports.CustomerStatusResults = CoinMarketCap_schema.CustomerStatusResults;
|
|
10030
|
+
exports.DataProvider = CoinMarketCap_schema.DataProvider;
|
|
10030
10031
|
exports.DataProviderOptions = CoinMarketCap_schema.DataProviderOptions;
|
|
10031
|
-
exports.DataProviders = CoinMarketCap_schema.DataProviders;
|
|
10032
10032
|
exports.DeleteProviderInput = CoinMarketCap_schema.DeleteProviderInput;
|
|
10033
10033
|
exports.DeleteProviderResponse = CoinMarketCap_schema.DeleteProviderResponse;
|
|
10034
10034
|
exports.DocumentIdMetadata = CoinMarketCap_schema.DocumentIdMetadata;
|
|
@@ -10049,8 +10049,8 @@ exports.GetProviderResponse = CoinMarketCap_schema.GetProviderResponse;
|
|
|
10049
10049
|
exports.GetProvidersResponse = CoinMarketCap_schema.GetProvidersResponse;
|
|
10050
10050
|
exports.HIGH_RISK_TYPES = CoinMarketCap_schema.HIGH_RISK_TYPES;
|
|
10051
10051
|
exports.INDIVIDUAL_BENEFICIARY_RELATIONS = CoinMarketCap_schema.INDIVIDUAL_BENEFICIARY_RELATIONS;
|
|
10052
|
+
exports.IdentityProvider = CoinMarketCap_schema.IdentityProvider;
|
|
10052
10053
|
exports.IdentityProviderOptions = CoinMarketCap_schema.IdentityProviderOptions;
|
|
10053
|
-
exports.IdentityProviders = CoinMarketCap_schema.IdentityProviders;
|
|
10054
10054
|
exports.IndividualBeneficiaryRelation = CoinMarketCap_schema.IndividualBeneficiaryRelation;
|
|
10055
10055
|
exports.IpQualityAnalysisRequest = CoinMarketCap_schema.IpQualityAnalysisRequest;
|
|
10056
10056
|
exports.IpQualityAnalysisResponse = CoinMarketCap_schema.IpQualityAnalysisResponse;
|
|
@@ -10084,7 +10084,7 @@ exports.MerkleAddressApiResponse = CoinMarketCap_schema.MerkleAddressApiResponse
|
|
|
10084
10084
|
exports.MerkleAddressRequest = CoinMarketCap_schema.MerkleAddressRequest;
|
|
10085
10085
|
exports.MerkleAddressResponse = CoinMarketCap_schema.MerkleAddressResponse;
|
|
10086
10086
|
exports.MerkleBlockChainCodes = CoinMarketCap_schema.MerkleBlockChainCodes;
|
|
10087
|
-
exports.
|
|
10087
|
+
exports.MerkleBlockChainName = CoinMarketCap_schema.MerkleBlockChainName;
|
|
10088
10088
|
exports.MerkleBlockChainTypes = CoinMarketCap_schema.MerkleBlockChainTypes;
|
|
10089
10089
|
exports.MerkleScienceConfig = CoinMarketCap_schema.MerkleScienceConfig;
|
|
10090
10090
|
exports.MerkleScienceProvider = CoinMarketCap_schema.MerkleScienceProvider;
|
|
@@ -10216,6 +10216,7 @@ exports.WebhookPayload = CoinMarketCap_schema.WebhookPayload;
|
|
|
10216
10216
|
exports.WebhookType = CoinMarketCap_schema.WebhookType;
|
|
10217
10217
|
exports.WorkflowsScorechainConfig = CoinMarketCap_schema.WorkflowsScorechainConfig;
|
|
10218
10218
|
exports.WorkflowsScoringAnalysisRequest = CoinMarketCap_schema.WorkflowsScoringAnalysisRequest;
|
|
10219
|
+
exports.WrappedIpQualityServiceErrorResponse = CoinMarketCap_schema.WrappedIpQualityServiceErrorResponse;
|
|
10219
10220
|
exports.mappingMatchTypeToLabel = CoinMarketCap_schema.mappingMatchTypeToLabel;
|
|
10220
10221
|
exports.typeToHumanReadable = CoinMarketCap_schema.typeToHumanReadable;
|
|
10221
10222
|
exports.CoinMarketCapCryptoId = CoinMarketCapCryptoId;
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
5
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-7ee858a0.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-52d8cae3.cjs.prod.cjs');
|
|
8
8
|
require('decimal.js');
|
|
9
|
-
require('../../dist/identity-api.schema-
|
|
9
|
+
require('../../dist/identity-api.schema-af9b6b85.cjs.prod.cjs');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
|
|
12
12
|
var CoinMarketCapCryptoId={$BABA:"30040",// Name: Baba, Slug: baba
|
|
@@ -10027,8 +10027,8 @@ exports.CredentialMetadata = CoinMarketCap_schema.CredentialMetadata;
|
|
|
10027
10027
|
exports.CustomerContactInformationOutput = CoinMarketCap_schema.CustomerContactInformationOutput;
|
|
10028
10028
|
exports.CustomerDocumentMetaData = CoinMarketCap_schema.CustomerDocumentMetaData;
|
|
10029
10029
|
exports.CustomerStatusResults = CoinMarketCap_schema.CustomerStatusResults;
|
|
10030
|
+
exports.DataProvider = CoinMarketCap_schema.DataProvider;
|
|
10030
10031
|
exports.DataProviderOptions = CoinMarketCap_schema.DataProviderOptions;
|
|
10031
|
-
exports.DataProviders = CoinMarketCap_schema.DataProviders;
|
|
10032
10032
|
exports.DeleteProviderInput = CoinMarketCap_schema.DeleteProviderInput;
|
|
10033
10033
|
exports.DeleteProviderResponse = CoinMarketCap_schema.DeleteProviderResponse;
|
|
10034
10034
|
exports.DocumentIdMetadata = CoinMarketCap_schema.DocumentIdMetadata;
|
|
@@ -10049,8 +10049,8 @@ exports.GetProviderResponse = CoinMarketCap_schema.GetProviderResponse;
|
|
|
10049
10049
|
exports.GetProvidersResponse = CoinMarketCap_schema.GetProvidersResponse;
|
|
10050
10050
|
exports.HIGH_RISK_TYPES = CoinMarketCap_schema.HIGH_RISK_TYPES;
|
|
10051
10051
|
exports.INDIVIDUAL_BENEFICIARY_RELATIONS = CoinMarketCap_schema.INDIVIDUAL_BENEFICIARY_RELATIONS;
|
|
10052
|
+
exports.IdentityProvider = CoinMarketCap_schema.IdentityProvider;
|
|
10052
10053
|
exports.IdentityProviderOptions = CoinMarketCap_schema.IdentityProviderOptions;
|
|
10053
|
-
exports.IdentityProviders = CoinMarketCap_schema.IdentityProviders;
|
|
10054
10054
|
exports.IndividualBeneficiaryRelation = CoinMarketCap_schema.IndividualBeneficiaryRelation;
|
|
10055
10055
|
exports.IpQualityAnalysisRequest = CoinMarketCap_schema.IpQualityAnalysisRequest;
|
|
10056
10056
|
exports.IpQualityAnalysisResponse = CoinMarketCap_schema.IpQualityAnalysisResponse;
|
|
@@ -10084,7 +10084,7 @@ exports.MerkleAddressApiResponse = CoinMarketCap_schema.MerkleAddressApiResponse
|
|
|
10084
10084
|
exports.MerkleAddressRequest = CoinMarketCap_schema.MerkleAddressRequest;
|
|
10085
10085
|
exports.MerkleAddressResponse = CoinMarketCap_schema.MerkleAddressResponse;
|
|
10086
10086
|
exports.MerkleBlockChainCodes = CoinMarketCap_schema.MerkleBlockChainCodes;
|
|
10087
|
-
exports.
|
|
10087
|
+
exports.MerkleBlockChainName = CoinMarketCap_schema.MerkleBlockChainName;
|
|
10088
10088
|
exports.MerkleBlockChainTypes = CoinMarketCap_schema.MerkleBlockChainTypes;
|
|
10089
10089
|
exports.MerkleScienceConfig = CoinMarketCap_schema.MerkleScienceConfig;
|
|
10090
10090
|
exports.MerkleScienceProvider = CoinMarketCap_schema.MerkleScienceProvider;
|
|
@@ -10216,6 +10216,7 @@ exports.WebhookPayload = CoinMarketCap_schema.WebhookPayload;
|
|
|
10216
10216
|
exports.WebhookType = CoinMarketCap_schema.WebhookType;
|
|
10217
10217
|
exports.WorkflowsScorechainConfig = CoinMarketCap_schema.WorkflowsScorechainConfig;
|
|
10218
10218
|
exports.WorkflowsScoringAnalysisRequest = CoinMarketCap_schema.WorkflowsScoringAnalysisRequest;
|
|
10219
|
+
exports.WrappedIpQualityServiceErrorResponse = CoinMarketCap_schema.WrappedIpQualityServiceErrorResponse;
|
|
10219
10220
|
exports.mappingMatchTypeToLabel = CoinMarketCap_schema.mappingMatchTypeToLabel;
|
|
10220
10221
|
exports.typeToHumanReadable = CoinMarketCap_schema.typeToHumanReadable;
|
|
10221
10222
|
exports.CoinMarketCapCryptoId = CoinMarketCapCryptoId;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { a5 as AMLMetadata, A as ANALYSIS_TYPES, e as AnalysisType, bM as ApplicantMemberOfSchema, b$ as BENEFICIARY_TYPES, g as BLOCKCHAIN_TYPES, bO as BaseApplicantActionSchema, bm as BaseProvider, c1 as BeneficiaryCompanyCustomerClaims, c2 as BeneficiaryCompanyCustomerClaimsArray, c0 as BeneficiaryType, d8 as BeneficiaryVerificationStatus, d9 as BeneficiaryVerificationStatusArray, x as BigCSErrorCodes, bj as BigConfig, s as BigCryptoChain, u as BigProperties, t as BigPropertiesLiteral, v as BigProperty, bp as BigProvider, y as BitRankRequest, z as BitRankVerified, F as BitRankVerifiedError, D as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, h as Blockchain, aF as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aH as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, aD as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, aw as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, at as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, ds as ChainalysisApiError, bf as ChainalysisConfig, dq as ChainalysisErrorCodes, bs as ChainalysisProvider, dn as ChainalysisRegisterApiResponse, dt as ChainalysisRegisterResponse, dm as ChainalysisRequest, dr as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dp as ChainalysisRiskLevel, ak as CoerceDateUTC, i as Coin, dx as CoinMarketCapApiResponse, dy as CoinMarketCapFiatId, dv as CoinMarketCapQuote, dw as CoinMarketCapQuotes, du as CoinMarketCapRequest, d7 as CompanyDocumentMetaData, aX as ComplyAdvantageAmlFullListing, aW as ComplyAdvantageAmlItemSource, aG as ComplyAdvantageCountryFieldSources, aI as ComplyAdvantageDateOfBirthFieldSources, aV as ComplyAdvantageKeyInformation, aS as ComplyAdvantageMedia, b5 as ComplyAdvantageMonitorSearchDataResponse, b7 as ComplyAdvantageMonitorSearchResponse, b6 as ComplyAdvantageMonitorSearchSuccessResponse, b8 as ComplyAdvantageMonitoredSearchUpdate, aE as ComplyAdvantageNationalityFieldSources, bx as ComplyAdvantageProvider, bw as ComplyAdvantageProviderConfigElement, bv as ComplyAdvantageProviderConfigFilters, bu as ComplyAdvantageProviderConfigTypes, ax as ComplyAdvantageReponseMatchStatus, au as ComplyAdvantageResponseMatchType, aU as ComplyAdvantageSearchDataResponse, aT as ComplyAdvantageSearchDataResponseHit, aY as ComplyAdvantageSearchEntitiesDataResponse, a_ as ComplyAdvantageSearchEntitiesResponse, aZ as ComplyAdvantageSearchEntitiesSuccessResponse, c as ComplyAdvantageSearchErrorResponse, a$ as ComplyAdvantageSearchRequest, b0 as ComplyAdvantageSearchRequests, b as ComplyAdvantageSearchResponse, d as ComplyAdvantageSearchSuccessResponse, b2 as ComplyAdvantageUpdateSearchEntitiesRequest, b4 as ComplyAdvantageUpdateSearchEntitiesResponse, b3 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, b1 as ComplyAdvantageUpdateSearchRequest, aQ as ComplyAdvantageUser, bD as CreateProviderInput, bE as CreateProviderResponse, aJ as CreateSearchInput, c$ as CredentialMetadata, c_ as CustomerContactInformationOutput, de as CustomerDocumentMetaData, df as CustomerStatusResults, bd as DataProvider, bc as DataProviderOptions, bI as DeleteProviderInput, bJ as DeleteProviderResponse, _ as DocumentIdMetadata, Z as DocumentIdType, Y as DocumentIdTypes, cr as DocumentMetadataSchema, a4 as EmailMetadata, E as EmailVerificationAnalysisResponse, cP as EmailVerificationResponse, X as File, cZ as GetCredentialsOutput, db as GetKybSessionInput, dc as GetKybSessionResponse, cT as GetKycSessionInput, cU as GetKycSessionResponse, d0 as GetKycSessionResponseWithCredentialsMetadata, bC as GetProviderResponse, bB as GetProvidersResponse, ar as HIGH_RISK_TYPES, bZ as INDIVIDUAL_BENEFICIARY_RELATIONS, bb as IdentityProvider, ba as IdentityProviderOptions, b_ as IndividualBeneficiaryRelation, n as IpQualityAnalysisRequest, o as IpQualityAnalysisResponse, bi as IpQualityConfig, p as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, q as IpQualityServiceErrorResponse, bt as IpqualityscoreProvider, d3 as KYB_RESULTS, d5 as KYB_SESSION_STATUSES, d1 as KYB_STEP_TYPES, cL as KYC_RESULTS, cN as KYC_SESSION_STATUSES, cH as KYC_STEP_TYPES, d4 as KybResult, d6 as KybSessionStatus, d2 as KybStep, cM as KycResult, cO as KycSessionStatus, cI as KycStep, cK as KycStepStatus, cJ as KycStepStatuses, a2 as LivenessMetadata, as as MEDIUM_RISK_TYPES, aL as MatchStatus, aK as MatchStatuses, aR as MatchTypeDetail, M as MergedProviders, dl as MerkleAddressApiError, dk as MerkleAddressApiResponse, dj as MerkleAddressRequest, a as MerkleAddressResponse, di as MerkleBlockChainCodes, dh as MerkleBlockChainName, dg as MerkleBlockChainTypes, be as MerkleScienceConfig, br as MerkleScienceProvider, N as NestedSession, bo as NexeraIdKYBProvider, bn as NexeraIdSSIDProvider, O as OBJECT_TYPES, f as ObjectType, a3 as PhoneMetadata, P as PhoneVerificationAnalysisResponse, a0 as ProofOfAddressDocumentType, $ as ProofOfAddressDocumentTypes, a1 as ProofOfAddressMetadata, cY as ProofOfResidenceDocumentType, cX as ProofOfResidenceMetaData, bz as ProviderData, bA as ProviderDataProject, bl as ProviderIntegrationType, bk as ProviderIntegrationTypeOptions, b9 as ProviderWithoutConfig, ad as RESULT_PARSER_ERROR, V as ReasonCode, U as ReasonCodes, w as RequestProperty, aN as RiskLevel, aM as RiskLevels, R as RiskSeverity, ap as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, an as SEARCH_FILTER_PEP_TYPE, al as SEARCH_FILTER_SANCTION_TYPE, ay as SEARCH_FILTER_TYPES, ab as SESSION_NOT_FOUND, ah as STEP_NOT_FOUND, bR as SUMSUB_APPLICANT_TYPES, ck as SUMSUB_COMPANY_BENEFICIARY_GROUP, c8 as SUMSUB_DOC_TYPES, ca as SUMSUB_FLOW_LEVEL, cz as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cp as SUMSUB_MEDIA_CONTENT_TYPES, bT as SUMSUB_REVIEW_ANSWERS, cE as SUMSUB_REVIEW_REJECT_LABELS, cG as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bV as SUMSUB_REVIEW_REJECT_TYPES, c6 as SUMSUB_REVIEW_STATUSES, bP as SUMSUB_STEPS, c4 as SUMSUB_WEBHOOK_INTERNAL_STATUS, l as ScorechainAnalysis, bg as ScorechainConfig, k as ScorechainError, j as ScorechainErrorResponse, bq as ScorechainProvider, m as ScoringAnalysisRequest, S as ScoringAnalysisResponse, aB as SearchEntityType, aA as SearchEntityTypes, aq as SearchFilterAdverseMediaType, ao as SearchFilterPepType, am as SearchFilterSanctionType, az as SearchFilterType, aC as SearchFilters, da as SelectKybSession, cR as SelectKycSession, cQ as SelectKycSessionStep, cS as SelectKycSessionWithCompletedSteps, K as Session, L as SessionWithoutSteps, H as Status, G as Statuses, a6 as Step, T as StepType, Q as StepTypes, bX as SumSubAddress, bY as SumSubApplicantInfo, ct as SumSubApplicantResetSchema, cs as SumSubApplicantReviewStatusSchema, cy as SumSubApplicantSchema, bS as SumSubApplicantType, co as SumSubApplicantVerificationStepSchema, c3 as SumSubCompanyApplicantInfo, ci as SumSubCompanyApplicantSchema, c9 as SumSubDocType, cb as SumSubFlowLevel, cu as SumSubGenerateExternalWebSdkLinkSchema, cj as SumSubImageId, ce as SumSubImageReviewResultSchema, ch as SumSubIndividualApplicantSchema, cq as SumSubMediaContentType, cc as SumSubRequiredIdDoc, bU as SumSubReviewAnswer, cF as SumSubReviewRejectLabel, bW as SumSubReviewRejectType, cd as SumSubReviewResultSchema, c7 as SumSubReviewStatus, cD as SumSubSimilarApplicantsSchema, bQ as SumSubStep, cn as SumSubVerificationStepSchema, bN as SumSubWebhookSchema, cg as SumsubApplicantType, cf as SumsubApplicantTypes, cl as SumsubCompanyBeneficiaryGroup, cx as SumsubKybDataSchema, cC as SumsubKybSessionFlowSection, cB as SumsubKybSessionFlowSectionItem, cA as SumsubKybSessionFlowSectionStatus, cw as SumsubKycDataSchema, cm as SumsubStepStatus, cv as SumsubVideoCallData, c5 as SumsubWebhookInternalStatus, by as SynapsProvider, ae as SynapsSessionErrorResponse, a7 as SynapsSessionEvent, aa as SynapsSessionRequest, af as SynapsSessionResponse, ai as SynapsStepErrorResponse, a8 as SynapsStepEvent, ag as SynapsStepRequest, aj as SynapsStepResponse, bH as ToggleProviderInput, ac as UNKNOWN_ERROR, dd as UpdateKybSessionOutput, cV as UpdateKycSessionOutput, bF as UpdateProviderInput, bG as UpdateProviderResponse, aP as UpdateSearchEntitiesInput, aO as UpdateSearchInput, cW as VideoKycMetaData, bK as WEBHOOK_TYPES, J as WebhookPayload, bL as WebhookType, bh as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, r as WrappedIpQualityServiceErrorResponse, av as mappingMatchTypeToLabel, a9 as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-d948d405.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/vault.schema-
|
|
3
|
+
import '../../dist/vault.schema-3d206920.esm.mjs';
|
|
4
4
|
import 'decimal.js';
|
|
5
|
-
import '../../dist/identity-api.schema-
|
|
5
|
+
import '../../dist/identity-api.schema-4f972705.esm.mjs';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
|
|
8
8
|
var CoinMarketCapCryptoId={$BABA:"30040",// Name: Baba, Slug: baba
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-a005010c.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('decimal.js');
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-52d8cae3.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('decimal.js');
|
|
8
8
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { aF as DataLinkTypeZodSchema, aD as DataLinkVersionZodSchema, aU as GenericVaultDataLinkZodSchema, aT as GenericVaultEmbeddedLinkZodSchema, aR as GenericVaultPointerLinkZodSchema, aS as GenericVaultSearchLinkZodSchema, aG as Separator, aK as VaultJsonSchemas, aQ as VaultMetadataLinkZodSchema, aO as VaultPointerKeyMapZodSchema, aP as VaultQueryMapZodSchema, aM as VaultSchemaIdZodSchema, aN as VaultSchemaPathsZodSchema, aL as VaultZodSchema, aE as allDataLinkTypes, aC as allDataLinkVersions, aH as generateZodObjectPaths, aI as resolvePathOnDataSchema, aJ as resolvePathOnMapSchema } from '../../dist/vault.schema-
|
|
1
|
+
export { aF as DataLinkTypeZodSchema, aD as DataLinkVersionZodSchema, aU as GenericVaultDataLinkZodSchema, aT as GenericVaultEmbeddedLinkZodSchema, aR as GenericVaultPointerLinkZodSchema, aS as GenericVaultSearchLinkZodSchema, aG as Separator, aK as VaultJsonSchemas, aQ as VaultMetadataLinkZodSchema, aO as VaultPointerKeyMapZodSchema, aP as VaultQueryMapZodSchema, aM as VaultSchemaIdZodSchema, aN as VaultSchemaPathsZodSchema, aL as VaultZodSchema, aE as allDataLinkTypes, aC as allDataLinkVersions, aH as generateZodObjectPaths, aI as resolvePathOnDataSchema, aJ as resolvePathOnMapSchema } from '../../dist/vault.schema-3d206920.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import 'decimal.js';
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-a005010c.cjs.dev.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-03d64782.cjs.dev.cjs');
|
|
7
|
+
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-5ea83813.cjs.dev.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
require('nanoid');
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-52d8cae3.cjs.prod.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-af9b6b85.cjs.prod.cjs');
|
|
7
|
+
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-076e8bad.cjs.prod.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
require('nanoid');
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { d as Alpha2Country, U as GenericVerifiableCredentialSchema, _ as ID3CredentialSchema, E as ID3CredentialSubjectSchema, X as IDImageCredentialSchema, Q as IDImageCredentialSubjectSchema, V as IDInformationCredentialSchema, P as IDInformationCredentialSubjectSchema, $ as IDScanCredentialSchema, F as IDScanCredentialSubjectSchema, a0 as IDScanPassportCredentialSchema, G as IDScanPassportCredentialSubjectSchema, a1 as IDScanSelfieCredentialSchema, H as IDScanSelfieCredentialSubjectSchema, I as ISO3CountryCode, a6 as OLD_AMLScreeningsResultsCredentialSchema, N as OLD_AMLScreeningsResultsCredentialSubjectSchema, a2 as OLD_IDImageCredentialSchema, O as OLD_IDImageCredentialSubjectSchema, a3 as OLD_IDInformationCredentialSchema, J as OLD_IDInformationCredentialSubjectSchema, a4 as OLD_ProofOfResidenceCredentialSchema, L as OLD_ProofOfResidenceCredentialSubjectSchema, a5 as OLD_SelfieImageCredentialSchema, M as OLD_SelfieImageCredentialSubjectSchema, Z as ProofOfResidenceCredentialSchema, T as ProofOfResidenceCredentialSubjectSchema, Y as SelfieImageCredentialSchema, S as SelfieImageCredentialSubjectSchema, e as countryISO3toISO2Mapping, i as isoCountriesNameFromISO2 } from '../../dist/vault.schema-
|
|
2
|
-
export {
|
|
3
|
-
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-
|
|
1
|
+
export { d as Alpha2Country, U as GenericVerifiableCredentialSchema, _ as ID3CredentialSchema, E as ID3CredentialSubjectSchema, X as IDImageCredentialSchema, Q as IDImageCredentialSubjectSchema, V as IDInformationCredentialSchema, P as IDInformationCredentialSubjectSchema, $ as IDScanCredentialSchema, F as IDScanCredentialSubjectSchema, a0 as IDScanPassportCredentialSchema, G as IDScanPassportCredentialSubjectSchema, a1 as IDScanSelfieCredentialSchema, H as IDScanSelfieCredentialSubjectSchema, I as ISO3CountryCode, a6 as OLD_AMLScreeningsResultsCredentialSchema, N as OLD_AMLScreeningsResultsCredentialSubjectSchema, a2 as OLD_IDImageCredentialSchema, O as OLD_IDImageCredentialSubjectSchema, a3 as OLD_IDInformationCredentialSchema, J as OLD_IDInformationCredentialSubjectSchema, a4 as OLD_ProofOfResidenceCredentialSchema, L as OLD_ProofOfResidenceCredentialSubjectSchema, a5 as OLD_SelfieImageCredentialSchema, M as OLD_SelfieImageCredentialSubjectSchema, Z as ProofOfResidenceCredentialSchema, T as ProofOfResidenceCredentialSubjectSchema, Y as SelfieImageCredentialSchema, S as SelfieImageCredentialSubjectSchema, e as countryISO3toISO2Mapping, i as isoCountriesNameFromISO2 } from '../../dist/vault.schema-3d206920.esm.mjs';
|
|
2
|
+
export { e$ as CredentialMediaType, eW as CredentialNames, eV as CredentialSchemas, eZ as CredentialType, C as CredentialTypes, eX as NexeraCredentialType, e_ as VerifiableCredential, eY as getCredentialName } from '../../dist/identity-api.schema-4f972705.esm.mjs';
|
|
3
|
+
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-13aa3bef.esm.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'decimal.js';
|
|
6
6
|
import 'nanoid';
|
|
@@ -3,9 +3,9 @@
|
|
|
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-
|
|
7
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-03d64782.cjs.dev.cjs');
|
|
7
|
+
var vault_schema = require('../../dist/vault.schema-a005010c.cjs.dev.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-173aa463.cjs.dev.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
@@ -166,25 +166,44 @@ var ScenarioWebhookPayloadSchema = zod.z.object({
|
|
|
166
166
|
data: vault_schema.GenericVerifiableCredentialSchema.array()
|
|
167
167
|
});
|
|
168
168
|
|
|
169
|
-
|
|
169
|
+
// Define the schema and type for ScoreChain
|
|
170
|
+
var VerificationFlowResultScoreChain = zod.z.object({
|
|
170
171
|
type: zod.z["enum"]([CoinMarketCap_schema.MergedProviders["enum"].integratedScorechain, CoinMarketCap_schema.MergedProviders["enum"].scorechain]),
|
|
171
172
|
data: CoinMarketCap_schema.ScoringAnalysisResponse
|
|
172
|
-
})
|
|
173
|
+
});
|
|
174
|
+
// Define the schema and type for BitRank
|
|
175
|
+
var VerificationFlowResultBitRank = zod.z.object({
|
|
173
176
|
type: zod.z["enum"]([CoinMarketCap_schema.MergedProviders["enum"].big]),
|
|
174
177
|
data: CoinMarketCap_schema.BitRankVerifiedResponse
|
|
175
|
-
})
|
|
178
|
+
});
|
|
179
|
+
// Define the schema and type for MerkleScience
|
|
180
|
+
var VerificationFlowResultMerkleScience = zod.z.object({
|
|
176
181
|
type: zod.z["enum"]([CoinMarketCap_schema.MergedProviders["enum"].merkleScience]),
|
|
177
182
|
data: CoinMarketCap_schema.MerkleAddressResponse
|
|
178
|
-
})
|
|
183
|
+
});
|
|
184
|
+
// Define the schema and type for Chainalysis
|
|
185
|
+
var VerificationFlowResultChainalysis = zod.z.object({
|
|
179
186
|
type: zod.z["enum"]([CoinMarketCap_schema.MergedProviders["enum"].chainalysis]),
|
|
180
187
|
data: CoinMarketCap_schema.ChainalysisRiskAssessmentResponse
|
|
181
|
-
})
|
|
188
|
+
});
|
|
189
|
+
// Define the schema and type for IpQualityScore
|
|
190
|
+
var VerificationFlowResultIpQualityScore = zod.z.object({
|
|
182
191
|
type: zod.z["enum"]([CoinMarketCap_schema.MergedProviders["enum"].integratedIpqualityscore, CoinMarketCap_schema.MergedProviders["enum"].ipQualityScore]),
|
|
183
192
|
data: CoinMarketCap_schema.IpQualityServiceAnalysisResponse
|
|
184
|
-
})
|
|
185
|
-
|
|
193
|
+
});
|
|
194
|
+
var VerificationFlowResultComplyAdvantageBase = zod.z.object({
|
|
195
|
+
type: zod.z["enum"]([CoinMarketCap_schema.MergedProviders["enum"].integratedComplyAdvantage, CoinMarketCap_schema.MergedProviders["enum"].complyAdvantage])
|
|
196
|
+
});
|
|
197
|
+
var VerificationFlowResultComplyAdvantage = VerificationFlowResultComplyAdvantageBase.extend({
|
|
186
198
|
data: CoinMarketCap_schema.ComplyAdvantageSearchResponse
|
|
187
|
-
})
|
|
199
|
+
});
|
|
200
|
+
VerificationFlowResultComplyAdvantageBase.extend({
|
|
201
|
+
data: CoinMarketCap_schema.ComplyAdvantageSearchErrorResponse
|
|
202
|
+
});
|
|
203
|
+
VerificationFlowResultComplyAdvantageBase.extend({
|
|
204
|
+
data: CoinMarketCap_schema.ComplyAdvantageSearchSuccessResponse
|
|
205
|
+
});
|
|
206
|
+
var VerificationFlowResult = zod.z.union([VerificationFlowResultScoreChain, VerificationFlowResultBitRank, VerificationFlowResultMerkleScience, VerificationFlowResultChainalysis, VerificationFlowResultIpQualityScore, VerificationFlowResultComplyAdvantage]);
|
|
188
207
|
var VerificationFlowChecksWebhookPayload = zod.z.object({
|
|
189
208
|
executionId: zod.z.string(),
|
|
190
209
|
customerId: zod.z.string(),
|
|
@@ -753,6 +772,11 @@ exports.UpdateEndpointOutput = UpdateEndpointOutput;
|
|
|
753
772
|
exports.UserInfoForDuplicate = UserInfoForDuplicate;
|
|
754
773
|
exports.VerificationFlowChecksWebhookPayload = VerificationFlowChecksWebhookPayload;
|
|
755
774
|
exports.VerificationFlowResult = VerificationFlowResult;
|
|
775
|
+
exports.VerificationFlowResultBitRank = VerificationFlowResultBitRank;
|
|
776
|
+
exports.VerificationFlowResultChainalysis = VerificationFlowResultChainalysis;
|
|
777
|
+
exports.VerificationFlowResultIpQualityScore = VerificationFlowResultIpQualityScore;
|
|
778
|
+
exports.VerificationFlowResultMerkleScience = VerificationFlowResultMerkleScience;
|
|
779
|
+
exports.VerificationFlowResultScoreChain = VerificationFlowResultScoreChain;
|
|
756
780
|
exports.WebhookAlertEventPayload = WebhookAlertEventPayload;
|
|
757
781
|
exports.WebhookCheckboxInformation = WebhookCheckboxInformation;
|
|
758
782
|
exports.WebhookCustomerEventPayload = WebhookCustomerEventPayload;
|
|
@@ -3,9 +3,9 @@
|
|
|
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-
|
|
7
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-af9b6b85.cjs.prod.cjs');
|
|
7
|
+
var vault_schema = require('../../dist/vault.schema-52d8cae3.cjs.prod.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-7ee858a0.cjs.prod.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
@@ -166,25 +166,44 @@ var ScenarioWebhookPayloadSchema = zod.z.object({
|
|
|
166
166
|
data: vault_schema.GenericVerifiableCredentialSchema.array()
|
|
167
167
|
});
|
|
168
168
|
|
|
169
|
-
|
|
169
|
+
// Define the schema and type for ScoreChain
|
|
170
|
+
var VerificationFlowResultScoreChain = zod.z.object({
|
|
170
171
|
type: zod.z["enum"]([CoinMarketCap_schema.MergedProviders["enum"].integratedScorechain, CoinMarketCap_schema.MergedProviders["enum"].scorechain]),
|
|
171
172
|
data: CoinMarketCap_schema.ScoringAnalysisResponse
|
|
172
|
-
})
|
|
173
|
+
});
|
|
174
|
+
// Define the schema and type for BitRank
|
|
175
|
+
var VerificationFlowResultBitRank = zod.z.object({
|
|
173
176
|
type: zod.z["enum"]([CoinMarketCap_schema.MergedProviders["enum"].big]),
|
|
174
177
|
data: CoinMarketCap_schema.BitRankVerifiedResponse
|
|
175
|
-
})
|
|
178
|
+
});
|
|
179
|
+
// Define the schema and type for MerkleScience
|
|
180
|
+
var VerificationFlowResultMerkleScience = zod.z.object({
|
|
176
181
|
type: zod.z["enum"]([CoinMarketCap_schema.MergedProviders["enum"].merkleScience]),
|
|
177
182
|
data: CoinMarketCap_schema.MerkleAddressResponse
|
|
178
|
-
})
|
|
183
|
+
});
|
|
184
|
+
// Define the schema and type for Chainalysis
|
|
185
|
+
var VerificationFlowResultChainalysis = zod.z.object({
|
|
179
186
|
type: zod.z["enum"]([CoinMarketCap_schema.MergedProviders["enum"].chainalysis]),
|
|
180
187
|
data: CoinMarketCap_schema.ChainalysisRiskAssessmentResponse
|
|
181
|
-
})
|
|
188
|
+
});
|
|
189
|
+
// Define the schema and type for IpQualityScore
|
|
190
|
+
var VerificationFlowResultIpQualityScore = zod.z.object({
|
|
182
191
|
type: zod.z["enum"]([CoinMarketCap_schema.MergedProviders["enum"].integratedIpqualityscore, CoinMarketCap_schema.MergedProviders["enum"].ipQualityScore]),
|
|
183
192
|
data: CoinMarketCap_schema.IpQualityServiceAnalysisResponse
|
|
184
|
-
})
|
|
185
|
-
|
|
193
|
+
});
|
|
194
|
+
var VerificationFlowResultComplyAdvantageBase = zod.z.object({
|
|
195
|
+
type: zod.z["enum"]([CoinMarketCap_schema.MergedProviders["enum"].integratedComplyAdvantage, CoinMarketCap_schema.MergedProviders["enum"].complyAdvantage])
|
|
196
|
+
});
|
|
197
|
+
var VerificationFlowResultComplyAdvantage = VerificationFlowResultComplyAdvantageBase.extend({
|
|
186
198
|
data: CoinMarketCap_schema.ComplyAdvantageSearchResponse
|
|
187
|
-
})
|
|
199
|
+
});
|
|
200
|
+
VerificationFlowResultComplyAdvantageBase.extend({
|
|
201
|
+
data: CoinMarketCap_schema.ComplyAdvantageSearchErrorResponse
|
|
202
|
+
});
|
|
203
|
+
VerificationFlowResultComplyAdvantageBase.extend({
|
|
204
|
+
data: CoinMarketCap_schema.ComplyAdvantageSearchSuccessResponse
|
|
205
|
+
});
|
|
206
|
+
var VerificationFlowResult = zod.z.union([VerificationFlowResultScoreChain, VerificationFlowResultBitRank, VerificationFlowResultMerkleScience, VerificationFlowResultChainalysis, VerificationFlowResultIpQualityScore, VerificationFlowResultComplyAdvantage]);
|
|
188
207
|
var VerificationFlowChecksWebhookPayload = zod.z.object({
|
|
189
208
|
executionId: zod.z.string(),
|
|
190
209
|
customerId: zod.z.string(),
|
|
@@ -753,6 +772,11 @@ exports.UpdateEndpointOutput = UpdateEndpointOutput;
|
|
|
753
772
|
exports.UserInfoForDuplicate = UserInfoForDuplicate;
|
|
754
773
|
exports.VerificationFlowChecksWebhookPayload = VerificationFlowChecksWebhookPayload;
|
|
755
774
|
exports.VerificationFlowResult = VerificationFlowResult;
|
|
775
|
+
exports.VerificationFlowResultBitRank = VerificationFlowResultBitRank;
|
|
776
|
+
exports.VerificationFlowResultChainalysis = VerificationFlowResultChainalysis;
|
|
777
|
+
exports.VerificationFlowResultIpQualityScore = VerificationFlowResultIpQualityScore;
|
|
778
|
+
exports.VerificationFlowResultMerkleScience = VerificationFlowResultMerkleScience;
|
|
779
|
+
exports.VerificationFlowResultScoreChain = VerificationFlowResultScoreChain;
|
|
756
780
|
exports.WebhookAlertEventPayload = WebhookAlertEventPayload;
|
|
757
781
|
exports.WebhookCheckboxInformation = WebhookCheckboxInformation;
|
|
758
782
|
exports.WebhookCustomerEventPayload = WebhookCustomerEventPayload;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { aT as UuidString,
|
|
3
|
-
import { g as RiskScoreType, n as CustomerType, t as CustomerOnboardingLevel, v as CustomerStatus, I as ISO3CountryCode, U as GenericVerifiableCredentialSchema, ab as TransactionTypes, ah as TransactionReviewStatuses, aW as _toArray, aV as _toConsumableArray } from '../../dist/vault.schema-
|
|
4
|
-
import { M as MergedProviders, S as ScoringAnalysisResponse, B as BitRankVerifiedResponse, a as MerkleAddressResponse, C as ChainalysisRiskAssessmentResponse, I as IpQualityServiceAnalysisResponse, b as ComplyAdvantageSearchResponse } from '../../dist/CoinMarketCap.schema-
|
|
2
|
+
import { aT as UuidString, eP as ExternalCustomerId, as as BlockchainAddress, cD as RuleResultStatus, aS as EnvironmentSchema } from '../../dist/identity-api.schema-4f972705.esm.mjs';
|
|
3
|
+
import { g as RiskScoreType, n as CustomerType, t as CustomerOnboardingLevel, v as CustomerStatus, I as ISO3CountryCode, U as GenericVerifiableCredentialSchema, ab as TransactionTypes, ah as TransactionReviewStatuses, aW as _toArray, aV as _toConsumableArray } from '../../dist/vault.schema-3d206920.esm.mjs';
|
|
4
|
+
import { M as MergedProviders, S as ScoringAnalysisResponse, B as BitRankVerifiedResponse, a as MerkleAddressResponse, C as ChainalysisRiskAssessmentResponse, I as IpQualityServiceAnalysisResponse, b as ComplyAdvantageSearchResponse, c as ComplyAdvantageSearchErrorResponse, d as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-d948d405.esm.mjs';
|
|
5
5
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
import 'decimal.js';
|
|
@@ -162,25 +162,44 @@ var ScenarioWebhookPayloadSchema = z.object({
|
|
|
162
162
|
data: GenericVerifiableCredentialSchema.array()
|
|
163
163
|
});
|
|
164
164
|
|
|
165
|
-
|
|
165
|
+
// Define the schema and type for ScoreChain
|
|
166
|
+
var VerificationFlowResultScoreChain = z.object({
|
|
166
167
|
type: z["enum"]([MergedProviders["enum"].integratedScorechain, MergedProviders["enum"].scorechain]),
|
|
167
168
|
data: ScoringAnalysisResponse
|
|
168
|
-
})
|
|
169
|
+
});
|
|
170
|
+
// Define the schema and type for BitRank
|
|
171
|
+
var VerificationFlowResultBitRank = z.object({
|
|
169
172
|
type: z["enum"]([MergedProviders["enum"].big]),
|
|
170
173
|
data: BitRankVerifiedResponse
|
|
171
|
-
})
|
|
174
|
+
});
|
|
175
|
+
// Define the schema and type for MerkleScience
|
|
176
|
+
var VerificationFlowResultMerkleScience = z.object({
|
|
172
177
|
type: z["enum"]([MergedProviders["enum"].merkleScience]),
|
|
173
178
|
data: MerkleAddressResponse
|
|
174
|
-
})
|
|
179
|
+
});
|
|
180
|
+
// Define the schema and type for Chainalysis
|
|
181
|
+
var VerificationFlowResultChainalysis = z.object({
|
|
175
182
|
type: z["enum"]([MergedProviders["enum"].chainalysis]),
|
|
176
183
|
data: ChainalysisRiskAssessmentResponse
|
|
177
|
-
})
|
|
184
|
+
});
|
|
185
|
+
// Define the schema and type for IpQualityScore
|
|
186
|
+
var VerificationFlowResultIpQualityScore = z.object({
|
|
178
187
|
type: z["enum"]([MergedProviders["enum"].integratedIpqualityscore, MergedProviders["enum"].ipQualityScore]),
|
|
179
188
|
data: IpQualityServiceAnalysisResponse
|
|
180
|
-
})
|
|
181
|
-
|
|
189
|
+
});
|
|
190
|
+
var VerificationFlowResultComplyAdvantageBase = z.object({
|
|
191
|
+
type: z["enum"]([MergedProviders["enum"].integratedComplyAdvantage, MergedProviders["enum"].complyAdvantage])
|
|
192
|
+
});
|
|
193
|
+
var VerificationFlowResultComplyAdvantage = VerificationFlowResultComplyAdvantageBase.extend({
|
|
182
194
|
data: ComplyAdvantageSearchResponse
|
|
183
|
-
})
|
|
195
|
+
});
|
|
196
|
+
VerificationFlowResultComplyAdvantageBase.extend({
|
|
197
|
+
data: ComplyAdvantageSearchErrorResponse
|
|
198
|
+
});
|
|
199
|
+
VerificationFlowResultComplyAdvantageBase.extend({
|
|
200
|
+
data: ComplyAdvantageSearchSuccessResponse
|
|
201
|
+
});
|
|
202
|
+
var VerificationFlowResult = z.union([VerificationFlowResultScoreChain, VerificationFlowResultBitRank, VerificationFlowResultMerkleScience, VerificationFlowResultChainalysis, VerificationFlowResultIpQualityScore, VerificationFlowResultComplyAdvantage]);
|
|
184
203
|
var VerificationFlowChecksWebhookPayload = z.object({
|
|
185
204
|
executionId: z.string(),
|
|
186
205
|
customerId: z.string(),
|
|
@@ -668,4 +687,4 @@ var NexeraWebhookEvents = [{
|
|
|
668
687
|
}
|
|
669
688
|
}];
|
|
670
689
|
|
|
671
|
-
export { ALERT_CHART_TYPES, ALERT_TABLE_COLUMNS, AlertCategories, AlertCategory, AlertChartType, AlertCreatedPayload, AlertDeletedPayload, AlertSeverities, AlertSeverity, AlertStatus, AlertStatuses, AlertTableColumn, AlertType, AlertTypes, AlertUpdatedPayload, AlertWebhookPayload, AllNexeraEventTypes, AttemptDataOut, AttemptsStatus, AttemptsStatusCode, AttemptsStatusCodes, AttemptsStatusKey, AttemptsStatusKeys, CUSTOMER_TOPICS, ConnectionHandlingWorkspaceInput, ConnectionHandlingWorkspaceOutput, CreateEndpointInput, CreateEndpointOutput, CustomerCreatedPayload, CustomerDeletedPayload, CustomerEvents, CustomerTopics, CustomerUpdatedPayload, CustomerWebhookPayload, DeleteEndpointInput, DeleteEndpointOutput, DuplicateData, EndpointCheckboxsCollapsiblesSchema, EndpointHandlingForm, EndpointOut, EventType, GetEndpointSecretInput, GetEndpointSecretOutput, GetMessagesInput, ListAttemptsByEndpointInput, ListAttemptsByMessageInput, ListAttemptsByMessageOutput, ListEndpointsInput, ListEventTypeOutput, ListMessagesInput, ListMessagesOutput, ListResponseEndpointOut, MessageDataOut, MessageDataOutExtended, NexeraSvixEnvironmentConfig, NexeraWebhookEvents, ResendWebhookInput, ScenarioWebhookPayloadSchema, SendExampleMessageInput, SendMessageForAlertCreatedInput, SendMessageForAlertDeletedInput, SendMessageForAlertUpdatedInput, SendMessageForCustomerCreatedInput, SendMessageForCustomerDeletedInput, SendMessageForCustomerUpdatedInput, SendMessageForSendScenarioInput, SendMessageForSendVerificationFlowInput, SendMessageForTMSCreatedInput, SendMessageForTMSDeletedInput, SendMessageForTMSUpdatedInput, SendScenarioPayload, SendVerificationFlowPayload, TMSCreatedPayload, TMSDeletedPayload, TMSUpdatedPayload, TMSWebhookPayload, UpdateEndpointInput, UpdateEndpointOutput, UserInfoForDuplicate, VerificationFlowChecksWebhookPayload, VerificationFlowResult, WebhookAlertEventPayload, WebhookCheckboxInformation, WebhookCustomerEventPayload, WebhookEventPayload, WebhookEventType, WebhookEventTypeForm, WebhookEventTypes, WebhookEventTypesForm, WebhookScenariosEventPayload, WebhookTMSEventPayload, WebhookVerificationEventPayload };
|
|
690
|
+
export { ALERT_CHART_TYPES, ALERT_TABLE_COLUMNS, AlertCategories, AlertCategory, AlertChartType, AlertCreatedPayload, AlertDeletedPayload, AlertSeverities, AlertSeverity, AlertStatus, AlertStatuses, AlertTableColumn, AlertType, AlertTypes, AlertUpdatedPayload, AlertWebhookPayload, AllNexeraEventTypes, AttemptDataOut, AttemptsStatus, AttemptsStatusCode, AttemptsStatusCodes, AttemptsStatusKey, AttemptsStatusKeys, CUSTOMER_TOPICS, ConnectionHandlingWorkspaceInput, ConnectionHandlingWorkspaceOutput, CreateEndpointInput, CreateEndpointOutput, CustomerCreatedPayload, CustomerDeletedPayload, CustomerEvents, CustomerTopics, CustomerUpdatedPayload, CustomerWebhookPayload, DeleteEndpointInput, DeleteEndpointOutput, DuplicateData, EndpointCheckboxsCollapsiblesSchema, EndpointHandlingForm, EndpointOut, EventType, GetEndpointSecretInput, GetEndpointSecretOutput, GetMessagesInput, ListAttemptsByEndpointInput, ListAttemptsByMessageInput, ListAttemptsByMessageOutput, ListEndpointsInput, ListEventTypeOutput, ListMessagesInput, ListMessagesOutput, ListResponseEndpointOut, MessageDataOut, MessageDataOutExtended, NexeraSvixEnvironmentConfig, NexeraWebhookEvents, ResendWebhookInput, ScenarioWebhookPayloadSchema, SendExampleMessageInput, SendMessageForAlertCreatedInput, SendMessageForAlertDeletedInput, SendMessageForAlertUpdatedInput, SendMessageForCustomerCreatedInput, SendMessageForCustomerDeletedInput, SendMessageForCustomerUpdatedInput, SendMessageForSendScenarioInput, SendMessageForSendVerificationFlowInput, SendMessageForTMSCreatedInput, SendMessageForTMSDeletedInput, SendMessageForTMSUpdatedInput, SendScenarioPayload, SendVerificationFlowPayload, TMSCreatedPayload, TMSDeletedPayload, TMSUpdatedPayload, TMSWebhookPayload, UpdateEndpointInput, UpdateEndpointOutput, UserInfoForDuplicate, VerificationFlowChecksWebhookPayload, VerificationFlowResult, VerificationFlowResultBitRank, VerificationFlowResultChainalysis, VerificationFlowResultIpQualityScore, VerificationFlowResultMerkleScience, VerificationFlowResultScoreChain, WebhookAlertEventPayload, WebhookCheckboxInformation, WebhookCustomerEventPayload, WebhookEventPayload, WebhookEventType, WebhookEventTypeForm, WebhookEventTypes, WebhookEventTypesForm, WebhookScenariosEventPayload, WebhookTMSEventPayload, WebhookVerificationEventPayload };
|