@nexeraid/identity-schemas 2.171.0-dev → 2.173.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.
Files changed (40) hide show
  1. package/dist/{crystal.schema-e2c3f7cf.cjs.dev.cjs → crystal.schema-50e1784e.cjs.dev.cjs} +2 -2
  2. package/dist/{crystal.schema-2507b365.cjs.prod.cjs → crystal.schema-b800a8c9.cjs.prod.cjs} +2 -2
  3. package/dist/{crystal.schema-48e4808d.esm.mjs → crystal.schema-df02ca37.esm.mjs} +2 -2
  4. package/dist/declarations/src/transaction.schema.d.ts +3 -0
  5. package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
  6. package/dist/{identity-api.schema-3f38c605.cjs.prod.cjs → identity-api.schema-2aa4ea1a.cjs.prod.cjs} +1 -1
  7. package/dist/{identity-api.schema-52186ae1.esm.mjs → identity-api.schema-83567d65.esm.mjs} +1 -1
  8. package/dist/{identity-api.schema-dfdfbfda.cjs.dev.cjs → identity-api.schema-f4e2a905.cjs.dev.cjs} +1 -1
  9. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +5 -5
  10. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +5 -5
  11. package/dist/nexeraid-identity-schemas.esm.mjs +6 -6
  12. package/dist/package.json +5 -5
  13. package/dist/{tfhe-utilities-c61d71a3.esm.mjs → tfhe-utilities-30abb494.esm.mjs} +2 -2
  14. package/dist/{tfhe-utilities-ba3be3f9.cjs.dev.cjs → tfhe-utilities-dd58051f.cjs.dev.cjs} +2 -2
  15. package/dist/{tfhe-utilities-d616d7cf.cjs.prod.cjs → tfhe-utilities-fa5b1324.cjs.prod.cjs} +2 -2
  16. package/dist/{toArray-9de5037e.esm.mjs → toArray-211215eb.esm.mjs} +1 -1
  17. package/dist/{toArray-9a2742c6.cjs.prod.cjs → toArray-887f5b16.cjs.prod.cjs} +1 -1
  18. package/dist/{toArray-8744dfb8.cjs.dev.cjs → toArray-d7a7562f.cjs.dev.cjs} +1 -1
  19. package/dist/{vault.schema-c703659c.cjs.dev.cjs → vault.schema-80bdf99d.cjs.prod.cjs} +2 -1
  20. package/dist/{vault.schema-8537fdbd.esm.mjs → vault.schema-d0b1eee3.esm.mjs} +2 -1
  21. package/dist/{vault.schema-fe2283bc.cjs.prod.cjs → vault.schema-e53352cb.cjs.dev.cjs} +2 -1
  22. package/dist/{zod-utils-6d8c1a16.cjs.prod.cjs → zod-utils-787704b8.cjs.prod.cjs} +2 -2
  23. package/dist/{zod-utils-700e56ee.cjs.dev.cjs → zod-utils-c64c62eb.cjs.dev.cjs} +2 -2
  24. package/dist/{zod-utils-9722bd69.esm.mjs → zod-utils-dc40823a.esm.mjs} +2 -2
  25. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
  26. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
  27. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  28. package/package.json +5 -5
  29. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
  30. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
  31. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  32. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +3 -3
  33. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +3 -3
  34. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
  35. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  36. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  37. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  38. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +4 -4
  39. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +4 -4
  40. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -4
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var z = require('zod');
4
- var vault_schema = require('./vault.schema-c703659c.cjs.dev.cjs');
5
- var identityApi_schema = require('./identity-api.schema-dfdfbfda.cjs.dev.cjs');
4
+ var vault_schema = require('./vault.schema-e53352cb.cjs.dev.cjs');
5
+ var identityApi_schema = require('./identity-api.schema-f4e2a905.cjs.dev.cjs');
6
6
 
7
7
  function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
8
8
 
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var z = require('zod');
4
- var vault_schema = require('./vault.schema-fe2283bc.cjs.prod.cjs');
5
- var identityApi_schema = require('./identity-api.schema-3f38c605.cjs.prod.cjs');
4
+ var vault_schema = require('./vault.schema-80bdf99d.cjs.prod.cjs');
5
+ var identityApi_schema = require('./identity-api.schema-2aa4ea1a.cjs.prod.cjs');
6
6
 
7
7
  function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
8
8
 
@@ -1,6 +1,6 @@
1
1
  import z$1, { z } from 'zod';
2
- import { b4 as Alpha2Country, aW as UuidString, fT as _toConsumableArray, fZ as ScoringAnalysisRequest, f_ as WorkflowsScoringAnalysisRequest, b2 as ISO3CountryCode, fV as _slicedToArray, cy as IdentityId, at as BlockchainAddress, ay as BlockchainNamespace, cu as WorkflowSessionId, dF as WorkspaceId, dE as OrganizationId, bo as CustomerStatus, fS as _defineProperty, e0 as ProofOfResidenceCredentialSubjectSchema, bp as BasicCustomerContactInformation, dv as VerificationMode } from './vault.schema-8537fdbd.esm.mjs';
3
- import { _ as SdkVerificationOutput, aU as QrCodeLinkWithSchemaType, c4 as CredentialType } from './identity-api.schema-52186ae1.esm.mjs';
2
+ import { b4 as Alpha2Country, aW as UuidString, fT as _toConsumableArray, fZ as ScoringAnalysisRequest, f_ as WorkflowsScoringAnalysisRequest, b2 as ISO3CountryCode, fV as _slicedToArray, cy as IdentityId, at as BlockchainAddress, ay as BlockchainNamespace, cu as WorkflowSessionId, dF as WorkspaceId, dE as OrganizationId, bo as CustomerStatus, fS as _defineProperty, e0 as ProofOfResidenceCredentialSubjectSchema, bp as BasicCustomerContactInformation, dv as VerificationMode } from './vault.schema-d0b1eee3.esm.mjs';
3
+ import { _ as SdkVerificationOutput, aU as QrCodeLinkWithSchemaType, c4 as CredentialType } from './identity-api.schema-83567d65.esm.mjs';
4
4
 
