@nexeraid/identity-schemas 2.65.0-dev → 2.65.0
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-dcf0fd09.cjs.prod.cjs → CoinMarketCap.schema-2c92523f.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-4168b240.esm.mjs → CoinMarketCap.schema-9200bd52.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-5152702c.cjs.dev.cjs → CoinMarketCap.schema-9db73f74.cjs.dev.cjs} +2 -2
- package/dist/declarations/src/transaction.schema.d.ts +2 -2
- package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-97cbcb66.esm.mjs → identity-api.schema-60af6079.esm.mjs} +1 -1
- package/dist/{identity-api.schema-4510f916.cjs.dev.cjs → identity-api.schema-63ee6cfc.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-12a25a42.cjs.prod.cjs → identity-api.schema-9119d895.cjs.prod.cjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +3 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +3 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/{tfhe-utilities-f43f16b1.esm.mjs → tfhe-utilities-151f4537.esm.mjs} +2 -2
- package/dist/{tfhe-utilities-b0e780c6.cjs.prod.cjs → tfhe-utilities-24730089.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-1ae3cd6a.cjs.dev.cjs → tfhe-utilities-8b80d9aa.cjs.dev.cjs} +2 -2
- package/dist/{vault.schema-4921bc9f.cjs.dev.cjs → vault.schema-91f2c199.cjs.prod.cjs} +1 -1
- package/dist/{vault.schema-9d80a02d.cjs.prod.cjs → vault.schema-958064b8.cjs.dev.cjs} +1 -1
- package/dist/{vault.schema-1b7eeedd.esm.mjs → vault.schema-cc3c5ffc.esm.mjs} +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-91f2c199.cjs.prod.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-9119d895.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
// based on https://tech-doc.api.scorechain.com/
|
|
8
8
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
package/dist/{CoinMarketCap.schema-4168b240.esm.mjs → CoinMarketCap.schema-9200bd52.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { d as Alpha2Country, aY as _toConsumableArray, I as ISO3CountryCode, a_ as _slicedToArray, w as CustomerStatus, V as ProofOfResidenceCredentialSubjectSchema, B as BasicCustomerContactInformation } from './vault.schema-
|
|
3
|
-
import { as as BlockchainAddress, aT as UuidString, by as IdentityId, aw as BlockchainNamespace, cN as SdkVerificationOutput, bv as WorkflowSessionId, eZ as WorkspaceId, eY as OrganizationId, fd as _defineProperty, dH as QrCodeLinkWithSchemaType, fa as CredentialType } from './identity-api.schema-
|
|
2
|
+
import { d as Alpha2Country, aY as _toConsumableArray, I as ISO3CountryCode, a_ as _slicedToArray, w as CustomerStatus, V as ProofOfResidenceCredentialSubjectSchema, B as BasicCustomerContactInformation } from './vault.schema-cc3c5ffc.esm.mjs';
|
|
3
|
+
import { as as BlockchainAddress, aT as UuidString, by as IdentityId, aw as BlockchainNamespace, cN as SdkVerificationOutput, bv as WorkflowSessionId, eZ as WorkspaceId, eY as OrganizationId, fd as _defineProperty, dH as QrCodeLinkWithSchemaType, fa as CredentialType } from './identity-api.schema-60af6079.esm.mjs';
|
|
4
4
|
|
|
5
5
|
// based on https://tech-doc.api.scorechain.com/
|
|
6
6
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
package/dist/{CoinMarketCap.schema-5152702c.cjs.dev.cjs → CoinMarketCap.schema-9db73f74.cjs.dev.cjs}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-958064b8.cjs.dev.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-63ee6cfc.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
// based on https://tech-doc.api.scorechain.com/
|
|
8
8
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -37,8 +37,8 @@ export type PaymentType = z.infer<typeof PaymentType>;
|
|
|
37
37
|
export declare const TransactionPartiesTypes: readonly ["individual", "company", "smart-contract"];
|
|
38
38
|
export declare const TransactionPartiesType: z.ZodEnum<["individual", "company", "smart-contract"]>;
|
|
39
39
|
export type TransactionPartiesType = z.infer<typeof TransactionPartiesType>;
|
|
40
|
-
export declare const TransactionAmountsFieldNames: readonly ["amount", "networkFeeAmount", "platformFeeAmount"];
|
|
41
|
-
export declare const TransactionAmountsFieldName: z.ZodEnum<["amount", "networkFeeAmount", "platformFeeAmount"]>;
|
|
40
|
+
export declare const TransactionAmountsFieldNames: readonly ["amount", "networkFeeAmount", "platformFeeAmount", "transactionFeeAmount"];
|
|
41
|
+
export declare const TransactionAmountsFieldName: z.ZodEnum<["amount", "networkFeeAmount", "platformFeeAmount", "transactionFeeAmount"]>;
|
|
42
42
|
export type TransactionAmountsFieldName = z.infer<typeof TransactionAmountsFieldName>;
|
|
43
43
|
export declare const DEFAULT_FIAT_CURRENCY = "EUR";
|
|
44
44
|
export declare const TRANSACTIONS_STATS_CURRENCIES: readonly ["USD", "EUR", "GBP"];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transaction.schema.d.ts","sourceRoot":"../../../src","sources":["transaction.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,kBAAkB,8UAiBrB,CAAC;AAEX,eAAO,MAAM,qBAAqB,gVAA6B,CAAC;AAChE,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE1E,eAAO,MAAM,yBAAyB,4IAY5B,CAAC;AAEX,eAAO,MAAM,sBAAsB,8IAAoC,CAAC;AACxE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAG5E,eAAO,MAAM,gBAAgB,6BAA8B,CAAC;AAC5D,eAAO,MAAM,eAAe,+BAA2B,CAAC;AACxD,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAG9D,eAAO,MAAM,uBAAuB,oCAAwC,CAAC;AAC7E,eAAO,MAAM,sBAAsB,sCAAkC,CAAC;AACtE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAG5E,eAAO,MAAM,qBAAqB,+CAKxB,CAAC;AACX,eAAO,MAAM,oBAAoB,iDAAgC,CAAC;AAClE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAGxE,eAAO,MAAM,yBAAyB,8EAM5B,CAAC;AACX,eAAO,MAAM,uBAAuB,gFAAoC,CAAC;AACzE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAG9E,eAAO,MAAM,sCAAsC,8EAMzC,CAAC;AACX,eAAO,MAAM,oCAAoC,gFAEhD,CAAC;AACF,MAAM,MAAM,oCAAoC,GAAG,CAAC,CAAC,KAAK,CACxD,OAAO,oCAAoC,CAC5C,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAC3C,uBAAuB,EACvB,oCAAoC,CAOrC,CAAC;AACF,eAAO,MAAM,qCAAqC,EAAE,MAAM,CACxD,oCAAoC,EACpC,uBAAuB,CAOxB,CAAC;AAGF,eAAO,MAAM,qBAAqB,wBAAyB,CAAC;AAC5D,eAAO,MAAM,oBAAoB,0BAAgC,CAAC;AAClE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE,eAAO,MAAM,wBAAwB,yvzCAG3B,CAAC;AACX,eAAO,MAAM,uBAAuB,2vzCAAmC,CAAC;AACxE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAG9E,eAAO,MAAM,oBAAoB,qBAAsB,CAAC;AACxD,eAAO,MAAM,mBAAmB,uBAA+B,CAAC;AAChE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAGtE,eAAO,MAAM,YAAY,wCAAyC,CAAC;AACnE,eAAO,MAAM,WAAW,0CAAuB,CAAC;AAChD,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAGtD,eAAO,MAAM,uBAAuB,sDAI1B,CAAC;AACX,eAAO,MAAM,sBAAsB,wDAAkC,CAAC;AACtE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE5E,eAAO,MAAM,4BAA4B,
|
|
1
|
+
{"version":3,"file":"transaction.schema.d.ts","sourceRoot":"../../../src","sources":["transaction.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,kBAAkB,8UAiBrB,CAAC;AAEX,eAAO,MAAM,qBAAqB,gVAA6B,CAAC;AAChE,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE1E,eAAO,MAAM,yBAAyB,4IAY5B,CAAC;AAEX,eAAO,MAAM,sBAAsB,8IAAoC,CAAC;AACxE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAG5E,eAAO,MAAM,gBAAgB,6BAA8B,CAAC;AAC5D,eAAO,MAAM,eAAe,+BAA2B,CAAC;AACxD,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAG9D,eAAO,MAAM,uBAAuB,oCAAwC,CAAC;AAC7E,eAAO,MAAM,sBAAsB,sCAAkC,CAAC;AACtE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAG5E,eAAO,MAAM,qBAAqB,+CAKxB,CAAC;AACX,eAAO,MAAM,oBAAoB,iDAAgC,CAAC;AAClE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAGxE,eAAO,MAAM,yBAAyB,8EAM5B,CAAC;AACX,eAAO,MAAM,uBAAuB,gFAAoC,CAAC;AACzE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAG9E,eAAO,MAAM,sCAAsC,8EAMzC,CAAC;AACX,eAAO,MAAM,oCAAoC,gFAEhD,CAAC;AACF,MAAM,MAAM,oCAAoC,GAAG,CAAC,CAAC,KAAK,CACxD,OAAO,oCAAoC,CAC5C,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAC3C,uBAAuB,EACvB,oCAAoC,CAOrC,CAAC;AACF,eAAO,MAAM,qCAAqC,EAAE,MAAM,CACxD,oCAAoC,EACpC,uBAAuB,CAOxB,CAAC;AAGF,eAAO,MAAM,qBAAqB,wBAAyB,CAAC;AAC5D,eAAO,MAAM,oBAAoB,0BAAgC,CAAC;AAClE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE,eAAO,MAAM,wBAAwB,yvzCAG3B,CAAC;AACX,eAAO,MAAM,uBAAuB,2vzCAAmC,CAAC;AACxE,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAG9E,eAAO,MAAM,oBAAoB,qBAAsB,CAAC;AACxD,eAAO,MAAM,mBAAmB,uBAA+B,CAAC;AAChE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAGtE,eAAO,MAAM,YAAY,wCAAyC,CAAC;AACnE,eAAO,MAAM,WAAW,0CAAuB,CAAC;AAChD,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAGtD,eAAO,MAAM,uBAAuB,sDAI1B,CAAC;AACX,eAAO,MAAM,sBAAsB,wDAAkC,CAAC;AACtE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE5E,eAAO,MAAM,4BAA4B,sFAK/B,CAAC;AACX,eAAO,MAAM,2BAA2B,wFAAuC,CAAC;AAChF,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,2BAA2B,CACnC,CAAC;AAEF,eAAO,MAAM,qBAAqB,QAAQ,CAAC;AAC3C,eAAO,MAAM,6BAA6B,gCAAiC,CAAC;AAC5E,eAAO,MAAM,wBAAwB,kCAAwC,CAAC;AAC9E,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { T as IDImageCredentialSubjectSchema, V as ProofOfResidenceCredentialSubjectSchema, U as SelfieImageCredentialSubjectSchema, S as IDInformationCredentialSubjectSchema, Q as IDInformationTfheCredentialSubjectSchema, P as OLD_AMLScreeningsResultsCredentialSubjectSchema, F as ID3CredentialSubjectSchema, G as IDScanCredentialSubjectSchema, J as IDScanSelfieCredentialSubjectSchema, H as IDScanPassportCredentialSubjectSchema, aT as VaultMetadataLinkZodSchema, X as GenericVerifiableCredentialSchema, w as CustomerStatus } from './vault.schema-
|
|
2
|
+
import { T as IDImageCredentialSubjectSchema, V as ProofOfResidenceCredentialSubjectSchema, U as SelfieImageCredentialSubjectSchema, S as IDInformationCredentialSubjectSchema, Q as IDInformationTfheCredentialSubjectSchema, P as OLD_AMLScreeningsResultsCredentialSubjectSchema, F as ID3CredentialSubjectSchema, G as IDScanCredentialSubjectSchema, J as IDScanSelfieCredentialSubjectSchema, H as IDScanPassportCredentialSubjectSchema, aT as VaultMetadataLinkZodSchema, X as GenericVerifiableCredentialSchema, w as CustomerStatus } from './vault.schema-cc3c5ffc.esm.mjs';
|
|
3
3
|
import { nanoid } from 'nanoid';
|
|
4
4
|
|
|
5
5
|
function _toPrimitive(t, r) {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
6
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-63ee6cfc.cjs.dev.cjs');
|
|
6
|
+
var vault_schema = require('./vault.schema-958064b8.cjs.dev.cjs');
|
|
7
7
|
var zod = require('zod');
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-8b80d9aa.cjs.dev.cjs');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
|
11
11
|
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
6
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-9119d895.cjs.prod.cjs');
|
|
6
|
+
var vault_schema = require('./vault.schema-91f2c199.cjs.prod.cjs');
|
|
7
7
|
var zod = require('zod');
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-24730089.cjs.prod.cjs');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
|
11
11
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
2
|
-
export { V as ACTIVE_APTOS_CHAIN_IDS, L as ACTIVE_BITCOIN_CHAIN_IDS, a5 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, $ as ACTIVE_POLKADOT_CHAIN_IDS, F as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, U as APTOS_CHAIN_IDS, Q as APTOS_CHAIN_NAMES, R as APTOS_CHAIN_NAMES_LIST, dQ as ARRAY_OPERATORS, dy as AUTHORIZATION_REQUEST_MESSAGE_TYPES, cr as AVAILABLE_FLOWS, cS as AbbreviatedWorkflowScenario, bG as ActionId, bl as ActionPrefix, eX as AdditionalCustomerInformationParams, aa as AddressSchema, c3 as AiExecutionId, bt as AiExecutionPrefix, c4 as AiExecutionStepId, bu as AiExecutionStepPrefix, e2 as AllCredentialValues, eH as AllScenarioExecutionAuthorizationData, bZ as AmlScreeningSessionStepId, bn as AmlScreeningSessionStepPrefix, ez as AnyTxAuthDataSignatureResponse, eC as AnyTxAuthInputJsSdk, es as ApiTezosTxAuthInput, eo as ApiTxAuthInput, bB as AppId, a$ as AppPrefix, ad as AptosAddress, W as AptosChainId, aF as AptosSignature, dR as ArrayOperator, dG as AuthQrCodeData, db as AuthSession, dc as AuthSessionData, dB as AuthorizationRequestMessage, dA as AuthorizationRequestMessageType, dz as AuthorizationRequestMessageTypes, dE as AuthorizationResponseMessage, cs as AvailableFlow, K as BITCOIN_CHAIN_IDS, I as BITCOIN_CHAIN_NAMES, J as BITCOIN_CHAIN_NAMES_LIST, av as BLOCKCHAIN_NAMESPACES, az as BLOCKCHAIN_NAMESPACES_NAMES, aD as BLOCKCHAIN_NAMESPACE_TO_NAME, aC as BLOCKCHAIN_NAME_TO_NAMESPACE, dW as BOOLEAN_OPERATORS, cE as BackwardsCompatibleScenarioType, cD as BackwardsCompatibleScenarioTypes, cF as BaseQueryResponse, ar as BitcoinAddress, an as BitcoinBech32Address, M as BitcoinChainId, al as BitcoinP2PKHAddress, am as BitcoinP2SHAddress, aq as BitcoinTestnetBech32Address, ao as BitcoinTestnetP2PKHAddress, ap as BitcoinTestnetP2SHAddress, as as BlockchainAddress, B as BlockchainId, aw as BlockchainNamespace, aO as BlockchainSignature, dX as BooleanOperator, a4 as CARDANO_CHAIN_IDS, a2 as CARDANO_CHAIN_NAMES, a3 as CARDANO_CHAIN_NAMES_LIST, dv as CIRCUIT_IDS, k as COSMOS_CHAIN_IDS, i as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, ak as CardanoAddress, a6 as CardanoChainId, aN as CardanoSignature, bC as ChallengeId, b0 as ChallengePrefix, ec as ChallengeQuerySchema, dd as ChallengeResponse, dw as CircuitId, c9 as CloseScreenNotification, cV as ComplianceImplementationStepsInput, ag as CosmosAddress, m as CosmosChainId, aI as CosmosSignature, eG as CreateAuthRequestProps, cU as CreateTemplateScenario, fc as CredentialMediaType, f7 as CredentialNames, dF as CredentialQrCodeData, f6 as CredentialSchemas, fa as CredentialType, C as CredentialTypes, e$ as CustomerId, bE as CustomerScreeningId, b2 as CustomerScreeningPrefix, dY as DATE_OPERATORS, aA as DISPLAYED_BLOCKCHAIN_NAMESPACES, ct as DataAvailableOnStart, dZ as DateOperator, aB as DisplayedBlockchainNamespace, b_ as DuplicateDetectionSessionStepId, bo as DuplicateDetectionSessionStepPrefix, aE as EIP155Signature, aR as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aJ as EdSignature, eA as Eip155TxAuthInputJsSdk, bz as EmailId, aZ as EmailPrefix, aS as EnvironmentSchema, g as EvmChainId, cH as ExecuteQueryResponse, ey as ExtendedTezosTxAuthDataSignatureResponse, ew as ExtendedTezosTxAuthInput, ex as ExtendedTxAuthDataSignatureResponse, ev as ExtendedTxAuthInput, f0 as ExternalCustomerId, eM as FLOW_TYPES, eN as FlowType, b$ as FraudDetectionSessionStepId, bp as FraudDetectionSessionStepPrefix, aP as FunctionCallData, da as GenerateWalletChallengeRequest, cX as GetCredentialsRequest, cY as GetCredentialsResponse, dg as GetCustomerStatusRequest, dl as GetCustomerStatusResponse, eu as GetTezosTxAuthDataSignatureResponse, eq as GetTxAuthDataSignatureResponse, d4 as GetTxAuthSigRequest, d6 as GetTxAuthSigRequestTezos, d5 as GetTxAuthSigResponse, d7 as GetTxAuthSigResponseTezos, au as HexadecimalSchema, dp as HostMessage, d8 as HostRequestMessage, cx as HostResponseMessage, eQ as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, eS as IDENTITY_DOCUMENT_OPTIONS, e1 as IDInformationTfhe, eW as Identifier, dm as IdentityAppMessage, f2 as IdentityAppV2Web2JWT, f1 as IdentityAppV2Web3JWT, eR as IdentityDocumentCountryListOption, eT as IdentityDocumentOptionsType, by as IdentityId, dq as IdentityMessage, cl as IdentityNotificationMessage, aY as IdentityPrefix, cq as IdentityRequestMessage, d9 as IdentityResponseMessage, dh as IdentitySdkMessage, di as IdentitySdkMessageWithIdentifier, dn as IdentityWallet, f3 as IdentityWidgetAccessToken_NEW, f4 as IdentityWidgetSessionToken, cm as InitialDataRequest, cu as InitialDataResponse, bT as InstitutionExtractedInfosId, bg as InstitutionExtractedInfosPrefix, bS as InstitutionId, bf as InstitutionPrefix, aW as IpAddress, ch as IsVerifiedNotification, d2 as IsVerifiedRequest, d3 as IsVerifiedResponse, ca as KycCompletionData, cb as KycCompletionNotification, bW as ListId, bj as ListPrefix, dt as MediaType, du as MediaTypePID, c6 as MemberId, bH as MetaAlertId, b4 as MetaAlertPrefix, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, O as NEXERA_APTOS_CHAINS, H as NEXERA_BITCOIN_CHAINS, a1 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, X 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, dU as NUMERIC_OPERATORS, f8 as NexeraCredentialType, e as NexeraEvmChains, N as NonTestnetBlockchainId, dV as NumericOperator, ed as OLD_CHALLENGE_QUERY_OPERATORS, ee as OLD_ChallengeQueryOperator, eh as OLD_ChallengeQueryOperatorToOperator, e9 as OLD_ChallengeQuerySchema, ej as OLD_QueryCredentialType, ei as OLD_QueryCredentialTypes, dM as OPERATORS, cj as OcvSdkInitialized, cd as OffChainScenarioExecutionData, cG as OffChainZKPRuleResult, ce as OnChainScenarioExecutionData, dN as Operator, ef as OperatorMappings, eg as OperatorToOLD_ChallengeQueryOperator, eY as OrganizationId, aU as OtpCode, aL as P2Signature, eU as PERSONAL_INFORMATION_FIELDS, _ as POLKADOT_CHAIN_IDS, Y as POLKADOT_CHAIN_NAMES, Z as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aV as PUBLIC_SERVICES_SCHEMA_MAP, e8 as PartialQueryConfigSimplified, eV as PersonalInformationFieldsIdentityDocuments, af as PolkadotAddress, a0 as PolkadotChainId, aH as PolkadotSignature, ci as PolygonIdInitialized, c_ as PolygonIdRequest, cZ as PolygonIdRequestData, d0 as PolygonIdResponse, c$ as PolygonIdResponseData, s as PolygonNetworkNames, eF as PrivacyPreservingMonitoring, a8 as PrivateKey, dC as ProofData, a9 as PublicKey, dK as QUERY_LOGIC_OPERATOR, dH as QrCodeLinkWithSchemaType, e3 as QueriesOptions, e6 as QueryConfigSimplified, e5 as QueryConfigTfhe, eb as QueryCredentialType, ea as QueryCredentialTypes, bX as QueryId, dL as QueryLogicOperator, bk as QueryPrefix, e4 as QueryType, dr as RequiredDataRowSchema, ds as RequiredVerificationData, cI as RuleEngineResponse, cc as RuleEngineScenarioExecutionData, e7 as RuleResultQueryConfig, cL as RuleResultStatus, cM as RuleResultStatusLabels, cK as RuleResultStatuses, eI as SCENARIO_AUTHORIZATION_STATUSES, D as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, dS as STRING_OPERATORS, ax as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, d_ as SUPPORTED_TYPES, cR as Scenario, c7 as ScenarioAuthorizationData, eJ as ScenarioAuthorizationStatus, cf as ScenarioExecutionData, cg as ScenarioExecutionNotification, cJ as ScenarioExecutionResponse, bV as ScenarioId, bi as ScenarioPrefix, cC as ScenarioSchema, cB as ScenarioStatus, cA as ScenarioStatuses, cz as ScenarioType, cy as ScenarioTypes, cN as SdkVerificationOutput, c8 as SdkVerificationResponseSchema, cp as SendTransactionRequest, cn as SignatureRequest, cv as SignatureResponse, cW as SimplifiedCredential, G as SolanaChainId, aK as SpSignature, c2 as SsssChunkId, bs as SsssChunkPrefix, c1 as SsssShareId, br as SsssSharePrefix, ae as StarknetAddress, S as StarknetChainId, aG as StarknetSignature, ck as StartCompletedNotification, d1 as StartFlowRequest, bx as StorageId, aX as StoragePrefix, at as String0x, dT as StringOperator, ay as SupportedBlockchainNamespaceForSignatureAuth, d$ as SupportedType, e0 as SupportedTypes, bF as TagId, b3 as TagPrefix, bI as TagsToTransactionReviewsId, b5 as TagsToTransactionReviewsPrefix, cT as TemplateScenario, bD as TestId, b1 as TestPrefix, aj as TezosAddress, T as TezosChainId, ai as TezosContractAddress, aQ as TezosEntrypointName, ah as TezosImplicitAddress, aM as TezosSignature, er as TezosTxAuthInput, eB as TezosTxAuthInputJsSdk, et as TezosTxSignatureResponse, bJ as TransactionAddressesId, b6 as TransactionAddressesPrefix, bU as TransactionAmountId, bh as TransactionAmountPrefix, co as TransactionData, bP as TransactionExtractedInfosId, bc as TransactionExtractedInfosPrefix, bL as TransactionFeesId, b8 as TransactionFeesPrefix, bK as TransactionId, bO as TransactionInfosId, bb as TransactionInfosPrefix, bR as TransactionMethodExtractedInfosId, be as TransactionMethodExtractedInfosPrefix, bQ as TransactionMethodsId, bd as TransactionMethodsPrefix, bN as TransactionPartiesId, ba as TransactionPartiesPrefix, b7 as TransactionPrefix, cw as TransactionResponse, bM as TransactionReviewId, b9 as TransactionReviewPrefix, dk as TxAuthDataSignatureGatingError, df as TxAuthDataSignatureGatingRequest, dj as TxAuthDataSignatureResponse, en as TxAuthInput, ab as TxHash, ep as TxSignatureResponse, aT as UuidString, fb as VerifiableCredential, eP as VerificationMode, eO as VerificationModes, cQ as VerificationOutput, cP as VerificationSessionStatus, cO as VerificationSessionStatuses, eL as VerifyWalletChallengeRequest, bA as WalletId, a_ as WalletPrefix, c0 as WalletScreeningSessionStepId, bq as WalletScreeningSessionStepPrefix, de as WalletSignResponse, eK as WalletSignatureResponse, f5 as Web2CreateSessionParams, e_ as WorkflowId, bY as WorkflowSessionAttributeId, bm as WorkflowSessionAttributePrefix, bv as WorkflowSessionId, eZ as WorkspaceId, dO as ZKPOperator, eD as ZKPRequest, eE as ZKPRequestFromZKVerifier, dx as ZeroKnowledgeProofRequest, dD as ZeroKnowledgeProofResponse, bw as createBrandedSchemaId, c5 as generateId, f9 as getCredentialName, el as getOldCredentialPath, ek as getOldCredentialType, a7 as isValidAddress, em as oldCredentialPathToDataLink, dP as operatorDisplayMap, dI as parseIden3Message, dJ as parseSessionIdFromUrl, ac as shortBlockchainAddress } from './identity-api.schema-97cbcb66.esm.mjs';
|
|
3
|
-
export { A as ALPHA_2_COUNTRIES, d as Alpha2Country, B as BasicCustomerContactInformation, x as CUSTOMERS_CHARTS, E as CUSTOMER_AUTOMATION_REASONS, z as CUSTOMER_TABLE_COLUMNS, c as CryptoCode, b as CryptoCodes, a as CurrencyCode, C as CurrencyCodes, u as CustomerOnboardingLevel, t as CustomerOnboardingLevels, w as CustomerStatus, v as CustomerStatuses, D as CustomerTableColumn, o as CustomerType, n as CustomerTypes, y as CustomersChartType, aC as DEFAULT_FIAT_CURRENCY, aI as DataLinkTypeZodSchema, aG as DataLinkVersionZodSchema, aX as GenericVaultDataLinkZodSchema, aW as GenericVaultEmbeddedLinkZodSchema, aU as GenericVaultPointerLinkZodSchema, aV as GenericVaultSearchLinkZodSchema, X as GenericVerifiableCredentialSchema, an as HumanReadableTransactionReviewStatus, am as HumanReadableTransactionReviewStatuses, ap as HumanReadableTransactionStatusMapping, a1 as ID3CredentialSchema, F as ID3CredentialSubjectSchema, _ as IDImageCredentialSchema, T as IDImageCredentialSubjectSchema, Z as IDInformationCredentialSchema, S as IDInformationCredentialSubjectSchema, Y as IDInformationTfheCredentialSchema, Q as IDInformationTfheCredentialSubjectSchema, a2 as IDScanCredentialSchema, G as IDScanCredentialSubjectSchema, a3 as IDScanPassportCredentialSchema, H as IDScanPassportCredentialSubjectSchema, a4 as IDScanSelfieCredentialSchema, J as IDScanSelfieCredentialSubjectSchema, I as ISO3CountryCode, s as KybOnboardingLevel, r as KybOnboardingLevels, q as KycOnboardingLevel, K as KycOnboardingLevels, a9 as OLD_AMLScreeningsResultsCredentialSchema, P as OLD_AMLScreeningsResultsCredentialSubjectSchema, a5 as OLD_IDImageCredentialSchema, O as OLD_IDImageCredentialSubjectSchema, a6 as OLD_IDInformationCredentialSchema, L as OLD_IDInformationCredentialSubjectSchema, a7 as OLD_ProofOfResidenceCredentialSchema, M as OLD_ProofOfResidenceCredentialSubjectSchema, a8 as OLD_SelfieImageCredentialSchema, N as OLD_SelfieImageCredentialSubjectSchema, ax as PaymentType, aw as PaymentTypes, a0 as ProofOfResidenceCredentialSchema, V as ProofOfResidenceCredentialSubjectSchema, h as RiskScoreType, R as RiskScoreTypes, $ as SelfieImageCredentialSchema, U as SelfieImageCredentialSubjectSchema, aJ as Separator, aD as TRANSACTIONS_STATS_CURRENCIES, aa as TRANSACTION_CHARTS, ac as TRANSACTION_TABLE_COLUMNS, aB as TransactionAmountsFieldName, aA as TransactionAmountsFieldNames, at as TransactionCurrencyCode, as as TransactionCurrencyCodes, ar as TransactionDirection, aq as TransactionDirections, az as TransactionPartiesType, ay as TransactionPartiesTypes, av as TransactionProvider, au as TransactionProviders, al as TransactionReviewStatus, ak as TransactionReviewStatuses, aj as TransactionRiskLevel, ai as TransactionRiskLevels, aE as TransactionStatsCurrency, ao as TransactionStatusMapping, ad as TransactionTableColumn, af as TransactionType, ah as TransactionTypeWithAll, ae as TransactionTypes, ag as TransactionTypesWithAll, ab as TransactionsChartType, aN as VaultJsonSchemas, aT as VaultMetadataLinkZodSchema, aR as VaultPointerKeyMapZodSchema, aS as VaultQueryMapZodSchema, aP as VaultSchemaIdZodSchema, aQ as VaultSchemaPathsZodSchema, aO as VaultZodSchema, m as WalletRiskScoreProvider, l as WalletRiskScoreProviders, j as WalletRiskScoreType, W as WalletRiskScoreTypes, aH as allDataLinkTypes, aF as allDataLinkVersions, k as compareRiskScores, f as countryISO2toISO3Mapping, e as countryISO3toISO2Mapping, aK as generateZodObjectPaths, i as isoCountriesNameFromISO2, g as isoCountriesNameFromISO3, p as parseISO3CountryCode, aL as resolvePathOnDataSchema, aM as resolvePathOnMapSchema } from './vault.schema-
|
|
1
|
+
import { C as CredentialTypes } from './identity-api.schema-60af6079.esm.mjs';
|
|
2
|
+
export { V as ACTIVE_APTOS_CHAIN_IDS, L as ACTIVE_BITCOIN_CHAIN_IDS, a5 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, $ as ACTIVE_POLKADOT_CHAIN_IDS, F as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, U as APTOS_CHAIN_IDS, Q as APTOS_CHAIN_NAMES, R as APTOS_CHAIN_NAMES_LIST, dQ as ARRAY_OPERATORS, dy as AUTHORIZATION_REQUEST_MESSAGE_TYPES, cr as AVAILABLE_FLOWS, cS as AbbreviatedWorkflowScenario, bG as ActionId, bl as ActionPrefix, eX as AdditionalCustomerInformationParams, aa as AddressSchema, c3 as AiExecutionId, bt as AiExecutionPrefix, c4 as AiExecutionStepId, bu as AiExecutionStepPrefix, e2 as AllCredentialValues, eH as AllScenarioExecutionAuthorizationData, bZ as AmlScreeningSessionStepId, bn as AmlScreeningSessionStepPrefix, ez as AnyTxAuthDataSignatureResponse, eC as AnyTxAuthInputJsSdk, es as ApiTezosTxAuthInput, eo as ApiTxAuthInput, bB as AppId, a$ as AppPrefix, ad as AptosAddress, W as AptosChainId, aF as AptosSignature, dR as ArrayOperator, dG as AuthQrCodeData, db as AuthSession, dc as AuthSessionData, dB as AuthorizationRequestMessage, dA as AuthorizationRequestMessageType, dz as AuthorizationRequestMessageTypes, dE as AuthorizationResponseMessage, cs as AvailableFlow, K as BITCOIN_CHAIN_IDS, I as BITCOIN_CHAIN_NAMES, J as BITCOIN_CHAIN_NAMES_LIST, av as BLOCKCHAIN_NAMESPACES, az as BLOCKCHAIN_NAMESPACES_NAMES, aD as BLOCKCHAIN_NAMESPACE_TO_NAME, aC as BLOCKCHAIN_NAME_TO_NAMESPACE, dW as BOOLEAN_OPERATORS, cE as BackwardsCompatibleScenarioType, cD as BackwardsCompatibleScenarioTypes, cF as BaseQueryResponse, ar as BitcoinAddress, an as BitcoinBech32Address, M as BitcoinChainId, al as BitcoinP2PKHAddress, am as BitcoinP2SHAddress, aq as BitcoinTestnetBech32Address, ao as BitcoinTestnetP2PKHAddress, ap as BitcoinTestnetP2SHAddress, as as BlockchainAddress, B as BlockchainId, aw as BlockchainNamespace, aO as BlockchainSignature, dX as BooleanOperator, a4 as CARDANO_CHAIN_IDS, a2 as CARDANO_CHAIN_NAMES, a3 as CARDANO_CHAIN_NAMES_LIST, dv as CIRCUIT_IDS, k as COSMOS_CHAIN_IDS, i as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, ak as CardanoAddress, a6 as CardanoChainId, aN as CardanoSignature, bC as ChallengeId, b0 as ChallengePrefix, ec as ChallengeQuerySchema, dd as ChallengeResponse, dw as CircuitId, c9 as CloseScreenNotification, cV as ComplianceImplementationStepsInput, ag as CosmosAddress, m as CosmosChainId, aI as CosmosSignature, eG as CreateAuthRequestProps, cU as CreateTemplateScenario, fc as CredentialMediaType, f7 as CredentialNames, dF as CredentialQrCodeData, f6 as CredentialSchemas, fa as CredentialType, C as CredentialTypes, e$ as CustomerId, bE as CustomerScreeningId, b2 as CustomerScreeningPrefix, dY as DATE_OPERATORS, aA as DISPLAYED_BLOCKCHAIN_NAMESPACES, ct as DataAvailableOnStart, dZ as DateOperator, aB as DisplayedBlockchainNamespace, b_ as DuplicateDetectionSessionStepId, bo as DuplicateDetectionSessionStepPrefix, aE as EIP155Signature, aR as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aJ as EdSignature, eA as Eip155TxAuthInputJsSdk, bz as EmailId, aZ as EmailPrefix, aS as EnvironmentSchema, g as EvmChainId, cH as ExecuteQueryResponse, ey as ExtendedTezosTxAuthDataSignatureResponse, ew as ExtendedTezosTxAuthInput, ex as ExtendedTxAuthDataSignatureResponse, ev as ExtendedTxAuthInput, f0 as ExternalCustomerId, eM as FLOW_TYPES, eN as FlowType, b$ as FraudDetectionSessionStepId, bp as FraudDetectionSessionStepPrefix, aP as FunctionCallData, da as GenerateWalletChallengeRequest, cX as GetCredentialsRequest, cY as GetCredentialsResponse, dg as GetCustomerStatusRequest, dl as GetCustomerStatusResponse, eu as GetTezosTxAuthDataSignatureResponse, eq as GetTxAuthDataSignatureResponse, d4 as GetTxAuthSigRequest, d6 as GetTxAuthSigRequestTezos, d5 as GetTxAuthSigResponse, d7 as GetTxAuthSigResponseTezos, au as HexadecimalSchema, dp as HostMessage, d8 as HostRequestMessage, cx as HostResponseMessage, eQ as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, eS as IDENTITY_DOCUMENT_OPTIONS, e1 as IDInformationTfhe, eW as Identifier, dm as IdentityAppMessage, f2 as IdentityAppV2Web2JWT, f1 as IdentityAppV2Web3JWT, eR as IdentityDocumentCountryListOption, eT as IdentityDocumentOptionsType, by as IdentityId, dq as IdentityMessage, cl as IdentityNotificationMessage, aY as IdentityPrefix, cq as IdentityRequestMessage, d9 as IdentityResponseMessage, dh as IdentitySdkMessage, di as IdentitySdkMessageWithIdentifier, dn as IdentityWallet, f3 as IdentityWidgetAccessToken_NEW, f4 as IdentityWidgetSessionToken, cm as InitialDataRequest, cu as InitialDataResponse, bT as InstitutionExtractedInfosId, bg as InstitutionExtractedInfosPrefix, bS as InstitutionId, bf as InstitutionPrefix, aW as IpAddress, ch as IsVerifiedNotification, d2 as IsVerifiedRequest, d3 as IsVerifiedResponse, ca as KycCompletionData, cb as KycCompletionNotification, bW as ListId, bj as ListPrefix, dt as MediaType, du as MediaTypePID, c6 as MemberId, bH as MetaAlertId, b4 as MetaAlertPrefix, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, O as NEXERA_APTOS_CHAINS, H as NEXERA_BITCOIN_CHAINS, a1 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, X 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, dU as NUMERIC_OPERATORS, f8 as NexeraCredentialType, e as NexeraEvmChains, N as NonTestnetBlockchainId, dV as NumericOperator, ed as OLD_CHALLENGE_QUERY_OPERATORS, ee as OLD_ChallengeQueryOperator, eh as OLD_ChallengeQueryOperatorToOperator, e9 as OLD_ChallengeQuerySchema, ej as OLD_QueryCredentialType, ei as OLD_QueryCredentialTypes, dM as OPERATORS, cj as OcvSdkInitialized, cd as OffChainScenarioExecutionData, cG as OffChainZKPRuleResult, ce as OnChainScenarioExecutionData, dN as Operator, ef as OperatorMappings, eg as OperatorToOLD_ChallengeQueryOperator, eY as OrganizationId, aU as OtpCode, aL as P2Signature, eU as PERSONAL_INFORMATION_FIELDS, _ as POLKADOT_CHAIN_IDS, Y as POLKADOT_CHAIN_NAMES, Z as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aV as PUBLIC_SERVICES_SCHEMA_MAP, e8 as PartialQueryConfigSimplified, eV as PersonalInformationFieldsIdentityDocuments, af as PolkadotAddress, a0 as PolkadotChainId, aH as PolkadotSignature, ci as PolygonIdInitialized, c_ as PolygonIdRequest, cZ as PolygonIdRequestData, d0 as PolygonIdResponse, c$ as PolygonIdResponseData, s as PolygonNetworkNames, eF as PrivacyPreservingMonitoring, a8 as PrivateKey, dC as ProofData, a9 as PublicKey, dK as QUERY_LOGIC_OPERATOR, dH as QrCodeLinkWithSchemaType, e3 as QueriesOptions, e6 as QueryConfigSimplified, e5 as QueryConfigTfhe, eb as QueryCredentialType, ea as QueryCredentialTypes, bX as QueryId, dL as QueryLogicOperator, bk as QueryPrefix, e4 as QueryType, dr as RequiredDataRowSchema, ds as RequiredVerificationData, cI as RuleEngineResponse, cc as RuleEngineScenarioExecutionData, e7 as RuleResultQueryConfig, cL as RuleResultStatus, cM as RuleResultStatusLabels, cK as RuleResultStatuses, eI as SCENARIO_AUTHORIZATION_STATUSES, D as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, dS as STRING_OPERATORS, ax as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, d_ as SUPPORTED_TYPES, cR as Scenario, c7 as ScenarioAuthorizationData, eJ as ScenarioAuthorizationStatus, cf as ScenarioExecutionData, cg as ScenarioExecutionNotification, cJ as ScenarioExecutionResponse, bV as ScenarioId, bi as ScenarioPrefix, cC as ScenarioSchema, cB as ScenarioStatus, cA as ScenarioStatuses, cz as ScenarioType, cy as ScenarioTypes, cN as SdkVerificationOutput, c8 as SdkVerificationResponseSchema, cp as SendTransactionRequest, cn as SignatureRequest, cv as SignatureResponse, cW as SimplifiedCredential, G as SolanaChainId, aK as SpSignature, c2 as SsssChunkId, bs as SsssChunkPrefix, c1 as SsssShareId, br as SsssSharePrefix, ae as StarknetAddress, S as StarknetChainId, aG as StarknetSignature, ck as StartCompletedNotification, d1 as StartFlowRequest, bx as StorageId, aX as StoragePrefix, at as String0x, dT as StringOperator, ay as SupportedBlockchainNamespaceForSignatureAuth, d$ as SupportedType, e0 as SupportedTypes, bF as TagId, b3 as TagPrefix, bI as TagsToTransactionReviewsId, b5 as TagsToTransactionReviewsPrefix, cT as TemplateScenario, bD as TestId, b1 as TestPrefix, aj as TezosAddress, T as TezosChainId, ai as TezosContractAddress, aQ as TezosEntrypointName, ah as TezosImplicitAddress, aM as TezosSignature, er as TezosTxAuthInput, eB as TezosTxAuthInputJsSdk, et as TezosTxSignatureResponse, bJ as TransactionAddressesId, b6 as TransactionAddressesPrefix, bU as TransactionAmountId, bh as TransactionAmountPrefix, co as TransactionData, bP as TransactionExtractedInfosId, bc as TransactionExtractedInfosPrefix, bL as TransactionFeesId, b8 as TransactionFeesPrefix, bK as TransactionId, bO as TransactionInfosId, bb as TransactionInfosPrefix, bR as TransactionMethodExtractedInfosId, be as TransactionMethodExtractedInfosPrefix, bQ as TransactionMethodsId, bd as TransactionMethodsPrefix, bN as TransactionPartiesId, ba as TransactionPartiesPrefix, b7 as TransactionPrefix, cw as TransactionResponse, bM as TransactionReviewId, b9 as TransactionReviewPrefix, dk as TxAuthDataSignatureGatingError, df as TxAuthDataSignatureGatingRequest, dj as TxAuthDataSignatureResponse, en as TxAuthInput, ab as TxHash, ep as TxSignatureResponse, aT as UuidString, fb as VerifiableCredential, eP as VerificationMode, eO as VerificationModes, cQ as VerificationOutput, cP as VerificationSessionStatus, cO as VerificationSessionStatuses, eL as VerifyWalletChallengeRequest, bA as WalletId, a_ as WalletPrefix, c0 as WalletScreeningSessionStepId, bq as WalletScreeningSessionStepPrefix, de as WalletSignResponse, eK as WalletSignatureResponse, f5 as Web2CreateSessionParams, e_ as WorkflowId, bY as WorkflowSessionAttributeId, bm as WorkflowSessionAttributePrefix, bv as WorkflowSessionId, eZ as WorkspaceId, dO as ZKPOperator, eD as ZKPRequest, eE as ZKPRequestFromZKVerifier, dx as ZeroKnowledgeProofRequest, dD as ZeroKnowledgeProofResponse, bw as createBrandedSchemaId, c5 as generateId, f9 as getCredentialName, el as getOldCredentialPath, ek as getOldCredentialType, a7 as isValidAddress, em as oldCredentialPathToDataLink, dP as operatorDisplayMap, dI as parseIden3Message, dJ as parseSessionIdFromUrl, ac as shortBlockchainAddress } from './identity-api.schema-60af6079.esm.mjs';
|
|
3
|
+
export { A as ALPHA_2_COUNTRIES, d as Alpha2Country, B as BasicCustomerContactInformation, x as CUSTOMERS_CHARTS, E as CUSTOMER_AUTOMATION_REASONS, z as CUSTOMER_TABLE_COLUMNS, c as CryptoCode, b as CryptoCodes, a as CurrencyCode, C as CurrencyCodes, u as CustomerOnboardingLevel, t as CustomerOnboardingLevels, w as CustomerStatus, v as CustomerStatuses, D as CustomerTableColumn, o as CustomerType, n as CustomerTypes, y as CustomersChartType, aC as DEFAULT_FIAT_CURRENCY, aI as DataLinkTypeZodSchema, aG as DataLinkVersionZodSchema, aX as GenericVaultDataLinkZodSchema, aW as GenericVaultEmbeddedLinkZodSchema, aU as GenericVaultPointerLinkZodSchema, aV as GenericVaultSearchLinkZodSchema, X as GenericVerifiableCredentialSchema, an as HumanReadableTransactionReviewStatus, am as HumanReadableTransactionReviewStatuses, ap as HumanReadableTransactionStatusMapping, a1 as ID3CredentialSchema, F as ID3CredentialSubjectSchema, _ as IDImageCredentialSchema, T as IDImageCredentialSubjectSchema, Z as IDInformationCredentialSchema, S as IDInformationCredentialSubjectSchema, Y as IDInformationTfheCredentialSchema, Q as IDInformationTfheCredentialSubjectSchema, a2 as IDScanCredentialSchema, G as IDScanCredentialSubjectSchema, a3 as IDScanPassportCredentialSchema, H as IDScanPassportCredentialSubjectSchema, a4 as IDScanSelfieCredentialSchema, J as IDScanSelfieCredentialSubjectSchema, I as ISO3CountryCode, s as KybOnboardingLevel, r as KybOnboardingLevels, q as KycOnboardingLevel, K as KycOnboardingLevels, a9 as OLD_AMLScreeningsResultsCredentialSchema, P as OLD_AMLScreeningsResultsCredentialSubjectSchema, a5 as OLD_IDImageCredentialSchema, O as OLD_IDImageCredentialSubjectSchema, a6 as OLD_IDInformationCredentialSchema, L as OLD_IDInformationCredentialSubjectSchema, a7 as OLD_ProofOfResidenceCredentialSchema, M as OLD_ProofOfResidenceCredentialSubjectSchema, a8 as OLD_SelfieImageCredentialSchema, N as OLD_SelfieImageCredentialSubjectSchema, ax as PaymentType, aw as PaymentTypes, a0 as ProofOfResidenceCredentialSchema, V as ProofOfResidenceCredentialSubjectSchema, h as RiskScoreType, R as RiskScoreTypes, $ as SelfieImageCredentialSchema, U as SelfieImageCredentialSubjectSchema, aJ as Separator, aD as TRANSACTIONS_STATS_CURRENCIES, aa as TRANSACTION_CHARTS, ac as TRANSACTION_TABLE_COLUMNS, aB as TransactionAmountsFieldName, aA as TransactionAmountsFieldNames, at as TransactionCurrencyCode, as as TransactionCurrencyCodes, ar as TransactionDirection, aq as TransactionDirections, az as TransactionPartiesType, ay as TransactionPartiesTypes, av as TransactionProvider, au as TransactionProviders, al as TransactionReviewStatus, ak as TransactionReviewStatuses, aj as TransactionRiskLevel, ai as TransactionRiskLevels, aE as TransactionStatsCurrency, ao as TransactionStatusMapping, ad as TransactionTableColumn, af as TransactionType, ah as TransactionTypeWithAll, ae as TransactionTypes, ag as TransactionTypesWithAll, ab as TransactionsChartType, aN as VaultJsonSchemas, aT as VaultMetadataLinkZodSchema, aR as VaultPointerKeyMapZodSchema, aS as VaultQueryMapZodSchema, aP as VaultSchemaIdZodSchema, aQ as VaultSchemaPathsZodSchema, aO as VaultZodSchema, m as WalletRiskScoreProvider, l as WalletRiskScoreProviders, j as WalletRiskScoreType, W as WalletRiskScoreTypes, aH as allDataLinkTypes, aF as allDataLinkVersions, k as compareRiskScores, f as countryISO2toISO3Mapping, e as countryISO3toISO2Mapping, aK as generateZodObjectPaths, i as isoCountriesNameFromISO2, g as isoCountriesNameFromISO3, p as parseISO3CountryCode, aL as resolvePathOnDataSchema, aM as resolvePathOnMapSchema } from './vault.schema-cc3c5ffc.esm.mjs';
|
|
4
4
|
import { z } from 'zod';
|
|
5
|
-
export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-
|
|
5
|
+
export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-151f4537.esm.mjs';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
import 'decimal.js';
|
|
8
8
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { aY as _toConsumableArray } from './vault.schema-
|
|
2
|
-
import { d$ as SupportedType, dU as NUMERIC_OPERATORS, dQ as ARRAY_OPERATORS, dW as BOOLEAN_OPERATORS, dS as STRING_OPERATORS } from './identity-api.schema-
|
|
1
|
+
import { aY as _toConsumableArray } from './vault.schema-cc3c5ffc.esm.mjs';
|
|
2
|
+
import { d$ as SupportedType, dU as NUMERIC_OPERATORS, dQ as ARRAY_OPERATORS, dW as BOOLEAN_OPERATORS, dS as STRING_OPERATORS } from './identity-api.schema-60af6079.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-91f2c199.cjs.prod.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-9119d895.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
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-958064b8.cjs.dev.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-63ee6cfc.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -7505,7 +7505,7 @@ var PaymentType = zod.z["enum"](PaymentTypes);
|
|
|
7505
7505
|
// TransactionParties Type
|
|
7506
7506
|
var TransactionPartiesTypes = ["individual", "company", "smart-contract"];
|
|
7507
7507
|
var TransactionPartiesType = zod.z["enum"](TransactionPartiesTypes);
|
|
7508
|
-
var TransactionAmountsFieldNames = ["amount", "networkFeeAmount", "platformFeeAmount"];
|
|
7508
|
+
var TransactionAmountsFieldNames = ["amount", "networkFeeAmount", "platformFeeAmount", "transactionFeeAmount"];
|
|
7509
7509
|
var TransactionAmountsFieldName = zod.z["enum"](TransactionAmountsFieldNames);
|
|
7510
7510
|
var DEFAULT_FIAT_CURRENCY = "EUR";
|
|
7511
7511
|
var TRANSACTIONS_STATS_CURRENCIES = ["USD", "EUR", "GBP"];
|
|
@@ -7505,7 +7505,7 @@ var PaymentType = zod.z["enum"](PaymentTypes);
|
|
|
7505
7505
|
// TransactionParties Type
|
|
7506
7506
|
var TransactionPartiesTypes = ["individual", "company", "smart-contract"];
|
|
7507
7507
|
var TransactionPartiesType = zod.z["enum"](TransactionPartiesTypes);
|
|
7508
|
-
var TransactionAmountsFieldNames = ["amount", "networkFeeAmount", "platformFeeAmount"];
|
|
7508
|
+
var TransactionAmountsFieldNames = ["amount", "networkFeeAmount", "platformFeeAmount", "transactionFeeAmount"];
|
|
7509
7509
|
var TransactionAmountsFieldName = zod.z["enum"](TransactionAmountsFieldNames);
|
|
7510
7510
|
var DEFAULT_FIAT_CURRENCY = "EUR";
|
|
7511
7511
|
var TRANSACTIONS_STATS_CURRENCIES = ["USD", "EUR", "GBP"];
|
|
@@ -7499,7 +7499,7 @@ var PaymentType = z["enum"](PaymentTypes);
|
|
|
7499
7499
|
// TransactionParties Type
|
|
7500
7500
|
var TransactionPartiesTypes = ["individual", "company", "smart-contract"];
|
|
7501
7501
|
var TransactionPartiesType = z["enum"](TransactionPartiesTypes);
|
|
7502
|
-
var TransactionAmountsFieldNames = ["amount", "networkFeeAmount", "platformFeeAmount"];
|
|
7502
|
+
var TransactionAmountsFieldNames = ["amount", "networkFeeAmount", "platformFeeAmount", "transactionFeeAmount"];
|
|
7503
7503
|
var TransactionAmountsFieldName = z["enum"](TransactionAmountsFieldNames);
|
|
7504
7504
|
var DEFAULT_FIAT_CURRENCY = "EUR";
|
|
7505
7505
|
var TRANSACTIONS_STATS_CURRENCIES = ["USD", "EUR", "GBP"];
|
|
@@ -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-63ee6cfc.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-958064b8.cjs.dev.cjs');
|
|
8
8
|
require('decimal.js');
|
|
9
9
|
require('nanoid');
|
|
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-9119d895.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-91f2c199.cjs.prod.cjs');
|
|
8
8
|
require('decimal.js');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { dQ as ARRAY_OPERATORS, dy as AUTHORIZATION_REQUEST_MESSAGE_TYPES, cr as AVAILABLE_FLOWS, cS as AbbreviatedWorkflowScenario, e2 as AllCredentialValues, eH as AllScenarioExecutionAuthorizationData, ez as AnyTxAuthDataSignatureResponse, eC as AnyTxAuthInputJsSdk, es as ApiTezosTxAuthInput, eo as ApiTxAuthInput, dR as ArrayOperator, dG as AuthQrCodeData, db as AuthSession, dc as AuthSessionData, dB as AuthorizationRequestMessage, dA as AuthorizationRequestMessageType, dz as AuthorizationRequestMessageTypes, dE as AuthorizationResponseMessage, cs as AvailableFlow, dW as BOOLEAN_OPERATORS, cE as BackwardsCompatibleScenarioType, cD as BackwardsCompatibleScenarioTypes, cF as BaseQueryResponse, dX as BooleanOperator, dv as CIRCUIT_IDS, ec as ChallengeQuerySchema, dd as ChallengeResponse, dw as CircuitId, c9 as CloseScreenNotification, cV as ComplianceImplementationStepsInput, eG as CreateAuthRequestProps, cU as CreateTemplateScenario, dF as CredentialQrCodeData, dY as DATE_OPERATORS, ct as DataAvailableOnStart, dZ as DateOperator, eA as Eip155TxAuthInputJsSdk, cH as ExecuteQueryResponse, ey as ExtendedTezosTxAuthDataSignatureResponse, ew as ExtendedTezosTxAuthInput, ex as ExtendedTxAuthDataSignatureResponse, ev as ExtendedTxAuthInput, da as GenerateWalletChallengeRequest, cX as GetCredentialsRequest, cY as GetCredentialsResponse, dg as GetCustomerStatusRequest, dl as GetCustomerStatusResponse, eu as GetTezosTxAuthDataSignatureResponse, eq as GetTxAuthDataSignatureResponse, d4 as GetTxAuthSigRequest, d6 as GetTxAuthSigRequestTezos, d5 as GetTxAuthSigResponse, d7 as GetTxAuthSigResponseTezos, dp as HostMessage, d8 as HostRequestMessage, cx as HostResponseMessage, e1 as IDInformationTfhe, dm as IdentityAppMessage, dq as IdentityMessage, cl as IdentityNotificationMessage, cq as IdentityRequestMessage, d9 as IdentityResponseMessage, dh as IdentitySdkMessage, di as IdentitySdkMessageWithIdentifier, dn as IdentityWallet, cm as InitialDataRequest, cu as InitialDataResponse, ch as IsVerifiedNotification, d2 as IsVerifiedRequest, d3 as IsVerifiedResponse, ca as KycCompletionData, cb as KycCompletionNotification, dt as MediaType, du as MediaTypePID, dU as NUMERIC_OPERATORS, dV as NumericOperator, ed as OLD_CHALLENGE_QUERY_OPERATORS, ee as OLD_ChallengeQueryOperator, eh as OLD_ChallengeQueryOperatorToOperator, e9 as OLD_ChallengeQuerySchema, ej as OLD_QueryCredentialType, ei as OLD_QueryCredentialTypes, dM as OPERATORS, cj as OcvSdkInitialized, cd as OffChainScenarioExecutionData, cG as OffChainZKPRuleResult, ce as OnChainScenarioExecutionData, dN as Operator, ef as OperatorMappings, eg as OperatorToOLD_ChallengeQueryOperator, e8 as PartialQueryConfigSimplified, ci as PolygonIdInitialized, c_ as PolygonIdRequest, cZ as PolygonIdRequestData, d0 as PolygonIdResponse, c$ as PolygonIdResponseData, eF as PrivacyPreservingMonitoring, dC as ProofData, dK as QUERY_LOGIC_OPERATOR, dH as QrCodeLinkWithSchemaType, e3 as QueriesOptions, e6 as QueryConfigSimplified, e5 as QueryConfigTfhe, eb as QueryCredentialType, ea as QueryCredentialTypes, dL as QueryLogicOperator, e4 as QueryType, dr as RequiredDataRowSchema, ds as RequiredVerificationData, cI as RuleEngineResponse, cc as RuleEngineScenarioExecutionData, e7 as RuleResultQueryConfig, cL as RuleResultStatus, cM as RuleResultStatusLabels, cK as RuleResultStatuses, eI as SCENARIO_AUTHORIZATION_STATUSES, dS as STRING_OPERATORS, d_ as SUPPORTED_TYPES, cR as Scenario, c7 as ScenarioAuthorizationData, eJ as ScenarioAuthorizationStatus, cf as ScenarioExecutionData, cg as ScenarioExecutionNotification, cJ as ScenarioExecutionResponse, cC as ScenarioSchema, cB as ScenarioStatus, cA as ScenarioStatuses, cz as ScenarioType, cy as ScenarioTypes, cN as SdkVerificationOutput, c8 as SdkVerificationResponseSchema, cp as SendTransactionRequest, cn as SignatureRequest, cv as SignatureResponse, cW as SimplifiedCredential, ck as StartCompletedNotification, d1 as StartFlowRequest, dT as StringOperator, d$ as SupportedType, e0 as SupportedTypes, cT as TemplateScenario, er as TezosTxAuthInput, eB as TezosTxAuthInputJsSdk, et as TezosTxSignatureResponse, co as TransactionData, cw as TransactionResponse, dk as TxAuthDataSignatureGatingError, df as TxAuthDataSignatureGatingRequest, dj as TxAuthDataSignatureResponse, en as TxAuthInput, ep as TxSignatureResponse, cQ as VerificationOutput, cP as VerificationSessionStatus, cO as VerificationSessionStatuses, eL as VerifyWalletChallengeRequest, de as WalletSignResponse, eK as WalletSignatureResponse, dO as ZKPOperator, eD as ZKPRequest, eE as ZKPRequestFromZKVerifier, dx as ZeroKnowledgeProofRequest, dD as ZeroKnowledgeProofResponse, el as getOldCredentialPath, ek as getOldCredentialType, em as oldCredentialPathToDataLink, dP as operatorDisplayMap, dI as parseIden3Message, dJ as parseSessionIdFromUrl } from '../../dist/identity-api.schema-
|
|
1
|
+
export { dQ as ARRAY_OPERATORS, dy as AUTHORIZATION_REQUEST_MESSAGE_TYPES, cr as AVAILABLE_FLOWS, cS as AbbreviatedWorkflowScenario, e2 as AllCredentialValues, eH as AllScenarioExecutionAuthorizationData, ez as AnyTxAuthDataSignatureResponse, eC as AnyTxAuthInputJsSdk, es as ApiTezosTxAuthInput, eo as ApiTxAuthInput, dR as ArrayOperator, dG as AuthQrCodeData, db as AuthSession, dc as AuthSessionData, dB as AuthorizationRequestMessage, dA as AuthorizationRequestMessageType, dz as AuthorizationRequestMessageTypes, dE as AuthorizationResponseMessage, cs as AvailableFlow, dW as BOOLEAN_OPERATORS, cE as BackwardsCompatibleScenarioType, cD as BackwardsCompatibleScenarioTypes, cF as BaseQueryResponse, dX as BooleanOperator, dv as CIRCUIT_IDS, ec as ChallengeQuerySchema, dd as ChallengeResponse, dw as CircuitId, c9 as CloseScreenNotification, cV as ComplianceImplementationStepsInput, eG as CreateAuthRequestProps, cU as CreateTemplateScenario, dF as CredentialQrCodeData, dY as DATE_OPERATORS, ct as DataAvailableOnStart, dZ as DateOperator, eA as Eip155TxAuthInputJsSdk, cH as ExecuteQueryResponse, ey as ExtendedTezosTxAuthDataSignatureResponse, ew as ExtendedTezosTxAuthInput, ex as ExtendedTxAuthDataSignatureResponse, ev as ExtendedTxAuthInput, da as GenerateWalletChallengeRequest, cX as GetCredentialsRequest, cY as GetCredentialsResponse, dg as GetCustomerStatusRequest, dl as GetCustomerStatusResponse, eu as GetTezosTxAuthDataSignatureResponse, eq as GetTxAuthDataSignatureResponse, d4 as GetTxAuthSigRequest, d6 as GetTxAuthSigRequestTezos, d5 as GetTxAuthSigResponse, d7 as GetTxAuthSigResponseTezos, dp as HostMessage, d8 as HostRequestMessage, cx as HostResponseMessage, e1 as IDInformationTfhe, dm as IdentityAppMessage, dq as IdentityMessage, cl as IdentityNotificationMessage, cq as IdentityRequestMessage, d9 as IdentityResponseMessage, dh as IdentitySdkMessage, di as IdentitySdkMessageWithIdentifier, dn as IdentityWallet, cm as InitialDataRequest, cu as InitialDataResponse, ch as IsVerifiedNotification, d2 as IsVerifiedRequest, d3 as IsVerifiedResponse, ca as KycCompletionData, cb as KycCompletionNotification, dt as MediaType, du as MediaTypePID, dU as NUMERIC_OPERATORS, dV as NumericOperator, ed as OLD_CHALLENGE_QUERY_OPERATORS, ee as OLD_ChallengeQueryOperator, eh as OLD_ChallengeQueryOperatorToOperator, e9 as OLD_ChallengeQuerySchema, ej as OLD_QueryCredentialType, ei as OLD_QueryCredentialTypes, dM as OPERATORS, cj as OcvSdkInitialized, cd as OffChainScenarioExecutionData, cG as OffChainZKPRuleResult, ce as OnChainScenarioExecutionData, dN as Operator, ef as OperatorMappings, eg as OperatorToOLD_ChallengeQueryOperator, e8 as PartialQueryConfigSimplified, ci as PolygonIdInitialized, c_ as PolygonIdRequest, cZ as PolygonIdRequestData, d0 as PolygonIdResponse, c$ as PolygonIdResponseData, eF as PrivacyPreservingMonitoring, dC as ProofData, dK as QUERY_LOGIC_OPERATOR, dH as QrCodeLinkWithSchemaType, e3 as QueriesOptions, e6 as QueryConfigSimplified, e5 as QueryConfigTfhe, eb as QueryCredentialType, ea as QueryCredentialTypes, dL as QueryLogicOperator, e4 as QueryType, dr as RequiredDataRowSchema, ds as RequiredVerificationData, cI as RuleEngineResponse, cc as RuleEngineScenarioExecutionData, e7 as RuleResultQueryConfig, cL as RuleResultStatus, cM as RuleResultStatusLabels, cK as RuleResultStatuses, eI as SCENARIO_AUTHORIZATION_STATUSES, dS as STRING_OPERATORS, d_ as SUPPORTED_TYPES, cR as Scenario, c7 as ScenarioAuthorizationData, eJ as ScenarioAuthorizationStatus, cf as ScenarioExecutionData, cg as ScenarioExecutionNotification, cJ as ScenarioExecutionResponse, cC as ScenarioSchema, cB as ScenarioStatus, cA as ScenarioStatuses, cz as ScenarioType, cy as ScenarioTypes, cN as SdkVerificationOutput, c8 as SdkVerificationResponseSchema, cp as SendTransactionRequest, cn as SignatureRequest, cv as SignatureResponse, cW as SimplifiedCredential, ck as StartCompletedNotification, d1 as StartFlowRequest, dT as StringOperator, d$ as SupportedType, e0 as SupportedTypes, cT as TemplateScenario, er as TezosTxAuthInput, eB as TezosTxAuthInputJsSdk, et as TezosTxSignatureResponse, co as TransactionData, cw as TransactionResponse, dk as TxAuthDataSignatureGatingError, df as TxAuthDataSignatureGatingRequest, dj as TxAuthDataSignatureResponse, en as TxAuthInput, ep as TxSignatureResponse, cQ as VerificationOutput, cP as VerificationSessionStatus, cO as VerificationSessionStatuses, eL as VerifyWalletChallengeRequest, de as WalletSignResponse, eK as WalletSignatureResponse, dO as ZKPOperator, eD as ZKPRequest, eE as ZKPRequestFromZKVerifier, dx as ZeroKnowledgeProofRequest, dD as ZeroKnowledgeProofResponse, el as getOldCredentialPath, ek as getOldCredentialType, em as oldCredentialPathToDataLink, dP as operatorDisplayMap, dI as parseIden3Message, dJ as parseSessionIdFromUrl } from '../../dist/identity-api.schema-60af6079.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/vault.schema-
|
|
3
|
+
import '../../dist/vault.schema-cc3c5ffc.esm.mjs';
|
|
4
4
|
import 'decimal.js';
|
|
5
5
|
import 'nanoid';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexeraid/identity-schemas",
|
|
3
|
-
"version": "2.65.0
|
|
3
|
+
"version": "2.65.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"remeda": "^2.17.4",
|
|
67
67
|
"zod": "^3.23.8",
|
|
68
68
|
"zod-to-json-schema": "^3.23.5",
|
|
69
|
-
"@nexeraid/logger": "2.35.1
|
|
69
|
+
"@nexeraid/logger": "2.35.1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/bun": "^1.1.10",
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
5
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-9db73f74.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-958064b8.cjs.dev.cjs');
|
|
8
8
|
require('decimal.js');
|
|
9
|
-
require('../../dist/identity-api.schema-
|
|
9
|
+
require('../../dist/identity-api.schema-63ee6cfc.cjs.dev.cjs');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
|
|
12
12
|
var CoinMarketCapCryptoId={$BABA:"30040",// Name: Baba, Slug: baba
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
5
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-2c92523f.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-91f2c199.cjs.prod.cjs');
|
|
8
8
|
require('decimal.js');
|
|
9
|
-
require('../../dist/identity-api.schema-
|
|
9
|
+
require('../../dist/identity-api.schema-9119d895.cjs.prod.cjs');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
|
|
12
12
|
var CoinMarketCapCryptoId={$BABA:"30040",// Name: Baba, Slug: baba
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { a5 as AMLMetadata, A as ANALYSIS_TYPES, e as AnalysisType, bM as ApplicantMemberOfSchema, b$ as BENEFICIARY_TYPES, g as BLOCKCHAIN_TYPES, bO as BaseApplicantActionSchema, bm as BaseProvider, c1 as BeneficiaryCompanyCustomerClaims, c2 as BeneficiaryCompanyCustomerClaimsArray, c0 as BeneficiaryType, d8 as BeneficiaryVerificationStatus, d9 as BeneficiaryVerificationStatusArray, x as BigCSErrorCodes, bj as BigConfig, s as BigCryptoChain, u as BigProperties, t as BigPropertiesLiteral, v as BigProperty, bp as BigProvider, y as BitRankRequest, z as BitRankVerified, F as BitRankVerifiedError, D as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, h as Blockchain, aF as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aH as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, aD as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, aw as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, at as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, ds as ChainalysisApiError, bf as ChainalysisConfig, dq as ChainalysisErrorCodes, bs as ChainalysisProvider, dn as ChainalysisRegisterApiResponse, dt as ChainalysisRegisterResponse, dm as ChainalysisRequest, dr as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dp as ChainalysisRiskLevel, ak as CoerceDateUTC, i as Coin, dx as CoinMarketCapApiResponse, dy as CoinMarketCapFiatId, dv as CoinMarketCapQuote, dw as CoinMarketCapQuotes, du as CoinMarketCapRequest, d7 as CompanyDocumentMetaData, aX as ComplyAdvantageAmlFullListing, aW as ComplyAdvantageAmlItemSource, aG as ComplyAdvantageCountryFieldSources, aI as ComplyAdvantageDateOfBirthFieldSources, aV as ComplyAdvantageKeyInformation, aS as ComplyAdvantageMedia, b5 as ComplyAdvantageMonitorSearchDataResponse, b7 as ComplyAdvantageMonitorSearchResponse, b6 as ComplyAdvantageMonitorSearchSuccessResponse, b8 as ComplyAdvantageMonitoredSearchUpdate, aE as ComplyAdvantageNationalityFieldSources, bx as ComplyAdvantageProvider, bw as ComplyAdvantageProviderConfigElement, bv as ComplyAdvantageProviderConfigFilters, bu as ComplyAdvantageProviderConfigTypes, ax as ComplyAdvantageReponseMatchStatus, au as ComplyAdvantageResponseMatchType, aU as ComplyAdvantageSearchDataResponse, aT as ComplyAdvantageSearchDataResponseHit, aY as ComplyAdvantageSearchEntitiesDataResponse, a_ as ComplyAdvantageSearchEntitiesResponse, aZ as ComplyAdvantageSearchEntitiesSuccessResponse, c as ComplyAdvantageSearchErrorResponse, a$ as ComplyAdvantageSearchRequest, b0 as ComplyAdvantageSearchRequests, b as ComplyAdvantageSearchResponse, d as ComplyAdvantageSearchSuccessResponse, b2 as ComplyAdvantageUpdateSearchEntitiesRequest, b4 as ComplyAdvantageUpdateSearchEntitiesResponse, b3 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, b1 as ComplyAdvantageUpdateSearchRequest, aQ as ComplyAdvantageUser, bD as CreateProviderInput, bE as CreateProviderResponse, aJ as CreateSearchInput, c$ as CredentialMetadata, c_ as CustomerContactInformationOutput, de as CustomerDocumentMetaData, df as CustomerStatusResults, bd as DataProvider, bc as DataProviderOptions, bI as DeleteProviderInput, bJ as DeleteProviderResponse, _ as DocumentIdMetadata, Z as DocumentIdType, Y as DocumentIdTypes, cr as DocumentMetadataSchema, a4 as EmailMetadata, E as EmailVerificationAnalysisResponse, cP as EmailVerificationResponse, X as File, cZ as GetCredentialsOutput, db as GetKybSessionInput, dc as GetKybSessionResponse, cT as GetKycSessionInput, cU as GetKycSessionResponse, d0 as GetKycSessionResponseWithCredentialsMetadata, bC as GetProviderResponse, bB as GetProvidersResponse, ar as HIGH_RISK_TYPES, bZ as INDIVIDUAL_BENEFICIARY_RELATIONS, bb as IdentityProvider, ba as IdentityProviderOptions, b_ as IndividualBeneficiaryRelation, n as IpQualityAnalysisRequest, o as IpQualityAnalysisResponse, bi as IpQualityConfig, p as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, q as IpQualityServiceErrorResponse, bt as IpqualityscoreProvider, d3 as KYB_RESULTS, d5 as KYB_SESSION_STATUSES, d1 as KYB_STEP_TYPES, cL as KYC_RESULTS, cN as KYC_SESSION_STATUSES, cH as KYC_STEP_TYPES, d4 as KybResult, d6 as KybSessionStatus, d2 as KybStep, cM as KycResult, cO as KycSessionStatus, cI as KycStep, cK as KycStepStatus, cJ as KycStepStatuses, a2 as LivenessMetadata, as as MEDIUM_RISK_TYPES, aL as MatchStatus, aK as MatchStatuses, aR as MatchTypeDetail, M as MergedProviders, dl as MerkleAddressApiError, dk as MerkleAddressApiResponse, dj as MerkleAddressRequest, a as MerkleAddressResponse, di as MerkleBlockChainCodes, dh as MerkleBlockChainName, dg as MerkleBlockChainTypes, be as MerkleScienceConfig, br as MerkleScienceProvider, N as NestedSession, bo as NexeraIdKYBProvider, bn as NexeraIdSSIDProvider, O as OBJECT_TYPES, f as ObjectType, a3 as PhoneMetadata, P as PhoneVerificationAnalysisResponse, a0 as ProofOfAddressDocumentType, $ as ProofOfAddressDocumentTypes, a1 as ProofOfAddressMetadata, cY as ProofOfResidenceDocumentType, cX as ProofOfResidenceMetaData, bz as ProviderData, bA as ProviderDataProject, bl as ProviderIntegrationType, bk as ProviderIntegrationTypeOptions, b9 as ProviderWithoutConfig, ad as RESULT_PARSER_ERROR, V as ReasonCode, U as ReasonCodes, w as RequestProperty, aN as RiskLevel, aM as RiskLevels, R as RiskSeverity, ap as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, an as SEARCH_FILTER_PEP_TYPE, al as SEARCH_FILTER_SANCTION_TYPE, ay as SEARCH_FILTER_TYPES, ab as SESSION_NOT_FOUND, ah as STEP_NOT_FOUND, bR as SUMSUB_APPLICANT_TYPES, ck as SUMSUB_COMPANY_BENEFICIARY_GROUP, c8 as SUMSUB_DOC_TYPES, ca as SUMSUB_FLOW_LEVEL, cz as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cp as SUMSUB_MEDIA_CONTENT_TYPES, bT as SUMSUB_REVIEW_ANSWERS, cE as SUMSUB_REVIEW_REJECT_LABELS, cG as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bV as SUMSUB_REVIEW_REJECT_TYPES, c6 as SUMSUB_REVIEW_STATUSES, bP as SUMSUB_STEPS, c4 as SUMSUB_WEBHOOK_INTERNAL_STATUS, l as ScorechainAnalysis, bg as ScorechainConfig, k as ScorechainError, j as ScorechainErrorResponse, bq as ScorechainProvider, m as ScoringAnalysisRequest, S as ScoringAnalysisResponse, aB as SearchEntityType, aA as SearchEntityTypes, aq as SearchFilterAdverseMediaType, ao as SearchFilterPepType, am as SearchFilterSanctionType, az as SearchFilterType, aC as SearchFilters, da as SelectKybSession, cR as SelectKycSession, cQ as SelectKycSessionStep, cS as SelectKycSessionWithCompletedSteps, K as Session, L as SessionWithoutSteps, H as Status, G as Statuses, a6 as Step, T as StepType, Q as StepTypes, bX as SumSubAddress, bY as SumSubApplicantInfo, ct as SumSubApplicantResetSchema, cs as SumSubApplicantReviewStatusSchema, cy as SumSubApplicantSchema, bS as SumSubApplicantType, co as SumSubApplicantVerificationStepSchema, c3 as SumSubCompanyApplicantInfo, ci as SumSubCompanyApplicantSchema, c9 as SumSubDocType, cb as SumSubFlowLevel, cu as SumSubGenerateExternalWebSdkLinkSchema, cj as SumSubImageId, ce as SumSubImageReviewResultSchema, ch as SumSubIndividualApplicantSchema, cq as SumSubMediaContentType, cc as SumSubRequiredIdDoc, bU as SumSubReviewAnswer, cF as SumSubReviewRejectLabel, bW as SumSubReviewRejectType, cd as SumSubReviewResultSchema, c7 as SumSubReviewStatus, cD as SumSubSimilarApplicantsSchema, bQ as SumSubStep, cn as SumSubVerificationStepSchema, bN as SumSubWebhookSchema, cg as SumsubApplicantType, cf as SumsubApplicantTypes, cl as SumsubCompanyBeneficiaryGroup, cx as SumsubKybDataSchema, cC as SumsubKybSessionFlowSection, cB as SumsubKybSessionFlowSectionItem, cA as SumsubKybSessionFlowSectionStatus, cw as SumsubKycDataSchema, cm as SumsubStepStatus, cv as SumsubVideoCallData, c5 as SumsubWebhookInternalStatus, by as SynapsProvider, ae as SynapsSessionErrorResponse, a7 as SynapsSessionEvent, aa as SynapsSessionRequest, af as SynapsSessionResponse, ai as SynapsStepErrorResponse, a8 as SynapsStepEvent, ag as SynapsStepRequest, aj as SynapsStepResponse, bH as ToggleProviderInput, ac as UNKNOWN_ERROR, dd as UpdateKybSessionOutput, cV as UpdateKycSessionOutput, bF as UpdateProviderInput, bG as UpdateProviderResponse, aP as UpdateSearchEntitiesInput, aO as UpdateSearchInput, cW as VideoKycMetaData, bK as WEBHOOK_TYPES, J as WebhookPayload, bL as WebhookType, bh as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, r as WrappedIpQualityServiceErrorResponse, av as mappingMatchTypeToLabel, a9 as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-
|
|
1
|
+
export { a5 as AMLMetadata, A as ANALYSIS_TYPES, e as AnalysisType, bM as ApplicantMemberOfSchema, b$ as BENEFICIARY_TYPES, g as BLOCKCHAIN_TYPES, bO as BaseApplicantActionSchema, bm as BaseProvider, c1 as BeneficiaryCompanyCustomerClaims, c2 as BeneficiaryCompanyCustomerClaimsArray, c0 as BeneficiaryType, d8 as BeneficiaryVerificationStatus, d9 as BeneficiaryVerificationStatusArray, x as BigCSErrorCodes, bj as BigConfig, s as BigCryptoChain, u as BigProperties, t as BigPropertiesLiteral, v as BigProperty, bp as BigProvider, y as BitRankRequest, z as BitRankVerified, F as BitRankVerifiedError, D as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, h as Blockchain, aF as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aH as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, aD as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, aw as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, at as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, ds as ChainalysisApiError, bf as ChainalysisConfig, dq as ChainalysisErrorCodes, bs as ChainalysisProvider, dn as ChainalysisRegisterApiResponse, dt as ChainalysisRegisterResponse, dm as ChainalysisRequest, dr as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dp as ChainalysisRiskLevel, ak as CoerceDateUTC, i as Coin, dx as CoinMarketCapApiResponse, dy as CoinMarketCapFiatId, dv as CoinMarketCapQuote, dw as CoinMarketCapQuotes, du as CoinMarketCapRequest, d7 as CompanyDocumentMetaData, aX as ComplyAdvantageAmlFullListing, aW as ComplyAdvantageAmlItemSource, aG as ComplyAdvantageCountryFieldSources, aI as ComplyAdvantageDateOfBirthFieldSources, aV as ComplyAdvantageKeyInformation, aS as ComplyAdvantageMedia, b5 as ComplyAdvantageMonitorSearchDataResponse, b7 as ComplyAdvantageMonitorSearchResponse, b6 as ComplyAdvantageMonitorSearchSuccessResponse, b8 as ComplyAdvantageMonitoredSearchUpdate, aE as ComplyAdvantageNationalityFieldSources, bx as ComplyAdvantageProvider, bw as ComplyAdvantageProviderConfigElement, bv as ComplyAdvantageProviderConfigFilters, bu as ComplyAdvantageProviderConfigTypes, ax as ComplyAdvantageReponseMatchStatus, au as ComplyAdvantageResponseMatchType, aU as ComplyAdvantageSearchDataResponse, aT as ComplyAdvantageSearchDataResponseHit, aY as ComplyAdvantageSearchEntitiesDataResponse, a_ as ComplyAdvantageSearchEntitiesResponse, aZ as ComplyAdvantageSearchEntitiesSuccessResponse, c as ComplyAdvantageSearchErrorResponse, a$ as ComplyAdvantageSearchRequest, b0 as ComplyAdvantageSearchRequests, b as ComplyAdvantageSearchResponse, d as ComplyAdvantageSearchSuccessResponse, b2 as ComplyAdvantageUpdateSearchEntitiesRequest, b4 as ComplyAdvantageUpdateSearchEntitiesResponse, b3 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, b1 as ComplyAdvantageUpdateSearchRequest, aQ as ComplyAdvantageUser, bD as CreateProviderInput, bE as CreateProviderResponse, aJ as CreateSearchInput, c$ as CredentialMetadata, c_ as CustomerContactInformationOutput, de as CustomerDocumentMetaData, df as CustomerStatusResults, bd as DataProvider, bc as DataProviderOptions, bI as DeleteProviderInput, bJ as DeleteProviderResponse, _ as DocumentIdMetadata, Z as DocumentIdType, Y as DocumentIdTypes, cr as DocumentMetadataSchema, a4 as EmailMetadata, E as EmailVerificationAnalysisResponse, cP as EmailVerificationResponse, X as File, cZ as GetCredentialsOutput, db as GetKybSessionInput, dc as GetKybSessionResponse, cT as GetKycSessionInput, cU as GetKycSessionResponse, d0 as GetKycSessionResponseWithCredentialsMetadata, bC as GetProviderResponse, bB as GetProvidersResponse, ar as HIGH_RISK_TYPES, bZ as INDIVIDUAL_BENEFICIARY_RELATIONS, bb as IdentityProvider, ba as IdentityProviderOptions, b_ as IndividualBeneficiaryRelation, n as IpQualityAnalysisRequest, o as IpQualityAnalysisResponse, bi as IpQualityConfig, p as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, q as IpQualityServiceErrorResponse, bt as IpqualityscoreProvider, d3 as KYB_RESULTS, d5 as KYB_SESSION_STATUSES, d1 as KYB_STEP_TYPES, cL as KYC_RESULTS, cN as KYC_SESSION_STATUSES, cH as KYC_STEP_TYPES, d4 as KybResult, d6 as KybSessionStatus, d2 as KybStep, cM as KycResult, cO as KycSessionStatus, cI as KycStep, cK as KycStepStatus, cJ as KycStepStatuses, a2 as LivenessMetadata, as as MEDIUM_RISK_TYPES, aL as MatchStatus, aK as MatchStatuses, aR as MatchTypeDetail, M as MergedProviders, dl as MerkleAddressApiError, dk as MerkleAddressApiResponse, dj as MerkleAddressRequest, a as MerkleAddressResponse, di as MerkleBlockChainCodes, dh as MerkleBlockChainName, dg as MerkleBlockChainTypes, be as MerkleScienceConfig, br as MerkleScienceProvider, N as NestedSession, bo as NexeraIdKYBProvider, bn as NexeraIdSSIDProvider, O as OBJECT_TYPES, f as ObjectType, a3 as PhoneMetadata, P as PhoneVerificationAnalysisResponse, a0 as ProofOfAddressDocumentType, $ as ProofOfAddressDocumentTypes, a1 as ProofOfAddressMetadata, cY as ProofOfResidenceDocumentType, cX as ProofOfResidenceMetaData, bz as ProviderData, bA as ProviderDataProject, bl as ProviderIntegrationType, bk as ProviderIntegrationTypeOptions, b9 as ProviderWithoutConfig, ad as RESULT_PARSER_ERROR, V as ReasonCode, U as ReasonCodes, w as RequestProperty, aN as RiskLevel, aM as RiskLevels, R as RiskSeverity, ap as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, an as SEARCH_FILTER_PEP_TYPE, al as SEARCH_FILTER_SANCTION_TYPE, ay as SEARCH_FILTER_TYPES, ab as SESSION_NOT_FOUND, ah as STEP_NOT_FOUND, bR as SUMSUB_APPLICANT_TYPES, ck as SUMSUB_COMPANY_BENEFICIARY_GROUP, c8 as SUMSUB_DOC_TYPES, ca as SUMSUB_FLOW_LEVEL, cz as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cp as SUMSUB_MEDIA_CONTENT_TYPES, bT as SUMSUB_REVIEW_ANSWERS, cE as SUMSUB_REVIEW_REJECT_LABELS, cG as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bV as SUMSUB_REVIEW_REJECT_TYPES, c6 as SUMSUB_REVIEW_STATUSES, bP as SUMSUB_STEPS, c4 as SUMSUB_WEBHOOK_INTERNAL_STATUS, l as ScorechainAnalysis, bg as ScorechainConfig, k as ScorechainError, j as ScorechainErrorResponse, bq as ScorechainProvider, m as ScoringAnalysisRequest, S as ScoringAnalysisResponse, aB as SearchEntityType, aA as SearchEntityTypes, aq as SearchFilterAdverseMediaType, ao as SearchFilterPepType, am as SearchFilterSanctionType, az as SearchFilterType, aC as SearchFilters, da as SelectKybSession, cR as SelectKycSession, cQ as SelectKycSessionStep, cS as SelectKycSessionWithCompletedSteps, K as Session, L as SessionWithoutSteps, H as Status, G as Statuses, a6 as Step, T as StepType, Q as StepTypes, bX as SumSubAddress, bY as SumSubApplicantInfo, ct as SumSubApplicantResetSchema, cs as SumSubApplicantReviewStatusSchema, cy as SumSubApplicantSchema, bS as SumSubApplicantType, co as SumSubApplicantVerificationStepSchema, c3 as SumSubCompanyApplicantInfo, ci as SumSubCompanyApplicantSchema, c9 as SumSubDocType, cb as SumSubFlowLevel, cu as SumSubGenerateExternalWebSdkLinkSchema, cj as SumSubImageId, ce as SumSubImageReviewResultSchema, ch as SumSubIndividualApplicantSchema, cq as SumSubMediaContentType, cc as SumSubRequiredIdDoc, bU as SumSubReviewAnswer, cF as SumSubReviewRejectLabel, bW as SumSubReviewRejectType, cd as SumSubReviewResultSchema, c7 as SumSubReviewStatus, cD as SumSubSimilarApplicantsSchema, bQ as SumSubStep, cn as SumSubVerificationStepSchema, bN as SumSubWebhookSchema, cg as SumsubApplicantType, cf as SumsubApplicantTypes, cl as SumsubCompanyBeneficiaryGroup, cx as SumsubKybDataSchema, cC as SumsubKybSessionFlowSection, cB as SumsubKybSessionFlowSectionItem, cA as SumsubKybSessionFlowSectionStatus, cw as SumsubKycDataSchema, cm as SumsubStepStatus, cv as SumsubVideoCallData, c5 as SumsubWebhookInternalStatus, by as SynapsProvider, ae as SynapsSessionErrorResponse, a7 as SynapsSessionEvent, aa as SynapsSessionRequest, af as SynapsSessionResponse, ai as SynapsStepErrorResponse, a8 as SynapsStepEvent, ag as SynapsStepRequest, aj as SynapsStepResponse, bH as ToggleProviderInput, ac as UNKNOWN_ERROR, dd as UpdateKybSessionOutput, cV as UpdateKycSessionOutput, bF as UpdateProviderInput, bG as UpdateProviderResponse, aP as UpdateSearchEntitiesInput, aO as UpdateSearchInput, cW as VideoKycMetaData, bK as WEBHOOK_TYPES, J as WebhookPayload, bL as WebhookType, bh as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, r as WrappedIpQualityServiceErrorResponse, av as mappingMatchTypeToLabel, a9 as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-9200bd52.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/vault.schema-
|
|
3
|
+
import '../../dist/vault.schema-cc3c5ffc.esm.mjs';
|
|
4
4
|
import 'decimal.js';
|
|
5
|
-
import '../../dist/identity-api.schema-
|
|
5
|
+
import '../../dist/identity-api.schema-60af6079.esm.mjs';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
|
|
8
8
|
var CoinMarketCapCryptoId={$BABA:"30040",// Name: Baba, Slug: baba
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-958064b8.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('decimal.js');
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-91f2c199.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('decimal.js');
|
|
8
8
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { aI as DataLinkTypeZodSchema, aG as DataLinkVersionZodSchema, aX as GenericVaultDataLinkZodSchema, aW as GenericVaultEmbeddedLinkZodSchema, aU as GenericVaultPointerLinkZodSchema, aV as GenericVaultSearchLinkZodSchema, aJ as Separator, aN as VaultJsonSchemas, aT as VaultMetadataLinkZodSchema, aR as VaultPointerKeyMapZodSchema, aS as VaultQueryMapZodSchema, aP as VaultSchemaIdZodSchema, aQ as VaultSchemaPathsZodSchema, aO as VaultZodSchema, aH as allDataLinkTypes, aF as allDataLinkVersions, aK as generateZodObjectPaths, aL as resolvePathOnDataSchema, aM as resolvePathOnMapSchema } from '../../dist/vault.schema-
|
|
1
|
+
export { aI as DataLinkTypeZodSchema, aG as DataLinkVersionZodSchema, aX as GenericVaultDataLinkZodSchema, aW as GenericVaultEmbeddedLinkZodSchema, aU as GenericVaultPointerLinkZodSchema, aV as GenericVaultSearchLinkZodSchema, aJ as Separator, aN as VaultJsonSchemas, aT as VaultMetadataLinkZodSchema, aR as VaultPointerKeyMapZodSchema, aS as VaultQueryMapZodSchema, aP as VaultSchemaIdZodSchema, aQ as VaultSchemaPathsZodSchema, aO as VaultZodSchema, aH as allDataLinkTypes, aF as allDataLinkVersions, aK as generateZodObjectPaths, aL as resolvePathOnDataSchema, aM as resolvePathOnMapSchema } from '../../dist/vault.schema-cc3c5ffc.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import 'decimal.js';
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var tfheUtilities = require('../../dist/tfhe-utilities-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-958064b8.cjs.dev.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-63ee6cfc.cjs.dev.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-8b80d9aa.cjs.dev.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
require('nanoid');
|
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-91f2c199.cjs.prod.cjs');
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-9119d895.cjs.prod.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-24730089.cjs.prod.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
require('nanoid');
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { d as Alpha2Country, X as GenericVerifiableCredentialSchema, a1 as ID3CredentialSchema, F as ID3CredentialSubjectSchema, _ as IDImageCredentialSchema, T as IDImageCredentialSubjectSchema, Z as IDInformationCredentialSchema, S as IDInformationCredentialSubjectSchema, Y as IDInformationTfheCredentialSchema, Q as IDInformationTfheCredentialSubjectSchema, a2 as IDScanCredentialSchema, G as IDScanCredentialSubjectSchema, a3 as IDScanPassportCredentialSchema, H as IDScanPassportCredentialSubjectSchema, a4 as IDScanSelfieCredentialSchema, J as IDScanSelfieCredentialSubjectSchema, I as ISO3CountryCode, a9 as OLD_AMLScreeningsResultsCredentialSchema, P as OLD_AMLScreeningsResultsCredentialSubjectSchema, a5 as OLD_IDImageCredentialSchema, O as OLD_IDImageCredentialSubjectSchema, a6 as OLD_IDInformationCredentialSchema, L as OLD_IDInformationCredentialSubjectSchema, a7 as OLD_ProofOfResidenceCredentialSchema, M as OLD_ProofOfResidenceCredentialSubjectSchema, a8 as OLD_SelfieImageCredentialSchema, N as OLD_SelfieImageCredentialSubjectSchema, a0 as ProofOfResidenceCredentialSchema, V as ProofOfResidenceCredentialSubjectSchema, $ as SelfieImageCredentialSchema, U as SelfieImageCredentialSubjectSchema, e as countryISO3toISO2Mapping, i as isoCountriesNameFromISO2 } from '../../dist/vault.schema-
|
|
2
|
-
export { fc as CredentialMediaType, f7 as CredentialNames, f6 as CredentialSchemas, fa as CredentialType, C as CredentialTypes, f8 as NexeraCredentialType, fb as VerifiableCredential, f9 as getCredentialName } from '../../dist/identity-api.schema-
|
|
3
|
-
export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-
|
|
1
|
+
export { d as Alpha2Country, X as GenericVerifiableCredentialSchema, a1 as ID3CredentialSchema, F as ID3CredentialSubjectSchema, _ as IDImageCredentialSchema, T as IDImageCredentialSubjectSchema, Z as IDInformationCredentialSchema, S as IDInformationCredentialSubjectSchema, Y as IDInformationTfheCredentialSchema, Q as IDInformationTfheCredentialSubjectSchema, a2 as IDScanCredentialSchema, G as IDScanCredentialSubjectSchema, a3 as IDScanPassportCredentialSchema, H as IDScanPassportCredentialSubjectSchema, a4 as IDScanSelfieCredentialSchema, J as IDScanSelfieCredentialSubjectSchema, I as ISO3CountryCode, a9 as OLD_AMLScreeningsResultsCredentialSchema, P as OLD_AMLScreeningsResultsCredentialSubjectSchema, a5 as OLD_IDImageCredentialSchema, O as OLD_IDImageCredentialSubjectSchema, a6 as OLD_IDInformationCredentialSchema, L as OLD_IDInformationCredentialSubjectSchema, a7 as OLD_ProofOfResidenceCredentialSchema, M as OLD_ProofOfResidenceCredentialSubjectSchema, a8 as OLD_SelfieImageCredentialSchema, N as OLD_SelfieImageCredentialSubjectSchema, a0 as ProofOfResidenceCredentialSchema, V as ProofOfResidenceCredentialSubjectSchema, $ as SelfieImageCredentialSchema, U as SelfieImageCredentialSubjectSchema, e as countryISO3toISO2Mapping, i as isoCountriesNameFromISO2 } from '../../dist/vault.schema-cc3c5ffc.esm.mjs';
|
|
2
|
+
export { fc as CredentialMediaType, f7 as CredentialNames, f6 as CredentialSchemas, fa as CredentialType, C as CredentialTypes, f8 as NexeraCredentialType, fb as VerifiableCredential, f9 as getCredentialName } from '../../dist/identity-api.schema-60af6079.esm.mjs';
|
|
3
|
+
export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-151f4537.esm.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'decimal.js';
|
|
6
6
|
import 'nanoid';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-63ee6cfc.cjs.dev.cjs');
|
|
7
|
+
var vault_schema = require('../../dist/vault.schema-958064b8.cjs.dev.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-9db73f74.cjs.dev.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-9119d895.cjs.prod.cjs');
|
|
7
|
+
var vault_schema = require('../../dist/vault.schema-91f2c199.cjs.prod.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-2c92523f.cjs.prod.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { aT as UuidString, f0 as ExternalCustomerId, as as BlockchainAddress, cL as RuleResultStatus, aS as EnvironmentSchema } from '../../dist/identity-api.schema-
|
|
3
|
-
import { h as RiskScoreType, o as CustomerType, u as CustomerOnboardingLevel, w as CustomerStatus, I as ISO3CountryCode, X as GenericVerifiableCredentialSchema, ae as TransactionTypes, ak as TransactionReviewStatuses, aZ as _toArray, aY as _toConsumableArray } from '../../dist/vault.schema-
|
|
4
|
-
import { M as MergedProviders, S as ScoringAnalysisResponse, B as BitRankVerifiedResponse, a as MerkleAddressResponse, C as ChainalysisRiskAssessmentResponse, I as IpQualityServiceAnalysisResponse, b as ComplyAdvantageSearchResponse, c as ComplyAdvantageSearchErrorResponse, d as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-
|
|
2
|
+
import { aT as UuidString, f0 as ExternalCustomerId, as as BlockchainAddress, cL as RuleResultStatus, aS as EnvironmentSchema } from '../../dist/identity-api.schema-60af6079.esm.mjs';
|
|
3
|
+
import { h as RiskScoreType, o as CustomerType, u as CustomerOnboardingLevel, w as CustomerStatus, I as ISO3CountryCode, X as GenericVerifiableCredentialSchema, ae as TransactionTypes, ak as TransactionReviewStatuses, aZ as _toArray, aY as _toConsumableArray } from '../../dist/vault.schema-cc3c5ffc.esm.mjs';
|
|
4
|
+
import { M as MergedProviders, S as ScoringAnalysisResponse, B as BitRankVerifiedResponse, a as MerkleAddressResponse, C as ChainalysisRiskAssessmentResponse, I as IpQualityServiceAnalysisResponse, b as ComplyAdvantageSearchResponse, c as ComplyAdvantageSearchErrorResponse, d as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-9200bd52.esm.mjs';
|
|
5
5
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
import 'decimal.js';
|