@nexeraid/identity-schemas 2.176.0 → 2.178.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-f6abc72e.cjs.prod.cjs → CoinMarketCap.schema-71a071cd.cjs.prod.cjs} +6 -6
- package/dist/{CoinMarketCap.schema-b4189b4d.cjs.dev.cjs → CoinMarketCap.schema-e6745b56.cjs.dev.cjs} +6 -6
- package/dist/{CoinMarketCap.schema-6316f6bb.esm.mjs → CoinMarketCap.schema-f7d4c283.esm.mjs} +7 -7
- package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +3 -3
- package/dist/declarations/src/providers/provider.schema.d.ts +7 -7
- package/dist/declarations/src/providers/provider.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +1 -0
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +674 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +18 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +137 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-63f85340.cjs.dev.cjs → identity-api.schema-68d6d63a.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-bf2d3703.esm.mjs → identity-api.schema-7323c161.esm.mjs} +1 -1
- package/dist/{identity-api.schema-9677f8e2.cjs.prod.cjs → identity-api.schema-e8718fe2.cjs.prod.cjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +5 -5
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +5 -5
- package/dist/nexeraid-identity-schemas.esm.mjs +6 -6
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-a1861b2b.esm.mjs → tfhe-utilities-4fe2f887.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-dd1748ed.cjs.dev.cjs → tfhe-utilities-7942084b.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-36888915.cjs.prod.cjs → tfhe-utilities-c2bd454e.cjs.prod.cjs} +2 -2
- package/dist/{toArray-bb4cb04c.cjs.prod.cjs → toArray-1650534c.cjs.prod.cjs} +1 -1
- package/dist/{toArray-821d47c4.cjs.dev.cjs → toArray-d9bb813a.cjs.dev.cjs} +1 -1
- package/dist/{toArray-152c0d5b.esm.mjs → toArray-e2a36a42.esm.mjs} +1 -1
- package/dist/{vault.schema-92859c2c.esm.mjs → vault.schema-1ee28657.esm.mjs} +705 -1
- package/dist/{vault.schema-16d917ad.cjs.dev.cjs → vault.schema-38073e10.cjs.dev.cjs} +705 -1
- package/dist/{vault.schema-380e6c40.cjs.prod.cjs → vault.schema-58c0147e.cjs.prod.cjs} +705 -1
- package/dist/{zod-utils-7a80f4e3.esm.mjs → zod-utils-1426c50d.esm.mjs} +2 -2
- package/dist/{zod-utils-3532edb3.cjs.prod.cjs → zod-utils-20d842c2.cjs.prod.cjs} +2 -2
- package/dist/{zod-utils-244f0543.cjs.dev.cjs → zod-utils-bed9cada.cjs.dev.cjs} +2 -2
- 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 +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
- 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 +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _toArray } from './toArray-
|
|
2
|
-
import { fV as _unsupportedIterableToArray, fO as Web3ArgsType, fW as _slicedToArray, fU as _toConsumableArray } from './vault.schema-
|
|
1
|
+
import { _ as _toArray } from './toArray-e2a36a42.esm.mjs';
|
|
2
|
+
import { fV as _unsupportedIterableToArray, fO as Web3ArgsType, fW as _slicedToArray, fU as _toConsumableArray } from './vault.schema-1ee28657.esm.mjs';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
|
|
5
5
|
// tools to work with object paths in TypeScript
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var toArray = require('./toArray-
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
3
|
+
var toArray = require('./toArray-1650534c.cjs.prod.cjs');
|
|
4
|
+
var vault_schema = require('./vault.schema-58c0147e.cjs.prod.cjs');
|
|
5
5
|
var z = require('zod');
|
|
6
6
|
|
|
7
7
|
// tools to work with object paths in TypeScript
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var toArray = require('./toArray-
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
3
|
+
var toArray = require('./toArray-d9bb813a.cjs.dev.cjs');
|
|
4
|
+
var vault_schema = require('./vault.schema-38073e10.cjs.dev.cjs');
|
|
5
5
|
var z = require('zod');
|
|
6
6
|
|
|
7
7
|
// tools to work with object paths in TypeScript
|
|
@@ -2,9 +2,9 @@
|
|
|
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-68d6d63a.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-38073e10.cjs.dev.cjs');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
|
|
@@ -2,9 +2,9 @@
|
|
|
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-e8718fe2.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-58c0147e.cjs.prod.cjs');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues, bX as AllScenarioExecutionAuthorizationData, bP as AnyTxAuthDataSignatureResponse, bS as AnyTxAuthInputJsSdk, bI as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bW as CreateAuthRequestProps, a6 as CreateTemplateScenario, aS as CredentialQrCodeData, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bQ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bO as ExtendedTezosTxAuthDataSignatureResponse, bM as ExtendedTezosTxAuthInput, bN as ExtendedTxAuthDataSignatureResponse, bL as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bK as GetTezosTxAuthDataSignatureResponse, bF as GetTxAuthDataSignatureFailureResponse, bG as GetTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bV as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bY as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, S as ScenarioAuthorizationData, bZ as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bH as TezosTxAuthInput, bR as TezosTxAuthInputJsSdk, bJ as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, b$ as VerifyWalletChallengeRequest, as as WalletSignResponse, b_ as WalletSignatureResponse, a$ as ZKPOperator, bT as ZKPRequest, bU as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from '../../dist/identity-api.schema-
|
|
1
|
+
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues, bX as AllScenarioExecutionAuthorizationData, bP as AnyTxAuthDataSignatureResponse, bS as AnyTxAuthInputJsSdk, bI as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bW as CreateAuthRequestProps, a6 as CreateTemplateScenario, aS as CredentialQrCodeData, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bQ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bO as ExtendedTezosTxAuthDataSignatureResponse, bM as ExtendedTezosTxAuthInput, bN as ExtendedTxAuthDataSignatureResponse, bL as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bK as GetTezosTxAuthDataSignatureResponse, bF as GetTxAuthDataSignatureFailureResponse, bG as GetTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bV as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bY as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, S as ScenarioAuthorizationData, bZ as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bH as TezosTxAuthInput, bR as TezosTxAuthInputJsSdk, bJ as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, b$ as VerifyWalletChallengeRequest, as as WalletSignResponse, b_ as WalletSignatureResponse, a$ as ZKPOperator, bT as ZKPRequest, bU as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from '../../dist/identity-api.schema-7323c161.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/vault.schema-
|
|
3
|
+
import '../../dist/vault.schema-1ee28657.esm.mjs';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexeraid/identity-schemas",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.178.0-dev",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"remeda": "^2.22.6",
|
|
67
67
|
"zod": "^3.25.55",
|
|
68
68
|
"zod-to-json-schema": "^3.24.5",
|
|
69
|
-
"@nexeraid/logger": "2.35.1"
|
|
69
|
+
"@nexeraid/logger": "2.35.1-dev"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/bun": "^1.2.15",
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-38073e10.cjs.dev.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-e6745b56.cjs.dev.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
|
-
require('../../dist/identity-api.schema-
|
|
10
|
+
require('../../dist/identity-api.schema-68d6d63a.cjs.dev.cjs');
|
|
11
11
|
|
|
12
12
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
13
13
|
id: "BITCOIN",
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-58c0147e.cjs.prod.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-71a071cd.cjs.prod.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
|
-
require('../../dist/identity-api.schema-
|
|
10
|
+
require('../../dist/identity-api.schema-e8718fe2.cjs.prod.cjs');
|
|
11
11
|
|
|
12
12
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
13
13
|
id: "BITCOIN",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { g0 as ANALYSIS_TYPES, g1 as AnalysisType, g9 as Coin, ge as EntityRiskDefaultsMap, gd as EntityRiskDefaultsValues, gk as GetActiveBlockchains, gj as GetActiveBlockchainsRequest, gl as GetActiveBlockchainsResponse, gp as GetAddressAnalysis, gm as GetAddressAnalysisRequest, gr as GetAddressAnalysisResponse, gq as GetTransactionAnalysis, gn as GetTransactionAnalysisRequest, gs as GetTransactionAnalysisResponse, g5 as NonMinimalScorechainBlockchain, g2 as OBJECT_TYPES, g3 as ObjectType, gu as RawScorechainResult, gc as RiskExplanation, ga as RiskSeverity, gh as ScorechainAnalysis, g4 as ScorechainBlockchain, g6 as ScorechainBlockchainToNamespace, go as ScorechainEntity, gb as ScorechainEntityType, gg as ScorechainError, gf as ScorechainErrorResponse, gv as ScorechainRiskToRiskLevel, gy as ScorechainTransactionRiskLevel, gx as ScorechainWalletRiskLevel, gw as ScorechainWalletRiskLevels, gt as ScoringAnalysisApiRequest, f_ as ScoringAnalysisRequest, gi as ScoringAnalysisResponse, f$ as WorkflowsScoringAnalysisRequest, g8 as compareRiskLevels, g7 as getRiskLevelByRiskScore } from '../../dist/vault.schema-
|
|
2
|
-
export { K as AMLMetadata, cP as APPLICANT_CHECK_STATUSES, d4 as ApiErrorCommandResponse, d3 as ApiErrorResponse, d5 as ApiSuccessCommandResponse, cQ as ApplicantCheckStatus, cB as ApplicantImages, bA as ApplicantMemberOfSchema, bR as BENEFICIARY_TYPES, bC as BaseApplicantActionSchema, b8 as BaseProvider, bT as BeneficiaryCompanyCustomerClaims, bU as BeneficiaryCompanyCustomerClaimsArray, bS as BeneficiaryType, dg as BeneficiaryVerificationStatus, dh as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes,
|
|
1
|
+
export { g0 as ANALYSIS_TYPES, g1 as AnalysisType, g9 as Coin, ge as EntityRiskDefaultsMap, gd as EntityRiskDefaultsValues, gk as GetActiveBlockchains, gj as GetActiveBlockchainsRequest, gl as GetActiveBlockchainsResponse, gp as GetAddressAnalysis, gm as GetAddressAnalysisRequest, gr as GetAddressAnalysisResponse, gq as GetTransactionAnalysis, gn as GetTransactionAnalysisRequest, gs as GetTransactionAnalysisResponse, g5 as NonMinimalScorechainBlockchain, g2 as OBJECT_TYPES, g3 as ObjectType, gu as RawScorechainResult, gc as RiskExplanation, ga as RiskSeverity, gh as ScorechainAnalysis, g4 as ScorechainBlockchain, g6 as ScorechainBlockchainToNamespace, go as ScorechainEntity, gb as ScorechainEntityType, gg as ScorechainError, gf as ScorechainErrorResponse, gv as ScorechainRiskToRiskLevel, gy as ScorechainTransactionRiskLevel, gx as ScorechainWalletRiskLevel, gw as ScorechainWalletRiskLevels, gt as ScoringAnalysisApiRequest, f_ as ScoringAnalysisRequest, gi as ScoringAnalysisResponse, f$ as WorkflowsScoringAnalysisRequest, g8 as compareRiskLevels, g7 as getRiskLevelByRiskScore } from '../../dist/vault.schema-1ee28657.esm.mjs';
|
|
2
|
+
export { K as AMLMetadata, cP as APPLICANT_CHECK_STATUSES, d4 as ApiErrorCommandResponse, d3 as ApiErrorResponse, d5 as ApiSuccessCommandResponse, cQ as ApplicantCheckStatus, cB as ApplicantImages, bA as ApplicantMemberOfSchema, bR as BENEFICIARY_TYPES, bC as BaseApplicantActionSchema, b8 as BaseProvider, bT as BeneficiaryCompanyCustomerClaims, bU as BeneficiaryCompanyCustomerClaimsArray, bS as BeneficiaryType, dg as BeneficiaryVerificationStatus, dh as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b4 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, bb as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, dd as COMPANY_DOCUMENT_STATUS, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dB as ChainalysisApiError, a$ as ChainalysisConfig, dz as ChainalysisErrorCodes, be as ChainalysisProvider, dx as ChainalysisRegisterApiResponse, dC as ChainalysisRegisterResponse, dw as ChainalysisRequest, dA as ChainalysisRiskAssessmentApiResponse, dD as ChainalysisRiskAssessmentResponse, dy as ChainalysisRiskLevel, a4 as CoerceDateUTC, dH as CoinMarketCapApiResponse, dI as CoinMarketCapFiatId, dF as CoinMarketCapQuote, dG as CoinMarketCapQuotes, dE as CoinMarketCapRequest, df as CompanyDocumentMetaData, de as CompanyDocumentStatus, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bl as ComplyAdvantageProvider, bk as ComplyAdvantageProviderConfigElement, bj as ComplyAdvantageProviderConfigFilters, bi as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, br as CreateProviderInput, bs as CreateProviderResponse, at as CreateSearchInput, c$ as CredentialMetadata, b1 as CrystalIntelligenceConfig, bg as CrystalIntelligenceProvider, dP as CrystalWalletScreeningApiRequest, dQ as CrystalWalletScreeningResponse, c_ as CustomerContactInformationOutput, dm as CustomerDocumentMetaData, dn as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bw as DeleteProviderInput, bx as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cn as DocumentMetadataSchema, co as DocumentSubmitResponse, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cN as EmailVerificationResponse, F as File, cZ as GetCredentialsOutput, dj as GetKybSessionInput, dk as GetKybSessionResponse, cT as GetKycSessionInput, cU as GetKycSessionResponse, d0 as GetKycSessionResponseWithCredentialsMetadata, d6 as GetKycSessionsOutput, bq as GetProviderResponse, bp as GetProvidersResponse, ab as HIGH_RISK_TYPES, d1 as IDImageMetaData, bP as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bQ as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b5 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bh as IpqualityscoreProvider, d9 as KYB_RESULTS, db as KYB_SESSION_STATUSES, d7 as KYB_STEP_TYPES, c2 as KYC_DOC_SIDES, cJ as KYC_RESULTS, cL as KYC_SESSION_STATUSES, cF as KYC_STEP_TYPES, da as KybResult, dc as KybSessionStatus, d8 as KybStep, c3 as KycDocSide, cK as KycResult, cM as KycSessionStatus, cG as KycStep, cI as KycStepStatus, cH as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, du as MerkleAddressApiError, dt as MerkleAddressApiResponse, ds as MerkleAddressRequest, dv as MerkleAddressResponse, dr as MerkleBlockChainCodes, dq as MerkleBlockChainName, dp as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bd as MerkleScienceProvider, N as NestedSession, ba as NexeraIdKYBProvider, b9 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cY as ProofOfResidenceDocumentType, cX as ProofOfResidenceMetaData, bn as ProviderData, bo as ProviderDataProject, b7 as ProviderIntegrationType, b6 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bF as SUMSUB_APPLICANT_TYPES, cg as SUMSUB_COMPANY_BENEFICIARY_GROUP, b_ as SUMSUB_DOC_TYPES, c4 as SUMSUB_FLOW_LEVEL, cw as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c0 as SUMSUB_KYC_DOC_TYPES, cl as SUMSUB_MEDIA_CONTENT_TYPES, bH as SUMSUB_REVIEW_ANSWERS, cC as SUMSUB_REVIEW_REJECT_LABELS, cE as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bJ as SUMSUB_REVIEW_REJECT_TYPES, bY as SUMSUB_REVIEW_STATUSES, bD as SUMSUB_STEPS, bW as SUMSUB_WEBHOOK_INTERNAL_STATUS, b2 as ScorechainConfig, bc as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, di as SelectKybSession, cR as SelectKycSession, cO as SelectKycSessionStep, cS as SelectKycSessionWithCompletedSteps, d2 as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bN as SumSubAddress, bO as SumSubApplicantInfo, cq as SumSubApplicantResetSchema, cp as SumSubApplicantReviewStatusSchema, cv as SumSubApplicantSchema, bG as SumSubApplicantType, ck as SumSubApplicantVerificationStepSchema, bV as SumSubCompanyApplicantInfo, ce as SumSubCompanyApplicantSchema, b$ as SumSubDocType, c5 as SumSubFlowLevel, cr as SumSubGenerateExternalWebSdkLinkSchema, cf as SumSubImageId, c9 as SumSubImageReviewResultSchema, ca as SumSubImageStatus, cd as SumSubIndividualApplicantSchema, c1 as SumSubKycDocType, cm as SumSubMediaContentType, c6 as SumSubRequiredIdDoc, bI as SumSubReviewAnswer, cD as SumSubReviewRejectLabel, bK as SumSubReviewRejectType, c8 as SumSubReviewResultSchema, bZ as SumSubReviewStatus, cA as SumSubSimilarApplicantsSchema, bE as SumSubStep, cj as SumSubVerificationStepSchema, bB as SumSubWebhookSchema, cc as SumsubApplicantType, cb as SumsubApplicantTypes, ch as SumsubCompanyBeneficiaryGroup, bM as SumsubCountryCode, cu as SumsubKybDataSchema, cz as SumsubKybSessionFlowSection, cy as SumsubKybSessionFlowSectionItem, cx as SumsubKybSessionFlowSectionStatus, ct as SumsubKycDataSchema, bL as SumsubReviewDecision, ci as SumsubStepStatus, cs as SumsubVideoCallData, bX as SumsubWebhookInternalStatus, bm as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, dN as TRMLabsAddressesScreening, dJ as TRMLabsAddressesScreeningApiRequest, dO as TRMLabsAddressesScreeningResponse, b0 as TRMLabsConfig, bf as TRMLabsProvider, dM as TRMLabsRiskScoreToScorechainRiskMapping, dK as TRM_RISK_SCORE_LEVEL, dL as TRM_RISK_SCORE_LEVEL_LABEL, bv as ToggleProviderInput, Y as UNKNOWN_ERROR, dl as UpdateKybSessionOutput, cV as UpdateKycSessionOutput, bt as UpdateProviderInput, bu as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, c7 as UploadDocumentRequest, cW as VideoKycMetaData, by as WEBHOOK_TYPES, q as WebhookPayload, bz as WebhookType, b3 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-f7d4c283.esm.mjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
|
6
|
-
import '../../dist/identity-api.schema-
|
|
6
|
+
import '../../dist/identity-api.schema-7323c161.esm.mjs';
|
|
7
7
|
|
|
8
8
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
9
9
|
id: "BITCOIN",
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var zodUtils = require('../../dist/zod-utils-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-38073e10.cjs.dev.cjs');
|
|
6
|
+
var zodUtils = require('../../dist/zod-utils-bed9cada.cjs.dev.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
|
-
require('../../dist/toArray-
|
|
10
|
+
require('../../dist/toArray-d9bb813a.cjs.dev.cjs');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var zodUtils = require('../../dist/zod-utils-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-58c0147e.cjs.prod.cjs');
|
|
6
|
+
var zodUtils = require('../../dist/zod-utils-20d842c2.cjs.prod.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
|
-
require('../../dist/toArray-
|
|
10
|
+
require('../../dist/toArray-1650534c.cjs.prod.cjs');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { fs as AmlResults, fx as DataLinkTypeZodSchema, fv as DataLinkVersionZodSchema, ft as DetectedDuplicates, fI as GenericVaultDataLinkZodSchema, fH as GenericVaultEmbeddedLinkZodSchema, fF as GenericVaultPointerLinkZodSchema, fG as GenericVaultSearchLinkZodSchema, fy as VaultJsonSchemas, fE as VaultMetadataLinkZodSchema, fC as VaultPointerKeyMapZodSchema, fD as VaultQueryMapZodSchema, fA as VaultSchemaIdZodSchema, fB as VaultSchemaPathsZodSchema, fz as VaultZodSchema, fw as allDataLinkTypes, fu as allDataLinkVersions } from '../../dist/vault.schema-
|
|
2
|
-
export { S as Separator, g as generateZodObjectPaths, r as resolvePathOnDataSchema, a as resolvePathOnMapSchema } from '../../dist/zod-utils-
|
|
1
|
+
export { fs as AmlResults, fx as DataLinkTypeZodSchema, fv as DataLinkVersionZodSchema, ft as DetectedDuplicates, fI as GenericVaultDataLinkZodSchema, fH as GenericVaultEmbeddedLinkZodSchema, fF as GenericVaultPointerLinkZodSchema, fG as GenericVaultSearchLinkZodSchema, fy as VaultJsonSchemas, fE as VaultMetadataLinkZodSchema, fC as VaultPointerKeyMapZodSchema, fD as VaultQueryMapZodSchema, fA as VaultSchemaIdZodSchema, fB as VaultSchemaPathsZodSchema, fz as VaultZodSchema, fw as allDataLinkTypes, fu as allDataLinkVersions } from '../../dist/vault.schema-1ee28657.esm.mjs';
|
|
2
|
+
export { S as Separator, g as generateZodObjectPaths, r as resolvePathOnDataSchema, a as resolvePathOnMapSchema } from '../../dist/zod-utils-1426c50d.esm.mjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
|
6
|
-
import '../../dist/toArray-
|
|
6
|
+
import '../../dist/toArray-e2a36a42.esm.mjs';
|
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 tfheUtilities = require('../../dist/tfhe-utilities-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-38073e10.cjs.dev.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-68d6d63a.cjs.dev.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-7942084b.cjs.dev.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
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 tfheUtilities = require('../../dist/tfhe-utilities-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-58c0147e.cjs.prod.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-e8718fe2.cjs.prod.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-c2bd454e.cjs.prod.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { b4 as Alpha2Country, e1 as GenericVerifiableCredentialSchema, e7 as ID3CredentialSchema, dP as ID3CredentialSubjectSchema, e4 as IDImageCredentialSchema, d_ as IDImageCredentialSubjectSchema, e3 as IDInformationCredentialSchema, dZ as IDInformationCredentialSubjectSchema, e2 as IDInformationTfheCredentialSchema, dY as IDInformationTfheCredentialSubjectSchema, e8 as IDScanCredentialSchema, dQ as IDScanCredentialSubjectSchema, e9 as IDScanPassportCredentialSchema, dR as IDScanPassportCredentialSubjectSchema, ea as IDScanSelfieCredentialSchema, dS as IDScanSelfieCredentialSubjectSchema, b2 as ISO3CountryCode, ef as OLD_AMLScreeningsResultsCredentialSchema, dX as OLD_AMLScreeningsResultsCredentialSubjectSchema, eb as OLD_IDImageCredentialSchema, dT as OLD_IDImageCredentialSubjectSchema, ec as OLD_IDInformationCredentialSchema, dU as OLD_IDInformationCredentialSubjectSchema, ed as OLD_ProofOfResidenceCredentialSchema, dV as OLD_ProofOfResidenceCredentialSubjectSchema, ee as OLD_SelfieImageCredentialSchema, dW as OLD_SelfieImageCredentialSubjectSchema, e6 as ProofOfResidenceCredentialSchema, e0 as ProofOfResidenceCredentialSubjectSchema, e5 as SelfieImageCredentialSchema, d$ as SelfieImageCredentialSubjectSchema, b5 as countryISO3toISO2Mapping, b8 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-
|
|
2
|
-
export { c6 as CredentialMediaType, c1 as CredentialNames, c0 as CredentialSchemas, c4 as CredentialType, C as CredentialTypes, c2 as NexeraCredentialType, c5 as VerifiableCredential, c3 as getCredentialName } from '../../dist/identity-api.schema-
|
|
3
|
-
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-
|
|
1
|
+
export { b4 as Alpha2Country, e1 as GenericVerifiableCredentialSchema, e7 as ID3CredentialSchema, dP as ID3CredentialSubjectSchema, e4 as IDImageCredentialSchema, d_ as IDImageCredentialSubjectSchema, e3 as IDInformationCredentialSchema, dZ as IDInformationCredentialSubjectSchema, e2 as IDInformationTfheCredentialSchema, dY as IDInformationTfheCredentialSubjectSchema, e8 as IDScanCredentialSchema, dQ as IDScanCredentialSubjectSchema, e9 as IDScanPassportCredentialSchema, dR as IDScanPassportCredentialSubjectSchema, ea as IDScanSelfieCredentialSchema, dS as IDScanSelfieCredentialSubjectSchema, b2 as ISO3CountryCode, ef as OLD_AMLScreeningsResultsCredentialSchema, dX as OLD_AMLScreeningsResultsCredentialSubjectSchema, eb as OLD_IDImageCredentialSchema, dT as OLD_IDImageCredentialSubjectSchema, ec as OLD_IDInformationCredentialSchema, dU as OLD_IDInformationCredentialSubjectSchema, ed as OLD_ProofOfResidenceCredentialSchema, dV as OLD_ProofOfResidenceCredentialSubjectSchema, ee as OLD_SelfieImageCredentialSchema, dW as OLD_SelfieImageCredentialSubjectSchema, e6 as ProofOfResidenceCredentialSchema, e0 as ProofOfResidenceCredentialSubjectSchema, e5 as SelfieImageCredentialSchema, d$ as SelfieImageCredentialSubjectSchema, b5 as countryISO3toISO2Mapping, b8 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-1ee28657.esm.mjs';
|
|
2
|
+
export { c6 as CredentialMediaType, c1 as CredentialNames, c0 as CredentialSchemas, c4 as CredentialType, C as CredentialTypes, c2 as NexeraCredentialType, c5 as VerifiableCredential, c3 as getCredentialName } from '../../dist/identity-api.schema-7323c161.esm.mjs';
|
|
3
|
+
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-4fe2f887.esm.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'nanoid';
|
|
6
6
|
import 'decimal.js';
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var z = require('zod');
|
|
6
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
7
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
9
|
-
var toArray = require('../../dist/toArray-
|
|
6
|
+
var vault_schema = require('../../dist/vault.schema-38073e10.cjs.dev.cjs');
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-68d6d63a.cjs.dev.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-e6745b56.cjs.dev.cjs');
|
|
9
|
+
var toArray = require('../../dist/toArray-d9bb813a.cjs.dev.cjs');
|
|
10
10
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
11
11
|
require('nanoid');
|
|
12
12
|
require('decimal.js');
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var z = require('zod');
|
|
6
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
7
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
9
|
-
var toArray = require('../../dist/toArray-
|
|
6
|
+
var vault_schema = require('../../dist/vault.schema-58c0147e.cjs.prod.cjs');
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-e8718fe2.cjs.prod.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-71a071cd.cjs.prod.cjs');
|
|
9
|
+
var toArray = require('../../dist/toArray-1650534c.cjs.prod.cjs');
|
|
10
10
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
11
11
|
require('nanoid');
|
|
12
12
|
require('decimal.js');
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { aW as UuidString, dJ as ExternalCustomerId, dH as WorkflowId, be as RiskScoreType, bg as CustomerType, bm as CustomerOnboardingLevel, bo as CustomerStatus, b2 as ISO3CountryCode, at as BlockchainAddress, e1 as GenericVerifiableCredentialSchema, fK as WalletScreeningData, eq as TransactionTypes, ew as TransactionReviewStatuses, fU as _toConsumableArray, aV as EnvironmentSchema } from '../../dist/vault.schema-
|
|
3
|
-
import { Y as RuleResultStatus } from '../../dist/identity-api.schema-
|
|
4
|
-
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-
|
|
5
|
-
import { _ as _toArray } from '../../dist/toArray-
|
|
2
|
+
import { aW as UuidString, dJ as ExternalCustomerId, dH as WorkflowId, be as RiskScoreType, bg as CustomerType, bm as CustomerOnboardingLevel, bo as CustomerStatus, b2 as ISO3CountryCode, at as BlockchainAddress, e1 as GenericVerifiableCredentialSchema, fK as WalletScreeningData, eq as TransactionTypes, ew as TransactionReviewStatuses, fU as _toConsumableArray, aV as EnvironmentSchema } from '../../dist/vault.schema-1ee28657.esm.mjs';
|
|
3
|
+
import { Y as RuleResultStatus } from '../../dist/identity-api.schema-7323c161.esm.mjs';
|
|
4
|
+
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-f7d4c283.esm.mjs';
|
|
5
|
+
import { _ as _toArray } from '../../dist/toArray-e2a36a42.esm.mjs';
|
|
6
6
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
7
7
|
import 'nanoid';
|
|
8
8
|
import 'decimal.js';
|