@nexeraid/identity-schemas 2.175.0-dev → 2.176.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-fb6a7dfd.esm.mjs → CoinMarketCap.schema-6316f6bb.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-73380d29.cjs.dev.cjs → CoinMarketCap.schema-b4189b4d.cjs.dev.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-637d79fb.cjs.prod.cjs → CoinMarketCap.schema-f6abc72e.cjs.prod.cjs} +2 -2
- package/dist/declarations/src/wallet-screening.schema.d.ts +1 -0
- package/dist/declarations/src/wallet-screening.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-9b669f63.cjs.dev.cjs → identity-api.schema-63f85340.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-c7e191f8.cjs.prod.cjs → identity-api.schema-9677f8e2.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-97de91cd.esm.mjs → identity-api.schema-bf2d3703.esm.mjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +6 -5
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +6 -5
- package/dist/nexeraid-identity-schemas.esm.mjs +6 -6
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-532fe983.cjs.prod.cjs → tfhe-utilities-36888915.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-b01019d5.esm.mjs → tfhe-utilities-a1861b2b.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-37c61b94.cjs.dev.cjs → tfhe-utilities-dd1748ed.cjs.dev.cjs} +2 -2
- package/dist/{toArray-92025d7b.esm.mjs → toArray-152c0d5b.esm.mjs} +1 -1
- package/dist/{toArray-98737d3f.cjs.dev.cjs → toArray-821d47c4.cjs.dev.cjs} +1 -1
- package/dist/{toArray-dc6def2f.cjs.prod.cjs → toArray-bb4cb04c.cjs.prod.cjs} +1 -1
- package/dist/{vault.schema-6038934b.cjs.prod.cjs → vault.schema-16d917ad.cjs.dev.cjs} +2 -0
- package/dist/{vault.schema-fb24a99f.cjs.dev.cjs → vault.schema-380e6c40.cjs.prod.cjs} +2 -0
- package/dist/{vault.schema-499e7ac4.esm.mjs → vault.schema-92859c2c.esm.mjs} +2 -1
- package/dist/{zod-utils-09d207f9.cjs.dev.cjs → zod-utils-244f0543.cjs.dev.cjs} +2 -2
- package/dist/{zod-utils-43f726e7.cjs.prod.cjs → zod-utils-3532edb3.cjs.prod.cjs} +2 -2
- package/dist/{zod-utils-5f1cafb7.esm.mjs → zod-utils-7a80f4e3.esm.mjs} +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +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 +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +4 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -4
package/dist/{CoinMarketCap.schema-fb6a7dfd.esm.mjs → CoinMarketCap.schema-6316f6bb.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import z$1, { z } from 'zod';
|
|
2
|
-
import { b4 as Alpha2Country, aW as UuidString,
|
|
3
|
-
import { _ as SdkVerificationOutput, aU as QrCodeLinkWithSchemaType, c4 as CredentialType } from './identity-api.schema-
|
|
2
|
+
import { b4 as Alpha2Country, aW as UuidString, fU as _toConsumableArray, f_ as ScoringAnalysisRequest, f$ as WorkflowsScoringAnalysisRequest, b2 as ISO3CountryCode, fW as _slicedToArray, cy as IdentityId, at as BlockchainAddress, ay as BlockchainNamespace, cu as WorkflowSessionId, dF as WorkspaceId, dE as OrganizationId, bo as CustomerStatus, fT as _defineProperty, e0 as ProofOfResidenceCredentialSubjectSchema, bp as BasicCustomerContactInformation, dv as VerificationMode } from './vault.schema-92859c2c.esm.mjs';
|
|
3
|
+
import { _ as SdkVerificationOutput, aU as QrCodeLinkWithSchemaType, c4 as CredentialType } from './identity-api.schema-bf2d3703.esm.mjs';
|
|
4
4
|
|
|
5
5
|
var IpQualityAnalysisRequest = z.object({
|
|
6
6
|
apiKey: z.string().nullish(),
|
package/dist/{CoinMarketCap.schema-73380d29.cjs.dev.cjs → CoinMarketCap.schema-b4189b4d.cjs.dev.cjs}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var z = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-16d917ad.cjs.dev.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-63f85340.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var z = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-380e6c40.cjs.prod.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-9677f8e2.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -81,4 +81,5 @@ export type WalletScreeningData = z.infer<typeof WalletScreeningData>;
|
|
|
81
81
|
export declare const WalletScreeningProviders: readonly ["trmLabs", "chainalysis", "merkleScience", "crystal", "bigCs", "scoreChain"];
|
|
82
82
|
export declare const WalletScreeningProvider: z.ZodEnum<["trmLabs", "chainalysis", "merkleScience", "crystal", "bigCs", "scoreChain"]>;
|
|
83
83
|
export type WalletScreeningProvider = z.infer<typeof WalletScreeningProvider>;
|
|
84
|
+
export declare const WalletScreeningProviderName: Record<WalletScreeningProvider, string>;
|
|
84
85
|
//# sourceMappingURL=wallet-screening.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wallet-screening.schema.d.ts","sourceRoot":"../../../src","sources":["wallet-screening.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,sBAAsB;;;;;;;;;EAGjC,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE5E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAa9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,wBAAwB,wFAO3B,CAAC;AACX,eAAO,MAAM,uBAAuB,0FAAmC,CAAC;AACxE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"wallet-screening.schema.d.ts","sourceRoot":"../../../src","sources":["wallet-screening.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,sBAAsB;;;;;;;;;EAGjC,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE5E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAa9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,wBAAwB,wFAO3B,CAAC;AACX,eAAO,MAAM,uBAAuB,0FAAmC,CAAC;AACxE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE9E,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAC9C,uBAAuB,EACvB,MAAM,CAQP,CAAC"}
|
package/dist/{identity-api.schema-9b669f63.cjs.dev.cjs → identity-api.schema-63f85340.cjs.dev.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var z = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-16d917ad.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var CredentialSchemas = {
|
|
7
7
|
ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
|
package/dist/{identity-api.schema-c7e191f8.cjs.prod.cjs → identity-api.schema-9677f8e2.cjs.prod.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var z = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-380e6c40.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var CredentialSchemas = {
|
|
7
7
|
ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { d_ as IDImageCredentialSubjectSchema, e0 as ProofOfResidenceCredentialSubjectSchema, d$ as SelfieImageCredentialSubjectSchema, dZ as IDInformationCredentialSubjectSchema, dY as IDInformationTfheCredentialSubjectSchema, dX as OLD_AMLScreeningsResultsCredentialSubjectSchema, dP as ID3CredentialSubjectSchema, dQ as IDScanCredentialSubjectSchema, dS as IDScanSelfieCredentialSubjectSchema, dR as IDScanPassportCredentialSubjectSchema,
|
|
2
|
+
import { d_ as IDImageCredentialSubjectSchema, e0 as ProofOfResidenceCredentialSubjectSchema, d$ as SelfieImageCredentialSubjectSchema, dZ as IDInformationCredentialSubjectSchema, dY as IDInformationTfheCredentialSubjectSchema, dX as OLD_AMLScreeningsResultsCredentialSubjectSchema, dP as ID3CredentialSubjectSchema, dQ as IDScanCredentialSubjectSchema, dS as IDScanSelfieCredentialSubjectSchema, dR as IDScanPassportCredentialSubjectSchema, fT as _defineProperty, fE as VaultMetadataLinkZodSchema, d5 as QueryId, cJ as DatasetColumnId, d6 as QueryGroupId, aW as UuidString, at as BlockchainAddress, d4 as ScenarioId, dF as WorkspaceId, av as String0x, aQ as BlockchainSignature, ac as TxHash, dH as WorkflowId, h as EvmChainId, ab as EvmAddress, aG as EIP155Signature, T as TezosChainId, aj as TezosContractAddress, aS as TezosEntrypointName, ai as TezosImplicitAddress, aL as EdSignature, ay as BlockchainNamespace, e1 as GenericVerifiableCredentialSchema, aA as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, dJ as ExternalCustomerId, dD as AdditionalCustomerInformationParams, bo as CustomerStatus, aa as PublicKey } from './vault.schema-92859c2c.esm.mjs';
|
|
3
3
|
|
|
4
4
|
var CredentialSchemas = {
|
|
5
5
|
ProofOfResidence: ProofOfResidenceCredentialSubjectSchema,
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
+
var vault_schema = require('./vault.schema-16d917ad.cjs.dev.cjs');
|
|
6
6
|
var z = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
9
|
-
var zodUtils = require('./zod-utils-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-63f85340.cjs.dev.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-dd1748ed.cjs.dev.cjs');
|
|
9
|
+
var zodUtils = require('./zod-utils-244f0543.cjs.dev.cjs');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
12
|
-
require('./toArray-
|
|
12
|
+
require('./toArray-821d47c4.cjs.dev.cjs');
|
|
13
13
|
|
|
14
14
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
15
15
|
var salt = data;
|
|
@@ -507,6 +507,7 @@ exports.WalletId = vault_schema.WalletId;
|
|
|
507
507
|
exports.WalletPrefix = vault_schema.WalletPrefix;
|
|
508
508
|
exports.WalletScreeningData = vault_schema.WalletScreeningData;
|
|
509
509
|
exports.WalletScreeningProvider = vault_schema.WalletScreeningProvider;
|
|
510
|
+
exports.WalletScreeningProviderName = vault_schema.WalletScreeningProviderName;
|
|
510
511
|
exports.WalletScreeningProviders = vault_schema.WalletScreeningProviders;
|
|
511
512
|
exports.Web2CreateSessionParams = vault_schema.Web2CreateSessionParams;
|
|
512
513
|
exports.Web3ArgsType = vault_schema.Web3ArgsType;
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
+
var vault_schema = require('./vault.schema-380e6c40.cjs.prod.cjs');
|
|
6
6
|
var z = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
9
|
-
var zodUtils = require('./zod-utils-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-9677f8e2.cjs.prod.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-36888915.cjs.prod.cjs');
|
|
9
|
+
var zodUtils = require('./zod-utils-3532edb3.cjs.prod.cjs');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
12
|
-
require('./toArray-
|
|
12
|
+
require('./toArray-bb4cb04c.cjs.prod.cjs');
|
|
13
13
|
|
|
14
14
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
15
15
|
var salt = data;
|
|
@@ -507,6 +507,7 @@ exports.WalletId = vault_schema.WalletId;
|
|
|
507
507
|
exports.WalletPrefix = vault_schema.WalletPrefix;
|
|
508
508
|
exports.WalletScreeningData = vault_schema.WalletScreeningData;
|
|
509
509
|
exports.WalletScreeningProvider = vault_schema.WalletScreeningProvider;
|
|
510
|
+
exports.WalletScreeningProviderName = vault_schema.WalletScreeningProviderName;
|
|
510
511
|
exports.WalletScreeningProviders = vault_schema.WalletScreeningProviders;
|
|
511
512
|
exports.Web2CreateSessionParams = vault_schema.Web2CreateSessionParams;
|
|
512
513
|
exports.Web3ArgsType = vault_schema.Web3ArgsType;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { W as ACTIVE_APTOS_CHAIN_IDS, M as ACTIVE_BITCOIN_CHAIN_IDS, a6 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, a0 as ACTIVE_POLKADOT_CHAIN_IDS, G as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, b3 as ALPHA_2_COUNTRIES, V as APTOS_CHAIN_IDS, R as APTOS_CHAIN_NAMES, U as APTOS_CHAIN_NAMES_LIST, aT as AbiItem, di as AccountId_NEW, bM as AccountPrefix_NEW, cH as ActionId, cg as ActionPrefix, dD as AdditionalCustomerInformationParams, co as AiAgentPrefix, cn as AiDocumentPrefix, cl as AiExecutionPrefix, cm as AiExecutionStepPrefix, ct as AiMessagePrefix, cp as AiStepPrefix, b4 as Alpha2Country, fs as AmlResults, dk as ApiKeyId_NEW, bO as ApiKeyPrefix_NEW, cB as AppId, bA as AppPrefix, ae as AptosAddress, X as AptosChainId, aH as AptosSignature, eS as AuditAction, L as BITCOIN_CHAIN_IDS, J as BITCOIN_CHAIN_NAMES, K as BITCOIN_CHAIN_NAMES_LIST, ax as BLOCKCHAIN_NAMESPACES, aF as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aE as BLOCKCHAIN_NAMESPACE_TO_NAME, aD as BLOCKCHAIN_NAME_TO_NAMESPACE, bp as BasicCustomerContactInformation, as as BitcoinAddress, ao as BitcoinBech32Address, O as BitcoinChainId, am as BitcoinP2PKHAddress, an as BitcoinP2SHAddress, ar as BitcoinTestnetBech32Address, ap as BitcoinTestnetP2PKHAddress, aq as BitcoinTestnetP2SHAddress, at as BlockchainAddress, B as BlockchainId, ay as BlockchainNamespace, aQ as BlockchainSignature, a5 as CARDANO_CHAIN_IDS, a3 as CARDANO_CHAIN_NAMES, a4 as CARDANO_CHAIN_NAMES_LIST, k as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, bq as CUSTOMERS_CHARTS, bu as CUSTOMER_AUTOMATION_REASONS, bs as CUSTOMER_TABLE_COLUMNS, al as CardanoAddress, a7 as CardanoChainId, aP as CardanoSignature, cC as ChallengeId, bB as ChallengePrefix, dq as ChatId, dc as ChatItemId, cs as ChatItemPrefix, cq as ChatPrefix, d3 as ComplyAdvantageSearchUpdateId, ci as ComplyAdvantageSearchUpdatePrefix, ah as CosmosAddress, m as CosmosChainId, aK as CosmosSignature, b7 as CountryName, eW as CreateBulkTransactionFeesParams, fa as CreateInsitutionExtractedInfosOutput, e_ as CreateInsitutionOutput, f8 as CreateTransactionExtractedInfosOutput, eV as CreateTransactionFeesParams, eY as CreateTransactionInfosOutput, f9 as CreateTransactionMethodExtractedInfoOutput, eZ as CreateTransactionMethodOutput, f7 as CreateTransactionOutput, e$ as CreateTransactionPartiesOutput, f0 as CreateTransactionReviewOutput, b1 as CryptoCode, b0 as CryptoCodes, a$ as CurrencyCode, a_ as CurrencyCodes, dI as CustomerId, bm as CustomerOnboardingLevel, bl as CustomerOnboardingLevels, bv as CustomerPersonalInformation, cE as CustomerScreeningId, bo as CustomerStatus, bn as CustomerStatuses, bt as CustomerTableColumn, bg as CustomerType, bf as CustomerTypes, br as CustomersChartType, eO as DEFAULT_FIAT_CURRENCY, aB as DISPLAYED_BLOCKCHAIN_NAMESPACES, au as DashboardAddress, D as DashboardChainId, a as DashboardChainIdList, fx as DataLinkTypeZodSchema, fv as DataLinkVersionZodSchema, cJ as DatasetColumnId, cL as DatasetColumnOptionId, bU as DatasetColumnOptionPrefix, bS as DatasetColumnPrefix, cK as DatasetColumnTypeId, bT as DatasetColumnTypePrefix, cP as DatasetFolderId, bY as DatasetFolderPrefix, cI as DatasetId, bR as DatasetPrefix, cM as DatasetRowId, bV as DatasetRowPrefix, cN as DatasetRowValueId, bW as DatasetRowValuePrefix, cO as DatasetViewId, bX as DatasetViewPrefix, ft as DetectedDuplicates, aC as DisplayedBlockchainNamespace, aG as EIP155Signature, aU as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aL as EdSignature, cz as EmailId, by as EmailPrefix, aV as EnvironmentSchema, d7 as EvaluationMethodId, cf as EvaluationMethodPrefix, ab as EvmAddress, h as EvmChainId, dJ as ExternalCustomerId, ds as FLOW_TYPES, dt as FlowType, aR as FunctionCallData, fI as GenericVaultDataLinkZodSchema, fH as GenericVaultEmbeddedLinkZodSchema, fF as GenericVaultPointerLinkZodSchema, fG as GenericVaultSearchLinkZodSchema, e1 as GenericVerifiableCredentialSchema, fk as GetAverageHistoricalAmountOutput, fj as GetAverageHistoricalAmountParams, fm as GetMedianHistoricalAmountOutput, fl as GetMedianHistoricalAmountParams, ff as GetOneTransactionOutput, eT as GetTransactionAuditsParams, eX as GetTransactionFeesOutput, fn as GetTransactionHistoricalAveragesParams, f6 as GetTransactionParams, fp as GetTransactionReviewOutput, fo as GetTransactionReviewParams, fr as GetTransactionReviewsOutput, fq as GetTransactionReviewsParams, fc as GetTransactionStatsOutput, fb as GetTransactionStatsParams, f5 as GetTransactionsForAlertOutput, f4 as GetTransactionsForAlertParams, fh as GetTransactionsOutput, fg as GetTransactionsOutputData, fe as GetTransactionsParams, aw as HexadecimalSchema, ez as HumanReadableTransactionReviewStatus, ey as HumanReadableTransactionReviewStatuses, eB as HumanReadableTransactionStatusMapping, e7 as ID3CredentialSchema, dP as ID3CredentialSubjectSchema, dw as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dy as IDENTITY_DOCUMENT_OPTIONS, e4 as IDImageCredentialSchema, d_ as IDImageCredentialSubjectSchema, e3 as IDInformationCredentialSchema, dZ as IDInformationCredentialSubjectSchema, e2 as IDInformationTfheCredentialSchema, dY as IDInformationTfheCredentialSubjectSchema, e8 as IDScanCredentialSchema, dQ as IDScanCredentialSubjectSchema, e9 as IDScanPassportCredentialSchema, dR as IDScanPassportCredentialSubjectSchema, ea as IDScanSelfieCredentialSchema, dS as IDScanSelfieCredentialSubjectSchema, b2 as ISO3CountryCode, dC as Identifier, dL as IdentityAppV2Web2JWT, dK as IdentityAppV2Web3JWT, dx as IdentityDocumentCountryListOption, dz as IdentityDocumentOptionsType, cy as IdentityId, bx as IdentityPrefix, dM as IdentityWidgetAccessToken_NEW, dN as IdentityWidgetSessionToken, bD as IndividualScreeningPrefix, d1 as InstitutionExtractedInfosId, ca as InstitutionExtractedInfosPrefix, d0 as InstitutionId, c9 as InstitutionPrefix, dl as InvitationId_NEW, bP as InvitationPrefix_NEW, aZ as IpAddress, bk as KybOnboardingLevel, bj as KybOnboardingLevels, bi as KycOnboardingLevel, bh as KycOnboardingLevels, dG as MemberId, dp as MemberIdLegacy, df as MemberId_NEW, bJ as MemberPrefix_NEW, dr as MessageId, cr as MessagePrefix, cQ as MetaAlertId, bZ as MetaAlertPrefix, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, Q as NEXERA_APTOS_CHAINS, I as NEXERA_BITCOIN_CHAINS, a2 as NEXERA_CARDANO_CHAINS, i as NEXERA_COSMOS_CHAINS, b as NEXERA_EVM_CHAINS, e as NEXERA_EVM_CHAINS_ID, c as NEXERA_EVM_CHAIN_NAMES, d as NEXERA_EVM_CHAIN_NAMES_LIST, Y as NEXERA_POLKADOT_CHAINS, x as NEXERA_SOLANA_CHAINS, t as NEXERA_STARKNET_CHAINS, v as NEXERA_STARKNET_CHAIN_IDS, u as NEXERA_STARKNET_CHAIN_NAMES, n as NEXERA_TEZOS_CHAINS, q as NEXERA_TEZOS_CHAIN_IDS, o as NEXERA_TEZOS_CHAIN_NAMES, p as NEXERA_TEZOS_CHAIN_NAMES_LIST, f as NexeraEvmChains, N as NonTestnetBlockchainId, ef as OLD_AMLScreeningsResultsCredentialSchema, dX as OLD_AMLScreeningsResultsCredentialSubjectSchema, eb as OLD_IDImageCredentialSchema, dT as OLD_IDImageCredentialSubjectSchema, ec as OLD_IDInformationCredentialSchema, dU as OLD_IDInformationCredentialSubjectSchema, ed as OLD_ProofOfResidenceCredentialSchema, dV as OLD_ProofOfResidenceCredentialSubjectSchema, ee as OLD_SelfieImageCredentialSchema, dW as OLD_SelfieImageCredentialSubjectSchema, dE as OrganizationId, de as OrganizationId_NEW, bI as OrganizationPrefix_NEW, aX as OtpCode, aN as P2Signature, dA as PERSONAL_INFORMATION_FIELDS, $ as POLKADOT_CHAIN_IDS, Z as POLKADOT_CHAIN_NAMES, _ as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aY as PUBLIC_SERVICES_SCHEMA_MAP, dm as PasskeyId_NEW, bQ as PasskeyPrefix_NEW, eJ as PaymentType, eI as PaymentTypes, dB as PersonalInformationFieldsIdentityDocuments, ag as PolkadotAddress, a1 as PolkadotChainId, aJ as PolkadotSignature, s as PolygonNetworkNames, eU as PostValidatedCurrencyCode, a9 as PrivateKey, e6 as ProofOfResidenceCredentialSchema, e0 as ProofOfResidenceCredentialSubjectSchema, aa as PublicKey, d6 as QueryGroupId, ce as QueryGroupPrefix, d5 as QueryId, cd as QueryPrefix, be as RiskScoreType, bd as RiskScoreTypes, F as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, az as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, d4 as ScenarioId, cc as ScenarioPrefix, d8 as ScorechainAnalysisId, bG as ScorechainAnalysisPrefix, bb as ScorechainCountry, fJ as ScorechainEntityRecord, e5 as SelfieImageCredentialSchema, d$ as SelfieImageCredentialSubjectSchema, dh as SessionId_NEW, bL as SessionPrefix_NEW, cF as SigGatingId, bE as SigGatingPrefix, H as SolanaChainId, aM as SpSignature, db as SsssChunkId, ck as SsssChunkPrefix, da as SsssShareId, cj as SsssSharePrefix, af as StarknetAddress, S as StarknetChainId, aI as StarknetSignature, cx as StorageId, bw as StoragePrefix, av as String0x, aA as SupportedBlockchainNamespaceForSignatureAuth, eP as TRANSACTIONS_STATS_CURRENCIES, em as TRANSACTION_CHARTS, eo as TRANSACTION_TABLE_COLUMNS, ei as Tag, cG as TagId, bF as TagPrefix, ej as TagTitle, cR as TagsToEntityId, b_ as TagsToEntityPrefix, cD as TestId, bC as TestPrefix, ak as TezosAddress, T as TezosChainId, aj as TezosContractAddress, aS as TezosEntrypointName, ai as TezosImplicitAddress, aO as TezosSignature, cU as TransactionActivityId, c1 as TransactionActivityPrefix, cS as TransactionAddressesId, b$ as TransactionAddressesPrefix, d2 as TransactionAmountId, cb as TransactionAmountPrefix, eN as TransactionAmountsFieldName, eM as TransactionAmountsFieldNames, fi as TransactionAmountsToConvert, eF as TransactionCurrencyCode, eE as TransactionCurrencyCodes, eR as TransactionDataEventObject, eD as TransactionDirection, eC as TransactionDirections, cZ as TransactionExtractedInfosId, c6 as TransactionExtractedInfosPrefix, cV as TransactionFeesId, c2 as TransactionFeesPrefix, cT as TransactionId, cY as TransactionInfosId, c5 as TransactionInfosPrefix, c$ as TransactionMethodExtractedInfosId, c8 as TransactionMethodExtractedInfosPrefix, c_ as TransactionMethodsId, c7 as TransactionMethodsPrefix, cX as TransactionPartiesId, c4 as TransactionPartiesPrefix, eL as TransactionPartiesType, eK as TransactionPartiesTypes, c0 as TransactionPrefix, eH as TransactionProvider, eG as TransactionProviders, cW as TransactionReviewId, c3 as TransactionReviewPrefix, ex as TransactionReviewStatus, ew as TransactionReviewStatuses, ev as TransactionRiskLevel, eu as TransactionRiskLevels, fP as TransactionScreeningData, fR as TransactionScreeningProvider, fQ as TransactionScreeningProviders, eQ as TransactionStatsCurrency, eA as TransactionStatusMapping, ep as TransactionTableColumn, er as TransactionType, et as TransactionTypeWithAll, eq as TransactionTypes, es as TransactionTypesWithAll, en as TransactionsChartType, ac as TxHash, eh as TypeTag, eg as TypeTags, f3 as UpdateTransactionReviewOutput, f1 as UpdateTransactionReviewParams, f2 as UpdateTransactionsReviewParams, dd as UserId_NEW, bH as UserPrefix_NEW, aW as UuidString, fy as VaultJsonSchemas, fE as VaultMetadataLinkZodSchema, fC as VaultPointerKeyMapZodSchema, fD as VaultQueryMapZodSchema, fA as VaultSchemaIdZodSchema, fB as VaultSchemaPathsZodSchema, fz as VaultZodSchema, dj as VerificationId_NEW, dv as VerificationMode, du as VerificationModes, bN as VerificationPrefix_NEW, el as WORKFLOW_TYPE_TO_TAG_TYPE, cA as WalletId, bz as WalletPrefix, fK as WalletScreeningData, fM as WalletScreeningProvider, fL as WalletScreeningProviders, dO as Web2CreateSessionParams, fN as Web3ArgsType, fO as Web3TransactionData, dH as WorkflowId, d9 as WorkflowSessionAttributeId, ch as WorkflowSessionAttributePrefix, cu as WorkflowSessionId, dF as WorkspaceId, dg as WorkspaceId_NEW, bK as WorkspacePrefix_NEW, fw as allDataLinkTypes, fu as allDataLinkVersions, b6 as countryISO2toISO3Mapping, b5 as countryISO3toISO2Mapping, cv as createBrandedSchemaId, cw as createBrandedSchemaIdWithParams, dn as generateId, ek as getTagTypeFromEntityType, fd as initializeStatistics, a8 as isValidAddress, b8 as isoCountriesNameFromISO2, b9 as isoCountriesNameFromISO3, ba as parseISO3CountryCode, bc as scorechainCountriesNameFromISO2, ad as shortBlockchainAddress } from './vault.schema-499e7ac4.esm.mjs';
|
|
1
|
+
export { W as ACTIVE_APTOS_CHAIN_IDS, M as ACTIVE_BITCOIN_CHAIN_IDS, a6 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, a0 as ACTIVE_POLKADOT_CHAIN_IDS, G as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, b3 as ALPHA_2_COUNTRIES, V as APTOS_CHAIN_IDS, R as APTOS_CHAIN_NAMES, U as APTOS_CHAIN_NAMES_LIST, aT as AbiItem, di as AccountId_NEW, bM as AccountPrefix_NEW, cH as ActionId, cg as ActionPrefix, dD as AdditionalCustomerInformationParams, co as AiAgentPrefix, cn as AiDocumentPrefix, cl as AiExecutionPrefix, cm as AiExecutionStepPrefix, ct as AiMessagePrefix, cp as AiStepPrefix, b4 as Alpha2Country, fs as AmlResults, dk as ApiKeyId_NEW, bO as ApiKeyPrefix_NEW, cB as AppId, bA as AppPrefix, ae as AptosAddress, X as AptosChainId, aH as AptosSignature, eS as AuditAction, L as BITCOIN_CHAIN_IDS, J as BITCOIN_CHAIN_NAMES, K as BITCOIN_CHAIN_NAMES_LIST, ax as BLOCKCHAIN_NAMESPACES, aF as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aE as BLOCKCHAIN_NAMESPACE_TO_NAME, aD as BLOCKCHAIN_NAME_TO_NAMESPACE, bp as BasicCustomerContactInformation, as as BitcoinAddress, ao as BitcoinBech32Address, O as BitcoinChainId, am as BitcoinP2PKHAddress, an as BitcoinP2SHAddress, ar as BitcoinTestnetBech32Address, ap as BitcoinTestnetP2PKHAddress, aq as BitcoinTestnetP2SHAddress, at as BlockchainAddress, B as BlockchainId, ay as BlockchainNamespace, aQ as BlockchainSignature, a5 as CARDANO_CHAIN_IDS, a3 as CARDANO_CHAIN_NAMES, a4 as CARDANO_CHAIN_NAMES_LIST, k as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, bq as CUSTOMERS_CHARTS, bu as CUSTOMER_AUTOMATION_REASONS, bs as CUSTOMER_TABLE_COLUMNS, al as CardanoAddress, a7 as CardanoChainId, aP as CardanoSignature, cC as ChallengeId, bB as ChallengePrefix, dq as ChatId, dc as ChatItemId, cs as ChatItemPrefix, cq as ChatPrefix, d3 as ComplyAdvantageSearchUpdateId, ci as ComplyAdvantageSearchUpdatePrefix, ah as CosmosAddress, m as CosmosChainId, aK as CosmosSignature, b7 as CountryName, eW as CreateBulkTransactionFeesParams, fa as CreateInsitutionExtractedInfosOutput, e_ as CreateInsitutionOutput, f8 as CreateTransactionExtractedInfosOutput, eV as CreateTransactionFeesParams, eY as CreateTransactionInfosOutput, f9 as CreateTransactionMethodExtractedInfoOutput, eZ as CreateTransactionMethodOutput, f7 as CreateTransactionOutput, e$ as CreateTransactionPartiesOutput, f0 as CreateTransactionReviewOutput, b1 as CryptoCode, b0 as CryptoCodes, a$ as CurrencyCode, a_ as CurrencyCodes, dI as CustomerId, bm as CustomerOnboardingLevel, bl as CustomerOnboardingLevels, bv as CustomerPersonalInformation, cE as CustomerScreeningId, bo as CustomerStatus, bn as CustomerStatuses, bt as CustomerTableColumn, bg as CustomerType, bf as CustomerTypes, br as CustomersChartType, eO as DEFAULT_FIAT_CURRENCY, aB as DISPLAYED_BLOCKCHAIN_NAMESPACES, au as DashboardAddress, D as DashboardChainId, a as DashboardChainIdList, fx as DataLinkTypeZodSchema, fv as DataLinkVersionZodSchema, cJ as DatasetColumnId, cL as DatasetColumnOptionId, bU as DatasetColumnOptionPrefix, bS as DatasetColumnPrefix, cK as DatasetColumnTypeId, bT as DatasetColumnTypePrefix, cP as DatasetFolderId, bY as DatasetFolderPrefix, cI as DatasetId, bR as DatasetPrefix, cM as DatasetRowId, bV as DatasetRowPrefix, cN as DatasetRowValueId, bW as DatasetRowValuePrefix, cO as DatasetViewId, bX as DatasetViewPrefix, ft as DetectedDuplicates, aC as DisplayedBlockchainNamespace, aG as EIP155Signature, aU as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aL as EdSignature, cz as EmailId, by as EmailPrefix, aV as EnvironmentSchema, d7 as EvaluationMethodId, cf as EvaluationMethodPrefix, ab as EvmAddress, h as EvmChainId, dJ as ExternalCustomerId, ds as FLOW_TYPES, dt as FlowType, aR as FunctionCallData, fI as GenericVaultDataLinkZodSchema, fH as GenericVaultEmbeddedLinkZodSchema, fF as GenericVaultPointerLinkZodSchema, fG as GenericVaultSearchLinkZodSchema, e1 as GenericVerifiableCredentialSchema, fk as GetAverageHistoricalAmountOutput, fj as GetAverageHistoricalAmountParams, fm as GetMedianHistoricalAmountOutput, fl as GetMedianHistoricalAmountParams, ff as GetOneTransactionOutput, eT as GetTransactionAuditsParams, eX as GetTransactionFeesOutput, fn as GetTransactionHistoricalAveragesParams, f6 as GetTransactionParams, fp as GetTransactionReviewOutput, fo as GetTransactionReviewParams, fr as GetTransactionReviewsOutput, fq as GetTransactionReviewsParams, fc as GetTransactionStatsOutput, fb as GetTransactionStatsParams, f5 as GetTransactionsForAlertOutput, f4 as GetTransactionsForAlertParams, fh as GetTransactionsOutput, fg as GetTransactionsOutputData, fe as GetTransactionsParams, aw as HexadecimalSchema, ez as HumanReadableTransactionReviewStatus, ey as HumanReadableTransactionReviewStatuses, eB as HumanReadableTransactionStatusMapping, e7 as ID3CredentialSchema, dP as ID3CredentialSubjectSchema, dw as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dy as IDENTITY_DOCUMENT_OPTIONS, e4 as IDImageCredentialSchema, d_ as IDImageCredentialSubjectSchema, e3 as IDInformationCredentialSchema, dZ as IDInformationCredentialSubjectSchema, e2 as IDInformationTfheCredentialSchema, dY as IDInformationTfheCredentialSubjectSchema, e8 as IDScanCredentialSchema, dQ as IDScanCredentialSubjectSchema, e9 as IDScanPassportCredentialSchema, dR as IDScanPassportCredentialSubjectSchema, ea as IDScanSelfieCredentialSchema, dS as IDScanSelfieCredentialSubjectSchema, b2 as ISO3CountryCode, dC as Identifier, dL as IdentityAppV2Web2JWT, dK as IdentityAppV2Web3JWT, dx as IdentityDocumentCountryListOption, dz as IdentityDocumentOptionsType, cy as IdentityId, bx as IdentityPrefix, dM as IdentityWidgetAccessToken_NEW, dN as IdentityWidgetSessionToken, bD as IndividualScreeningPrefix, d1 as InstitutionExtractedInfosId, ca as InstitutionExtractedInfosPrefix, d0 as InstitutionId, c9 as InstitutionPrefix, dl as InvitationId_NEW, bP as InvitationPrefix_NEW, aZ as IpAddress, bk as KybOnboardingLevel, bj as KybOnboardingLevels, bi as KycOnboardingLevel, bh as KycOnboardingLevels, dG as MemberId, dp as MemberIdLegacy, df as MemberId_NEW, bJ as MemberPrefix_NEW, dr as MessageId, cr as MessagePrefix, cQ as MetaAlertId, bZ as MetaAlertPrefix, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, Q as NEXERA_APTOS_CHAINS, I as NEXERA_BITCOIN_CHAINS, a2 as NEXERA_CARDANO_CHAINS, i as NEXERA_COSMOS_CHAINS, b as NEXERA_EVM_CHAINS, e as NEXERA_EVM_CHAINS_ID, c as NEXERA_EVM_CHAIN_NAMES, d as NEXERA_EVM_CHAIN_NAMES_LIST, Y as NEXERA_POLKADOT_CHAINS, x as NEXERA_SOLANA_CHAINS, t as NEXERA_STARKNET_CHAINS, v as NEXERA_STARKNET_CHAIN_IDS, u as NEXERA_STARKNET_CHAIN_NAMES, n as NEXERA_TEZOS_CHAINS, q as NEXERA_TEZOS_CHAIN_IDS, o as NEXERA_TEZOS_CHAIN_NAMES, p as NEXERA_TEZOS_CHAIN_NAMES_LIST, f as NexeraEvmChains, N as NonTestnetBlockchainId, ef as OLD_AMLScreeningsResultsCredentialSchema, dX as OLD_AMLScreeningsResultsCredentialSubjectSchema, eb as OLD_IDImageCredentialSchema, dT as OLD_IDImageCredentialSubjectSchema, ec as OLD_IDInformationCredentialSchema, dU as OLD_IDInformationCredentialSubjectSchema, ed as OLD_ProofOfResidenceCredentialSchema, dV as OLD_ProofOfResidenceCredentialSubjectSchema, ee as OLD_SelfieImageCredentialSchema, dW as OLD_SelfieImageCredentialSubjectSchema, dE as OrganizationId, de as OrganizationId_NEW, bI as OrganizationPrefix_NEW, aX as OtpCode, aN as P2Signature, dA as PERSONAL_INFORMATION_FIELDS, $ as POLKADOT_CHAIN_IDS, Z as POLKADOT_CHAIN_NAMES, _ as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aY as PUBLIC_SERVICES_SCHEMA_MAP, dm as PasskeyId_NEW, bQ as PasskeyPrefix_NEW, eJ as PaymentType, eI as PaymentTypes, dB as PersonalInformationFieldsIdentityDocuments, ag as PolkadotAddress, a1 as PolkadotChainId, aJ as PolkadotSignature, s as PolygonNetworkNames, eU as PostValidatedCurrencyCode, a9 as PrivateKey, e6 as ProofOfResidenceCredentialSchema, e0 as ProofOfResidenceCredentialSubjectSchema, aa as PublicKey, d6 as QueryGroupId, ce as QueryGroupPrefix, d5 as QueryId, cd as QueryPrefix, be as RiskScoreType, bd as RiskScoreTypes, F as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, az as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, d4 as ScenarioId, cc as ScenarioPrefix, d8 as ScorechainAnalysisId, bG as ScorechainAnalysisPrefix, bb as ScorechainCountry, fJ as ScorechainEntityRecord, e5 as SelfieImageCredentialSchema, d$ as SelfieImageCredentialSubjectSchema, dh as SessionId_NEW, bL as SessionPrefix_NEW, cF as SigGatingId, bE as SigGatingPrefix, H as SolanaChainId, aM as SpSignature, db as SsssChunkId, ck as SsssChunkPrefix, da as SsssShareId, cj as SsssSharePrefix, af as StarknetAddress, S as StarknetChainId, aI as StarknetSignature, cx as StorageId, bw as StoragePrefix, av as String0x, aA as SupportedBlockchainNamespaceForSignatureAuth, eP as TRANSACTIONS_STATS_CURRENCIES, em as TRANSACTION_CHARTS, eo as TRANSACTION_TABLE_COLUMNS, ei as Tag, cG as TagId, bF as TagPrefix, ej as TagTitle, cR as TagsToEntityId, b_ as TagsToEntityPrefix, cD as TestId, bC as TestPrefix, ak as TezosAddress, T as TezosChainId, aj as TezosContractAddress, aS as TezosEntrypointName, ai as TezosImplicitAddress, aO as TezosSignature, cU as TransactionActivityId, c1 as TransactionActivityPrefix, cS as TransactionAddressesId, b$ as TransactionAddressesPrefix, d2 as TransactionAmountId, cb as TransactionAmountPrefix, eN as TransactionAmountsFieldName, eM as TransactionAmountsFieldNames, fi as TransactionAmountsToConvert, eF as TransactionCurrencyCode, eE as TransactionCurrencyCodes, eR as TransactionDataEventObject, eD as TransactionDirection, eC as TransactionDirections, cZ as TransactionExtractedInfosId, c6 as TransactionExtractedInfosPrefix, cV as TransactionFeesId, c2 as TransactionFeesPrefix, cT as TransactionId, cY as TransactionInfosId, c5 as TransactionInfosPrefix, c$ as TransactionMethodExtractedInfosId, c8 as TransactionMethodExtractedInfosPrefix, c_ as TransactionMethodsId, c7 as TransactionMethodsPrefix, cX as TransactionPartiesId, c4 as TransactionPartiesPrefix, eL as TransactionPartiesType, eK as TransactionPartiesTypes, c0 as TransactionPrefix, eH as TransactionProvider, eG as TransactionProviders, cW as TransactionReviewId, c3 as TransactionReviewPrefix, ex as TransactionReviewStatus, ew as TransactionReviewStatuses, ev as TransactionRiskLevel, eu as TransactionRiskLevels, fQ as TransactionScreeningData, fS as TransactionScreeningProvider, fR as TransactionScreeningProviders, eQ as TransactionStatsCurrency, eA as TransactionStatusMapping, ep as TransactionTableColumn, er as TransactionType, et as TransactionTypeWithAll, eq as TransactionTypes, es as TransactionTypesWithAll, en as TransactionsChartType, ac as TxHash, eh as TypeTag, eg as TypeTags, f3 as UpdateTransactionReviewOutput, f1 as UpdateTransactionReviewParams, f2 as UpdateTransactionsReviewParams, dd as UserId_NEW, bH as UserPrefix_NEW, aW as UuidString, fy as VaultJsonSchemas, fE as VaultMetadataLinkZodSchema, fC as VaultPointerKeyMapZodSchema, fD as VaultQueryMapZodSchema, fA as VaultSchemaIdZodSchema, fB as VaultSchemaPathsZodSchema, fz as VaultZodSchema, dj as VerificationId_NEW, dv as VerificationMode, du as VerificationModes, bN as VerificationPrefix_NEW, el as WORKFLOW_TYPE_TO_TAG_TYPE, cA as WalletId, bz as WalletPrefix, fK as WalletScreeningData, fM as WalletScreeningProvider, fN as WalletScreeningProviderName, fL as WalletScreeningProviders, dO as Web2CreateSessionParams, fO as Web3ArgsType, fP as Web3TransactionData, dH as WorkflowId, d9 as WorkflowSessionAttributeId, ch as WorkflowSessionAttributePrefix, cu as WorkflowSessionId, dF as WorkspaceId, dg as WorkspaceId_NEW, bK as WorkspacePrefix_NEW, fw as allDataLinkTypes, fu as allDataLinkVersions, b6 as countryISO2toISO3Mapping, b5 as countryISO3toISO2Mapping, cv as createBrandedSchemaId, cw as createBrandedSchemaIdWithParams, dn as generateId, ek as getTagTypeFromEntityType, fd as initializeStatistics, a8 as isValidAddress, b8 as isoCountriesNameFromISO2, b9 as isoCountriesNameFromISO3, ba as parseISO3CountryCode, bc as scorechainCountriesNameFromISO2, ad as shortBlockchainAddress } from './vault.schema-92859c2c.esm.mjs';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
4
|
-
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues, bX as AllScenarioExecutionAuthorizationData, bP as AnyTxAuthDataSignatureResponse, bS as AnyTxAuthInputJsSdk, bI as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bW as CreateAuthRequestProps, a6 as CreateTemplateScenario, c6 as CredentialMediaType, c1 as CredentialNames, aS as CredentialQrCodeData, c0 as CredentialSchemas, c4 as CredentialType, C as CredentialTypes, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bQ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bO as ExtendedTezosTxAuthDataSignatureResponse, bM as ExtendedTezosTxAuthInput, bN as ExtendedTxAuthDataSignatureResponse, bL as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bK as GetTezosTxAuthDataSignatureResponse, bF as GetTxAuthDataSignatureFailureResponse, bG as GetTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, c2 as NexeraCredentialType, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bV as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bY as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, S as ScenarioAuthorizationData, bZ as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bH as TezosTxAuthInput, bR as TezosTxAuthInputJsSdk, bJ as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, c5 as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, b$ as VerifyWalletChallengeRequest, as as WalletSignResponse, b_ as WalletSignatureResponse, a$ as ZKPOperator, bT as ZKPRequest, bU as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, c3 as getCredentialName, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from './identity-api.schema-
|
|
5
|
-
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-
|
|
6
|
-
export { S as Separator, g as generateZodObjectPaths, r as resolvePathOnDataSchema, a as resolvePathOnMapSchema } from './zod-utils-
|
|
3
|
+
import { C as CredentialTypes } from './identity-api.schema-bf2d3703.esm.mjs';
|
|
4
|
+
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues, bX as AllScenarioExecutionAuthorizationData, bP as AnyTxAuthDataSignatureResponse, bS as AnyTxAuthInputJsSdk, bI as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bW as CreateAuthRequestProps, a6 as CreateTemplateScenario, c6 as CredentialMediaType, c1 as CredentialNames, aS as CredentialQrCodeData, c0 as CredentialSchemas, c4 as CredentialType, C as CredentialTypes, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bQ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bO as ExtendedTezosTxAuthDataSignatureResponse, bM as ExtendedTezosTxAuthInput, bN as ExtendedTxAuthDataSignatureResponse, bL as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bK as GetTezosTxAuthDataSignatureResponse, bF as GetTxAuthDataSignatureFailureResponse, bG as GetTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, c2 as NexeraCredentialType, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bV as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bY as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, S as ScenarioAuthorizationData, bZ as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bH as TezosTxAuthInput, bR as TezosTxAuthInputJsSdk, bJ as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, c5 as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, b$ as VerifyWalletChallengeRequest, as as WalletSignResponse, b_ as WalletSignatureResponse, a$ as ZKPOperator, bT as ZKPRequest, bU as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, c3 as getCredentialName, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from './identity-api.schema-bf2d3703.esm.mjs';
|
|
5
|
+
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-a1861b2b.esm.mjs';
|
|
6
|
+
export { S as Separator, g as generateZodObjectPaths, r as resolvePathOnDataSchema, a as resolvePathOnMapSchema } from './zod-utils-7a80f4e3.esm.mjs';
|
|
7
7
|
import 'nanoid';
|
|
8
8
|
import 'decimal.js';
|
|
9
|
-
import './toArray-
|
|
9
|
+
import './toArray-152c0d5b.esm.mjs';
|
|
10
10
|
|
|
11
11
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
12
12
|
var salt = data;
|
package/dist/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
3
|
+
var vault_schema = require('./vault.schema-380e6c40.cjs.prod.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-9677f8e2.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { bc as SupportedType, b5 as NUMERIC_OPERATORS, b1 as ARRAY_OPERATORS, b7 as BOOLEAN_OPERATORS, b3 as STRING_OPERATORS } from './identity-api.schema-
|
|
1
|
+
import { fU as _toConsumableArray } from './vault.schema-92859c2c.esm.mjs';
|
|
2
|
+
import { bc as SupportedType, b5 as NUMERIC_OPERATORS, b1 as ARRAY_OPERATORS, b7 as BOOLEAN_OPERATORS, b3 as STRING_OPERATORS } from './identity-api.schema-bf2d3703.esm.mjs';
|
|
3
3
|
|
|
4
4
|
var VC_JSON_SCHEMA_MAP = {
|
|
5
5
|
ProofOfResidence: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
3
|
+
var vault_schema = require('./vault.schema-16d917ad.cjs.dev.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-63f85340.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { fX as _arrayWithHoles, fY as _iterableToArray, fV as _unsupportedIterableToArray, fZ as _nonIterableRest } from './vault.schema-92859c2c.esm.mjs';
|
|
2
2
|
|
|
3
3
|
function _toArray(r) {
|
|
4
4
|
return _arrayWithHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableRest();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var vault_schema = require('./vault.schema-
|
|
3
|
+
var vault_schema = require('./vault.schema-16d917ad.cjs.dev.cjs');
|
|
4
4
|
|
|
5
5
|
function _toArray(r) {
|
|
6
6
|
return vault_schema._arrayWithHoles(r) || vault_schema._iterableToArray(r) || vault_schema._unsupportedIterableToArray(r) || vault_schema._nonIterableRest();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var vault_schema = require('./vault.schema-
|
|
3
|
+
var vault_schema = require('./vault.schema-380e6c40.cjs.prod.cjs');
|
|
4
4
|
|
|
5
5
|
function _toArray(r) {
|
|
6
6
|
return vault_schema._arrayWithHoles(r) || vault_schema._iterableToArray(r) || vault_schema._unsupportedIterableToArray(r) || vault_schema._nonIterableRest();
|
|
@@ -3802,6 +3802,7 @@ var WalletScreeningData = z.z.object({
|
|
|
3802
3802
|
});
|
|
3803
3803
|
var WalletScreeningProviders = ["trmLabs", "chainalysis", "merkleScience", "crystal", "bigCs", "scoreChain"];
|
|
3804
3804
|
var WalletScreeningProvider = z.z["enum"](WalletScreeningProviders);
|
|
3805
|
+
var WalletScreeningProviderName = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, WalletScreeningProvider.Enum.scoreChain, "Scorechain"), WalletScreeningProvider.Enum.trmLabs, "TRM Labs"), WalletScreeningProvider.Enum.chainalysis, "Chainalysis"), WalletScreeningProvider.Enum.merkleScience, "Merkle Science"), WalletScreeningProvider.Enum.crystal, "Crystal Intelligence"), WalletScreeningProvider.Enum.bigCs, "BitTank");
|
|
3805
3806
|
|
|
3806
3807
|
// FIXME:importing SumSubReviewAnswer causes circular dependency
|
|
3807
3808
|
var SUMSUB_REVIEW_ANSWERS = ["GREEN", "RED", "YELLOW"];
|
|
@@ -12670,6 +12671,7 @@ exports.WalletId = WalletId;
|
|
|
12670
12671
|
exports.WalletPrefix = WalletPrefix;
|
|
12671
12672
|
exports.WalletScreeningData = WalletScreeningData;
|
|
12672
12673
|
exports.WalletScreeningProvider = WalletScreeningProvider;
|
|
12674
|
+
exports.WalletScreeningProviderName = WalletScreeningProviderName;
|
|
12673
12675
|
exports.WalletScreeningProviders = WalletScreeningProviders;
|
|
12674
12676
|
exports.Web2CreateSessionParams = Web2CreateSessionParams;
|
|
12675
12677
|
exports.Web3ArgsType = Web3ArgsType;
|
|
@@ -3802,6 +3802,7 @@ var WalletScreeningData = z.z.object({
|
|
|
3802
3802
|
});
|
|
3803
3803
|
var WalletScreeningProviders = ["trmLabs", "chainalysis", "merkleScience", "crystal", "bigCs", "scoreChain"];
|
|
3804
3804
|
var WalletScreeningProvider = z.z["enum"](WalletScreeningProviders);
|
|
3805
|
+
var WalletScreeningProviderName = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, WalletScreeningProvider.Enum.scoreChain, "Scorechain"), WalletScreeningProvider.Enum.trmLabs, "TRM Labs"), WalletScreeningProvider.Enum.chainalysis, "Chainalysis"), WalletScreeningProvider.Enum.merkleScience, "Merkle Science"), WalletScreeningProvider.Enum.crystal, "Crystal Intelligence"), WalletScreeningProvider.Enum.bigCs, "BitTank");
|
|
3805
3806
|
|
|
3806
3807
|
// FIXME:importing SumSubReviewAnswer causes circular dependency
|
|
3807
3808
|
var SUMSUB_REVIEW_ANSWERS = ["GREEN", "RED", "YELLOW"];
|
|
@@ -12670,6 +12671,7 @@ exports.WalletId = WalletId;
|
|
|
12670
12671
|
exports.WalletPrefix = WalletPrefix;
|
|
12671
12672
|
exports.WalletScreeningData = WalletScreeningData;
|
|
12672
12673
|
exports.WalletScreeningProvider = WalletScreeningProvider;
|
|
12674
|
+
exports.WalletScreeningProviderName = WalletScreeningProviderName;
|
|
12673
12675
|
exports.WalletScreeningProviders = WalletScreeningProviders;
|
|
12674
12676
|
exports.Web2CreateSessionParams = Web2CreateSessionParams;
|
|
12675
12677
|
exports.Web3ArgsType = Web3ArgsType;
|
|
@@ -3796,6 +3796,7 @@ var WalletScreeningData = z.object({
|
|
|
3796
3796
|
});
|
|
3797
3797
|
var WalletScreeningProviders = ["trmLabs", "chainalysis", "merkleScience", "crystal", "bigCs", "scoreChain"];
|
|
3798
3798
|
var WalletScreeningProvider = z["enum"](WalletScreeningProviders);
|
|
3799
|
+
var WalletScreeningProviderName = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, WalletScreeningProvider.Enum.scoreChain, "Scorechain"), WalletScreeningProvider.Enum.trmLabs, "TRM Labs"), WalletScreeningProvider.Enum.chainalysis, "Chainalysis"), WalletScreeningProvider.Enum.merkleScience, "Merkle Science"), WalletScreeningProvider.Enum.crystal, "Crystal Intelligence"), WalletScreeningProvider.Enum.bigCs, "BitTank");
|
|
3799
3800
|
|
|
3800
3801
|
// FIXME:importing SumSubReviewAnswer causes circular dependency
|
|
3801
3802
|
var SUMSUB_REVIEW_ANSWERS = ["GREEN", "RED", "YELLOW"];
|
|
@@ -12229,4 +12230,4 @@ var GenericVaultDataLinkZodSchema = z.union([GenericVaultPointerLinkZodSchema, G
|
|
|
12229
12230
|
// that a generic vault data link is indeed a valid vault data link
|
|
12230
12231
|
// ================================
|
|
12231
12232
|
|
|
12232
|
-
export { POLKADOT_CHAIN_IDS as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, COSMOS_CHAIN_NAMES as C, DashboardChainId as D, EVM_BLOCK_TIME as E, SOLANA_CHAIN_IDS as F, ACTIVE_SOLANA_CHAIN_IDS as G, SolanaChainId as H, NEXERA_BITCOIN_CHAINS as I, BITCOIN_CHAIN_NAMES as J, BITCOIN_CHAIN_NAMES_LIST as K, BITCOIN_CHAIN_IDS as L, ACTIVE_BITCOIN_CHAIN_IDS as M, NonTestnetBlockchainId as N, BitcoinChainId as O, POLYGON_NETWORK_NAMES as P, NEXERA_APTOS_CHAINS as Q, APTOS_CHAIN_NAMES as R, StarknetChainId as S, TezosChainId as T, APTOS_CHAIN_NAMES_LIST as U, APTOS_CHAIN_IDS as V, ACTIVE_APTOS_CHAIN_IDS as W, AptosChainId as X, NEXERA_POLKADOT_CHAINS as Y, POLKADOT_CHAIN_NAMES as Z, POLKADOT_CHAIN_NAMES_LIST as _, DashboardChainIdList as a, CurrencyCode as a$, ACTIVE_POLKADOT_CHAIN_IDS as a0, PolkadotChainId as a1, NEXERA_CARDANO_CHAINS as a2, CARDANO_CHAIN_NAMES as a3, CARDANO_CHAIN_NAMES_LIST as a4, CARDANO_CHAIN_IDS as a5, ACTIVE_CARDANO_CHAIN_IDS as a6, CardanoChainId as a7, isValidAddress as a8, PrivateKey as a9, SupportedBlockchainNamespaceForSignatureAuth as aA, DISPLAYED_BLOCKCHAIN_NAMESPACES as aB, DisplayedBlockchainNamespace as aC, BLOCKCHAIN_NAME_TO_NAMESPACE as aD, BLOCKCHAIN_NAMESPACE_TO_NAME as aE, BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL as aF, EIP155Signature as aG, AptosSignature as aH, StarknetSignature as aI, PolkadotSignature as aJ, CosmosSignature as aK, EdSignature as aL, SpSignature as aM, P2Signature as aN, TezosSignature as aO, CardanoSignature as aP, BlockchainSignature as aQ, FunctionCallData as aR, TezosEntrypointName as aS, AbiItem as aT, ENVS as aU, EnvironmentSchema as aV, UuidString as aW, OtpCode as aX, PUBLIC_SERVICES_SCHEMA_MAP as aY, IpAddress as aZ, CurrencyCodes as a_, PublicKey as aa, EvmAddress as ab, TxHash as ac, shortBlockchainAddress as ad, AptosAddress as ae, StarknetAddress as af, PolkadotAddress as ag, CosmosAddress as ah, TezosImplicitAddress as ai, TezosContractAddress as aj, TezosAddress as ak, CardanoAddress as al, BitcoinP2PKHAddress as am, BitcoinP2SHAddress as an, BitcoinBech32Address as ao, BitcoinTestnetP2PKHAddress as ap, BitcoinTestnetP2SHAddress as aq, BitcoinTestnetBech32Address as ar, BitcoinAddress as as, BlockchainAddress as at, DashboardAddress as au, String0x as av, HexadecimalSchema as aw, BLOCKCHAIN_NAMESPACES as ax, BlockchainNamespace as ay, SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH as az, NEXERA_EVM_CHAINS as b, TransactionAddressesPrefix as b$, CryptoCodes as b0, CryptoCode as b1, ISO3CountryCode as b2, ALPHA_2_COUNTRIES as b3, Alpha2Country as b4, countryISO3toISO2Mapping as b5, countryISO2toISO3Mapping as b6, CountryName as b7, isoCountriesNameFromISO2 as b8, isoCountriesNameFromISO3 as b9, AppPrefix as bA, ChallengePrefix as bB, TestPrefix as bC, IndividualScreeningPrefix as bD, SigGatingPrefix as bE, TagPrefix as bF, ScorechainAnalysisPrefix as bG, UserPrefix_NEW as bH, OrganizationPrefix_NEW as bI, MemberPrefix_NEW as bJ, WorkspacePrefix_NEW as bK, SessionPrefix_NEW as bL, AccountPrefix_NEW as bM, VerificationPrefix_NEW as bN, ApiKeyPrefix_NEW as bO, InvitationPrefix_NEW as bP, PasskeyPrefix_NEW as bQ, DatasetPrefix as bR, DatasetColumnPrefix as bS, DatasetColumnTypePrefix as bT, DatasetColumnOptionPrefix as bU, DatasetRowPrefix as bV, DatasetRowValuePrefix as bW, DatasetViewPrefix as bX, DatasetFolderPrefix as bY, MetaAlertPrefix as bZ, TagsToEntityPrefix as b_, parseISO3CountryCode as ba, ScorechainCountry as bb, scorechainCountriesNameFromISO2 as bc, RiskScoreTypes as bd, RiskScoreType as be, CustomerTypes as bf, CustomerType as bg, KycOnboardingLevels as bh, KycOnboardingLevel as bi, KybOnboardingLevels as bj, KybOnboardingLevel as bk, CustomerOnboardingLevels as bl, CustomerOnboardingLevel as bm, CustomerStatuses as bn, CustomerStatus as bo, BasicCustomerContactInformation as bp, CUSTOMERS_CHARTS as bq, CustomersChartType as br, CUSTOMER_TABLE_COLUMNS as bs, CustomerTableColumn as bt, CUSTOMER_AUTOMATION_REASONS as bu, CustomerPersonalInformation as bv, StoragePrefix as bw, IdentityPrefix as bx, EmailPrefix as by, WalletPrefix as bz, NEXERA_EVM_CHAIN_NAMES as c, TransactionMethodExtractedInfosId as c$, TransactionPrefix as c0, TransactionActivityPrefix as c1, TransactionFeesPrefix as c2, TransactionReviewPrefix as c3, TransactionPartiesPrefix as c4, TransactionInfosPrefix as c5, TransactionExtractedInfosPrefix as c6, TransactionMethodsPrefix as c7, TransactionMethodExtractedInfosPrefix as c8, InstitutionPrefix as c9, WalletId as cA, AppId as cB, ChallengeId as cC, TestId as cD, CustomerScreeningId as cE, SigGatingId as cF, TagId as cG, ActionId as cH, DatasetId as cI, DatasetColumnId as cJ, DatasetColumnTypeId as cK, DatasetColumnOptionId as cL, DatasetRowId as cM, DatasetRowValueId as cN, DatasetViewId as cO, DatasetFolderId as cP, MetaAlertId as cQ, TagsToEntityId as cR, TransactionAddressesId as cS, TransactionId as cT, TransactionActivityId as cU, TransactionFeesId as cV, TransactionReviewId as cW, TransactionPartiesId as cX, TransactionInfosId as cY, TransactionExtractedInfosId as cZ, TransactionMethodsId as c_, InstitutionExtractedInfosPrefix as ca, TransactionAmountPrefix as cb, ScenarioPrefix as cc, QueryPrefix as cd, QueryGroupPrefix as ce, EvaluationMethodPrefix as cf, ActionPrefix as cg, WorkflowSessionAttributePrefix as ch, ComplyAdvantageSearchUpdatePrefix as ci, SsssSharePrefix as cj, SsssChunkPrefix as ck, AiExecutionPrefix as cl, AiExecutionStepPrefix as cm, AiDocumentPrefix as cn, AiAgentPrefix as co, AiStepPrefix as cp, ChatPrefix as cq, MessagePrefix as cr, ChatItemPrefix as cs, AiMessagePrefix as ct, WorkflowSessionId as cu, createBrandedSchemaId as cv, createBrandedSchemaIdWithParams as cw, StorageId as cx, IdentityId as cy, EmailId as cz, NEXERA_EVM_CHAIN_NAMES_LIST as d, SelfieImageCredentialSubjectSchema as d$, InstitutionId as d0, InstitutionExtractedInfosId as d1, TransactionAmountId as d2, ComplyAdvantageSearchUpdateId as d3, ScenarioId as d4, QueryId as d5, QueryGroupId as d6, EvaluationMethodId as d7, ScorechainAnalysisId as d8, WorkflowSessionAttributeId as d9, PERSONAL_INFORMATION_FIELDS as dA, PersonalInformationFieldsIdentityDocuments as dB, Identifier as dC, AdditionalCustomerInformationParams as dD, OrganizationId as dE, WorkspaceId as dF, MemberId as dG, WorkflowId as dH, CustomerId as dI, ExternalCustomerId as dJ, IdentityAppV2Web3JWT as dK, IdentityAppV2Web2JWT as dL, IdentityWidgetAccessToken_NEW as dM, IdentityWidgetSessionToken as dN, Web2CreateSessionParams as dO, ID3CredentialSubjectSchema as dP, IDScanCredentialSubjectSchema as dQ, IDScanPassportCredentialSubjectSchema as dR, IDScanSelfieCredentialSubjectSchema as dS, OLD_IDImageCredentialSubjectSchema as dT, OLD_IDInformationCredentialSubjectSchema as dU, OLD_ProofOfResidenceCredentialSubjectSchema as dV, OLD_SelfieImageCredentialSubjectSchema as dW, OLD_AMLScreeningsResultsCredentialSubjectSchema as dX, IDInformationTfheCredentialSubjectSchema as dY, IDInformationCredentialSubjectSchema as dZ, IDImageCredentialSubjectSchema as d_, SsssShareId as da, SsssChunkId as db, ChatItemId as dc, UserId_NEW as dd, OrganizationId_NEW as de, MemberId_NEW as df, WorkspaceId_NEW as dg, SessionId_NEW as dh, AccountId_NEW as di, VerificationId_NEW as dj, ApiKeyId_NEW as dk, InvitationId_NEW as dl, PasskeyId_NEW as dm, generateId as dn, MemberIdLegacy as dp, ChatId as dq, MessageId as dr, FLOW_TYPES as ds, FlowType as dt, VerificationModes as du, VerificationMode as dv, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as dw, IdentityDocumentCountryListOption as dx, IDENTITY_DOCUMENT_OPTIONS as dy, IdentityDocumentOptionsType as dz, NEXERA_EVM_CHAINS_ID as e, CreateTransactionPartiesOutput as e$, ProofOfResidenceCredentialSubjectSchema as e0, GenericVerifiableCredentialSchema as e1, IDInformationTfheCredentialSchema as e2, IDInformationCredentialSchema as e3, IDImageCredentialSchema as e4, SelfieImageCredentialSchema as e5, ProofOfResidenceCredentialSchema as e6, ID3CredentialSchema as e7, IDScanCredentialSchema as e8, IDScanPassportCredentialSchema as e9, TransactionStatusMapping as eA, HumanReadableTransactionStatusMapping as eB, TransactionDirections as eC, TransactionDirection as eD, TransactionCurrencyCodes as eE, TransactionCurrencyCode as eF, TransactionProviders as eG, TransactionProvider as eH, PaymentTypes as eI, PaymentType as eJ, TransactionPartiesTypes as eK, TransactionPartiesType as eL, TransactionAmountsFieldNames as eM, TransactionAmountsFieldName as eN, DEFAULT_FIAT_CURRENCY as eO, TRANSACTIONS_STATS_CURRENCIES as eP, TransactionStatsCurrency as eQ, TransactionDataEventObject as eR, AuditAction as eS, GetTransactionAuditsParams as eT, PostValidatedCurrencyCode as eU, CreateTransactionFeesParams as eV, CreateBulkTransactionFeesParams as eW, GetTransactionFeesOutput as eX, CreateTransactionInfosOutput as eY, CreateTransactionMethodOutput as eZ, CreateInsitutionOutput as e_, IDScanSelfieCredentialSchema as ea, OLD_IDImageCredentialSchema as eb, OLD_IDInformationCredentialSchema as ec, OLD_ProofOfResidenceCredentialSchema as ed, OLD_SelfieImageCredentialSchema as ee, OLD_AMLScreeningsResultsCredentialSchema as ef, TypeTags as eg, TypeTag as eh, Tag as ei, TagTitle as ej, getTagTypeFromEntityType as ek, WORKFLOW_TYPE_TO_TAG_TYPE as el, TRANSACTION_CHARTS as em, TransactionsChartType as en, TRANSACTION_TABLE_COLUMNS as eo, TransactionTableColumn as ep, TransactionTypes as eq, TransactionType as er, TransactionTypesWithAll as es, TransactionTypeWithAll as et, TransactionRiskLevels as eu, TransactionRiskLevel as ev, TransactionReviewStatuses as ew, TransactionReviewStatus as ex, HumanReadableTransactionReviewStatuses as ey, HumanReadableTransactionReviewStatus as ez, NexeraEvmChains as f, ANALYSIS_TYPES as f$, CreateTransactionReviewOutput as f0, UpdateTransactionReviewParams as f1, UpdateTransactionsReviewParams as f2, UpdateTransactionReviewOutput as f3, GetTransactionsForAlertParams as f4, GetTransactionsForAlertOutput as f5, GetTransactionParams as f6, CreateTransactionOutput as f7, CreateTransactionExtractedInfosOutput as f8, CreateTransactionMethodExtractedInfoOutput as f9, VaultSchemaIdZodSchema as fA, VaultSchemaPathsZodSchema as fB, VaultPointerKeyMapZodSchema as fC, VaultQueryMapZodSchema as fD, VaultMetadataLinkZodSchema as fE, GenericVaultPointerLinkZodSchema as fF, GenericVaultSearchLinkZodSchema as fG, GenericVaultEmbeddedLinkZodSchema as fH, GenericVaultDataLinkZodSchema as fI, ScorechainEntityRecord as fJ, WalletScreeningData as fK, WalletScreeningProviders as fL, WalletScreeningProvider as fM, Web3ArgsType as fN, Web3TransactionData as fO, TransactionScreeningData as fP, TransactionScreeningProviders as fQ, TransactionScreeningProvider as fR, _defineProperty as fS, _toConsumableArray as fT, _unsupportedIterableToArray as fU, _slicedToArray as fV, _arrayWithHoles as fW, _iterableToArray as fX, _nonIterableRest as fY, ScoringAnalysisRequest as fZ, WorkflowsScoringAnalysisRequest as f_, CreateInsitutionExtractedInfosOutput as fa, GetTransactionStatsParams as fb, GetTransactionStatsOutput as fc, initializeStatistics as fd, GetTransactionsParams as fe, GetOneTransactionOutput as ff, GetTransactionsOutputData as fg, GetTransactionsOutput as fh, TransactionAmountsToConvert as fi, GetAverageHistoricalAmountParams as fj, GetAverageHistoricalAmountOutput as fk, GetMedianHistoricalAmountParams as fl, GetMedianHistoricalAmountOutput as fm, GetTransactionHistoricalAveragesParams as fn, GetTransactionReviewParams as fo, GetTransactionReviewOutput as fp, GetTransactionReviewsParams as fq, GetTransactionReviewsOutput as fr, AmlResults$1 as fs, DetectedDuplicates as ft, allDataLinkVersions as fu, DataLinkVersionZodSchema as fv, allDataLinkTypes as fw, DataLinkTypeZodSchema as fx, VaultJsonSchemas as fy, VaultZodSchema as fz, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as g, AnalysisType as g0, OBJECT_TYPES as g1, ObjectType as g2, ScorechainBlockchain as g3, NonMinimalScorechainBlockchain as g4, ScorechainBlockchainToNamespace as g5, getRiskLevelByRiskScore as g6, compareRiskLevels as g7, Coin as g8, RiskSeverity as g9, ScorechainEntityType as ga, RiskExplanation as gb, EntityRiskDefaultsValues as gc, EntityRiskDefaultsMap as gd, ScorechainErrorResponse as ge, ScorechainError as gf, ScorechainAnalysis as gg, ScoringAnalysisResponse as gh, GetActiveBlockchainsRequest as gi, GetActiveBlockchains as gj, GetActiveBlockchainsResponse as gk, GetAddressAnalysisRequest as gl, GetTransactionAnalysisRequest as gm, ScorechainEntity as gn, GetAddressAnalysis as go, GetTransactionAnalysis as gp, GetAddressAnalysisResponse as gq, GetTransactionAnalysisResponse as gr, ScoringAnalysisApiRequest as gs, RawScorechainResult as gt, ScorechainRiskToRiskLevel as gu, ScorechainWalletRiskLevels as gv, ScorechainWalletRiskLevel as gw, ScorechainTransactionRiskLevel as gx, EvmChainId as h, NEXERA_COSMOS_CHAINS as i, COSMOS_CHAIN_NAMES_LIST as j, COSMOS_CHAIN_IDS as k, ACTIVE_COSMOS_CHAIN_IDS as l, CosmosChainId as m, NEXERA_TEZOS_CHAINS as n, NEXERA_TEZOS_CHAIN_NAMES as o, NEXERA_TEZOS_CHAIN_NAMES_LIST as p, NEXERA_TEZOS_CHAIN_IDS as q, ACTIVE_TEZOS_CHAIN_IDS as r, PolygonNetworkNames as s, NEXERA_STARKNET_CHAINS as t, NEXERA_STARKNET_CHAIN_NAMES as u, NEXERA_STARKNET_CHAIN_IDS as v, NEXERA_ACTIVE_STARKNET_CHAIN_IDS as w, NEXERA_SOLANA_CHAINS as x, SOLANA_CHAIN_NAMES as y, SOLANA_CHAIN_NAMES_LIST as z };
|
|
12233
|
+
export { POLKADOT_CHAIN_IDS as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, COSMOS_CHAIN_NAMES as C, DashboardChainId as D, EVM_BLOCK_TIME as E, SOLANA_CHAIN_IDS as F, ACTIVE_SOLANA_CHAIN_IDS as G, SolanaChainId as H, NEXERA_BITCOIN_CHAINS as I, BITCOIN_CHAIN_NAMES as J, BITCOIN_CHAIN_NAMES_LIST as K, BITCOIN_CHAIN_IDS as L, ACTIVE_BITCOIN_CHAIN_IDS as M, NonTestnetBlockchainId as N, BitcoinChainId as O, POLYGON_NETWORK_NAMES as P, NEXERA_APTOS_CHAINS as Q, APTOS_CHAIN_NAMES as R, StarknetChainId as S, TezosChainId as T, APTOS_CHAIN_NAMES_LIST as U, APTOS_CHAIN_IDS as V, ACTIVE_APTOS_CHAIN_IDS as W, AptosChainId as X, NEXERA_POLKADOT_CHAINS as Y, POLKADOT_CHAIN_NAMES as Z, POLKADOT_CHAIN_NAMES_LIST as _, DashboardChainIdList as a, CurrencyCode as a$, ACTIVE_POLKADOT_CHAIN_IDS as a0, PolkadotChainId as a1, NEXERA_CARDANO_CHAINS as a2, CARDANO_CHAIN_NAMES as a3, CARDANO_CHAIN_NAMES_LIST as a4, CARDANO_CHAIN_IDS as a5, ACTIVE_CARDANO_CHAIN_IDS as a6, CardanoChainId as a7, isValidAddress as a8, PrivateKey as a9, SupportedBlockchainNamespaceForSignatureAuth as aA, DISPLAYED_BLOCKCHAIN_NAMESPACES as aB, DisplayedBlockchainNamespace as aC, BLOCKCHAIN_NAME_TO_NAMESPACE as aD, BLOCKCHAIN_NAMESPACE_TO_NAME as aE, BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL as aF, EIP155Signature as aG, AptosSignature as aH, StarknetSignature as aI, PolkadotSignature as aJ, CosmosSignature as aK, EdSignature as aL, SpSignature as aM, P2Signature as aN, TezosSignature as aO, CardanoSignature as aP, BlockchainSignature as aQ, FunctionCallData as aR, TezosEntrypointName as aS, AbiItem as aT, ENVS as aU, EnvironmentSchema as aV, UuidString as aW, OtpCode as aX, PUBLIC_SERVICES_SCHEMA_MAP as aY, IpAddress as aZ, CurrencyCodes as a_, PublicKey as aa, EvmAddress as ab, TxHash as ac, shortBlockchainAddress as ad, AptosAddress as ae, StarknetAddress as af, PolkadotAddress as ag, CosmosAddress as ah, TezosImplicitAddress as ai, TezosContractAddress as aj, TezosAddress as ak, CardanoAddress as al, BitcoinP2PKHAddress as am, BitcoinP2SHAddress as an, BitcoinBech32Address as ao, BitcoinTestnetP2PKHAddress as ap, BitcoinTestnetP2SHAddress as aq, BitcoinTestnetBech32Address as ar, BitcoinAddress as as, BlockchainAddress as at, DashboardAddress as au, String0x as av, HexadecimalSchema as aw, BLOCKCHAIN_NAMESPACES as ax, BlockchainNamespace as ay, SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH as az, NEXERA_EVM_CHAINS as b, TransactionAddressesPrefix as b$, CryptoCodes as b0, CryptoCode as b1, ISO3CountryCode as b2, ALPHA_2_COUNTRIES as b3, Alpha2Country as b4, countryISO3toISO2Mapping as b5, countryISO2toISO3Mapping as b6, CountryName as b7, isoCountriesNameFromISO2 as b8, isoCountriesNameFromISO3 as b9, AppPrefix as bA, ChallengePrefix as bB, TestPrefix as bC, IndividualScreeningPrefix as bD, SigGatingPrefix as bE, TagPrefix as bF, ScorechainAnalysisPrefix as bG, UserPrefix_NEW as bH, OrganizationPrefix_NEW as bI, MemberPrefix_NEW as bJ, WorkspacePrefix_NEW as bK, SessionPrefix_NEW as bL, AccountPrefix_NEW as bM, VerificationPrefix_NEW as bN, ApiKeyPrefix_NEW as bO, InvitationPrefix_NEW as bP, PasskeyPrefix_NEW as bQ, DatasetPrefix as bR, DatasetColumnPrefix as bS, DatasetColumnTypePrefix as bT, DatasetColumnOptionPrefix as bU, DatasetRowPrefix as bV, DatasetRowValuePrefix as bW, DatasetViewPrefix as bX, DatasetFolderPrefix as bY, MetaAlertPrefix as bZ, TagsToEntityPrefix as b_, parseISO3CountryCode as ba, ScorechainCountry as bb, scorechainCountriesNameFromISO2 as bc, RiskScoreTypes as bd, RiskScoreType as be, CustomerTypes as bf, CustomerType as bg, KycOnboardingLevels as bh, KycOnboardingLevel as bi, KybOnboardingLevels as bj, KybOnboardingLevel as bk, CustomerOnboardingLevels as bl, CustomerOnboardingLevel as bm, CustomerStatuses as bn, CustomerStatus as bo, BasicCustomerContactInformation as bp, CUSTOMERS_CHARTS as bq, CustomersChartType as br, CUSTOMER_TABLE_COLUMNS as bs, CustomerTableColumn as bt, CUSTOMER_AUTOMATION_REASONS as bu, CustomerPersonalInformation as bv, StoragePrefix as bw, IdentityPrefix as bx, EmailPrefix as by, WalletPrefix as bz, NEXERA_EVM_CHAIN_NAMES as c, TransactionMethodExtractedInfosId as c$, TransactionPrefix as c0, TransactionActivityPrefix as c1, TransactionFeesPrefix as c2, TransactionReviewPrefix as c3, TransactionPartiesPrefix as c4, TransactionInfosPrefix as c5, TransactionExtractedInfosPrefix as c6, TransactionMethodsPrefix as c7, TransactionMethodExtractedInfosPrefix as c8, InstitutionPrefix as c9, WalletId as cA, AppId as cB, ChallengeId as cC, TestId as cD, CustomerScreeningId as cE, SigGatingId as cF, TagId as cG, ActionId as cH, DatasetId as cI, DatasetColumnId as cJ, DatasetColumnTypeId as cK, DatasetColumnOptionId as cL, DatasetRowId as cM, DatasetRowValueId as cN, DatasetViewId as cO, DatasetFolderId as cP, MetaAlertId as cQ, TagsToEntityId as cR, TransactionAddressesId as cS, TransactionId as cT, TransactionActivityId as cU, TransactionFeesId as cV, TransactionReviewId as cW, TransactionPartiesId as cX, TransactionInfosId as cY, TransactionExtractedInfosId as cZ, TransactionMethodsId as c_, InstitutionExtractedInfosPrefix as ca, TransactionAmountPrefix as cb, ScenarioPrefix as cc, QueryPrefix as cd, QueryGroupPrefix as ce, EvaluationMethodPrefix as cf, ActionPrefix as cg, WorkflowSessionAttributePrefix as ch, ComplyAdvantageSearchUpdatePrefix as ci, SsssSharePrefix as cj, SsssChunkPrefix as ck, AiExecutionPrefix as cl, AiExecutionStepPrefix as cm, AiDocumentPrefix as cn, AiAgentPrefix as co, AiStepPrefix as cp, ChatPrefix as cq, MessagePrefix as cr, ChatItemPrefix as cs, AiMessagePrefix as ct, WorkflowSessionId as cu, createBrandedSchemaId as cv, createBrandedSchemaIdWithParams as cw, StorageId as cx, IdentityId as cy, EmailId as cz, NEXERA_EVM_CHAIN_NAMES_LIST as d, SelfieImageCredentialSubjectSchema as d$, InstitutionId as d0, InstitutionExtractedInfosId as d1, TransactionAmountId as d2, ComplyAdvantageSearchUpdateId as d3, ScenarioId as d4, QueryId as d5, QueryGroupId as d6, EvaluationMethodId as d7, ScorechainAnalysisId as d8, WorkflowSessionAttributeId as d9, PERSONAL_INFORMATION_FIELDS as dA, PersonalInformationFieldsIdentityDocuments as dB, Identifier as dC, AdditionalCustomerInformationParams as dD, OrganizationId as dE, WorkspaceId as dF, MemberId as dG, WorkflowId as dH, CustomerId as dI, ExternalCustomerId as dJ, IdentityAppV2Web3JWT as dK, IdentityAppV2Web2JWT as dL, IdentityWidgetAccessToken_NEW as dM, IdentityWidgetSessionToken as dN, Web2CreateSessionParams as dO, ID3CredentialSubjectSchema as dP, IDScanCredentialSubjectSchema as dQ, IDScanPassportCredentialSubjectSchema as dR, IDScanSelfieCredentialSubjectSchema as dS, OLD_IDImageCredentialSubjectSchema as dT, OLD_IDInformationCredentialSubjectSchema as dU, OLD_ProofOfResidenceCredentialSubjectSchema as dV, OLD_SelfieImageCredentialSubjectSchema as dW, OLD_AMLScreeningsResultsCredentialSubjectSchema as dX, IDInformationTfheCredentialSubjectSchema as dY, IDInformationCredentialSubjectSchema as dZ, IDImageCredentialSubjectSchema as d_, SsssShareId as da, SsssChunkId as db, ChatItemId as dc, UserId_NEW as dd, OrganizationId_NEW as de, MemberId_NEW as df, WorkspaceId_NEW as dg, SessionId_NEW as dh, AccountId_NEW as di, VerificationId_NEW as dj, ApiKeyId_NEW as dk, InvitationId_NEW as dl, PasskeyId_NEW as dm, generateId as dn, MemberIdLegacy as dp, ChatId as dq, MessageId as dr, FLOW_TYPES as ds, FlowType as dt, VerificationModes as du, VerificationMode as dv, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as dw, IdentityDocumentCountryListOption as dx, IDENTITY_DOCUMENT_OPTIONS as dy, IdentityDocumentOptionsType as dz, NEXERA_EVM_CHAINS_ID as e, CreateTransactionPartiesOutput as e$, ProofOfResidenceCredentialSubjectSchema as e0, GenericVerifiableCredentialSchema as e1, IDInformationTfheCredentialSchema as e2, IDInformationCredentialSchema as e3, IDImageCredentialSchema as e4, SelfieImageCredentialSchema as e5, ProofOfResidenceCredentialSchema as e6, ID3CredentialSchema as e7, IDScanCredentialSchema as e8, IDScanPassportCredentialSchema as e9, TransactionStatusMapping as eA, HumanReadableTransactionStatusMapping as eB, TransactionDirections as eC, TransactionDirection as eD, TransactionCurrencyCodes as eE, TransactionCurrencyCode as eF, TransactionProviders as eG, TransactionProvider as eH, PaymentTypes as eI, PaymentType as eJ, TransactionPartiesTypes as eK, TransactionPartiesType as eL, TransactionAmountsFieldNames as eM, TransactionAmountsFieldName as eN, DEFAULT_FIAT_CURRENCY as eO, TRANSACTIONS_STATS_CURRENCIES as eP, TransactionStatsCurrency as eQ, TransactionDataEventObject as eR, AuditAction as eS, GetTransactionAuditsParams as eT, PostValidatedCurrencyCode as eU, CreateTransactionFeesParams as eV, CreateBulkTransactionFeesParams as eW, GetTransactionFeesOutput as eX, CreateTransactionInfosOutput as eY, CreateTransactionMethodOutput as eZ, CreateInsitutionOutput as e_, IDScanSelfieCredentialSchema as ea, OLD_IDImageCredentialSchema as eb, OLD_IDInformationCredentialSchema as ec, OLD_ProofOfResidenceCredentialSchema as ed, OLD_SelfieImageCredentialSchema as ee, OLD_AMLScreeningsResultsCredentialSchema as ef, TypeTags as eg, TypeTag as eh, Tag as ei, TagTitle as ej, getTagTypeFromEntityType as ek, WORKFLOW_TYPE_TO_TAG_TYPE as el, TRANSACTION_CHARTS as em, TransactionsChartType as en, TRANSACTION_TABLE_COLUMNS as eo, TransactionTableColumn as ep, TransactionTypes as eq, TransactionType as er, TransactionTypesWithAll as es, TransactionTypeWithAll as et, TransactionRiskLevels as eu, TransactionRiskLevel as ev, TransactionReviewStatuses as ew, TransactionReviewStatus as ex, HumanReadableTransactionReviewStatuses as ey, HumanReadableTransactionReviewStatus as ez, NexeraEvmChains as f, WorkflowsScoringAnalysisRequest as f$, CreateTransactionReviewOutput as f0, UpdateTransactionReviewParams as f1, UpdateTransactionsReviewParams as f2, UpdateTransactionReviewOutput as f3, GetTransactionsForAlertParams as f4, GetTransactionsForAlertOutput as f5, GetTransactionParams as f6, CreateTransactionOutput as f7, CreateTransactionExtractedInfosOutput as f8, CreateTransactionMethodExtractedInfoOutput as f9, VaultSchemaIdZodSchema as fA, VaultSchemaPathsZodSchema as fB, VaultPointerKeyMapZodSchema as fC, VaultQueryMapZodSchema as fD, VaultMetadataLinkZodSchema as fE, GenericVaultPointerLinkZodSchema as fF, GenericVaultSearchLinkZodSchema as fG, GenericVaultEmbeddedLinkZodSchema as fH, GenericVaultDataLinkZodSchema as fI, ScorechainEntityRecord as fJ, WalletScreeningData as fK, WalletScreeningProviders as fL, WalletScreeningProvider as fM, WalletScreeningProviderName as fN, Web3ArgsType as fO, Web3TransactionData as fP, TransactionScreeningData as fQ, TransactionScreeningProviders as fR, TransactionScreeningProvider as fS, _defineProperty as fT, _toConsumableArray as fU, _unsupportedIterableToArray as fV, _slicedToArray as fW, _arrayWithHoles as fX, _iterableToArray as fY, _nonIterableRest as fZ, ScoringAnalysisRequest as f_, CreateInsitutionExtractedInfosOutput as fa, GetTransactionStatsParams as fb, GetTransactionStatsOutput as fc, initializeStatistics as fd, GetTransactionsParams as fe, GetOneTransactionOutput as ff, GetTransactionsOutputData as fg, GetTransactionsOutput as fh, TransactionAmountsToConvert as fi, GetAverageHistoricalAmountParams as fj, GetAverageHistoricalAmountOutput as fk, GetMedianHistoricalAmountParams as fl, GetMedianHistoricalAmountOutput as fm, GetTransactionHistoricalAveragesParams as fn, GetTransactionReviewParams as fo, GetTransactionReviewOutput as fp, GetTransactionReviewsParams as fq, GetTransactionReviewsOutput as fr, AmlResults$1 as fs, DetectedDuplicates as ft, allDataLinkVersions as fu, DataLinkVersionZodSchema as fv, allDataLinkTypes as fw, DataLinkTypeZodSchema as fx, VaultJsonSchemas as fy, VaultZodSchema as fz, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as g, ANALYSIS_TYPES as g0, AnalysisType as g1, OBJECT_TYPES as g2, ObjectType as g3, ScorechainBlockchain as g4, NonMinimalScorechainBlockchain as g5, ScorechainBlockchainToNamespace as g6, getRiskLevelByRiskScore as g7, compareRiskLevels as g8, Coin as g9, RiskSeverity as ga, ScorechainEntityType as gb, RiskExplanation as gc, EntityRiskDefaultsValues as gd, EntityRiskDefaultsMap as ge, ScorechainErrorResponse as gf, ScorechainError as gg, ScorechainAnalysis as gh, ScoringAnalysisResponse as gi, GetActiveBlockchainsRequest as gj, GetActiveBlockchains as gk, GetActiveBlockchainsResponse as gl, GetAddressAnalysisRequest as gm, GetTransactionAnalysisRequest as gn, ScorechainEntity as go, GetAddressAnalysis as gp, GetTransactionAnalysis as gq, GetAddressAnalysisResponse as gr, GetTransactionAnalysisResponse as gs, ScoringAnalysisApiRequest as gt, RawScorechainResult as gu, ScorechainRiskToRiskLevel as gv, ScorechainWalletRiskLevels as gw, ScorechainWalletRiskLevel as gx, ScorechainTransactionRiskLevel as gy, EvmChainId as h, NEXERA_COSMOS_CHAINS as i, COSMOS_CHAIN_NAMES_LIST as j, COSMOS_CHAIN_IDS as k, ACTIVE_COSMOS_CHAIN_IDS as l, CosmosChainId as m, NEXERA_TEZOS_CHAINS as n, NEXERA_TEZOS_CHAIN_NAMES as o, NEXERA_TEZOS_CHAIN_NAMES_LIST as p, NEXERA_TEZOS_CHAIN_IDS as q, ACTIVE_TEZOS_CHAIN_IDS as r, PolygonNetworkNames as s, NEXERA_STARKNET_CHAINS as t, NEXERA_STARKNET_CHAIN_NAMES as u, NEXERA_STARKNET_CHAIN_IDS as v, NEXERA_ACTIVE_STARKNET_CHAIN_IDS as w, NEXERA_SOLANA_CHAINS as x, SOLANA_CHAIN_NAMES as y, SOLANA_CHAIN_NAMES_LIST as z };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var toArray = require('./toArray-
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
3
|
+
var toArray = require('./toArray-821d47c4.cjs.dev.cjs');
|
|
4
|
+
var vault_schema = require('./vault.schema-16d917ad.cjs.dev.cjs');
|
|
5
5
|
var z = require('zod');
|
|
6
6
|
|
|
7
7
|
// tools to work with object paths in TypeScript
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var toArray = require('./toArray-
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
3
|
+
var toArray = require('./toArray-bb4cb04c.cjs.prod.cjs');
|
|
4
|
+
var vault_schema = require('./vault.schema-380e6c40.cjs.prod.cjs');
|
|
5
5
|
var z = require('zod');
|
|
6
6
|
|
|
7
7
|
// tools to work with object paths in TypeScript
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _toArray } from './toArray-
|
|
2
|
-
import {
|
|
1
|
+
import { _ as _toArray } from './toArray-152c0d5b.esm.mjs';
|
|
2
|
+
import { fV as _unsupportedIterableToArray, fO as Web3ArgsType, fW as _slicedToArray, fU as _toConsumableArray } from './vault.schema-92859c2c.esm.mjs';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
|
|
5
5
|
// tools to work with object paths in TypeScript
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-63f85340.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-16d917ad.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-9677f8e2.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-380e6c40.cjs.prod.cjs');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues, bX as AllScenarioExecutionAuthorizationData, bP as AnyTxAuthDataSignatureResponse, bS as AnyTxAuthInputJsSdk, bI as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bW as CreateAuthRequestProps, a6 as CreateTemplateScenario, aS as CredentialQrCodeData, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bQ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bO as ExtendedTezosTxAuthDataSignatureResponse, bM as ExtendedTezosTxAuthInput, bN as ExtendedTxAuthDataSignatureResponse, bL as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bK as GetTezosTxAuthDataSignatureResponse, bF as GetTxAuthDataSignatureFailureResponse, bG as GetTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bV as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bY as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, S as ScenarioAuthorizationData, bZ as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bH as TezosTxAuthInput, bR as TezosTxAuthInputJsSdk, bJ as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, b$ as VerifyWalletChallengeRequest, as as WalletSignResponse, b_ as WalletSignatureResponse, a$ as ZKPOperator, bT as ZKPRequest, bU as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from '../../dist/identity-api.schema-
|
|
1
|
+
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues, bX as AllScenarioExecutionAuthorizationData, bP as AnyTxAuthDataSignatureResponse, bS as AnyTxAuthInputJsSdk, bI as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bW as CreateAuthRequestProps, a6 as CreateTemplateScenario, aS as CredentialQrCodeData, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bQ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bO as ExtendedTezosTxAuthDataSignatureResponse, bM as ExtendedTezosTxAuthInput, bN as ExtendedTxAuthDataSignatureResponse, bL as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bK as GetTezosTxAuthDataSignatureResponse, bF as GetTxAuthDataSignatureFailureResponse, bG as GetTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bV as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bY as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, S as ScenarioAuthorizationData, bZ as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bH as TezosTxAuthInput, bR as TezosTxAuthInputJsSdk, bJ as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, b$ as VerifyWalletChallengeRequest, as as WalletSignResponse, b_ as WalletSignatureResponse, a$ as ZKPOperator, bT as ZKPRequest, bU as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from '../../dist/identity-api.schema-bf2d3703.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/vault.schema-
|
|
3
|
+
import '../../dist/vault.schema-92859c2c.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-16d917ad.cjs.dev.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-b4189b4d.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-63f85340.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-380e6c40.cjs.prod.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-f6abc72e.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-9677f8e2.cjs.prod.cjs');
|
|
11
11
|
|
|
12
12
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
13
13
|
id: "BITCOIN",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { K as AMLMetadata, cP as APPLICANT_CHECK_STATUSES, d4 as ApiErrorCommandResponse, d3 as ApiErrorResponse, d5 as ApiSuccessCommandResponse, cQ as ApplicantCheckStatus, cB as ApplicantImages, bA as ApplicantMemberOfSchema, bR as BENEFICIARY_TYPES, bC as BaseApplicantActionSchema, b8 as BaseProvider, bT as BeneficiaryCompanyCustomerClaims, bU as BeneficiaryCompanyCustomerClaimsArray, bS as BeneficiaryType, dg as BeneficiaryVerificationStatus, dh as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b5 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, bb as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, dd as COMPANY_DOCUMENT_STATUS, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dB as ChainalysisApiError, a$ as ChainalysisConfig, dz as ChainalysisErrorCodes, be as ChainalysisProvider, dx as ChainalysisRegisterApiResponse, dC as ChainalysisRegisterResponse, dw as ChainalysisRequest, dA as ChainalysisRiskAssessmentApiResponse, dD as ChainalysisRiskAssessmentResponse, dy as ChainalysisRiskLevel, a4 as CoerceDateUTC, dH as CoinMarketCapApiResponse, dI as CoinMarketCapFiatId, dF as CoinMarketCapQuote, dG as CoinMarketCapQuotes, dE as CoinMarketCapRequest, df as CompanyDocumentMetaData, de as CompanyDocumentStatus, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bl as ComplyAdvantageProvider, bk as ComplyAdvantageProviderConfigElement, bj as ComplyAdvantageProviderConfigFilters, bi as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, br as CreateProviderInput, bs as CreateProviderResponse, at as CreateSearchInput, c$ as CredentialMetadata, b1 as CrystalIntelligenceConfig, bg as CrystalIntelligenceProvider, dP as CrystalWalletScreeningApiRequest, dQ as CrystalWalletScreeningResponse, c_ as CustomerContactInformationOutput, dm as CustomerDocumentMetaData, dn as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bw as DeleteProviderInput, bx as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cn as DocumentMetadataSchema, co as DocumentSubmitResponse, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cN as EmailVerificationResponse, F as File, cZ as GetCredentialsOutput, dj as GetKybSessionInput, dk as GetKybSessionResponse, cT as GetKycSessionInput, cU as GetKycSessionResponse, d0 as GetKycSessionResponseWithCredentialsMetadata, d6 as GetKycSessionsOutput, bq as GetProviderResponse, bp as GetProvidersResponse, ab as HIGH_RISK_TYPES, d1 as IDImageMetaData, bP as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bQ as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b4 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bh as IpqualityscoreProvider, d9 as KYB_RESULTS, db as KYB_SESSION_STATUSES, d7 as KYB_STEP_TYPES, c2 as KYC_DOC_SIDES, cJ as KYC_RESULTS, cL as KYC_SESSION_STATUSES, cF as KYC_STEP_TYPES, da as KybResult, dc as KybSessionStatus, d8 as KybStep, c3 as KycDocSide, cK as KycResult, cM as KycSessionStatus, cG as KycStep, cI as KycStepStatus, cH as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, du as MerkleAddressApiError, dt as MerkleAddressApiResponse, ds as MerkleAddressRequest, dv as MerkleAddressResponse, dr as MerkleBlockChainCodes, dq as MerkleBlockChainName, dp as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bd as MerkleScienceProvider, N as NestedSession, ba as NexeraIdKYBProvider, b9 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cY as ProofOfResidenceDocumentType, cX as ProofOfResidenceMetaData, bn as ProviderData, bo as ProviderDataProject, b7 as ProviderIntegrationType, b6 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bF as SUMSUB_APPLICANT_TYPES, cg as SUMSUB_COMPANY_BENEFICIARY_GROUP, b_ as SUMSUB_DOC_TYPES, c4 as SUMSUB_FLOW_LEVEL, cw as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c0 as SUMSUB_KYC_DOC_TYPES, cl as SUMSUB_MEDIA_CONTENT_TYPES, bH as SUMSUB_REVIEW_ANSWERS, cC as SUMSUB_REVIEW_REJECT_LABELS, cE as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bJ as SUMSUB_REVIEW_REJECT_TYPES, bY as SUMSUB_REVIEW_STATUSES, bD as SUMSUB_STEPS, bW as SUMSUB_WEBHOOK_INTERNAL_STATUS, b2 as ScorechainConfig, bc as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, di as SelectKybSession, cR as SelectKycSession, cO as SelectKycSessionStep, cS as SelectKycSessionWithCompletedSteps, d2 as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bN as SumSubAddress, bO as SumSubApplicantInfo, cq as SumSubApplicantResetSchema, cp as SumSubApplicantReviewStatusSchema, cv as SumSubApplicantSchema, bG as SumSubApplicantType, ck as SumSubApplicantVerificationStepSchema, bV as SumSubCompanyApplicantInfo, ce as SumSubCompanyApplicantSchema, b$ as SumSubDocType, c5 as SumSubFlowLevel, cr as SumSubGenerateExternalWebSdkLinkSchema, cf as SumSubImageId, c9 as SumSubImageReviewResultSchema, ca as SumSubImageStatus, cd as SumSubIndividualApplicantSchema, c1 as SumSubKycDocType, cm as SumSubMediaContentType, c6 as SumSubRequiredIdDoc, bI as SumSubReviewAnswer, cD as SumSubReviewRejectLabel, bK as SumSubReviewRejectType, c8 as SumSubReviewResultSchema, bZ as SumSubReviewStatus, cA as SumSubSimilarApplicantsSchema, bE as SumSubStep, cj as SumSubVerificationStepSchema, bB as SumSubWebhookSchema, cc as SumsubApplicantType, cb as SumsubApplicantTypes, ch as SumsubCompanyBeneficiaryGroup, bM as SumsubCountryCode, cu as SumsubKybDataSchema, cz as SumsubKybSessionFlowSection, cy as SumsubKybSessionFlowSectionItem, cx as SumsubKybSessionFlowSectionStatus, ct as SumsubKycDataSchema, bL as SumsubReviewDecision, ci as SumsubStepStatus, cs as SumsubVideoCallData, bX as SumsubWebhookInternalStatus, bm as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, dN as TRMLabsAddressesScreening, dJ as TRMLabsAddressesScreeningApiRequest, dO as TRMLabsAddressesScreeningResponse, b0 as TRMLabsConfig, bf as TRMLabsProvider, dM as TRMLabsRiskScoreToScorechainRiskMapping, dK as TRM_RISK_SCORE_LEVEL, dL as TRM_RISK_SCORE_LEVEL_LABEL, bv as ToggleProviderInput, Y as UNKNOWN_ERROR, dl as UpdateKybSessionOutput, cV as UpdateKycSessionOutput, bt as UpdateProviderInput, bu as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, c7 as UploadDocumentRequest, cW as VideoKycMetaData, by as WEBHOOK_TYPES, q as WebhookPayload, bz as WebhookType, b3 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-
|
|
1
|
+
export { g0 as ANALYSIS_TYPES, g1 as AnalysisType, g9 as Coin, ge as EntityRiskDefaultsMap, gd as EntityRiskDefaultsValues, gk as GetActiveBlockchains, gj as GetActiveBlockchainsRequest, gl as GetActiveBlockchainsResponse, gp as GetAddressAnalysis, gm as GetAddressAnalysisRequest, gr as GetAddressAnalysisResponse, gq as GetTransactionAnalysis, gn as GetTransactionAnalysisRequest, gs as GetTransactionAnalysisResponse, g5 as NonMinimalScorechainBlockchain, g2 as OBJECT_TYPES, g3 as ObjectType, gu as RawScorechainResult, gc as RiskExplanation, ga as RiskSeverity, gh as ScorechainAnalysis, g4 as ScorechainBlockchain, g6 as ScorechainBlockchainToNamespace, go as ScorechainEntity, gb as ScorechainEntityType, gg as ScorechainError, gf as ScorechainErrorResponse, gv as ScorechainRiskToRiskLevel, gy as ScorechainTransactionRiskLevel, gx as ScorechainWalletRiskLevel, gw as ScorechainWalletRiskLevels, gt as ScoringAnalysisApiRequest, f_ as ScoringAnalysisRequest, gi as ScoringAnalysisResponse, f$ as WorkflowsScoringAnalysisRequest, g8 as compareRiskLevels, g7 as getRiskLevelByRiskScore } from '../../dist/vault.schema-92859c2c.esm.mjs';
|
|
2
|
+
export { K as AMLMetadata, cP as APPLICANT_CHECK_STATUSES, d4 as ApiErrorCommandResponse, d3 as ApiErrorResponse, d5 as ApiSuccessCommandResponse, cQ as ApplicantCheckStatus, cB as ApplicantImages, bA as ApplicantMemberOfSchema, bR as BENEFICIARY_TYPES, bC as BaseApplicantActionSchema, b8 as BaseProvider, bT as BeneficiaryCompanyCustomerClaims, bU as BeneficiaryCompanyCustomerClaimsArray, bS as BeneficiaryType, dg as BeneficiaryVerificationStatus, dh as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b5 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, bb as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, dd as COMPANY_DOCUMENT_STATUS, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dB as ChainalysisApiError, a$ as ChainalysisConfig, dz as ChainalysisErrorCodes, be as ChainalysisProvider, dx as ChainalysisRegisterApiResponse, dC as ChainalysisRegisterResponse, dw as ChainalysisRequest, dA as ChainalysisRiskAssessmentApiResponse, dD as ChainalysisRiskAssessmentResponse, dy as ChainalysisRiskLevel, a4 as CoerceDateUTC, dH as CoinMarketCapApiResponse, dI as CoinMarketCapFiatId, dF as CoinMarketCapQuote, dG as CoinMarketCapQuotes, dE as CoinMarketCapRequest, df as CompanyDocumentMetaData, de as CompanyDocumentStatus, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bl as ComplyAdvantageProvider, bk as ComplyAdvantageProviderConfigElement, bj as ComplyAdvantageProviderConfigFilters, bi as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, br as CreateProviderInput, bs as CreateProviderResponse, at as CreateSearchInput, c$ as CredentialMetadata, b1 as CrystalIntelligenceConfig, bg as CrystalIntelligenceProvider, dP as CrystalWalletScreeningApiRequest, dQ as CrystalWalletScreeningResponse, c_ as CustomerContactInformationOutput, dm as CustomerDocumentMetaData, dn as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bw as DeleteProviderInput, bx as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cn as DocumentMetadataSchema, co as DocumentSubmitResponse, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cN as EmailVerificationResponse, F as File, cZ as GetCredentialsOutput, dj as GetKybSessionInput, dk as GetKybSessionResponse, cT as GetKycSessionInput, cU as GetKycSessionResponse, d0 as GetKycSessionResponseWithCredentialsMetadata, d6 as GetKycSessionsOutput, bq as GetProviderResponse, bp as GetProvidersResponse, ab as HIGH_RISK_TYPES, d1 as IDImageMetaData, bP as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bQ as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b4 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bh as IpqualityscoreProvider, d9 as KYB_RESULTS, db as KYB_SESSION_STATUSES, d7 as KYB_STEP_TYPES, c2 as KYC_DOC_SIDES, cJ as KYC_RESULTS, cL as KYC_SESSION_STATUSES, cF as KYC_STEP_TYPES, da as KybResult, dc as KybSessionStatus, d8 as KybStep, c3 as KycDocSide, cK as KycResult, cM as KycSessionStatus, cG as KycStep, cI as KycStepStatus, cH as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, du as MerkleAddressApiError, dt as MerkleAddressApiResponse, ds as MerkleAddressRequest, dv as MerkleAddressResponse, dr as MerkleBlockChainCodes, dq as MerkleBlockChainName, dp as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bd as MerkleScienceProvider, N as NestedSession, ba as NexeraIdKYBProvider, b9 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cY as ProofOfResidenceDocumentType, cX as ProofOfResidenceMetaData, bn as ProviderData, bo as ProviderDataProject, b7 as ProviderIntegrationType, b6 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bF as SUMSUB_APPLICANT_TYPES, cg as SUMSUB_COMPANY_BENEFICIARY_GROUP, b_ as SUMSUB_DOC_TYPES, c4 as SUMSUB_FLOW_LEVEL, cw as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c0 as SUMSUB_KYC_DOC_TYPES, cl as SUMSUB_MEDIA_CONTENT_TYPES, bH as SUMSUB_REVIEW_ANSWERS, cC as SUMSUB_REVIEW_REJECT_LABELS, cE as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bJ as SUMSUB_REVIEW_REJECT_TYPES, bY as SUMSUB_REVIEW_STATUSES, bD as SUMSUB_STEPS, bW as SUMSUB_WEBHOOK_INTERNAL_STATUS, b2 as ScorechainConfig, bc as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, di as SelectKybSession, cR as SelectKycSession, cO as SelectKycSessionStep, cS as SelectKycSessionWithCompletedSteps, d2 as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bN as SumSubAddress, bO as SumSubApplicantInfo, cq as SumSubApplicantResetSchema, cp as SumSubApplicantReviewStatusSchema, cv as SumSubApplicantSchema, bG as SumSubApplicantType, ck as SumSubApplicantVerificationStepSchema, bV as SumSubCompanyApplicantInfo, ce as SumSubCompanyApplicantSchema, b$ as SumSubDocType, c5 as SumSubFlowLevel, cr as SumSubGenerateExternalWebSdkLinkSchema, cf as SumSubImageId, c9 as SumSubImageReviewResultSchema, ca as SumSubImageStatus, cd as SumSubIndividualApplicantSchema, c1 as SumSubKycDocType, cm as SumSubMediaContentType, c6 as SumSubRequiredIdDoc, bI as SumSubReviewAnswer, cD as SumSubReviewRejectLabel, bK as SumSubReviewRejectType, c8 as SumSubReviewResultSchema, bZ as SumSubReviewStatus, cA as SumSubSimilarApplicantsSchema, bE as SumSubStep, cj as SumSubVerificationStepSchema, bB as SumSubWebhookSchema, cc as SumsubApplicantType, cb as SumsubApplicantTypes, ch as SumsubCompanyBeneficiaryGroup, bM as SumsubCountryCode, cu as SumsubKybDataSchema, cz as SumsubKybSessionFlowSection, cy as SumsubKybSessionFlowSectionItem, cx as SumsubKybSessionFlowSectionStatus, ct as SumsubKycDataSchema, bL as SumsubReviewDecision, ci as SumsubStepStatus, cs as SumsubVideoCallData, bX as SumsubWebhookInternalStatus, bm as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, dN as TRMLabsAddressesScreening, dJ as TRMLabsAddressesScreeningApiRequest, dO as TRMLabsAddressesScreeningResponse, b0 as TRMLabsConfig, bf as TRMLabsProvider, dM as TRMLabsRiskScoreToScorechainRiskMapping, dK as TRM_RISK_SCORE_LEVEL, dL as TRM_RISK_SCORE_LEVEL_LABEL, bv as ToggleProviderInput, Y as UNKNOWN_ERROR, dl as UpdateKybSessionOutput, cV as UpdateKycSessionOutput, bt as UpdateProviderInput, bu as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, c7 as UploadDocumentRequest, cW as VideoKycMetaData, by as WEBHOOK_TYPES, q as WebhookPayload, bz as WebhookType, b3 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-6316f6bb.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-bf2d3703.esm.mjs';
|
|
7
7
|
|
|
8
8
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
9
9
|
id: "BITCOIN",
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var zodUtils = require('../../dist/zod-utils-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-16d917ad.cjs.dev.cjs');
|
|
6
|
+
var zodUtils = require('../../dist/zod-utils-244f0543.cjs.dev.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
|
-
require('../../dist/toArray-
|
|
10
|
+
require('../../dist/toArray-821d47c4.cjs.dev.cjs');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var zodUtils = require('../../dist/zod-utils-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-380e6c40.cjs.prod.cjs');
|
|
6
|
+
var zodUtils = require('../../dist/zod-utils-3532edb3.cjs.prod.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
|
-
require('../../dist/toArray-
|
|
10
|
+
require('../../dist/toArray-bb4cb04c.cjs.prod.cjs');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { fs as AmlResults, fx as DataLinkTypeZodSchema, fv as DataLinkVersionZodSchema, ft as DetectedDuplicates, fI as GenericVaultDataLinkZodSchema, fH as GenericVaultEmbeddedLinkZodSchema, fF as GenericVaultPointerLinkZodSchema, fG as GenericVaultSearchLinkZodSchema, fy as VaultJsonSchemas, fE as VaultMetadataLinkZodSchema, fC as VaultPointerKeyMapZodSchema, fD as VaultQueryMapZodSchema, fA as VaultSchemaIdZodSchema, fB as VaultSchemaPathsZodSchema, fz as VaultZodSchema, fw as allDataLinkTypes, fu as allDataLinkVersions } from '../../dist/vault.schema-
|
|
2
|
-
export { S as Separator, g as generateZodObjectPaths, r as resolvePathOnDataSchema, a as resolvePathOnMapSchema } from '../../dist/zod-utils-
|
|
1
|
+
export { fs as AmlResults, fx as DataLinkTypeZodSchema, fv as DataLinkVersionZodSchema, ft as DetectedDuplicates, fI as GenericVaultDataLinkZodSchema, fH as GenericVaultEmbeddedLinkZodSchema, fF as GenericVaultPointerLinkZodSchema, fG as GenericVaultSearchLinkZodSchema, fy as VaultJsonSchemas, fE as VaultMetadataLinkZodSchema, fC as VaultPointerKeyMapZodSchema, fD as VaultQueryMapZodSchema, fA as VaultSchemaIdZodSchema, fB as VaultSchemaPathsZodSchema, fz as VaultZodSchema, fw as allDataLinkTypes, fu as allDataLinkVersions } from '../../dist/vault.schema-92859c2c.esm.mjs';
|
|
2
|
+
export { S as Separator, g as generateZodObjectPaths, r as resolvePathOnDataSchema, a as resolvePathOnMapSchema } from '../../dist/zod-utils-7a80f4e3.esm.mjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
|
6
|
-
import '../../dist/toArray-
|
|
6
|
+
import '../../dist/toArray-152c0d5b.esm.mjs';
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var tfheUtilities = require('../../dist/tfhe-utilities-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-16d917ad.cjs.dev.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-63f85340.cjs.dev.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-dd1748ed.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-380e6c40.cjs.prod.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-9677f8e2.cjs.prod.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-36888915.cjs.prod.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { b4 as Alpha2Country, e1 as GenericVerifiableCredentialSchema, e7 as ID3CredentialSchema, dP as ID3CredentialSubjectSchema, e4 as IDImageCredentialSchema, d_ as IDImageCredentialSubjectSchema, e3 as IDInformationCredentialSchema, dZ as IDInformationCredentialSubjectSchema, e2 as IDInformationTfheCredentialSchema, dY as IDInformationTfheCredentialSubjectSchema, e8 as IDScanCredentialSchema, dQ as IDScanCredentialSubjectSchema, e9 as IDScanPassportCredentialSchema, dR as IDScanPassportCredentialSubjectSchema, ea as IDScanSelfieCredentialSchema, dS as IDScanSelfieCredentialSubjectSchema, b2 as ISO3CountryCode, ef as OLD_AMLScreeningsResultsCredentialSchema, dX as OLD_AMLScreeningsResultsCredentialSubjectSchema, eb as OLD_IDImageCredentialSchema, dT as OLD_IDImageCredentialSubjectSchema, ec as OLD_IDInformationCredentialSchema, dU as OLD_IDInformationCredentialSubjectSchema, ed as OLD_ProofOfResidenceCredentialSchema, dV as OLD_ProofOfResidenceCredentialSubjectSchema, ee as OLD_SelfieImageCredentialSchema, dW as OLD_SelfieImageCredentialSubjectSchema, e6 as ProofOfResidenceCredentialSchema, e0 as ProofOfResidenceCredentialSubjectSchema, e5 as SelfieImageCredentialSchema, d$ as SelfieImageCredentialSubjectSchema, b5 as countryISO3toISO2Mapping, b8 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-
|
|
2
|
-
export { c6 as CredentialMediaType, c1 as CredentialNames, c0 as CredentialSchemas, c4 as CredentialType, C as CredentialTypes, c2 as NexeraCredentialType, c5 as VerifiableCredential, c3 as getCredentialName } from '../../dist/identity-api.schema-
|
|
3
|
-
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-
|
|
1
|
+
export { b4 as Alpha2Country, e1 as GenericVerifiableCredentialSchema, e7 as ID3CredentialSchema, dP as ID3CredentialSubjectSchema, e4 as IDImageCredentialSchema, d_ as IDImageCredentialSubjectSchema, e3 as IDInformationCredentialSchema, dZ as IDInformationCredentialSubjectSchema, e2 as IDInformationTfheCredentialSchema, dY as IDInformationTfheCredentialSubjectSchema, e8 as IDScanCredentialSchema, dQ as IDScanCredentialSubjectSchema, e9 as IDScanPassportCredentialSchema, dR as IDScanPassportCredentialSubjectSchema, ea as IDScanSelfieCredentialSchema, dS as IDScanSelfieCredentialSubjectSchema, b2 as ISO3CountryCode, ef as OLD_AMLScreeningsResultsCredentialSchema, dX as OLD_AMLScreeningsResultsCredentialSubjectSchema, eb as OLD_IDImageCredentialSchema, dT as OLD_IDImageCredentialSubjectSchema, ec as OLD_IDInformationCredentialSchema, dU as OLD_IDInformationCredentialSubjectSchema, ed as OLD_ProofOfResidenceCredentialSchema, dV as OLD_ProofOfResidenceCredentialSubjectSchema, ee as OLD_SelfieImageCredentialSchema, dW as OLD_SelfieImageCredentialSubjectSchema, e6 as ProofOfResidenceCredentialSchema, e0 as ProofOfResidenceCredentialSubjectSchema, e5 as SelfieImageCredentialSchema, d$ as SelfieImageCredentialSubjectSchema, b5 as countryISO3toISO2Mapping, b8 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-92859c2c.esm.mjs';
|
|
2
|
+
export { c6 as CredentialMediaType, c1 as CredentialNames, c0 as CredentialSchemas, c4 as CredentialType, C as CredentialTypes, c2 as NexeraCredentialType, c5 as VerifiableCredential, c3 as getCredentialName } from '../../dist/identity-api.schema-bf2d3703.esm.mjs';
|
|
3
|
+
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-a1861b2b.esm.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'nanoid';
|
|
6
6
|
import 'decimal.js';
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var z = require('zod');
|
|
6
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
7
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
9
|
-
var toArray = require('../../dist/toArray-
|
|
6
|
+
var vault_schema = require('../../dist/vault.schema-16d917ad.cjs.dev.cjs');
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-63f85340.cjs.dev.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-b4189b4d.cjs.dev.cjs');
|
|
9
|
+
var toArray = require('../../dist/toArray-821d47c4.cjs.dev.cjs');
|
|
10
10
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
11
11
|
require('nanoid');
|
|
12
12
|
require('decimal.js');
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var z = require('zod');
|
|
6
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
7
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
9
|
-
var toArray = require('../../dist/toArray-
|
|
6
|
+
var vault_schema = require('../../dist/vault.schema-380e6c40.cjs.prod.cjs');
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-9677f8e2.cjs.prod.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-f6abc72e.cjs.prod.cjs');
|
|
9
|
+
var toArray = require('../../dist/toArray-bb4cb04c.cjs.prod.cjs');
|
|
10
10
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
11
11
|
require('nanoid');
|
|
12
12
|
require('decimal.js');
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { aW as UuidString, dJ as ExternalCustomerId, dH as WorkflowId, be as RiskScoreType, bg as CustomerType, bm as CustomerOnboardingLevel, bo as CustomerStatus, b2 as ISO3CountryCode, at as BlockchainAddress, e1 as GenericVerifiableCredentialSchema, fK as WalletScreeningData, eq as TransactionTypes, ew as TransactionReviewStatuses,
|
|
3
|
-
import { Y as RuleResultStatus } from '../../dist/identity-api.schema-
|
|
4
|
-
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-
|
|
5
|
-
import { _ as _toArray } from '../../dist/toArray-
|
|
2
|
+
import { aW as UuidString, dJ as ExternalCustomerId, dH as WorkflowId, be as RiskScoreType, bg as CustomerType, bm as CustomerOnboardingLevel, bo as CustomerStatus, b2 as ISO3CountryCode, at as BlockchainAddress, e1 as GenericVerifiableCredentialSchema, fK as WalletScreeningData, eq as TransactionTypes, ew as TransactionReviewStatuses, fU as _toConsumableArray, aV as EnvironmentSchema } from '../../dist/vault.schema-92859c2c.esm.mjs';
|
|
3
|
+
import { Y as RuleResultStatus } from '../../dist/identity-api.schema-bf2d3703.esm.mjs';
|
|
4
|
+
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-6316f6bb.esm.mjs';
|
|
5
|
+
import { _ as _toArray } from '../../dist/toArray-152c0d5b.esm.mjs';
|
|
6
6
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
7
7
|
import 'nanoid';
|
|
8
8
|
import 'decimal.js';
|