@nexeraid/identity-schemas 2.3.19-dev → 2.3.20-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 (28) hide show
  1. package/dist/{customers.schema-1e51d306.esm.js → customers.schema-0306abb6.esm.js} +1 -1
  2. package/dist/{customers.schema-53d8aa84.cjs.dev.js → customers.schema-cc3df18f.cjs.dev.js} +1 -1
  3. package/dist/{customers.schema-93908d1f.cjs.prod.js → customers.schema-f0d472b1.cjs.prod.js} +1 -1
  4. package/dist/declarations/src/identity-ids.schema.d.ts +16 -16
  5. package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
  6. package/dist/{frontend-utilities.schema-64272e5a.esm.js → frontend-utilities.schema-02fc8336.esm.js} +1 -1
  7. package/dist/{frontend-utilities.schema-06549eb4.cjs.dev.js → frontend-utilities.schema-0be040b7.cjs.dev.js} +1 -1
  8. package/dist/{frontend-utilities.schema-c3ee7e20.cjs.prod.js → frontend-utilities.schema-cd88e673.cjs.prod.js} +1 -1
  9. package/dist/{identity-api.schema-1ac61550.cjs.prod.js → identity-api.schema-2de31155.cjs.prod.js} +8 -8
  10. package/dist/{identity-api.schema-c82dba7a.esm.js → identity-api.schema-68a83f54.esm.js} +8 -8
  11. package/dist/{identity-api.schema-9eaf0710.cjs.dev.js → identity-api.schema-bbb2c243.cjs.dev.js} +8 -8
  12. package/dist/nexeraid-identity-schemas.cjs.dev.js +2 -2
  13. package/dist/nexeraid-identity-schemas.cjs.prod.js +2 -2
  14. package/dist/nexeraid-identity-schemas.esm.js +3 -3
  15. package/dist/package.json +1 -1
  16. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +1 -1
  17. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +1 -1
  18. package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
  19. package/package.json +1 -1
  20. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
  21. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
  22. package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
  23. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
  24. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
  25. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
  26. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +2 -2
  27. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +2 -2
  28. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +2 -2
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { a2 as BlockchainAddress, z as AddressSchema, am as Alpha2Country, ae as UuidString, eB as _toConsumableArray, eD as _arrayWithHoles, eE as _unsupportedIterableToArray, eF as _nonIterableRest, ak as ISO3CountryCode, a5 as BlockchainNamespace, bW as SdkVerificationOutput, aC as CustomerStatus, eG as _defineProperty, es as ProofOfResidenceCredentialSubjectSchema, cT as QrCodeLinkWithSchemaType, aD as BasicCustomerContactInformation, ey as CredentialType } from './identity-api.schema-c82dba7a.esm.js';
2
+ import { a2 as BlockchainAddress, z as AddressSchema, am as Alpha2Country, ae as UuidString, eB as _toConsumableArray, eD as _arrayWithHoles, eE as _unsupportedIterableToArray, eF as _nonIterableRest, ak as ISO3CountryCode, a5 as BlockchainNamespace, bW as SdkVerificationOutput, aC as CustomerStatus, eG as _defineProperty, es as ProofOfResidenceCredentialSubjectSchema, cT as QrCodeLinkWithSchemaType, aD as BasicCustomerContactInformation, ey as CredentialType } from './identity-api.schema-68a83f54.esm.js';
3
3
 
4
4
  // based on https://tech-doc.api.scorechain.com/
5
5
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var identityApi_schema = require('./identity-api.schema-9eaf0710.cjs.dev.js');
4
+ var identityApi_schema = require('./identity-api.schema-bbb2c243.cjs.dev.js');
5
5
 
6
6
  // based on https://tech-doc.api.scorechain.com/
7
7
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var identityApi_schema = require('./identity-api.schema-1ac61550.cjs.prod.js');
4
+ var identityApi_schema = require('./identity-api.schema-2de31155.cjs.prod.js');
5
5
 
6
6
  // based on https://tech-doc.api.scorechain.com/
7
7
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -6,17 +6,17 @@ export declare const WalletPrefix = "wallet";
6
6
  export declare const AppPrefix = "app";
7
7
  export declare const ChallengePrefix = "challenge";
8
8
  export declare const TestPrefix = "test";
9
- export declare const CustomerScreeningPrefix = "customer_screening";
9
+ export declare const CustomerScreeningPrefix = "cstscr";
10
10
  export declare const TagPrefix = "tag";
11
11
  export declare const TransactionPrefix = "tx";
12
- export declare const TransactionReviewPrefix = "tx_rev";
13
- export declare const TransactionPartiesPrefix = "tx_par";
14
- export declare const TransactionInfosPrefix = "tx_i";
15
- export declare const TransactionExtractedInfosPrefix = "tx_ei";
16
- export declare const TransactionMethodsPrefix = "tx_m";
17
- export declare const TransactionMethodExtractedInfosPrefix = "tx_m_ei";
12
+ export declare const TransactionReviewPrefix = "txrev";
13
+ export declare const TransactionPartiesPrefix = "txpar";
14
+ export declare const TransactionInfosPrefix = "txi";
15
+ export declare const TransactionExtractedInfosPrefix = "txei";
16
+ export declare const TransactionMethodsPrefix = "txm";
17
+ export declare const TransactionMethodExtractedInfosPrefix = "txmei";
18
18
  export declare const InstitutionPrefix = "ins";
19
- export declare const InstitutionExtractedInfosPrefix = "ins_ei";
19
+ export declare const InstitutionExtractedInfosPrefix = "insei";
20
20
  export type StoragePrefix = typeof StoragePrefix;
21
21
  export type IdentityPrefix = typeof IdentityPrefix;
22
22
  export type EmailPrefix = typeof EmailPrefix;
