@nexeraid/identity-schemas 2.69.0-dev → 2.71.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-7b1c3640.cjs.dev.cjs → CoinMarketCap.schema-7f913b44.cjs.dev.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-54975e47.esm.mjs → CoinMarketCap.schema-894a8f62.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-6be991ff.cjs.prod.cjs → CoinMarketCap.schema-edc90914.cjs.prod.cjs} +2 -2
- package/dist/declarations/src/transaction.schema.d.ts +4 -4
- package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +28 -28
- package/dist/{identity-api.schema-004663d3.esm.mjs → identity-api.schema-39bfb2ad.esm.mjs} +1 -1
- package/dist/{identity-api.schema-16a639e2.cjs.prod.cjs → identity-api.schema-8417a4ae.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-9831a27d.cjs.dev.cjs → identity-api.schema-861e04d4.cjs.dev.cjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +3 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +3 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +10 -10
- package/dist/{tfhe-utilities-17421f9d.cjs.dev.cjs → tfhe-utilities-03e00b7b.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-40439863.cjs.prod.cjs → tfhe-utilities-28e44a27.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-37073d94.esm.mjs → tfhe-utilities-2bfe2288.esm.mjs} +2 -2
- package/dist/{vault.schema-2dc6448a.cjs.prod.cjs → vault.schema-288d457a.cjs.dev.cjs} +2 -2
- package/dist/{vault.schema-8d395251.esm.mjs → vault.schema-bf86f68f.esm.mjs} +2 -2
- package/dist/{vault.schema-459554c6.cjs.dev.cjs → vault.schema-f147376d.cjs.prod.cjs} +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 +10 -10
- 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
|
@@ -1823,21 +1823,21 @@ export declare const VaultZodSchema: z.ZodObject<{
|
|
|
1823
1823
|
}>;
|
|
1824
1824
|
Transaction: z.ZodObject<{
|
|
1825
1825
|
amount: z.ZodOptional<z.ZodObject<{
|
|
1826
|
-
USD: z.ZodOptional<z.ZodType<import("decimal.js").
|
|
1827
|
-
EUR: z.ZodOptional<z.ZodType<import("decimal.js").
|
|
1828
|
-
GBP: z.ZodOptional<z.ZodType<import("decimal.js").
|
|
1826
|
+
USD: z.ZodOptional<z.ZodType<import("decimal.js").Decimal, z.ZodTypeDef, import("decimal.js").Decimal>>;
|
|
1827
|
+
EUR: z.ZodOptional<z.ZodType<import("decimal.js").Decimal, z.ZodTypeDef, import("decimal.js").Decimal>>;
|
|
1828
|
+
GBP: z.ZodOptional<z.ZodType<import("decimal.js").Decimal, z.ZodTypeDef, import("decimal.js").Decimal>>;
|
|
1829
1829
|
}, "strip", z.ZodTypeAny, {
|
|
1830
|
-
EUR?: import("decimal.js").
|
|
1831
|
-
GBP?: import("decimal.js").
|
|
1832
|
-
USD?: import("decimal.js").
|
|
1830
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
1831
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
1832
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
1833
1833
|
}, {
|
|
1834
|
-
EUR?: import("decimal.js").
|
|
1835
|
-
GBP?: import("decimal.js").
|
|
1836
|
-
USD?: import("decimal.js").
|
|
1834
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
1835
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
1836
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
1837
1837
|
}>>;
|
|
1838
1838
|
event: z.ZodOptional<z.ZodObject<{
|
|
1839
1839
|
transactionDate: z.ZodOptional<z.ZodDate>;
|
|
1840
|
-
amount: z.ZodOptional<z.ZodType<import("decimal.js").
|
|
1840
|
+
amount: z.ZodOptional<z.ZodType<import("decimal.js").Decimal, z.ZodTypeDef, import("decimal.js").Decimal>>;
|
|
1841
1841
|
riskScore: z.ZodOptional<z.ZodNumber>;
|
|
1842
1842
|
riskLevel: z.ZodOptional<z.ZodString>;
|
|
1843
1843
|
type: z.ZodOptional<z.ZodEnum<["crypto", "fiat"]>>;
|
|
@@ -1845,14 +1845,14 @@ export declare const VaultZodSchema: z.ZodObject<{
|
|
|
1845
1845
|
}, "strip", z.ZodTypeAny, {
|
|
1846
1846
|
type?: "crypto" | "fiat" | undefined;
|
|
1847
1847
|
riskLevel?: string | undefined;
|
|
1848
|
-
amount?: import("decimal.js").
|
|
1848
|
+
amount?: import("decimal.js").Decimal | undefined;
|
|
1849
1849
|
riskScore?: number | undefined;
|
|
1850
1850
|
transactionDate?: Date | undefined;
|
|
1851
1851
|
assets?: string[] | undefined;
|
|
1852
1852
|
}, {
|
|
1853
1853
|
type?: "crypto" | "fiat" | undefined;
|
|
1854
1854
|
riskLevel?: string | undefined;
|
|
1855
|
-
amount?: import("decimal.js").
|
|
1855
|
+
amount?: import("decimal.js").Decimal | undefined;
|
|
1856
1856
|
riskScore?: number | undefined;
|
|
1857
1857
|
transactionDate?: Date | undefined;
|
|
1858
1858
|
assets?: string[] | undefined;
|
|
@@ -2045,14 +2045,14 @@ export declare const VaultZodSchema: z.ZodObject<{
|
|
|
2045
2045
|
}>>;
|
|
2046
2046
|
}, "strip", z.ZodTypeAny, {
|
|
2047
2047
|
amount?: {
|
|
2048
|
-
EUR?: import("decimal.js").
|
|
2049
|
-
GBP?: import("decimal.js").
|
|
2050
|
-
USD?: import("decimal.js").
|
|
2048
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2049
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2050
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2051
2051
|
} | undefined;
|
|
2052
2052
|
event?: {
|
|
2053
2053
|
type?: "crypto" | "fiat" | undefined;
|
|
2054
2054
|
riskLevel?: string | undefined;
|
|
2055
|
-
amount?: import("decimal.js").
|
|
2055
|
+
amount?: import("decimal.js").Decimal | undefined;
|
|
2056
2056
|
riskScore?: number | undefined;
|
|
2057
2057
|
transactionDate?: Date | undefined;
|
|
2058
2058
|
assets?: string[] | undefined;
|
|
@@ -2107,14 +2107,14 @@ export declare const VaultZodSchema: z.ZodObject<{
|
|
|
2107
2107
|
} | undefined;
|
|
2108
2108
|
}, {
|
|
2109
2109
|
amount?: {
|
|
2110
|
-
EUR?: import("decimal.js").
|
|
2111
|
-
GBP?: import("decimal.js").
|
|
2112
|
-
USD?: import("decimal.js").
|
|
2110
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2111
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2112
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2113
2113
|
} | undefined;
|
|
2114
2114
|
event?: {
|
|
2115
2115
|
type?: "crypto" | "fiat" | undefined;
|
|
2116
2116
|
riskLevel?: string | undefined;
|
|
2117
|
-
amount?: import("decimal.js").
|
|
2117
|
+
amount?: import("decimal.js").Decimal | undefined;
|
|
2118
2118
|
riskScore?: number | undefined;
|
|
2119
2119
|
transactionDate?: Date | undefined;
|
|
2120
2120
|
assets?: string[] | undefined;
|
|
@@ -2874,14 +2874,14 @@ export declare const VaultZodSchema: z.ZodObject<{
|
|
|
2874
2874
|
};
|
|
2875
2875
|
Transaction: {
|
|
2876
2876
|
amount?: {
|
|
2877
|
-
EUR?: import("decimal.js").
|
|
2878
|
-
GBP?: import("decimal.js").
|
|
2879
|
-
USD?: import("decimal.js").
|
|
2877
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2878
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2879
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2880
2880
|
} | undefined;
|
|
2881
2881
|
event?: {
|
|
2882
2882
|
type?: "crypto" | "fiat" | undefined;
|
|
2883
2883
|
riskLevel?: string | undefined;
|
|
2884
|
-
amount?: import("decimal.js").
|
|
2884
|
+
amount?: import("decimal.js").Decimal | undefined;
|
|
2885
2885
|
riskScore?: number | undefined;
|
|
2886
2886
|
transactionDate?: Date | undefined;
|
|
2887
2887
|
assets?: string[] | undefined;
|
|
@@ -3197,14 +3197,14 @@ export declare const VaultZodSchema: z.ZodObject<{
|
|
|
3197
3197
|
};
|
|
3198
3198
|
Transaction: {
|
|
3199
3199
|
amount?: {
|
|
3200
|
-
EUR?: import("decimal.js").
|
|
3201
|
-
GBP?: import("decimal.js").
|
|
3202
|
-
USD?: import("decimal.js").
|
|
3200
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
3201
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
3202
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
3203
3203
|
} | undefined;
|
|
3204
3204
|
event?: {
|
|
3205
3205
|
type?: "crypto" | "fiat" | undefined;
|
|
3206
3206
|
riskLevel?: string | undefined;
|
|
3207
|
-
amount?: import("decimal.js").
|
|
3207
|
+
amount?: import("decimal.js").Decimal | undefined;
|
|
3208
3208
|
riskScore?: number | undefined;
|
|
3209
3209
|
transactionDate?: Date | undefined;
|
|
3210
3210
|
assets?: string[] | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { cM as IDImageCredentialSubjectSchema, cO as ProofOfResidenceCredentialSubjectSchema, cN as SelfieImageCredentialSubjectSchema, cL as IDInformationCredentialSubjectSchema, cK as IDInformationTfheCredentialSubjectSchema, cJ as OLD_AMLScreeningsResultsCredentialSubjectSchema, cB as ID3CredentialSubjectSchema, cC as IDScanCredentialSubjectSchema, cE as IDScanSelfieCredentialSubjectSchema, cD as IDScanPassportCredentialSubjectSchema, dV as _defineProperty, dM as VaultMetadataLinkZodSchema, c6 as QueryId, aS as UuidString, ar as BlockchainAddress, c4 as ScenarioId, cs as WorkspaceId, as as String0x, aN as BlockchainSignature, aa as TxHash, ct as WorkflowId, g as EvmChainId, a9 as AddressSchema, aD as EIP155Signature, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aI as EdSignature, av as BlockchainNamespace, cP as GenericVerifiableCredentialSchema, ax as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, cv as ExternalCustomerId, cq as AdditionalCustomerInformationParams, a8 as PublicKey } from './vault.schema-
|
|
2
|
+
import { cM as IDImageCredentialSubjectSchema, cO as ProofOfResidenceCredentialSubjectSchema, cN as SelfieImageCredentialSubjectSchema, cL as IDInformationCredentialSubjectSchema, cK as IDInformationTfheCredentialSubjectSchema, cJ as OLD_AMLScreeningsResultsCredentialSubjectSchema, cB as ID3CredentialSubjectSchema, cC as IDScanCredentialSubjectSchema, cE as IDScanSelfieCredentialSubjectSchema, cD as IDScanPassportCredentialSubjectSchema, dV as _defineProperty, dM as VaultMetadataLinkZodSchema, c6 as QueryId, aS as UuidString, ar as BlockchainAddress, c4 as ScenarioId, cs as WorkspaceId, as as String0x, aN as BlockchainSignature, aa as TxHash, ct as WorkflowId, g as EvmChainId, a9 as AddressSchema, aD as EIP155Signature, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aI as EdSignature, av as BlockchainNamespace, cP as GenericVerifiableCredentialSchema, ax as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, cv as ExternalCustomerId, cq as AdditionalCustomerInformationParams, a8 as PublicKey } from './vault.schema-bf86f68f.esm.mjs';
|
|
3
3
|
|
|
4
4
|
var CredentialSchemas = {
|
|
5
5
|
ProofOfResidence: ProofOfResidenceCredentialSubjectSchema,
|
package/dist/{identity-api.schema-16a639e2.cjs.prod.cjs → identity-api.schema-8417a4ae.cjs.prod.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-f147376d.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var CredentialSchemas = {
|
|
7
7
|
ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
|
package/dist/{identity-api.schema-9831a27d.cjs.dev.cjs → identity-api.schema-861e04d4.cjs.dev.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-288d457a.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var CredentialSchemas = {
|
|
7
7
|
ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
|
|
@@ -2,10 +2,10 @@
|
|
|
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-288d457a.cjs.dev.cjs');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-861e04d4.cjs.dev.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-03e00b7b.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 vault_schema = require('./vault.schema-
|
|
5
|
+
var vault_schema = require('./vault.schema-f147376d.cjs.prod.cjs');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-8417a4ae.cjs.prod.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-28e44a27.cjs.prod.cjs');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
|
11
11
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { U as ACTIVE_APTOS_CHAIN_IDS, K as ACTIVE_BITCOIN_CHAIN_IDS, a4 as ACTIVE_CARDANO_CHAIN_IDS, k as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, _ as ACTIVE_POLKADOT_CHAIN_IDS, D as ACTIVE_SOLANA_CHAIN_IDS, q as ACTIVE_TEZOS_CHAIN_IDS, a$ as ALPHA_2_COUNTRIES, R as APTOS_CHAIN_IDS, O as APTOS_CHAIN_NAMES, Q as APTOS_CHAIN_NAMES_LIST, bR as ActionId, bA as ActionPrefix, cq as AdditionalCustomerInformationParams, a9 as AddressSchema, cb as AiExecutionId, bE as AiExecutionPrefix, cc as AiExecutionStepId, bF as AiExecutionStepPrefix, b0 as Alpha2Country, bM as AppId, bd as AppPrefix, ac as AptosAddress, V as AptosChainId, aE as AptosSignature, J as BITCOIN_CHAIN_IDS, H as BITCOIN_CHAIN_NAMES, I as BITCOIN_CHAIN_NAMES_LIST, au as BLOCKCHAIN_NAMESPACES, aC as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aB as BLOCKCHAIN_NAMESPACE_TO_NAME, aA as BLOCKCHAIN_NAME_TO_NAMESPACE, aq as BitcoinAddress, am as BitcoinBech32Address, L as BitcoinChainId, ak as BitcoinP2PKHAddress, al as BitcoinP2SHAddress, ap as BitcoinTestnetBech32Address, an as BitcoinTestnetP2PKHAddress, ao as BitcoinTestnetP2SHAddress, ar as BlockchainAddress, B as BlockchainId, av as BlockchainNamespace, aN as BlockchainSignature, a3 as CARDANO_CHAIN_IDS, a1 as CARDANO_CHAIN_NAMES, a2 as CARDANO_CHAIN_NAMES_LIST, j as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, i as COSMOS_CHAIN_NAMES_LIST, aj as CardanoAddress, a5 as CardanoChainId, aM as CardanoSignature, bN as ChallengeId, be as ChallengePrefix, af as CosmosAddress, l as CosmosChainId, aH as CosmosSignature, b3 as CountryName, aZ as CryptoCode, aY as CryptoCodes, aX as CurrencyCode, aW as CurrencyCodes, cu as CustomerId, bP as CustomerScreeningId, bg as CustomerScreeningPrefix, dv as DEFAULT_FIAT_CURRENCY, ay as DISPLAYED_BLOCKCHAIN_NAMESPACES, dB as DataLinkTypeZodSchema, dz as DataLinkVersionZodSchema, az as DisplayedBlockchainNamespace, aD as EIP155Signature, aQ as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aI as EdSignature, bK as EmailId, bb as EmailPrefix, aR as EnvironmentSchema, g as EvmChainId, cv as ExternalCustomerId, cf as FLOW_TYPES, cg as FlowType, aO as FunctionCallData, dQ as GenericVaultDataLinkZodSchema, dP as GenericVaultEmbeddedLinkZodSchema, dN as GenericVaultPointerLinkZodSchema, dO as GenericVaultSearchLinkZodSchema, cP as GenericVerifiableCredentialSchema, at as HexadecimalSchema, df as HumanReadableTransactionReviewStatus, de as HumanReadableTransactionReviewStatuses, dh as HumanReadableTransactionStatusMapping, cV as ID3CredentialSchema, cB as ID3CredentialSubjectSchema, cj as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, cl as IDENTITY_DOCUMENT_OPTIONS, cS as IDImageCredentialSchema, cM as IDImageCredentialSubjectSchema, cR as IDInformationCredentialSchema, cL as IDInformationCredentialSubjectSchema, cQ as IDInformationTfheCredentialSchema, cK as IDInformationTfheCredentialSubjectSchema, cW as IDScanCredentialSchema, cC as IDScanCredentialSubjectSchema, cX as IDScanPassportCredentialSchema, cD as IDScanPassportCredentialSubjectSchema, cY as IDScanSelfieCredentialSchema, cE as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, cp as Identifier, cx as IdentityAppV2Web2JWT, cw as IdentityAppV2Web3JWT, ck as IdentityDocumentCountryListOption, cm as IdentityDocumentOptionsType, bJ as IdentityId, ba as IdentityPrefix, cy as IdentityWidgetAccessToken_NEW, cz as IdentityWidgetSessionToken, c2 as InstitutionExtractedInfosId, bv as InstitutionExtractedInfosPrefix, c1 as InstitutionId, bu as InstitutionPrefix, aV as IpAddress, c5 as ListId, by as ListPrefix, ce as MemberId, bS as MetaAlertId, bj as MetaAlertPrefix, v as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, M as NEXERA_APTOS_CHAINS, G as NEXERA_BITCOIN_CHAINS, a0 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, W as NEXERA_POLKADOT_CHAINS, w as NEXERA_SOLANA_CHAINS, s as NEXERA_STARKNET_CHAINS, u as NEXERA_STARKNET_CHAIN_IDS, t as NEXERA_STARKNET_CHAIN_NAMES, m as NEXERA_TEZOS_CHAINS, p as NEXERA_TEZOS_CHAIN_IDS, n as NEXERA_TEZOS_CHAIN_NAMES, o as NEXERA_TEZOS_CHAIN_NAMES_LIST, e as NexeraEvmChains, N as NonTestnetBlockchainId, d1 as OLD_AMLScreeningsResultsCredentialSchema, cJ as OLD_AMLScreeningsResultsCredentialSubjectSchema, cZ as OLD_IDImageCredentialSchema, cF as OLD_IDImageCredentialSubjectSchema, c_ as OLD_IDInformationCredentialSchema, cG as OLD_IDInformationCredentialSubjectSchema, c$ as OLD_ProofOfResidenceCredentialSchema, cH as OLD_ProofOfResidenceCredentialSubjectSchema, d0 as OLD_SelfieImageCredentialSchema, cI as OLD_SelfieImageCredentialSubjectSchema, cr as OrganizationId, aT as OtpCode, aK as P2Signature, cn as PERSONAL_INFORMATION_FIELDS, Z as POLKADOT_CHAIN_IDS, X as POLKADOT_CHAIN_NAMES, Y as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aU as PUBLIC_SERVICES_SCHEMA_MAP, dq as PaymentType, dp as PaymentTypes, co as PersonalInformationFieldsIdentityDocuments, ae as PolkadotAddress, $ as PolkadotChainId, aG as PolkadotSignature, r as PolygonNetworkNames, a7 as PrivateKey, cU as ProofOfResidenceCredentialSchema, cO as ProofOfResidenceCredentialSubjectSchema, a8 as PublicKey, c6 as QueryId, bz as QueryPrefix, z as SOLANA_CHAIN_IDS, x as SOLANA_CHAIN_NAMES, y as SOLANA_CHAIN_NAMES_LIST, aw as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, c4 as ScenarioId, bx as ScenarioPrefix, c7 as ScorechainAnalysisId, bi as ScorechainAnalysisPrefix, b7 as ScorechainCountry, dR as ScorechainEntityRecord, cT as SelfieImageCredentialSchema, cN as SelfieImageCredentialSubjectSchema, dC as Separator, F as SolanaChainId, aJ as SpSignature, ca as SsssChunkId, bD as SsssChunkPrefix, c9 as SsssShareId, bC as SsssSharePrefix, ad as StarknetAddress, S as StarknetChainId, aF as StarknetSignature, bI as StorageId, b9 as StoragePrefix, as as String0x, ax as SupportedBlockchainNamespaceForSignatureAuth, dw as TRANSACTIONS_STATS_CURRENCIES, d2 as TRANSACTION_CHARTS, d4 as TRANSACTION_TABLE_COLUMNS, bQ as TagId, bh as TagPrefix, bT as TagsToTransactionReviewsId, bk as TagsToTransactionReviewsPrefix, bO as TestId, bf as TestPrefix, ai as TezosAddress, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aL as TezosSignature, bU as TransactionAddressesId, bl as TransactionAddressesPrefix, c3 as TransactionAmountId, bw as TransactionAmountPrefix, du as TransactionAmountsFieldName, dt as TransactionAmountsFieldNames, dl as TransactionCurrencyCode, dk as TransactionCurrencyCodes, dj as TransactionDirection, di as TransactionDirections, b_ as TransactionExtractedInfosId, br as TransactionExtractedInfosPrefix, bW as TransactionFeesId, bn as TransactionFeesPrefix, bV as TransactionId, bZ as TransactionInfosId, bq as TransactionInfosPrefix, c0 as TransactionMethodExtractedInfosId, bt as TransactionMethodExtractedInfosPrefix, b$ as TransactionMethodsId, bs as TransactionMethodsPrefix, bY as TransactionPartiesId, bp as TransactionPartiesPrefix, ds as TransactionPartiesType, dr as TransactionPartiesTypes, bm as TransactionPrefix, dn as TransactionProvider, dm as TransactionProviders, bX as TransactionReviewId, bo as TransactionReviewPrefix, dd as TransactionReviewStatus, dc as TransactionReviewStatuses, db as TransactionRiskLevel, da as TransactionRiskLevels, dx as TransactionStatsCurrency, dg as TransactionStatusMapping, d5 as TransactionTableColumn, d7 as TransactionType, d9 as TransactionTypeWithAll, d6 as TransactionTypes, d8 as TransactionTypesWithAll, d3 as TransactionsChartType, aa as TxHash, aS as UuidString, dG as VaultJsonSchemas, dM as VaultMetadataLinkZodSchema, dK as VaultPointerKeyMapZodSchema, dL as VaultQueryMapZodSchema, dI as VaultSchemaIdZodSchema, dJ as VaultSchemaPathsZodSchema, dH as VaultZodSchema, ci as VerificationMode, ch as VerificationModes, bL as WalletId, bc as WalletPrefix, dS as WalletScreeningData, dU as WalletScreeningProvider, dT as WalletScreeningProviders, cA as Web2CreateSessionParams, ct as WorkflowId, c8 as WorkflowSessionAttributeId, bB as WorkflowSessionAttributePrefix, bG as WorkflowSessionId, cs as WorkspaceId, dA as allDataLinkTypes, dy as allDataLinkVersions, b2 as countryISO2toISO3Mapping, b1 as countryISO3toISO2Mapping, bH as createBrandedSchemaId, cd as generateId, dD as generateZodObjectPaths, a6 as isValidAddress, b4 as isoCountriesNameFromISO2, b5 as isoCountriesNameFromISO3, b6 as parseISO3CountryCode, dE as resolvePathOnDataSchema, dF as resolvePathOnMapSchema, b8 as scorechainCountriesNameFromISO2, ab as shortBlockchainAddress } from './vault.schema-
|
|
1
|
+
export { U as ACTIVE_APTOS_CHAIN_IDS, K as ACTIVE_BITCOIN_CHAIN_IDS, a4 as ACTIVE_CARDANO_CHAIN_IDS, k as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, _ as ACTIVE_POLKADOT_CHAIN_IDS, D as ACTIVE_SOLANA_CHAIN_IDS, q as ACTIVE_TEZOS_CHAIN_IDS, a$ as ALPHA_2_COUNTRIES, R as APTOS_CHAIN_IDS, O as APTOS_CHAIN_NAMES, Q as APTOS_CHAIN_NAMES_LIST, bR as ActionId, bA as ActionPrefix, cq as AdditionalCustomerInformationParams, a9 as AddressSchema, cb as AiExecutionId, bE as AiExecutionPrefix, cc as AiExecutionStepId, bF as AiExecutionStepPrefix, b0 as Alpha2Country, bM as AppId, bd as AppPrefix, ac as AptosAddress, V as AptosChainId, aE as AptosSignature, J as BITCOIN_CHAIN_IDS, H as BITCOIN_CHAIN_NAMES, I as BITCOIN_CHAIN_NAMES_LIST, au as BLOCKCHAIN_NAMESPACES, aC as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aB as BLOCKCHAIN_NAMESPACE_TO_NAME, aA as BLOCKCHAIN_NAME_TO_NAMESPACE, aq as BitcoinAddress, am as BitcoinBech32Address, L as BitcoinChainId, ak as BitcoinP2PKHAddress, al as BitcoinP2SHAddress, ap as BitcoinTestnetBech32Address, an as BitcoinTestnetP2PKHAddress, ao as BitcoinTestnetP2SHAddress, ar as BlockchainAddress, B as BlockchainId, av as BlockchainNamespace, aN as BlockchainSignature, a3 as CARDANO_CHAIN_IDS, a1 as CARDANO_CHAIN_NAMES, a2 as CARDANO_CHAIN_NAMES_LIST, j as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, i as COSMOS_CHAIN_NAMES_LIST, aj as CardanoAddress, a5 as CardanoChainId, aM as CardanoSignature, bN as ChallengeId, be as ChallengePrefix, af as CosmosAddress, l as CosmosChainId, aH as CosmosSignature, b3 as CountryName, aZ as CryptoCode, aY as CryptoCodes, aX as CurrencyCode, aW as CurrencyCodes, cu as CustomerId, bP as CustomerScreeningId, bg as CustomerScreeningPrefix, dv as DEFAULT_FIAT_CURRENCY, ay as DISPLAYED_BLOCKCHAIN_NAMESPACES, dB as DataLinkTypeZodSchema, dz as DataLinkVersionZodSchema, az as DisplayedBlockchainNamespace, aD as EIP155Signature, aQ as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aI as EdSignature, bK as EmailId, bb as EmailPrefix, aR as EnvironmentSchema, g as EvmChainId, cv as ExternalCustomerId, cf as FLOW_TYPES, cg as FlowType, aO as FunctionCallData, dQ as GenericVaultDataLinkZodSchema, dP as GenericVaultEmbeddedLinkZodSchema, dN as GenericVaultPointerLinkZodSchema, dO as GenericVaultSearchLinkZodSchema, cP as GenericVerifiableCredentialSchema, at as HexadecimalSchema, df as HumanReadableTransactionReviewStatus, de as HumanReadableTransactionReviewStatuses, dh as HumanReadableTransactionStatusMapping, cV as ID3CredentialSchema, cB as ID3CredentialSubjectSchema, cj as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, cl as IDENTITY_DOCUMENT_OPTIONS, cS as IDImageCredentialSchema, cM as IDImageCredentialSubjectSchema, cR as IDInformationCredentialSchema, cL as IDInformationCredentialSubjectSchema, cQ as IDInformationTfheCredentialSchema, cK as IDInformationTfheCredentialSubjectSchema, cW as IDScanCredentialSchema, cC as IDScanCredentialSubjectSchema, cX as IDScanPassportCredentialSchema, cD as IDScanPassportCredentialSubjectSchema, cY as IDScanSelfieCredentialSchema, cE as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, cp as Identifier, cx as IdentityAppV2Web2JWT, cw as IdentityAppV2Web3JWT, ck as IdentityDocumentCountryListOption, cm as IdentityDocumentOptionsType, bJ as IdentityId, ba as IdentityPrefix, cy as IdentityWidgetAccessToken_NEW, cz as IdentityWidgetSessionToken, c2 as InstitutionExtractedInfosId, bv as InstitutionExtractedInfosPrefix, c1 as InstitutionId, bu as InstitutionPrefix, aV as IpAddress, c5 as ListId, by as ListPrefix, ce as MemberId, bS as MetaAlertId, bj as MetaAlertPrefix, v as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, M as NEXERA_APTOS_CHAINS, G as NEXERA_BITCOIN_CHAINS, a0 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, W as NEXERA_POLKADOT_CHAINS, w as NEXERA_SOLANA_CHAINS, s as NEXERA_STARKNET_CHAINS, u as NEXERA_STARKNET_CHAIN_IDS, t as NEXERA_STARKNET_CHAIN_NAMES, m as NEXERA_TEZOS_CHAINS, p as NEXERA_TEZOS_CHAIN_IDS, n as NEXERA_TEZOS_CHAIN_NAMES, o as NEXERA_TEZOS_CHAIN_NAMES_LIST, e as NexeraEvmChains, N as NonTestnetBlockchainId, d1 as OLD_AMLScreeningsResultsCredentialSchema, cJ as OLD_AMLScreeningsResultsCredentialSubjectSchema, cZ as OLD_IDImageCredentialSchema, cF as OLD_IDImageCredentialSubjectSchema, c_ as OLD_IDInformationCredentialSchema, cG as OLD_IDInformationCredentialSubjectSchema, c$ as OLD_ProofOfResidenceCredentialSchema, cH as OLD_ProofOfResidenceCredentialSubjectSchema, d0 as OLD_SelfieImageCredentialSchema, cI as OLD_SelfieImageCredentialSubjectSchema, cr as OrganizationId, aT as OtpCode, aK as P2Signature, cn as PERSONAL_INFORMATION_FIELDS, Z as POLKADOT_CHAIN_IDS, X as POLKADOT_CHAIN_NAMES, Y as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aU as PUBLIC_SERVICES_SCHEMA_MAP, dq as PaymentType, dp as PaymentTypes, co as PersonalInformationFieldsIdentityDocuments, ae as PolkadotAddress, $ as PolkadotChainId, aG as PolkadotSignature, r as PolygonNetworkNames, a7 as PrivateKey, cU as ProofOfResidenceCredentialSchema, cO as ProofOfResidenceCredentialSubjectSchema, a8 as PublicKey, c6 as QueryId, bz as QueryPrefix, z as SOLANA_CHAIN_IDS, x as SOLANA_CHAIN_NAMES, y as SOLANA_CHAIN_NAMES_LIST, aw as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, c4 as ScenarioId, bx as ScenarioPrefix, c7 as ScorechainAnalysisId, bi as ScorechainAnalysisPrefix, b7 as ScorechainCountry, dR as ScorechainEntityRecord, cT as SelfieImageCredentialSchema, cN as SelfieImageCredentialSubjectSchema, dC as Separator, F as SolanaChainId, aJ as SpSignature, ca as SsssChunkId, bD as SsssChunkPrefix, c9 as SsssShareId, bC as SsssSharePrefix, ad as StarknetAddress, S as StarknetChainId, aF as StarknetSignature, bI as StorageId, b9 as StoragePrefix, as as String0x, ax as SupportedBlockchainNamespaceForSignatureAuth, dw as TRANSACTIONS_STATS_CURRENCIES, d2 as TRANSACTION_CHARTS, d4 as TRANSACTION_TABLE_COLUMNS, bQ as TagId, bh as TagPrefix, bT as TagsToTransactionReviewsId, bk as TagsToTransactionReviewsPrefix, bO as TestId, bf as TestPrefix, ai as TezosAddress, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aL as TezosSignature, bU as TransactionAddressesId, bl as TransactionAddressesPrefix, c3 as TransactionAmountId, bw as TransactionAmountPrefix, du as TransactionAmountsFieldName, dt as TransactionAmountsFieldNames, dl as TransactionCurrencyCode, dk as TransactionCurrencyCodes, dj as TransactionDirection, di as TransactionDirections, b_ as TransactionExtractedInfosId, br as TransactionExtractedInfosPrefix, bW as TransactionFeesId, bn as TransactionFeesPrefix, bV as TransactionId, bZ as TransactionInfosId, bq as TransactionInfosPrefix, c0 as TransactionMethodExtractedInfosId, bt as TransactionMethodExtractedInfosPrefix, b$ as TransactionMethodsId, bs as TransactionMethodsPrefix, bY as TransactionPartiesId, bp as TransactionPartiesPrefix, ds as TransactionPartiesType, dr as TransactionPartiesTypes, bm as TransactionPrefix, dn as TransactionProvider, dm as TransactionProviders, bX as TransactionReviewId, bo as TransactionReviewPrefix, dd as TransactionReviewStatus, dc as TransactionReviewStatuses, db as TransactionRiskLevel, da as TransactionRiskLevels, dx as TransactionStatsCurrency, dg as TransactionStatusMapping, d5 as TransactionTableColumn, d7 as TransactionType, d9 as TransactionTypeWithAll, d6 as TransactionTypes, d8 as TransactionTypesWithAll, d3 as TransactionsChartType, aa as TxHash, aS as UuidString, dG as VaultJsonSchemas, dM as VaultMetadataLinkZodSchema, dK as VaultPointerKeyMapZodSchema, dL as VaultQueryMapZodSchema, dI as VaultSchemaIdZodSchema, dJ as VaultSchemaPathsZodSchema, dH as VaultZodSchema, ci as VerificationMode, ch as VerificationModes, bL as WalletId, bc as WalletPrefix, dS as WalletScreeningData, dU as WalletScreeningProvider, dT as WalletScreeningProviders, cA as Web2CreateSessionParams, ct as WorkflowId, c8 as WorkflowSessionAttributeId, bB as WorkflowSessionAttributePrefix, bG as WorkflowSessionId, cs as WorkspaceId, dA as allDataLinkTypes, dy as allDataLinkVersions, b2 as countryISO2toISO3Mapping, b1 as countryISO3toISO2Mapping, bH as createBrandedSchemaId, cd as generateId, dD as generateZodObjectPaths, a6 as isValidAddress, b4 as isoCountriesNameFromISO2, b5 as isoCountriesNameFromISO3, b6 as parseISO3CountryCode, dE as resolvePathOnDataSchema, dF as resolvePathOnMapSchema, b8 as scorechainCountriesNameFromISO2, ab as shortBlockchainAddress } from './vault.schema-bf86f68f.esm.mjs';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
4
|
-
export { b9 as ARRAY_OPERATORS, aT as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, ac as AbbreviatedWorkflowScenario, bn as AllCredentialValues, c0 as AllScenarioExecutionAuthorizationData, bU as AnyTxAuthDataSignatureResponse, bX as AnyTxAuthInputJsSdk, bN as ApiTezosTxAuthInput, bJ as ApiTxAuthInput, ba as ArrayOperator, a$ as AuthQrCodeData, ax as AuthSession, ay as AuthSessionData, aW as AuthorizationRequestMessage, aV as AuthorizationRequestMessageType, aU as AuthorizationRequestMessageTypes, aZ as AuthorizationResponseMessage, H as AvailableFlow, bf as BOOLEAN_OPERATORS, _ as BackwardsCompatibleScenarioType, Z as BackwardsCompatibleScenarioTypes, $ as BaseQueryResponse, B as BasicCustomerContactInformation, bg as BooleanOperator, aQ as CIRCUIT_IDS, k as CUSTOMERS_CHARTS, o as CUSTOMER_AUTOMATION_REASONS, m as CUSTOMER_TABLE_COLUMNS, bx as ChallengeQuerySchema, az as ChallengeResponse, aR as CircuitId, q as CloseScreenNotification, af as ComplianceImplementationStepsInput, b$ as CreateAuthRequestProps, ae as CreateTemplateScenario, cb as CredentialMediaType, c6 as CredentialNames, a_ as CredentialQrCodeData, c5 as CredentialSchemas, c9 as CredentialType, C as CredentialTypes, h as CustomerOnboardingLevel, g as CustomerOnboardingLevels, j as CustomerStatus, i as CustomerStatuses, n as CustomerTableColumn, c as CustomerType, b as CustomerTypes, l as CustomersChartType, bh as DATE_OPERATORS, J as DataAvailableOnStart, bi as DateOperator, bV as Eip155TxAuthInputJsSdk, a1 as ExecuteQueryResponse, bT as ExtendedTezosTxAuthDataSignatureResponse, bR as ExtendedTezosTxAuthInput, bS as ExtendedTxAuthDataSignatureResponse, bQ as ExtendedTxAuthInput, aw as GenerateWalletChallengeRequest, ah as GetCredentialsRequest, ai as GetCredentialsResponse, aC as GetCustomerStatusRequest, aH as GetCustomerStatusResponse, bP as GetTezosTxAuthDataSignatureResponse, bL as GetTxAuthDataSignatureResponse, aq as GetTxAuthSigRequest, as as GetTxAuthSigRequestTezos, ar as GetTxAuthSigResponse, at as GetTxAuthSigResponseTezos, aK as HostMessage, au as HostRequestMessage, Q as HostResponseMessage, bm as IDInformationTfhe, aI as IdentityAppMessage, aL as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, av as IdentityResponseMessage, aD as IdentitySdkMessage, aE as IdentitySdkMessageWithIdentifier, aJ as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ao as IsVerifiedRequest, ap as IsVerifiedResponse, f as KybOnboardingLevel, e as KybOnboardingLevels, r as KycCompletionData, s as KycCompletionNotification, d as KycOnboardingLevel, K as KycOnboardingLevels, aO as MediaType, aP as MediaTypePID, bd as NUMERIC_OPERATORS, c7 as NexeraCredentialType, be as NumericOperator, by as OLD_CHALLENGE_QUERY_OPERATORS, bz as OLD_ChallengeQueryOperator, bC as OLD_ChallengeQueryOperatorToOperator, bu as OLD_ChallengeQuerySchema, bE as OLD_QueryCredentialType, bD as OLD_QueryCredentialTypes, b5 as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a0 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, b6 as Operator, bA as OperatorMappings, bB as OperatorToOLD_ChallengeQueryOperator, bt as PartialQueryConfigSimplified, P as PolygonIdInitialized, ak as PolygonIdRequest, aj as PolygonIdRequestData, am as PolygonIdResponse, al as PolygonIdResponseData, b_ as PrivacyPreservingMonitoring, aX as ProofData, b3 as QUERY_LOGIC_OPERATOR, b0 as QrCodeLinkWithSchemaType, bo as QueriesOptions, br as QueryConfigSimplified, bq as QueryConfigTfhe, bw as QueryCredentialType, bv as QueryCredentialTypes, b4 as QueryLogicOperator, bp as QueryType, aM as RequiredDataRowSchema, aN as RequiredVerificationData, a as RiskScoreType, R as RiskScoreTypes, a2 as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bs as RuleResultQueryConfig, a5 as RuleResultStatus, a6 as RuleResultStatusLabels, a4 as RuleResultStatuses, c1 as SCENARIO_AUTHORIZATION_STATUSES, bb as STRING_OPERATORS, bj as SUPPORTED_TYPES, ab as Scenario, S as ScenarioAuthorizationData, c2 as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, a3 as ScenarioExecutionResponse, Y as ScenarioSchema, X as ScenarioStatus, W as ScenarioStatuses, V as ScenarioType, U as ScenarioTypes, a7 as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, ag as SimplifiedCredential, y as StartCompletedNotification, an as StartFlowRequest, bc as StringOperator, bk as SupportedType, bl as SupportedTypes, ad as TemplateScenario, bM as TezosTxAuthInput, bW as TezosTxAuthInputJsSdk, bO as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aG as TxAuthDataSignatureGatingError, aB as TxAuthDataSignatureGatingRequest, aF as TxAuthDataSignatureResponse, bI as TxAuthInput, bK as TxSignatureResponse, ca as VerifiableCredential, aa as VerificationOutput, a9 as VerificationSessionStatus, a8 as VerificationSessionStatuses, c4 as VerifyWalletChallengeRequest, aA as WalletSignResponse, c3 as WalletSignatureResponse, b7 as ZKPOperator, bY as ZKPRequest, bZ as ZKPRequestFromZKVerifier, aS as ZeroKnowledgeProofRequest, aY as ZeroKnowledgeProofResponse, c8 as getCredentialName, bG as getOldCredentialPath, bF as getOldCredentialType, bH as oldCredentialPathToDataLink, b8 as operatorDisplayMap, b1 as parseIden3Message, b2 as parseSessionIdFromUrl } from './identity-api.schema-
|
|
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-
|
|
3
|
+
import { C as CredentialTypes } from './identity-api.schema-39bfb2ad.esm.mjs';
|
|
4
|
+
export { b9 as ARRAY_OPERATORS, aT as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, ac as AbbreviatedWorkflowScenario, bn as AllCredentialValues, c0 as AllScenarioExecutionAuthorizationData, bU as AnyTxAuthDataSignatureResponse, bX as AnyTxAuthInputJsSdk, bN as ApiTezosTxAuthInput, bJ as ApiTxAuthInput, ba as ArrayOperator, a$ as AuthQrCodeData, ax as AuthSession, ay as AuthSessionData, aW as AuthorizationRequestMessage, aV as AuthorizationRequestMessageType, aU as AuthorizationRequestMessageTypes, aZ as AuthorizationResponseMessage, H as AvailableFlow, bf as BOOLEAN_OPERATORS, _ as BackwardsCompatibleScenarioType, Z as BackwardsCompatibleScenarioTypes, $ as BaseQueryResponse, B as BasicCustomerContactInformation, bg as BooleanOperator, aQ as CIRCUIT_IDS, k as CUSTOMERS_CHARTS, o as CUSTOMER_AUTOMATION_REASONS, m as CUSTOMER_TABLE_COLUMNS, bx as ChallengeQuerySchema, az as ChallengeResponse, aR as CircuitId, q as CloseScreenNotification, af as ComplianceImplementationStepsInput, b$ as CreateAuthRequestProps, ae as CreateTemplateScenario, cb as CredentialMediaType, c6 as CredentialNames, a_ as CredentialQrCodeData, c5 as CredentialSchemas, c9 as CredentialType, C as CredentialTypes, h as CustomerOnboardingLevel, g as CustomerOnboardingLevels, j as CustomerStatus, i as CustomerStatuses, n as CustomerTableColumn, c as CustomerType, b as CustomerTypes, l as CustomersChartType, bh as DATE_OPERATORS, J as DataAvailableOnStart, bi as DateOperator, bV as Eip155TxAuthInputJsSdk, a1 as ExecuteQueryResponse, bT as ExtendedTezosTxAuthDataSignatureResponse, bR as ExtendedTezosTxAuthInput, bS as ExtendedTxAuthDataSignatureResponse, bQ as ExtendedTxAuthInput, aw as GenerateWalletChallengeRequest, ah as GetCredentialsRequest, ai as GetCredentialsResponse, aC as GetCustomerStatusRequest, aH as GetCustomerStatusResponse, bP as GetTezosTxAuthDataSignatureResponse, bL as GetTxAuthDataSignatureResponse, aq as GetTxAuthSigRequest, as as GetTxAuthSigRequestTezos, ar as GetTxAuthSigResponse, at as GetTxAuthSigResponseTezos, aK as HostMessage, au as HostRequestMessage, Q as HostResponseMessage, bm as IDInformationTfhe, aI as IdentityAppMessage, aL as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, av as IdentityResponseMessage, aD as IdentitySdkMessage, aE as IdentitySdkMessageWithIdentifier, aJ as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ao as IsVerifiedRequest, ap as IsVerifiedResponse, f as KybOnboardingLevel, e as KybOnboardingLevels, r as KycCompletionData, s as KycCompletionNotification, d as KycOnboardingLevel, K as KycOnboardingLevels, aO as MediaType, aP as MediaTypePID, bd as NUMERIC_OPERATORS, c7 as NexeraCredentialType, be as NumericOperator, by as OLD_CHALLENGE_QUERY_OPERATORS, bz as OLD_ChallengeQueryOperator, bC as OLD_ChallengeQueryOperatorToOperator, bu as OLD_ChallengeQuerySchema, bE as OLD_QueryCredentialType, bD as OLD_QueryCredentialTypes, b5 as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a0 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, b6 as Operator, bA as OperatorMappings, bB as OperatorToOLD_ChallengeQueryOperator, bt as PartialQueryConfigSimplified, P as PolygonIdInitialized, ak as PolygonIdRequest, aj as PolygonIdRequestData, am as PolygonIdResponse, al as PolygonIdResponseData, b_ as PrivacyPreservingMonitoring, aX as ProofData, b3 as QUERY_LOGIC_OPERATOR, b0 as QrCodeLinkWithSchemaType, bo as QueriesOptions, br as QueryConfigSimplified, bq as QueryConfigTfhe, bw as QueryCredentialType, bv as QueryCredentialTypes, b4 as QueryLogicOperator, bp as QueryType, aM as RequiredDataRowSchema, aN as RequiredVerificationData, a as RiskScoreType, R as RiskScoreTypes, a2 as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bs as RuleResultQueryConfig, a5 as RuleResultStatus, a6 as RuleResultStatusLabels, a4 as RuleResultStatuses, c1 as SCENARIO_AUTHORIZATION_STATUSES, bb as STRING_OPERATORS, bj as SUPPORTED_TYPES, ab as Scenario, S as ScenarioAuthorizationData, c2 as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, a3 as ScenarioExecutionResponse, Y as ScenarioSchema, X as ScenarioStatus, W as ScenarioStatuses, V as ScenarioType, U as ScenarioTypes, a7 as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, ag as SimplifiedCredential, y as StartCompletedNotification, an as StartFlowRequest, bc as StringOperator, bk as SupportedType, bl as SupportedTypes, ad as TemplateScenario, bM as TezosTxAuthInput, bW as TezosTxAuthInputJsSdk, bO as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aG as TxAuthDataSignatureGatingError, aB as TxAuthDataSignatureGatingRequest, aF as TxAuthDataSignatureResponse, bI as TxAuthInput, bK as TxSignatureResponse, ca as VerifiableCredential, aa as VerificationOutput, a9 as VerificationSessionStatus, a8 as VerificationSessionStatuses, c4 as VerifyWalletChallengeRequest, aA as WalletSignResponse, c3 as WalletSignatureResponse, b7 as ZKPOperator, bY as ZKPRequest, bZ as ZKPRequestFromZKVerifier, aS as ZeroKnowledgeProofRequest, aY as ZeroKnowledgeProofResponse, c8 as getCredentialName, bG as getOldCredentialPath, bF as getOldCredentialType, bH as oldCredentialPathToDataLink, b8 as operatorDisplayMap, b1 as parseIden3Message, b2 as parseSessionIdFromUrl } from './identity-api.schema-39bfb2ad.esm.mjs';
|
|
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-2bfe2288.esm.mjs';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
import 'decimal.js';
|
|
8
8
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexeraid/identity-schemas",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.71.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -87,21 +87,21 @@
|
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
89
|
"@nexeraid/logger": "workspace:*",
|
|
90
|
-
"decimal.js": "^10.
|
|
90
|
+
"decimal.js": "^10.5.0",
|
|
91
91
|
"nanoid": "3.3.4",
|
|
92
|
-
"remeda": "^2.
|
|
93
|
-
"zod": "^3.
|
|
94
|
-
"zod-to-json-schema": "^3.
|
|
92
|
+
"remeda": "^2.20.0",
|
|
93
|
+
"zod": "^3.24.1",
|
|
94
|
+
"zod-to-json-schema": "^3.24.1"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@types/bun": "^1.
|
|
97
|
+
"@types/bun": "^1.2.0",
|
|
98
98
|
"@types/json-schema": "^7.0.15",
|
|
99
99
|
"@unblokttechnology/eslint-config": "workspace:*",
|
|
100
|
-
"bun": "^1.
|
|
101
|
-
"bun-types": "^1.
|
|
102
|
-
"json-schema-to-zod": "^2.
|
|
100
|
+
"bun": "^1.2.0",
|
|
101
|
+
"bun-types": "^1.2.0",
|
|
102
|
+
"json-schema-to-zod": "^2.6.0",
|
|
103
103
|
"ts-json-as-const": "^1.0.7",
|
|
104
|
-
"typescript": "^5.
|
|
104
|
+
"typescript": "^5.7.3",
|
|
105
105
|
"zod-to-json-schema": "^3.23.3",
|
|
106
106
|
"zod-to-ts": "^1.2.0"
|
|
107
107
|
},
|
|
@@ -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-288d457a.cjs.dev.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-861e04d4.cjs.dev.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-f147376d.cjs.prod.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-8417a4ae.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { dW as _toConsumableArray } from './vault.schema-
|
|
2
|
-
import { bk as SupportedType, bd as NUMERIC_OPERATORS, b9 as ARRAY_OPERATORS, bf as BOOLEAN_OPERATORS, bb as STRING_OPERATORS } from './identity-api.schema-
|
|
1
|
+
import { dW as _toConsumableArray } from './vault.schema-bf86f68f.esm.mjs';
|
|
2
|
+
import { bk as SupportedType, bd as NUMERIC_OPERATORS, b9 as ARRAY_OPERATORS, bf as BOOLEAN_OPERATORS, bb as STRING_OPERATORS } from './identity-api.schema-39bfb2ad.esm.mjs';
|
|
3
3
|
|
|
4
4
|
var VC_JSON_SCHEMA_MAP = {
|
|
5
5
|
ProofOfResidence: {
|
|
@@ -9948,7 +9948,7 @@ var HumanReadableTransactionStatusMapping = {
|
|
|
9948
9948
|
};
|
|
9949
9949
|
|
|
9950
9950
|
// TransactionInfos Direction
|
|
9951
|
-
var TransactionDirections = ["IN", "OUT"];
|
|
9951
|
+
var TransactionDirections = ["IN", "OUT", "EXCHANGE"];
|
|
9952
9952
|
var TransactionDirection = zod.z["enum"](TransactionDirections);
|
|
9953
9953
|
var TransactionCurrencyCodes = [].concat(_toConsumableArray(CurrencyCodes), _toConsumableArray(CryptoCodes));
|
|
9954
9954
|
var TransactionCurrencyCode = zod.z["enum"](TransactionCurrencyCodes);
|
|
@@ -9961,7 +9961,7 @@ var PaymentType = zod.z["enum"](PaymentTypes);
|
|
|
9961
9961
|
// TransactionParties Type
|
|
9962
9962
|
var TransactionPartiesTypes = ["individual", "company", "smart-contract"];
|
|
9963
9963
|
var TransactionPartiesType = zod.z["enum"](TransactionPartiesTypes);
|
|
9964
|
-
var TransactionAmountsFieldNames = ["amount", "networkFeeAmount", "platformFeeAmount", "transactionFeeAmount"];
|
|
9964
|
+
var TransactionAmountsFieldNames = ["amount", "targetAmount", "networkFeeAmount", "platformFeeAmount", "transactionFeeAmount"];
|
|
9965
9965
|
var TransactionAmountsFieldName = zod.z["enum"](TransactionAmountsFieldNames);
|
|
9966
9966
|
var DEFAULT_FIAT_CURRENCY = "EUR";
|
|
9967
9967
|
var TRANSACTIONS_STATS_CURRENCIES = ["USD", "EUR", "GBP"];
|
|
@@ -9942,7 +9942,7 @@ var HumanReadableTransactionStatusMapping = {
|
|
|
9942
9942
|
};
|
|
9943
9943
|
|
|
9944
9944
|
// TransactionInfos Direction
|
|
9945
|
-
var TransactionDirections = ["IN", "OUT"];
|
|
9945
|
+
var TransactionDirections = ["IN", "OUT", "EXCHANGE"];
|
|
9946
9946
|
var TransactionDirection = z["enum"](TransactionDirections);
|
|
9947
9947
|
var TransactionCurrencyCodes = [].concat(_toConsumableArray(CurrencyCodes), _toConsumableArray(CryptoCodes));
|
|
9948
9948
|
var TransactionCurrencyCode = z["enum"](TransactionCurrencyCodes);
|
|
@@ -9955,7 +9955,7 @@ var PaymentType = z["enum"](PaymentTypes);
|
|
|
9955
9955
|
// TransactionParties Type
|
|
9956
9956
|
var TransactionPartiesTypes = ["individual", "company", "smart-contract"];
|
|
9957
9957
|
var TransactionPartiesType = z["enum"](TransactionPartiesTypes);
|
|
9958
|
-
var TransactionAmountsFieldNames = ["amount", "networkFeeAmount", "platformFeeAmount", "transactionFeeAmount"];
|
|
9958
|
+
var TransactionAmountsFieldNames = ["amount", "targetAmount", "networkFeeAmount", "platformFeeAmount", "transactionFeeAmount"];
|
|
9959
9959
|
var TransactionAmountsFieldName = z["enum"](TransactionAmountsFieldNames);
|
|
9960
9960
|
var DEFAULT_FIAT_CURRENCY = "EUR";
|
|
9961
9961
|
var TRANSACTIONS_STATS_CURRENCIES = ["USD", "EUR", "GBP"];
|
|
@@ -9948,7 +9948,7 @@ var HumanReadableTransactionStatusMapping = {
|
|
|
9948
9948
|
};
|
|
9949
9949
|
|
|
9950
9950
|
// TransactionInfos Direction
|
|
9951
|
-
var TransactionDirections = ["IN", "OUT"];
|
|
9951
|
+
var TransactionDirections = ["IN", "OUT", "EXCHANGE"];
|
|
9952
9952
|
var TransactionDirection = zod.z["enum"](TransactionDirections);
|
|
9953
9953
|
var TransactionCurrencyCodes = [].concat(_toConsumableArray(CurrencyCodes), _toConsumableArray(CryptoCodes));
|
|
9954
9954
|
var TransactionCurrencyCode = zod.z["enum"](TransactionCurrencyCodes);
|
|
@@ -9961,7 +9961,7 @@ var PaymentType = zod.z["enum"](PaymentTypes);
|
|
|
9961
9961
|
// TransactionParties Type
|
|
9962
9962
|
var TransactionPartiesTypes = ["individual", "company", "smart-contract"];
|
|
9963
9963
|
var TransactionPartiesType = zod.z["enum"](TransactionPartiesTypes);
|
|
9964
|
-
var TransactionAmountsFieldNames = ["amount", "networkFeeAmount", "platformFeeAmount", "transactionFeeAmount"];
|
|
9964
|
+
var TransactionAmountsFieldNames = ["amount", "targetAmount", "networkFeeAmount", "platformFeeAmount", "transactionFeeAmount"];
|
|
9965
9965
|
var TransactionAmountsFieldName = zod.z["enum"](TransactionAmountsFieldNames);
|
|
9966
9966
|
var DEFAULT_FIAT_CURRENCY = "EUR";
|
|
9967
9967
|
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-861e04d4.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-288d457a.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-8417a4ae.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/vault.schema-
|
|
7
|
+
require('../../dist/vault.schema-f147376d.cjs.prod.cjs');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
10
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { b9 as ARRAY_OPERATORS, aT as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, ac as AbbreviatedWorkflowScenario, bn as AllCredentialValues, c0 as AllScenarioExecutionAuthorizationData, bU as AnyTxAuthDataSignatureResponse, bX as AnyTxAuthInputJsSdk, bN as ApiTezosTxAuthInput, bJ as ApiTxAuthInput, ba as ArrayOperator, a$ as AuthQrCodeData, ax as AuthSession, ay as AuthSessionData, aW as AuthorizationRequestMessage, aV as AuthorizationRequestMessageType, aU as AuthorizationRequestMessageTypes, aZ as AuthorizationResponseMessage, H as AvailableFlow, bf as BOOLEAN_OPERATORS, _ as BackwardsCompatibleScenarioType, Z as BackwardsCompatibleScenarioTypes, $ as BaseQueryResponse, bg as BooleanOperator, aQ as CIRCUIT_IDS, bx as ChallengeQuerySchema, az as ChallengeResponse, aR as CircuitId, q as CloseScreenNotification, af as ComplianceImplementationStepsInput, b$ as CreateAuthRequestProps, ae as CreateTemplateScenario, a_ as CredentialQrCodeData, bh as DATE_OPERATORS, J as DataAvailableOnStart, bi as DateOperator, bV as Eip155TxAuthInputJsSdk, a1 as ExecuteQueryResponse, bT as ExtendedTezosTxAuthDataSignatureResponse, bR as ExtendedTezosTxAuthInput, bS as ExtendedTxAuthDataSignatureResponse, bQ as ExtendedTxAuthInput, aw as GenerateWalletChallengeRequest, ah as GetCredentialsRequest, ai as GetCredentialsResponse, aC as GetCustomerStatusRequest, aH as GetCustomerStatusResponse, bP as GetTezosTxAuthDataSignatureResponse, bL as GetTxAuthDataSignatureResponse, aq as GetTxAuthSigRequest, as as GetTxAuthSigRequestTezos, ar as GetTxAuthSigResponse, at as GetTxAuthSigResponseTezos, aK as HostMessage, au as HostRequestMessage, Q as HostResponseMessage, bm as IDInformationTfhe, aI as IdentityAppMessage, aL as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, av as IdentityResponseMessage, aD as IdentitySdkMessage, aE as IdentitySdkMessageWithIdentifier, aJ as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ao as IsVerifiedRequest, ap as IsVerifiedResponse, r as KycCompletionData, s as KycCompletionNotification, aO as MediaType, aP as MediaTypePID, bd as NUMERIC_OPERATORS, be as NumericOperator, by as OLD_CHALLENGE_QUERY_OPERATORS, bz as OLD_ChallengeQueryOperator, bC as OLD_ChallengeQueryOperatorToOperator, bu as OLD_ChallengeQuerySchema, bE as OLD_QueryCredentialType, bD as OLD_QueryCredentialTypes, b5 as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a0 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, b6 as Operator, bA as OperatorMappings, bB as OperatorToOLD_ChallengeQueryOperator, bt as PartialQueryConfigSimplified, P as PolygonIdInitialized, ak as PolygonIdRequest, aj as PolygonIdRequestData, am as PolygonIdResponse, al as PolygonIdResponseData, b_ as PrivacyPreservingMonitoring, aX as ProofData, b3 as QUERY_LOGIC_OPERATOR, b0 as QrCodeLinkWithSchemaType, bo as QueriesOptions, br as QueryConfigSimplified, bq as QueryConfigTfhe, bw as QueryCredentialType, bv as QueryCredentialTypes, b4 as QueryLogicOperator, bp as QueryType, aM as RequiredDataRowSchema, aN as RequiredVerificationData, a2 as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bs as RuleResultQueryConfig, a5 as RuleResultStatus, a6 as RuleResultStatusLabels, a4 as RuleResultStatuses, c1 as SCENARIO_AUTHORIZATION_STATUSES, bb as STRING_OPERATORS, bj as SUPPORTED_TYPES, ab as Scenario, S as ScenarioAuthorizationData, c2 as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, a3 as ScenarioExecutionResponse, Y as ScenarioSchema, X as ScenarioStatus, W as ScenarioStatuses, V as ScenarioType, U as ScenarioTypes, a7 as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, ag as SimplifiedCredential, y as StartCompletedNotification, an as StartFlowRequest, bc as StringOperator, bk as SupportedType, bl as SupportedTypes, ad as TemplateScenario, bM as TezosTxAuthInput, bW as TezosTxAuthInputJsSdk, bO as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aG as TxAuthDataSignatureGatingError, aB as TxAuthDataSignatureGatingRequest, aF as TxAuthDataSignatureResponse, bI as TxAuthInput, bK as TxSignatureResponse, aa as VerificationOutput, a9 as VerificationSessionStatus, a8 as VerificationSessionStatuses, c4 as VerifyWalletChallengeRequest, aA as WalletSignResponse, c3 as WalletSignatureResponse, b7 as ZKPOperator, bY as ZKPRequest, bZ as ZKPRequestFromZKVerifier, aS as ZeroKnowledgeProofRequest, aY as ZeroKnowledgeProofResponse, bG as getOldCredentialPath, bF as getOldCredentialType, bH as oldCredentialPathToDataLink, b8 as operatorDisplayMap, b1 as parseIden3Message, b2 as parseSessionIdFromUrl } from '../../dist/identity-api.schema-
|
|
1
|
+
export { b9 as ARRAY_OPERATORS, aT as AUTHORIZATION_REQUEST_MESSAGE_TYPES, G as AVAILABLE_FLOWS, ac as AbbreviatedWorkflowScenario, bn as AllCredentialValues, c0 as AllScenarioExecutionAuthorizationData, bU as AnyTxAuthDataSignatureResponse, bX as AnyTxAuthInputJsSdk, bN as ApiTezosTxAuthInput, bJ as ApiTxAuthInput, ba as ArrayOperator, a$ as AuthQrCodeData, ax as AuthSession, ay as AuthSessionData, aW as AuthorizationRequestMessage, aV as AuthorizationRequestMessageType, aU as AuthorizationRequestMessageTypes, aZ as AuthorizationResponseMessage, H as AvailableFlow, bf as BOOLEAN_OPERATORS, _ as BackwardsCompatibleScenarioType, Z as BackwardsCompatibleScenarioTypes, $ as BaseQueryResponse, bg as BooleanOperator, aQ as CIRCUIT_IDS, bx as ChallengeQuerySchema, az as ChallengeResponse, aR as CircuitId, q as CloseScreenNotification, af as ComplianceImplementationStepsInput, b$ as CreateAuthRequestProps, ae as CreateTemplateScenario, a_ as CredentialQrCodeData, bh as DATE_OPERATORS, J as DataAvailableOnStart, bi as DateOperator, bV as Eip155TxAuthInputJsSdk, a1 as ExecuteQueryResponse, bT as ExtendedTezosTxAuthDataSignatureResponse, bR as ExtendedTezosTxAuthInput, bS as ExtendedTxAuthDataSignatureResponse, bQ as ExtendedTxAuthInput, aw as GenerateWalletChallengeRequest, ah as GetCredentialsRequest, ai as GetCredentialsResponse, aC as GetCustomerStatusRequest, aH as GetCustomerStatusResponse, bP as GetTezosTxAuthDataSignatureResponse, bL as GetTxAuthDataSignatureResponse, aq as GetTxAuthSigRequest, as as GetTxAuthSigRequestTezos, ar as GetTxAuthSigResponse, at as GetTxAuthSigResponseTezos, aK as HostMessage, au as HostRequestMessage, Q as HostResponseMessage, bm as IDInformationTfhe, aI as IdentityAppMessage, aL as IdentityMessage, z as IdentityNotificationMessage, F as IdentityRequestMessage, av as IdentityResponseMessage, aD as IdentitySdkMessage, aE as IdentitySdkMessageWithIdentifier, aJ as IdentityWallet, A as InitialDataRequest, L as InitialDataResponse, I as IsVerifiedNotification, ao as IsVerifiedRequest, ap as IsVerifiedResponse, r as KycCompletionData, s as KycCompletionNotification, aO as MediaType, aP as MediaTypePID, bd as NUMERIC_OPERATORS, be as NumericOperator, by as OLD_CHALLENGE_QUERY_OPERATORS, bz as OLD_ChallengeQueryOperator, bC as OLD_ChallengeQueryOperatorToOperator, bu as OLD_ChallengeQuerySchema, bE as OLD_QueryCredentialType, bD as OLD_QueryCredentialTypes, b5 as OPERATORS, x as OcvSdkInitialized, O as OffChainScenarioExecutionData, a0 as OffChainZKPRuleResult, u as OnChainScenarioExecutionData, b6 as Operator, bA as OperatorMappings, bB as OperatorToOLD_ChallengeQueryOperator, bt as PartialQueryConfigSimplified, P as PolygonIdInitialized, ak as PolygonIdRequest, aj as PolygonIdRequestData, am as PolygonIdResponse, al as PolygonIdResponseData, b_ as PrivacyPreservingMonitoring, aX as ProofData, b3 as QUERY_LOGIC_OPERATOR, b0 as QrCodeLinkWithSchemaType, bo as QueriesOptions, br as QueryConfigSimplified, bq as QueryConfigTfhe, bw as QueryCredentialType, bv as QueryCredentialTypes, b4 as QueryLogicOperator, bp as QueryType, aM as RequiredDataRowSchema, aN as RequiredVerificationData, a2 as RuleEngineResponse, t as RuleEngineScenarioExecutionData, bs as RuleResultQueryConfig, a5 as RuleResultStatus, a6 as RuleResultStatusLabels, a4 as RuleResultStatuses, c1 as SCENARIO_AUTHORIZATION_STATUSES, bb as STRING_OPERATORS, bj as SUPPORTED_TYPES, ab as Scenario, S as ScenarioAuthorizationData, c2 as ScenarioAuthorizationStatus, v as ScenarioExecutionData, w as ScenarioExecutionNotification, a3 as ScenarioExecutionResponse, Y as ScenarioSchema, X as ScenarioStatus, W as ScenarioStatuses, V as ScenarioType, U as ScenarioTypes, a7 as SdkVerificationOutput, p as SdkVerificationResponseSchema, E as SendTransactionRequest, D as SignatureRequest, M as SignatureResponse, ag as SimplifiedCredential, y as StartCompletedNotification, an as StartFlowRequest, bc as StringOperator, bk as SupportedType, bl as SupportedTypes, ad as TemplateScenario, bM as TezosTxAuthInput, bW as TezosTxAuthInputJsSdk, bO as TezosTxSignatureResponse, T as TransactionData, N as TransactionResponse, aG as TxAuthDataSignatureGatingError, aB as TxAuthDataSignatureGatingRequest, aF as TxAuthDataSignatureResponse, bI as TxAuthInput, bK as TxSignatureResponse, aa as VerificationOutput, a9 as VerificationSessionStatus, a8 as VerificationSessionStatuses, c4 as VerifyWalletChallengeRequest, aA as WalletSignResponse, c3 as WalletSignatureResponse, b7 as ZKPOperator, bY as ZKPRequest, bZ as ZKPRequestFromZKVerifier, aS as ZeroKnowledgeProofRequest, aY as ZeroKnowledgeProofResponse, bG as getOldCredentialPath, bF as getOldCredentialType, bH as oldCredentialPathToDataLink, b8 as operatorDisplayMap, b1 as parseIden3Message, b2 as parseSessionIdFromUrl } from '../../dist/identity-api.schema-39bfb2ad.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/vault.schema-
|
|
3
|
+
import '../../dist/vault.schema-bf86f68f.esm.mjs';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexeraid/identity-schemas",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.71.0-dev",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -61,21 +61,21 @@
|
|
|
61
61
|
"root": true
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"decimal.js": "^10.
|
|
64
|
+
"decimal.js": "^10.5.0",
|
|
65
65
|
"nanoid": "3.3.4",
|
|
66
|
-
"remeda": "^2.
|
|
67
|
-
"zod": "^3.
|
|
68
|
-
"zod-to-json-schema": "^3.
|
|
66
|
+
"remeda": "^2.20.0",
|
|
67
|
+
"zod": "^3.24.1",
|
|
68
|
+
"zod-to-json-schema": "^3.24.1",
|
|
69
69
|
"@nexeraid/logger": "2.35.1-dev"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@types/bun": "^1.
|
|
72
|
+
"@types/bun": "^1.2.0",
|
|
73
73
|
"@types/json-schema": "^7.0.15",
|
|
74
|
-
"bun": "^1.
|
|
75
|
-
"bun-types": "^1.
|
|
76
|
-
"json-schema-to-zod": "^2.
|
|
74
|
+
"bun": "^1.2.0",
|
|
75
|
+
"bun-types": "^1.2.0",
|
|
76
|
+
"json-schema-to-zod": "^2.6.0",
|
|
77
77
|
"ts-json-as-const": "^1.0.7",
|
|
78
|
-
"typescript": "^5.
|
|
78
|
+
"typescript": "^5.7.3",
|
|
79
79
|
"zod-to-json-schema": "^3.23.3",
|
|
80
80
|
"zod-to-ts": "^1.2.0",
|
|
81
81
|
"@unblokttechnology/eslint-config": "0.1.1"
|
|
@@ -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-288d457a.cjs.dev.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-7f913b44.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-861e04d4.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-f147376d.cjs.prod.cjs');
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-edc90914.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-8417a4ae.cjs.prod.cjs');
|
|
11
11
|
|
|
12
12
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
13
13
|
id: "BITCOIN",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { d$ as ANALYSIS_TYPES, e0 as AnalysisType, ea as Coin, ef as EntityRiskDefaultsMap, ee as EntityRiskDefaultsValues, em as GetActiveBlockchains, el as GetActiveBlockchainsRequest, en as GetActiveBlockchainsResponse, eq as GetAddressAnalysis, eo as GetAddressAnalysisRequest, er as GetAddressAnalysisResponse, e4 as NonMinimalScorechainBlockchain, e1 as OBJECT_TYPES, e2 as ObjectType, es as RawScorechainResult, ed as RiskExplanation, eb as RiskSeverity, ei as ScorechainAnalysis, e3 as ScorechainBlockchain, e5 as ScorechainBlockchainToNamespace, ep as ScorechainEntity, ec as ScorechainEntityType, eh as ScorechainError, eg as ScorechainErrorResponse, et as ScorechainRiskToRiskLevel, e7 as ScorechainWalletRiskLevel, e6 as ScorechainWalletRiskLevels, ek as ScoringAnalysisApiRequest, dY as ScoringAnalysisRequest, ej as ScoringAnalysisResponse, dZ as WorkflowsScoringAnalysisRequest, e9 as compareRiskLevels, e8 as getRiskLevelByRiskScore } from '../../dist/vault.schema-
|
|
2
|
-
export { K as AMLMetadata, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, cU as BeneficiaryVerificationStatus, cV as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dc as ChainalysisApiError, a$ as ChainalysisConfig, da as ChainalysisErrorCodes, bc as ChainalysisProvider, d8 as ChainalysisRegisterApiResponse, dd as ChainalysisRegisterResponse, d7 as ChainalysisRequest, db as ChainalysisRiskAssessmentApiResponse, de as ChainalysisRiskAssessmentResponse, d9 as ChainalysisRiskLevel, a4 as CoerceDateUTC, di as CoinMarketCapApiResponse, dj as CoinMarketCapFiatId, dg as CoinMarketCapQuote, dh as CoinMarketCapQuotes, df as CoinMarketCapRequest, cT as CompanyDocumentMetaData, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cL as CredentialMetadata, cK as CustomerContactInformationOutput, c_ as CustomerDocumentMetaData, c$ as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cb as DocumentMetadataSchema, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cz as EmailVerificationResponse, F as File, cJ as GetCredentialsOutput, cX as GetKybSessionInput, cY as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, bJ as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bK as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, cP as KYB_RESULTS, cR as KYB_SESSION_STATUSES, cN as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cQ as KybResult, cS as KybSessionStatus, cO as KybStep, cw as KycResult, cy as KycSessionStatus, cs as KycStep, cu as KycStepStatus, ct as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, d5 as MerkleAddressApiError, d4 as MerkleAddressApiResponse, d3 as MerkleAddressRequest, d6 as MerkleAddressResponse, d2 as MerkleBlockChainCodes, d1 as MerkleBlockChainName, d0 as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cI as ProofOfResidenceDocumentType, cH as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bB as SUMSUB_APPLICANT_TYPES, c4 as SUMSUB_COMPANY_BENEFICIARY_GROUP, bU as SUMSUB_DOC_TYPES, bW as SUMSUB_FLOW_LEVEL, cj as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c9 as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, co as SUMSUB_REVIEW_REJECT_LABELS, cq as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bS as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bQ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, cW as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bH as SumSubAddress, bI as SumSubApplicantInfo, cd as SumSubApplicantResetSchema, cc as SumSubApplicantReviewStatusSchema, ci as SumSubApplicantSchema, bC as SumSubApplicantType, c8 as SumSubApplicantVerificationStepSchema, bP as SumSubCompanyApplicantInfo, c2 as SumSubCompanyApplicantSchema, bV as SumSubDocType, bX as SumSubFlowLevel, ce as SumSubGenerateExternalWebSdkLinkSchema, c3 as SumSubImageId, b_ as SumSubImageReviewResultSchema, c1 as SumSubIndividualApplicantSchema, ca as SumSubMediaContentType, bY as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cp as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, bZ as SumSubReviewResultSchema, bT as SumSubReviewStatus, cn as SumSubSimilarApplicantsSchema, bA as SumSubStep, c7 as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c0 as SumsubApplicantType, b$ as SumsubApplicantTypes, c5 as SumsubCompanyBeneficiaryGroup, ch as SumsubKybDataSchema, cm as SumsubKybSessionFlowSection, cl as SumsubKybSessionFlowSectionItem, ck as SumsubKybSessionFlowSectionStatus, cg as SumsubKycDataSchema, c6 as SumsubStepStatus, cf as SumsubVideoCallData, bR as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, cZ as UpdateKybSessionOutput, cF as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, cG as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-
|
|
1
|
+
export { d$ as ANALYSIS_TYPES, e0 as AnalysisType, ea as Coin, ef as EntityRiskDefaultsMap, ee as EntityRiskDefaultsValues, em as GetActiveBlockchains, el as GetActiveBlockchainsRequest, en as GetActiveBlockchainsResponse, eq as GetAddressAnalysis, eo as GetAddressAnalysisRequest, er as GetAddressAnalysisResponse, e4 as NonMinimalScorechainBlockchain, e1 as OBJECT_TYPES, e2 as ObjectType, es as RawScorechainResult, ed as RiskExplanation, eb as RiskSeverity, ei as ScorechainAnalysis, e3 as ScorechainBlockchain, e5 as ScorechainBlockchainToNamespace, ep as ScorechainEntity, ec as ScorechainEntityType, eh as ScorechainError, eg as ScorechainErrorResponse, et as ScorechainRiskToRiskLevel, e7 as ScorechainWalletRiskLevel, e6 as ScorechainWalletRiskLevels, ek as ScoringAnalysisApiRequest, dY as ScoringAnalysisRequest, ej as ScoringAnalysisResponse, dZ as WorkflowsScoringAnalysisRequest, e9 as compareRiskLevels, e8 as getRiskLevelByRiskScore } from '../../dist/vault.schema-bf86f68f.esm.mjs';
|
|
2
|
+
export { K as AMLMetadata, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, cU as BeneficiaryVerificationStatus, cV as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dc as ChainalysisApiError, a$ as ChainalysisConfig, da as ChainalysisErrorCodes, bc as ChainalysisProvider, d8 as ChainalysisRegisterApiResponse, dd as ChainalysisRegisterResponse, d7 as ChainalysisRequest, db as ChainalysisRiskAssessmentApiResponse, de as ChainalysisRiskAssessmentResponse, d9 as ChainalysisRiskLevel, a4 as CoerceDateUTC, di as CoinMarketCapApiResponse, dj as CoinMarketCapFiatId, dg as CoinMarketCapQuote, dh as CoinMarketCapQuotes, df as CoinMarketCapRequest, cT as CompanyDocumentMetaData, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cL as CredentialMetadata, cK as CustomerContactInformationOutput, c_ as CustomerDocumentMetaData, c$ as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cb as DocumentMetadataSchema, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cz as EmailVerificationResponse, F as File, cJ as GetCredentialsOutput, cX as GetKybSessionInput, cY as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, bJ as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bK as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, cP as KYB_RESULTS, cR as KYB_SESSION_STATUSES, cN as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cQ as KybResult, cS as KybSessionStatus, cO as KybStep, cw as KycResult, cy as KycSessionStatus, cs as KycStep, cu as KycStepStatus, ct as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, d5 as MerkleAddressApiError, d4 as MerkleAddressApiResponse, d3 as MerkleAddressRequest, d6 as MerkleAddressResponse, d2 as MerkleBlockChainCodes, d1 as MerkleBlockChainName, d0 as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cI as ProofOfResidenceDocumentType, cH as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bB as SUMSUB_APPLICANT_TYPES, c4 as SUMSUB_COMPANY_BENEFICIARY_GROUP, bU as SUMSUB_DOC_TYPES, bW as SUMSUB_FLOW_LEVEL, cj as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c9 as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, co as SUMSUB_REVIEW_REJECT_LABELS, cq as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bS as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bQ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, cW as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bH as SumSubAddress, bI as SumSubApplicantInfo, cd as SumSubApplicantResetSchema, cc as SumSubApplicantReviewStatusSchema, ci as SumSubApplicantSchema, bC as SumSubApplicantType, c8 as SumSubApplicantVerificationStepSchema, bP as SumSubCompanyApplicantInfo, c2 as SumSubCompanyApplicantSchema, bV as SumSubDocType, bX as SumSubFlowLevel, ce as SumSubGenerateExternalWebSdkLinkSchema, c3 as SumSubImageId, b_ as SumSubImageReviewResultSchema, c1 as SumSubIndividualApplicantSchema, ca as SumSubMediaContentType, bY as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cp as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, bZ as SumSubReviewResultSchema, bT as SumSubReviewStatus, cn as SumSubSimilarApplicantsSchema, bA as SumSubStep, c7 as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c0 as SumsubApplicantType, b$ as SumsubApplicantTypes, c5 as SumsubCompanyBeneficiaryGroup, ch as SumsubKybDataSchema, cm as SumsubKybSessionFlowSection, cl as SumsubKybSessionFlowSectionItem, ck as SumsubKybSessionFlowSectionStatus, cg as SumsubKycDataSchema, c6 as SumsubStepStatus, cf as SumsubVideoCallData, bR as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, cZ as UpdateKybSessionOutput, cF as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, cG as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-894a8f62.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-39bfb2ad.esm.mjs';
|
|
7
7
|
|
|
8
8
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
9
9
|
id: "BITCOIN",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-288d457a.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
require('decimal.js');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('../../dist/vault.schema-
|
|
5
|
+
var vault_schema = require('../../dist/vault.schema-f147376d.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
require('decimal.js');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { dB as DataLinkTypeZodSchema, dz as DataLinkVersionZodSchema, dQ as GenericVaultDataLinkZodSchema, dP as GenericVaultEmbeddedLinkZodSchema, dN as GenericVaultPointerLinkZodSchema, dO as GenericVaultSearchLinkZodSchema, dC as Separator, dG as VaultJsonSchemas, dM as VaultMetadataLinkZodSchema, dK as VaultPointerKeyMapZodSchema, dL as VaultQueryMapZodSchema, dI as VaultSchemaIdZodSchema, dJ as VaultSchemaPathsZodSchema, dH as VaultZodSchema, dA as allDataLinkTypes, dy as allDataLinkVersions, dD as generateZodObjectPaths, dE as resolvePathOnDataSchema, dF as resolvePathOnMapSchema } from '../../dist/vault.schema-
|
|
1
|
+
export { dB as DataLinkTypeZodSchema, dz as DataLinkVersionZodSchema, dQ as GenericVaultDataLinkZodSchema, dP as GenericVaultEmbeddedLinkZodSchema, dN as GenericVaultPointerLinkZodSchema, dO as GenericVaultSearchLinkZodSchema, dC as Separator, dG as VaultJsonSchemas, dM as VaultMetadataLinkZodSchema, dK as VaultPointerKeyMapZodSchema, dL as VaultQueryMapZodSchema, dI as VaultSchemaIdZodSchema, dJ as VaultSchemaPathsZodSchema, dH as VaultZodSchema, dA as allDataLinkTypes, dy as allDataLinkVersions, dD as generateZodObjectPaths, dE as resolvePathOnDataSchema, dF as resolvePathOnMapSchema } from '../../dist/vault.schema-bf86f68f.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import 'nanoid';
|
|
4
4
|
import 'decimal.js';
|