@nexeraid/identity-schemas 2.3.7-dev → 2.3.9-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-1acdda1a.cjs.prod.js → customers.schema-8092edfa.cjs.prod.js} +4 -4
- package/dist/{customers.schema-e40f7e9a.cjs.dev.js → customers.schema-d0cc26ba.cjs.dev.js} +4 -4
- package/dist/{customers.schema-37608679.esm.js → customers.schema-e457212f.esm.js} +4 -4
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +11 -0
- package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/chainalysis/chainalysis.schema.d.ts +15 -15
- package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +6 -6
- package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +24 -24
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +146 -146
- package/dist/{frontend-utilities.schema-e82b28c5.esm.js → frontend-utilities.schema-310c23a2.esm.js} +1 -1
- package/dist/{frontend-utilities.schema-995d3ffd.cjs.prod.js → frontend-utilities.schema-590fdc26.cjs.prod.js} +1 -1
- package/dist/{frontend-utilities.schema-248cbc44.cjs.dev.js → frontend-utilities.schema-f06cfbf0.cjs.dev.js} +1 -1
- package/dist/{identity-api.schema-74e951be.esm.js → identity-api.schema-12609c1a.esm.js} +5 -1
- package/dist/{identity-api.schema-7bb2255e.cjs.prod.js → identity-api.schema-cc2f8a1b.cjs.dev.js} +5 -0
- package/dist/{identity-api.schema-df9e231d.cjs.dev.js → identity-api.schema-e648ecb5.cjs.prod.js} +5 -0
- package/dist/nexeraid-identity-schemas.cjs.dev.js +3 -2
- package/dist/nexeraid-identity-schemas.cjs.prod.js +3 -2
- package/dist/nexeraid-identity-schemas.esm.js +3 -3
- package/dist/package.json +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +2 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +2 -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 +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -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 +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +2 -2
package/dist/{frontend-utilities.schema-e82b28c5.esm.js → frontend-utilities.schema-310c23a2.esm.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { cF as SupportedType, e2 as _toConsumableArray, cu as ARRAY_OPERATORS, cA as BOOLEAN_OPERATORS, cy as NUMERIC_OPERATORS, cw as STRING_OPERATORS } from './identity-api.schema-12609c1a.esm.js';
|
|
2
2
|
|
|
3
3
|
var VC_JSON_SCHEMA_MAP = {
|
|
4
4
|
ProofOfResidence: {
|
|
@@ -3140,6 +3140,10 @@ KycCompletionNotification.omit({
|
|
|
3140
3140
|
}), SendTransactionRequest.omit({
|
|
3141
3141
|
identifier: true
|
|
3142
3142
|
})]);
|
|
3143
|
+
var IdentityWallet = z.object({
|
|
3144
|
+
address: BlockchainAddress,
|
|
3145
|
+
namespace: BlockchainNamespace
|
|
3146
|
+
});
|
|
3143
3147
|
|
|
3144
3148
|
var ZKPRequest = z.object({
|
|
3145
3149
|
id: z.number(),
|
|
@@ -3255,4 +3259,4 @@ var VerifyWalletChallengeRequest = WalletSignatureResponse.and(z.object({
|
|
|
3255
3259
|
blockchainId: BlockchainId.optional()
|
|
3256
3260
|
}));
|
|
3257
3261
|
|
|
3258
|
-
export { TezosSignature as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, CredentialTypes as C, TxHash as D, EVM_BLOCK_TIME as E, EIP155Signature as F, FunctionCallData as G, shortAddress as H, AptosAddress as I, AptosSignature as J, StarknetAddress as K, StarknetSignature as L, PolkadotAddress as M, NEXERA_EVM_CHAINS as N, PolkadotSignature as O, POLYGON_NETWORK_NAMES as P, CosmosAddress as Q, CosmosSignature as R, StarknetChainId as S, TezosChainId as T, TezosImplicitAddress as U, TezosContractAddress as V, TezosAddress as W, TezosEntrypointName as X, EdSignature as Y, SpSignature as Z, P2Signature as _, NEXERA_TEZOS_CHAINS as a, IsVerifiedNotification as a$, CardanoAddress as a0, CardanoSignature as a1, BlockchainAddress as a2, BlockchainSignature as a3, BLOCKCHAIN_NAMESPACES as a4, BlockchainNamespace as a5, BLOCKCHAIN_NAMESPACES_NAMES as a6, DISPLAYED_LOCKCHAIN_NAMESPACES as a7, DisplayedBlockchainNamespace as a8, BLOCKCHAIN_NAME_TO_NAMESPACE as a9, CustomerStatuses as aA, CustomerStatus as aB, BasicCustomerContactInformation as aC, CUSTOMERS_CHARTS as aD, CustomersChartType as aE, CUSTOMER_TABLE_COLUMNS as aF, CustomerTableColumn as aG, CUSTOMER_AUTOMATION_REASONS as aH, createBrandedSchemaId as aI, StorageId as aJ, IdentityId as aK, EmailId as aL, WalletId as aM, AppId as aN, ChallengeId as aO, TestId as aP, generateId as aQ, ScenarioAuthorizationData as aR, SdkVerificationResponseSchema as aS, CloseScreenNotification as aT, KycCompletionData as aU, KycCompletionNotification as aV, RuleEngineScenarioExecutionData as aW, OffChainScenarioExecutionData as aX, OnChainScenarioExecutionData as aY, ScenarioExecutionData as aZ, ScenarioExecutionNotification as a_, BLOCKCHAIN_NAMESPACE_TO_NAME as aa, coerceBoolean as ab, ENVS as ac, EnvironmentSchema as ad, UuidString as ae, OtpCode as af, ZodParse as ag, shortBlockchainAddress as ah, PUBLIC_SERVICES_SCHEMA_MAP as ai, ISO3CountryCode as aj, ALPHA_2_COUNTRIES as ak, Alpha2Country as al, countryISO3toISO2Mapping as am, countryISO2toISO3Mapping as an, isoCountriesNameFromISO2 as ao, parseISO3CountryCode as ap, RiskScoreTypes as aq, RiskScoreType as ar, CustomerTypes as as, CustomerType as at, KycOnboardingLevels as au, KycOnboardingLevel as av, KybOnboardingLevels as aw, KybOnboardingLevel as ax, CustomerOnboardingLevels as ay, CustomerOnboardingLevel as az, NEXERA_COSMOS_CHAINS as b, GetCustomerStatusRequest as b$, PolygonIdInitialized as b0, OcvSdkInitialized as b1, StartCompletedNotification as b2, IdentityNotificationMessage as b3, InitialDataRequest as b4, SignatureRequest as b5, TransactionData as b6, SendTransactionRequest as b7, IdentityRequestMessage as b8, AVAILABLE_FLOWS as b9, RuleEngineResponse as bA, ScenarioExecutionResponse as bB, RuleResultStatuses as bC, RuleResultStatus as bD, RuleResultStatusLabels as bE, ComplianceImplementationStepsInput as bF, SimplifiedCredential as bG, GetCredentialsRequest as bH, GetCredentialsResponse as bI, PolygonIdRequestData as bJ, PolygonIdRequest as bK, PolygonIdResponseData as bL, PolygonIdResponse as bM, StartFlowRequest as bN, IsVerifiedRequest as bO, IsVerifiedResponse as bP, GetTxAuthSigRequest as bQ, GetTxAuthSigResponse as bR, GetTxAuthSigRequestTezos as bS, GetTxAuthSigResponseTezos as bT, HostRequestMessage as bU, IdentityResponseMessage as bV, GenerateWalletChallengeRequest as bW, AuthSession as bX, ChallengeResponse as bY, WalletSignResponse as bZ, TxAuthDataSignatureGatingRequest as b_, AvailableFlow as ba, DataAvailableOnStart as bb, InitialDataResponse as bc, SignatureResponse as bd, TransactionResponse as be, HostResponseMessage as bf, ChallengeQueryOperators as bg, ChallengeQueryOperator as bh, OperatorToChallengeQueryOperator as bi, ChallengeQueryOperatorToOperator as bj, ChallengeQuerySchema as bk, ExecuteChallengeQueryInput as bl, ExecuteChallengeQueryConfig as bm, OpaChallengeQueryResponse as bn, ExecuteChallengeQueryResponse as bo, OPAChallengeQuery as bp, OnChainRuleResult as bq, OffChainZKPRuleResult as br, SdkVerificationOutput as bs, VerificationSessionStatuses as bt, VerificationSessionStatus as bu, VerificationOutput as bv, ScenarioTypes as bw, ScenarioType as bx, ScenarioStatuses as by, ScenarioStatus as bz, NEXERA_STARKNET_CHAINS as c,
|
|
3262
|
+
export { TezosSignature as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, CredentialTypes as C, TxHash as D, EVM_BLOCK_TIME as E, EIP155Signature as F, FunctionCallData as G, shortAddress as H, AptosAddress as I, AptosSignature as J, StarknetAddress as K, StarknetSignature as L, PolkadotAddress as M, NEXERA_EVM_CHAINS as N, PolkadotSignature as O, POLYGON_NETWORK_NAMES as P, CosmosAddress as Q, CosmosSignature as R, StarknetChainId as S, TezosChainId as T, TezosImplicitAddress as U, TezosContractAddress as V, TezosAddress as W, TezosEntrypointName as X, EdSignature as Y, SpSignature as Z, P2Signature as _, NEXERA_TEZOS_CHAINS as a, IsVerifiedNotification as a$, CardanoAddress as a0, CardanoSignature as a1, BlockchainAddress as a2, BlockchainSignature as a3, BLOCKCHAIN_NAMESPACES as a4, BlockchainNamespace as a5, BLOCKCHAIN_NAMESPACES_NAMES as a6, DISPLAYED_LOCKCHAIN_NAMESPACES as a7, DisplayedBlockchainNamespace as a8, BLOCKCHAIN_NAME_TO_NAMESPACE as a9, CustomerStatuses as aA, CustomerStatus as aB, BasicCustomerContactInformation as aC, CUSTOMERS_CHARTS as aD, CustomersChartType as aE, CUSTOMER_TABLE_COLUMNS as aF, CustomerTableColumn as aG, CUSTOMER_AUTOMATION_REASONS as aH, createBrandedSchemaId as aI, StorageId as aJ, IdentityId as aK, EmailId as aL, WalletId as aM, AppId as aN, ChallengeId as aO, TestId as aP, generateId as aQ, ScenarioAuthorizationData as aR, SdkVerificationResponseSchema as aS, CloseScreenNotification as aT, KycCompletionData as aU, KycCompletionNotification as aV, RuleEngineScenarioExecutionData as aW, OffChainScenarioExecutionData as aX, OnChainScenarioExecutionData as aY, ScenarioExecutionData as aZ, ScenarioExecutionNotification as a_, BLOCKCHAIN_NAMESPACE_TO_NAME as aa, coerceBoolean as ab, ENVS as ac, EnvironmentSchema as ad, UuidString as ae, OtpCode as af, ZodParse as ag, shortBlockchainAddress as ah, PUBLIC_SERVICES_SCHEMA_MAP as ai, ISO3CountryCode as aj, ALPHA_2_COUNTRIES as ak, Alpha2Country as al, countryISO3toISO2Mapping as am, countryISO2toISO3Mapping as an, isoCountriesNameFromISO2 as ao, parseISO3CountryCode as ap, RiskScoreTypes as aq, RiskScoreType as ar, CustomerTypes as as, CustomerType as at, KycOnboardingLevels as au, KycOnboardingLevel as av, KybOnboardingLevels as aw, KybOnboardingLevel as ax, CustomerOnboardingLevels as ay, CustomerOnboardingLevel as az, NEXERA_COSMOS_CHAINS as b, GetCustomerStatusRequest as b$, PolygonIdInitialized as b0, OcvSdkInitialized as b1, StartCompletedNotification as b2, IdentityNotificationMessage as b3, InitialDataRequest as b4, SignatureRequest as b5, TransactionData as b6, SendTransactionRequest as b7, IdentityRequestMessage as b8, AVAILABLE_FLOWS as b9, RuleEngineResponse as bA, ScenarioExecutionResponse as bB, RuleResultStatuses as bC, RuleResultStatus as bD, RuleResultStatusLabels as bE, ComplianceImplementationStepsInput as bF, SimplifiedCredential as bG, GetCredentialsRequest as bH, GetCredentialsResponse as bI, PolygonIdRequestData as bJ, PolygonIdRequest as bK, PolygonIdResponseData as bL, PolygonIdResponse as bM, StartFlowRequest as bN, IsVerifiedRequest as bO, IsVerifiedResponse as bP, GetTxAuthSigRequest as bQ, GetTxAuthSigResponse as bR, GetTxAuthSigRequestTezos as bS, GetTxAuthSigResponseTezos as bT, HostRequestMessage as bU, IdentityResponseMessage as bV, GenerateWalletChallengeRequest as bW, AuthSession as bX, ChallengeResponse as bY, WalletSignResponse as bZ, TxAuthDataSignatureGatingRequest as b_, AvailableFlow as ba, DataAvailableOnStart as bb, InitialDataResponse as bc, SignatureResponse as bd, TransactionResponse as be, HostResponseMessage as bf, ChallengeQueryOperators as bg, ChallengeQueryOperator as bh, OperatorToChallengeQueryOperator as bi, ChallengeQueryOperatorToOperator as bj, ChallengeQuerySchema as bk, ExecuteChallengeQueryInput as bl, ExecuteChallengeQueryConfig as bm, OpaChallengeQueryResponse as bn, ExecuteChallengeQueryResponse as bo, OPAChallengeQuery as bp, OnChainRuleResult as bq, OffChainZKPRuleResult as br, SdkVerificationOutput as bs, VerificationSessionStatuses as bt, VerificationSessionStatus as bu, VerificationOutput as bv, ScenarioTypes as bw, ScenarioType as bx, ScenarioStatuses as by, ScenarioStatus as bz, NEXERA_STARKNET_CHAINS as c, TezosTxSignatureResponse as c$, IdentitySdkMessage as c0, IdentitySdkMessageWithIdentifier as c1, TxAuthDataSignatureResponse as c2, GetCustomerStatusResponse as c3, IdentityAppMessage as c4, IdentityWallet as c5, HostMessage as c6, IdentityMessage as c7, RequiredDataRowSchema as c8, RequiredVerificationData as c9, BOOLEAN_OPERATORS as cA, BooleanOperator as cB, DATE_OPERATORS as cC, DateOperator as cD, SUPPORTED_TYPES as cE, SupportedType as cF, SupportedTypes as cG, IDInformation as cH, QueryConfig as cI, QueryType as cJ, QueryConfigSimplified as cK, PartialQueryConfigSimplified as cL, QueryConfigSimplifiedParsed as cM, QueryConfiguration as cN, NonParsedQueryConfiguration as cO, CreateQueryConfigurationInput as cP, CreateQueryConfigurationResponse as cQ, UpdateQueryConfigurationInput as cR, UpdateQueryConfigurationResponse as cS, DeleteQueryConfigurationInput as cT, DeleteQueryConfigurationResponse as cU, QueryCredentialTypes as cV, QueryCredentialType as cW, TxAuthInput as cX, TxSignatureResponse as cY, GetTxAuthDataSignatureResponse as cZ, TezosTxAuthInput as c_, MediaType as ca, MediaTypePID as cb, ZeroKnowledgeProofRequest as cc, AUTHORIZATION_REQUEST_MESSAGE_TYPES as cd, AuthorizationRequestMessageTypes as ce, AuthorizationRequestMessageType as cf, AuthorizationRequestMessage as cg, ProofData as ch, ZeroKnowledgeProofResponse as ci, AuthorizationResponseMessage as cj, CredentialQrCodeData as ck, AuthQrCodeData as cl, QrCodeLinkWithSchemaType as cm, parseIden3Message as cn, parseSessionIdFromUrl as co, AllCredentialAttributes as cp, AllCredentialValues as cq, Operator as cr, ZKPOperator as cs, operatorDisplayMap as ct, ARRAY_OPERATORS as cu, ArrayOperator as cv, STRING_OPERATORS as cw, StringOperator as cx, NUMERIC_OPERATORS as cy, NumericOperator as cz, NEXERA_EVM_CHAIN_NAMES as d, CredentialType as d$, GetTezosTxAuthDataSignatureResponse as d0, ExtendedTxAuthInput as d1, ExtendedTezosTxAuthInput as d2, AnyTxAuthInput as d3, ExtendedTxAuthDataSignatureResponse as d4, ExtendedTezosTxAuthDataSignatureResponse as d5, AnyTxAuthDataSignatureResponse as d6, ZKPRequest as d7, ZKPRequestFromZKVerifier as d8, OffChainZKP as d9, WorkspaceId as dA, WorkflowId as dB, IdentityWidgetAccessToken as dC, ExternalCustomerId as dD, IdentityAppV2Web3JWT as dE, IdentityAppV2Web2JWT as dF, IdentityWidgetAccessToken_NEW as dG, IdentityWidgetSessionToken as dH, Web2CreateSessionParams as dI, ID3CredentialSubjectSchema as dJ, IDScanCredentialSubjectSchema as dK, IDScanPassportCredentialSubjectSchema as dL, IDScanSelfieCredentialSubjectSchema as dM, OLD_IDImageCredentialSubjectSchema as dN, OLD_IDInformationCredentialSubjectSchema as dO, OLD_ProofOfResidenceCredentialSubjectSchema as dP, OLD_SelfieImageCredentialSubjectSchema as dQ, OLD_AMLScreeningsResultsCredentialSubjectSchema as dR, IDInformationCredentialSubjectSchema as dS, IDImageCredentialSubjectSchema as dT, SelfieImageCredentialSubjectSchema as dU, ProofOfResidenceCredentialSubjectSchema as dV, GenericVerifiableCredentialSchema as dW, CredentialSchemas as dX, CredentialNames as dY, NexeraCredentialType as dZ, getCredentialName as d_, CreateAuthRequestProps as da, CreateZKProofRequestProps as db, AllScenarioExecutionAuthorizationData as dc, ProjectAuthorizationData as dd, OnChainZKP as de, OnChainZKPFromNexeraID as df, OnChainZKPScenarioFromCms as dg, OnChainZKPPayload as dh, SCENARIO_AUTHORIZATION_STATUSES as di, ScenarioAuthorizationStatus as dj, WalletSignatureResponse as dk, VerifyWalletChallengeRequest as dl, FLOW_TYPES as dm, FlowType as dn, VerificationModes as dp, VerificationMode as dq, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as dr, IdentityDocumentCountryListOption as ds, IDENTITY_DOCUMENT_OPTIONS as dt, IdentityDocumentOptionsType as du, PERSONAL_INFORMATION_FIELDS as dv, PersonalInformationFieldsIdentityDocuments as dw, Identifier as dx, AdditionalCustomerInformationParams as dy, OrganizationId as dz, NEXERA_EVM_CHAIN_NAMES_LIST as e, VerifiableCredential as e0, CredentialMediaType as e1, _toConsumableArray as e2, _toArray as e3, _arrayWithHoles as e4, _unsupportedIterableToArray as e5, _nonIterableRest as e6, _defineProperty as e7, NEXERA_CHAIN_VALUES as f, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as g, EvmChainId as h, PolygonNetworkNames as i, NEXERA_TEZOS_CHAIN_NAMES as j, NEXERA_TEZOS_CHAIN_NAMES_LIST as k, NEXERA_TEZOS_CHAIN_VALUES as l, ACTIVE_TEZOS_CHAIN_VALUES as m, COSMOS_CHAIN_NAMES as n, COSMOS_CHAIN_NAMES_LIST as o, COSMOS_CHAIN_VALUES as p, ACTIVE_COSMOS_CHAIN_VALUES as q, CosmosChainId as r, NEXERA_STARKNET_CHAIN_NAMES as s, NEXERA_STARKNET_CHAIN_VALUES as t, NEXERA_ACTIVE_STARKNET_CHAIN_VALUES as u, isValidAddress as v, String0x as w, PrivateKey as x, PublicKey as y, AddressSchema as z };
|
package/dist/{identity-api.schema-7bb2255e.cjs.prod.js → identity-api.schema-cc2f8a1b.cjs.dev.js}
RENAMED
|
@@ -3142,6 +3142,10 @@ KycCompletionNotification.omit({
|
|
|
3142
3142
|
}), SendTransactionRequest.omit({
|
|
3143
3143
|
identifier: true
|
|
3144
3144
|
})]);
|
|
3145
|
+
var IdentityWallet = zod.z.object({
|
|
3146
|
+
address: BlockchainAddress,
|
|
3147
|
+
namespace: BlockchainNamespace
|
|
3148
|
+
});
|
|
3145
3149
|
|
|
3146
3150
|
var ZKPRequest = zod.z.object({
|
|
3147
3151
|
id: zod.z.number(),
|
|
@@ -3395,6 +3399,7 @@ exports.IdentityRequestMessage = IdentityRequestMessage;
|
|
|
3395
3399
|
exports.IdentityResponseMessage = IdentityResponseMessage;
|
|
3396
3400
|
exports.IdentitySdkMessage = IdentitySdkMessage;
|
|
3397
3401
|
exports.IdentitySdkMessageWithIdentifier = IdentitySdkMessageWithIdentifier;
|
|
3402
|
+
exports.IdentityWallet = IdentityWallet;
|
|
3398
3403
|
exports.IdentityWidgetAccessToken = IdentityWidgetAccessToken;
|
|
3399
3404
|
exports.IdentityWidgetAccessToken_NEW = IdentityWidgetAccessToken_NEW;
|
|
3400
3405
|
exports.IdentityWidgetSessionToken = IdentityWidgetSessionToken;
|
package/dist/{identity-api.schema-df9e231d.cjs.dev.js → identity-api.schema-e648ecb5.cjs.prod.js}
RENAMED
|
@@ -3142,6 +3142,10 @@ KycCompletionNotification.omit({
|
|
|
3142
3142
|
}), SendTransactionRequest.omit({
|
|
3143
3143
|
identifier: true
|
|
3144
3144
|
})]);
|
|
3145
|
+
var IdentityWallet = zod.z.object({
|
|
3146
|
+
address: BlockchainAddress,
|
|
3147
|
+
namespace: BlockchainNamespace
|
|
3148
|
+
});
|
|
3145
3149
|
|
|
3146
3150
|
var ZKPRequest = zod.z.object({
|
|
3147
3151
|
id: zod.z.number(),
|
|
@@ -3395,6 +3399,7 @@ exports.IdentityRequestMessage = IdentityRequestMessage;
|
|
|
3395
3399
|
exports.IdentityResponseMessage = IdentityResponseMessage;
|
|
3396
3400
|
exports.IdentitySdkMessage = IdentitySdkMessage;
|
|
3397
3401
|
exports.IdentitySdkMessageWithIdentifier = IdentitySdkMessageWithIdentifier;
|
|
3402
|
+
exports.IdentityWallet = IdentityWallet;
|
|
3398
3403
|
exports.IdentityWidgetAccessToken = IdentityWidgetAccessToken;
|
|
3399
3404
|
exports.IdentityWidgetAccessToken_NEW = IdentityWidgetAccessToken_NEW;
|
|
3400
3405
|
exports.IdentityWidgetSessionToken = IdentityWidgetSessionToken;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-cc2f8a1b.cjs.dev.js');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var frontendUtilities_schema = require('./frontend-utilities.schema-
|
|
7
|
+
var frontendUtilities_schema = require('./frontend-utilities.schema-f06cfbf0.cjs.dev.js');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
|
|
10
10
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
@@ -209,6 +209,7 @@ exports.IdentityRequestMessage = identityApi_schema.IdentityRequestMessage;
|
|
|
209
209
|
exports.IdentityResponseMessage = identityApi_schema.IdentityResponseMessage;
|
|
210
210
|
exports.IdentitySdkMessage = identityApi_schema.IdentitySdkMessage;
|
|
211
211
|
exports.IdentitySdkMessageWithIdentifier = identityApi_schema.IdentitySdkMessageWithIdentifier;
|
|
212
|
+
exports.IdentityWallet = identityApi_schema.IdentityWallet;
|
|
212
213
|
exports.IdentityWidgetAccessToken = identityApi_schema.IdentityWidgetAccessToken;
|
|
213
214
|
exports.IdentityWidgetAccessToken_NEW = identityApi_schema.IdentityWidgetAccessToken_NEW;
|
|
214
215
|
exports.IdentityWidgetSessionToken = identityApi_schema.IdentityWidgetSessionToken;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-e648ecb5.cjs.prod.js');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var frontendUtilities_schema = require('./frontend-utilities.schema-
|
|
7
|
+
var frontendUtilities_schema = require('./frontend-utilities.schema-590fdc26.cjs.prod.js');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
|
|
10
10
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
@@ -209,6 +209,7 @@ exports.IdentityRequestMessage = identityApi_schema.IdentityRequestMessage;
|
|
|
209
209
|
exports.IdentityResponseMessage = identityApi_schema.IdentityResponseMessage;
|
|
210
210
|
exports.IdentitySdkMessage = identityApi_schema.IdentitySdkMessage;
|
|
211
211
|
exports.IdentitySdkMessageWithIdentifier = identityApi_schema.IdentitySdkMessageWithIdentifier;
|
|
212
|
+
exports.IdentityWallet = identityApi_schema.IdentityWallet;
|
|
212
213
|
exports.IdentityWidgetAccessToken = identityApi_schema.IdentityWidgetAccessToken;
|
|
213
214
|
exports.IdentityWidgetAccessToken_NEW = identityApi_schema.IdentityWidgetAccessToken_NEW;
|
|
214
215
|
exports.IdentityWidgetSessionToken = identityApi_schema.IdentityWidgetSessionToken;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
2
|
-
export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, ak as ALPHA_2_COUNTRIES,
|
|
1
|
+
import { C as CredentialTypes } from './identity-api.schema-12609c1a.esm.js';
|
|
2
|
+
export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, ak as ALPHA_2_COUNTRIES, cu as ARRAY_OPERATORS, cd as AUTHORIZATION_REQUEST_MESSAGE_TYPES, b9 as AVAILABLE_FLOWS, dy as AdditionalCustomerInformationParams, z as AddressSchema, cp as AllCredentialAttributes, cq as AllCredentialValues, dc as AllScenarioExecutionAuthorizationData, al as Alpha2Country, d6 as AnyTxAuthDataSignatureResponse, d3 as AnyTxAuthInput, aN as AppId, I as AptosAddress, J as AptosSignature, cv as ArrayOperator, cl as AuthQrCodeData, bX as AuthSession, cg as AuthorizationRequestMessage, cf as AuthorizationRequestMessageType, ce as AuthorizationRequestMessageTypes, cj as AuthorizationResponseMessage, ba as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, cA as BOOLEAN_OPERATORS, aC as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cB as BooleanOperator, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, aD as CUSTOMERS_CHARTS, aH as CUSTOMER_AUTOMATION_REASONS, aF as CUSTOMER_TABLE_COLUMNS, a0 as CardanoAddress, a1 as CardanoSignature, aO as ChallengeId, bh as ChallengeQueryOperator, bj as ChallengeQueryOperatorToOperator, bg as ChallengeQueryOperators, bk as ChallengeQuerySchema, bY as ChallengeResponse, aT as CloseScreenNotification, bF as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, da as CreateAuthRequestProps, cP as CreateQueryConfigurationInput, cQ as CreateQueryConfigurationResponse, db as CreateZKProofRequestProps, e1 as CredentialMediaType, dY as CredentialNames, ck as CredentialQrCodeData, dX as CredentialSchemas, d$ as CredentialType, C as CredentialTypes, az as CustomerOnboardingLevel, ay as CustomerOnboardingLevels, aB as CustomerStatus, aA as CustomerStatuses, aG as CustomerTableColumn, at as CustomerType, as as CustomerTypes, aE as CustomersChartType, cC as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bb as DataAvailableOnStart, cD as DateOperator, cT as DeleteQueryConfigurationInput, cU as DeleteQueryConfigurationResponse, a8 as DisplayedBlockchainNamespace, F as EIP155Signature, ac as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, Y as EdSignature, aL as EmailId, ad as EnvironmentSchema, h as EvmChainId, bm as ExecuteChallengeQueryConfig, bl as ExecuteChallengeQueryInput, bo as ExecuteChallengeQueryResponse, d5 as ExtendedTezosTxAuthDataSignatureResponse, d2 as ExtendedTezosTxAuthInput, d4 as ExtendedTxAuthDataSignatureResponse, d1 as ExtendedTxAuthInput, dD as ExternalCustomerId, dm as FLOW_TYPES, dn as FlowType, G as FunctionCallData, bW as GenerateWalletChallengeRequest, dW as GenericVerifiableCredentialSchema, bH as GetCredentialsRequest, bI as GetCredentialsResponse, b$ as GetCustomerStatusRequest, c3 as GetCustomerStatusResponse, d0 as GetTezosTxAuthDataSignatureResponse, cZ as GetTxAuthDataSignatureResponse, bQ as GetTxAuthSigRequest, bS as GetTxAuthSigRequestTezos, bR as GetTxAuthSigResponse, bT as GetTxAuthSigResponseTezos, c6 as HostMessage, bU as HostRequestMessage, bf as HostResponseMessage, dJ as ID3CredentialSubjectSchema, dr as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dt as IDENTITY_DOCUMENT_OPTIONS, dT as IDImageCredentialSubjectSchema, cH as IDInformation, dS as IDInformationCredentialSubjectSchema, dK as IDScanCredentialSubjectSchema, dL as IDScanPassportCredentialSubjectSchema, dM as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, dx as Identifier, c4 as IdentityAppMessage, dF as IdentityAppV2Web2JWT, dE as IdentityAppV2Web3JWT, ds as IdentityDocumentCountryListOption, du as IdentityDocumentOptionsType, aK as IdentityId, c7 as IdentityMessage, b3 as IdentityNotificationMessage, b8 as IdentityRequestMessage, bV as IdentityResponseMessage, c0 as IdentitySdkMessage, c1 as IdentitySdkMessageWithIdentifier, c5 as IdentityWallet, dC as IdentityWidgetAccessToken, dG as IdentityWidgetAccessToken_NEW, dH as IdentityWidgetSessionToken, b4 as InitialDataRequest, bc as InitialDataResponse, a$ as IsVerifiedNotification, bO as IsVerifiedRequest, bP as IsVerifiedResponse, ax as KybOnboardingLevel, aw as KybOnboardingLevels, aU as KycCompletionData, aV as KycCompletionNotification, av as KycOnboardingLevel, au as KycOnboardingLevels, ca as MediaType, cb as MediaTypePID, u as NEXERA_ACTIVE_STARKNET_CHAIN_VALUES, f as NEXERA_CHAIN_VALUES, b as NEXERA_COSMOS_CHAINS, N as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAIN_NAMES, e as NEXERA_EVM_CHAIN_NAMES_LIST, c as NEXERA_STARKNET_CHAINS, s as NEXERA_STARKNET_CHAIN_NAMES, t as NEXERA_STARKNET_CHAIN_VALUES, a as NEXERA_TEZOS_CHAINS, j as NEXERA_TEZOS_CHAIN_NAMES, k as NEXERA_TEZOS_CHAIN_NAMES_LIST, l as NEXERA_TEZOS_CHAIN_VALUES, cy as NUMERIC_OPERATORS, dZ as NexeraCredentialType, cO as NonParsedQueryConfiguration, cz as NumericOperator, dR as OLD_AMLScreeningsResultsCredentialSubjectSchema, dN as OLD_IDImageCredentialSubjectSchema, dO as OLD_IDInformationCredentialSubjectSchema, dP as OLD_ProofOfResidenceCredentialSubjectSchema, dQ as OLD_SelfieImageCredentialSubjectSchema, bp as OPAChallengeQuery, b1 as OcvSdkInitialized, aX as OffChainScenarioExecutionData, d9 as OffChainZKP, br as OffChainZKPRuleResult, bq as OnChainRuleResult, aY as OnChainScenarioExecutionData, de as OnChainZKP, df as OnChainZKPFromNexeraID, dh as OnChainZKPPayload, dg as OnChainZKPScenarioFromCms, bn as OpaChallengeQueryResponse, cr as Operator, bi as OperatorToChallengeQueryOperator, dz as OrganizationId, af as OtpCode, _ as P2Signature, dv as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ai as PUBLIC_SERVICES_SCHEMA_MAP, cL as PartialQueryConfigSimplified, dw as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, b0 as PolygonIdInitialized, bK as PolygonIdRequest, bJ as PolygonIdRequestData, bM as PolygonIdResponse, bL as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, dd as ProjectAuthorizationData, ch as ProofData, dV as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, cm as QrCodeLinkWithSchemaType, cI as QueryConfig, cK as QueryConfigSimplified, cM as QueryConfigSimplifiedParsed, cN as QueryConfiguration, cW as QueryCredentialType, cV as QueryCredentialTypes, cJ as QueryType, c8 as RequiredDataRowSchema, c9 as RequiredVerificationData, ar as RiskScoreType, aq as RiskScoreTypes, bA as RuleEngineResponse, aW as RuleEngineScenarioExecutionData, bD as RuleResultStatus, bE as RuleResultStatusLabels, bC as RuleResultStatuses, di as SCENARIO_AUTHORIZATION_STATUSES, cw as STRING_OPERATORS, cE as SUPPORTED_TYPES, aR as ScenarioAuthorizationData, dj as ScenarioAuthorizationStatus, aZ as ScenarioExecutionData, a_ as ScenarioExecutionNotification, bB as ScenarioExecutionResponse, bz as ScenarioStatus, by as ScenarioStatuses, bx as ScenarioType, bw as ScenarioTypes, bs as SdkVerificationOutput, aS as SdkVerificationResponseSchema, dU as SelfieImageCredentialSubjectSchema, b7 as SendTransactionRequest, b5 as SignatureRequest, bd as SignatureResponse, bG as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, b2 as StartCompletedNotification, bN as StartFlowRequest, aJ as StorageId, w as String0x, cx as StringOperator, cF as SupportedType, cG as SupportedTypes, aP as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, c_ as TezosTxAuthInput, c$ as TezosTxSignatureResponse, b6 as TransactionData, be as TransactionResponse, b_ as TxAuthDataSignatureGatingRequest, c2 as TxAuthDataSignatureResponse, cX as TxAuthInput, D as TxHash, cY as TxSignatureResponse, cR as UpdateQueryConfigurationInput, cS as UpdateQueryConfigurationResponse, ae as UuidString, e0 as VerifiableCredential, dq as VerificationMode, dp as VerificationModes, bv as VerificationOutput, bu as VerificationSessionStatus, bt as VerificationSessionStatuses, dl as VerifyWalletChallengeRequest, aM as WalletId, bZ as WalletSignResponse, dk as WalletSignatureResponse, dI as Web2CreateSessionParams, dB as WorkflowId, dA as WorkspaceId, cs as ZKPOperator, d7 as ZKPRequest, d8 as ZKPRequestFromZKVerifier, cc as ZeroKnowledgeProofRequest, ci as ZeroKnowledgeProofResponse, ag as ZodParse, ab as coerceBoolean, an as countryISO2toISO3Mapping, am as countryISO3toISO2Mapping, aI as createBrandedSchemaId, aQ as generateId, d_ as getCredentialName, v as isValidAddress, ao as isoCountriesNameFromISO2, ct as operatorDisplayMap, ap as parseISO3CountryCode, cn as parseIden3Message, co as parseSessionIdFromUrl, H as shortAddress, ah as shortBlockchainAddress } from './identity-api.schema-12609c1a.esm.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-
|
|
4
|
+
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-310c23a2.esm.js';
|
|
5
5
|
import 'nanoid';
|
|
6
6
|
|
|
7
7
|
var decodeUint8Array = function decodeUint8Array(data) {
|
package/dist/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-cc2f8a1b.cjs.dev.js');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
|
|
@@ -72,6 +72,7 @@ exports.IdentityRequestMessage = identityApi_schema.IdentityRequestMessage;
|
|
|
72
72
|
exports.IdentityResponseMessage = identityApi_schema.IdentityResponseMessage;
|
|
73
73
|
exports.IdentitySdkMessage = identityApi_schema.IdentitySdkMessage;
|
|
74
74
|
exports.IdentitySdkMessageWithIdentifier = identityApi_schema.IdentitySdkMessageWithIdentifier;
|
|
75
|
+
exports.IdentityWallet = identityApi_schema.IdentityWallet;
|
|
75
76
|
exports.InitialDataRequest = identityApi_schema.InitialDataRequest;
|
|
76
77
|
exports.InitialDataResponse = identityApi_schema.InitialDataResponse;
|
|
77
78
|
exports.IsVerifiedNotification = identityApi_schema.IsVerifiedNotification;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-e648ecb5.cjs.prod.js');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
|
|
@@ -72,6 +72,7 @@ exports.IdentityRequestMessage = identityApi_schema.IdentityRequestMessage;
|
|
|
72
72
|
exports.IdentityResponseMessage = identityApi_schema.IdentityResponseMessage;
|
|
73
73
|
exports.IdentitySdkMessage = identityApi_schema.IdentitySdkMessage;
|
|
74
74
|
exports.IdentitySdkMessageWithIdentifier = identityApi_schema.IdentitySdkMessageWithIdentifier;
|
|
75
|
+
exports.IdentityWallet = identityApi_schema.IdentityWallet;
|
|
75
76
|
exports.InitialDataRequest = identityApi_schema.InitialDataRequest;
|
|
76
77
|
exports.InitialDataResponse = identityApi_schema.InitialDataResponse;
|
|
77
78
|
exports.IsVerifiedNotification = identityApi_schema.IsVerifiedNotification;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { cu as ARRAY_OPERATORS, cd as AUTHORIZATION_REQUEST_MESSAGE_TYPES, b9 as AVAILABLE_FLOWS, cp as AllCredentialAttributes, cq as AllCredentialValues, dc as AllScenarioExecutionAuthorizationData, d6 as AnyTxAuthDataSignatureResponse, d3 as AnyTxAuthInput, cv as ArrayOperator, cl as AuthQrCodeData, bX as AuthSession, cg as AuthorizationRequestMessage, cf as AuthorizationRequestMessageType, ce as AuthorizationRequestMessageTypes, cj as AuthorizationResponseMessage, ba as AvailableFlow, cA as BOOLEAN_OPERATORS, cB as BooleanOperator, bh as ChallengeQueryOperator, bj as ChallengeQueryOperatorToOperator, bg as ChallengeQueryOperators, bk as ChallengeQuerySchema, bY as ChallengeResponse, aT as CloseScreenNotification, bF as ComplianceImplementationStepsInput, da as CreateAuthRequestProps, cP as CreateQueryConfigurationInput, cQ as CreateQueryConfigurationResponse, db as CreateZKProofRequestProps, ck as CredentialQrCodeData, cC as DATE_OPERATORS, bb as DataAvailableOnStart, cD as DateOperator, cT as DeleteQueryConfigurationInput, cU as DeleteQueryConfigurationResponse, bm as ExecuteChallengeQueryConfig, bl as ExecuteChallengeQueryInput, bo as ExecuteChallengeQueryResponse, d5 as ExtendedTezosTxAuthDataSignatureResponse, d2 as ExtendedTezosTxAuthInput, d4 as ExtendedTxAuthDataSignatureResponse, d1 as ExtendedTxAuthInput, bW as GenerateWalletChallengeRequest, bH as GetCredentialsRequest, bI as GetCredentialsResponse, b$ as GetCustomerStatusRequest, c3 as GetCustomerStatusResponse, d0 as GetTezosTxAuthDataSignatureResponse, cZ as GetTxAuthDataSignatureResponse, bQ as GetTxAuthSigRequest, bS as GetTxAuthSigRequestTezos, bR as GetTxAuthSigResponse, bT as GetTxAuthSigResponseTezos, c6 as HostMessage, bU as HostRequestMessage, bf as HostResponseMessage, cH as IDInformation, c4 as IdentityAppMessage, c7 as IdentityMessage, b3 as IdentityNotificationMessage, b8 as IdentityRequestMessage, bV as IdentityResponseMessage, c0 as IdentitySdkMessage, c1 as IdentitySdkMessageWithIdentifier, c5 as IdentityWallet, b4 as InitialDataRequest, bc as InitialDataResponse, a$ as IsVerifiedNotification, bO as IsVerifiedRequest, bP as IsVerifiedResponse, aU as KycCompletionData, aV as KycCompletionNotification, ca as MediaType, cb as MediaTypePID, cy as NUMERIC_OPERATORS, cO as NonParsedQueryConfiguration, cz as NumericOperator, bp as OPAChallengeQuery, b1 as OcvSdkInitialized, aX as OffChainScenarioExecutionData, d9 as OffChainZKP, br as OffChainZKPRuleResult, bq as OnChainRuleResult, aY as OnChainScenarioExecutionData, de as OnChainZKP, df as OnChainZKPFromNexeraID, dh as OnChainZKPPayload, dg as OnChainZKPScenarioFromCms, bn as OpaChallengeQueryResponse, cr as Operator, bi as OperatorToChallengeQueryOperator, cL as PartialQueryConfigSimplified, b0 as PolygonIdInitialized, bK as PolygonIdRequest, bJ as PolygonIdRequestData, bM as PolygonIdResponse, bL as PolygonIdResponseData, dd as ProjectAuthorizationData, ch as ProofData, cm as QrCodeLinkWithSchemaType, cI as QueryConfig, cK as QueryConfigSimplified, cM as QueryConfigSimplifiedParsed, cN as QueryConfiguration, cW as QueryCredentialType, cV as QueryCredentialTypes, cJ as QueryType, c8 as RequiredDataRowSchema, c9 as RequiredVerificationData, bA as RuleEngineResponse, aW as RuleEngineScenarioExecutionData, bD as RuleResultStatus, bE as RuleResultStatusLabels, bC as RuleResultStatuses, di as SCENARIO_AUTHORIZATION_STATUSES, cw as STRING_OPERATORS, cE as SUPPORTED_TYPES, aR as ScenarioAuthorizationData, dj as ScenarioAuthorizationStatus, aZ as ScenarioExecutionData, a_ as ScenarioExecutionNotification, bB as ScenarioExecutionResponse, bz as ScenarioStatus, by as ScenarioStatuses, bx as ScenarioType, bw as ScenarioTypes, bs as SdkVerificationOutput, aS as SdkVerificationResponseSchema, b7 as SendTransactionRequest, b5 as SignatureRequest, bd as SignatureResponse, bG as SimplifiedCredential, b2 as StartCompletedNotification, bN as StartFlowRequest, cx as StringOperator, cF as SupportedType, cG as SupportedTypes, c_ as TezosTxAuthInput, c$ as TezosTxSignatureResponse, b6 as TransactionData, be as TransactionResponse, b_ as TxAuthDataSignatureGatingRequest, c2 as TxAuthDataSignatureResponse, cX as TxAuthInput, cY as TxSignatureResponse, cR as UpdateQueryConfigurationInput, cS as UpdateQueryConfigurationResponse, bv as VerificationOutput, bu as VerificationSessionStatus, bt as VerificationSessionStatuses, dl as VerifyWalletChallengeRequest, bZ as WalletSignResponse, dk as WalletSignatureResponse, cs as ZKPOperator, d7 as ZKPRequest, d8 as ZKPRequestFromZKVerifier, cc as ZeroKnowledgeProofRequest, ci as ZeroKnowledgeProofResponse, ct as operatorDisplayMap, cn as parseIden3Message, co as parseSessionIdFromUrl } from '../../dist/identity-api.schema-12609c1a.esm.js';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import 'nanoid';
|
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-d0cc26ba.cjs.dev.js');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/identity-api.schema-
|
|
7
|
+
require('../../dist/identity-api.schema-cc2f8a1b.cjs.dev.js');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -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-8092edfa.cjs.prod.js');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/identity-api.schema-
|
|
7
|
+
require('../../dist/identity-api.schema-e648ecb5.cjs.prod.js');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -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, d2 as BeneficiaryVerificationStatus, d3 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, dl as ChainalysisApiError, bd as ChainalysisConfig, dj as ChainalysisErrorCodes, bq as ChainalysisProvider, dh as ChainalysisRegisterApiResponse, dm as ChainalysisRegisterResponse, dg as ChainalysisRequest, dk as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, di as ChainalysisRiskLevel, ah as CoerceDateUTC, g as Coin, d1 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, cV as CredentialMetadata, cU as CustomerContactInformationOutput, d8 as CustomerDocumentMetaData, d9 as CustomerStatusResults, ba as DataProviderOptions, bb as DataProviders, bG as DeleteProviderInput, bH as DeleteProviderResponse, X as DocumentIdMetadata, V as DocumentIdType, U as DocumentIdTypes, co as DocumentMetadataSchema, a1 as EmailMetadata, E as EmailVerificationAnalysisResponse, cK as EmailVerificationResponse, T as File, cT as GetCredentialsOutput, d5 as GetKybSessionInput, d6 as GetKybSessionResponse, cN as GetKycSessionInput, cO as GetKycSessionResponse, cW 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, cZ as KYB_RESULTS, c$ as KYB_SESSION_STATUSES, cX as KYB_STEP_TYPES, cG as KYC_RESULTS, cI as KYC_SESSION_STATUSES, cE as KYC_STEP_TYPES, c_ as KybResult, d0 as KybSessionStatus, cY as KybStep, cH as KycResult, cJ as KycSessionStatus, cF as KycStep, $ as LivenessMetadata, ap as MEDIUM_RISK_TYPES, aI as MatchStatus, aH as MatchStatuses, aO as MatchTypeDetail, M as MergedProviders, df as MerkleAddressApiError, de as MerkleAddressApiResponse, dd as MerkleAddressRequest, a as MerkleAddressResponse, dc as MerkleBlockChainCodes, db as MerkleBlockChainNames, da 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, cS as ProofOfResidenceDocumentType, cR as ProofOfResidenceMetaData, bx as ProviderData, by as ProviderDataProject, bj as ProviderIntegrationType, bi as ProviderIntegrationTypeOptions, b7 as ProviderWithoutConfig, aa as RESULT_PARSER_ERROR, Q as ReasonCode, L as ReasonCodes, t as RequestProperty, aK as RiskLevel, aJ as RiskLevels, R as RiskSeverity, am as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, ak as SEARCH_FILTER_PEP_TYPE, ai as SEARCH_FILTER_SANCTION_TYPE, av as SEARCH_FILTER_TYPES, a8 as SESSION_NOT_FOUND, ae as STEP_NOT_FOUND, bP as SUMSUB_APPLICANT_TYPES, ch as SUMSUB_COMPANY_BENEFICIARY_GROUP, c6 as SUMSUB_DOC_TYPES, c8 as SUMSUB_FLOW_LEVEL, cw as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cm as SUMSUB_MEDIA_CONTENT_TYPES, bR as SUMSUB_REVIEW_ANSWERS, cB as SUMSUB_REVIEW_REJECT_LABELS, cD as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bT as SUMSUB_REVIEW_REJECT_TYPES, c4 as SUMSUB_REVIEW_STATUSES, bN as SUMSUB_STEPS, c2 as SUMSUB_WEBHOOK_INTERNAL_STATUS, j as ScorechainAnalysis, be as ScorechainConfig, i as ScorechainError, h as ScorechainErrorResponse, bo as ScorechainProvider, k as ScoringAnalysisRequest, S as ScoringAnalysisResponse, ay as SearchEntityType, ax as SearchEntityTypes, an as SearchFilterAdverseMediaType, al as SearchFilterPepType, aj as SearchFilterSanctionType, aw as SearchFilterType, az as SearchFilters, d4 as SelectKybSession, cL as SelectKycSession, cM as SelectKycSessionStep, G as Session, H as SessionWithoutSteps, D as Status, z as Statuses, a3 as Step, K as StepType, J as StepTypes, bV as SumSubAddress, bW as SumSubApplicantInfo, cq as SumSubApplicantResetSchema, cp as SumSubApplicantReviewStatusSchema, cv as SumSubApplicantSchema, bQ as SumSubApplicantType, cl as SumSubApplicantVerificationStepSchema, c1 as SumSubCompanyApplicantInfo, cf as SumSubCompanyApplicantSchema, c7 as SumSubDocType, c9 as SumSubFlowLevel, cr as SumSubGenerateExternalWebSdkLinkSchema, cg as SumSubImageId, cb as SumSubImageReviewResultSchema, ce as SumSubIndividualApplicantSchema, cn as SumSubMediaContentType, bS as SumSubReviewAnswer, cC as SumSubReviewRejectLabel, bU as SumSubReviewRejectType, ca as SumSubReviewResultSchema, c5 as SumSubReviewStatus, cA as SumSubSimilarApplicantsSchema, bO as SumSubStep, ck as SumSubVerificationStepSchema, bL as SumSubWebhookSchema, cd as SumsubApplicantType, cc as SumsubApplicantTypes, ci as SumsubCompanyBeneficiaryGroup, cu as SumsubKybDataSchema, cz as SumsubKybSessionFlowSection, cy as SumsubKybSessionFlowSectionItem, cx as SumsubKybSessionFlowSectionStatus, ct as SumsubKycDataSchema, cj as SumsubStepStatus, cs as SumsubVideoCallData, c3 as SumsubWebhookInternalStatus, bw as SynapsProvider, ab as SynapsSessionErrorResponse, a4 as SynapsSessionEvent, a7 as SynapsSessionRequest, ac as SynapsSessionResponse, af as SynapsStepErrorResponse, a5 as SynapsStepEvent, ad as SynapsStepRequest, ag as SynapsStepResponse, bF as ToggleProviderInput, a9 as UNKNOWN_ERROR, d7 as UpdateKybSessionOutput, cP as UpdateKycSessionOutput, bD as UpdateProviderInput, bE as UpdateProviderResponse, aM as UpdateSearchEntitiesInput, aL as UpdateSearchInput, cQ 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-
|
|
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, d2 as BeneficiaryVerificationStatus, d3 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, dl as ChainalysisApiError, bd as ChainalysisConfig, dj as ChainalysisErrorCodes, bq as ChainalysisProvider, dh as ChainalysisRegisterApiResponse, dm as ChainalysisRegisterResponse, dg as ChainalysisRequest, dk as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, di as ChainalysisRiskLevel, ah as CoerceDateUTC, g as Coin, d1 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, cV as CredentialMetadata, cU as CustomerContactInformationOutput, d8 as CustomerDocumentMetaData, d9 as CustomerStatusResults, ba as DataProviderOptions, bb as DataProviders, bG as DeleteProviderInput, bH as DeleteProviderResponse, X as DocumentIdMetadata, V as DocumentIdType, U as DocumentIdTypes, co as DocumentMetadataSchema, a1 as EmailMetadata, E as EmailVerificationAnalysisResponse, cK as EmailVerificationResponse, T as File, cT as GetCredentialsOutput, d5 as GetKybSessionInput, d6 as GetKybSessionResponse, cN as GetKycSessionInput, cO as GetKycSessionResponse, cW 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, cZ as KYB_RESULTS, c$ as KYB_SESSION_STATUSES, cX as KYB_STEP_TYPES, cG as KYC_RESULTS, cI as KYC_SESSION_STATUSES, cE as KYC_STEP_TYPES, c_ as KybResult, d0 as KybSessionStatus, cY as KybStep, cH as KycResult, cJ as KycSessionStatus, cF as KycStep, $ as LivenessMetadata, ap as MEDIUM_RISK_TYPES, aI as MatchStatus, aH as MatchStatuses, aO as MatchTypeDetail, M as MergedProviders, df as MerkleAddressApiError, de as MerkleAddressApiResponse, dd as MerkleAddressRequest, a as MerkleAddressResponse, dc as MerkleBlockChainCodes, db as MerkleBlockChainNames, da 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, cS as ProofOfResidenceDocumentType, cR as ProofOfResidenceMetaData, bx as ProviderData, by as ProviderDataProject, bj as ProviderIntegrationType, bi as ProviderIntegrationTypeOptions, b7 as ProviderWithoutConfig, aa as RESULT_PARSER_ERROR, Q as ReasonCode, L as ReasonCodes, t as RequestProperty, aK as RiskLevel, aJ as RiskLevels, R as RiskSeverity, am as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, ak as SEARCH_FILTER_PEP_TYPE, ai as SEARCH_FILTER_SANCTION_TYPE, av as SEARCH_FILTER_TYPES, a8 as SESSION_NOT_FOUND, ae as STEP_NOT_FOUND, bP as SUMSUB_APPLICANT_TYPES, ch as SUMSUB_COMPANY_BENEFICIARY_GROUP, c6 as SUMSUB_DOC_TYPES, c8 as SUMSUB_FLOW_LEVEL, cw as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cm as SUMSUB_MEDIA_CONTENT_TYPES, bR as SUMSUB_REVIEW_ANSWERS, cB as SUMSUB_REVIEW_REJECT_LABELS, cD as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bT as SUMSUB_REVIEW_REJECT_TYPES, c4 as SUMSUB_REVIEW_STATUSES, bN as SUMSUB_STEPS, c2 as SUMSUB_WEBHOOK_INTERNAL_STATUS, j as ScorechainAnalysis, be as ScorechainConfig, i as ScorechainError, h as ScorechainErrorResponse, bo as ScorechainProvider, k as ScoringAnalysisRequest, S as ScoringAnalysisResponse, ay as SearchEntityType, ax as SearchEntityTypes, an as SearchFilterAdverseMediaType, al as SearchFilterPepType, aj as SearchFilterSanctionType, aw as SearchFilterType, az as SearchFilters, d4 as SelectKybSession, cL as SelectKycSession, cM as SelectKycSessionStep, G as Session, H as SessionWithoutSteps, D as Status, z as Statuses, a3 as Step, K as StepType, J as StepTypes, bV as SumSubAddress, bW as SumSubApplicantInfo, cq as SumSubApplicantResetSchema, cp as SumSubApplicantReviewStatusSchema, cv as SumSubApplicantSchema, bQ as SumSubApplicantType, cl as SumSubApplicantVerificationStepSchema, c1 as SumSubCompanyApplicantInfo, cf as SumSubCompanyApplicantSchema, c7 as SumSubDocType, c9 as SumSubFlowLevel, cr as SumSubGenerateExternalWebSdkLinkSchema, cg as SumSubImageId, cb as SumSubImageReviewResultSchema, ce as SumSubIndividualApplicantSchema, cn as SumSubMediaContentType, bS as SumSubReviewAnswer, cC as SumSubReviewRejectLabel, bU as SumSubReviewRejectType, ca as SumSubReviewResultSchema, c5 as SumSubReviewStatus, cA as SumSubSimilarApplicantsSchema, bO as SumSubStep, ck as SumSubVerificationStepSchema, bL as SumSubWebhookSchema, cd as SumsubApplicantType, cc as SumsubApplicantTypes, ci as SumsubCompanyBeneficiaryGroup, cu as SumsubKybDataSchema, cz as SumsubKybSessionFlowSection, cy as SumsubKybSessionFlowSectionItem, cx as SumsubKybSessionFlowSectionStatus, ct as SumsubKycDataSchema, cj as SumsubStepStatus, cs as SumsubVideoCallData, c3 as SumsubWebhookInternalStatus, bw as SynapsProvider, ab as SynapsSessionErrorResponse, a4 as SynapsSessionEvent, a7 as SynapsSessionRequest, ac as SynapsSessionResponse, af as SynapsStepErrorResponse, a5 as SynapsStepEvent, ad as SynapsStepRequest, ag as SynapsStepResponse, bF as ToggleProviderInput, a9 as UNKNOWN_ERROR, d7 as UpdateKybSessionOutput, cP as UpdateKycSessionOutput, bD as UpdateProviderInput, bE as UpdateProviderResponse, aM as UpdateSearchEntitiesInput, aL as UpdateSearchInput, cQ 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-e457212f.esm.js';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/identity-api.schema-
|
|
3
|
+
import '../../dist/identity-api.schema-12609c1a.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-cc2f8a1b.cjs.dev.js');
|
|
6
|
+
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-f06cfbf0.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-e648ecb5.cjs.prod.js');
|
|
6
|
+
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-590fdc26.cjs.prod.js');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { al as Alpha2Country,
|
|
2
|
-
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-
|
|
1
|
+
export { al as Alpha2Country, e1 as CredentialMediaType, dY as CredentialNames, dX as CredentialSchemas, d$ as CredentialType, C as CredentialTypes, dW as GenericVerifiableCredentialSchema, dJ as ID3CredentialSubjectSchema, dT as IDImageCredentialSubjectSchema, dS as IDInformationCredentialSubjectSchema, dK as IDScanCredentialSubjectSchema, dL as IDScanPassportCredentialSubjectSchema, dM as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, dZ as NexeraCredentialType, dR as OLD_AMLScreeningsResultsCredentialSubjectSchema, dN as OLD_IDImageCredentialSubjectSchema, dO as OLD_IDInformationCredentialSubjectSchema, dP as OLD_ProofOfResidenceCredentialSubjectSchema, dQ as OLD_SelfieImageCredentialSubjectSchema, dV as ProofOfResidenceCredentialSubjectSchema, dU as SelfieImageCredentialSubjectSchema, e0 as VerifiableCredential, am as countryISO3toISO2Mapping, d_ as getCredentialName, ao as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-12609c1a.esm.js';
|
|
2
|
+
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-310c23a2.esm.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'nanoid';
|
|
@@ -3,8 +3,8 @@
|
|
|
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-cc2f8a1b.cjs.dev.js');
|
|
7
|
+
var customers_schema = require('../../dist/customers.schema-d0cc26ba.cjs.dev.js');
|
|
8
8
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
|
|
@@ -3,8 +3,8 @@
|
|
|
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-e648ecb5.cjs.prod.js');
|
|
7
|
+
var customers_schema = require('../../dist/customers.schema-8092edfa.cjs.prod.js');
|
|
8
8
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { ae as UuidString,
|
|
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 { ae as UuidString, dD as ExternalCustomerId, ar as RiskScoreType, at as CustomerType, az as CustomerOnboardingLevel, aB as CustomerStatus, aj as ISO3CountryCode, a2 as BlockchainAddress, bD as RuleResultStatus, dW as GenericVerifiableCredentialSchema, e3 as _toArray, e2 as _toConsumableArray, ad as EnvironmentSchema } from '../../dist/identity-api.schema-12609c1a.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-e457212f.esm.js';
|
|
4
4
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
5
5
|
import 'nanoid';
|
|
6
6
|
|