@@ -61,16 +61,16 @@ export declare const WalletId: z.ZodType<`wallet_${string}`, z.ZodTypeDef, `wall
61
61
  export declare const AppId: z.ZodType<`app_${string}`, z.ZodTypeDef, `app_${string}`>;
62
62
  export declare const ChallengeId: z.ZodType<`challenge_${string}`, z.ZodTypeDef, `challenge_${string}`>;
63
63
  export declare const TestId: z.ZodType<`test_${string}`, z.ZodTypeDef, `test_${string}`>;
64
- export declare const CustomerScreeningId: z.ZodType<`customer_screening_${string}`, z.ZodTypeDef, `customer_screening_${string}`>;
64
+ export declare const CustomerScreeningId: z.ZodType<`cstscr_${string}`, z.ZodTypeDef, `cstscr_${string}`>;
65
65
  export declare const TagId: z.ZodType<`tag_${string}`, z.ZodTypeDef, `tag_${string}`>;
66
66
  export declare const TransactionId: z.ZodType<`tx_${string}`, z.ZodTypeDef, `tx_${string}`>;
67
- export declare const TransactionReviewId: z.ZodType<`tx_rev_${string}`, z.ZodTypeDef, `tx_rev_${string}`>;
68
- export declare const TransactionPartiesId: z.ZodType<`tx_par_${string}`, z.ZodTypeDef, `tx_par_${string}`>;
69
- export declare const TransactionInfosId: z.ZodType<`tx_i_${string}`, z.ZodTypeDef, `tx_i_${string}`>;
70
- export declare const TransactionExtractedInfosId: z.ZodType<`tx_ei_${string}`, z.ZodTypeDef, `tx_ei_${string}`>;
71
- export declare const TransactionMethodsId: z.ZodType<`tx_m_${string}`, z.ZodTypeDef, `tx_m_${string}`>;
72
- export declare const TransactionMethodExtractedInfosId: z.ZodType<`tx_m_ei_${string}`, z.ZodTypeDef, `tx_m_ei_${string}`>;
67
+ export declare const TransactionReviewId: z.ZodType<`txrev_${string}`, z.ZodTypeDef, `txrev_${string}`>;
68
+ export declare const TransactionPartiesId: z.ZodType<`txpar_${string}`, z.ZodTypeDef, `txpar_${string}`>;
69
+ export declare const TransactionInfosId: z.ZodType<`txi_${string}`, z.ZodTypeDef, `txi_${string}`>;
70
+ export declare const TransactionExtractedInfosId: z.ZodType<`txei_${string}`, z.ZodTypeDef, `txei_${string}`>;
71
+ export declare const TransactionMethodsId: z.ZodType<`txm_${string}`, z.ZodTypeDef, `txm_${string}`>;
72
+ export declare const TransactionMethodExtractedInfosId: z.ZodType<`txmei_${string}`, z.ZodTypeDef, `txmei_${string}`>;
73
73
  export declare const InstitutionId: z.ZodType<`ins_${string}`, z.ZodTypeDef, `ins_${string}`>;
74
- export declare const InstitutionExtractedInfosId: z.ZodType<`ins_ei_${string}`, z.ZodTypeDef, `ins_ei_${string}`>;
74
+ export declare const InstitutionExtractedInfosId: z.ZodType<`insei_${string}`, z.ZodTypeDef, `insei_${string}`>;
75
75
  export declare const generateId: <T extends string>(type: StoragePrefix | IdentityPrefix | EmailPrefix | WalletPrefix | AppPrefix | ChallengePrefix | TestPrefix | CustomerScreeningPrefix | TagPrefix | TransactionPrefix | TransactionReviewPrefix | TransactionPartiesPrefix | TransactionInfosPrefix | TransactionExtractedInfosPrefix | TransactionMethodsPrefix | TransactionMethodExtractedInfosPrefix | InstitutionPrefix | InstitutionExtractedInfosPrefix) => `${T}_${string}`;
76
76
  //# sourceMappingURL=identity-ids.schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"identity-ids.schema.d.ts","sourceRoot":"../../../src","sources":["identity-ids.schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"identity-ids.schema.d.ts","sourceRoot":"../../../src","sources":["identity-ids.schema.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { da as SupportedType, eB as _toConsumableArray, c$ as ARRAY_OPERATORS, d5 as BOOLEAN_OPERATORS, d3 as NUMERIC_OPERATORS, d1 as STRING_OPERATORS } from './identity-api.schema-c82dba7a.esm.js';
1
+ import { da as SupportedType, eB as _toConsumableArray, c$ as ARRAY_OPERATORS, d5 as BOOLEAN_OPERATORS, d3 as NUMERIC_OPERATORS, d1 as STRING_OPERATORS } from './identity-api.schema-68a83f54.esm.js';
2
2
 
3
3
  var VC_JSON_SCHEMA_MAP = {
4
4
  ProofOfResidence: {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var identityApi_schema = require('./identity-api.schema-9eaf0710.cjs.dev.js');
3
+ var identityApi_schema = require('./identity-api.schema-bbb2c243.cjs.dev.js');
4
4
 
5
5
  var VC_JSON_SCHEMA_MAP = {
6
6
  ProofOfResidence: {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var identityApi_schema = require('./identity-api.schema-1ac61550.cjs.prod.js');
3
+ var identityApi_schema = require('./identity-api.schema-2de31155.cjs.prod.js');
4
4
 
5
5
  var VC_JSON_SCHEMA_MAP = {
6
6
  ProofOfResidence: {
@@ -2544,19 +2544,19 @@ var WalletPrefix = "wallet";
2544
2544
  var AppPrefix = "app";
2545
2545
  var ChallengePrefix = "challenge";
2546
2546
  var TestPrefix = "test";
2547
- var CustomerScreeningPrefix = "customer_screening";
2547
+ var CustomerScreeningPrefix = "cstscr";
2548
2548
  var TagPrefix = "tag";
2549
2549
 
2550
2550
  // TMS
2551
2551
  var TransactionPrefix = "tx";
2552
- var TransactionReviewPrefix = "tx_rev";
2553
- var TransactionPartiesPrefix = "tx_par";
2554
- var TransactionInfosPrefix = "tx_i";
2555
- var TransactionExtractedInfosPrefix = "tx_ei";
2556
- var TransactionMethodsPrefix = "tx_m";
2557
- var TransactionMethodExtractedInfosPrefix = "tx_m_ei";
2552
+ var TransactionReviewPrefix = "txrev";
2553
+ var TransactionPartiesPrefix = "txpar";
2554
+ var TransactionInfosPrefix = "txi";
2555
+ var TransactionExtractedInfosPrefix = "txei";
2556
+ var TransactionMethodsPrefix = "txm";
2557
+ var TransactionMethodExtractedInfosPrefix = "txmei";
2558
2558
  var InstitutionPrefix = "ins";
2559
- var InstitutionExtractedInfosPrefix = "ins_ei";
2559
+ var InstitutionExtractedInfosPrefix = "insei";
2560
2560
 
2561
2561
  // ---
2562
2562
 
@@ -2542,19 +2542,19 @@ var WalletPrefix = "wallet";
2542
2542
  var AppPrefix = "app";
2543
2543
  var ChallengePrefix = "challenge";
2544
2544
  var TestPrefix = "test";
2545
- var CustomerScreeningPrefix = "customer_screening";
2545
+ var CustomerScreeningPrefix = "cstscr";
2546
2546
  var TagPrefix = "tag";
2547
2547
 
2548
2548
  // TMS
2549
2549
  var TransactionPrefix = "tx";
2550
- var TransactionReviewPrefix = "tx_rev";
2551
- var TransactionPartiesPrefix = "tx_par";
2552
- var TransactionInfosPrefix = "tx_i";
2553
- var TransactionExtractedInfosPrefix = "tx_ei";
2554
- var TransactionMethodsPrefix = "tx_m";
2555
- var TransactionMethodExtractedInfosPrefix = "tx_m_ei";
2550
+ var TransactionReviewPrefix = "txrev";
2551
+ var TransactionPartiesPrefix = "txpar";
2552
+ var TransactionInfosPrefix = "txi";
2553
+ var TransactionExtractedInfosPrefix = "txei";
2554
+ var TransactionMethodsPrefix = "txm";
2555
+ var TransactionMethodExtractedInfosPrefix = "txmei";
2556
2556
  var InstitutionPrefix = "ins";
2557
- var InstitutionExtractedInfosPrefix = "ins_ei";
2557
+ var InstitutionExtractedInfosPrefix = "insei";
2558
2558
 
2559
2559
  // ---
2560
2560
 
@@ -2544,19 +2544,19 @@ var WalletPrefix = "wallet";
2544
2544
  var AppPrefix = "app";
2545
2545
  var ChallengePrefix = "challenge";
2546
2546
  var TestPrefix = "test";
2547
- var CustomerScreeningPrefix = "customer_screening";
2547
+ var CustomerScreeningPrefix = "cstscr";
2548
2548
  var TagPrefix = "tag";
2549
2549
 
2550
2550
  // TMS
2551
2551
  var TransactionPrefix = "tx";
2552
- var TransactionReviewPrefix = "tx_rev";
2553
- var TransactionPartiesPrefix = "tx_par";
2554
- var TransactionInfosPrefix = "tx_i";
2555
- var TransactionExtractedInfosPrefix = "tx_ei";
2556
- var TransactionMethodsPrefix = "tx_m";
2557
- var TransactionMethodExtractedInfosPrefix = "tx_m_ei";
2552
+ var TransactionReviewPrefix = "txrev";
2553
+ var TransactionPartiesPrefix = "txpar";
2554
+ var TransactionInfosPrefix = "txi";
2555
+ var TransactionExtractedInfosPrefix = "txei";
2556
+ var TransactionMethodsPrefix = "txm";
2557
+ var TransactionMethodExtractedInfosPrefix = "txmei";
2558
2558
  var InstitutionPrefix = "ins";
2559
- var InstitutionExtractedInfosPrefix = "ins_ei";
2559
+ var InstitutionExtractedInfosPrefix = "insei";
2560
2560
 
2561
2561
  // ---
2562
2562
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-9eaf0710.cjs.dev.js');
5
+ var identityApi_schema = require('./identity-api.schema-bbb2c243.cjs.dev.js');
6
6
  var zod = require('zod');
7
- var frontendUtilities_schema = require('./frontend-utilities.schema-06549eb4.cjs.dev.js');
7
+ var frontendUtilities_schema = require('./frontend-utilities.schema-0be040b7.cjs.dev.js');
8
8
  var transaction_schema = require('./transaction.schema-2141e819.cjs.dev.js');
9
9
  require('nanoid');
10
10
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-1ac61550.cjs.prod.js');
5
+ var identityApi_schema = require('./identity-api.schema-2de31155.cjs.prod.js');
6
6
  var zod = require('zod');
7
- var frontendUtilities_schema = require('./frontend-utilities.schema-c3ee7e20.cjs.prod.js');
7
+ var frontendUtilities_schema = require('./frontend-utilities.schema-cd88e673.cjs.prod.js');
8
8
  var transaction_schema = require('./transaction.schema-7297e823.cjs.prod.js');
9
9
  require('nanoid');
10
10
 
@@ -1,7 +1,7 @@
1
- import { C as CredentialTypes } from './identity-api.schema-c82dba7a.esm.js';
2
- export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, al as ALPHA_2_COUNTRIES, c$ as ARRAY_OPERATORS, cK as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bD as AVAILABLE_FLOWS, e5 as AdditionalCustomerInformationParams, z as AddressSchema, cW as AllCredentialAttributes, cX as AllCredentialValues, dM as AllScenarioExecutionAuthorizationData, am as Alpha2Country, dG as AnyTxAuthDataSignatureResponse, dD as AnyTxAuthInput, dy as ApiTezosTxAuthInput, du as ApiTxAuthInput, b4 as AppId, aN as AppPrefix, I as AptosAddress, J as AptosSignature, d0 as ArrayOperator, cS as AuthQrCodeData, cp as AuthSession, cq as AuthSessionData, cN as AuthorizationRequestMessage, cM as AuthorizationRequestMessageType, cL as AuthorizationRequestMessageTypes, cQ as AuthorizationResponseMessage, bE as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, d5 as BOOLEAN_OPERATORS, aD as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, d6 as BooleanOperator, cH as CIRCUIT_IDS, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, aE as CUSTOMERS_CHARTS, aI as CUSTOMER_AUTOMATION_REASONS, aG as CUSTOMER_TABLE_COLUMNS, a0 as CardanoAddress, a1 as CardanoSignature, b5 as ChallengeId, aO as ChallengePrefix, bL as ChallengeQueryOperator, bN as ChallengeQueryOperatorToOperator, bK as ChallengeQueryOperators, bO as ChallengeQuerySchema, cr as ChallengeResponse, cI as CircuitId, bl as CloseScreenNotification, c7 as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, dK as CreateAuthRequestProps, dk as CreateQueryConfigurationInput, dl as CreateQueryConfigurationResponse, dL as CreateZKProofRequestProps, eA as CredentialMediaType, ev as CredentialNames, cR as CredentialQrCodeData, eu as CredentialSchemas, ey as CredentialType, C as CredentialTypes, aA as CustomerOnboardingLevel, az as CustomerOnboardingLevels, b7 as CustomerScreeningId, aQ as CustomerScreeningPrefix, aC as CustomerStatus, aB as CustomerStatuses, aH as CustomerTableColumn, au as CustomerType, at as CustomerTypes, aF as CustomersChartType, d7 as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bF as DataAvailableOnStart, d8 as DateOperator, dp as DeleteQueryConfigurationInput, dq as DeleteQueryConfigurationResponse, a8 as DisplayedBlockchainNamespace, F as EIP155Signature, ac as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, Y as EdSignature, b2 as EmailId, aL as EmailPrefix, ad as EnvironmentSchema, h as EvmChainId, bQ as ExecuteChallengeQueryConfig, bP as ExecuteChallengeQueryInput, bS as ExecuteChallengeQueryResponse, dF as ExtendedTezosTxAuthDataSignatureResponse, dC as ExtendedTezosTxAuthInput, dE as ExtendedTxAuthDataSignatureResponse, dB as ExtendedTxAuthInput, ea as ExternalCustomerId, dW as FLOW_TYPES, dX as FlowType, G as FunctionCallData, co as GenerateWalletChallengeRequest, et as GenericVerifiableCredentialSchema, c9 as GetCredentialsRequest, ca as GetCredentialsResponse, cu as GetCustomerStatusRequest, cy as GetCustomerStatusResponse, dA as GetTezosTxAuthDataSignatureResponse, dw as GetTxAuthDataSignatureResponse, ci as GetTxAuthSigRequest, ck as GetTxAuthSigRequestTezos, cj as GetTxAuthSigResponse, cl as GetTxAuthSigResponseTezos, cB as HostMessage, cm as HostRequestMessage, bJ as HostResponseMessage, eg as ID3CredentialSubjectSchema, d_ as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, e0 as IDENTITY_DOCUMENT_OPTIONS, eq as IDImageCredentialSubjectSchema, dc as IDInformation, ep as IDInformationCredentialSubjectSchema, eh as IDScanCredentialSubjectSchema, ei as IDScanPassportCredentialSubjectSchema, ej as IDScanSelfieCredentialSubjectSchema, ak as ISO3CountryCode, e4 as Identifier, cz as IdentityAppMessage, ec as IdentityAppV2Web2JWT, eb as IdentityAppV2Web3JWT, d$ as IdentityDocumentCountryListOption, e1 as IdentityDocumentOptionsType, b1 as IdentityId, cC as IdentityMessage, bx as IdentityNotificationMessage, aK as IdentityPrefix, bC as IdentityRequestMessage, cn as IdentityResponseMessage, cv as IdentitySdkMessage, cw as IdentitySdkMessageWithIdentifier, cA as IdentityWallet, e9 as IdentityWidgetAccessToken, ed as IdentityWidgetAccessToken_NEW, ee as IdentityWidgetSessionToken, by as InitialDataRequest, bG as InitialDataResponse, bh as InstitutionExtractedInfosId, a_ as InstitutionExtractedInfosPrefix, bg as InstitutionId, aZ as InstitutionPrefix, aj as IpAddress, bt as IsVerifiedNotification, cg as IsVerifiedRequest, ch as IsVerifiedResponse, ay as KybOnboardingLevel, ax as KybOnboardingLevels, bm as KycCompletionData, bn as KycCompletionNotification, aw as KycOnboardingLevel, av as KycOnboardingLevels, cF as MediaType, cG as MediaTypePID, u as NEXERA_ACTIVE_STARKNET_CHAIN_VALUES, f as NEXERA_CHAIN_VALUES, b as NEXERA_COSMOS_CHAINS, N as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAIN_NAMES, e as NEXERA_EVM_CHAIN_NAMES_LIST, c as NEXERA_STARKNET_CHAINS, s as NEXERA_STARKNET_CHAIN_NAMES, t as NEXERA_STARKNET_CHAIN_VALUES, a as NEXERA_TEZOS_CHAINS, j as NEXERA_TEZOS_CHAIN_NAMES, k as NEXERA_TEZOS_CHAIN_NAMES_LIST, l as NEXERA_TEZOS_CHAIN_VALUES, d3 as NUMERIC_OPERATORS, ew as NexeraCredentialType, dj as NonParsedQueryConfiguration, d4 as NumericOperator, eo as OLD_AMLScreeningsResultsCredentialSubjectSchema, ek as OLD_IDImageCredentialSubjectSchema, el as OLD_IDInformationCredentialSubjectSchema, em as OLD_ProofOfResidenceCredentialSubjectSchema, en as OLD_SelfieImageCredentialSubjectSchema, bT as OPAChallengeQuery, bv as OcvSdkInitialized, bp as OffChainScenarioExecutionData, dJ as OffChainZKP, bV as OffChainZKPRuleResult, bU as OnChainRuleResult, bq as OnChainScenarioExecutionData, dO as OnChainZKP, dP as OnChainZKPFromNexeraID, dR as OnChainZKPPayload, dQ as OnChainZKPScenarioFromCms, bR as OpaChallengeQueryResponse, cY as Operator, bM as OperatorToChallengeQueryOperator, e6 as OrganizationId, af as OtpCode, _ as P2Signature, e2 as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ai as PUBLIC_SERVICES_SCHEMA_MAP, dg as PartialQueryConfigSimplified, e3 as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, bu as PolygonIdInitialized, cc as PolygonIdRequest, cb as PolygonIdRequestData, ce as PolygonIdResponse, cd as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, dN as ProjectAuthorizationData, cO as ProofData, es as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, cT as QrCodeLinkWithSchemaType, dd as QueryConfig, df as QueryConfigSimplified, dh as QueryConfigSimplifiedParsed, di as QueryConfiguration, ds as QueryCredentialType, dr as QueryCredentialTypes, de as QueryType, cD as RequiredDataRowSchema, cE as RequiredVerificationData, as as RiskScoreType, ar as RiskScoreTypes, c2 as RuleEngineResponse, bo as RuleEngineScenarioExecutionData, c5 as RuleResultStatus, c6 as RuleResultStatusLabels, c4 as RuleResultStatuses, dS as SCENARIO_AUTHORIZATION_STATUSES, d1 as STRING_OPERATORS, d9 as SUPPORTED_TYPES, bj as ScenarioAuthorizationData, dT as ScenarioAuthorizationStatus, br as ScenarioExecutionData, bs as ScenarioExecutionNotification, c3 as ScenarioExecutionResponse, c1 as ScenarioStatus, c0 as ScenarioStatuses, b$ as ScenarioType, b_ as ScenarioTypes, bW as SdkVerificationOutput, bk as SdkVerificationResponseSchema, er as SelfieImageCredentialSubjectSchema, bB as SendTransactionRequest, bz as SignatureRequest, bH as SignatureResponse, c8 as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, bw as StartCompletedNotification, cf as StartFlowRequest, b0 as StorageId, aJ as StoragePrefix, w as String0x, d2 as StringOperator, da as SupportedType, db as SupportedTypes, b8 as TagId, aR as TagPrefix, b6 as TestId, aP as TestPrefix, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, dx as TezosTxAuthInput, dz as TezosTxSignatureResponse, bA as TransactionData, bd as TransactionExtractedInfosId, aW as TransactionExtractedInfosPrefix, b9 as TransactionId, bc as TransactionInfosId, aV as TransactionInfosPrefix, bf as TransactionMethodExtractedInfosId, aY as TransactionMethodExtractedInfosPrefix, be as TransactionMethodsId, aX as TransactionMethodsPrefix, bb as TransactionPartiesId, aU as TransactionPartiesPrefix, aS as TransactionPrefix, bI as TransactionResponse, ba as TransactionReviewId, aT as TransactionReviewPrefix, ct as TxAuthDataSignatureGatingRequest, cx as TxAuthDataSignatureResponse, dt as TxAuthInput, D as TxHash, dv as TxSignatureResponse, dm as UpdateQueryConfigurationInput, dn as UpdateQueryConfigurationResponse, ae as UuidString, ez as VerifiableCredential, dZ as VerificationMode, dY as VerificationModes, bZ as VerificationOutput, bY as VerificationSessionStatus, bX as VerificationSessionStatuses, dV as VerifyWalletChallengeRequest, b3 as WalletId, aM as WalletPrefix, cs as WalletSignResponse, dU as WalletSignatureResponse, ef as Web2CreateSessionParams, e8 as WorkflowId, e7 as WorkspaceId, cZ as ZKPOperator, dH as ZKPRequest, dI as ZKPRequestFromZKVerifier, cJ as ZeroKnowledgeProofRequest, cP as ZeroKnowledgeProofResponse, ag as ZodParse, ab as coerceBoolean, ao as countryISO2toISO3Mapping, an as countryISO3toISO2Mapping, a$ as createBrandedSchemaId, bi as generateId, ex as getCredentialName, v as isValidAddress, ap as isoCountriesNameFromISO2, c_ as operatorDisplayMap, aq as parseISO3CountryCode, cU as parseIden3Message, cV as parseSessionIdFromUrl, H as shortAddress, ah as shortBlockchainAddress } from './identity-api.schema-c82dba7a.esm.js';
1
+ import { C as CredentialTypes } from './identity-api.schema-68a83f54.esm.js';
2
+ export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, al as ALPHA_2_COUNTRIES, c$ as ARRAY_OPERATORS, cK as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bD as AVAILABLE_FLOWS, e5 as AdditionalCustomerInformationParams, z as AddressSchema, cW as AllCredentialAttributes, cX as AllCredentialValues, dM as AllScenarioExecutionAuthorizationData, am as Alpha2Country, dG as AnyTxAuthDataSignatureResponse, dD as AnyTxAuthInput, dy as ApiTezosTxAuthInput, du as ApiTxAuthInput, b4 as AppId, aN as AppPrefix, I as AptosAddress, J as AptosSignature, d0 as ArrayOperator, cS as AuthQrCodeData, cp as AuthSession, cq as AuthSessionData, cN as AuthorizationRequestMessage, cM as AuthorizationRequestMessageType, cL as AuthorizationRequestMessageTypes, cQ as AuthorizationResponseMessage, bE as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, d5 as BOOLEAN_OPERATORS, aD as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, d6 as BooleanOperator, cH as CIRCUIT_IDS, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, aE as CUSTOMERS_CHARTS, aI as CUSTOMER_AUTOMATION_REASONS, aG as CUSTOMER_TABLE_COLUMNS, a0 as CardanoAddress, a1 as CardanoSignature, b5 as ChallengeId, aO as ChallengePrefix, bL as ChallengeQueryOperator, bN as ChallengeQueryOperatorToOperator, bK as ChallengeQueryOperators, bO as ChallengeQuerySchema, cr as ChallengeResponse, cI as CircuitId, bl as CloseScreenNotification, c7 as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, dK as CreateAuthRequestProps, dk as CreateQueryConfigurationInput, dl as CreateQueryConfigurationResponse, dL as CreateZKProofRequestProps, eA as CredentialMediaType, ev as CredentialNames, cR as CredentialQrCodeData, eu as CredentialSchemas, ey as CredentialType, C as CredentialTypes, aA as CustomerOnboardingLevel, az as CustomerOnboardingLevels, b7 as CustomerScreeningId, aQ as CustomerScreeningPrefix, aC as CustomerStatus, aB as CustomerStatuses, aH as CustomerTableColumn, au as CustomerType, at as CustomerTypes, aF as CustomersChartType, d7 as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bF as DataAvailableOnStart, d8 as DateOperator, dp as DeleteQueryConfigurationInput, dq as DeleteQueryConfigurationResponse, a8 as DisplayedBlockchainNamespace, F as EIP155Signature, ac as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, Y as EdSignature, b2 as EmailId, aL as EmailPrefix, ad as EnvironmentSchema, h as EvmChainId, bQ as ExecuteChallengeQueryConfig, bP as ExecuteChallengeQueryInput, bS as ExecuteChallengeQueryResponse, dF as ExtendedTezosTxAuthDataSignatureResponse, dC as ExtendedTezosTxAuthInput, dE as ExtendedTxAuthDataSignatureResponse, dB as ExtendedTxAuthInput, ea as ExternalCustomerId, dW as FLOW_TYPES, dX as FlowType, G as FunctionCallData, co as GenerateWalletChallengeRequest, et as GenericVerifiableCredentialSchema, c9 as GetCredentialsRequest, ca as GetCredentialsResponse, cu as GetCustomerStatusRequest, cy as GetCustomerStatusResponse, dA as GetTezosTxAuthDataSignatureResponse, dw as GetTxAuthDataSignatureResponse, ci as GetTxAuthSigRequest, ck as GetTxAuthSigRequestTezos, cj as GetTxAuthSigResponse, cl as GetTxAuthSigResponseTezos, cB as HostMessage, cm as HostRequestMessage, bJ as HostResponseMessage, eg as ID3CredentialSubjectSchema, d_ as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, e0 as IDENTITY_DOCUMENT_OPTIONS, eq as IDImageCredentialSubjectSchema, dc as IDInformation, ep as IDInformationCredentialSubjectSchema, eh as IDScanCredentialSubjectSchema, ei as IDScanPassportCredentialSubjectSchema, ej as IDScanSelfieCredentialSubjectSchema, ak as ISO3CountryCode, e4 as Identifier, cz as IdentityAppMessage, ec as IdentityAppV2Web2JWT, eb as IdentityAppV2Web3JWT, d$ as IdentityDocumentCountryListOption, e1 as IdentityDocumentOptionsType, b1 as IdentityId, cC as IdentityMessage, bx as IdentityNotificationMessage, aK as IdentityPrefix, bC as IdentityRequestMessage, cn as IdentityResponseMessage, cv as IdentitySdkMessage, cw as IdentitySdkMessageWithIdentifier, cA as IdentityWallet, e9 as IdentityWidgetAccessToken, ed as IdentityWidgetAccessToken_NEW, ee as IdentityWidgetSessionToken, by as InitialDataRequest, bG as InitialDataResponse, bh as InstitutionExtractedInfosId, a_ as InstitutionExtractedInfosPrefix, bg as InstitutionId, aZ as InstitutionPrefix, aj as IpAddress, bt as IsVerifiedNotification, cg as IsVerifiedRequest, ch as IsVerifiedResponse, ay as KybOnboardingLevel, ax as KybOnboardingLevels, bm as KycCompletionData, bn as KycCompletionNotification, aw as KycOnboardingLevel, av as KycOnboardingLevels, cF as MediaType, cG as MediaTypePID, u as NEXERA_ACTIVE_STARKNET_CHAIN_VALUES, f as NEXERA_CHAIN_VALUES, b as NEXERA_COSMOS_CHAINS, N as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAIN_NAMES, e as NEXERA_EVM_CHAIN_NAMES_LIST, c as NEXERA_STARKNET_CHAINS, s as NEXERA_STARKNET_CHAIN_NAMES, t as NEXERA_STARKNET_CHAIN_VALUES, a as NEXERA_TEZOS_CHAINS, j as NEXERA_TEZOS_CHAIN_NAMES, k as NEXERA_TEZOS_CHAIN_NAMES_LIST, l as NEXERA_TEZOS_CHAIN_VALUES, d3 as NUMERIC_OPERATORS, ew as NexeraCredentialType, dj as NonParsedQueryConfiguration, d4 as NumericOperator, eo as OLD_AMLScreeningsResultsCredentialSubjectSchema, ek as OLD_IDImageCredentialSubjectSchema, el as OLD_IDInformationCredentialSubjectSchema, em as OLD_ProofOfResidenceCredentialSubjectSchema, en as OLD_SelfieImageCredentialSubjectSchema, bT as OPAChallengeQuery, bv as OcvSdkInitialized, bp as OffChainScenarioExecutionData, dJ as OffChainZKP, bV as OffChainZKPRuleResult, bU as OnChainRuleResult, bq as OnChainScenarioExecutionData, dO as OnChainZKP, dP as OnChainZKPFromNexeraID, dR as OnChainZKPPayload, dQ as OnChainZKPScenarioFromCms, bR as OpaChallengeQueryResponse, cY as Operator, bM as OperatorToChallengeQueryOperator, e6 as OrganizationId, af as OtpCode, _ as P2Signature, e2 as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ai as PUBLIC_SERVICES_SCHEMA_MAP, dg as PartialQueryConfigSimplified, e3 as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, bu as PolygonIdInitialized, cc as PolygonIdRequest, cb as PolygonIdRequestData, ce as PolygonIdResponse, cd as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, dN as ProjectAuthorizationData, cO as ProofData, es as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, cT as QrCodeLinkWithSchemaType, dd as QueryConfig, df as QueryConfigSimplified, dh as QueryConfigSimplifiedParsed, di as QueryConfiguration, ds as QueryCredentialType, dr as QueryCredentialTypes, de as QueryType, cD as RequiredDataRowSchema, cE as RequiredVerificationData, as as RiskScoreType, ar as RiskScoreTypes, c2 as RuleEngineResponse, bo as RuleEngineScenarioExecutionData, c5 as RuleResultStatus, c6 as RuleResultStatusLabels, c4 as RuleResultStatuses, dS as SCENARIO_AUTHORIZATION_STATUSES, d1 as STRING_OPERATORS, d9 as SUPPORTED_TYPES, bj as ScenarioAuthorizationData, dT as ScenarioAuthorizationStatus, br as ScenarioExecutionData, bs as ScenarioExecutionNotification, c3 as ScenarioExecutionResponse, c1 as ScenarioStatus, c0 as ScenarioStatuses, b$ as ScenarioType, b_ as ScenarioTypes, bW as SdkVerificationOutput, bk as SdkVerificationResponseSchema, er as SelfieImageCredentialSubjectSchema, bB as SendTransactionRequest, bz as SignatureRequest, bH as SignatureResponse, c8 as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, bw as StartCompletedNotification, cf as StartFlowRequest, b0 as StorageId, aJ as StoragePrefix, w as String0x, d2 as StringOperator, da as SupportedType, db as SupportedTypes, b8 as TagId, aR as TagPrefix, b6 as TestId, aP as TestPrefix, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, dx as TezosTxAuthInput, dz as TezosTxSignatureResponse, bA as TransactionData, bd as TransactionExtractedInfosId, aW as TransactionExtractedInfosPrefix, b9 as TransactionId, bc as TransactionInfosId, aV as TransactionInfosPrefix, bf as TransactionMethodExtractedInfosId, aY as TransactionMethodExtractedInfosPrefix, be as TransactionMethodsId, aX as TransactionMethodsPrefix, bb as TransactionPartiesId, aU as TransactionPartiesPrefix, aS as TransactionPrefix, bI as TransactionResponse, ba as TransactionReviewId, aT as TransactionReviewPrefix, ct as TxAuthDataSignatureGatingRequest, cx as TxAuthDataSignatureResponse, dt as TxAuthInput, D as TxHash, dv as TxSignatureResponse, dm as UpdateQueryConfigurationInput, dn as UpdateQueryConfigurationResponse, ae as UuidString, ez as VerifiableCredential, dZ as VerificationMode, dY as VerificationModes, bZ as VerificationOutput, bY as VerificationSessionStatus, bX as VerificationSessionStatuses, dV as VerifyWalletChallengeRequest, b3 as WalletId, aM as WalletPrefix, cs as WalletSignResponse, dU as WalletSignatureResponse, ef as Web2CreateSessionParams, e8 as WorkflowId, e7 as WorkspaceId, cZ as ZKPOperator, dH as ZKPRequest, dI as ZKPRequestFromZKVerifier, cJ as ZeroKnowledgeProofRequest, cP as ZeroKnowledgeProofResponse, ag as ZodParse, ab as coerceBoolean, ao as countryISO2toISO3Mapping, an as countryISO3toISO2Mapping, a$ as createBrandedSchemaId, bi as generateId, ex as getCredentialName, v as isValidAddress, ap as isoCountriesNameFromISO2, c_ as operatorDisplayMap, aq as parseISO3CountryCode, cU as parseIden3Message, cV as parseSessionIdFromUrl, H as shortAddress, ah as shortBlockchainAddress } from './identity-api.schema-68a83f54.esm.js';
3
3
  import { z } from 'zod';
4
- export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-64272e5a.esm.js';
4
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-02fc8336.esm.js';
5
5
  export { j as PaymentType, P as PaymentTypes, g as TransactionDirection, f as TransactionDirections, l as TransactionPartiesType, k as TransactionPartiesTypes, i as TransactionProvider, h as TransactionProviders, e as TransactionReviewStatus, d as TransactionReviewStatuses, c as TransactionRiskLevel, b as TransactionRiskLevels, a as TransactionType, T as TransactionTypes } from './transaction.schema-fb699c40.esm.js';
6
6
  import 'nanoid';
7
7
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.3.19",
3
+ "version": "2.3.20",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('../../dist/identity-api.schema-9eaf0710.cjs.dev.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-bbb2c243.cjs.dev.js');
6
6
  require('zod');
7
7
  require('nanoid');
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('../../dist/identity-api.schema-1ac61550.cjs.prod.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-2de31155.cjs.prod.js');
6
6
  require('zod');
7
7
  require('nanoid');
8
8
 
@@ -1,3 +1,3 @@
1
- export { c$ as ARRAY_OPERATORS, cK as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bD as AVAILABLE_FLOWS, cW as AllCredentialAttributes, cX as AllCredentialValues, dM as AllScenarioExecutionAuthorizationData, dG as AnyTxAuthDataSignatureResponse, dD as AnyTxAuthInput, dy as ApiTezosTxAuthInput, du as ApiTxAuthInput, d0 as ArrayOperator, cS as AuthQrCodeData, cp as AuthSession, cq as AuthSessionData, cN as AuthorizationRequestMessage, cM as AuthorizationRequestMessageType, cL as AuthorizationRequestMessageTypes, cQ as AuthorizationResponseMessage, bE as AvailableFlow, d5 as BOOLEAN_OPERATORS, d6 as BooleanOperator, cH as CIRCUIT_IDS, bL as ChallengeQueryOperator, bN as ChallengeQueryOperatorToOperator, bK as ChallengeQueryOperators, bO as ChallengeQuerySchema, cr as ChallengeResponse, cI as CircuitId, bl as CloseScreenNotification, c7 as ComplianceImplementationStepsInput, dK as CreateAuthRequestProps, dk as CreateQueryConfigurationInput, dl as CreateQueryConfigurationResponse, dL as CreateZKProofRequestProps, cR as CredentialQrCodeData, d7 as DATE_OPERATORS, bF as DataAvailableOnStart, d8 as DateOperator, dp as DeleteQueryConfigurationInput, dq as DeleteQueryConfigurationResponse, bQ as ExecuteChallengeQueryConfig, bP as ExecuteChallengeQueryInput, bS as ExecuteChallengeQueryResponse, dF as ExtendedTezosTxAuthDataSignatureResponse, dC as ExtendedTezosTxAuthInput, dE as ExtendedTxAuthDataSignatureResponse, dB as ExtendedTxAuthInput, co as GenerateWalletChallengeRequest, c9 as GetCredentialsRequest, ca as GetCredentialsResponse, cu as GetCustomerStatusRequest, cy as GetCustomerStatusResponse, dA as GetTezosTxAuthDataSignatureResponse, dw as GetTxAuthDataSignatureResponse, ci as GetTxAuthSigRequest, ck as GetTxAuthSigRequestTezos, cj as GetTxAuthSigResponse, cl as GetTxAuthSigResponseTezos, cB as HostMessage, cm as HostRequestMessage, bJ as HostResponseMessage, dc as IDInformation, cz as IdentityAppMessage, cC as IdentityMessage, bx as IdentityNotificationMessage, bC as IdentityRequestMessage, cn as IdentityResponseMessage, cv as IdentitySdkMessage, cw as IdentitySdkMessageWithIdentifier, cA as IdentityWallet, by as InitialDataRequest, bG as InitialDataResponse, bt as IsVerifiedNotification, cg as IsVerifiedRequest, ch as IsVerifiedResponse, bm as KycCompletionData, bn as KycCompletionNotification, cF as MediaType, cG as MediaTypePID, d3 as NUMERIC_OPERATORS, dj as NonParsedQueryConfiguration, d4 as NumericOperator, bT as OPAChallengeQuery, bv as OcvSdkInitialized, bp as OffChainScenarioExecutionData, dJ as OffChainZKP, bV as OffChainZKPRuleResult, bU as OnChainRuleResult, bq as OnChainScenarioExecutionData, dO as OnChainZKP, dP as OnChainZKPFromNexeraID, dR as OnChainZKPPayload, dQ as OnChainZKPScenarioFromCms, bR as OpaChallengeQueryResponse, cY as Operator, bM as OperatorToChallengeQueryOperator, dg as PartialQueryConfigSimplified, bu as PolygonIdInitialized, cc as PolygonIdRequest, cb as PolygonIdRequestData, ce as PolygonIdResponse, cd as PolygonIdResponseData, dN as ProjectAuthorizationData, cO as ProofData, cT as QrCodeLinkWithSchemaType, dd as QueryConfig, df as QueryConfigSimplified, dh as QueryConfigSimplifiedParsed, di as QueryConfiguration, ds as QueryCredentialType, dr as QueryCredentialTypes, de as QueryType, cD as RequiredDataRowSchema, cE as RequiredVerificationData, c2 as RuleEngineResponse, bo as RuleEngineScenarioExecutionData, c5 as RuleResultStatus, c6 as RuleResultStatusLabels, c4 as RuleResultStatuses, dS as SCENARIO_AUTHORIZATION_STATUSES, d1 as STRING_OPERATORS, d9 as SUPPORTED_TYPES, bj as ScenarioAuthorizationData, dT as ScenarioAuthorizationStatus, br as ScenarioExecutionData, bs as ScenarioExecutionNotification, c3 as ScenarioExecutionResponse, c1 as ScenarioStatus, c0 as ScenarioStatuses, b$ as ScenarioType, b_ as ScenarioTypes, bW as SdkVerificationOutput, bk as SdkVerificationResponseSchema, bB as SendTransactionRequest, bz as SignatureRequest, bH as SignatureResponse, c8 as SimplifiedCredential, bw as StartCompletedNotification, cf as StartFlowRequest, d2 as StringOperator, da as SupportedType, db as SupportedTypes, dx as TezosTxAuthInput, dz as TezosTxSignatureResponse, bA as TransactionData, bI as TransactionResponse, ct as TxAuthDataSignatureGatingRequest, cx as TxAuthDataSignatureResponse, dt as TxAuthInput, dv as TxSignatureResponse, dm as UpdateQueryConfigurationInput, dn as UpdateQueryConfigurationResponse, bZ as VerificationOutput, bY as VerificationSessionStatus, bX as VerificationSessionStatuses, dV as VerifyWalletChallengeRequest, cs as WalletSignResponse, dU as WalletSignatureResponse, cZ as ZKPOperator, dH as ZKPRequest, dI as ZKPRequestFromZKVerifier, cJ as ZeroKnowledgeProofRequest, cP as ZeroKnowledgeProofResponse, c_ as operatorDisplayMap, cU as parseIden3Message, cV as parseSessionIdFromUrl } from '../../dist/identity-api.schema-c82dba7a.esm.js';
1
+ export { c$ as ARRAY_OPERATORS, cK as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bD as AVAILABLE_FLOWS, cW as AllCredentialAttributes, cX as AllCredentialValues, dM as AllScenarioExecutionAuthorizationData, dG as AnyTxAuthDataSignatureResponse, dD as AnyTxAuthInput, dy as ApiTezosTxAuthInput, du as ApiTxAuthInput, d0 as ArrayOperator, cS as AuthQrCodeData, cp as AuthSession, cq as AuthSessionData, cN as AuthorizationRequestMessage, cM as AuthorizationRequestMessageType, cL as AuthorizationRequestMessageTypes, cQ as AuthorizationResponseMessage, bE as AvailableFlow, d5 as BOOLEAN_OPERATORS, d6 as BooleanOperator, cH as CIRCUIT_IDS, bL as ChallengeQueryOperator, bN as ChallengeQueryOperatorToOperator, bK as ChallengeQueryOperators, bO as ChallengeQuerySchema, cr as ChallengeResponse, cI as CircuitId, bl as CloseScreenNotification, c7 as ComplianceImplementationStepsInput, dK as CreateAuthRequestProps, dk as CreateQueryConfigurationInput, dl as CreateQueryConfigurationResponse, dL as CreateZKProofRequestProps, cR as CredentialQrCodeData, d7 as DATE_OPERATORS, bF as DataAvailableOnStart, d8 as DateOperator, dp as DeleteQueryConfigurationInput, dq as DeleteQueryConfigurationResponse, bQ as ExecuteChallengeQueryConfig, bP as ExecuteChallengeQueryInput, bS as ExecuteChallengeQueryResponse, dF as ExtendedTezosTxAuthDataSignatureResponse, dC as ExtendedTezosTxAuthInput, dE as ExtendedTxAuthDataSignatureResponse, dB as ExtendedTxAuthInput, co as GenerateWalletChallengeRequest, c9 as GetCredentialsRequest, ca as GetCredentialsResponse, cu as GetCustomerStatusRequest, cy as GetCustomerStatusResponse, dA as GetTezosTxAuthDataSignatureResponse, dw as GetTxAuthDataSignatureResponse, ci as GetTxAuthSigRequest, ck as GetTxAuthSigRequestTezos, cj as GetTxAuthSigResponse, cl as GetTxAuthSigResponseTezos, cB as HostMessage, cm as HostRequestMessage, bJ as HostResponseMessage, dc as IDInformation, cz as IdentityAppMessage, cC as IdentityMessage, bx as IdentityNotificationMessage, bC as IdentityRequestMessage, cn as IdentityResponseMessage, cv as IdentitySdkMessage, cw as IdentitySdkMessageWithIdentifier, cA as IdentityWallet, by as InitialDataRequest, bG as InitialDataResponse, bt as IsVerifiedNotification, cg as IsVerifiedRequest, ch as IsVerifiedResponse, bm as KycCompletionData, bn as KycCompletionNotification, cF as MediaType, cG as MediaTypePID, d3 as NUMERIC_OPERATORS, dj as NonParsedQueryConfiguration, d4 as NumericOperator, bT as OPAChallengeQuery, bv as OcvSdkInitialized, bp as OffChainScenarioExecutionData, dJ as OffChainZKP, bV as OffChainZKPRuleResult, bU as OnChainRuleResult, bq as OnChainScenarioExecutionData, dO as OnChainZKP, dP as OnChainZKPFromNexeraID, dR as OnChainZKPPayload, dQ as OnChainZKPScenarioFromCms, bR as OpaChallengeQueryResponse, cY as Operator, bM as OperatorToChallengeQueryOperator, dg as PartialQueryConfigSimplified, bu as PolygonIdInitialized, cc as PolygonIdRequest, cb as PolygonIdRequestData, ce as PolygonIdResponse, cd as PolygonIdResponseData, dN as ProjectAuthorizationData, cO as ProofData, cT as QrCodeLinkWithSchemaType, dd as QueryConfig, df as QueryConfigSimplified, dh as QueryConfigSimplifiedParsed, di as QueryConfiguration, ds as QueryCredentialType, dr as QueryCredentialTypes, de as QueryType, cD as RequiredDataRowSchema, cE as RequiredVerificationData, c2 as RuleEngineResponse, bo as RuleEngineScenarioExecutionData, c5 as RuleResultStatus, c6 as RuleResultStatusLabels, c4 as RuleResultStatuses, dS as SCENARIO_AUTHORIZATION_STATUSES, d1 as STRING_OPERATORS, d9 as SUPPORTED_TYPES, bj as ScenarioAuthorizationData, dT as ScenarioAuthorizationStatus, br as ScenarioExecutionData, bs as ScenarioExecutionNotification, c3 as ScenarioExecutionResponse, c1 as ScenarioStatus, c0 as ScenarioStatuses, b$ as ScenarioType, b_ as ScenarioTypes, bW as SdkVerificationOutput, bk as SdkVerificationResponseSchema, bB as SendTransactionRequest, bz as SignatureRequest, bH as SignatureResponse, c8 as SimplifiedCredential, bw as StartCompletedNotification, cf as StartFlowRequest, d2 as StringOperator, da as SupportedType, db as SupportedTypes, dx as TezosTxAuthInput, dz as TezosTxSignatureResponse, bA as TransactionData, bI as TransactionResponse, ct as TxAuthDataSignatureGatingRequest, cx as TxAuthDataSignatureResponse, dt as TxAuthInput, dv as TxSignatureResponse, dm as UpdateQueryConfigurationInput, dn as UpdateQueryConfigurationResponse, bZ as VerificationOutput, bY as VerificationSessionStatus, bX as VerificationSessionStatuses, dV as VerifyWalletChallengeRequest, cs as WalletSignResponse, dU as WalletSignatureResponse, cZ as ZKPOperator, dH as ZKPRequest, dI as ZKPRequestFromZKVerifier, cJ as ZeroKnowledgeProofRequest, cP as ZeroKnowledgeProofResponse, c_ as operatorDisplayMap, cU as parseIden3Message, cV as parseSessionIdFromUrl } from '../../dist/identity-api.schema-68a83f54.esm.js';
2
2
  import 'zod';
3
3
  import 'nanoid';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.3.19-dev",
3
+ "version": "2.3.20-dev",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var customers_schema = require('../../dist/customers.schema-53d8aa84.cjs.dev.js');
5
+ var customers_schema = require('../../dist/customers.schema-cc3df18f.cjs.dev.js');
6
6
  require('zod');
7
- require('../../dist/identity-api.schema-9eaf0710.cjs.dev.js');
7
+ require('../../dist/identity-api.schema-bbb2c243.cjs.dev.js');
8
8
  require('nanoid');
9
9
 
10
10
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var customers_schema = require('../../dist/customers.schema-93908d1f.cjs.prod.js');
5
+ var customers_schema = require('../../dist/customers.schema-f0d472b1.cjs.prod.js');
6
6
  require('zod');
7
- require('../../dist/identity-api.schema-1ac61550.cjs.prod.js');
7
+ require('../../dist/identity-api.schema-2de31155.cjs.prod.js');
8
8
  require('nanoid');
9
9
 
10
10
 
@@ -1,4 +1,4 @@
1
- export { a2 as AMLMetadata, A as ANALYSIS_TYPES, c as AnalysisType, bK as ApplicantMemberOfSchema, bZ as BENEFICIARY_TYPES, e as BLOCKCHAIN_TYPES, bM as BaseApplicantActionSchema, bk as BaseProvider, b$ as BeneficiaryCompanyCustomerClaims, c0 as BeneficiaryCompanyCustomerClaimsArray, b_ as BeneficiaryType, d3 as BeneficiaryVerificationStatus, d4 as BeneficiaryVerificationStatusArray, u as BigCSErrorCodes, bh as BigConfig, p as BigCryptoChain, r as BigProperties, q as BigPropertiesLiteral, s as BigProperty, bn as BigProvider, v as BitRankRequest, w as BitRankVerified, y as BitRankVerifiedError, x as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, f as Blockchain, aC as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aE as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, aA as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, at as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, aq as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dm as ChainalysisApiError, bd as ChainalysisConfig, dk as ChainalysisErrorCodes, bq as ChainalysisProvider, di as ChainalysisRegisterApiResponse, dn as ChainalysisRegisterResponse, dh as ChainalysisRequest, dl as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dj as ChainalysisRiskLevel, ah as CoerceDateUTC, g as Coin, d2 as CompanyDocumentMetaData, aW as ComplyAdvantageAmlFullListing, aV as ComplyAdvantageAmlItemSource, aD as ComplyAdvantageCountryFieldSources, aF as ComplyAdvantageDateOfBirthFieldSources, aU as ComplyAdvantageKeyInformation, aP as ComplyAdvantageMedia, b3 as ComplyAdvantageMonitorSearchDataResponse, b5 as ComplyAdvantageMonitorSearchResponse, b4 as ComplyAdvantageMonitorSearchSuccessResponse, b6 as ComplyAdvantageMonitoredSearchUpdate, aB as ComplyAdvantageNationalityFieldSources, bv as ComplyAdvantageProvider, bu as ComplyAdvantageProviderConfigElement, bt as ComplyAdvantageProviderConfigFilters, bs as ComplyAdvantageProviderConfigTypes, au as ComplyAdvantageReponseMatchStatus, ar as ComplyAdvantageResponseMatchType, aR as ComplyAdvantageSearchDataResponse, aQ as ComplyAdvantageSearchDataResponseHit, aX as ComplyAdvantageSearchEntitiesDataResponse, aZ as ComplyAdvantageSearchEntitiesResponse, aY as ComplyAdvantageSearchEntitiesSuccessResponse, aT as ComplyAdvantageSearchErrorResponse, a_ as ComplyAdvantageSearchRequest, b as ComplyAdvantageSearchResponse, aS as ComplyAdvantageSearchSuccessResponse, b0 as ComplyAdvantageUpdateSearchEntitiesRequest, b2 as ComplyAdvantageUpdateSearchEntitiesResponse, b1 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, a$ as ComplyAdvantageUpdateSearchRequest, aN as ComplyAdvantageUser, bB as CreateProviderInput, bC as CreateProviderResponse, aG as CreateSearchInput, cW as CredentialMetadata, cV as CustomerContactInformationOutput, d9 as CustomerDocumentMetaData, da as CustomerStatusResults, ba as DataProviderOptions, bb as DataProviders, bG as DeleteProviderInput, bH as DeleteProviderResponse, X as DocumentIdMetadata, V as DocumentIdType, U as DocumentIdTypes, cp as DocumentMetadataSchema, a1 as EmailMetadata, E as EmailVerificationAnalysisResponse, cL as EmailVerificationResponse, T as File, cU as GetCredentialsOutput, d6 as GetKybSessionInput, d7 as GetKybSessionResponse, cO as GetKycSessionInput, cP as GetKycSessionResponse, cX as GetKycSessionResponseWithCredentialsMetadata, bA as GetProviderResponse, bz as GetProvidersResponse, ao as HIGH_RISK_TYPES, bX as INDIVIDUAL_BENEFICIARY_RELATIONS, b8 as IdentityProviderOptions, b9 as IdentityProviders, bY as IndividualBeneficiaryRelation, l as IpQualityAnalysisRequest, m as IpQualityAnalysisResponse, bg as IpQualityConfig, n as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, o as IpQualityServiceErrorResponse, br as IpqualityscoreProvider, c_ as KYB_RESULTS, d0 as KYB_SESSION_STATUSES, cY as KYB_STEP_TYPES, cH as KYC_RESULTS, cJ as KYC_SESSION_STATUSES, cF as KYC_STEP_TYPES, c$ as KybResult, d1 as KybSessionStatus, cZ as KybStep, cI as KycResult, cK as KycSessionStatus, cG as KycStep, $ as LivenessMetadata, ap as MEDIUM_RISK_TYPES, aI as MatchStatus, aH as MatchStatuses, aO as MatchTypeDetail, M as MergedProviders, dg as MerkleAddressApiError, df as MerkleAddressApiResponse, de as MerkleAddressRequest, a as MerkleAddressResponse, dd as MerkleBlockChainCodes, dc as MerkleBlockChainNames, db as MerkleBlockChainTypes, bc as MerkleScienceConfig, bp as MerkleScienceProvider, N as NestedSession, bm as NexeraIdKYBProvider, bl as NexeraIdSSIDProvider, O as OBJECT_TYPES, d as ObjectType, a0 as PhoneMetadata, P as PhoneVerificationAnalysisResponse, Z as ProofOfAddressDocumentType, Y as ProofOfAddressDocumentTypes, _ as ProofOfAddressMetadata, cT as ProofOfResidenceDocumentType, cS as ProofOfResidenceMetaData, bx as ProviderData, by as ProviderDataProject, bj as ProviderIntegrationType, bi as ProviderIntegrationTypeOptions, b7 as ProviderWithoutConfig, aa as RESULT_PARSER_ERROR, Q as ReasonCode, L as ReasonCodes, t as RequestProperty, aK as RiskLevel, aJ as RiskLevels, R as RiskSeverity, am as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, ak as SEARCH_FILTER_PEP_TYPE, ai as SEARCH_FILTER_SANCTION_TYPE, av as SEARCH_FILTER_TYPES, a8 as SESSION_NOT_FOUND, ae as STEP_NOT_FOUND, bP as SUMSUB_APPLICANT_TYPES, ci as SUMSUB_COMPANY_BENEFICIARY_GROUP, c6 as SUMSUB_DOC_TYPES, c8 as SUMSUB_FLOW_LEVEL, cx as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cn as SUMSUB_MEDIA_CONTENT_TYPES, bR as SUMSUB_REVIEW_ANSWERS, cC as SUMSUB_REVIEW_REJECT_LABELS, cE as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bT as SUMSUB_REVIEW_REJECT_TYPES, c4 as SUMSUB_REVIEW_STATUSES, bN as SUMSUB_STEPS, c2 as SUMSUB_WEBHOOK_INTERNAL_STATUS, j as ScorechainAnalysis, be as ScorechainConfig, i as ScorechainError, h as ScorechainErrorResponse, bo as ScorechainProvider, k as ScoringAnalysisRequest, S as ScoringAnalysisResponse, ay as SearchEntityType, ax as SearchEntityTypes, an as SearchFilterAdverseMediaType, al as SearchFilterPepType, aj as SearchFilterSanctionType, aw as SearchFilterType, az as SearchFilters, d5 as SelectKybSession, cM as SelectKycSession, cN as SelectKycSessionStep, G as Session, H as SessionWithoutSteps, D as Status, z as Statuses, a3 as Step, K as StepType, J as StepTypes, bV as SumSubAddress, bW as SumSubApplicantInfo, cr as SumSubApplicantResetSchema, cq as SumSubApplicantReviewStatusSchema, cw as SumSubApplicantSchema, bQ as SumSubApplicantType, cm as SumSubApplicantVerificationStepSchema, c1 as SumSubCompanyApplicantInfo, cg as SumSubCompanyApplicantSchema, c7 as SumSubDocType, c9 as SumSubFlowLevel, cs as SumSubGenerateExternalWebSdkLinkSchema, ch as SumSubImageId, cc as SumSubImageReviewResultSchema, cf as SumSubIndividualApplicantSchema, co as SumSubMediaContentType, ca as SumSubRequiredIdDoc, bS as SumSubReviewAnswer, cD as SumSubReviewRejectLabel, bU as SumSubReviewRejectType, cb as SumSubReviewResultSchema, c5 as SumSubReviewStatus, cB as SumSubSimilarApplicantsSchema, bO as SumSubStep, cl as SumSubVerificationStepSchema, bL as SumSubWebhookSchema, ce as SumsubApplicantType, cd as SumsubApplicantTypes, cj as SumsubCompanyBeneficiaryGroup, cv as SumsubKybDataSchema, cA as SumsubKybSessionFlowSection, cz as SumsubKybSessionFlowSectionItem, cy as SumsubKybSessionFlowSectionStatus, cu as SumsubKycDataSchema, ck as SumsubStepStatus, ct as SumsubVideoCallData, c3 as SumsubWebhookInternalStatus, bw as SynapsProvider, ab as SynapsSessionErrorResponse, a4 as SynapsSessionEvent, a7 as SynapsSessionRequest, ac as SynapsSessionResponse, af as SynapsStepErrorResponse, a5 as SynapsStepEvent, ad as SynapsStepRequest, ag as SynapsStepResponse, bF as ToggleProviderInput, a9 as UNKNOWN_ERROR, d8 as UpdateKybSessionOutput, cQ as UpdateKycSessionOutput, bD as UpdateProviderInput, bE as UpdateProviderResponse, aM as UpdateSearchEntitiesInput, aL as UpdateSearchInput, cR as VideoKycMetaData, bI as WEBHOOK_TYPES, F as WebhookPayload, bJ as WebhookType, bf as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, as as mappingMatchTypeToLabel, a6 as typeToHumanReadable } from '../../dist/customers.schema-1e51d306.esm.js';
1
+ export { a2 as AMLMetadata, A as ANALYSIS_TYPES, c as AnalysisType, bK as ApplicantMemberOfSchema, bZ as BENEFICIARY_TYPES, e as BLOCKCHAIN_TYPES, bM as BaseApplicantActionSchema, bk as BaseProvider, b$ as BeneficiaryCompanyCustomerClaims, c0 as BeneficiaryCompanyCustomerClaimsArray, b_ as BeneficiaryType, d3 as BeneficiaryVerificationStatus, d4 as BeneficiaryVerificationStatusArray, u as BigCSErrorCodes, bh as BigConfig, p as BigCryptoChain, r as BigProperties, q as BigPropertiesLiteral, s as BigProperty, bn as BigProvider, v as BitRankRequest, w as BitRankVerified, y as BitRankVerifiedError, x as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, f as Blockchain, aC as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aE as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, aA as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, at as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, aq as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dm as ChainalysisApiError, bd as ChainalysisConfig, dk as ChainalysisErrorCodes, bq as ChainalysisProvider, di as ChainalysisRegisterApiResponse, dn as ChainalysisRegisterResponse, dh as ChainalysisRequest, dl as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dj as ChainalysisRiskLevel, ah as CoerceDateUTC, g as Coin, d2 as CompanyDocumentMetaData, aW as ComplyAdvantageAmlFullListing, aV as ComplyAdvantageAmlItemSource, aD as ComplyAdvantageCountryFieldSources, aF as ComplyAdvantageDateOfBirthFieldSources, aU as ComplyAdvantageKeyInformation, aP as ComplyAdvantageMedia, b3 as ComplyAdvantageMonitorSearchDataResponse, b5 as ComplyAdvantageMonitorSearchResponse, b4 as ComplyAdvantageMonitorSearchSuccessResponse, b6 as ComplyAdvantageMonitoredSearchUpdate, aB as ComplyAdvantageNationalityFieldSources, bv as ComplyAdvantageProvider, bu as ComplyAdvantageProviderConfigElement, bt as ComplyAdvantageProviderConfigFilters, bs as ComplyAdvantageProviderConfigTypes, au as ComplyAdvantageReponseMatchStatus, ar as ComplyAdvantageResponseMatchType, aR as ComplyAdvantageSearchDataResponse, aQ as ComplyAdvantageSearchDataResponseHit, aX as ComplyAdvantageSearchEntitiesDataResponse, aZ as ComplyAdvantageSearchEntitiesResponse, aY as ComplyAdvantageSearchEntitiesSuccessResponse, aT as ComplyAdvantageSearchErrorResponse, a_ as ComplyAdvantageSearchRequest, b as ComplyAdvantageSearchResponse, aS as ComplyAdvantageSearchSuccessResponse, b0 as ComplyAdvantageUpdateSearchEntitiesRequest, b2 as ComplyAdvantageUpdateSearchEntitiesResponse, b1 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, a$ as ComplyAdvantageUpdateSearchRequest, aN as ComplyAdvantageUser, bB as CreateProviderInput, bC as CreateProviderResponse, aG as CreateSearchInput, cW as CredentialMetadata, cV as CustomerContactInformationOutput, d9 as CustomerDocumentMetaData, da as CustomerStatusResults, ba as DataProviderOptions, bb as DataProviders, bG as DeleteProviderInput, bH as DeleteProviderResponse, X as DocumentIdMetadata, V as DocumentIdType, U as DocumentIdTypes, cp as DocumentMetadataSchema, a1 as EmailMetadata, E as EmailVerificationAnalysisResponse, cL as EmailVerificationResponse, T as File, cU as GetCredentialsOutput, d6 as GetKybSessionInput, d7 as GetKybSessionResponse, cO as GetKycSessionInput, cP as GetKycSessionResponse, cX as GetKycSessionResponseWithCredentialsMetadata, bA as GetProviderResponse, bz as GetProvidersResponse, ao as HIGH_RISK_TYPES, bX as INDIVIDUAL_BENEFICIARY_RELATIONS, b8 as IdentityProviderOptions, b9 as IdentityProviders, bY as IndividualBeneficiaryRelation, l as IpQualityAnalysisRequest, m as IpQualityAnalysisResponse, bg as IpQualityConfig, n as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, o as IpQualityServiceErrorResponse, br as IpqualityscoreProvider, c_ as KYB_RESULTS, d0 as KYB_SESSION_STATUSES, cY as KYB_STEP_TYPES, cH as KYC_RESULTS, cJ as KYC_SESSION_STATUSES, cF as KYC_STEP_TYPES, c$ as KybResult, d1 as KybSessionStatus, cZ as KybStep, cI as KycResult, cK as KycSessionStatus, cG as KycStep, $ as LivenessMetadata, ap as MEDIUM_RISK_TYPES, aI as MatchStatus, aH as MatchStatuses, aO as MatchTypeDetail, M as MergedProviders, dg as MerkleAddressApiError, df as MerkleAddressApiResponse, de as MerkleAddressRequest, a as MerkleAddressResponse, dd as MerkleBlockChainCodes, dc as MerkleBlockChainNames, db as MerkleBlockChainTypes, bc as MerkleScienceConfig, bp as MerkleScienceProvider, N as NestedSession, bm as NexeraIdKYBProvider, bl as NexeraIdSSIDProvider, O as OBJECT_TYPES, d as ObjectType, a0 as PhoneMetadata, P as PhoneVerificationAnalysisResponse, Z as ProofOfAddressDocumentType, Y as ProofOfAddressDocumentTypes, _ as ProofOfAddressMetadata, cT as ProofOfResidenceDocumentType, cS as ProofOfResidenceMetaData, bx as ProviderData, by as ProviderDataProject, bj as ProviderIntegrationType, bi as ProviderIntegrationTypeOptions, b7 as ProviderWithoutConfig, aa as RESULT_PARSER_ERROR, Q as ReasonCode, L as ReasonCodes, t as RequestProperty, aK as RiskLevel, aJ as RiskLevels, R as RiskSeverity, am as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, ak as SEARCH_FILTER_PEP_TYPE, ai as SEARCH_FILTER_SANCTION_TYPE, av as SEARCH_FILTER_TYPES, a8 as SESSION_NOT_FOUND, ae as STEP_NOT_FOUND, bP as SUMSUB_APPLICANT_TYPES, ci as SUMSUB_COMPANY_BENEFICIARY_GROUP, c6 as SUMSUB_DOC_TYPES, c8 as SUMSUB_FLOW_LEVEL, cx as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cn as SUMSUB_MEDIA_CONTENT_TYPES, bR as SUMSUB_REVIEW_ANSWERS, cC as SUMSUB_REVIEW_REJECT_LABELS, cE as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bT as SUMSUB_REVIEW_REJECT_TYPES, c4 as SUMSUB_REVIEW_STATUSES, bN as SUMSUB_STEPS, c2 as SUMSUB_WEBHOOK_INTERNAL_STATUS, j as ScorechainAnalysis, be as ScorechainConfig, i as ScorechainError, h as ScorechainErrorResponse, bo as ScorechainProvider, k as ScoringAnalysisRequest, S as ScoringAnalysisResponse, ay as SearchEntityType, ax as SearchEntityTypes, an as SearchFilterAdverseMediaType, al as SearchFilterPepType, aj as SearchFilterSanctionType, aw as SearchFilterType, az as SearchFilters, d5 as SelectKybSession, cM as SelectKycSession, cN as SelectKycSessionStep, G as Session, H as SessionWithoutSteps, D as Status, z as Statuses, a3 as Step, K as StepType, J as StepTypes, bV as SumSubAddress, bW as SumSubApplicantInfo, cr as SumSubApplicantResetSchema, cq as SumSubApplicantReviewStatusSchema, cw as SumSubApplicantSchema, bQ as SumSubApplicantType, cm as SumSubApplicantVerificationStepSchema, c1 as SumSubCompanyApplicantInfo, cg as SumSubCompanyApplicantSchema, c7 as SumSubDocType, c9 as SumSubFlowLevel, cs as SumSubGenerateExternalWebSdkLinkSchema, ch as SumSubImageId, cc as SumSubImageReviewResultSchema, cf as SumSubIndividualApplicantSchema, co as SumSubMediaContentType, ca as SumSubRequiredIdDoc, bS as SumSubReviewAnswer, cD as SumSubReviewRejectLabel, bU as SumSubReviewRejectType, cb as SumSubReviewResultSchema, c5 as SumSubReviewStatus, cB as SumSubSimilarApplicantsSchema, bO as SumSubStep, cl as SumSubVerificationStepSchema, bL as SumSubWebhookSchema, ce as SumsubApplicantType, cd as SumsubApplicantTypes, cj as SumsubCompanyBeneficiaryGroup, cv as SumsubKybDataSchema, cA as SumsubKybSessionFlowSection, cz as SumsubKybSessionFlowSectionItem, cy as SumsubKybSessionFlowSectionStatus, cu as SumsubKycDataSchema, ck as SumsubStepStatus, ct as SumsubVideoCallData, c3 as SumsubWebhookInternalStatus, bw as SynapsProvider, ab as SynapsSessionErrorResponse, a4 as SynapsSessionEvent, a7 as SynapsSessionRequest, ac as SynapsSessionResponse, af as SynapsStepErrorResponse, a5 as SynapsStepEvent, ad as SynapsStepRequest, ag as SynapsStepResponse, bF as ToggleProviderInput, a9 as UNKNOWN_ERROR, d8 as UpdateKybSessionOutput, cQ as UpdateKycSessionOutput, bD as UpdateProviderInput, bE as UpdateProviderResponse, aM as UpdateSearchEntitiesInput, aL as UpdateSearchInput, cR as VideoKycMetaData, bI as WEBHOOK_TYPES, F as WebhookPayload, bJ as WebhookType, bf as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, as as mappingMatchTypeToLabel, a6 as typeToHumanReadable } from '../../dist/customers.schema-0306abb6.esm.js';
2
2
  import 'zod';
3
- import '../../dist/identity-api.schema-c82dba7a.esm.js';
3
+ import '../../dist/identity-api.schema-68a83f54.esm.js';
4
4
  import 'nanoid';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('../../dist/identity-api.schema-9eaf0710.cjs.dev.js');
6
- var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-06549eb4.cjs.dev.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-bbb2c243.cjs.dev.js');
6
+ var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-0be040b7.cjs.dev.js');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('../../dist/identity-api.schema-1ac61550.cjs.prod.js');
6
- var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-c3ee7e20.cjs.prod.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-2de31155.cjs.prod.js');
6
+ var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-cd88e673.cjs.prod.js');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
 
@@ -1,4 +1,4 @@
1
- export { am as Alpha2Country, eA as CredentialMediaType, ev as CredentialNames, eu as CredentialSchemas, ey as CredentialType, C as CredentialTypes, et as GenericVerifiableCredentialSchema, eg as ID3CredentialSubjectSchema, eq as IDImageCredentialSubjectSchema, ep as IDInformationCredentialSubjectSchema, eh as IDScanCredentialSubjectSchema, ei as IDScanPassportCredentialSubjectSchema, ej as IDScanSelfieCredentialSubjectSchema, ak as ISO3CountryCode, ew as NexeraCredentialType, eo as OLD_AMLScreeningsResultsCredentialSubjectSchema, ek as OLD_IDImageCredentialSubjectSchema, el as OLD_IDInformationCredentialSubjectSchema, em as OLD_ProofOfResidenceCredentialSubjectSchema, en as OLD_SelfieImageCredentialSubjectSchema, es as ProofOfResidenceCredentialSubjectSchema, er as SelfieImageCredentialSubjectSchema, ez as VerifiableCredential, an as countryISO3toISO2Mapping, ex as getCredentialName, ap as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-c82dba7a.esm.js';
2
- export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-64272e5a.esm.js';
1
+ export { am as Alpha2Country, eA as CredentialMediaType, ev as CredentialNames, eu as CredentialSchemas, ey as CredentialType, C as CredentialTypes, et as GenericVerifiableCredentialSchema, eg as ID3CredentialSubjectSchema, eq as IDImageCredentialSubjectSchema, ep as IDInformationCredentialSubjectSchema, eh as IDScanCredentialSubjectSchema, ei as IDScanPassportCredentialSubjectSchema, ej as IDScanSelfieCredentialSubjectSchema, ak as ISO3CountryCode, ew as NexeraCredentialType, eo as OLD_AMLScreeningsResultsCredentialSubjectSchema, ek as OLD_IDImageCredentialSubjectSchema, el as OLD_IDInformationCredentialSubjectSchema, em as OLD_ProofOfResidenceCredentialSubjectSchema, en as OLD_SelfieImageCredentialSubjectSchema, es as ProofOfResidenceCredentialSubjectSchema, er as SelfieImageCredentialSubjectSchema, ez as VerifiableCredential, an as countryISO3toISO2Mapping, ex as getCredentialName, ap as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-68a83f54.esm.js';
2
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-02fc8336.esm.js';
3
3
  import 'zod';
4
4
  import 'nanoid';
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var zod = require('zod');
6
- var identityApi_schema = require('../../dist/identity-api.schema-9eaf0710.cjs.dev.js');
7
- var customers_schema = require('../../dist/customers.schema-53d8aa84.cjs.dev.js');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-bbb2c243.cjs.dev.js');
7
+ var customers_schema = require('../../dist/customers.schema-cc3df18f.cjs.dev.js');
8
8
  var zodToJsonSchema = require('zod-to-json-schema');
9
9
  var transaction_schema = require('../../dist/transaction.schema-2141e819.cjs.dev.js');
10
10
  require('nanoid');
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var zod = require('zod');
6
- var identityApi_schema = require('../../dist/identity-api.schema-1ac61550.cjs.prod.js');
7
- var customers_schema = require('../../dist/customers.schema-93908d1f.cjs.prod.js');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-2de31155.cjs.prod.js');
7
+ var customers_schema = require('../../dist/customers.schema-f0d472b1.cjs.prod.js');
8
8
  var zodToJsonSchema = require('zod-to-json-schema');
9
9
  var transaction_schema = require('../../dist/transaction.schema-7297e823.cjs.prod.js');
10
10
  require('nanoid');
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { ae as UuidString, ea as ExternalCustomerId, as as RiskScoreType, au as CustomerType, aA as CustomerOnboardingLevel, aC as CustomerStatus, ak as ISO3CountryCode, a2 as BlockchainAddress, c5 as RuleResultStatus, et as GenericVerifiableCredentialSchema, eC as _toArray, eB as _toConsumableArray, ad as EnvironmentSchema } from '../../dist/identity-api.schema-c82dba7a.esm.js';
3
- import { M as MergedProviders, S as ScoringAnalysisResponse, B as BitRankVerifiedResponse, a as MerkleAddressResponse, C as ChainalysisRiskAssessmentResponse, I as IpQualityServiceAnalysisResponse, b as ComplyAdvantageSearchResponse } from '../../dist/customers.schema-1e51d306.esm.js';
2
+ import { ae as UuidString, ea as ExternalCustomerId, as as RiskScoreType, au as CustomerType, aA as CustomerOnboardingLevel, aC as CustomerStatus, ak as ISO3CountryCode, a2 as BlockchainAddress, c5 as RuleResultStatus, et as GenericVerifiableCredentialSchema, eC as _toArray, eB as _toConsumableArray, ad as EnvironmentSchema } from '../../dist/identity-api.schema-68a83f54.esm.js';
3
+ import { M as MergedProviders, S as ScoringAnalysisResponse, B as BitRankVerifiedResponse, a as MerkleAddressResponse, C as ChainalysisRiskAssessmentResponse, I as IpQualityServiceAnalysisResponse, b as ComplyAdvantageSearchResponse } from '../../dist/customers.schema-0306abb6.esm.js';
4
4
  import { zodToJsonSchema } from 'zod-to-json-schema';
5
5
  import { T as TransactionTypes } from '../../dist/transaction.schema-fb699c40.esm.js';
6
6
  import 'nanoid';