@nexeraid/identity-schemas 2.87.0-dev → 2.88.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-0eb79b31.cjs.prod.cjs → CoinMarketCap.schema-20fb43b4.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-92a79ab4.esm.mjs → CoinMarketCap.schema-2522156d.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-84c8a41f.cjs.dev.cjs → CoinMarketCap.schema-b5d9d48a.cjs.dev.cjs} +2 -2
- package/dist/declarations/src/identity/scenario.schema.d.ts +49 -49
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity-ids.schema.d.ts +6 -6
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/tag.schema.d.ts +10 -3
- package/dist/declarations/src/tag.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-aeb16160.cjs.prod.cjs → identity-api.schema-25a40938.cjs.prod.cjs} +83 -124
- package/dist/{identity-api.schema-827b2a5a.cjs.dev.cjs → identity-api.schema-4670c94c.cjs.dev.cjs} +83 -124
- package/dist/{identity-api.schema-56adcbaf.esm.mjs → identity-api.schema-bdf74232.esm.mjs} +84 -111
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +19 -8
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +19 -8
- package/dist/nexeraid-identity-schemas.esm.mjs +17 -8
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-1f40b92c.esm.mjs → tfhe-utilities-9a4bc5f6.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-3bdff509.cjs.prod.cjs → tfhe-utilities-be752443.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-adeee443.cjs.dev.cjs → tfhe-utilities-d05b2a83.cjs.dev.cjs} +2 -2
- package/dist/{vault.schema-adc69a50.esm.mjs → vault.schema-06c7ebc0.esm.mjs} +3 -3
- package/dist/{vault.schema-71f81a22.cjs.prod.cjs → vault.schema-771644cb.cjs.prod.cjs} +4 -4
- package/dist/{vault.schema-dae54fc4.cjs.dev.cjs → vault.schema-94ffd2d8.cjs.dev.cjs} +4 -4
- 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 +48 -21
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +48 -21
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +31 -5
|
@@ -2594,7 +2594,7 @@ var ScorechainAnalysisPrefix = "scrchn";
|
|
|
2594
2594
|
var MetaAlertPrefix = "malrt";
|
|
2595
2595
|
|
|
2596
2596
|
// TMS
|
|
2597
|
-
var
|
|
2597
|
+
var TagsToEntityPrefix = "tte";
|
|
2598
2598
|
var TransactionAddressesPrefix = "txa";
|
|
2599
2599
|
var TransactionPrefix = "tx";
|
|
2600
2600
|
var TransactionActivityPrefix = "txac";
|
|
@@ -2708,7 +2708,7 @@ var ActionId = createBrandedSchemaId("".concat(ActionPrefix, "_"));
|
|
|
2708
2708
|
var MetaAlertId = createBrandedSchemaId("".concat(MetaAlertPrefix, "_"));
|
|
2709
2709
|
|
|
2710
2710
|
// TMS
|
|
2711
|
-
var
|
|
2711
|
+
var TagsToEntityId = createBrandedSchemaId("".concat(TagsToEntityPrefix, "_"));
|
|
2712
2712
|
var TransactionAddressesId = createBrandedSchemaId("".concat(TransactionAddressesPrefix, "_"));
|
|
2713
2713
|
var TransactionId = createBrandedSchemaId("".concat(TransactionPrefix, "_"));
|
|
2714
2714
|
var TransactionActivityId = createBrandedSchemaId("".concat(TransactionActivityPrefix, "_"));
|
|
@@ -11262,8 +11262,8 @@ exports.TRANSACTION_CHARTS = TRANSACTION_CHARTS;
|
|
|
11262
11262
|
exports.TRANSACTION_TABLE_COLUMNS = TRANSACTION_TABLE_COLUMNS;
|
|
11263
11263
|
exports.TagId = TagId;
|
|
11264
11264
|
exports.TagPrefix = TagPrefix;
|
|
11265
|
-
exports.
|
|
11266
|
-
exports.
|
|
11265
|
+
exports.TagsToEntityId = TagsToEntityId;
|
|
11266
|
+
exports.TagsToEntityPrefix = TagsToEntityPrefix;
|
|
11267
11267
|
exports.TestId = TestId;
|
|
11268
11268
|
exports.TestPrefix = TestPrefix;
|
|
11269
11269
|
exports.TezosAddress = TezosAddress;
|
|
@@ -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-4670c94c.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-94ffd2d8.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-25a40938.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-771644cb.cjs.prod.cjs');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { Z as ACTION_STATUSES, X as ACTION_TRIGGERS, bk as ARRAY_OPERATORS, b2 as AUTHORIZATION_REQUEST_MESSAGE_TYPES, H as AVAILABLE_FLOWS, an as AbbreviatedWorkflowScenario, al as Action, _ as ActionStatus, Y as ActionTrigger, W as ActionType, $ as ActionValue, by as AllCredentialValues, cc as AllScenarioExecutionAuthorizationData, c4 as AnyTxAuthDataSignatureResponse, c7 as AnyTxAuthInputJsSdk, bZ as ApiTezosTxAuthInput, bV as ApiTxAuthInput, bl as ArrayOperator, ba as AuthQrCodeData, aI as AuthSession, aJ as AuthSessionData, b5 as AuthorizationRequestMessage, b4 as AuthorizationRequestMessageType, b3 as AuthorizationRequestMessageTypes, b8 as AuthorizationResponseMessage, J as AvailableFlow, bq as BOOLEAN_OPERATORS, a8 as BackwardsCompatibleScenarioType, a7 as BackwardsCompatibleScenarioTypes, a9 as BaseQueryResponse, br as BooleanOperator, a$ as CIRCUIT_IDS, bJ as ChallengeQuerySchema, aK as ChallengeResponse, b0 as CircuitId, r as CloseScreenNotification, aq as ComplianceImplementationStepsInput, cb as CreateAuthRequestProps, ap as CreateTemplateScenario, b9 as CredentialQrCodeData, bs as DATE_OPERATORS, L as DataAvailableOnStart, bt as DateOperator, c5 as Eip155TxAuthInputJsSdk, ab as ExecuteQueryResponse, c3 as ExtendedTezosTxAuthDataSignatureResponse, c1 as ExtendedTezosTxAuthInput, c2 as ExtendedTxAuthDataSignatureResponse, c0 as ExtendedTxAuthInput, aH as GenerateWalletChallengeRequest, as as GetCredentialsRequest, at as GetCredentialsResponse, aN as GetCustomerStatusRequest, aS as GetCustomerStatusResponse, b$ as GetTezosTxAuthDataSignatureResponse, bX as GetTxAuthDataSignatureResponse, aB as GetTxAuthSigRequest, aD as GetTxAuthSigRequestTezos, aC as GetTxAuthSigResponse, aE as GetTxAuthSigResponseTezos, aV as HostMessage, aF as HostRequestMessage, U as HostResponseMessage, bx as IDInformationTfhe, aT as IdentityAppMessage, aW as IdentityMessage, A as IdentityNotificationMessage, G as IdentityRequestMessage, aG as IdentityResponseMessage, aO as IdentitySdkMessage, aP as IdentitySdkMessageWithIdentifier, aU as IdentityWallet, D as InitialDataRequest, M as InitialDataResponse, I as IsVerifiedNotification, az as IsVerifiedRequest, aA as IsVerifiedResponse, s as KycCompletionData, t as KycCompletionNotification, aZ as MediaType, a_ as MediaTypePID, bo as NUMERIC_OPERATORS, bp as NumericOperator, bK as OLD_CHALLENGE_QUERY_OPERATORS, bL as OLD_ChallengeQueryOperator, bO as OLD_ChallengeQueryOperatorToOperator, bG as OLD_ChallengeQuerySchema, bQ as OLD_QueryCredentialType, bP as OLD_QueryCredentialTypes, bg as OPERATORS, y as OcvSdkInitialized, O as OffChainScenarioExecutionData, aa as OffChainZKPRuleResult, v as OnChainScenarioExecutionData, bh as Operator, bM as OperatorMappings, bN as OperatorToOLD_ChallengeQueryOperator, bF as PartialQueryConfigSimplified, P as PolygonIdInitialized, av as PolygonIdRequest, au as PolygonIdRequestData, ax as PolygonIdResponse, aw as PolygonIdResponseData, ca as PrivacyPreservingMonitoring, b6 as ProofData, be as QUERY_LOGIC_OPERATOR, bb as QrCodeLinkWithSchemaType, bz as QueriesOptions, bC as QueryConfigSimplified, bB as QueryConfigTfhe, bI as QueryCredentialType, bH as QueryCredentialTypes, bD as QueryGroupConfigSimplified, bf as QueryLogicOperator, bA as QueryType, aX as RequiredDataRowSchema, aY as RequiredVerificationData, ac as RuleEngineResponse, u as RuleEngineScenarioExecutionData, bE as RuleResultQueryConfig, af as RuleResultStatus, ag as RuleResultStatusLabels, ae as RuleResultStatuses, V as SCENARIO_ACTION_TYPES, cd as SCENARIO_AUTHORIZATION_STATUSES, bm as STRING_OPERATORS, bu as SUPPORTED_TYPES, am as Scenario, S as ScenarioAuthorizationData, ce as ScenarioAuthorizationStatus, w as ScenarioExecutionData, x as ScenarioExecutionNotification, ad as ScenarioExecutionResponse, a3 as ScenarioMode, a2 as ScenarioModes, a6 as ScenarioSchema, a5 as ScenarioStatus, a4 as ScenarioStatuses, a1 as ScenarioType, a0 as ScenarioTypes, ah as SdkVerificationOutput, q as SdkVerificationResponseSchema, F as SendTransactionRequest, E as SignatureRequest, N as SignatureResponse, ar as SimplifiedCredential, z as StartCompletedNotification, ay as StartFlowRequest, bn as StringOperator, bv as SupportedType, bw as SupportedTypes, ao as TemplateScenario, bY as TezosTxAuthInput, c6 as TezosTxAuthInputJsSdk, b_ as TezosTxSignatureResponse, T as TransactionData, Q as TransactionResponse, aR as TxAuthDataSignatureGatingError, aM as TxAuthDataSignatureGatingRequest, aQ as TxAuthDataSignatureResponse, bU as TxAuthInput, bW as TxSignatureResponse, ak as VerificationOutput, aj as VerificationSessionStatus, ai as VerificationSessionStatuses, cg as VerifyWalletChallengeRequest, aL as WalletSignResponse, cf as WalletSignatureResponse, bi as ZKPOperator, c8 as ZKPRequest, c9 as ZKPRequestFromZKVerifier, b1 as ZeroKnowledgeProofRequest, b7 as ZeroKnowledgeProofResponse, bS as getOldCredentialPath, bR as getOldCredentialType, bT as oldCredentialPathToDataLink, bj as operatorDisplayMap, bc as parseIden3Message, bd as parseSessionIdFromUrl } from '../../dist/identity-api.schema-
|
|
1
|
+
export { Z as ACTION_STATUSES, X as ACTION_TRIGGERS, bk as ARRAY_OPERATORS, b2 as AUTHORIZATION_REQUEST_MESSAGE_TYPES, H as AVAILABLE_FLOWS, an as AbbreviatedWorkflowScenario, al as Action, _ as ActionStatus, Y as ActionTrigger, W as ActionType, $ as ActionValue, by as AllCredentialValues, cc as AllScenarioExecutionAuthorizationData, c4 as AnyTxAuthDataSignatureResponse, c7 as AnyTxAuthInputJsSdk, bZ as ApiTezosTxAuthInput, bV as ApiTxAuthInput, bl as ArrayOperator, ba as AuthQrCodeData, aI as AuthSession, aJ as AuthSessionData, b5 as AuthorizationRequestMessage, b4 as AuthorizationRequestMessageType, b3 as AuthorizationRequestMessageTypes, b8 as AuthorizationResponseMessage, J as AvailableFlow, bq as BOOLEAN_OPERATORS, a8 as BackwardsCompatibleScenarioType, a7 as BackwardsCompatibleScenarioTypes, a9 as BaseQueryResponse, br as BooleanOperator, a$ as CIRCUIT_IDS, bJ as ChallengeQuerySchema, aK as ChallengeResponse, b0 as CircuitId, r as CloseScreenNotification, aq as ComplianceImplementationStepsInput, cb as CreateAuthRequestProps, ap as CreateTemplateScenario, b9 as CredentialQrCodeData, bs as DATE_OPERATORS, L as DataAvailableOnStart, bt as DateOperator, c5 as Eip155TxAuthInputJsSdk, ab as ExecuteQueryResponse, c3 as ExtendedTezosTxAuthDataSignatureResponse, c1 as ExtendedTezosTxAuthInput, c2 as ExtendedTxAuthDataSignatureResponse, c0 as ExtendedTxAuthInput, aH as GenerateWalletChallengeRequest, as as GetCredentialsRequest, at as GetCredentialsResponse, aN as GetCustomerStatusRequest, aS as GetCustomerStatusResponse, b$ as GetTezosTxAuthDataSignatureResponse, bX as GetTxAuthDataSignatureResponse, aB as GetTxAuthSigRequest, aD as GetTxAuthSigRequestTezos, aC as GetTxAuthSigResponse, aE as GetTxAuthSigResponseTezos, aV as HostMessage, aF as HostRequestMessage, U as HostResponseMessage, bx as IDInformationTfhe, aT as IdentityAppMessage, aW as IdentityMessage, A as IdentityNotificationMessage, G as IdentityRequestMessage, aG as IdentityResponseMessage, aO as IdentitySdkMessage, aP as IdentitySdkMessageWithIdentifier, aU as IdentityWallet, D as InitialDataRequest, M as InitialDataResponse, I as IsVerifiedNotification, az as IsVerifiedRequest, aA as IsVerifiedResponse, s as KycCompletionData, t as KycCompletionNotification, aZ as MediaType, a_ as MediaTypePID, bo as NUMERIC_OPERATORS, bp as NumericOperator, bK as OLD_CHALLENGE_QUERY_OPERATORS, bL as OLD_ChallengeQueryOperator, bO as OLD_ChallengeQueryOperatorToOperator, bG as OLD_ChallengeQuerySchema, bQ as OLD_QueryCredentialType, bP as OLD_QueryCredentialTypes, bg as OPERATORS, y as OcvSdkInitialized, O as OffChainScenarioExecutionData, aa as OffChainZKPRuleResult, v as OnChainScenarioExecutionData, bh as Operator, bM as OperatorMappings, bN as OperatorToOLD_ChallengeQueryOperator, bF as PartialQueryConfigSimplified, P as PolygonIdInitialized, av as PolygonIdRequest, au as PolygonIdRequestData, ax as PolygonIdResponse, aw as PolygonIdResponseData, ca as PrivacyPreservingMonitoring, b6 as ProofData, be as QUERY_LOGIC_OPERATOR, bb as QrCodeLinkWithSchemaType, bz as QueriesOptions, bC as QueryConfigSimplified, bB as QueryConfigTfhe, bI as QueryCredentialType, bH as QueryCredentialTypes, bD as QueryGroupConfigSimplified, bf as QueryLogicOperator, bA as QueryType, aX as RequiredDataRowSchema, aY as RequiredVerificationData, ac as RuleEngineResponse, u as RuleEngineScenarioExecutionData, bE as RuleResultQueryConfig, af as RuleResultStatus, ag as RuleResultStatusLabels, ae as RuleResultStatuses, V as SCENARIO_ACTION_TYPES, cd as SCENARIO_AUTHORIZATION_STATUSES, bm as STRING_OPERATORS, bu as SUPPORTED_TYPES, am as Scenario, S as ScenarioAuthorizationData, ce as ScenarioAuthorizationStatus, w as ScenarioExecutionData, x as ScenarioExecutionNotification, ad as ScenarioExecutionResponse, a3 as ScenarioMode, a2 as ScenarioModes, a6 as ScenarioSchema, a5 as ScenarioStatus, a4 as ScenarioStatuses, a1 as ScenarioType, a0 as ScenarioTypes, ah as SdkVerificationOutput, q as SdkVerificationResponseSchema, F as SendTransactionRequest, E as SignatureRequest, N as SignatureResponse, ar as SimplifiedCredential, z as StartCompletedNotification, ay as StartFlowRequest, bn as StringOperator, bv as SupportedType, bw as SupportedTypes, ao as TemplateScenario, bY as TezosTxAuthInput, c6 as TezosTxAuthInputJsSdk, b_ as TezosTxSignatureResponse, T as TransactionData, Q as TransactionResponse, aR as TxAuthDataSignatureGatingError, aM as TxAuthDataSignatureGatingRequest, aQ as TxAuthDataSignatureResponse, bU as TxAuthInput, bW as TxSignatureResponse, ak as VerificationOutput, aj as VerificationSessionStatus, ai as VerificationSessionStatuses, cg as VerifyWalletChallengeRequest, aL as WalletSignResponse, cf as WalletSignatureResponse, bi as ZKPOperator, c8 as ZKPRequest, c9 as ZKPRequestFromZKVerifier, b1 as ZeroKnowledgeProofRequest, b7 as ZeroKnowledgeProofResponse, bS as getOldCredentialPath, bR as getOldCredentialType, bT as oldCredentialPathToDataLink, bj as operatorDisplayMap, bc as parseIden3Message, bd as parseSessionIdFromUrl } from '../../dist/identity-api.schema-bdf74232.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/vault.schema-
|
|
3
|
+
import '../../dist/vault.schema-06c7ebc0.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-94ffd2d8.cjs.dev.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-b5d9d48a.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-4670c94c.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-771644cb.cjs.prod.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-20fb43b4.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-25a40938.cjs.prod.cjs');
|
|
11
11
|
|
|
12
12
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
13
13
|
id: "BITCOIN",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { ej as ANALYSIS_TYPES, ek as AnalysisType, eu as Coin, ez as EntityRiskDefaultsMap, ey as EntityRiskDefaultsValues, eF as GetActiveBlockchains, eE as GetActiveBlockchainsRequest, eG as GetActiveBlockchainsResponse, eJ as GetAddressAnalysis, eH as GetAddressAnalysisRequest, eK as GetAddressAnalysisResponse, eo as NonMinimalScorechainBlockchain, el as OBJECT_TYPES, em as ObjectType, eM as RawScorechainResult, ex as RiskExplanation, ev as RiskSeverity, eC as ScorechainAnalysis, en as ScorechainBlockchain, ep as ScorechainBlockchainToNamespace, eI as ScorechainEntity, ew as ScorechainEntityType, eB as ScorechainError, eA as ScorechainErrorResponse, eN as ScorechainRiskToRiskLevel, er as ScorechainWalletRiskLevel, eq as ScorechainWalletRiskLevels, eL as ScoringAnalysisApiRequest, eg as ScoringAnalysisRequest, eD as ScoringAnalysisResponse, eh as WorkflowsScoringAnalysisRequest, et as compareRiskLevels, es as getRiskLevelByRiskScore } from '../../dist/vault.schema-
|
|
2
|
-
export { K as AMLMetadata, cQ as ApiErrorCommandResponse, cP as ApiErrorResponse, cR as ApiSuccessCommandResponse, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, c_ as BeneficiaryVerificationStatus, c$ 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, di as ChainalysisApiError, a$ as ChainalysisConfig, dg as ChainalysisErrorCodes, bc as ChainalysisProvider, de as ChainalysisRegisterApiResponse, dj as ChainalysisRegisterResponse, dd as ChainalysisRequest, dh as ChainalysisRiskAssessmentApiResponse, dk as ChainalysisRiskAssessmentResponse, df as ChainalysisRiskLevel, a4 as CoerceDateUTC, dp as CoinMarketCapApiResponse, dq as CoinMarketCapFiatId, dm as CoinMarketCapQuote, dn as CoinMarketCapQuotes, dl as CoinMarketCapRequest, cZ 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, d4 as CustomerDocumentMetaData, d5 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, d1 as GetKybSessionInput, d2 as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, cS as GetKycSessionsOutput, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, cN as IDImageMetaData, 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, cV as KYB_RESULTS, cX as KYB_SESSION_STATUSES, cT as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cW as KybResult, cY as KybSessionStatus, cU 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, db as MerkleAddressApiError, da as MerkleAddressApiResponse, d9 as MerkleAddressRequest, dc as MerkleAddressResponse, d8 as MerkleBlockChainCodes, d7 as MerkleBlockChainName, d6 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, d0 as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, cO as SelfieImageMetaData, 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, d3 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 { ej as ANALYSIS_TYPES, ek as AnalysisType, eu as Coin, ez as EntityRiskDefaultsMap, ey as EntityRiskDefaultsValues, eF as GetActiveBlockchains, eE as GetActiveBlockchainsRequest, eG as GetActiveBlockchainsResponse, eJ as GetAddressAnalysis, eH as GetAddressAnalysisRequest, eK as GetAddressAnalysisResponse, eo as NonMinimalScorechainBlockchain, el as OBJECT_TYPES, em as ObjectType, eM as RawScorechainResult, ex as RiskExplanation, ev as RiskSeverity, eC as ScorechainAnalysis, en as ScorechainBlockchain, ep as ScorechainBlockchainToNamespace, eI as ScorechainEntity, ew as ScorechainEntityType, eB as ScorechainError, eA as ScorechainErrorResponse, eN as ScorechainRiskToRiskLevel, er as ScorechainWalletRiskLevel, eq as ScorechainWalletRiskLevels, eL as ScoringAnalysisApiRequest, eg as ScoringAnalysisRequest, eD as ScoringAnalysisResponse, eh as WorkflowsScoringAnalysisRequest, et as compareRiskLevels, es as getRiskLevelByRiskScore } from '../../dist/vault.schema-06c7ebc0.esm.mjs';
|
|
2
|
+
export { K as AMLMetadata, cQ as ApiErrorCommandResponse, cP as ApiErrorResponse, cR as ApiSuccessCommandResponse, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, c_ as BeneficiaryVerificationStatus, c$ 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, di as ChainalysisApiError, a$ as ChainalysisConfig, dg as ChainalysisErrorCodes, bc as ChainalysisProvider, de as ChainalysisRegisterApiResponse, dj as ChainalysisRegisterResponse, dd as ChainalysisRequest, dh as ChainalysisRiskAssessmentApiResponse, dk as ChainalysisRiskAssessmentResponse, df as ChainalysisRiskLevel, a4 as CoerceDateUTC, dp as CoinMarketCapApiResponse, dq as CoinMarketCapFiatId, dm as CoinMarketCapQuote, dn as CoinMarketCapQuotes, dl as CoinMarketCapRequest, cZ 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, d4 as CustomerDocumentMetaData, d5 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, d1 as GetKybSessionInput, d2 as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, cS as GetKycSessionsOutput, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, cN as IDImageMetaData, 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, cV as KYB_RESULTS, cX as KYB_SESSION_STATUSES, cT as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cW as KybResult, cY as KybSessionStatus, cU 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, db as MerkleAddressApiError, da as MerkleAddressApiResponse, d9 as MerkleAddressRequest, dc as MerkleAddressResponse, d8 as MerkleBlockChainCodes, d7 as MerkleBlockChainName, d6 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, d0 as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, cO as SelfieImageMetaData, 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, d3 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-2522156d.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-bdf74232.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-94ffd2d8.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-771644cb.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
require('decimal.js');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { dQ as AmlResults, dV as DataLinkTypeZodSchema, dT as DataLinkVersionZodSchema, dR as DetectedDuplicates, e8 as GenericVaultDataLinkZodSchema, e7 as GenericVaultEmbeddedLinkZodSchema, e5 as GenericVaultPointerLinkZodSchema, e6 as GenericVaultSearchLinkZodSchema, dW as Separator, d_ as VaultJsonSchemas, e4 as VaultMetadataLinkZodSchema, e2 as VaultPointerKeyMapZodSchema, e3 as VaultQueryMapZodSchema, e0 as VaultSchemaIdZodSchema, e1 as VaultSchemaPathsZodSchema, d$ as VaultZodSchema, dU as allDataLinkTypes, dS as allDataLinkVersions, dX as generateZodObjectPaths, dY as resolvePathOnDataSchema, dZ as resolvePathOnMapSchema } from '../../dist/vault.schema-
|
|
1
|
+
export { dQ as AmlResults, dV as DataLinkTypeZodSchema, dT as DataLinkVersionZodSchema, dR as DetectedDuplicates, e8 as GenericVaultDataLinkZodSchema, e7 as GenericVaultEmbeddedLinkZodSchema, e5 as GenericVaultPointerLinkZodSchema, e6 as GenericVaultSearchLinkZodSchema, dW as Separator, d_ as VaultJsonSchemas, e4 as VaultMetadataLinkZodSchema, e2 as VaultPointerKeyMapZodSchema, e3 as VaultQueryMapZodSchema, e0 as VaultSchemaIdZodSchema, e1 as VaultSchemaPathsZodSchema, d$ as VaultZodSchema, dU as allDataLinkTypes, dS as allDataLinkVersions, dX as generateZodObjectPaths, dY as resolvePathOnDataSchema, dZ as resolvePathOnMapSchema } from '../../dist/vault.schema-06c7ebc0.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-94ffd2d8.cjs.dev.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-4670c94c.cjs.dev.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-d05b2a83.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-771644cb.cjs.prod.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-25a40938.cjs.prod.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-be752443.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, d4 as GenericVerifiableCredentialSchema, da as ID3CredentialSchema, cS as ID3CredentialSubjectSchema, d7 as IDImageCredentialSchema, d1 as IDImageCredentialSubjectSchema, d6 as IDInformationCredentialSchema, d0 as IDInformationCredentialSubjectSchema, d5 as IDInformationTfheCredentialSchema, c$ as IDInformationTfheCredentialSubjectSchema, db as IDScanCredentialSchema, cT as IDScanCredentialSubjectSchema, dc as IDScanPassportCredentialSchema, cU as IDScanPassportCredentialSubjectSchema, dd as IDScanSelfieCredentialSchema, cV as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, di as OLD_AMLScreeningsResultsCredentialSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, de as OLD_IDImageCredentialSchema, cW as OLD_IDImageCredentialSubjectSchema, df as OLD_IDInformationCredentialSchema, cX as OLD_IDInformationCredentialSubjectSchema, dg as OLD_ProofOfResidenceCredentialSchema, cY as OLD_ProofOfResidenceCredentialSubjectSchema, dh as OLD_SelfieImageCredentialSchema, cZ as OLD_SelfieImageCredentialSubjectSchema, d9 as ProofOfResidenceCredentialSchema, d3 as ProofOfResidenceCredentialSubjectSchema, d8 as SelfieImageCredentialSchema, d2 as SelfieImageCredentialSubjectSchema, b1 as countryISO3toISO2Mapping, b4 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-
|
|
2
|
-
export { cn as CredentialMediaType, ci as CredentialNames, ch as CredentialSchemas, cl as CredentialType, C as CredentialTypes, cj as NexeraCredentialType, cm as VerifiableCredential, ck 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, d4 as GenericVerifiableCredentialSchema, da as ID3CredentialSchema, cS as ID3CredentialSubjectSchema, d7 as IDImageCredentialSchema, d1 as IDImageCredentialSubjectSchema, d6 as IDInformationCredentialSchema, d0 as IDInformationCredentialSubjectSchema, d5 as IDInformationTfheCredentialSchema, c$ as IDInformationTfheCredentialSubjectSchema, db as IDScanCredentialSchema, cT as IDScanCredentialSubjectSchema, dc as IDScanPassportCredentialSchema, cU as IDScanPassportCredentialSubjectSchema, dd as IDScanSelfieCredentialSchema, cV as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, di as OLD_AMLScreeningsResultsCredentialSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, de as OLD_IDImageCredentialSchema, cW as OLD_IDImageCredentialSubjectSchema, df as OLD_IDInformationCredentialSchema, cX as OLD_IDInformationCredentialSubjectSchema, dg as OLD_ProofOfResidenceCredentialSchema, cY as OLD_ProofOfResidenceCredentialSubjectSchema, dh as OLD_SelfieImageCredentialSchema, cZ as OLD_SelfieImageCredentialSubjectSchema, d9 as ProofOfResidenceCredentialSchema, d3 as ProofOfResidenceCredentialSubjectSchema, d8 as SelfieImageCredentialSchema, d2 as SelfieImageCredentialSubjectSchema, b1 as countryISO3toISO2Mapping, b4 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-06c7ebc0.esm.mjs';
|
|
2
|
+
export { cn as CredentialMediaType, ci as CredentialNames, ch as CredentialSchemas, cl as CredentialType, C as CredentialTypes, cj as NexeraCredentialType, cm as VerifiableCredential, ck as getCredentialName } from '../../dist/identity-api.schema-bdf74232.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-9a4bc5f6.esm.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'nanoid';
|
|
6
6
|
import 'decimal.js';
|
|
@@ -2,20 +2,47 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-827b2a5a.cjs.dev.cjs');
|
|
6
5
|
var zod = require('zod');
|
|
7
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
8
|
-
var
|
|
6
|
+
var vault_schema = require('../../dist/vault.schema-94ffd2d8.cjs.dev.cjs');
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-4670c94c.cjs.dev.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-b5d9d48a.cjs.dev.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
12
12
|
|
|
13
|
+
// Alert Statuses
|
|
14
|
+
var AlertStatuses = ["Open", "Under Investigation", "Pending", "Closed", "Escalated"];
|
|
15
|
+
var AlertStatus = zod.z["enum"](AlertStatuses);
|
|
16
|
+
// Alert Types
|
|
17
|
+
var AlertTypes = ["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate", "Individual Monitoring"];
|
|
18
|
+
var AlertType = zod.z["enum"](AlertTypes);
|
|
19
|
+
// Alert Severities
|
|
20
|
+
var AlertSeverities = ["Low", "Medium", "High"];
|
|
21
|
+
var AlertSeverity = zod.z["enum"](AlertSeverities);
|
|
22
|
+
// Alert Categories
|
|
23
|
+
var AlertCategories = ["Onboarding", "Ongoing monitoring"];
|
|
24
|
+
var AlertCategory = zod.z["enum"](AlertCategories);
|
|
25
|
+
var ALERT_CHART_TYPES = ["total", "new", "opened", "closed", "inProgress", "unassigned", "escalated", "overdue", "avgClosureTime", "ageOfOldest", "alertTrendsOverTime", "alertsByType", "ageOfOpenAlerts", "alertsPerOfficer", "alertsSeverity"];
|
|
26
|
+
var AlertChartType = zod.z["enum"](ALERT_CHART_TYPES);
|
|
27
|
+
var ALERT_TABLE_COLUMNS = ["selected", "createdAt", "overdue", "id", "severity", "type", "description", "assignedTo", "country", "status"];
|
|
28
|
+
var AlertTableColumn = zod.z["enum"](ALERT_TABLE_COLUMNS);
|
|
29
|
+
var UserInfoForDuplicate = zod.z.object({
|
|
30
|
+
customerId: vault_schema.UuidString,
|
|
31
|
+
customerInfo: zod.z.string().nullish(),
|
|
32
|
+
profilePicture: zod.z.string().nullish(),
|
|
33
|
+
idDocumentUrl: zod.z.string().nullish()
|
|
34
|
+
});
|
|
35
|
+
var DuplicateData = zod.z.object({
|
|
36
|
+
original: UserInfoForDuplicate,
|
|
37
|
+
duplicate: UserInfoForDuplicate
|
|
38
|
+
});
|
|
39
|
+
|
|
13
40
|
var AlertWebhookPayload = zod.z.object({
|
|
14
41
|
id: vault_schema.UuidString,
|
|
15
|
-
severity:
|
|
16
|
-
category:
|
|
17
|
-
type:
|
|
18
|
-
status:
|
|
42
|
+
severity: AlertSeverity,
|
|
43
|
+
category: AlertCategory,
|
|
44
|
+
type: AlertType,
|
|
45
|
+
status: AlertStatus,
|
|
19
46
|
customerId: vault_schema.UuidString,
|
|
20
47
|
externalCustomerId: vault_schema.ExternalCustomerId.nullish(),
|
|
21
48
|
cmsProjectId: zod.z.string().optional(),
|
|
@@ -644,22 +671,20 @@ var NexeraWebhookEvents = [{
|
|
|
644
671
|
}
|
|
645
672
|
}];
|
|
646
673
|
|
|
647
|
-
exports.ALERT_CHART_TYPES =
|
|
648
|
-
exports.ALERT_TABLE_COLUMNS =
|
|
649
|
-
exports.AlertCategories =
|
|
650
|
-
exports.AlertCategory =
|
|
651
|
-
exports.AlertChartType =
|
|
652
|
-
exports.AlertSeverities = identityApi_schema.AlertSeverities;
|
|
653
|
-
exports.AlertSeverity = identityApi_schema.AlertSeverity;
|
|
654
|
-
exports.AlertStatus = identityApi_schema.AlertStatus;
|
|
655
|
-
exports.AlertStatuses = identityApi_schema.AlertStatuses;
|
|
656
|
-
exports.AlertTableColumn = identityApi_schema.AlertTableColumn;
|
|
657
|
-
exports.AlertType = identityApi_schema.AlertType;
|
|
658
|
-
exports.AlertTypes = identityApi_schema.AlertTypes;
|
|
659
|
-
exports.DuplicateData = identityApi_schema.DuplicateData;
|
|
660
|
-
exports.UserInfoForDuplicate = identityApi_schema.UserInfoForDuplicate;
|
|
674
|
+
exports.ALERT_CHART_TYPES = ALERT_CHART_TYPES;
|
|
675
|
+
exports.ALERT_TABLE_COLUMNS = ALERT_TABLE_COLUMNS;
|
|
676
|
+
exports.AlertCategories = AlertCategories;
|
|
677
|
+
exports.AlertCategory = AlertCategory;
|
|
678
|
+
exports.AlertChartType = AlertChartType;
|
|
661
679
|
exports.AlertCreatedPayload = AlertCreatedPayload;
|
|
662
680
|
exports.AlertDeletedPayload = AlertDeletedPayload;
|
|
681
|
+
exports.AlertSeverities = AlertSeverities;
|
|
682
|
+
exports.AlertSeverity = AlertSeverity;
|
|
683
|
+
exports.AlertStatus = AlertStatus;
|
|
684
|
+
exports.AlertStatuses = AlertStatuses;
|
|
685
|
+
exports.AlertTableColumn = AlertTableColumn;
|
|
686
|
+
exports.AlertType = AlertType;
|
|
687
|
+
exports.AlertTypes = AlertTypes;
|
|
663
688
|
exports.AlertUpdatedPayload = AlertUpdatedPayload;
|
|
664
689
|
exports.AlertWebhookPayload = AlertWebhookPayload;
|
|
665
690
|
exports.AllNexeraEventTypes = AllNexeraEventTypes;
|
|
@@ -682,6 +707,7 @@ exports.CustomerUpdatedPayload = CustomerUpdatedPayload;
|
|
|
682
707
|
exports.CustomerWebhookPayload = CustomerWebhookPayload;
|
|
683
708
|
exports.DeleteEndpointInput = DeleteEndpointInput;
|
|
684
709
|
exports.DeleteEndpointOutput = DeleteEndpointOutput;
|
|
710
|
+
exports.DuplicateData = DuplicateData;
|
|
685
711
|
exports.EndpointCheckboxsCollapsiblesSchema = EndpointCheckboxsCollapsiblesSchema;
|
|
686
712
|
exports.EndpointHandlingForm = EndpointHandlingForm;
|
|
687
713
|
exports.EndpointOut = EndpointOut;
|
|
@@ -721,6 +747,7 @@ exports.TMSUpdatedPayload = TMSUpdatedPayload;
|
|
|
721
747
|
exports.TMSWebhookPayload = TMSWebhookPayload;
|
|
722
748
|
exports.UpdateEndpointInput = UpdateEndpointInput;
|
|
723
749
|
exports.UpdateEndpointOutput = UpdateEndpointOutput;
|
|
750
|
+
exports.UserInfoForDuplicate = UserInfoForDuplicate;
|
|
724
751
|
exports.VerificationFlowChecksWebhookPayload = VerificationFlowChecksWebhookPayload;
|
|
725
752
|
exports.VerificationFlowResult = VerificationFlowResult;
|
|
726
753
|
exports.VerificationFlowResultBitRank = VerificationFlowResultBitRank;
|
|
@@ -2,20 +2,47 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-aeb16160.cjs.prod.cjs');
|
|
6
5
|
var zod = require('zod');
|
|
7
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
8
|
-
var
|
|
6
|
+
var vault_schema = require('../../dist/vault.schema-771644cb.cjs.prod.cjs');
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-25a40938.cjs.prod.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-20fb43b4.cjs.prod.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
12
12
|
|
|
13
|
+
// Alert Statuses
|
|
14
|
+
var AlertStatuses = ["Open", "Under Investigation", "Pending", "Closed", "Escalated"];
|
|
15
|
+
var AlertStatus = zod.z["enum"](AlertStatuses);
|
|
16
|
+
// Alert Types
|
|
17
|
+
var AlertTypes = ["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate", "Individual Monitoring"];
|
|
18
|
+
var AlertType = zod.z["enum"](AlertTypes);
|
|
19
|
+
// Alert Severities
|
|
20
|
+
var AlertSeverities = ["Low", "Medium", "High"];
|
|
21
|
+
var AlertSeverity = zod.z["enum"](AlertSeverities);
|
|
22
|
+
// Alert Categories
|
|
23
|
+
var AlertCategories = ["Onboarding", "Ongoing monitoring"];
|
|
24
|
+
var AlertCategory = zod.z["enum"](AlertCategories);
|
|
25
|
+
var ALERT_CHART_TYPES = ["total", "new", "opened", "closed", "inProgress", "unassigned", "escalated", "overdue", "avgClosureTime", "ageOfOldest", "alertTrendsOverTime", "alertsByType", "ageOfOpenAlerts", "alertsPerOfficer", "alertsSeverity"];
|
|
26
|
+
var AlertChartType = zod.z["enum"](ALERT_CHART_TYPES);
|
|
27
|
+
var ALERT_TABLE_COLUMNS = ["selected", "createdAt", "overdue", "id", "severity", "type", "description", "assignedTo", "country", "status"];
|
|
28
|
+
var AlertTableColumn = zod.z["enum"](ALERT_TABLE_COLUMNS);
|
|
29
|
+
var UserInfoForDuplicate = zod.z.object({
|
|
30
|
+
customerId: vault_schema.UuidString,
|
|
31
|
+
customerInfo: zod.z.string().nullish(),
|
|
32
|
+
profilePicture: zod.z.string().nullish(),
|
|
33
|
+
idDocumentUrl: zod.z.string().nullish()
|
|
34
|
+
});
|
|
35
|
+
var DuplicateData = zod.z.object({
|
|
36
|
+
original: UserInfoForDuplicate,
|
|
37
|
+
duplicate: UserInfoForDuplicate
|
|
38
|
+
});
|
|
39
|
+
|
|
13
40
|
var AlertWebhookPayload = zod.z.object({
|
|
14
41
|
id: vault_schema.UuidString,
|
|
15
|
-
severity:
|
|
16
|
-
category:
|
|
17
|
-
type:
|
|
18
|
-
status:
|
|
42
|
+
severity: AlertSeverity,
|
|
43
|
+
category: AlertCategory,
|
|
44
|
+
type: AlertType,
|
|
45
|
+
status: AlertStatus,
|
|
19
46
|
customerId: vault_schema.UuidString,
|
|
20
47
|
externalCustomerId: vault_schema.ExternalCustomerId.nullish(),
|
|
21
48
|
cmsProjectId: zod.z.string().optional(),
|
|
@@ -644,22 +671,20 @@ var NexeraWebhookEvents = [{
|
|
|
644
671
|
}
|
|
645
672
|
}];
|
|
646
673
|
|
|
647
|
-
exports.ALERT_CHART_TYPES =
|
|
648
|
-
exports.ALERT_TABLE_COLUMNS =
|
|
649
|
-
exports.AlertCategories =
|
|
650
|
-
exports.AlertCategory =
|
|
651
|
-
exports.AlertChartType =
|
|
652
|
-
exports.AlertSeverities = identityApi_schema.AlertSeverities;
|
|
653
|
-
exports.AlertSeverity = identityApi_schema.AlertSeverity;
|
|
654
|
-
exports.AlertStatus = identityApi_schema.AlertStatus;
|
|
655
|
-
exports.AlertStatuses = identityApi_schema.AlertStatuses;
|
|
656
|
-
exports.AlertTableColumn = identityApi_schema.AlertTableColumn;
|
|
657
|
-
exports.AlertType = identityApi_schema.AlertType;
|
|
658
|
-
exports.AlertTypes = identityApi_schema.AlertTypes;
|
|
659
|
-
exports.DuplicateData = identityApi_schema.DuplicateData;
|
|
660
|
-
exports.UserInfoForDuplicate = identityApi_schema.UserInfoForDuplicate;
|
|
674
|
+
exports.ALERT_CHART_TYPES = ALERT_CHART_TYPES;
|
|
675
|
+
exports.ALERT_TABLE_COLUMNS = ALERT_TABLE_COLUMNS;
|
|
676
|
+
exports.AlertCategories = AlertCategories;
|
|
677
|
+
exports.AlertCategory = AlertCategory;
|
|
678
|
+
exports.AlertChartType = AlertChartType;
|
|
661
679
|
exports.AlertCreatedPayload = AlertCreatedPayload;
|
|
662
680
|
exports.AlertDeletedPayload = AlertDeletedPayload;
|
|
681
|
+
exports.AlertSeverities = AlertSeverities;
|
|
682
|
+
exports.AlertSeverity = AlertSeverity;
|
|
683
|
+
exports.AlertStatus = AlertStatus;
|
|
684
|
+
exports.AlertStatuses = AlertStatuses;
|
|
685
|
+
exports.AlertTableColumn = AlertTableColumn;
|
|
686
|
+
exports.AlertType = AlertType;
|
|
687
|
+
exports.AlertTypes = AlertTypes;
|
|
663
688
|
exports.AlertUpdatedPayload = AlertUpdatedPayload;
|
|
664
689
|
exports.AlertWebhookPayload = AlertWebhookPayload;
|
|
665
690
|
exports.AllNexeraEventTypes = AllNexeraEventTypes;
|
|
@@ -682,6 +707,7 @@ exports.CustomerUpdatedPayload = CustomerUpdatedPayload;
|
|
|
682
707
|
exports.CustomerWebhookPayload = CustomerWebhookPayload;
|
|
683
708
|
exports.DeleteEndpointInput = DeleteEndpointInput;
|
|
684
709
|
exports.DeleteEndpointOutput = DeleteEndpointOutput;
|
|
710
|
+
exports.DuplicateData = DuplicateData;
|
|
685
711
|
exports.EndpointCheckboxsCollapsiblesSchema = EndpointCheckboxsCollapsiblesSchema;
|
|
686
712
|
exports.EndpointHandlingForm = EndpointHandlingForm;
|
|
687
713
|
exports.EndpointOut = EndpointOut;
|
|
@@ -721,6 +747,7 @@ exports.TMSUpdatedPayload = TMSUpdatedPayload;
|
|
|
721
747
|
exports.TMSWebhookPayload = TMSWebhookPayload;
|
|
722
748
|
exports.UpdateEndpointInput = UpdateEndpointInput;
|
|
723
749
|
exports.UpdateEndpointOutput = UpdateEndpointOutput;
|
|
750
|
+
exports.UserInfoForDuplicate = UserInfoForDuplicate;
|
|
724
751
|
exports.VerificationFlowChecksWebhookPayload = VerificationFlowChecksWebhookPayload;
|
|
725
752
|
exports.VerificationFlowResult = VerificationFlowResult;
|
|
726
753
|
exports.VerificationFlowResultBitRank = VerificationFlowResultBitRank;
|
|
@@ -1,12 +1,38 @@
|
|
|
1
|
-
import { co as AlertSeverity, cp as AlertCategory, cq as AlertType, cr as AlertStatus, a as RiskScoreType, c as CustomerType, h as CustomerOnboardingLevel, j as CustomerStatus, af as RuleResultStatus } from '../../dist/identity-api.schema-56adcbaf.esm.mjs';
|
|
2
|
-
export { cw as ALERT_CHART_TYPES, cy as ALERT_TABLE_COLUMNS, cv as AlertCategories, cp as AlertCategory, cx as AlertChartType, cu as AlertSeverities, co as AlertSeverity, cr as AlertStatus, cs as AlertStatuses, cz as AlertTableColumn, cq as AlertType, ct as AlertTypes, cB as DuplicateData, cA as UserInfoForDuplicate } from '../../dist/identity-api.schema-56adcbaf.esm.mjs';
|
|
3
1
|
import { z } from 'zod';
|
|
4
|
-
import { aS as UuidString, cM as ExternalCustomerId, a_ as ISO3CountryCode, ar as BlockchainAddress, d4 as GenericVerifiableCredentialSchema, ea as WalletScreeningData, dn as TransactionTypes, du as TransactionReviewStatuses, ef as _toArray, ee as _toConsumableArray, aR as EnvironmentSchema } from '../../dist/vault.schema-
|
|
5
|
-
import {
|
|
2
|
+
import { aS as UuidString, cM as ExternalCustomerId, a_ as ISO3CountryCode, ar as BlockchainAddress, d4 as GenericVerifiableCredentialSchema, ea as WalletScreeningData, dn as TransactionTypes, du as TransactionReviewStatuses, ef as _toArray, ee as _toConsumableArray, aR as EnvironmentSchema } from '../../dist/vault.schema-06c7ebc0.esm.mjs';
|
|
3
|
+
import { a as RiskScoreType, c as CustomerType, h as CustomerOnboardingLevel, j as CustomerStatus, af as RuleResultStatus } from '../../dist/identity-api.schema-bdf74232.esm.mjs';
|
|
4
|
+
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-2522156d.esm.mjs';
|
|
6
5
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
7
6
|
import 'nanoid';
|
|
8
7
|
import 'decimal.js';
|
|
9
8
|
|
|
9
|
+
// Alert Statuses
|
|
10
|
+
var AlertStatuses = ["Open", "Under Investigation", "Pending", "Closed", "Escalated"];
|
|
11
|
+
var AlertStatus = z["enum"](AlertStatuses);
|
|
12
|
+
// Alert Types
|
|
13
|
+
var AlertTypes = ["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate", "Individual Monitoring"];
|
|
14
|
+
var AlertType = z["enum"](AlertTypes);
|
|
15
|
+
// Alert Severities
|
|
16
|
+
var AlertSeverities = ["Low", "Medium", "High"];
|
|
17
|
+
var AlertSeverity = z["enum"](AlertSeverities);
|
|
18
|
+
// Alert Categories
|
|
19
|
+
var AlertCategories = ["Onboarding", "Ongoing monitoring"];
|
|
20
|
+
var AlertCategory = z["enum"](AlertCategories);
|
|
21
|
+
var ALERT_CHART_TYPES = ["total", "new", "opened", "closed", "inProgress", "unassigned", "escalated", "overdue", "avgClosureTime", "ageOfOldest", "alertTrendsOverTime", "alertsByType", "ageOfOpenAlerts", "alertsPerOfficer", "alertsSeverity"];
|
|
22
|
+
var AlertChartType = z["enum"](ALERT_CHART_TYPES);
|
|
23
|
+
var ALERT_TABLE_COLUMNS = ["selected", "createdAt", "overdue", "id", "severity", "type", "description", "assignedTo", "country", "status"];
|
|
24
|
+
var AlertTableColumn = z["enum"](ALERT_TABLE_COLUMNS);
|
|
25
|
+
var UserInfoForDuplicate = z.object({
|
|
26
|
+
customerId: UuidString,
|
|
27
|
+
customerInfo: z.string().nullish(),
|
|
28
|
+
profilePicture: z.string().nullish(),
|
|
29
|
+
idDocumentUrl: z.string().nullish()
|
|
30
|
+
});
|
|
31
|
+
var DuplicateData = z.object({
|
|
32
|
+
original: UserInfoForDuplicate,
|
|
33
|
+
duplicate: UserInfoForDuplicate
|
|
34
|
+
});
|
|
35
|
+
|
|
10
36
|
var AlertWebhookPayload = z.object({
|
|
11
37
|
id: UuidString,
|
|
12
38
|
severity: AlertSeverity,
|
|
@@ -641,4 +667,4 @@ var NexeraWebhookEvents = [{
|
|
|
641
667
|
}
|
|
642
668
|
}];
|
|
643
669
|
|
|
644
|
-
export { AlertCreatedPayload, AlertDeletedPayload, AlertUpdatedPayload, AlertWebhookPayload, AllNexeraEventTypes, AttemptDataOut, AttemptsStatus, AttemptsStatusCode, AttemptsStatusCodes, AttemptsStatusKey, AttemptsStatusKeys, CUSTOMER_TOPICS, ConnectionHandlingWorkspaceInput, ConnectionHandlingWorkspaceOutput, CreateEndpointInput, CreateEndpointOutput, CustomerCreatedPayload, CustomerDeletedPayload, CustomerEvents, CustomerTopics, CustomerUpdatedPayload, CustomerWebhookPayload, DeleteEndpointInput, DeleteEndpointOutput, EndpointCheckboxsCollapsiblesSchema, EndpointHandlingForm, EndpointOut, EventType, GetEndpointSecretInput, GetEndpointSecretOutput, GetMessagesInput, ListAttemptsByEndpointInput, ListAttemptsByMessageInput, ListAttemptsByMessageOutput, ListEndpointsInput, ListEventTypeOutput, ListMessagesInput, ListMessagesOutput, ListResponseEndpointOut, MessageDataOut, MessageDataOutExtended, NexeraSvixEnvironmentConfig, NexeraWebhookEvents, ResendWebhookInput, ScenarioWebhookPayloadSchema, SendExampleMessageInput, SendMessageForAlertCreatedInput, SendMessageForAlertDeletedInput, SendMessageForAlertUpdatedInput, SendMessageForCustomerCreatedInput, SendMessageForCustomerDeletedInput, SendMessageForCustomerUpdatedInput, SendMessageForSendScenarioInput, SendMessageForTMSCreatedInput, SendMessageForTMSDeletedInput, SendMessageForTMSUpdatedInput, SendScenarioPayload, TMSCreatedPayload, TMSDeletedPayload, TMSUpdatedPayload, TMSWebhookPayload, UpdateEndpointInput, UpdateEndpointOutput, VerificationFlowChecksWebhookPayload, VerificationFlowResult, VerificationFlowResultBitRank, VerificationFlowResultChainalysis, VerificationFlowResultIpQualityScore, VerificationFlowResultMerkleScience, VerificationFlowResultScoreChain, WebhookAlertEventPayload, WebhookCheckboxInformation, WebhookCustomerEventPayload, WebhookEventPayload, WebhookEventType, WebhookEventTypeForm, WebhookEventTypes, WebhookEventTypesForm, WebhookScenariosEventPayload, WebhookTMSEventPayload };
|
|
670
|
+
export { ALERT_CHART_TYPES, ALERT_TABLE_COLUMNS, AlertCategories, AlertCategory, AlertChartType, AlertCreatedPayload, AlertDeletedPayload, AlertSeverities, AlertSeverity, AlertStatus, AlertStatuses, AlertTableColumn, AlertType, AlertTypes, AlertUpdatedPayload, AlertWebhookPayload, AllNexeraEventTypes, AttemptDataOut, AttemptsStatus, AttemptsStatusCode, AttemptsStatusCodes, AttemptsStatusKey, AttemptsStatusKeys, CUSTOMER_TOPICS, ConnectionHandlingWorkspaceInput, ConnectionHandlingWorkspaceOutput, CreateEndpointInput, CreateEndpointOutput, CustomerCreatedPayload, CustomerDeletedPayload, CustomerEvents, CustomerTopics, CustomerUpdatedPayload, CustomerWebhookPayload, DeleteEndpointInput, DeleteEndpointOutput, DuplicateData, EndpointCheckboxsCollapsiblesSchema, EndpointHandlingForm, EndpointOut, EventType, GetEndpointSecretInput, GetEndpointSecretOutput, GetMessagesInput, ListAttemptsByEndpointInput, ListAttemptsByMessageInput, ListAttemptsByMessageOutput, ListEndpointsInput, ListEventTypeOutput, ListMessagesInput, ListMessagesOutput, ListResponseEndpointOut, MessageDataOut, MessageDataOutExtended, NexeraSvixEnvironmentConfig, NexeraWebhookEvents, ResendWebhookInput, ScenarioWebhookPayloadSchema, SendExampleMessageInput, SendMessageForAlertCreatedInput, SendMessageForAlertDeletedInput, SendMessageForAlertUpdatedInput, SendMessageForCustomerCreatedInput, SendMessageForCustomerDeletedInput, SendMessageForCustomerUpdatedInput, SendMessageForSendScenarioInput, SendMessageForTMSCreatedInput, SendMessageForTMSDeletedInput, SendMessageForTMSUpdatedInput, SendScenarioPayload, TMSCreatedPayload, TMSDeletedPayload, TMSUpdatedPayload, TMSWebhookPayload, UpdateEndpointInput, UpdateEndpointOutput, UserInfoForDuplicate, VerificationFlowChecksWebhookPayload, VerificationFlowResult, VerificationFlowResultBitRank, VerificationFlowResultChainalysis, VerificationFlowResultIpQualityScore, VerificationFlowResultMerkleScience, VerificationFlowResultScoreChain, WebhookAlertEventPayload, WebhookCheckboxInformation, WebhookCustomerEventPayload, WebhookEventPayload, WebhookEventType, WebhookEventTypeForm, WebhookEventTypes, WebhookEventTypesForm, WebhookScenariosEventPayload, WebhookTMSEventPayload };
|