@nexeraid/identity-schemas 2.67.0-dev → 2.68.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-25910ca1.cjs.dev.cjs → CoinMarketCap.schema-062256d5.cjs.dev.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-9b46e91a.cjs.prod.cjs → CoinMarketCap.schema-4d32b137.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-863fe4bf.esm.mjs → CoinMarketCap.schema-7d555c6e.esm.mjs} +2 -2
- package/dist/declarations/src/vault/schemas/generated/Tfhe.schema.json.d.ts +3 -1021
- package/dist/declarations/src/vault/schemas/generated/Tfhe.type.d.ts +2 -68
- package/dist/declarations/src/vault/schemas/generated/Tfhe.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/TfheKycSession.schema.json.d.ts +1037 -0
- package/dist/declarations/src/vault/schemas/generated/TfheKycSession.type.d.ts +72 -0
- package/dist/declarations/src/vault/schemas/generated/TfheKycSession.type.d.ts.map +1 -0
- package/dist/declarations/src/vault/vault.schema.d.ts +58 -3
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-8829a875.cjs.dev.cjs → identity-api.schema-67a3b076.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-36a2a1b2.esm.mjs → identity-api.schema-7286cb84.esm.mjs} +1 -1
- package/dist/{identity-api.schema-095969b9.cjs.prod.cjs → identity-api.schema-bcfb353b.cjs.prod.cjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +3 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +3 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-1fc75756.esm.mjs → tfhe-utilities-2056c352.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-03589c6a.cjs.dev.cjs → tfhe-utilities-50d48dc2.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-6b015591.cjs.prod.cjs → tfhe-utilities-c1dc8d80.cjs.prod.cjs} +2 -2
- package/dist/{vault.schema-7ed4edcb.cjs.dev.cjs → vault.schema-33893002.cjs.prod.cjs} +38 -1
- package/dist/{vault.schema-cc989cdf.cjs.prod.cjs → vault.schema-3acedc2a.cjs.dev.cjs} +38 -1
- package/dist/{vault.schema-1c1dcdb7.esm.mjs → vault.schema-7d38c7f1.esm.mjs} +38 -1
- 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 +1 -1
- 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 +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
|
@@ -7542,6 +7542,29 @@ var TfheJsonSchema = {
|
|
|
7542
7542
|
$ref: "#/definitions/Tfhe",
|
|
7543
7543
|
definitions: {
|
|
7544
7544
|
Tfhe: {
|
|
7545
|
+
type: "object",
|
|
7546
|
+
properties: {
|
|
7547
|
+
encryptedData: {
|
|
7548
|
+
type: "string"
|
|
7549
|
+
},
|
|
7550
|
+
descriptor: {
|
|
7551
|
+
type: "string"
|
|
7552
|
+
}
|
|
7553
|
+
},
|
|
7554
|
+
required: [
|
|
7555
|
+
"encryptedData",
|
|
7556
|
+
"descriptor"
|
|
7557
|
+
],
|
|
7558
|
+
additionalProperties: false
|
|
7559
|
+
}
|
|
7560
|
+
},
|
|
7561
|
+
$schema: "http://json-schema.org/draft-07/schema#"
|
|
7562
|
+
};
|
|
7563
|
+
|
|
7564
|
+
var TfheKycSessionJsonSchema = {
|
|
7565
|
+
$ref: "#/definitions/TfheKycSession",
|
|
7566
|
+
definitions: {
|
|
7567
|
+
TfheKycSession: {
|
|
7545
7568
|
type: "object",
|
|
7546
7569
|
properties: {
|
|
7547
7570
|
vcs: {
|
|
@@ -9869,6 +9892,11 @@ var KycSessionZodSchema = z.object({
|
|
|
9869
9892
|
}).strict();
|
|
9870
9893
|
|
|
9871
9894
|
var TfheZodSchema = z.object({
|
|
9895
|
+
encryptedData: z.string(),
|
|
9896
|
+
descriptor: z.string()
|
|
9897
|
+
}).strict();
|
|
9898
|
+
|
|
9899
|
+
var TfheKycSessionZodSchema = z.object({
|
|
9872
9900
|
vcs: z.object({
|
|
9873
9901
|
// "v1" here refers the version of the credential schema
|
|
9874
9902
|
IDInformationTfhe: z.object({
|
|
@@ -9975,12 +10003,14 @@ var VaultJsonSchemas = {
|
|
|
9975
10003
|
Customer: CustomerJsonSchema,
|
|
9976
10004
|
KycSession: KycSessionJsonSchema,
|
|
9977
10005
|
Transaction: TransactionJsonSchema,
|
|
10006
|
+
TfheKycSession: TfheKycSessionJsonSchema,
|
|
9978
10007
|
Tfhe: TfheJsonSchema
|
|
9979
10008
|
};
|
|
9980
10009
|
var VaultZodSchema = z.object({
|
|
9981
10010
|
Customer: CustomerZodSchema,
|
|
9982
10011
|
KycSession: KycSessionZodSchema,
|
|
9983
10012
|
Transaction: TransactionZodSchema,
|
|
10013
|
+
TfheKycSession: TfheKycSessionZodSchema,
|
|
9984
10014
|
Tfhe: TfheZodSchema
|
|
9985
10015
|
});
|
|
9986
10016
|
var VaultSchemaIdZodSchema = z["enum"](Object.keys(VaultZodSchema.shape));
|
|
@@ -10002,7 +10032,14 @@ var VaultPointerKeyMapZodSchema = z.object({
|
|
|
10002
10032
|
}).strict(),
|
|
10003
10033
|
Transaction: z.object({
|
|
10004
10034
|
transactionId: z.string()
|
|
10005
|
-
})
|
|
10035
|
+
}),
|
|
10036
|
+
Tfhe: z.object({
|
|
10037
|
+
organizationId: z.string(),
|
|
10038
|
+
workspaceId: z.string(),
|
|
10039
|
+
workflowId: z.string(),
|
|
10040
|
+
identityId: z.string(),
|
|
10041
|
+
workflowSessionId: z.string()
|
|
10042
|
+
}).strict()
|
|
10006
10043
|
});
|
|
10007
10044
|
var VaultQueryMapZodSchema = z.object({
|
|
10008
10045
|
KycSession: z.object({
|
|
@@ -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-67a3b076.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-3acedc2a.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-bcfb353b.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-33893002.cjs.prod.cjs');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { b9 as ARRAY_OPERATORS, aT as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, ac as AbbreviatedWorkflowScenario, bn as AllCredentialValues, c0 as AllScenarioExecutionAuthorizationData, bU as AnyTxAuthDataSignatureResponse, bX as AnyTxAuthInputJsSdk, bN as ApiTezosTxAuthInput, bJ as ApiTxAuthInput, ba as ArrayOperator, a$ as AuthQrCodeData, ax as AuthSession, ay as AuthSessionData, aW as AuthorizationRequestMessage, aV as AuthorizationRequestMessageType, aU as AuthorizationRequestMessageTypes, aZ as AuthorizationResponseMessage, H as AvailableFlow, bf as BOOLEAN_OPERATORS, _ as BackwardsCompatibleScenarioType, Z as BackwardsCompatibleScenarioTypes, $ as BaseQueryResponse, bg as BooleanOperator, aQ as CIRCUIT_IDS, bx as ChallengeQuerySchema, az as ChallengeResponse, aR as CircuitId, q as CloseScreenNotification, af as ComplianceImplementationStepsInput, b$ as CreateAuthRequestProps, ae as CreateTemplateScenario, a_ as CredentialQrCodeData, bh as DATE_OPERATORS, J as DataAvailableOnStart, bi as DateOperator, bV as Eip155TxAuthInputJsSdk, a1 as ExecuteQueryResponse, bT as ExtendedTezosTxAuthDataSignatureResponse, bR as ExtendedTezosTxAuthInput, bS as ExtendedTxAuthDataSignatureResponse, bQ as ExtendedTxAuthInput, aw as GenerateWalletChallengeRequest, ah as GetCredentialsRequest, ai as GetCredentialsResponse, aC as GetCustomerStatusRequest, aH as GetCustomerStatusResponse, bP as GetTezosTxAuthDataSignatureResponse, bL as GetTxAuthDataSignatureResponse, aq as GetTxAuthSigRequest, as as GetTxAuthSigRequestTezos, ar as GetTxAuthSigResponse, at as GetTxAuthSigResponseTezos, aK as HostMessage, au as HostRequestMessage, Q as HostResponseMessage, bm as IDInformationTfhe, aI as IdentityAppMessage, aL as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, av as IdentityResponseMessage, aD as IdentitySdkMessage, aE as IdentitySdkMessageWithIdentifier, aJ as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ao as IsVerifiedRequest, ap as IsVerifiedResponse, r as KycCompletionData, s as KycCompletionNotification, aO as MediaType, aP as MediaTypePID, bd as NUMERIC_OPERATORS, be as NumericOperator, by as OLD_CHALLENGE_QUERY_OPERATORS, bz as OLD_ChallengeQueryOperator, bC as OLD_ChallengeQueryOperatorToOperator, bu as OLD_ChallengeQuerySchema, bE as OLD_QueryCredentialType, bD as OLD_QueryCredentialTypes, b5 as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a0 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, b6 as Operator, bA as OperatorMappings, bB as OperatorToOLD_ChallengeQueryOperator, bt as PartialQueryConfigSimplified, P as PolygonIdInitialized, ak as PolygonIdRequest, aj as PolygonIdRequestData, am as PolygonIdResponse, al as PolygonIdResponseData, b_ as PrivacyPreservingMonitoring, aX as ProofData, b3 as QUERY_LOGIC_OPERATOR, b0 as QrCodeLinkWithSchemaType, bo as QueriesOptions, br as QueryConfigSimplified, bq as QueryConfigTfhe, bw as QueryCredentialType, bv as QueryCredentialTypes, b4 as QueryLogicOperator, bp as QueryType, aM as RequiredDataRowSchema, aN as RequiredVerificationData, a2 as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bs as RuleResultQueryConfig, a5 as RuleResultStatus, a6 as RuleResultStatusLabels, a4 as RuleResultStatuses, c1 as SCENARIO_AUTHORIZATION_STATUSES, bb as STRING_OPERATORS, bj as SUPPORTED_TYPES, ab as Scenario, S as ScenarioAuthorizationData, c2 as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, a3 as ScenarioExecutionResponse, Y as ScenarioSchema, X as ScenarioStatus, W as ScenarioStatuses, V as ScenarioType, U as ScenarioTypes, a7 as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, ag as SimplifiedCredential, y as StartCompletedNotification, an as StartFlowRequest, bc as StringOperator, bk as SupportedType, bl as SupportedTypes, ad as TemplateScenario, bM as TezosTxAuthInput, bW as TezosTxAuthInputJsSdk, bO as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aG as TxAuthDataSignatureGatingError, aB as TxAuthDataSignatureGatingRequest, aF as TxAuthDataSignatureResponse, bI as TxAuthInput, bK as TxSignatureResponse, aa as VerificationOutput, a9 as VerificationSessionStatus, a8 as VerificationSessionStatuses, c4 as VerifyWalletChallengeRequest, aA as WalletSignResponse, c3 as WalletSignatureResponse, b7 as ZKPOperator, bY as ZKPRequest, bZ as ZKPRequestFromZKVerifier, aS as ZeroKnowledgeProofRequest, aY as ZeroKnowledgeProofResponse, bG as getOldCredentialPath, bF as getOldCredentialType, bH as oldCredentialPathToDataLink, b8 as operatorDisplayMap, b1 as parseIden3Message, b2 as parseSessionIdFromUrl } from '../../dist/identity-api.schema-
|
|
1
|
+
export { b9 as ARRAY_OPERATORS, aT as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, ac as AbbreviatedWorkflowScenario, bn as AllCredentialValues, c0 as AllScenarioExecutionAuthorizationData, bU as AnyTxAuthDataSignatureResponse, bX as AnyTxAuthInputJsSdk, bN as ApiTezosTxAuthInput, bJ as ApiTxAuthInput, ba as ArrayOperator, a$ as AuthQrCodeData, ax as AuthSession, ay as AuthSessionData, aW as AuthorizationRequestMessage, aV as AuthorizationRequestMessageType, aU as AuthorizationRequestMessageTypes, aZ as AuthorizationResponseMessage, H as AvailableFlow, bf as BOOLEAN_OPERATORS, _ as BackwardsCompatibleScenarioType, Z as BackwardsCompatibleScenarioTypes, $ as BaseQueryResponse, bg as BooleanOperator, aQ as CIRCUIT_IDS, bx as ChallengeQuerySchema, az as ChallengeResponse, aR as CircuitId, q as CloseScreenNotification, af as ComplianceImplementationStepsInput, b$ as CreateAuthRequestProps, ae as CreateTemplateScenario, a_ as CredentialQrCodeData, bh as DATE_OPERATORS, J as DataAvailableOnStart, bi as DateOperator, bV as Eip155TxAuthInputJsSdk, a1 as ExecuteQueryResponse, bT as ExtendedTezosTxAuthDataSignatureResponse, bR as ExtendedTezosTxAuthInput, bS as ExtendedTxAuthDataSignatureResponse, bQ as ExtendedTxAuthInput, aw as GenerateWalletChallengeRequest, ah as GetCredentialsRequest, ai as GetCredentialsResponse, aC as GetCustomerStatusRequest, aH as GetCustomerStatusResponse, bP as GetTezosTxAuthDataSignatureResponse, bL as GetTxAuthDataSignatureResponse, aq as GetTxAuthSigRequest, as as GetTxAuthSigRequestTezos, ar as GetTxAuthSigResponse, at as GetTxAuthSigResponseTezos, aK as HostMessage, au as HostRequestMessage, Q as HostResponseMessage, bm as IDInformationTfhe, aI as IdentityAppMessage, aL as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, av as IdentityResponseMessage, aD as IdentitySdkMessage, aE as IdentitySdkMessageWithIdentifier, aJ as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ao as IsVerifiedRequest, ap as IsVerifiedResponse, r as KycCompletionData, s as KycCompletionNotification, aO as MediaType, aP as MediaTypePID, bd as NUMERIC_OPERATORS, be as NumericOperator, by as OLD_CHALLENGE_QUERY_OPERATORS, bz as OLD_ChallengeQueryOperator, bC as OLD_ChallengeQueryOperatorToOperator, bu as OLD_ChallengeQuerySchema, bE as OLD_QueryCredentialType, bD as OLD_QueryCredentialTypes, b5 as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a0 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, b6 as Operator, bA as OperatorMappings, bB as OperatorToOLD_ChallengeQueryOperator, bt as PartialQueryConfigSimplified, P as PolygonIdInitialized, ak as PolygonIdRequest, aj as PolygonIdRequestData, am as PolygonIdResponse, al as PolygonIdResponseData, b_ as PrivacyPreservingMonitoring, aX as ProofData, b3 as QUERY_LOGIC_OPERATOR, b0 as QrCodeLinkWithSchemaType, bo as QueriesOptions, br as QueryConfigSimplified, bq as QueryConfigTfhe, bw as QueryCredentialType, bv as QueryCredentialTypes, b4 as QueryLogicOperator, bp as QueryType, aM as RequiredDataRowSchema, aN as RequiredVerificationData, a2 as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bs as RuleResultQueryConfig, a5 as RuleResultStatus, a6 as RuleResultStatusLabels, a4 as RuleResultStatuses, c1 as SCENARIO_AUTHORIZATION_STATUSES, bb as STRING_OPERATORS, bj as SUPPORTED_TYPES, ab as Scenario, S as ScenarioAuthorizationData, c2 as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, a3 as ScenarioExecutionResponse, Y as ScenarioSchema, X as ScenarioStatus, W as ScenarioStatuses, V as ScenarioType, U as ScenarioTypes, a7 as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, ag as SimplifiedCredential, y as StartCompletedNotification, an as StartFlowRequest, bc as StringOperator, bk as SupportedType, bl as SupportedTypes, ad as TemplateScenario, bM as TezosTxAuthInput, bW as TezosTxAuthInputJsSdk, bO as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aG as TxAuthDataSignatureGatingError, aB as TxAuthDataSignatureGatingRequest, aF as TxAuthDataSignatureResponse, bI as TxAuthInput, bK as TxSignatureResponse, aa as VerificationOutput, a9 as VerificationSessionStatus, a8 as VerificationSessionStatuses, c4 as VerifyWalletChallengeRequest, aA as WalletSignResponse, c3 as WalletSignatureResponse, b7 as ZKPOperator, bY as ZKPRequest, bZ as ZKPRequestFromZKVerifier, aS as ZeroKnowledgeProofRequest, aY as ZeroKnowledgeProofResponse, bG as getOldCredentialPath, bF as getOldCredentialType, bH as oldCredentialPathToDataLink, b8 as operatorDisplayMap, b1 as parseIden3Message, b2 as parseSessionIdFromUrl } from '../../dist/identity-api.schema-7286cb84.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/vault.schema-
|
|
3
|
+
import '../../dist/vault.schema-7d38c7f1.esm.mjs';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
package/package.json
CHANGED
|
@@ -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-3acedc2a.cjs.dev.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-062256d5.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-67a3b076.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-33893002.cjs.prod.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-4d32b137.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-bcfb353b.cjs.prod.cjs');
|
|
11
11
|
|
|
12
12
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
13
13
|
id: "BITCOIN",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { d$ as ANALYSIS_TYPES, e0 as AnalysisType, e9 as Coin, ee as EntityRiskDefaultsMap, ed as EntityRiskDefaultsValues, el as GetActiveBlockchains, ek as GetActiveBlockchainsRequest, em as GetActiveBlockchainsResponse, ep as GetAddressAnalysis, en as GetAddressAnalysisRequest, eq as GetAddressAnalysisResponse, e1 as OBJECT_TYPES, e2 as ObjectType, er as RawScorechainResult, ec as RiskExplanation, ea as RiskSeverity, eh as ScorechainAnalysis, e3 as ScorechainBlockchain, e4 as ScorechainBlockchainToNamespace, eo as ScorechainEntity, eb as ScorechainEntityType, eg as ScorechainError, ef as ScorechainErrorResponse, es as ScorechainRiskToRiskLevel, e6 as ScorechainWalletRiskLevel, e5 as ScorechainWalletRiskLevels, ej as ScoringAnalysisApiRequest, dY as ScoringAnalysisRequest, ei as ScoringAnalysisResponse, dZ as WorkflowsScoringAnalysisRequest, e8 as compareRiskLevels, e7 as getRiskLevelByRiskScore } from '../../dist/vault.schema-
|
|
2
|
-
export { K as AMLMetadata, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, cU as BeneficiaryVerificationStatus, cV as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, 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, dc as ChainalysisApiError, a$ as ChainalysisConfig, da as ChainalysisErrorCodes, bc as ChainalysisProvider, d8 as ChainalysisRegisterApiResponse, dd as ChainalysisRegisterResponse, d7 as ChainalysisRequest, db as ChainalysisRiskAssessmentApiResponse, de as ChainalysisRiskAssessmentResponse, d9 as ChainalysisRiskLevel, a4 as CoerceDateUTC, di as CoinMarketCapApiResponse, dj as CoinMarketCapFiatId, dg as CoinMarketCapQuote, dh as CoinMarketCapQuotes, df as CoinMarketCapRequest, cT as CompanyDocumentMetaData, 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, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be 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, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cL as CredentialMetadata, cK as CustomerContactInformationOutput, c_ as CustomerDocumentMetaData, c$ as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cb as DocumentMetadataSchema, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cz as EmailVerificationResponse, F as File, cJ as GetCredentialsOutput, cX as GetKybSessionInput, cY as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, bJ as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bK as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, cP as KYB_RESULTS, cR as KYB_SESSION_STATUSES, cN as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cQ as KybResult, cS as KybSessionStatus, cO as KybStep, cw as KycResult, cy as KycSessionStatus, cs as KycStep, cu as KycStepStatus, ct as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, d5 as MerkleAddressApiError, d4 as MerkleAddressApiResponse, d3 as MerkleAddressRequest, d6 as MerkleAddressResponse, d2 as MerkleBlockChainCodes, d1 as MerkleBlockChainName, d0 as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cI as ProofOfResidenceDocumentType, cH as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 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, bB as SUMSUB_APPLICANT_TYPES, c4 as SUMSUB_COMPANY_BENEFICIARY_GROUP, bU as SUMSUB_DOC_TYPES, bW as SUMSUB_FLOW_LEVEL, cj as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c9 as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, co as SUMSUB_REVIEW_REJECT_LABELS, cq as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bS as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bQ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, cW as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bH as SumSubAddress, bI as SumSubApplicantInfo, cd as SumSubApplicantResetSchema, cc as SumSubApplicantReviewStatusSchema, ci as SumSubApplicantSchema, bC as SumSubApplicantType, c8 as SumSubApplicantVerificationStepSchema, bP as SumSubCompanyApplicantInfo, c2 as SumSubCompanyApplicantSchema, bV as SumSubDocType, bX as SumSubFlowLevel, ce as SumSubGenerateExternalWebSdkLinkSchema, c3 as SumSubImageId, b_ as SumSubImageReviewResultSchema, c1 as SumSubIndividualApplicantSchema, ca as SumSubMediaContentType, bY as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cp as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, bZ as SumSubReviewResultSchema, bT as SumSubReviewStatus, cn as SumSubSimilarApplicantsSchema, bA as SumSubStep, c7 as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c0 as SumsubApplicantType, b$ as SumsubApplicantTypes, c5 as SumsubCompanyBeneficiaryGroup, ch as SumsubKybDataSchema, cm as SumsubKybSessionFlowSection, cl as SumsubKybSessionFlowSectionItem, ck as SumsubKybSessionFlowSectionStatus, cg as SumsubKycDataSchema, c6 as SumsubStepStatus, cf as SumsubVideoCallData, bR as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, cZ as UpdateKybSessionOutput, cF as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, cG as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-
|
|
1
|
+
export { d$ as ANALYSIS_TYPES, e0 as AnalysisType, e9 as Coin, ee as EntityRiskDefaultsMap, ed as EntityRiskDefaultsValues, el as GetActiveBlockchains, ek as GetActiveBlockchainsRequest, em as GetActiveBlockchainsResponse, ep as GetAddressAnalysis, en as GetAddressAnalysisRequest, eq as GetAddressAnalysisResponse, e1 as OBJECT_TYPES, e2 as ObjectType, er as RawScorechainResult, ec as RiskExplanation, ea as RiskSeverity, eh as ScorechainAnalysis, e3 as ScorechainBlockchain, e4 as ScorechainBlockchainToNamespace, eo as ScorechainEntity, eb as ScorechainEntityType, eg as ScorechainError, ef as ScorechainErrorResponse, es as ScorechainRiskToRiskLevel, e6 as ScorechainWalletRiskLevel, e5 as ScorechainWalletRiskLevels, ej as ScoringAnalysisApiRequest, dY as ScoringAnalysisRequest, ei as ScoringAnalysisResponse, dZ as WorkflowsScoringAnalysisRequest, e8 as compareRiskLevels, e7 as getRiskLevelByRiskScore } from '../../dist/vault.schema-7d38c7f1.esm.mjs';
|
|
2
|
+
export { K as AMLMetadata, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, cU as BeneficiaryVerificationStatus, cV as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, 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, dc as ChainalysisApiError, a$ as ChainalysisConfig, da as ChainalysisErrorCodes, bc as ChainalysisProvider, d8 as ChainalysisRegisterApiResponse, dd as ChainalysisRegisterResponse, d7 as ChainalysisRequest, db as ChainalysisRiskAssessmentApiResponse, de as ChainalysisRiskAssessmentResponse, d9 as ChainalysisRiskLevel, a4 as CoerceDateUTC, di as CoinMarketCapApiResponse, dj as CoinMarketCapFiatId, dg as CoinMarketCapQuote, dh as CoinMarketCapQuotes, df as CoinMarketCapRequest, cT as CompanyDocumentMetaData, 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, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be 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, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cL as CredentialMetadata, cK as CustomerContactInformationOutput, c_ as CustomerDocumentMetaData, c$ as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cb as DocumentMetadataSchema, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cz as EmailVerificationResponse, F as File, cJ as GetCredentialsOutput, cX as GetKybSessionInput, cY as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, bJ as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bK as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, cP as KYB_RESULTS, cR as KYB_SESSION_STATUSES, cN as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cQ as KybResult, cS as KybSessionStatus, cO as KybStep, cw as KycResult, cy as KycSessionStatus, cs as KycStep, cu as KycStepStatus, ct as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, d5 as MerkleAddressApiError, d4 as MerkleAddressApiResponse, d3 as MerkleAddressRequest, d6 as MerkleAddressResponse, d2 as MerkleBlockChainCodes, d1 as MerkleBlockChainName, d0 as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cI as ProofOfResidenceDocumentType, cH as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 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, bB as SUMSUB_APPLICANT_TYPES, c4 as SUMSUB_COMPANY_BENEFICIARY_GROUP, bU as SUMSUB_DOC_TYPES, bW as SUMSUB_FLOW_LEVEL, cj as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c9 as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, co as SUMSUB_REVIEW_REJECT_LABELS, cq as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bS as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bQ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, cW as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bH as SumSubAddress, bI as SumSubApplicantInfo, cd as SumSubApplicantResetSchema, cc as SumSubApplicantReviewStatusSchema, ci as SumSubApplicantSchema, bC as SumSubApplicantType, c8 as SumSubApplicantVerificationStepSchema, bP as SumSubCompanyApplicantInfo, c2 as SumSubCompanyApplicantSchema, bV as SumSubDocType, bX as SumSubFlowLevel, ce as SumSubGenerateExternalWebSdkLinkSchema, c3 as SumSubImageId, b_ as SumSubImageReviewResultSchema, c1 as SumSubIndividualApplicantSchema, ca as SumSubMediaContentType, bY as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cp as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, bZ as SumSubReviewResultSchema, bT as SumSubReviewStatus, cn as SumSubSimilarApplicantsSchema, bA as SumSubStep, c7 as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c0 as SumsubApplicantType, b$ as SumsubApplicantTypes, c5 as SumsubCompanyBeneficiaryGroup, ch as SumsubKybDataSchema, cm as SumsubKybSessionFlowSection, cl as SumsubKybSessionFlowSectionItem, ck as SumsubKybSessionFlowSectionStatus, cg as SumsubKycDataSchema, c6 as SumsubStepStatus, cf as SumsubVideoCallData, bR as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, cZ as UpdateKybSessionOutput, cF as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, cG as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-7d555c6e.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-7286cb84.esm.mjs';
|
|
7
7
|
|
|
8
8
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
9
9
|
id: "BITCOIN",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-3acedc2a.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
require('decimal.js');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-33893002.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
require('decimal.js');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { dB as DataLinkTypeZodSchema, dz as DataLinkVersionZodSchema, dQ as GenericVaultDataLinkZodSchema, dP as GenericVaultEmbeddedLinkZodSchema, dN as GenericVaultPointerLinkZodSchema, dO as GenericVaultSearchLinkZodSchema, dC as Separator, dG as VaultJsonSchemas, dM as VaultMetadataLinkZodSchema, dK as VaultPointerKeyMapZodSchema, dL as VaultQueryMapZodSchema, dI as VaultSchemaIdZodSchema, dJ as VaultSchemaPathsZodSchema, dH as VaultZodSchema, dA as allDataLinkTypes, dy as allDataLinkVersions, dD as generateZodObjectPaths, dE as resolvePathOnDataSchema, dF as resolvePathOnMapSchema } from '../../dist/vault.schema-
|
|
1
|
+
export { dB as DataLinkTypeZodSchema, dz as DataLinkVersionZodSchema, dQ as GenericVaultDataLinkZodSchema, dP as GenericVaultEmbeddedLinkZodSchema, dN as GenericVaultPointerLinkZodSchema, dO as GenericVaultSearchLinkZodSchema, dC as Separator, dG as VaultJsonSchemas, dM as VaultMetadataLinkZodSchema, dK as VaultPointerKeyMapZodSchema, dL as VaultQueryMapZodSchema, dI as VaultSchemaIdZodSchema, dJ as VaultSchemaPathsZodSchema, dH as VaultZodSchema, dA as allDataLinkTypes, dy as allDataLinkVersions, dD as generateZodObjectPaths, dE as resolvePathOnDataSchema, dF as resolvePathOnMapSchema } from '../../dist/vault.schema-7d38c7f1.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import 'nanoid';
|
|
4
4
|
import 'decimal.js';
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var tfheUtilities = require('../../dist/tfhe-utilities-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-3acedc2a.cjs.dev.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-67a3b076.cjs.dev.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-50d48dc2.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-33893002.cjs.prod.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-bcfb353b.cjs.prod.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-c1dc8d80.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 { b0 as Alpha2Country, cP as GenericVerifiableCredentialSchema, cV as ID3CredentialSchema, cB as ID3CredentialSubjectSchema, cS as IDImageCredentialSchema, cM as IDImageCredentialSubjectSchema, cR as IDInformationCredentialSchema, cL as IDInformationCredentialSubjectSchema, cQ as IDInformationTfheCredentialSchema, cK as IDInformationTfheCredentialSubjectSchema, cW as IDScanCredentialSchema, cC as IDScanCredentialSubjectSchema, cX as IDScanPassportCredentialSchema, cD as IDScanPassportCredentialSubjectSchema, cY as IDScanSelfieCredentialSchema, cE as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, d1 as OLD_AMLScreeningsResultsCredentialSchema, cJ as OLD_AMLScreeningsResultsCredentialSubjectSchema, cZ as OLD_IDImageCredentialSchema, cF as OLD_IDImageCredentialSubjectSchema, c_ as OLD_IDInformationCredentialSchema, cG as OLD_IDInformationCredentialSubjectSchema, c$ as OLD_ProofOfResidenceCredentialSchema, cH as OLD_ProofOfResidenceCredentialSubjectSchema, d0 as OLD_SelfieImageCredentialSchema, cI as OLD_SelfieImageCredentialSubjectSchema, cU as ProofOfResidenceCredentialSchema, cO as ProofOfResidenceCredentialSubjectSchema, cT as SelfieImageCredentialSchema, cN as SelfieImageCredentialSubjectSchema, b1 as countryISO3toISO2Mapping, b4 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-
|
|
2
|
-
export { cb as CredentialMediaType, c6 as CredentialNames, c5 as CredentialSchemas, c9 as CredentialType, C as CredentialTypes, c7 as NexeraCredentialType, ca as VerifiableCredential, c8 as getCredentialName } from '../../dist/identity-api.schema-
|
|
3
|
-
export { I 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 { b0 as Alpha2Country, cP as GenericVerifiableCredentialSchema, cV as ID3CredentialSchema, cB as ID3CredentialSubjectSchema, cS as IDImageCredentialSchema, cM as IDImageCredentialSubjectSchema, cR as IDInformationCredentialSchema, cL as IDInformationCredentialSubjectSchema, cQ as IDInformationTfheCredentialSchema, cK as IDInformationTfheCredentialSubjectSchema, cW as IDScanCredentialSchema, cC as IDScanCredentialSubjectSchema, cX as IDScanPassportCredentialSchema, cD as IDScanPassportCredentialSubjectSchema, cY as IDScanSelfieCredentialSchema, cE as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, d1 as OLD_AMLScreeningsResultsCredentialSchema, cJ as OLD_AMLScreeningsResultsCredentialSubjectSchema, cZ as OLD_IDImageCredentialSchema, cF as OLD_IDImageCredentialSubjectSchema, c_ as OLD_IDInformationCredentialSchema, cG as OLD_IDInformationCredentialSubjectSchema, c$ as OLD_ProofOfResidenceCredentialSchema, cH as OLD_ProofOfResidenceCredentialSubjectSchema, d0 as OLD_SelfieImageCredentialSchema, cI as OLD_SelfieImageCredentialSubjectSchema, cU as ProofOfResidenceCredentialSchema, cO as ProofOfResidenceCredentialSubjectSchema, cT as SelfieImageCredentialSchema, cN as SelfieImageCredentialSubjectSchema, b1 as countryISO3toISO2Mapping, b4 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-7d38c7f1.esm.mjs';
|
|
2
|
+
export { cb as CredentialMediaType, c6 as CredentialNames, c5 as CredentialSchemas, c9 as CredentialType, C as CredentialTypes, c7 as NexeraCredentialType, ca as VerifiableCredential, c8 as getCredentialName } from '../../dist/identity-api.schema-7286cb84.esm.mjs';
|
|
3
|
+
export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-2056c352.esm.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'nanoid';
|
|
6
6
|
import 'decimal.js';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = 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-
|
|
6
|
+
var vault_schema = require('../../dist/vault.schema-3acedc2a.cjs.dev.cjs');
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-67a3b076.cjs.dev.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-062256d5.cjs.dev.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = 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-
|
|
6
|
+
var vault_schema = require('../../dist/vault.schema-33893002.cjs.prod.cjs');
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-bcfb353b.cjs.prod.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-4d32b137.cjs.prod.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { aS as UuidString, cv as ExternalCustomerId, a_ as ISO3CountryCode, ar as BlockchainAddress, cP as GenericVerifiableCredentialSchema, dS as WalletScreeningData, d6 as TransactionTypes, dc as TransactionReviewStatuses, dX as _toArray, dW as _toConsumableArray, aR as EnvironmentSchema } from '../../dist/vault.schema-
|
|
3
|
-
import { a as RiskScoreType, c as CustomerType, h as CustomerOnboardingLevel, j as CustomerStatus, a5 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-
|
|
2
|
+
import { aS as UuidString, cv as ExternalCustomerId, a_ as ISO3CountryCode, ar as BlockchainAddress, cP as GenericVerifiableCredentialSchema, dS as WalletScreeningData, d6 as TransactionTypes, dc as TransactionReviewStatuses, dX as _toArray, dW as _toConsumableArray, aR as EnvironmentSchema } from '../../dist/vault.schema-7d38c7f1.esm.mjs';
|
|
3
|
+
import { a as RiskScoreType, c as CustomerType, h as CustomerOnboardingLevel, j as CustomerStatus, a5 as RuleResultStatus } from '../../dist/identity-api.schema-7286cb84.esm.mjs';
|
|
4
|
+
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-7d555c6e.esm.mjs';
|
|
5
5
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
import 'decimal.js';
|