5
5
  var IpQualityAnalysisRequest = z.object({
6
6
  apiKey: z.string().nullish(),
@@ -1139,6 +1139,7 @@ export declare const GetTransactionsParams: z.ZodObject<{
1139
1139
  currentPage: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1140
1140
  limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1141
1141
  search: z.ZodOptional<z.ZodString>;
1142
+ ids: z.ZodOptional<z.ZodArray<z.ZodType<`tx_${string}`, z.ZodTypeDef, `tx_${string}`>, "many">>;
1142
1143
  }, "strip", z.ZodTypeAny, {
1143
1144
  workspaceId: string;
1144
1145
  currentPage: number;
@@ -1148,6 +1149,7 @@ export declare const GetTransactionsParams: z.ZodObject<{
1148
1149
  customerId?: string | undefined;
1149
1150
  organizationId?: string | undefined;
1150
1151
  riskLevel?: string | undefined;
1152
+ ids?: `tx_${string}`[] | undefined;
1151
1153
  direction?: string | undefined;
1152
1154
  fromDate?: Date | undefined;
1153
1155
  toDate?: Date | undefined;
@@ -1159,6 +1161,7 @@ export declare const GetTransactionsParams: z.ZodObject<{
1159
1161
  customerId?: string | undefined;
1160
1162
  organizationId?: string | undefined;
1161
1163
  riskLevel?: string | undefined;
1164
+ ids?: `tx_${string}`[] | undefined;
1162
1165
  direction?: string | undefined;
1163
1166
  fromDate?: Date | undefined;
1164
1167
  toDate?: Date | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"transaction.schema.d.ts","sourceRoot":"../../../src","sources":["transaction.schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"transaction.schema.d.ts","sourceRoot":"../../../src","sources":["transaction.schema.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var z = require('zod');
4
- var vault_schema = require('./vault.schema-fe2283bc.cjs.prod.cjs');
4
+ var vault_schema = require('./vault.schema-80bdf99d.cjs.prod.cjs');
5
5
 
6
6
  var CredentialSchemas = {
7
7
  ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { d_ as IDImageCredentialSubjectSchema, e0 as ProofOfResidenceCredentialSubjectSchema, d$ as SelfieImageCredentialSubjectSchema, dZ as IDInformationCredentialSubjectSchema, dY as IDInformationTfheCredentialSubjectSchema, dX as OLD_AMLScreeningsResultsCredentialSubjectSchema, dP as ID3CredentialSubjectSchema, dQ as IDScanCredentialSubjectSchema, dS as IDScanSelfieCredentialSubjectSchema, dR as IDScanPassportCredentialSubjectSchema, fS as _defineProperty, fE as VaultMetadataLinkZodSchema, d5 as QueryId, cJ as DatasetColumnId, d6 as QueryGroupId, aW as UuidString, at as BlockchainAddress, d4 as ScenarioId, dF as WorkspaceId, av as String0x, aQ as BlockchainSignature, ac as TxHash, dH as WorkflowId, h as EvmChainId, ab as EvmAddress, aG as EIP155Signature, T as TezosChainId, aj as TezosContractAddress, aS as TezosEntrypointName, ai as TezosImplicitAddress, aL as EdSignature, ay as BlockchainNamespace, e1 as GenericVerifiableCredentialSchema, aA as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, dJ as ExternalCustomerId, dD as AdditionalCustomerInformationParams, bo as CustomerStatus, aa as PublicKey } from './vault.schema-8537fdbd.esm.mjs';
2
+ import { d_ as IDImageCredentialSubjectSchema, e0 as ProofOfResidenceCredentialSubjectSchema, d$ as SelfieImageCredentialSubjectSchema, dZ as IDInformationCredentialSubjectSchema, dY as IDInformationTfheCredentialSubjectSchema, dX as OLD_AMLScreeningsResultsCredentialSubjectSchema, dP as ID3CredentialSubjectSchema, dQ as IDScanCredentialSubjectSchema, dS as IDScanSelfieCredentialSubjectSchema, dR as IDScanPassportCredentialSubjectSchema, fS as _defineProperty, fE as VaultMetadataLinkZodSchema, d5 as QueryId, cJ as DatasetColumnId, d6 as QueryGroupId, aW as UuidString, at as BlockchainAddress, d4 as ScenarioId, dF as WorkspaceId, av as String0x, aQ as BlockchainSignature, ac as TxHash, dH as WorkflowId, h as EvmChainId, ab as EvmAddress, aG as EIP155Signature, T as TezosChainId, aj as TezosContractAddress, aS as TezosEntrypointName, ai as TezosImplicitAddress, aL as EdSignature, ay as BlockchainNamespace, e1 as GenericVerifiableCredentialSchema, aA as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, dJ as ExternalCustomerId, dD as AdditionalCustomerInformationParams, bo as CustomerStatus, aa as PublicKey } from './vault.schema-d0b1eee3.esm.mjs';
3
3
 
4
4
  var CredentialSchemas = {
5
5
  ProofOfResidence: ProofOfResidenceCredentialSubjectSchema,
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var z = require('zod');
4
- var vault_schema = require('./vault.schema-c703659c.cjs.dev.cjs');
4
+ var vault_schema = require('./vault.schema-e53352cb.cjs.dev.cjs');
5
5
 
6
6
  var CredentialSchemas = {
7
7
  ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
@@ -2,14 +2,14 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('./vault.schema-c703659c.cjs.dev.cjs');
5
+ var vault_schema = require('./vault.schema-e53352cb.cjs.dev.cjs');
6
6
  var z = require('zod');
7
- var identityApi_schema = require('./identity-api.schema-dfdfbfda.cjs.dev.cjs');
8
- var tfheUtilities = require('./tfhe-utilities-ba3be3f9.cjs.dev.cjs');
9
- var zodUtils = require('./zod-utils-700e56ee.cjs.dev.cjs');
7
+ var identityApi_schema = require('./identity-api.schema-f4e2a905.cjs.dev.cjs');
8
+ var tfheUtilities = require('./tfhe-utilities-dd58051f.cjs.dev.cjs');
9
+ var zodUtils = require('./zod-utils-c64c62eb.cjs.dev.cjs');
10
10
  require('nanoid');
11
11
  require('decimal.js');
12
- require('./toArray-8744dfb8.cjs.dev.cjs');
12
+ require('./toArray-d7a7562f.cjs.dev.cjs');
13
13
 
14
14
  var decodeUint8Array = function decodeUint8Array(data) {
15
15
  var salt = data;
@@ -2,14 +2,14 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('./vault.schema-fe2283bc.cjs.prod.cjs');
5
+ var vault_schema = require('./vault.schema-80bdf99d.cjs.prod.cjs');
6
6
  var z = require('zod');
7
- var identityApi_schema = require('./identity-api.schema-3f38c605.cjs.prod.cjs');
8
- var tfheUtilities = require('./tfhe-utilities-d616d7cf.cjs.prod.cjs');
9
- var zodUtils = require('./zod-utils-6d8c1a16.cjs.prod.cjs');
7
+ var identityApi_schema = require('./identity-api.schema-2aa4ea1a.cjs.prod.cjs');
8
+ var tfheUtilities = require('./tfhe-utilities-fa5b1324.cjs.prod.cjs');
9
+ var zodUtils = require('./zod-utils-787704b8.cjs.prod.cjs');
10
10
  require('nanoid');
11
11
  require('decimal.js');
12
- require('./toArray-9a2742c6.cjs.prod.cjs');
12
+ require('./toArray-887f5b16.cjs.prod.cjs');
13
13
 
14
14
  var decodeUint8Array = function decodeUint8Array(data) {
15
15
  var salt = data;
@@ -1,12 +1,12 @@
1
- export { W as ACTIVE_APTOS_CHAIN_IDS, M as ACTIVE_BITCOIN_CHAIN_IDS, a6 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, a0 as ACTIVE_POLKADOT_CHAIN_IDS, G as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, b3 as ALPHA_2_COUNTRIES, V as APTOS_CHAIN_IDS, R as APTOS_CHAIN_NAMES, U as APTOS_CHAIN_NAMES_LIST, aT as AbiItem, di as AccountId_NEW, bM as AccountPrefix_NEW, cH as ActionId, cg as ActionPrefix, dD as AdditionalCustomerInformationParams, co as AiAgentPrefix, cn as AiDocumentPrefix, cl as AiExecutionPrefix, cm as AiExecutionStepPrefix, ct as AiMessagePrefix, cp as AiStepPrefix, b4 as Alpha2Country, fs as AmlResults, dk as ApiKeyId_NEW, bO as ApiKeyPrefix_NEW, cB as AppId, bA as AppPrefix, ae as AptosAddress, X as AptosChainId, aH as AptosSignature, eS as AuditAction, L as BITCOIN_CHAIN_IDS, J as BITCOIN_CHAIN_NAMES, K as BITCOIN_CHAIN_NAMES_LIST, ax as BLOCKCHAIN_NAMESPACES, aF as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aE as BLOCKCHAIN_NAMESPACE_TO_NAME, aD as BLOCKCHAIN_NAME_TO_NAMESPACE, bp as BasicCustomerContactInformation, as as BitcoinAddress, ao as BitcoinBech32Address, O as BitcoinChainId, am as BitcoinP2PKHAddress, an as BitcoinP2SHAddress, ar as BitcoinTestnetBech32Address, ap as BitcoinTestnetP2PKHAddress, aq as BitcoinTestnetP2SHAddress, at as BlockchainAddress, B as BlockchainId, ay as BlockchainNamespace, aQ as BlockchainSignature, a5 as CARDANO_CHAIN_IDS, a3 as CARDANO_CHAIN_NAMES, a4 as CARDANO_CHAIN_NAMES_LIST, k as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, bq as CUSTOMERS_CHARTS, bu as CUSTOMER_AUTOMATION_REASONS, bs as CUSTOMER_TABLE_COLUMNS, al as CardanoAddress, a7 as CardanoChainId, aP as CardanoSignature, cC as ChallengeId, bB as ChallengePrefix, dq as ChatId, dc as ChatItemId, cs as ChatItemPrefix, cq as ChatPrefix, d3 as ComplyAdvantageSearchUpdateId, ci as ComplyAdvantageSearchUpdatePrefix, ah as CosmosAddress, m as CosmosChainId, aK as CosmosSignature, b7 as CountryName, eW as CreateBulkTransactionFeesParams, fa as CreateInsitutionExtractedInfosOutput, e_ as CreateInsitutionOutput, f8 as CreateTransactionExtractedInfosOutput, eV as CreateTransactionFeesParams, eY as CreateTransactionInfosOutput, f9 as CreateTransactionMethodExtractedInfoOutput, eZ as CreateTransactionMethodOutput, f7 as CreateTransactionOutput, e$ as CreateTransactionPartiesOutput, f0 as CreateTransactionReviewOutput, b1 as CryptoCode, b0 as CryptoCodes, a$ as CurrencyCode, a_ as CurrencyCodes, dI as CustomerId, bm as CustomerOnboardingLevel, bl as CustomerOnboardingLevels, bv as CustomerPersonalInformation, cE as CustomerScreeningId, bo as CustomerStatus, bn as CustomerStatuses, bt as CustomerTableColumn, bg as CustomerType, bf as CustomerTypes, br as CustomersChartType, eO as DEFAULT_FIAT_CURRENCY, aB as DISPLAYED_BLOCKCHAIN_NAMESPACES, au as DashboardAddress, D as DashboardChainId, a as DashboardChainIdList, fx as DataLinkTypeZodSchema, fv as DataLinkVersionZodSchema, cJ as DatasetColumnId, cL as DatasetColumnOptionId, bU as DatasetColumnOptionPrefix, bS as DatasetColumnPrefix, cK as DatasetColumnTypeId, bT as DatasetColumnTypePrefix, cP as DatasetFolderId, bY as DatasetFolderPrefix, cI as DatasetId, bR as DatasetPrefix, cM as DatasetRowId, bV as DatasetRowPrefix, cN as DatasetRowValueId, bW as DatasetRowValuePrefix, cO as DatasetViewId, bX as DatasetViewPrefix, ft as DetectedDuplicates, aC as DisplayedBlockchainNamespace, aG as EIP155Signature, aU as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aL as EdSignature, cz as EmailId, by as EmailPrefix, aV as EnvironmentSchema, d7 as EvaluationMethodId, cf as EvaluationMethodPrefix, ab as EvmAddress, h as EvmChainId, dJ as ExternalCustomerId, ds as FLOW_TYPES, dt as FlowType, aR as FunctionCallData, fI as GenericVaultDataLinkZodSchema, fH as GenericVaultEmbeddedLinkZodSchema, fF as GenericVaultPointerLinkZodSchema, fG as GenericVaultSearchLinkZodSchema, e1 as GenericVerifiableCredentialSchema, fk as GetAverageHistoricalAmountOutput, fj as GetAverageHistoricalAmountParams, fm as GetMedianHistoricalAmountOutput, fl as GetMedianHistoricalAmountParams, ff as GetOneTransactionOutput, eT as GetTransactionAuditsParams, eX as GetTransactionFeesOutput, fn as GetTransactionHistoricalAveragesParams, f6 as GetTransactionParams, fp as GetTransactionReviewOutput, fo as GetTransactionReviewParams, fr as GetTransactionReviewsOutput, fq as GetTransactionReviewsParams, fc as GetTransactionStatsOutput, fb as GetTransactionStatsParams, f5 as GetTransactionsForAlertOutput, f4 as GetTransactionsForAlertParams, fh as GetTransactionsOutput, fg as GetTransactionsOutputData, fe as GetTransactionsParams, aw as HexadecimalSchema, ez as HumanReadableTransactionReviewStatus, ey as HumanReadableTransactionReviewStatuses, eB as HumanReadableTransactionStatusMapping, e7 as ID3CredentialSchema, dP as ID3CredentialSubjectSchema, dw as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dy as IDENTITY_DOCUMENT_OPTIONS, e4 as IDImageCredentialSchema, d_ as IDImageCredentialSubjectSchema, e3 as IDInformationCredentialSchema, dZ as IDInformationCredentialSubjectSchema, e2 as IDInformationTfheCredentialSchema, dY as IDInformationTfheCredentialSubjectSchema, e8 as IDScanCredentialSchema, dQ as IDScanCredentialSubjectSchema, e9 as IDScanPassportCredentialSchema, dR as IDScanPassportCredentialSubjectSchema, ea as IDScanSelfieCredentialSchema, dS as IDScanSelfieCredentialSubjectSchema, b2 as ISO3CountryCode, dC as Identifier, dL as IdentityAppV2Web2JWT, dK as IdentityAppV2Web3JWT, dx as IdentityDocumentCountryListOption, dz as IdentityDocumentOptionsType, cy as IdentityId, bx as IdentityPrefix, dM as IdentityWidgetAccessToken_NEW, dN as IdentityWidgetSessionToken, bD as IndividualScreeningPrefix, d1 as InstitutionExtractedInfosId, ca as InstitutionExtractedInfosPrefix, d0 as InstitutionId, c9 as InstitutionPrefix, dl as InvitationId_NEW, bP as InvitationPrefix_NEW, aZ as IpAddress, bk as KybOnboardingLevel, bj as KybOnboardingLevels, bi as KycOnboardingLevel, bh as KycOnboardingLevels, dG as MemberId, dp as MemberIdLegacy, df as MemberId_NEW, bJ as MemberPrefix_NEW, dr as MessageId, cr as MessagePrefix, cQ as MetaAlertId, bZ as MetaAlertPrefix, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, Q as NEXERA_APTOS_CHAINS, I as NEXERA_BITCOIN_CHAINS, a2 as NEXERA_CARDANO_CHAINS, i as NEXERA_COSMOS_CHAINS, b as NEXERA_EVM_CHAINS, e as NEXERA_EVM_CHAINS_ID, c as NEXERA_EVM_CHAIN_NAMES, d as NEXERA_EVM_CHAIN_NAMES_LIST, Y as NEXERA_POLKADOT_CHAINS, x as NEXERA_SOLANA_CHAINS, t as NEXERA_STARKNET_CHAINS, v as NEXERA_STARKNET_CHAIN_IDS, u as NEXERA_STARKNET_CHAIN_NAMES, n as NEXERA_TEZOS_CHAINS, q as NEXERA_TEZOS_CHAIN_IDS, o as NEXERA_TEZOS_CHAIN_NAMES, p as NEXERA_TEZOS_CHAIN_NAMES_LIST, f as NexeraEvmChains, N as NonTestnetBlockchainId, ef as OLD_AMLScreeningsResultsCredentialSchema, dX as OLD_AMLScreeningsResultsCredentialSubjectSchema, eb as OLD_IDImageCredentialSchema, dT as OLD_IDImageCredentialSubjectSchema, ec as OLD_IDInformationCredentialSchema, dU as OLD_IDInformationCredentialSubjectSchema, ed as OLD_ProofOfResidenceCredentialSchema, dV as OLD_ProofOfResidenceCredentialSubjectSchema, ee as OLD_SelfieImageCredentialSchema, dW as OLD_SelfieImageCredentialSubjectSchema, dE as OrganizationId, de as OrganizationId_NEW, bI as OrganizationPrefix_NEW, aX as OtpCode, aN as P2Signature, dA as PERSONAL_INFORMATION_FIELDS, $ as POLKADOT_CHAIN_IDS, Z as POLKADOT_CHAIN_NAMES, _ as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aY as PUBLIC_SERVICES_SCHEMA_MAP, dm as PasskeyId_NEW, bQ as PasskeyPrefix_NEW, eJ as PaymentType, eI as PaymentTypes, dB as PersonalInformationFieldsIdentityDocuments, ag as PolkadotAddress, a1 as PolkadotChainId, aJ as PolkadotSignature, s as PolygonNetworkNames, eU as PostValidatedCurrencyCode, a9 as PrivateKey, e6 as ProofOfResidenceCredentialSchema, e0 as ProofOfResidenceCredentialSubjectSchema, aa as PublicKey, d6 as QueryGroupId, ce as QueryGroupPrefix, d5 as QueryId, cd as QueryPrefix, be as RiskScoreType, bd as RiskScoreTypes, F as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, az as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, d4 as ScenarioId, cc as ScenarioPrefix, d8 as ScorechainAnalysisId, bG as ScorechainAnalysisPrefix, bb as ScorechainCountry, fJ as ScorechainEntityRecord, e5 as SelfieImageCredentialSchema, d$ as SelfieImageCredentialSubjectSchema, dh as SessionId_NEW, bL as SessionPrefix_NEW, cF as SigGatingId, bE as SigGatingPrefix, H as SolanaChainId, aM as SpSignature, db as SsssChunkId, ck as SsssChunkPrefix, da as SsssShareId, cj as SsssSharePrefix, af as StarknetAddress, S as StarknetChainId, aI as StarknetSignature, cx as StorageId, bw as StoragePrefix, av as String0x, aA as SupportedBlockchainNamespaceForSignatureAuth, eP as TRANSACTIONS_STATS_CURRENCIES, em as TRANSACTION_CHARTS, eo as TRANSACTION_TABLE_COLUMNS, ei as Tag, cG as TagId, bF as TagPrefix, ej as TagTitle, cR as TagsToEntityId, b_ as TagsToEntityPrefix, cD as TestId, bC as TestPrefix, ak as TezosAddress, T as TezosChainId, aj as TezosContractAddress, aS as TezosEntrypointName, ai as TezosImplicitAddress, aO as TezosSignature, cU as TransactionActivityId, c1 as TransactionActivityPrefix, cS as TransactionAddressesId, b$ as TransactionAddressesPrefix, d2 as TransactionAmountId, cb as TransactionAmountPrefix, eN as TransactionAmountsFieldName, eM as TransactionAmountsFieldNames, fi as TransactionAmountsToConvert, eF as TransactionCurrencyCode, eE as TransactionCurrencyCodes, eR as TransactionDataEventObject, eD as TransactionDirection, eC as TransactionDirections, cZ as TransactionExtractedInfosId, c6 as TransactionExtractedInfosPrefix, cV as TransactionFeesId, c2 as TransactionFeesPrefix, cT as TransactionId, cY as TransactionInfosId, c5 as TransactionInfosPrefix, c$ as TransactionMethodExtractedInfosId, c8 as TransactionMethodExtractedInfosPrefix, c_ as TransactionMethodsId, c7 as TransactionMethodsPrefix, cX as TransactionPartiesId, c4 as TransactionPartiesPrefix, eL as TransactionPartiesType, eK as TransactionPartiesTypes, c0 as TransactionPrefix, eH as TransactionProvider, eG as TransactionProviders, cW as TransactionReviewId, c3 as TransactionReviewPrefix, ex as TransactionReviewStatus, ew as TransactionReviewStatuses, ev as TransactionRiskLevel, eu as TransactionRiskLevels, fP as TransactionScreeningData, fR as TransactionScreeningProvider, fQ as TransactionScreeningProviders, eQ as TransactionStatsCurrency, eA as TransactionStatusMapping, ep as TransactionTableColumn, er as TransactionType, et as TransactionTypeWithAll, eq as TransactionTypes, es as TransactionTypesWithAll, en as TransactionsChartType, ac as TxHash, eh as TypeTag, eg as TypeTags, f3 as UpdateTransactionReviewOutput, f1 as UpdateTransactionReviewParams, f2 as UpdateTransactionsReviewParams, dd as UserId_NEW, bH as UserPrefix_NEW, aW as UuidString, fy as VaultJsonSchemas, fE as VaultMetadataLinkZodSchema, fC as VaultPointerKeyMapZodSchema, fD as VaultQueryMapZodSchema, fA as VaultSchemaIdZodSchema, fB as VaultSchemaPathsZodSchema, fz as VaultZodSchema, dj as VerificationId_NEW, dv as VerificationMode, du as VerificationModes, bN as VerificationPrefix_NEW, el as WORKFLOW_TYPE_TO_TAG_TYPE, cA as WalletId, bz as WalletPrefix, fK as WalletScreeningData, fM as WalletScreeningProvider, fL as WalletScreeningProviders, dO as Web2CreateSessionParams, fN as Web3ArgsType, fO as Web3TransactionData, dH as WorkflowId, d9 as WorkflowSessionAttributeId, ch as WorkflowSessionAttributePrefix, cu as WorkflowSessionId, dF as WorkspaceId, dg as WorkspaceId_NEW, bK as WorkspacePrefix_NEW, fw as allDataLinkTypes, fu as allDataLinkVersions, b6 as countryISO2toISO3Mapping, b5 as countryISO3toISO2Mapping, cv as createBrandedSchemaId, cw as createBrandedSchemaIdWithParams, dn as generateId, ek as getTagTypeFromEntityType, fd as initializeStatistics, a8 as isValidAddress, b8 as isoCountriesNameFromISO2, b9 as isoCountriesNameFromISO3, ba as parseISO3CountryCode, bc as scorechainCountriesNameFromISO2, ad as shortBlockchainAddress } from './vault.schema-8537fdbd.esm.mjs';
1
+ export { W as ACTIVE_APTOS_CHAIN_IDS, M as ACTIVE_BITCOIN_CHAIN_IDS, a6 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, a0 as ACTIVE_POLKADOT_CHAIN_IDS, G as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, b3 as ALPHA_2_COUNTRIES, V as APTOS_CHAIN_IDS, R as APTOS_CHAIN_NAMES, U as APTOS_CHAIN_NAMES_LIST, aT as AbiItem, di as AccountId_NEW, bM as AccountPrefix_NEW, cH as ActionId, cg as ActionPrefix, dD as AdditionalCustomerInformationParams, co as AiAgentPrefix, cn as AiDocumentPrefix, cl as AiExecutionPrefix, cm as AiExecutionStepPrefix, ct as AiMessagePrefix, cp as AiStepPrefix, b4 as Alpha2Country, fs as AmlResults, dk as ApiKeyId_NEW, bO as ApiKeyPrefix_NEW, cB as AppId, bA as AppPrefix, ae as AptosAddress, X as AptosChainId, aH as AptosSignature, eS as AuditAction, L as BITCOIN_CHAIN_IDS, J as BITCOIN_CHAIN_NAMES, K as BITCOIN_CHAIN_NAMES_LIST, ax as BLOCKCHAIN_NAMESPACES, aF as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aE as BLOCKCHAIN_NAMESPACE_TO_NAME, aD as BLOCKCHAIN_NAME_TO_NAMESPACE, bp as BasicCustomerContactInformation, as as BitcoinAddress, ao as BitcoinBech32Address, O as BitcoinChainId, am as BitcoinP2PKHAddress, an as BitcoinP2SHAddress, ar as BitcoinTestnetBech32Address, ap as BitcoinTestnetP2PKHAddress, aq as BitcoinTestnetP2SHAddress, at as BlockchainAddress, B as BlockchainId, ay as BlockchainNamespace, aQ as BlockchainSignature, a5 as CARDANO_CHAIN_IDS, a3 as CARDANO_CHAIN_NAMES, a4 as CARDANO_CHAIN_NAMES_LIST, k as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, bq as CUSTOMERS_CHARTS, bu as CUSTOMER_AUTOMATION_REASONS, bs as CUSTOMER_TABLE_COLUMNS, al as CardanoAddress, a7 as CardanoChainId, aP as CardanoSignature, cC as ChallengeId, bB as ChallengePrefix, dq as ChatId, dc as ChatItemId, cs as ChatItemPrefix, cq as ChatPrefix, d3 as ComplyAdvantageSearchUpdateId, ci as ComplyAdvantageSearchUpdatePrefix, ah as CosmosAddress, m as CosmosChainId, aK as CosmosSignature, b7 as CountryName, eW as CreateBulkTransactionFeesParams, fa as CreateInsitutionExtractedInfosOutput, e_ as CreateInsitutionOutput, f8 as CreateTransactionExtractedInfosOutput, eV as CreateTransactionFeesParams, eY as CreateTransactionInfosOutput, f9 as CreateTransactionMethodExtractedInfoOutput, eZ as CreateTransactionMethodOutput, f7 as CreateTransactionOutput, e$ as CreateTransactionPartiesOutput, f0 as CreateTransactionReviewOutput, b1 as CryptoCode, b0 as CryptoCodes, a$ as CurrencyCode, a_ as CurrencyCodes, dI as CustomerId, bm as CustomerOnboardingLevel, bl as CustomerOnboardingLevels, bv as CustomerPersonalInformation, cE as CustomerScreeningId, bo as CustomerStatus, bn as CustomerStatuses, bt as CustomerTableColumn, bg as CustomerType, bf as CustomerTypes, br as CustomersChartType, eO as DEFAULT_FIAT_CURRENCY, aB as DISPLAYED_BLOCKCHAIN_NAMESPACES, au as DashboardAddress, D as DashboardChainId, a as DashboardChainIdList, fx as DataLinkTypeZodSchema, fv as DataLinkVersionZodSchema, cJ as DatasetColumnId, cL as DatasetColumnOptionId, bU as DatasetColumnOptionPrefix, bS as DatasetColumnPrefix, cK as DatasetColumnTypeId, bT as DatasetColumnTypePrefix, cP as DatasetFolderId, bY as DatasetFolderPrefix, cI as DatasetId, bR as DatasetPrefix, cM as DatasetRowId, bV as DatasetRowPrefix, cN as DatasetRowValueId, bW as DatasetRowValuePrefix, cO as DatasetViewId, bX as DatasetViewPrefix, ft as DetectedDuplicates, aC as DisplayedBlockchainNamespace, aG as EIP155Signature, aU as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aL as EdSignature, cz as EmailId, by as EmailPrefix, aV as EnvironmentSchema, d7 as EvaluationMethodId, cf as EvaluationMethodPrefix, ab as EvmAddress, h as EvmChainId, dJ as ExternalCustomerId, ds as FLOW_TYPES, dt as FlowType, aR as FunctionCallData, fI as GenericVaultDataLinkZodSchema, fH as GenericVaultEmbeddedLinkZodSchema, fF as GenericVaultPointerLinkZodSchema, fG as GenericVaultSearchLinkZodSchema, e1 as GenericVerifiableCredentialSchema, fk as GetAverageHistoricalAmountOutput, fj as GetAverageHistoricalAmountParams, fm as GetMedianHistoricalAmountOutput, fl as GetMedianHistoricalAmountParams, ff as GetOneTransactionOutput, eT as GetTransactionAuditsParams, eX as GetTransactionFeesOutput, fn as GetTransactionHistoricalAveragesParams, f6 as GetTransactionParams, fp as GetTransactionReviewOutput, fo as GetTransactionReviewParams, fr as GetTransactionReviewsOutput, fq as GetTransactionReviewsParams, fc as GetTransactionStatsOutput, fb as GetTransactionStatsParams, f5 as GetTransactionsForAlertOutput, f4 as GetTransactionsForAlertParams, fh as GetTransactionsOutput, fg as GetTransactionsOutputData, fe as GetTransactionsParams, aw as HexadecimalSchema, ez as HumanReadableTransactionReviewStatus, ey as HumanReadableTransactionReviewStatuses, eB as HumanReadableTransactionStatusMapping, e7 as ID3CredentialSchema, dP as ID3CredentialSubjectSchema, dw as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dy as IDENTITY_DOCUMENT_OPTIONS, e4 as IDImageCredentialSchema, d_ as IDImageCredentialSubjectSchema, e3 as IDInformationCredentialSchema, dZ as IDInformationCredentialSubjectSchema, e2 as IDInformationTfheCredentialSchema, dY as IDInformationTfheCredentialSubjectSchema, e8 as IDScanCredentialSchema, dQ as IDScanCredentialSubjectSchema, e9 as IDScanPassportCredentialSchema, dR as IDScanPassportCredentialSubjectSchema, ea as IDScanSelfieCredentialSchema, dS as IDScanSelfieCredentialSubjectSchema, b2 as ISO3CountryCode, dC as Identifier, dL as IdentityAppV2Web2JWT, dK as IdentityAppV2Web3JWT, dx as IdentityDocumentCountryListOption, dz as IdentityDocumentOptionsType, cy as IdentityId, bx as IdentityPrefix, dM as IdentityWidgetAccessToken_NEW, dN as IdentityWidgetSessionToken, bD as IndividualScreeningPrefix, d1 as InstitutionExtractedInfosId, ca as InstitutionExtractedInfosPrefix, d0 as InstitutionId, c9 as InstitutionPrefix, dl as InvitationId_NEW, bP as InvitationPrefix_NEW, aZ as IpAddress, bk as KybOnboardingLevel, bj as KybOnboardingLevels, bi as KycOnboardingLevel, bh as KycOnboardingLevels, dG as MemberId, dp as MemberIdLegacy, df as MemberId_NEW, bJ as MemberPrefix_NEW, dr as MessageId, cr as MessagePrefix, cQ as MetaAlertId, bZ as MetaAlertPrefix, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, Q as NEXERA_APTOS_CHAINS, I as NEXERA_BITCOIN_CHAINS, a2 as NEXERA_CARDANO_CHAINS, i as NEXERA_COSMOS_CHAINS, b as NEXERA_EVM_CHAINS, e as NEXERA_EVM_CHAINS_ID, c as NEXERA_EVM_CHAIN_NAMES, d as NEXERA_EVM_CHAIN_NAMES_LIST, Y as NEXERA_POLKADOT_CHAINS, x as NEXERA_SOLANA_CHAINS, t as NEXERA_STARKNET_CHAINS, v as NEXERA_STARKNET_CHAIN_IDS, u as NEXERA_STARKNET_CHAIN_NAMES, n as NEXERA_TEZOS_CHAINS, q as NEXERA_TEZOS_CHAIN_IDS, o as NEXERA_TEZOS_CHAIN_NAMES, p as NEXERA_TEZOS_CHAIN_NAMES_LIST, f as NexeraEvmChains, N as NonTestnetBlockchainId, ef as OLD_AMLScreeningsResultsCredentialSchema, dX as OLD_AMLScreeningsResultsCredentialSubjectSchema, eb as OLD_IDImageCredentialSchema, dT as OLD_IDImageCredentialSubjectSchema, ec as OLD_IDInformationCredentialSchema, dU as OLD_IDInformationCredentialSubjectSchema, ed as OLD_ProofOfResidenceCredentialSchema, dV as OLD_ProofOfResidenceCredentialSubjectSchema, ee as OLD_SelfieImageCredentialSchema, dW as OLD_SelfieImageCredentialSubjectSchema, dE as OrganizationId, de as OrganizationId_NEW, bI as OrganizationPrefix_NEW, aX as OtpCode, aN as P2Signature, dA as PERSONAL_INFORMATION_FIELDS, $ as POLKADOT_CHAIN_IDS, Z as POLKADOT_CHAIN_NAMES, _ as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aY as PUBLIC_SERVICES_SCHEMA_MAP, dm as PasskeyId_NEW, bQ as PasskeyPrefix_NEW, eJ as PaymentType, eI as PaymentTypes, dB as PersonalInformationFieldsIdentityDocuments, ag as PolkadotAddress, a1 as PolkadotChainId, aJ as PolkadotSignature, s as PolygonNetworkNames, eU as PostValidatedCurrencyCode, a9 as PrivateKey, e6 as ProofOfResidenceCredentialSchema, e0 as ProofOfResidenceCredentialSubjectSchema, aa as PublicKey, d6 as QueryGroupId, ce as QueryGroupPrefix, d5 as QueryId, cd as QueryPrefix, be as RiskScoreType, bd as RiskScoreTypes, F as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, az as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, d4 as ScenarioId, cc as ScenarioPrefix, d8 as ScorechainAnalysisId, bG as ScorechainAnalysisPrefix, bb as ScorechainCountry, fJ as ScorechainEntityRecord, e5 as SelfieImageCredentialSchema, d$ as SelfieImageCredentialSubjectSchema, dh as SessionId_NEW, bL as SessionPrefix_NEW, cF as SigGatingId, bE as SigGatingPrefix, H as SolanaChainId, aM as SpSignature, db as SsssChunkId, ck as SsssChunkPrefix, da as SsssShareId, cj as SsssSharePrefix, af as StarknetAddress, S as StarknetChainId, aI as StarknetSignature, cx as StorageId, bw as StoragePrefix, av as String0x, aA as SupportedBlockchainNamespaceForSignatureAuth, eP as TRANSACTIONS_STATS_CURRENCIES, em as TRANSACTION_CHARTS, eo as TRANSACTION_TABLE_COLUMNS, ei as Tag, cG as TagId, bF as TagPrefix, ej as TagTitle, cR as TagsToEntityId, b_ as TagsToEntityPrefix, cD as TestId, bC as TestPrefix, ak as TezosAddress, T as TezosChainId, aj as TezosContractAddress, aS as TezosEntrypointName, ai as TezosImplicitAddress, aO as TezosSignature, cU as TransactionActivityId, c1 as TransactionActivityPrefix, cS as TransactionAddressesId, b$ as TransactionAddressesPrefix, d2 as TransactionAmountId, cb as TransactionAmountPrefix, eN as TransactionAmountsFieldName, eM as TransactionAmountsFieldNames, fi as TransactionAmountsToConvert, eF as TransactionCurrencyCode, eE as TransactionCurrencyCodes, eR as TransactionDataEventObject, eD as TransactionDirection, eC as TransactionDirections, cZ as TransactionExtractedInfosId, c6 as TransactionExtractedInfosPrefix, cV as TransactionFeesId, c2 as TransactionFeesPrefix, cT as TransactionId, cY as TransactionInfosId, c5 as TransactionInfosPrefix, c$ as TransactionMethodExtractedInfosId, c8 as TransactionMethodExtractedInfosPrefix, c_ as TransactionMethodsId, c7 as TransactionMethodsPrefix, cX as TransactionPartiesId, c4 as TransactionPartiesPrefix, eL as TransactionPartiesType, eK as TransactionPartiesTypes, c0 as TransactionPrefix, eH as TransactionProvider, eG as TransactionProviders, cW as TransactionReviewId, c3 as TransactionReviewPrefix, ex as TransactionReviewStatus, ew as TransactionReviewStatuses, ev as TransactionRiskLevel, eu as TransactionRiskLevels, fP as TransactionScreeningData, fR as TransactionScreeningProvider, fQ as TransactionScreeningProviders, eQ as TransactionStatsCurrency, eA as TransactionStatusMapping, ep as TransactionTableColumn, er as TransactionType, et as TransactionTypeWithAll, eq as TransactionTypes, es as TransactionTypesWithAll, en as TransactionsChartType, ac as TxHash, eh as TypeTag, eg as TypeTags, f3 as UpdateTransactionReviewOutput, f1 as UpdateTransactionReviewParams, f2 as UpdateTransactionsReviewParams, dd as UserId_NEW, bH as UserPrefix_NEW, aW as UuidString, fy as VaultJsonSchemas, fE as VaultMetadataLinkZodSchema, fC as VaultPointerKeyMapZodSchema, fD as VaultQueryMapZodSchema, fA as VaultSchemaIdZodSchema, fB as VaultSchemaPathsZodSchema, fz as VaultZodSchema, dj as VerificationId_NEW, dv as VerificationMode, du as VerificationModes, bN as VerificationPrefix_NEW, el as WORKFLOW_TYPE_TO_TAG_TYPE, cA as WalletId, bz as WalletPrefix, fK as WalletScreeningData, fM as WalletScreeningProvider, fL as WalletScreeningProviders, dO as Web2CreateSessionParams, fN as Web3ArgsType, fO as Web3TransactionData, dH as WorkflowId, d9 as WorkflowSessionAttributeId, ch as WorkflowSessionAttributePrefix, cu as WorkflowSessionId, dF as WorkspaceId, dg as WorkspaceId_NEW, bK as WorkspacePrefix_NEW, fw as allDataLinkTypes, fu as allDataLinkVersions, b6 as countryISO2toISO3Mapping, b5 as countryISO3toISO2Mapping, cv as createBrandedSchemaId, cw as createBrandedSchemaIdWithParams, dn as generateId, ek as getTagTypeFromEntityType, fd as initializeStatistics, a8 as isValidAddress, b8 as isoCountriesNameFromISO2, b9 as isoCountriesNameFromISO3, ba as parseISO3CountryCode, bc as scorechainCountriesNameFromISO2, ad as shortBlockchainAddress } from './vault.schema-d0b1eee3.esm.mjs';
2
2
  import { z } from 'zod';
3
- import { C as CredentialTypes } from './identity-api.schema-52186ae1.esm.mjs';
4
- export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues, bX as AllScenarioExecutionAuthorizationData, bP as AnyTxAuthDataSignatureResponse, bS as AnyTxAuthInputJsSdk, bI as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bW as CreateAuthRequestProps, a6 as CreateTemplateScenario, c6 as CredentialMediaType, c1 as CredentialNames, aS as CredentialQrCodeData, c0 as CredentialSchemas, c4 as CredentialType, C as CredentialTypes, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bQ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bO as ExtendedTezosTxAuthDataSignatureResponse, bM as ExtendedTezosTxAuthInput, bN as ExtendedTxAuthDataSignatureResponse, bL as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bK as GetTezosTxAuthDataSignatureResponse, bF as GetTxAuthDataSignatureFailureResponse, bG as GetTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, c2 as NexeraCredentialType, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bV as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bY as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, S as ScenarioAuthorizationData, bZ as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bH as TezosTxAuthInput, bR as TezosTxAuthInputJsSdk, bJ as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, c5 as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, b$ as VerifyWalletChallengeRequest, as as WalletSignResponse, b_ as WalletSignatureResponse, a$ as ZKPOperator, bT as ZKPRequest, bU as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, c3 as getCredentialName, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from './identity-api.schema-52186ae1.esm.mjs';
5
- export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-c61d71a3.esm.mjs';
6
- export { S as Separator, g as generateZodObjectPaths, r as resolvePathOnDataSchema, a as resolvePathOnMapSchema } from './zod-utils-9722bd69.esm.mjs';
3
+ import { C as CredentialTypes } from './identity-api.schema-83567d65.esm.mjs';
4
+ export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues, bX as AllScenarioExecutionAuthorizationData, bP as AnyTxAuthDataSignatureResponse, bS as AnyTxAuthInputJsSdk, bI as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bW as CreateAuthRequestProps, a6 as CreateTemplateScenario, c6 as CredentialMediaType, c1 as CredentialNames, aS as CredentialQrCodeData, c0 as CredentialSchemas, c4 as CredentialType, C as CredentialTypes, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bQ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bO as ExtendedTezosTxAuthDataSignatureResponse, bM as ExtendedTezosTxAuthInput, bN as ExtendedTxAuthDataSignatureResponse, bL as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bK as GetTezosTxAuthDataSignatureResponse, bF as GetTxAuthDataSignatureFailureResponse, bG as GetTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, c2 as NexeraCredentialType, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bV as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bY as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, S as ScenarioAuthorizationData, bZ as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bH as TezosTxAuthInput, bR as TezosTxAuthInputJsSdk, bJ as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, c5 as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, b$ as VerifyWalletChallengeRequest, as as WalletSignResponse, b_ as WalletSignatureResponse, a$ as ZKPOperator, bT as ZKPRequest, bU as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, c3 as getCredentialName, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from './identity-api.schema-83567d65.esm.mjs';
5
+ export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-30abb494.esm.mjs';
6
+ export { S as Separator, g as generateZodObjectPaths, r as resolvePathOnDataSchema, a as resolvePathOnMapSchema } from './zod-utils-dc40823a.esm.mjs';
7
7
  import 'nanoid';
8
8
  import 'decimal.js';
9
- import './toArray-9de5037e.esm.mjs';
9
+ import './toArray-211215eb.esm.mjs';
10
10
 
11
11
  var decodeUint8Array = function decodeUint8Array(data) {
12
12
  var salt = data;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.171.0",
3
+ "version": "2.173.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -90,15 +90,15 @@
90
90
  "@nexeraid/logger": "workspace:*",
91
91
  "decimal.js": "^10.5.0",
92
92
  "nanoid": "3.3.4",
93
- "remeda": "^2.23.0",
94
- "zod": "^3.25.64",
93
+ "remeda": "^2.22.6",
94
+ "zod": "^3.25.55",
95
95
  "zod-to-json-schema": "^3.24.5"
96
96
  },
97
97
  "devDependencies": {
98
- "@types/bun": "^1.2.16",
98
+ "@types/bun": "^1.2.15",
99
99
  "@types/json-schema": "^7.0.15",
100
100
  "@unblokttechnology/eslint-config": "workspace:*",
101
- "bun": "^1.2.16",
101
+ "bun": "^1.2.15",
102
102
  "eslint": "^8.57.1",
103
103
  "json-schema-to-zod": "^2.6.1",
104
104
  "ts-json-as-const": "^1.0.7",
@@ -1,5 +1,5 @@
1
- import { fT as _toConsumableArray } from './vault.schema-8537fdbd.esm.mjs';
2
- import { bc as SupportedType, b5 as NUMERIC_OPERATORS, b1 as ARRAY_OPERATORS, b7 as BOOLEAN_OPERATORS, b3 as STRING_OPERATORS } from './identity-api.schema-52186ae1.esm.mjs';
1
+ import { fT as _toConsumableArray } from './vault.schema-d0b1eee3.esm.mjs';
2
+ import { bc as SupportedType, b5 as NUMERIC_OPERATORS, b1 as ARRAY_OPERATORS, b7 as BOOLEAN_OPERATORS, b3 as STRING_OPERATORS } from './identity-api.schema-83567d65.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-c703659c.cjs.dev.cjs');
4
- var identityApi_schema = require('./identity-api.schema-dfdfbfda.cjs.dev.cjs');
3
+ var vault_schema = require('./vault.schema-e53352cb.cjs.dev.cjs');
4
+ var identityApi_schema = require('./identity-api.schema-f4e2a905.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-fe2283bc.cjs.prod.cjs');
4
- var identityApi_schema = require('./identity-api.schema-3f38c605.cjs.prod.cjs');
3
+ var vault_schema = require('./vault.schema-80bdf99d.cjs.prod.cjs');
4
+ var identityApi_schema = require('./identity-api.schema-2aa4ea1a.cjs.prod.cjs');
5
5
 
6
6
  var VC_JSON_SCHEMA_MAP = {
7
7
  ProofOfResidence: {
@@ -1,4 +1,4 @@
1
- import { fW as _arrayWithHoles, fX as _iterableToArray, fU as _unsupportedIterableToArray, fY as _nonIterableRest } from './vault.schema-8537fdbd.esm.mjs';
1
+ import { fW as _arrayWithHoles, fX as _iterableToArray, fU as _unsupportedIterableToArray, fY as _nonIterableRest } from './vault.schema-d0b1eee3.esm.mjs';
2
2
 
3
3
  function _toArray(r) {
4
4
  return _arrayWithHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableRest();
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var vault_schema = require('./vault.schema-fe2283bc.cjs.prod.cjs');
3
+ var vault_schema = require('./vault.schema-80bdf99d.cjs.prod.cjs');
4
4
 
5
5
  function _toArray(r) {
6
6
  return vault_schema._arrayWithHoles(r) || vault_schema._iterableToArray(r) || vault_schema._unsupportedIterableToArray(r) || vault_schema._nonIterableRest();
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var vault_schema = require('./vault.schema-c703659c.cjs.dev.cjs');
3
+ var vault_schema = require('./vault.schema-e53352cb.cjs.dev.cjs');
4
4
 
5
5
  function _toArray(r) {
6
6
  return vault_schema._arrayWithHoles(r) || vault_schema._iterableToArray(r) || vault_schema._unsupportedIterableToArray(r) || vault_schema._nonIterableRest();
@@ -11952,7 +11952,8 @@ var GetTransactionsParams = z.z.object({
11952
11952
  customerId: z.z.string().optional(),
11953
11953
  currentPage: z.z.number().optional()["default"](0),
11954
11954
  limit: z.z.number().optional()["default"](10),
11955
- search: z.z.string().optional()
11955
+ search: z.z.string().optional(),
11956
+ ids: z.z.array(TransactionId).optional()
11956
11957
  });
11957
11958
  var DirectionType = z.z["enum"](["Inbound", "Outbound", "Exchange"]);
11958
11959
  var OneTransactionParty = z.z.object({
@@ -11946,7 +11946,8 @@ var GetTransactionsParams = z.object({
11946
11946
  customerId: z.string().optional(),
11947
11947
  currentPage: z.number().optional()["default"](0),
11948
11948
  limit: z.number().optional()["default"](10),
11949
- search: z.string().optional()
11949
+ search: z.string().optional(),
11950
+ ids: z.array(TransactionId).optional()
11950
11951
  });
11951
11952
  var DirectionType = z["enum"](["Inbound", "Outbound", "Exchange"]);
11952
11953
  var OneTransactionParty = z.object({
@@ -11952,7 +11952,8 @@ var GetTransactionsParams = z.z.object({
11952
11952
  customerId: z.z.string().optional(),
11953
11953
  currentPage: z.z.number().optional()["default"](0),
11954
11954
  limit: z.z.number().optional()["default"](10),
11955
- search: z.z.string().optional()
11955
+ search: z.z.string().optional(),
11956
+ ids: z.z.array(TransactionId).optional()
11956
11957
  });
11957
11958
  var DirectionType = z.z["enum"](["Inbound", "Outbound", "Exchange"]);
11958
11959
  var OneTransactionParty = z.z.object({
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var toArray = require('./toArray-9a2742c6.cjs.prod.cjs');
4
- var vault_schema = require('./vault.schema-fe2283bc.cjs.prod.cjs');
3
+ var toArray = require('./toArray-887f5b16.cjs.prod.cjs');
4
+ var vault_schema = require('./vault.schema-80bdf99d.cjs.prod.cjs');
5
5
  var z = require('zod');
6
6
 
7
7
  // tools to work with object paths in TypeScript
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var toArray = require('./toArray-8744dfb8.cjs.dev.cjs');
4
- var vault_schema = require('./vault.schema-c703659c.cjs.dev.cjs');
3
+ var toArray = require('./toArray-d7a7562f.cjs.dev.cjs');
4
+ var vault_schema = require('./vault.schema-e53352cb.cjs.dev.cjs');
5
5
  var z = require('zod');
6
6
 
7
7
  // tools to work with object paths in TypeScript
@@ -1,5 +1,5 @@
1
- import { _ as _toArray } from './toArray-9de5037e.esm.mjs';
2
- import { fU as _unsupportedIterableToArray, fN as Web3ArgsType, fV as _slicedToArray, fT as _toConsumableArray } from './vault.schema-8537fdbd.esm.mjs';
1
+ import { _ as _toArray } from './toArray-211215eb.esm.mjs';
2
+ import { fU as _unsupportedIterableToArray, fN as Web3ArgsType, fV as _slicedToArray, fT as _toConsumableArray } from './vault.schema-d0b1eee3.esm.mjs';
3
3
  import { z } from 'zod';
4
4
 
5
5
  // tools to work with object paths in TypeScript
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('../../dist/identity-api.schema-dfdfbfda.cjs.dev.cjs');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-f4e2a905.cjs.dev.cjs');
6
6
  require('zod');
7
- require('../../dist/vault.schema-c703659c.cjs.dev.cjs');
7
+ require('../../dist/vault.schema-e53352cb.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-3f38c605.cjs.prod.cjs');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-2aa4ea1a.cjs.prod.cjs');
6
6
  require('zod');
7
- require('../../dist/vault.schema-fe2283bc.cjs.prod.cjs');
7
+ require('../../dist/vault.schema-80bdf99d.cjs.prod.cjs');
8
8
  require('nanoid');
9
9
  require('decimal.js');
10
10
 
@@ -1,5 +1,5 @@
1
- export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues, bX as AllScenarioExecutionAuthorizationData, bP as AnyTxAuthDataSignatureResponse, bS as AnyTxAuthInputJsSdk, bI as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bW as CreateAuthRequestProps, a6 as CreateTemplateScenario, aS as CredentialQrCodeData, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bQ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bO as ExtendedTezosTxAuthDataSignatureResponse, bM as ExtendedTezosTxAuthInput, bN as ExtendedTxAuthDataSignatureResponse, bL as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bK as GetTezosTxAuthDataSignatureResponse, bF as GetTxAuthDataSignatureFailureResponse, bG as GetTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bV as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bY as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, S as ScenarioAuthorizationData, bZ as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bH as TezosTxAuthInput, bR as TezosTxAuthInputJsSdk, bJ as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, b$ as VerifyWalletChallengeRequest, as as WalletSignResponse, b_ as WalletSignatureResponse, a$ as ZKPOperator, bT as ZKPRequest, bU as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from '../../dist/identity-api.schema-52186ae1.esm.mjs';
1
+ export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues, bX as AllScenarioExecutionAuthorizationData, bP as AnyTxAuthDataSignatureResponse, bS as AnyTxAuthInputJsSdk, bI as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bW as CreateAuthRequestProps, a6 as CreateTemplateScenario, aS as CredentialQrCodeData, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bQ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bO as ExtendedTezosTxAuthDataSignatureResponse, bM as ExtendedTezosTxAuthInput, bN as ExtendedTxAuthDataSignatureResponse, bL as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bK as GetTezosTxAuthDataSignatureResponse, bF as GetTxAuthDataSignatureFailureResponse, bG as GetTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bV as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bY as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, S as ScenarioAuthorizationData, bZ as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bH as TezosTxAuthInput, bR as TezosTxAuthInputJsSdk, bJ as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, b$ as VerifyWalletChallengeRequest, as as WalletSignResponse, b_ as WalletSignatureResponse, a$ as ZKPOperator, bT as ZKPRequest, bU as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from '../../dist/identity-api.schema-83567d65.esm.mjs';
2
2
  import 'zod';
3
- import '../../dist/vault.schema-8537fdbd.esm.mjs';
3
+ import '../../dist/vault.schema-d0b1eee3.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.171.0-dev",
3
+ "version": "2.173.0-dev",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -63,15 +63,15 @@
63
63
  "dependencies": {
64
64
  "decimal.js": "^10.5.0",
65
65
  "nanoid": "3.3.4",
66
- "remeda": "^2.23.0",
67
- "zod": "^3.25.64",
66
+ "remeda": "^2.22.6",
67
+ "zod": "^3.25.55",
68
68
  "zod-to-json-schema": "^3.24.5",
69
69
  "@nexeraid/logger": "2.35.1-dev"
70
70
  },
71
71
  "devDependencies": {
72
- "@types/bun": "^1.2.16",
72
+ "@types/bun": "^1.2.15",
73
73
  "@types/json-schema": "^7.0.15",
74
- "bun": "^1.2.16",
74
+ "bun": "^1.2.15",
75
75
  "eslint": "^8.57.1",
76
76
  "json-schema-to-zod": "^2.6.1",
77
77
  "ts-json-as-const": "^1.0.7",
@@ -2,12 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('../../dist/vault.schema-c703659c.cjs.dev.cjs');
6
- var crystal_schema = require('../../dist/crystal.schema-e2c3f7cf.cjs.dev.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-e53352cb.cjs.dev.cjs');
6
+ var crystal_schema = require('../../dist/crystal.schema-50e1784e.cjs.dev.cjs');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
  require('decimal.js');
10
- require('../../dist/identity-api.schema-dfdfbfda.cjs.dev.cjs');
10
+ require('../../dist/identity-api.schema-f4e2a905.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-fe2283bc.cjs.prod.cjs');
6
- var crystal_schema = require('../../dist/crystal.schema-2507b365.cjs.prod.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-80bdf99d.cjs.prod.cjs');
6
+ var crystal_schema = require('../../dist/crystal.schema-b800a8c9.cjs.prod.cjs');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
  require('decimal.js');
10
- require('../../dist/identity-api.schema-3f38c605.cjs.prod.cjs');
10
+ require('../../dist/identity-api.schema-2aa4ea1a.cjs.prod.cjs');
11
11
 
12
12
  var ALL_SCORECHAIN_BLOCKCHAIN = [{
13
13
  id: "BITCOIN",
@@ -1,9 +1,9 @@
1
- export { f$ as ANALYSIS_TYPES, g0 as AnalysisType, g8 as Coin, gd as EntityRiskDefaultsMap, gc as EntityRiskDefaultsValues, gj as GetActiveBlockchains, gi as GetActiveBlockchainsRequest, gk as GetActiveBlockchainsResponse, go as GetAddressAnalysis, gl as GetAddressAnalysisRequest, gq as GetAddressAnalysisResponse, gp as GetTransactionAnalysis, gm as GetTransactionAnalysisRequest, gr as GetTransactionAnalysisResponse, g4 as NonMinimalScorechainBlockchain, g1 as OBJECT_TYPES, g2 as ObjectType, gt as RawScorechainResult, gb as RiskExplanation, g9 as RiskSeverity, gg as ScorechainAnalysis, g3 as ScorechainBlockchain, g5 as ScorechainBlockchainToNamespace, gn as ScorechainEntity, ga as ScorechainEntityType, gf as ScorechainError, ge as ScorechainErrorResponse, gu as ScorechainRiskToRiskLevel, gx as ScorechainTransactionRiskLevel, gw as ScorechainWalletRiskLevel, gv as ScorechainWalletRiskLevels, gs as ScoringAnalysisApiRequest, fZ as ScoringAnalysisRequest, gh as ScoringAnalysisResponse, f_ as WorkflowsScoringAnalysisRequest, g7 as compareRiskLevels, g6 as getRiskLevelByRiskScore } from '../../dist/vault.schema-8537fdbd.esm.mjs';
2
- export { K as AMLMetadata, cN as APPLICANT_CHECK_STATUSES, d2 as ApiErrorCommandResponse, d1 as ApiErrorResponse, d3 as ApiSuccessCommandResponse, cO as ApplicantCheckStatus, cz as ApplicantImages, by as ApplicantMemberOfSchema, bP as BENEFICIARY_TYPES, bA as BaseApplicantActionSchema, b7 as BaseProvider, bR as BeneficiaryCompanyCustomerClaims, bS as BeneficiaryCompanyCustomerClaimsArray, bQ as BeneficiaryType, de as BeneficiaryVerificationStatus, df as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b4 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, ba as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, db as COMPANY_DOCUMENT_STATUS, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dz as ChainalysisApiError, a$ as ChainalysisConfig, dx as ChainalysisErrorCodes, bd as ChainalysisProvider, dv as ChainalysisRegisterApiResponse, dA as ChainalysisRegisterResponse, du as ChainalysisRequest, dy as ChainalysisRiskAssessmentApiResponse, dB as ChainalysisRiskAssessmentResponse, dw as ChainalysisRiskLevel, a4 as CoerceDateUTC, dF as CoinMarketCapApiResponse, dG as CoinMarketCapFiatId, dD as CoinMarketCapQuote, dE as CoinMarketCapQuotes, dC as CoinMarketCapRequest, dd as CompanyDocumentMetaData, dc as CompanyDocumentStatus, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bj as ComplyAdvantageProvider, bi as ComplyAdvantageProviderConfigElement, bh as ComplyAdvantageProviderConfigFilters, bg 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, bp as CreateProviderInput, bq as CreateProviderResponse, at as CreateSearchInput, cZ as CredentialMetadata, dN as CrystalWalletScreeningApiRequest, dO as CrystalWalletScreeningResponse, cY as CustomerContactInformationOutput, dk as CustomerDocumentMetaData, dl as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bu as DeleteProviderInput, bv as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cl as DocumentMetadataSchema, cm as DocumentSubmitResponse, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cL as EmailVerificationResponse, F as File, cX as GetCredentialsOutput, dh as GetKybSessionInput, di as GetKybSessionResponse, cR as GetKycSessionInput, cS as GetKycSessionResponse, c_ as GetKycSessionResponseWithCredentialsMetadata, d4 as GetKycSessionsOutput, bo as GetProviderResponse, bn as GetProvidersResponse, ab as HIGH_RISK_TYPES, c$ as IDImageMetaData, bN as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bO as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b3 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bf as IpqualityscoreProvider, d7 as KYB_RESULTS, d9 as KYB_SESSION_STATUSES, d5 as KYB_STEP_TYPES, c0 as KYC_DOC_SIDES, cH as KYC_RESULTS, cJ as KYC_SESSION_STATUSES, cD as KYC_STEP_TYPES, d8 as KybResult, da as KybSessionStatus, d6 as KybStep, c1 as KycDocSide, cI as KycResult, cK as KycSessionStatus, cE as KycStep, cG as KycStepStatus, cF as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, ds as MerkleAddressApiError, dr as MerkleAddressApiResponse, dq as MerkleAddressRequest, dt as MerkleAddressResponse, dp as MerkleBlockChainCodes, dn as MerkleBlockChainName, dm as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bc as MerkleScienceProvider, N as NestedSession, b9 as NexeraIdKYBProvider, b8 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cW as ProofOfResidenceDocumentType, cV as ProofOfResidenceMetaData, bl as ProviderData, bm as ProviderDataProject, b6 as ProviderIntegrationType, b5 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, bD as SUMSUB_APPLICANT_TYPES, ce as SUMSUB_COMPANY_BENEFICIARY_GROUP, bY as SUMSUB_DOC_TYPES, c2 as SUMSUB_FLOW_LEVEL, cu as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, b_ as SUMSUB_KYC_DOC_TYPES, cj as SUMSUB_MEDIA_CONTENT_TYPES, bF as SUMSUB_REVIEW_ANSWERS, cA as SUMSUB_REVIEW_REJECT_LABELS, cC as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bH as SUMSUB_REVIEW_REJECT_TYPES, bW as SUMSUB_REVIEW_STATUSES, bB as SUMSUB_STEPS, bU as SUMSUB_WEBHOOK_INTERNAL_STATUS, b1 as ScorechainConfig, bb as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, dg as SelectKybSession, cP as SelectKycSession, cM as SelectKycSessionStep, cQ as SelectKycSessionWithCompletedSteps, d0 as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bL as SumSubAddress, bM as SumSubApplicantInfo, co as SumSubApplicantResetSchema, cn as SumSubApplicantReviewStatusSchema, ct as SumSubApplicantSchema, bE as SumSubApplicantType, ci as SumSubApplicantVerificationStepSchema, bT as SumSubCompanyApplicantInfo, cc as SumSubCompanyApplicantSchema, bZ as SumSubDocType, c3 as SumSubFlowLevel, cp as SumSubGenerateExternalWebSdkLinkSchema, cd as SumSubImageId, c7 as SumSubImageReviewResultSchema, c8 as SumSubImageStatus, cb as SumSubIndividualApplicantSchema, b$ as SumSubKycDocType, ck as SumSubMediaContentType, c4 as SumSubRequiredIdDoc, bG as SumSubReviewAnswer, cB as SumSubReviewRejectLabel, bI as SumSubReviewRejectType, c6 as SumSubReviewResultSchema, bX as SumSubReviewStatus, cy as SumSubSimilarApplicantsSchema, bC as SumSubStep, ch as SumSubVerificationStepSchema, bz as SumSubWebhookSchema, ca as SumsubApplicantType, c9 as SumsubApplicantTypes, cf as SumsubCompanyBeneficiaryGroup, bK as SumsubCountryCode, cs as SumsubKybDataSchema, cx as SumsubKybSessionFlowSection, cw as SumsubKybSessionFlowSectionItem, cv as SumsubKybSessionFlowSectionStatus, cr as SumsubKycDataSchema, bJ as SumsubReviewDecision, cg as SumsubStepStatus, cq as SumsubVideoCallData, bV as SumsubWebhookInternalStatus, bk as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, dL as TRMLabsAddressesScreening, dH as TRMLabsAddressesScreeningApiRequest, dM as TRMLabsAddressesScreeningResponse, b0 as TRMLabsConfig, be as TRMLabsProvider, dK as TRMLabsRiskScoreToScorechainRiskMapping, dI as TRM_RISK_SCORE_LEVEL, dJ as TRM_RISK_SCORE_LEVEL_LABEL, bt as ToggleProviderInput, Y as UNKNOWN_ERROR, dj as UpdateKybSessionOutput, cT as UpdateKycSessionOutput, br as UpdateProviderInput, bs as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, c5 as UploadDocumentRequest, cU as VideoKycMetaData, bw as WEBHOOK_TYPES, q as WebhookPayload, bx as WebhookType, b2 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/crystal.schema-48e4808d.esm.mjs';
1
+ export { f$ as ANALYSIS_TYPES, g0 as AnalysisType, g8 as Coin, gd as EntityRiskDefaultsMap, gc as EntityRiskDefaultsValues, gj as GetActiveBlockchains, gi as GetActiveBlockchainsRequest, gk as GetActiveBlockchainsResponse, go as GetAddressAnalysis, gl as GetAddressAnalysisRequest, gq as GetAddressAnalysisResponse, gp as GetTransactionAnalysis, gm as GetTransactionAnalysisRequest, gr as GetTransactionAnalysisResponse, g4 as NonMinimalScorechainBlockchain, g1 as OBJECT_TYPES, g2 as ObjectType, gt as RawScorechainResult, gb as RiskExplanation, g9 as RiskSeverity, gg as ScorechainAnalysis, g3 as ScorechainBlockchain, g5 as ScorechainBlockchainToNamespace, gn as ScorechainEntity, ga as ScorechainEntityType, gf as ScorechainError, ge as ScorechainErrorResponse, gu as ScorechainRiskToRiskLevel, gx as ScorechainTransactionRiskLevel, gw as ScorechainWalletRiskLevel, gv as ScorechainWalletRiskLevels, gs as ScoringAnalysisApiRequest, fZ as ScoringAnalysisRequest, gh as ScoringAnalysisResponse, f_ as WorkflowsScoringAnalysisRequest, g7 as compareRiskLevels, g6 as getRiskLevelByRiskScore } from '../../dist/vault.schema-d0b1eee3.esm.mjs';
2
+ export { K as AMLMetadata, cN as APPLICANT_CHECK_STATUSES, d2 as ApiErrorCommandResponse, d1 as ApiErrorResponse, d3 as ApiSuccessCommandResponse, cO as ApplicantCheckStatus, cz as ApplicantImages, by as ApplicantMemberOfSchema, bP as BENEFICIARY_TYPES, bA as BaseApplicantActionSchema, b7 as BaseProvider, bR as BeneficiaryCompanyCustomerClaims, bS as BeneficiaryCompanyCustomerClaimsArray, bQ as BeneficiaryType, de as BeneficiaryVerificationStatus, df as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b4 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, ba as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, db as COMPANY_DOCUMENT_STATUS, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dz as ChainalysisApiError, a$ as ChainalysisConfig, dx as ChainalysisErrorCodes, bd as ChainalysisProvider, dv as ChainalysisRegisterApiResponse, dA as ChainalysisRegisterResponse, du as ChainalysisRequest, dy as ChainalysisRiskAssessmentApiResponse, dB as ChainalysisRiskAssessmentResponse, dw as ChainalysisRiskLevel, a4 as CoerceDateUTC, dF as CoinMarketCapApiResponse, dG as CoinMarketCapFiatId, dD as CoinMarketCapQuote, dE as CoinMarketCapQuotes, dC as CoinMarketCapRequest, dd as CompanyDocumentMetaData, dc as CompanyDocumentStatus, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bj as ComplyAdvantageProvider, bi as ComplyAdvantageProviderConfigElement, bh as ComplyAdvantageProviderConfigFilters, bg 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, bp as CreateProviderInput, bq as CreateProviderResponse, at as CreateSearchInput, cZ as CredentialMetadata, dN as CrystalWalletScreeningApiRequest, dO as CrystalWalletScreeningResponse, cY as CustomerContactInformationOutput, dk as CustomerDocumentMetaData, dl as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bu as DeleteProviderInput, bv as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cl as DocumentMetadataSchema, cm as DocumentSubmitResponse, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cL as EmailVerificationResponse, F as File, cX as GetCredentialsOutput, dh as GetKybSessionInput, di as GetKybSessionResponse, cR as GetKycSessionInput, cS as GetKycSessionResponse, c_ as GetKycSessionResponseWithCredentialsMetadata, d4 as GetKycSessionsOutput, bo as GetProviderResponse, bn as GetProvidersResponse, ab as HIGH_RISK_TYPES, c$ as IDImageMetaData, bN as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bO as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b3 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bf as IpqualityscoreProvider, d7 as KYB_RESULTS, d9 as KYB_SESSION_STATUSES, d5 as KYB_STEP_TYPES, c0 as KYC_DOC_SIDES, cH as KYC_RESULTS, cJ as KYC_SESSION_STATUSES, cD as KYC_STEP_TYPES, d8 as KybResult, da as KybSessionStatus, d6 as KybStep, c1 as KycDocSide, cI as KycResult, cK as KycSessionStatus, cE as KycStep, cG as KycStepStatus, cF as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, ds as MerkleAddressApiError, dr as MerkleAddressApiResponse, dq as MerkleAddressRequest, dt as MerkleAddressResponse, dp as MerkleBlockChainCodes, dn as MerkleBlockChainName, dm as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bc as MerkleScienceProvider, N as NestedSession, b9 as NexeraIdKYBProvider, b8 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cW as ProofOfResidenceDocumentType, cV as ProofOfResidenceMetaData, bl as ProviderData, bm as ProviderDataProject, b6 as ProviderIntegrationType, b5 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, bD as SUMSUB_APPLICANT_TYPES, ce as SUMSUB_COMPANY_BENEFICIARY_GROUP, bY as SUMSUB_DOC_TYPES, c2 as SUMSUB_FLOW_LEVEL, cu as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, b_ as SUMSUB_KYC_DOC_TYPES, cj as SUMSUB_MEDIA_CONTENT_TYPES, bF as SUMSUB_REVIEW_ANSWERS, cA as SUMSUB_REVIEW_REJECT_LABELS, cC as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bH as SUMSUB_REVIEW_REJECT_TYPES, bW as SUMSUB_REVIEW_STATUSES, bB as SUMSUB_STEPS, bU as SUMSUB_WEBHOOK_INTERNAL_STATUS, b1 as ScorechainConfig, bb as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, dg as SelectKybSession, cP as SelectKycSession, cM as SelectKycSessionStep, cQ as SelectKycSessionWithCompletedSteps, d0 as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bL as SumSubAddress, bM as SumSubApplicantInfo, co as SumSubApplicantResetSchema, cn as SumSubApplicantReviewStatusSchema, ct as SumSubApplicantSchema, bE as SumSubApplicantType, ci as SumSubApplicantVerificationStepSchema, bT as SumSubCompanyApplicantInfo, cc as SumSubCompanyApplicantSchema, bZ as SumSubDocType, c3 as SumSubFlowLevel, cp as SumSubGenerateExternalWebSdkLinkSchema, cd as SumSubImageId, c7 as SumSubImageReviewResultSchema, c8 as SumSubImageStatus, cb as SumSubIndividualApplicantSchema, b$ as SumSubKycDocType, ck as SumSubMediaContentType, c4 as SumSubRequiredIdDoc, bG as SumSubReviewAnswer, cB as SumSubReviewRejectLabel, bI as SumSubReviewRejectType, c6 as SumSubReviewResultSchema, bX as SumSubReviewStatus, cy as SumSubSimilarApplicantsSchema, bC as SumSubStep, ch as SumSubVerificationStepSchema, bz as SumSubWebhookSchema, ca as SumsubApplicantType, c9 as SumsubApplicantTypes, cf as SumsubCompanyBeneficiaryGroup, bK as SumsubCountryCode, cs as SumsubKybDataSchema, cx as SumsubKybSessionFlowSection, cw as SumsubKybSessionFlowSectionItem, cv as SumsubKybSessionFlowSectionStatus, cr as SumsubKycDataSchema, bJ as SumsubReviewDecision, cg as SumsubStepStatus, cq as SumsubVideoCallData, bV as SumsubWebhookInternalStatus, bk as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, dL as TRMLabsAddressesScreening, dH as TRMLabsAddressesScreeningApiRequest, dM as TRMLabsAddressesScreeningResponse, b0 as TRMLabsConfig, be as TRMLabsProvider, dK as TRMLabsRiskScoreToScorechainRiskMapping, dI as TRM_RISK_SCORE_LEVEL, dJ as TRM_RISK_SCORE_LEVEL_LABEL, bt as ToggleProviderInput, Y as UNKNOWN_ERROR, dj as UpdateKybSessionOutput, cT as UpdateKycSessionOutput, br as UpdateProviderInput, bs as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, c5 as UploadDocumentRequest, cU as VideoKycMetaData, bw as WEBHOOK_TYPES, q as WebhookPayload, bx as WebhookType, b2 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/crystal.schema-df02ca37.esm.mjs';
3
3
  import 'zod';
4
4
  import 'nanoid';
5
5
  import 'decimal.js';
6
- import '../../dist/identity-api.schema-52186ae1.esm.mjs';
6
+ import '../../dist/identity-api.schema-83567d65.esm.mjs';
7
7
 
8
8
  var ALL_SCORECHAIN_BLOCKCHAIN = [{
9
9
  id: "BITCOIN",
@@ -2,12 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('../../dist/vault.schema-c703659c.cjs.dev.cjs');
6
- var zodUtils = require('../../dist/zod-utils-700e56ee.cjs.dev.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-e53352cb.cjs.dev.cjs');
6
+ var zodUtils = require('../../dist/zod-utils-c64c62eb.cjs.dev.cjs');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
  require('decimal.js');
10
- require('../../dist/toArray-8744dfb8.cjs.dev.cjs');
10
+ require('../../dist/toArray-d7a7562f.cjs.dev.cjs');
11
11
 
12
12
 
13
13
 
@@ -2,12 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('../../dist/vault.schema-fe2283bc.cjs.prod.cjs');
6
- var zodUtils = require('../../dist/zod-utils-6d8c1a16.cjs.prod.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-80bdf99d.cjs.prod.cjs');
6
+ var zodUtils = require('../../dist/zod-utils-787704b8.cjs.prod.cjs');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
  require('decimal.js');
10
- require('../../dist/toArray-9a2742c6.cjs.prod.cjs');
10
+ require('../../dist/toArray-887f5b16.cjs.prod.cjs');
11
11
 
12
12
 
13
13
 
@@ -1,6 +1,6 @@
1
- export { fs as AmlResults, fx as DataLinkTypeZodSchema, fv as DataLinkVersionZodSchema, ft as DetectedDuplicates, fI as GenericVaultDataLinkZodSchema, fH as GenericVaultEmbeddedLinkZodSchema, fF as GenericVaultPointerLinkZodSchema, fG as GenericVaultSearchLinkZodSchema, fy as VaultJsonSchemas, fE as VaultMetadataLinkZodSchema, fC as VaultPointerKeyMapZodSchema, fD as VaultQueryMapZodSchema, fA as VaultSchemaIdZodSchema, fB as VaultSchemaPathsZodSchema, fz as VaultZodSchema, fw as allDataLinkTypes, fu as allDataLinkVersions } from '../../dist/vault.schema-8537fdbd.esm.mjs';
2
- export { S as Separator, g as generateZodObjectPaths, r as resolvePathOnDataSchema, a as resolvePathOnMapSchema } from '../../dist/zod-utils-9722bd69.esm.mjs';
1
+ export { fs as AmlResults, fx as DataLinkTypeZodSchema, fv as DataLinkVersionZodSchema, ft as DetectedDuplicates, fI as GenericVaultDataLinkZodSchema, fH as GenericVaultEmbeddedLinkZodSchema, fF as GenericVaultPointerLinkZodSchema, fG as GenericVaultSearchLinkZodSchema, fy as VaultJsonSchemas, fE as VaultMetadataLinkZodSchema, fC as VaultPointerKeyMapZodSchema, fD as VaultQueryMapZodSchema, fA as VaultSchemaIdZodSchema, fB as VaultSchemaPathsZodSchema, fz as VaultZodSchema, fw as allDataLinkTypes, fu as allDataLinkVersions } from '../../dist/vault.schema-d0b1eee3.esm.mjs';
2
+ export { S as Separator, g as generateZodObjectPaths, r as resolvePathOnDataSchema, a as resolvePathOnMapSchema } from '../../dist/zod-utils-dc40823a.esm.mjs';
3
3
  import 'zod';
4
4
  import 'nanoid';
5
5
  import 'decimal.js';
6
- import '../../dist/toArray-9de5037e.esm.mjs';
6
+ import '../../dist/toArray-211215eb.esm.mjs';
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('../../dist/vault.schema-c703659c.cjs.dev.cjs');
6
- var identityApi_schema = require('../../dist/identity-api.schema-dfdfbfda.cjs.dev.cjs');
7
- var tfheUtilities = require('../../dist/tfhe-utilities-ba3be3f9.cjs.dev.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-e53352cb.cjs.dev.cjs');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-f4e2a905.cjs.dev.cjs');
7
+ var tfheUtilities = require('../../dist/tfhe-utilities-dd58051f.cjs.dev.cjs');
8
8
  require('zod');
9
9
  require('nanoid');
10
10
  require('decimal.js');
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('../../dist/vault.schema-fe2283bc.cjs.prod.cjs');
6
- var identityApi_schema = require('../../dist/identity-api.schema-3f38c605.cjs.prod.cjs');
7
- var tfheUtilities = require('../../dist/tfhe-utilities-d616d7cf.cjs.prod.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-80bdf99d.cjs.prod.cjs');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-2aa4ea1a.cjs.prod.cjs');
7
+ var tfheUtilities = require('../../dist/tfhe-utilities-fa5b1324.cjs.prod.cjs');
8
8
  require('zod');
9
9
  require('nanoid');
10
10
  require('decimal.js');
@@ -1,6 +1,6 @@
1
- export { b4 as Alpha2Country, e1 as GenericVerifiableCredentialSchema, e7 as ID3CredentialSchema, dP as ID3CredentialSubjectSchema, e4 as IDImageCredentialSchema, d_ as IDImageCredentialSubjectSchema, e3 as IDInformationCredentialSchema, dZ as IDInformationCredentialSubjectSchema, e2 as IDInformationTfheCredentialSchema, dY as IDInformationTfheCredentialSubjectSchema, e8 as IDScanCredentialSchema, dQ as IDScanCredentialSubjectSchema, e9 as IDScanPassportCredentialSchema, dR as IDScanPassportCredentialSubjectSchema, ea as IDScanSelfieCredentialSchema, dS as IDScanSelfieCredentialSubjectSchema, b2 as ISO3CountryCode, ef as OLD_AMLScreeningsResultsCredentialSchema, dX as OLD_AMLScreeningsResultsCredentialSubjectSchema, eb as OLD_IDImageCredentialSchema, dT as OLD_IDImageCredentialSubjectSchema, ec as OLD_IDInformationCredentialSchema, dU as OLD_IDInformationCredentialSubjectSchema, ed as OLD_ProofOfResidenceCredentialSchema, dV as OLD_ProofOfResidenceCredentialSubjectSchema, ee as OLD_SelfieImageCredentialSchema, dW as OLD_SelfieImageCredentialSubjectSchema, e6 as ProofOfResidenceCredentialSchema, e0 as ProofOfResidenceCredentialSubjectSchema, e5 as SelfieImageCredentialSchema, d$ as SelfieImageCredentialSubjectSchema, b5 as countryISO3toISO2Mapping, b8 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-8537fdbd.esm.mjs';
2
- export { c6 as CredentialMediaType, c1 as CredentialNames, c0 as CredentialSchemas, c4 as CredentialType, C as CredentialTypes, c2 as NexeraCredentialType, c5 as VerifiableCredential, c3 as getCredentialName } from '../../dist/identity-api.schema-52186ae1.esm.mjs';
3
- export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-c61d71a3.esm.mjs';
1
+ export { b4 as Alpha2Country, e1 as GenericVerifiableCredentialSchema, e7 as ID3CredentialSchema, dP as ID3CredentialSubjectSchema, e4 as IDImageCredentialSchema, d_ as IDImageCredentialSubjectSchema, e3 as IDInformationCredentialSchema, dZ as IDInformationCredentialSubjectSchema, e2 as IDInformationTfheCredentialSchema, dY as IDInformationTfheCredentialSubjectSchema, e8 as IDScanCredentialSchema, dQ as IDScanCredentialSubjectSchema, e9 as IDScanPassportCredentialSchema, dR as IDScanPassportCredentialSubjectSchema, ea as IDScanSelfieCredentialSchema, dS as IDScanSelfieCredentialSubjectSchema, b2 as ISO3CountryCode, ef as OLD_AMLScreeningsResultsCredentialSchema, dX as OLD_AMLScreeningsResultsCredentialSubjectSchema, eb as OLD_IDImageCredentialSchema, dT as OLD_IDImageCredentialSubjectSchema, ec as OLD_IDInformationCredentialSchema, dU as OLD_IDInformationCredentialSubjectSchema, ed as OLD_ProofOfResidenceCredentialSchema, dV as OLD_ProofOfResidenceCredentialSubjectSchema, ee as OLD_SelfieImageCredentialSchema, dW as OLD_SelfieImageCredentialSubjectSchema, e6 as ProofOfResidenceCredentialSchema, e0 as ProofOfResidenceCredentialSubjectSchema, e5 as SelfieImageCredentialSchema, d$ as SelfieImageCredentialSubjectSchema, b5 as countryISO3toISO2Mapping, b8 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-d0b1eee3.esm.mjs';
2
+ export { c6 as CredentialMediaType, c1 as CredentialNames, c0 as CredentialSchemas, c4 as CredentialType, C as CredentialTypes, c2 as NexeraCredentialType, c5 as VerifiableCredential, c3 as getCredentialName } from '../../dist/identity-api.schema-83567d65.esm.mjs';
3
+ export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-30abb494.esm.mjs';
4
4
  import 'zod';
5
5
  import 'nanoid';
6
6
  import 'decimal.js';
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var z = require('zod');
6
- var vault_schema = require('../../dist/vault.schema-c703659c.cjs.dev.cjs');
7
- var identityApi_schema = require('../../dist/identity-api.schema-dfdfbfda.cjs.dev.cjs');
8
- var crystal_schema = require('../../dist/crystal.schema-e2c3f7cf.cjs.dev.cjs');
9
- var toArray = require('../../dist/toArray-8744dfb8.cjs.dev.cjs');
6
+ var vault_schema = require('../../dist/vault.schema-e53352cb.cjs.dev.cjs');
7
+ var identityApi_schema = require('../../dist/identity-api.schema-f4e2a905.cjs.dev.cjs');
8
+ var crystal_schema = require('../../dist/crystal.schema-50e1784e.cjs.dev.cjs');
9
+ var toArray = require('../../dist/toArray-d7a7562f.cjs.dev.cjs');
10
10
  var zodToJsonSchema = require('zod-to-json-schema');
11
11
  require('nanoid');
12
12
  require('decimal.js');
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var z = require('zod');
6
- var vault_schema = require('../../dist/vault.schema-fe2283bc.cjs.prod.cjs');
7
- var identityApi_schema = require('../../dist/identity-api.schema-3f38c605.cjs.prod.cjs');
8
- var crystal_schema = require('../../dist/crystal.schema-2507b365.cjs.prod.cjs');
9
- var toArray = require('../../dist/toArray-9a2742c6.cjs.prod.cjs');
6
+ var vault_schema = require('../../dist/vault.schema-80bdf99d.cjs.prod.cjs');
7
+ var identityApi_schema = require('../../dist/identity-api.schema-2aa4ea1a.cjs.prod.cjs');
8
+ var crystal_schema = require('../../dist/crystal.schema-b800a8c9.cjs.prod.cjs');
9
+ var toArray = require('../../dist/toArray-887f5b16.cjs.prod.cjs');
10
10
  var zodToJsonSchema = require('zod-to-json-schema');
11
11
  require('nanoid');
12
12
  require('decimal.js');
@@ -1,8 +1,8 @@
1
1
  import { z } from 'zod';
2
- import { aW as UuidString, dJ as ExternalCustomerId, dH as WorkflowId, be as RiskScoreType, bg as CustomerType, bm as CustomerOnboardingLevel, bo as CustomerStatus, b2 as ISO3CountryCode, at as BlockchainAddress, e1 as GenericVerifiableCredentialSchema, fK as WalletScreeningData, eq as TransactionTypes, ew as TransactionReviewStatuses, fT as _toConsumableArray, aV as EnvironmentSchema } from '../../dist/vault.schema-8537fdbd.esm.mjs';
3
- import { Y as RuleResultStatus } from '../../dist/identity-api.schema-52186ae1.esm.mjs';
4
- import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/crystal.schema-48e4808d.esm.mjs';
5
- import { _ as _toArray } from '../../dist/toArray-9de5037e.esm.mjs';
2
+ import { aW as UuidString, dJ as ExternalCustomerId, dH as WorkflowId, be as RiskScoreType, bg as CustomerType, bm as CustomerOnboardingLevel, bo as CustomerStatus, b2 as ISO3CountryCode, at as BlockchainAddress, e1 as GenericVerifiableCredentialSchema, fK as WalletScreeningData, eq as TransactionTypes, ew as TransactionReviewStatuses, fT as _toConsumableArray, aV as EnvironmentSchema } from '../../dist/vault.schema-d0b1eee3.esm.mjs';
3
+ import { Y as RuleResultStatus } from '../../dist/identity-api.schema-83567d65.esm.mjs';
4
+ import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/crystal.schema-df02ca37.esm.mjs';
5
+ import { _ as _toArray } from '../../dist/toArray-211215eb.esm.mjs';
6
6
  import { zodToJsonSchema } from 'zod-to-json-schema';
7
7
  import 'nanoid';
8
8
  import 'decimal.js';