@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.
- package/dist/{customers.schema-755ab5d6.cjs.prod.js → customers.schema-721c98ae.cjs.prod.js} +5 -1
- package/dist/{customers.schema-8a412cc1.esm.js → customers.schema-83492def.esm.js} +5 -2
- package/dist/{customers.schema-6f4f36b2.cjs.dev.js → customers.schema-a18c19a6.cjs.dev.js} +5 -1
- package/dist/declarations/src/blockchain.schema.d.ts +3 -0
- package/dist/declarations/src/blockchain.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity-ids.schema.d.ts +14 -2
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts +8 -0
- package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts.map +1 -1
- package/dist/declarations/src/transaction.schema.d.ts +3 -0
- package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
- package/dist/{frontend-utilities.schema-43cd42c8.esm.js → frontend-utilities.schema-5bcd8493.esm.js} +1 -1
- package/dist/{frontend-utilities.schema-4d763cdf.cjs.dev.js → frontend-utilities.schema-90a0eaaf.cjs.dev.js} +1 -1
- package/dist/{frontend-utilities.schema-38646e0e.cjs.prod.js → frontend-utilities.schema-91fea976.cjs.prod.js} +1 -1
- package/dist/{identity-api.schema-a2b5a400.cjs.prod.js → identity-api.schema-1cb1b903.cjs.prod.js} +16 -0
- package/dist/{identity-api.schema-7cc61f9c.esm.js → identity-api.schema-3e941d26.esm.js} +9 -1
- package/dist/{identity-api.schema-939151b3.cjs.dev.js → identity-api.schema-ed65bc10.cjs.dev.js} +16 -0
- package/dist/nexeraid-identity-schemas.cjs.dev.js +21 -18
- package/dist/nexeraid-identity-schemas.cjs.prod.js +21 -18
- package/dist/nexeraid-identity-schemas.esm.js +5 -12
- package/dist/package.json +1 -1
- package/dist/transaction.schema-182a7cde.esm.js +35 -0
- package/dist/transaction.schema-8d4a52aa.cjs.dev.js +56 -0
- package/dist/transaction.schema-d0304150.cjs.prod.js +56 -0
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +3 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +3 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +3 -3
- package/dist/transaction.schema-009d03d6.cjs.dev.js +0 -40
- package/dist/transaction.schema-309817d0.cjs.prod.js +0 -40
- package/dist/transaction.schema-86683e90.esm.js +0 -25
package/package.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var customers_schema = require('../../dist/customers.schema-
|
|
5
|
+
var customers_schema = require('../../dist/customers.schema-a18c19a6.cjs.dev.js');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/identity-api.schema-
|
|
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-
|
|
5
|
+
var customers_schema = require('../../dist/customers.schema-721c98ae.cjs.prod.js');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/identity-api.schema-
|
|
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,
|
|
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-
|
|
3
|
+
import '../../dist/identity-api.schema-3e941d26.esm.js';
|
|
4
4
|
import 'nanoid';
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js
CHANGED
|
@@ -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-
|
|
6
|
-
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-
|
|
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
|
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js
CHANGED
|
@@ -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-
|
|
6
|
-
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-
|
|
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 {
|
|
2
|
-
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-
|
|
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-
|
|
7
|
-
var customers_schema = require('../../dist/customers.schema-
|
|
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-
|
|
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-
|
|
7
|
-
var customers_schema = require('../../dist/customers.schema-
|
|
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-
|
|
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 {
|
|
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-
|
|
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,
|
|
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 };
|