@nexeraid/identity-schemas 2.64.0-dev → 2.65.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-7b52586c.esm.mjs → CoinMarketCap.schema-4168b240.esm.mjs} +6 -3
- package/dist/{CoinMarketCap.schema-53dca8e8.cjs.dev.cjs → CoinMarketCap.schema-5152702c.cjs.dev.cjs} +6 -3
- package/dist/{CoinMarketCap.schema-1e8f8c38.cjs.prod.cjs → CoinMarketCap.schema-dcf0fd09.cjs.prod.cjs} +6 -3
- package/dist/declarations/src/credential-storage.schema.d.ts +3 -3
- package/dist/declarations/src/customer.schema.d.ts +4 -0
- package/dist/declarations/src/customer.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +50 -50
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +14 -14
- package/dist/declarations/src/identity/kyc.schema.d.ts +184 -24
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/query.schema.d.ts +121 -4
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +41 -41
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity-ids.schema.d.ts +10 -2
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +69 -33
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Tfhe.schema.json.d.ts +1037 -0
- package/dist/declarations/src/vault/schemas/generated/Tfhe.type.d.ts +72 -0
- package/dist/declarations/src/vault/schemas/generated/Tfhe.type.d.ts.map +1 -0
- package/dist/declarations/src/vault/vault.schema.d.ts +586 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/frontend-utilities.schema.d.ts +10 -0
- package/dist/declarations/src/verifiable-credentials/frontend-utilities.schema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/general-vc-typing.schema.d.ts +100 -6
- package/dist/declarations/src/verifiable-credentials/general-vc-typing.schema.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/generated/tfhe/IDInformationTfheCredentialSubjectSchema.d.ts +96 -0
- package/dist/declarations/src/verifiable-credentials/generated/tfhe/IDInformationTfheCredentialSubjectSchema.d.ts.map +1 -0
- package/dist/declarations/src/verifiable-credentials/generated-ts/IDInformationTfhe-credentialSubject.json.d.ts +494 -0
- package/dist/declarations/src/verifiable-credentials/generated-ts/IDInformationTfhe-credentialSubject.json.d.ts.map +1 -0
- package/dist/declarations/src/verifiable-credentials/index.d.ts +6 -0
- package/dist/declarations/src/verifiable-credentials/index.d.ts.map +1 -1
- package/dist/declarations/src/verifiable-credentials/tfhe-utilities.d.ts +6 -0
- package/dist/declarations/src/verifiable-credentials/tfhe-utilities.d.ts.map +1 -0
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts +211 -0
- package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-f07e7dc0.cjs.prod.cjs → identity-api.schema-12a25a42.cjs.prod.cjs} +54 -5
- package/dist/{identity-api.schema-4697ed44.cjs.dev.cjs → identity-api.schema-4510f916.cjs.dev.cjs} +54 -5
- package/dist/{identity-api.schema-50cf4bbe.esm.mjs → identity-api.schema-97cbcb66.esm.mjs} +46 -6
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +20 -7
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +20 -7
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{frontend-utilities.schema-85b3a5de.cjs.dev.cjs → tfhe-utilities-1ae3cd6a.cjs.dev.cjs} +303 -6
- package/dist/{frontend-utilities.schema-bdbef342.cjs.prod.cjs → tfhe-utilities-b0e780c6.cjs.prod.cjs} +303 -6
- package/dist/{frontend-utilities.schema-652b04a0.esm.mjs → tfhe-utilities-f43f16b1.esm.mjs} +302 -7
- package/dist/{vault.schema-8d2dd08d.esm.mjs → vault.schema-1b7eeedd.esm.mjs} +1356 -232
- package/dist/{vault.schema-2d02afaa.cjs.prod.cjs → vault.schema-4921bc9f.cjs.dev.cjs} +1357 -231
- package/dist/{vault.schema-a14b6922.cjs.dev.cjs → vault.schema-9d80a02d.cjs.prod.cjs} +1357 -231
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +7 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +7 -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 +11 -7
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +11 -7
- 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
|
@@ -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-4510f916.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-4921bc9f.cjs.dev.cjs');
|
|
8
8
|
require('decimal.js');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
|
|
@@ -35,6 +35,7 @@ exports.BackwardsCompatibleScenarioTypes = identityApi_schema.BackwardsCompatibl
|
|
|
35
35
|
exports.BaseQueryResponse = identityApi_schema.BaseQueryResponse;
|
|
36
36
|
exports.BooleanOperator = identityApi_schema.BooleanOperator;
|
|
37
37
|
exports.CIRCUIT_IDS = identityApi_schema.CIRCUIT_IDS;
|
|
38
|
+
exports.ChallengeQuerySchema = identityApi_schema.ChallengeQuerySchema;
|
|
38
39
|
exports.ChallengeResponse = identityApi_schema.ChallengeResponse;
|
|
39
40
|
exports.CircuitId = identityApi_schema.CircuitId;
|
|
40
41
|
exports.CloseScreenNotification = identityApi_schema.CloseScreenNotification;
|
|
@@ -65,6 +66,7 @@ exports.GetTxAuthSigResponseTezos = identityApi_schema.GetTxAuthSigResponseTezos
|
|
|
65
66
|
exports.HostMessage = identityApi_schema.HostMessage;
|
|
66
67
|
exports.HostRequestMessage = identityApi_schema.HostRequestMessage;
|
|
67
68
|
exports.HostResponseMessage = identityApi_schema.HostResponseMessage;
|
|
69
|
+
exports.IDInformationTfhe = identityApi_schema.IDInformationTfhe;
|
|
68
70
|
exports.IdentityAppMessage = identityApi_schema.IdentityAppMessage;
|
|
69
71
|
exports.IdentityMessage = identityApi_schema.IdentityMessage;
|
|
70
72
|
exports.IdentityNotificationMessage = identityApi_schema.IdentityNotificationMessage;
|
|
@@ -110,6 +112,9 @@ exports.QUERY_LOGIC_OPERATOR = identityApi_schema.QUERY_LOGIC_OPERATOR;
|
|
|
110
112
|
exports.QrCodeLinkWithSchemaType = identityApi_schema.QrCodeLinkWithSchemaType;
|
|
111
113
|
exports.QueriesOptions = identityApi_schema.QueriesOptions;
|
|
112
114
|
exports.QueryConfigSimplified = identityApi_schema.QueryConfigSimplified;
|
|
115
|
+
exports.QueryConfigTfhe = identityApi_schema.QueryConfigTfhe;
|
|
116
|
+
exports.QueryCredentialType = identityApi_schema.QueryCredentialType;
|
|
117
|
+
exports.QueryCredentialTypes = identityApi_schema.QueryCredentialTypes;
|
|
113
118
|
exports.QueryLogicOperator = identityApi_schema.QueryLogicOperator;
|
|
114
119
|
exports.QueryType = identityApi_schema.QueryType;
|
|
115
120
|
exports.RequiredDataRowSchema = identityApi_schema.RequiredDataRowSchema;
|
|
@@ -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-12a25a42.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-9d80a02d.cjs.prod.cjs');
|
|
8
8
|
require('decimal.js');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
|
|
@@ -35,6 +35,7 @@ exports.BackwardsCompatibleScenarioTypes = identityApi_schema.BackwardsCompatibl
|
|
|
35
35
|
exports.BaseQueryResponse = identityApi_schema.BaseQueryResponse;
|
|
36
36
|
exports.BooleanOperator = identityApi_schema.BooleanOperator;
|
|
37
37
|
exports.CIRCUIT_IDS = identityApi_schema.CIRCUIT_IDS;
|
|
38
|
+
exports.ChallengeQuerySchema = identityApi_schema.ChallengeQuerySchema;
|
|
38
39
|
exports.ChallengeResponse = identityApi_schema.ChallengeResponse;
|
|
39
40
|
exports.CircuitId = identityApi_schema.CircuitId;
|
|
40
41
|
exports.CloseScreenNotification = identityApi_schema.CloseScreenNotification;
|
|
@@ -65,6 +66,7 @@ exports.GetTxAuthSigResponseTezos = identityApi_schema.GetTxAuthSigResponseTezos
|
|
|
65
66
|
exports.HostMessage = identityApi_schema.HostMessage;
|
|
66
67
|
exports.HostRequestMessage = identityApi_schema.HostRequestMessage;
|
|
67
68
|
exports.HostResponseMessage = identityApi_schema.HostResponseMessage;
|
|
69
|
+
exports.IDInformationTfhe = identityApi_schema.IDInformationTfhe;
|
|
68
70
|
exports.IdentityAppMessage = identityApi_schema.IdentityAppMessage;
|
|
69
71
|
exports.IdentityMessage = identityApi_schema.IdentityMessage;
|
|
70
72
|
exports.IdentityNotificationMessage = identityApi_schema.IdentityNotificationMessage;
|
|
@@ -110,6 +112,9 @@ exports.QUERY_LOGIC_OPERATOR = identityApi_schema.QUERY_LOGIC_OPERATOR;
|
|
|
110
112
|
exports.QrCodeLinkWithSchemaType = identityApi_schema.QrCodeLinkWithSchemaType;
|
|
111
113
|
exports.QueriesOptions = identityApi_schema.QueriesOptions;
|
|
112
114
|
exports.QueryConfigSimplified = identityApi_schema.QueryConfigSimplified;
|
|
115
|
+
exports.QueryConfigTfhe = identityApi_schema.QueryConfigTfhe;
|
|
116
|
+
exports.QueryCredentialType = identityApi_schema.QueryCredentialType;
|
|
117
|
+
exports.QueryCredentialTypes = identityApi_schema.QueryCredentialTypes;
|
|
113
118
|
exports.QueryLogicOperator = identityApi_schema.QueryLogicOperator;
|
|
114
119
|
exports.QueryType = identityApi_schema.QueryType;
|
|
115
120
|
exports.RequiredDataRowSchema = identityApi_schema.RequiredDataRowSchema;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { dQ as ARRAY_OPERATORS, dy as AUTHORIZATION_REQUEST_MESSAGE_TYPES, cr as AVAILABLE_FLOWS, cS as AbbreviatedWorkflowScenario, e2 as AllCredentialValues, eH as AllScenarioExecutionAuthorizationData, ez as AnyTxAuthDataSignatureResponse, eC as AnyTxAuthInputJsSdk, es as ApiTezosTxAuthInput, eo as ApiTxAuthInput, dR as ArrayOperator, dG as AuthQrCodeData, db as AuthSession, dc as AuthSessionData, dB as AuthorizationRequestMessage, dA as AuthorizationRequestMessageType, dz as AuthorizationRequestMessageTypes, dE as AuthorizationResponseMessage, cs as AvailableFlow, dW as BOOLEAN_OPERATORS, cE as BackwardsCompatibleScenarioType, cD as BackwardsCompatibleScenarioTypes, cF as BaseQueryResponse, dX as BooleanOperator, dv as CIRCUIT_IDS, ec as ChallengeQuerySchema, dd as ChallengeResponse, dw as CircuitId, c9 as CloseScreenNotification, cV as ComplianceImplementationStepsInput, eG as CreateAuthRequestProps, cU as CreateTemplateScenario, dF as CredentialQrCodeData, dY as DATE_OPERATORS, ct as DataAvailableOnStart, dZ as DateOperator, eA as Eip155TxAuthInputJsSdk, cH as ExecuteQueryResponse, ey as ExtendedTezosTxAuthDataSignatureResponse, ew as ExtendedTezosTxAuthInput, ex as ExtendedTxAuthDataSignatureResponse, ev as ExtendedTxAuthInput, da as GenerateWalletChallengeRequest, cX as GetCredentialsRequest, cY as GetCredentialsResponse, dg as GetCustomerStatusRequest, dl as GetCustomerStatusResponse, eu as GetTezosTxAuthDataSignatureResponse, eq as GetTxAuthDataSignatureResponse, d4 as GetTxAuthSigRequest, d6 as GetTxAuthSigRequestTezos, d5 as GetTxAuthSigResponse, d7 as GetTxAuthSigResponseTezos, dp as HostMessage, d8 as HostRequestMessage, cx as HostResponseMessage, e1 as IDInformationTfhe, dm as IdentityAppMessage, dq as IdentityMessage, cl as IdentityNotificationMessage, cq as IdentityRequestMessage, d9 as IdentityResponseMessage, dh as IdentitySdkMessage, di as IdentitySdkMessageWithIdentifier, dn as IdentityWallet, cm as InitialDataRequest, cu as InitialDataResponse, ch as IsVerifiedNotification, d2 as IsVerifiedRequest, d3 as IsVerifiedResponse, ca as KycCompletionData, cb as KycCompletionNotification, dt as MediaType, du as MediaTypePID, dU as NUMERIC_OPERATORS, dV as NumericOperator, ed as OLD_CHALLENGE_QUERY_OPERATORS, ee as OLD_ChallengeQueryOperator, eh as OLD_ChallengeQueryOperatorToOperator, e9 as OLD_ChallengeQuerySchema, ej as OLD_QueryCredentialType, ei as OLD_QueryCredentialTypes, dM as OPERATORS, cj as OcvSdkInitialized, cd as OffChainScenarioExecutionData, cG as OffChainZKPRuleResult, ce as OnChainScenarioExecutionData, dN as Operator, ef as OperatorMappings, eg as OperatorToOLD_ChallengeQueryOperator, e8 as PartialQueryConfigSimplified, ci as PolygonIdInitialized, c_ as PolygonIdRequest, cZ as PolygonIdRequestData, d0 as PolygonIdResponse, c$ as PolygonIdResponseData, eF as PrivacyPreservingMonitoring, dC as ProofData, dK as QUERY_LOGIC_OPERATOR, dH as QrCodeLinkWithSchemaType, e3 as QueriesOptions, e6 as QueryConfigSimplified, e5 as QueryConfigTfhe, eb as QueryCredentialType, ea as QueryCredentialTypes, dL as QueryLogicOperator, e4 as QueryType, dr as RequiredDataRowSchema, ds as RequiredVerificationData, cI as RuleEngineResponse, cc as RuleEngineScenarioExecutionData, e7 as RuleResultQueryConfig, cL as RuleResultStatus, cM as RuleResultStatusLabels, cK as RuleResultStatuses, eI as SCENARIO_AUTHORIZATION_STATUSES, dS as STRING_OPERATORS, d_ as SUPPORTED_TYPES, cR as Scenario, c7 as ScenarioAuthorizationData, eJ as ScenarioAuthorizationStatus, cf as ScenarioExecutionData, cg as ScenarioExecutionNotification, cJ as ScenarioExecutionResponse, cC as ScenarioSchema, cB as ScenarioStatus, cA as ScenarioStatuses, cz as ScenarioType, cy as ScenarioTypes, cN as SdkVerificationOutput, c8 as SdkVerificationResponseSchema, cp as SendTransactionRequest, cn as SignatureRequest, cv as SignatureResponse, cW as SimplifiedCredential, ck as StartCompletedNotification, d1 as StartFlowRequest, dT as StringOperator, d$ as SupportedType, e0 as SupportedTypes, cT as TemplateScenario, er as TezosTxAuthInput, eB as TezosTxAuthInputJsSdk, et as TezosTxSignatureResponse, co as TransactionData, cw as TransactionResponse, dk as TxAuthDataSignatureGatingError, df as TxAuthDataSignatureGatingRequest, dj as TxAuthDataSignatureResponse, en as TxAuthInput, ep as TxSignatureResponse, cQ as VerificationOutput, cP as VerificationSessionStatus, cO as VerificationSessionStatuses, eL as VerifyWalletChallengeRequest, de as WalletSignResponse, eK as WalletSignatureResponse, dO as ZKPOperator, eD as ZKPRequest, eE as ZKPRequestFromZKVerifier, dx as ZeroKnowledgeProofRequest, dD as ZeroKnowledgeProofResponse, el as getOldCredentialPath, ek as getOldCredentialType, em as oldCredentialPathToDataLink, dP as operatorDisplayMap, dI as parseIden3Message, dJ as parseSessionIdFromUrl } from '../../dist/identity-api.schema-97cbcb66.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/vault.schema-
|
|
3
|
+
import '../../dist/vault.schema-1b7eeedd.esm.mjs';
|
|
4
4
|
import 'decimal.js';
|
|
5
5
|
import 'nanoid';
|
package/package.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
5
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-5152702c.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-4921bc9f.cjs.dev.cjs');
|
|
8
8
|
require('decimal.js');
|
|
9
|
-
require('../../dist/identity-api.schema-
|
|
9
|
+
require('../../dist/identity-api.schema-4510f916.cjs.dev.cjs');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
|
|
12
12
|
var CoinMarketCapCryptoId={$BABA:"30040",// Name: Baba, Slug: baba
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
5
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-dcf0fd09.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-9d80a02d.cjs.prod.cjs');
|
|
8
8
|
require('decimal.js');
|
|
9
|
-
require('../../dist/identity-api.schema-
|
|
9
|
+
require('../../dist/identity-api.schema-12a25a42.cjs.prod.cjs');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
|
|
12
12
|
var CoinMarketCapCryptoId={$BABA:"30040",// Name: Baba, Slug: baba
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { a5 as AMLMetadata, A as ANALYSIS_TYPES, e as AnalysisType, bM as ApplicantMemberOfSchema, b$ as BENEFICIARY_TYPES, g as BLOCKCHAIN_TYPES, bO as BaseApplicantActionSchema, bm as BaseProvider, c1 as BeneficiaryCompanyCustomerClaims, c2 as BeneficiaryCompanyCustomerClaimsArray, c0 as BeneficiaryType, d8 as BeneficiaryVerificationStatus, d9 as BeneficiaryVerificationStatusArray, x as BigCSErrorCodes, bj as BigConfig, s as BigCryptoChain, u as BigProperties, t as BigPropertiesLiteral, v as BigProperty, bp as BigProvider, y as BitRankRequest, z as BitRankVerified, F as BitRankVerifiedError, D as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, h as Blockchain, aF as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aH as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, aD as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, aw as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, at as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, ds as ChainalysisApiError, bf as ChainalysisConfig, dq as ChainalysisErrorCodes, bs as ChainalysisProvider, dn as ChainalysisRegisterApiResponse, dt as ChainalysisRegisterResponse, dm as ChainalysisRequest, dr as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dp as ChainalysisRiskLevel, ak as CoerceDateUTC, i as Coin, dx as CoinMarketCapApiResponse, dy as CoinMarketCapFiatId, dv as CoinMarketCapQuote, dw as CoinMarketCapQuotes, du as CoinMarketCapRequest, d7 as CompanyDocumentMetaData, aX as ComplyAdvantageAmlFullListing, aW as ComplyAdvantageAmlItemSource, aG as ComplyAdvantageCountryFieldSources, aI as ComplyAdvantageDateOfBirthFieldSources, aV as ComplyAdvantageKeyInformation, aS as ComplyAdvantageMedia, b5 as ComplyAdvantageMonitorSearchDataResponse, b7 as ComplyAdvantageMonitorSearchResponse, b6 as ComplyAdvantageMonitorSearchSuccessResponse, b8 as ComplyAdvantageMonitoredSearchUpdate, aE as ComplyAdvantageNationalityFieldSources, bx as ComplyAdvantageProvider, bw as ComplyAdvantageProviderConfigElement, bv as ComplyAdvantageProviderConfigFilters, bu as ComplyAdvantageProviderConfigTypes, ax as ComplyAdvantageReponseMatchStatus, au as ComplyAdvantageResponseMatchType, aU as ComplyAdvantageSearchDataResponse, aT as ComplyAdvantageSearchDataResponseHit, aY as ComplyAdvantageSearchEntitiesDataResponse, a_ as ComplyAdvantageSearchEntitiesResponse, aZ as ComplyAdvantageSearchEntitiesSuccessResponse, c as ComplyAdvantageSearchErrorResponse, a$ as ComplyAdvantageSearchRequest, b0 as ComplyAdvantageSearchRequests, b as ComplyAdvantageSearchResponse, d as ComplyAdvantageSearchSuccessResponse, b2 as ComplyAdvantageUpdateSearchEntitiesRequest, b4 as ComplyAdvantageUpdateSearchEntitiesResponse, b3 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, b1 as ComplyAdvantageUpdateSearchRequest, aQ as ComplyAdvantageUser, bD as CreateProviderInput, bE as CreateProviderResponse, aJ as CreateSearchInput, c$ as CredentialMetadata, c_ as CustomerContactInformationOutput, de as CustomerDocumentMetaData, df as CustomerStatusResults, bd as DataProvider, bc as DataProviderOptions, bI as DeleteProviderInput, bJ as DeleteProviderResponse, _ as DocumentIdMetadata, Z as DocumentIdType, Y as DocumentIdTypes, cr as DocumentMetadataSchema, a4 as EmailMetadata, E as EmailVerificationAnalysisResponse, cP as EmailVerificationResponse, X as File, cZ as GetCredentialsOutput, db as GetKybSessionInput, dc as GetKybSessionResponse, cT as GetKycSessionInput, cU as GetKycSessionResponse, d0 as GetKycSessionResponseWithCredentialsMetadata, bC as GetProviderResponse, bB as GetProvidersResponse, ar as HIGH_RISK_TYPES, bZ as INDIVIDUAL_BENEFICIARY_RELATIONS, bb as IdentityProvider, ba as IdentityProviderOptions, b_ as IndividualBeneficiaryRelation, n as IpQualityAnalysisRequest, o as IpQualityAnalysisResponse, bi as IpQualityConfig, p as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, q as IpQualityServiceErrorResponse, bt as IpqualityscoreProvider, d3 as KYB_RESULTS, d5 as KYB_SESSION_STATUSES, d1 as KYB_STEP_TYPES, cL as KYC_RESULTS, cN as KYC_SESSION_STATUSES, cH as KYC_STEP_TYPES, d4 as KybResult, d6 as KybSessionStatus, d2 as KybStep, cM as KycResult, cO as KycSessionStatus, cI as KycStep, cK as KycStepStatus, cJ as KycStepStatuses, a2 as LivenessMetadata, as as MEDIUM_RISK_TYPES, aL as MatchStatus, aK as MatchStatuses, aR as MatchTypeDetail, M as MergedProviders, dl as MerkleAddressApiError, dk as MerkleAddressApiResponse, dj as MerkleAddressRequest, a as MerkleAddressResponse, di as MerkleBlockChainCodes, dh as MerkleBlockChainName, dg as MerkleBlockChainTypes, be as MerkleScienceConfig, br as MerkleScienceProvider, N as NestedSession, bo as NexeraIdKYBProvider, bn as NexeraIdSSIDProvider, O as OBJECT_TYPES, f as ObjectType, a3 as PhoneMetadata, P as PhoneVerificationAnalysisResponse, a0 as ProofOfAddressDocumentType, $ as ProofOfAddressDocumentTypes, a1 as ProofOfAddressMetadata, cY as ProofOfResidenceDocumentType, cX as ProofOfResidenceMetaData, bz as ProviderData, bA as ProviderDataProject, bl as ProviderIntegrationType, bk as ProviderIntegrationTypeOptions, b9 as ProviderWithoutConfig, ad as RESULT_PARSER_ERROR, V as ReasonCode, U as ReasonCodes, w as RequestProperty, aN as RiskLevel, aM as RiskLevels, R as RiskSeverity, ap as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, an as SEARCH_FILTER_PEP_TYPE, al as SEARCH_FILTER_SANCTION_TYPE, ay as SEARCH_FILTER_TYPES, ab as SESSION_NOT_FOUND, ah as STEP_NOT_FOUND, bR as SUMSUB_APPLICANT_TYPES, ck as SUMSUB_COMPANY_BENEFICIARY_GROUP, c8 as SUMSUB_DOC_TYPES, ca as SUMSUB_FLOW_LEVEL, cz as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cp as SUMSUB_MEDIA_CONTENT_TYPES, bT as SUMSUB_REVIEW_ANSWERS, cE as SUMSUB_REVIEW_REJECT_LABELS, cG as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bV as SUMSUB_REVIEW_REJECT_TYPES, c6 as SUMSUB_REVIEW_STATUSES, bP as SUMSUB_STEPS, c4 as SUMSUB_WEBHOOK_INTERNAL_STATUS, l as ScorechainAnalysis, bg as ScorechainConfig, k as ScorechainError, j as ScorechainErrorResponse, bq as ScorechainProvider, m as ScoringAnalysisRequest, S as ScoringAnalysisResponse, aB as SearchEntityType, aA as SearchEntityTypes, aq as SearchFilterAdverseMediaType, ao as SearchFilterPepType, am as SearchFilterSanctionType, az as SearchFilterType, aC as SearchFilters, da as SelectKybSession, cR as SelectKycSession, cQ as SelectKycSessionStep, cS as SelectKycSessionWithCompletedSteps, K as Session, L as SessionWithoutSteps, H as Status, G as Statuses, a6 as Step, T as StepType, Q as StepTypes, bX as SumSubAddress, bY as SumSubApplicantInfo, ct as SumSubApplicantResetSchema, cs as SumSubApplicantReviewStatusSchema, cy as SumSubApplicantSchema, bS as SumSubApplicantType, co as SumSubApplicantVerificationStepSchema, c3 as SumSubCompanyApplicantInfo, ci as SumSubCompanyApplicantSchema, c9 as SumSubDocType, cb as SumSubFlowLevel, cu as SumSubGenerateExternalWebSdkLinkSchema, cj as SumSubImageId, ce as SumSubImageReviewResultSchema, ch as SumSubIndividualApplicantSchema, cq as SumSubMediaContentType, cc as SumSubRequiredIdDoc, bU as SumSubReviewAnswer, cF as SumSubReviewRejectLabel, bW as SumSubReviewRejectType, cd as SumSubReviewResultSchema, c7 as SumSubReviewStatus, cD as SumSubSimilarApplicantsSchema, bQ as SumSubStep, cn as SumSubVerificationStepSchema, bN as SumSubWebhookSchema, cg as SumsubApplicantType, cf as SumsubApplicantTypes, cl as SumsubCompanyBeneficiaryGroup, cx as SumsubKybDataSchema, cC as SumsubKybSessionFlowSection, cB as SumsubKybSessionFlowSectionItem, cA as SumsubKybSessionFlowSectionStatus, cw as SumsubKycDataSchema, cm as SumsubStepStatus, cv as SumsubVideoCallData, c5 as SumsubWebhookInternalStatus, by as SynapsProvider, ae as SynapsSessionErrorResponse, a7 as SynapsSessionEvent, aa as SynapsSessionRequest, af as SynapsSessionResponse, ai as SynapsStepErrorResponse, a8 as SynapsStepEvent, ag as SynapsStepRequest, aj as SynapsStepResponse, bH as ToggleProviderInput, ac as UNKNOWN_ERROR, dd as UpdateKybSessionOutput, cV as UpdateKycSessionOutput, bF as UpdateProviderInput, bG as UpdateProviderResponse, aP as UpdateSearchEntitiesInput, aO as UpdateSearchInput, cW as VideoKycMetaData, bK as WEBHOOK_TYPES, J as WebhookPayload, bL as WebhookType, bh as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, r as WrappedIpQualityServiceErrorResponse, av as mappingMatchTypeToLabel, a9 as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-
|
|
1
|
+
export { a5 as AMLMetadata, A as ANALYSIS_TYPES, e as AnalysisType, bM as ApplicantMemberOfSchema, b$ as BENEFICIARY_TYPES, g as BLOCKCHAIN_TYPES, bO as BaseApplicantActionSchema, bm as BaseProvider, c1 as BeneficiaryCompanyCustomerClaims, c2 as BeneficiaryCompanyCustomerClaimsArray, c0 as BeneficiaryType, d8 as BeneficiaryVerificationStatus, d9 as BeneficiaryVerificationStatusArray, x as BigCSErrorCodes, bj as BigConfig, s as BigCryptoChain, u as BigProperties, t as BigPropertiesLiteral, v as BigProperty, bp as BigProvider, y as BitRankRequest, z as BitRankVerified, F as BitRankVerifiedError, D as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, h as Blockchain, aF as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aH as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, aD as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, aw as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, at as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, ds as ChainalysisApiError, bf as ChainalysisConfig, dq as ChainalysisErrorCodes, bs as ChainalysisProvider, dn as ChainalysisRegisterApiResponse, dt as ChainalysisRegisterResponse, dm as ChainalysisRequest, dr as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dp as ChainalysisRiskLevel, ak as CoerceDateUTC, i as Coin, dx as CoinMarketCapApiResponse, dy as CoinMarketCapFiatId, dv as CoinMarketCapQuote, dw as CoinMarketCapQuotes, du as CoinMarketCapRequest, d7 as CompanyDocumentMetaData, aX as ComplyAdvantageAmlFullListing, aW as ComplyAdvantageAmlItemSource, aG as ComplyAdvantageCountryFieldSources, aI as ComplyAdvantageDateOfBirthFieldSources, aV as ComplyAdvantageKeyInformation, aS as ComplyAdvantageMedia, b5 as ComplyAdvantageMonitorSearchDataResponse, b7 as ComplyAdvantageMonitorSearchResponse, b6 as ComplyAdvantageMonitorSearchSuccessResponse, b8 as ComplyAdvantageMonitoredSearchUpdate, aE as ComplyAdvantageNationalityFieldSources, bx as ComplyAdvantageProvider, bw as ComplyAdvantageProviderConfigElement, bv as ComplyAdvantageProviderConfigFilters, bu as ComplyAdvantageProviderConfigTypes, ax as ComplyAdvantageReponseMatchStatus, au as ComplyAdvantageResponseMatchType, aU as ComplyAdvantageSearchDataResponse, aT as ComplyAdvantageSearchDataResponseHit, aY as ComplyAdvantageSearchEntitiesDataResponse, a_ as ComplyAdvantageSearchEntitiesResponse, aZ as ComplyAdvantageSearchEntitiesSuccessResponse, c as ComplyAdvantageSearchErrorResponse, a$ as ComplyAdvantageSearchRequest, b0 as ComplyAdvantageSearchRequests, b as ComplyAdvantageSearchResponse, d as ComplyAdvantageSearchSuccessResponse, b2 as ComplyAdvantageUpdateSearchEntitiesRequest, b4 as ComplyAdvantageUpdateSearchEntitiesResponse, b3 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, b1 as ComplyAdvantageUpdateSearchRequest, aQ as ComplyAdvantageUser, bD as CreateProviderInput, bE as CreateProviderResponse, aJ as CreateSearchInput, c$ as CredentialMetadata, c_ as CustomerContactInformationOutput, de as CustomerDocumentMetaData, df as CustomerStatusResults, bd as DataProvider, bc as DataProviderOptions, bI as DeleteProviderInput, bJ as DeleteProviderResponse, _ as DocumentIdMetadata, Z as DocumentIdType, Y as DocumentIdTypes, cr as DocumentMetadataSchema, a4 as EmailMetadata, E as EmailVerificationAnalysisResponse, cP as EmailVerificationResponse, X as File, cZ as GetCredentialsOutput, db as GetKybSessionInput, dc as GetKybSessionResponse, cT as GetKycSessionInput, cU as GetKycSessionResponse, d0 as GetKycSessionResponseWithCredentialsMetadata, bC as GetProviderResponse, bB as GetProvidersResponse, ar as HIGH_RISK_TYPES, bZ as INDIVIDUAL_BENEFICIARY_RELATIONS, bb as IdentityProvider, ba as IdentityProviderOptions, b_ as IndividualBeneficiaryRelation, n as IpQualityAnalysisRequest, o as IpQualityAnalysisResponse, bi as IpQualityConfig, p as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, q as IpQualityServiceErrorResponse, bt as IpqualityscoreProvider, d3 as KYB_RESULTS, d5 as KYB_SESSION_STATUSES, d1 as KYB_STEP_TYPES, cL as KYC_RESULTS, cN as KYC_SESSION_STATUSES, cH as KYC_STEP_TYPES, d4 as KybResult, d6 as KybSessionStatus, d2 as KybStep, cM as KycResult, cO as KycSessionStatus, cI as KycStep, cK as KycStepStatus, cJ as KycStepStatuses, a2 as LivenessMetadata, as as MEDIUM_RISK_TYPES, aL as MatchStatus, aK as MatchStatuses, aR as MatchTypeDetail, M as MergedProviders, dl as MerkleAddressApiError, dk as MerkleAddressApiResponse, dj as MerkleAddressRequest, a as MerkleAddressResponse, di as MerkleBlockChainCodes, dh as MerkleBlockChainName, dg as MerkleBlockChainTypes, be as MerkleScienceConfig, br as MerkleScienceProvider, N as NestedSession, bo as NexeraIdKYBProvider, bn as NexeraIdSSIDProvider, O as OBJECT_TYPES, f as ObjectType, a3 as PhoneMetadata, P as PhoneVerificationAnalysisResponse, a0 as ProofOfAddressDocumentType, $ as ProofOfAddressDocumentTypes, a1 as ProofOfAddressMetadata, cY as ProofOfResidenceDocumentType, cX as ProofOfResidenceMetaData, bz as ProviderData, bA as ProviderDataProject, bl as ProviderIntegrationType, bk as ProviderIntegrationTypeOptions, b9 as ProviderWithoutConfig, ad as RESULT_PARSER_ERROR, V as ReasonCode, U as ReasonCodes, w as RequestProperty, aN as RiskLevel, aM as RiskLevels, R as RiskSeverity, ap as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, an as SEARCH_FILTER_PEP_TYPE, al as SEARCH_FILTER_SANCTION_TYPE, ay as SEARCH_FILTER_TYPES, ab as SESSION_NOT_FOUND, ah as STEP_NOT_FOUND, bR as SUMSUB_APPLICANT_TYPES, ck as SUMSUB_COMPANY_BENEFICIARY_GROUP, c8 as SUMSUB_DOC_TYPES, ca as SUMSUB_FLOW_LEVEL, cz as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cp as SUMSUB_MEDIA_CONTENT_TYPES, bT as SUMSUB_REVIEW_ANSWERS, cE as SUMSUB_REVIEW_REJECT_LABELS, cG as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bV as SUMSUB_REVIEW_REJECT_TYPES, c6 as SUMSUB_REVIEW_STATUSES, bP as SUMSUB_STEPS, c4 as SUMSUB_WEBHOOK_INTERNAL_STATUS, l as ScorechainAnalysis, bg as ScorechainConfig, k as ScorechainError, j as ScorechainErrorResponse, bq as ScorechainProvider, m as ScoringAnalysisRequest, S as ScoringAnalysisResponse, aB as SearchEntityType, aA as SearchEntityTypes, aq as SearchFilterAdverseMediaType, ao as SearchFilterPepType, am as SearchFilterSanctionType, az as SearchFilterType, aC as SearchFilters, da as SelectKybSession, cR as SelectKycSession, cQ as SelectKycSessionStep, cS as SelectKycSessionWithCompletedSteps, K as Session, L as SessionWithoutSteps, H as Status, G as Statuses, a6 as Step, T as StepType, Q as StepTypes, bX as SumSubAddress, bY as SumSubApplicantInfo, ct as SumSubApplicantResetSchema, cs as SumSubApplicantReviewStatusSchema, cy as SumSubApplicantSchema, bS as SumSubApplicantType, co as SumSubApplicantVerificationStepSchema, c3 as SumSubCompanyApplicantInfo, ci as SumSubCompanyApplicantSchema, c9 as SumSubDocType, cb as SumSubFlowLevel, cu as SumSubGenerateExternalWebSdkLinkSchema, cj as SumSubImageId, ce as SumSubImageReviewResultSchema, ch as SumSubIndividualApplicantSchema, cq as SumSubMediaContentType, cc as SumSubRequiredIdDoc, bU as SumSubReviewAnswer, cF as SumSubReviewRejectLabel, bW as SumSubReviewRejectType, cd as SumSubReviewResultSchema, c7 as SumSubReviewStatus, cD as SumSubSimilarApplicantsSchema, bQ as SumSubStep, cn as SumSubVerificationStepSchema, bN as SumSubWebhookSchema, cg as SumsubApplicantType, cf as SumsubApplicantTypes, cl as SumsubCompanyBeneficiaryGroup, cx as SumsubKybDataSchema, cC as SumsubKybSessionFlowSection, cB as SumsubKybSessionFlowSectionItem, cA as SumsubKybSessionFlowSectionStatus, cw as SumsubKycDataSchema, cm as SumsubStepStatus, cv as SumsubVideoCallData, c5 as SumsubWebhookInternalStatus, by as SynapsProvider, ae as SynapsSessionErrorResponse, a7 as SynapsSessionEvent, aa as SynapsSessionRequest, af as SynapsSessionResponse, ai as SynapsStepErrorResponse, a8 as SynapsStepEvent, ag as SynapsStepRequest, aj as SynapsStepResponse, bH as ToggleProviderInput, ac as UNKNOWN_ERROR, dd as UpdateKybSessionOutput, cV as UpdateKycSessionOutput, bF as UpdateProviderInput, bG as UpdateProviderResponse, aP as UpdateSearchEntitiesInput, aO as UpdateSearchInput, cW as VideoKycMetaData, bK as WEBHOOK_TYPES, J as WebhookPayload, bL as WebhookType, bh as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, r as WrappedIpQualityServiceErrorResponse, av as mappingMatchTypeToLabel, a9 as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-4168b240.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/vault.schema-
|
|
3
|
+
import '../../dist/vault.schema-1b7eeedd.esm.mjs';
|
|
4
4
|
import 'decimal.js';
|
|
5
|
-
import '../../dist/identity-api.schema-
|
|
5
|
+
import '../../dist/identity-api.schema-97cbcb66.esm.mjs';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
|
|
8
8
|
var CoinMarketCapCryptoId={$BABA:"30040",// Name: Baba, Slug: baba
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-4921bc9f.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('decimal.js');
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-9d80a02d.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('decimal.js');
|
|
8
8
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { aI as DataLinkTypeZodSchema, aG as DataLinkVersionZodSchema, aX as GenericVaultDataLinkZodSchema, aW as GenericVaultEmbeddedLinkZodSchema, aU as GenericVaultPointerLinkZodSchema, aV as GenericVaultSearchLinkZodSchema, aJ as Separator, aN as VaultJsonSchemas, aT as VaultMetadataLinkZodSchema, aR as VaultPointerKeyMapZodSchema, aS as VaultQueryMapZodSchema, aP as VaultSchemaIdZodSchema, aQ as VaultSchemaPathsZodSchema, aO as VaultZodSchema, aH as allDataLinkTypes, aF as allDataLinkVersions, aK as generateZodObjectPaths, aL as resolvePathOnDataSchema, aM as resolvePathOnMapSchema } from '../../dist/vault.schema-1b7eeedd.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import 'decimal.js';
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-4921bc9f.cjs.dev.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-4510f916.cjs.dev.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-1ae3cd6a.cjs.dev.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
require('nanoid');
|
|
@@ -19,6 +19,8 @@ exports.IDImageCredentialSchema = vault_schema.IDImageCredentialSchema;
|
|
|
19
19
|
exports.IDImageCredentialSubjectSchema = vault_schema.IDImageCredentialSubjectSchema;
|
|
20
20
|
exports.IDInformationCredentialSchema = vault_schema.IDInformationCredentialSchema;
|
|
21
21
|
exports.IDInformationCredentialSubjectSchema = vault_schema.IDInformationCredentialSubjectSchema;
|
|
22
|
+
exports.IDInformationTfheCredentialSchema = vault_schema.IDInformationTfheCredentialSchema;
|
|
23
|
+
exports.IDInformationTfheCredentialSubjectSchema = vault_schema.IDInformationTfheCredentialSubjectSchema;
|
|
22
24
|
exports.IDScanCredentialSchema = vault_schema.IDScanCredentialSchema;
|
|
23
25
|
exports.IDScanCredentialSubjectSchema = vault_schema.IDScanCredentialSubjectSchema;
|
|
24
26
|
exports.IDScanPassportCredentialSchema = vault_schema.IDScanPassportCredentialSchema;
|
|
@@ -50,7 +52,9 @@ exports.CredentialTypes = identityApi_schema.CredentialTypes;
|
|
|
50
52
|
exports.NexeraCredentialType = identityApi_schema.NexeraCredentialType;
|
|
51
53
|
exports.VerifiableCredential = identityApi_schema.VerifiableCredential;
|
|
52
54
|
exports.getCredentialName = identityApi_schema.getCredentialName;
|
|
53
|
-
exports.
|
|
54
|
-
exports.
|
|
55
|
-
exports.
|
|
56
|
-
exports.
|
|
55
|
+
exports.IDInformationTfheCredentialSubjectCONFIG = tfheUtilities.IDInformationTfheCredentialSubjectCONFIG;
|
|
56
|
+
exports.VC_JSON_SCHEMA_MAP = tfheUtilities.VC_JSON_SCHEMA_MAP;
|
|
57
|
+
exports.cleanObject = tfheUtilities.cleanObject;
|
|
58
|
+
exports.getAvailableFields = tfheUtilities.getAvailableFields;
|
|
59
|
+
exports.getCredentialSchemaLocation = tfheUtilities.getCredentialSchemaLocation;
|
|
60
|
+
exports.getFieldConfig = tfheUtilities.getFieldConfig;
|
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
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-9d80a02d.cjs.prod.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-12a25a42.cjs.prod.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-b0e780c6.cjs.prod.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
require('nanoid');
|
|
@@ -19,6 +19,8 @@ exports.IDImageCredentialSchema = vault_schema.IDImageCredentialSchema;
|
|
|
19
19
|
exports.IDImageCredentialSubjectSchema = vault_schema.IDImageCredentialSubjectSchema;
|
|
20
20
|
exports.IDInformationCredentialSchema = vault_schema.IDInformationCredentialSchema;
|
|
21
21
|
exports.IDInformationCredentialSubjectSchema = vault_schema.IDInformationCredentialSubjectSchema;
|
|
22
|
+
exports.IDInformationTfheCredentialSchema = vault_schema.IDInformationTfheCredentialSchema;
|
|
23
|
+
exports.IDInformationTfheCredentialSubjectSchema = vault_schema.IDInformationTfheCredentialSubjectSchema;
|
|
22
24
|
exports.IDScanCredentialSchema = vault_schema.IDScanCredentialSchema;
|
|
23
25
|
exports.IDScanCredentialSubjectSchema = vault_schema.IDScanCredentialSubjectSchema;
|
|
24
26
|
exports.IDScanPassportCredentialSchema = vault_schema.IDScanPassportCredentialSchema;
|
|
@@ -50,7 +52,9 @@ exports.CredentialTypes = identityApi_schema.CredentialTypes;
|
|
|
50
52
|
exports.NexeraCredentialType = identityApi_schema.NexeraCredentialType;
|
|
51
53
|
exports.VerifiableCredential = identityApi_schema.VerifiableCredential;
|
|
52
54
|
exports.getCredentialName = identityApi_schema.getCredentialName;
|
|
53
|
-
exports.
|
|
54
|
-
exports.
|
|
55
|
-
exports.
|
|
56
|
-
exports.
|
|
55
|
+
exports.IDInformationTfheCredentialSubjectCONFIG = tfheUtilities.IDInformationTfheCredentialSubjectCONFIG;
|
|
56
|
+
exports.VC_JSON_SCHEMA_MAP = tfheUtilities.VC_JSON_SCHEMA_MAP;
|
|
57
|
+
exports.cleanObject = tfheUtilities.cleanObject;
|
|
58
|
+
exports.getAvailableFields = tfheUtilities.getAvailableFields;
|
|
59
|
+
exports.getCredentialSchemaLocation = tfheUtilities.getCredentialSchemaLocation;
|
|
60
|
+
exports.getFieldConfig = tfheUtilities.getFieldConfig;
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { d as Alpha2Country,
|
|
2
|
-
export {
|
|
3
|
-
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/
|
|
1
|
+
export { d as Alpha2Country, X as GenericVerifiableCredentialSchema, a1 as ID3CredentialSchema, F as ID3CredentialSubjectSchema, _ as IDImageCredentialSchema, T as IDImageCredentialSubjectSchema, Z as IDInformationCredentialSchema, S as IDInformationCredentialSubjectSchema, Y as IDInformationTfheCredentialSchema, Q as IDInformationTfheCredentialSubjectSchema, a2 as IDScanCredentialSchema, G as IDScanCredentialSubjectSchema, a3 as IDScanPassportCredentialSchema, H as IDScanPassportCredentialSubjectSchema, a4 as IDScanSelfieCredentialSchema, J as IDScanSelfieCredentialSubjectSchema, I as ISO3CountryCode, a9 as OLD_AMLScreeningsResultsCredentialSchema, P as OLD_AMLScreeningsResultsCredentialSubjectSchema, a5 as OLD_IDImageCredentialSchema, O as OLD_IDImageCredentialSubjectSchema, a6 as OLD_IDInformationCredentialSchema, L as OLD_IDInformationCredentialSubjectSchema, a7 as OLD_ProofOfResidenceCredentialSchema, M as OLD_ProofOfResidenceCredentialSubjectSchema, a8 as OLD_SelfieImageCredentialSchema, N as OLD_SelfieImageCredentialSubjectSchema, a0 as ProofOfResidenceCredentialSchema, V as ProofOfResidenceCredentialSubjectSchema, $ as SelfieImageCredentialSchema, U as SelfieImageCredentialSubjectSchema, e as countryISO3toISO2Mapping, i as isoCountriesNameFromISO2 } from '../../dist/vault.schema-1b7eeedd.esm.mjs';
|
|
2
|
+
export { fc as CredentialMediaType, f7 as CredentialNames, f6 as CredentialSchemas, fa as CredentialType, C as CredentialTypes, f8 as NexeraCredentialType, fb as VerifiableCredential, f9 as getCredentialName } from '../../dist/identity-api.schema-97cbcb66.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-f43f16b1.esm.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'decimal.js';
|
|
6
6
|
import 'nanoid';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-4510f916.cjs.dev.cjs');
|
|
7
|
+
var vault_schema = require('../../dist/vault.schema-4921bc9f.cjs.dev.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-5152702c.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 identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-12a25a42.cjs.prod.cjs');
|
|
7
|
+
var vault_schema = require('../../dist/vault.schema-9d80a02d.cjs.prod.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-dcf0fd09.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 { aT as UuidString,
|
|
3
|
-
import { h as RiskScoreType, o as CustomerType, u as CustomerOnboardingLevel, w as CustomerStatus, I as ISO3CountryCode,
|
|
4
|
-
import { M as MergedProviders, S as ScoringAnalysisResponse, B as BitRankVerifiedResponse, a as MerkleAddressResponse, C as ChainalysisRiskAssessmentResponse, I as IpQualityServiceAnalysisResponse, b as ComplyAdvantageSearchResponse, c as ComplyAdvantageSearchErrorResponse, d as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-
|
|
2
|
+
import { aT as UuidString, f0 as ExternalCustomerId, as as BlockchainAddress, cL as RuleResultStatus, aS as EnvironmentSchema } from '../../dist/identity-api.schema-97cbcb66.esm.mjs';
|
|
3
|
+
import { h as RiskScoreType, o as CustomerType, u as CustomerOnboardingLevel, w as CustomerStatus, I as ISO3CountryCode, X as GenericVerifiableCredentialSchema, ae as TransactionTypes, ak as TransactionReviewStatuses, aZ as _toArray, aY as _toConsumableArray } from '../../dist/vault.schema-1b7eeedd.esm.mjs';
|
|
4
|
+
import { M as MergedProviders, S as ScoringAnalysisResponse, B as BitRankVerifiedResponse, a as MerkleAddressResponse, C as ChainalysisRiskAssessmentResponse, I as IpQualityServiceAnalysisResponse, b as ComplyAdvantageSearchResponse, c as ComplyAdvantageSearchErrorResponse, d as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-4168b240.esm.mjs';
|
|
5
5
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
import 'decimal.js';
|