@nexeraid/identity-schemas 2.3.8-dev → 2.3.9-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-ce1e5d31.cjs.prod.js → customers.schema-8092edfa.cjs.prod.js} +1 -1
  2. package/dist/{customers.schema-3b610861.cjs.dev.js → customers.schema-d0cc26ba.cjs.dev.js} +1 -1
  3. package/dist/{customers.schema-071dc023.esm.js → customers.schema-e457212f.esm.js} +1 -1
  4. package/dist/declarations/src/identity/identity-v2.schema.d.ts +11 -0
  5. package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
  6. package/dist/{frontend-utilities.schema-e82b28c5.esm.js → frontend-utilities.schema-310c23a2.esm.js} +1 -1
  7. package/dist/{frontend-utilities.schema-995d3ffd.cjs.prod.js → frontend-utilities.schema-590fdc26.cjs.prod.js} +1 -1
  8. package/dist/{frontend-utilities.schema-248cbc44.cjs.dev.js → frontend-utilities.schema-f06cfbf0.cjs.dev.js} +1 -1
  9. package/dist/{identity-api.schema-74e951be.esm.js → identity-api.schema-12609c1a.esm.js} +5 -1
  10. package/dist/{identity-api.schema-7bb2255e.cjs.prod.js → identity-api.schema-cc2f8a1b.cjs.dev.js} +5 -0
  11. package/dist/{identity-api.schema-df9e231d.cjs.dev.js → identity-api.schema-e648ecb5.cjs.prod.js} +5 -0
  12. package/dist/nexeraid-identity-schemas.cjs.dev.js +3 -2
  13. package/dist/nexeraid-identity-schemas.cjs.prod.js +3 -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 +2 -1
  17. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +2 -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,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var identityApi_schema = require('./identity-api.schema-7bb2255e.cjs.prod.js');
4
+ var identityApi_schema = require('./identity-api.schema-e648ecb5.cjs.prod.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-df9e231d.cjs.dev.js');
4
+ var identityApi_schema = require('./identity-api.schema-cc2f8a1b.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,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { a2 as BlockchainAddress, z as AddressSchema, al as Alpha2Country, ae as UuidString, e1 as _toConsumableArray, e3 as _arrayWithHoles, e4 as _unsupportedIterableToArray, e5 as _nonIterableRest, aj as ISO3CountryCode, a5 as BlockchainNamespace, bs as SdkVerificationOutput, aB as CustomerStatus, e6 as _defineProperty, dU as ProofOfResidenceCredentialSubjectSchema, cl as QrCodeLinkWithSchemaType, aC as BasicCustomerContactInformation, d_ as CredentialType } from './identity-api.schema-74e951be.esm.js';
2
+ import { a2 as BlockchainAddress, z as AddressSchema, al as Alpha2Country, ae as UuidString, e2 as _toConsumableArray, e4 as _arrayWithHoles, e5 as _unsupportedIterableToArray, e6 as _nonIterableRest, aj as ISO3CountryCode, a5 as BlockchainNamespace, bs as SdkVerificationOutput, aB as CustomerStatus, e7 as _defineProperty, dV as ProofOfResidenceCredentialSubjectSchema, cm as QrCodeLinkWithSchemaType, aC as BasicCustomerContactInformation, d$ as CredentialType } from './identity-api.schema-12609c1a.esm.js';
3
3
 
4
4
  // based on https://tech-doc.api.scorechain.com/
5
5
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -2135,4 +2135,15 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
2135
2135
  };
2136
2136
  }>]>;
2137
2137
  export type IdentityAppMessage = z.infer<typeof IdentityAppMessage>;
2138
+ export declare const IdentityWallet: z.ZodObject<{
2139
+ address: z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>;
2140
+ namespace: z.ZodEnum<["tezos", "eip155", "aptos", "polkadot", "starknet", "cosmos", "solana", "cardano"]>;
2141
+ }, "strip", z.ZodTypeAny, {
2142
+ address: string;
2143
+ namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
2144
+ }, {
2145
+ address: string;
2146
+ namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
2147
+ }>;
2148
+ export type IdentityWallet = z.infer<typeof IdentityWallet>;
2138
2149
  //# sourceMappingURL=identity-v2.schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { cE as SupportedType, e1 as _toConsumableArray, ct as ARRAY_OPERATORS, cz as BOOLEAN_OPERATORS, cx as NUMERIC_OPERATORS, cv as STRING_OPERATORS } from './identity-api.schema-74e951be.esm.js';
1
+ import { cF as SupportedType, e2 as _toConsumableArray, cu as ARRAY_OPERATORS, cA as BOOLEAN_OPERATORS, cy as NUMERIC_OPERATORS, cw as STRING_OPERATORS } from './identity-api.schema-12609c1a.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-7bb2255e.cjs.prod.js');
3
+ var identityApi_schema = require('./identity-api.schema-e648ecb5.cjs.prod.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-df9e231d.cjs.dev.js');
3
+ var identityApi_schema = require('./identity-api.schema-cc2f8a1b.cjs.dev.js');
4
4
 
5
5
  var VC_JSON_SCHEMA_MAP = {
6
6
  ProofOfResidence: {
@@ -3140,6 +3140,10 @@ KycCompletionNotification.omit({
3140
3140
  }), SendTransactionRequest.omit({
3141
3141
  identifier: true
3142
3142
  })]);
3143
+ var IdentityWallet = z.object({
3144
+ address: BlockchainAddress,
3145
+ namespace: BlockchainNamespace
3146
+ });
3143
3147
 
3144
3148
  var ZKPRequest = z.object({
3145
3149
  id: z.number(),
@@ -3255,4 +3259,4 @@ var VerifyWalletChallengeRequest = WalletSignatureResponse.and(z.object({
3255
3259
  blockchainId: BlockchainId.optional()
3256
3260
  }));
3257
3261
 
3258
- export { TezosSignature as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, CredentialTypes as C, TxHash as D, EVM_BLOCK_TIME as E, EIP155Signature as F, FunctionCallData as G, shortAddress as H, AptosAddress as I, AptosSignature as J, StarknetAddress as K, StarknetSignature as L, PolkadotAddress as M, NEXERA_EVM_CHAINS as N, PolkadotSignature as O, POLYGON_NETWORK_NAMES as P, CosmosAddress as Q, CosmosSignature as R, StarknetChainId as S, TezosChainId as T, TezosImplicitAddress as U, TezosContractAddress as V, TezosAddress as W, TezosEntrypointName as X, EdSignature as Y, SpSignature as Z, P2Signature as _, NEXERA_TEZOS_CHAINS as a, IsVerifiedNotification as a$, CardanoAddress as a0, CardanoSignature as a1, BlockchainAddress as a2, BlockchainSignature as a3, BLOCKCHAIN_NAMESPACES as a4, BlockchainNamespace as a5, BLOCKCHAIN_NAMESPACES_NAMES as a6, DISPLAYED_LOCKCHAIN_NAMESPACES as a7, DisplayedBlockchainNamespace as a8, BLOCKCHAIN_NAME_TO_NAMESPACE as a9, CustomerStatuses as aA, CustomerStatus as aB, BasicCustomerContactInformation as aC, CUSTOMERS_CHARTS as aD, CustomersChartType as aE, CUSTOMER_TABLE_COLUMNS as aF, CustomerTableColumn as aG, CUSTOMER_AUTOMATION_REASONS as aH, createBrandedSchemaId as aI, StorageId as aJ, IdentityId as aK, EmailId as aL, WalletId as aM, AppId as aN, ChallengeId as aO, TestId as aP, generateId as aQ, ScenarioAuthorizationData as aR, SdkVerificationResponseSchema as aS, CloseScreenNotification as aT, KycCompletionData as aU, KycCompletionNotification as aV, RuleEngineScenarioExecutionData as aW, OffChainScenarioExecutionData as aX, OnChainScenarioExecutionData as aY, ScenarioExecutionData as aZ, ScenarioExecutionNotification as a_, BLOCKCHAIN_NAMESPACE_TO_NAME as aa, coerceBoolean as ab, ENVS as ac, EnvironmentSchema as ad, UuidString as ae, OtpCode as af, ZodParse as ag, shortBlockchainAddress as ah, PUBLIC_SERVICES_SCHEMA_MAP as ai, ISO3CountryCode as aj, ALPHA_2_COUNTRIES as ak, Alpha2Country as al, countryISO3toISO2Mapping as am, countryISO2toISO3Mapping as an, isoCountriesNameFromISO2 as ao, parseISO3CountryCode as ap, RiskScoreTypes as aq, RiskScoreType as ar, CustomerTypes as as, CustomerType as at, KycOnboardingLevels as au, KycOnboardingLevel as av, KybOnboardingLevels as aw, KybOnboardingLevel as ax, CustomerOnboardingLevels as ay, CustomerOnboardingLevel as az, NEXERA_COSMOS_CHAINS as b, GetCustomerStatusRequest as b$, PolygonIdInitialized as b0, OcvSdkInitialized as b1, StartCompletedNotification as b2, IdentityNotificationMessage as b3, InitialDataRequest as b4, SignatureRequest as b5, TransactionData as b6, SendTransactionRequest as b7, IdentityRequestMessage as b8, AVAILABLE_FLOWS as b9, RuleEngineResponse as bA, ScenarioExecutionResponse as bB, RuleResultStatuses as bC, RuleResultStatus as bD, RuleResultStatusLabels as bE, ComplianceImplementationStepsInput as bF, SimplifiedCredential as bG, GetCredentialsRequest as bH, GetCredentialsResponse as bI, PolygonIdRequestData as bJ, PolygonIdRequest as bK, PolygonIdResponseData as bL, PolygonIdResponse as bM, StartFlowRequest as bN, IsVerifiedRequest as bO, IsVerifiedResponse as bP, GetTxAuthSigRequest as bQ, GetTxAuthSigResponse as bR, GetTxAuthSigRequestTezos as bS, GetTxAuthSigResponseTezos as bT, HostRequestMessage as bU, IdentityResponseMessage as bV, GenerateWalletChallengeRequest as bW, AuthSession as bX, ChallengeResponse as bY, WalletSignResponse as bZ, TxAuthDataSignatureGatingRequest as b_, AvailableFlow as ba, DataAvailableOnStart as bb, InitialDataResponse as bc, SignatureResponse as bd, TransactionResponse as be, HostResponseMessage as bf, ChallengeQueryOperators as bg, ChallengeQueryOperator as bh, OperatorToChallengeQueryOperator as bi, ChallengeQueryOperatorToOperator as bj, ChallengeQuerySchema as bk, ExecuteChallengeQueryInput as bl, ExecuteChallengeQueryConfig as bm, OpaChallengeQueryResponse as bn, ExecuteChallengeQueryResponse as bo, OPAChallengeQuery as bp, OnChainRuleResult as bq, OffChainZKPRuleResult as br, SdkVerificationOutput as bs, VerificationSessionStatuses as bt, VerificationSessionStatus as bu, VerificationOutput as bv, ScenarioTypes as bw, ScenarioType as bx, ScenarioStatuses as by, ScenarioStatus as bz, NEXERA_STARKNET_CHAINS as c, GetTezosTxAuthDataSignatureResponse as c$, IdentitySdkMessage as c0, IdentitySdkMessageWithIdentifier as c1, TxAuthDataSignatureResponse as c2, GetCustomerStatusResponse as c3, IdentityAppMessage as c4, HostMessage as c5, IdentityMessage as c6, RequiredDataRowSchema as c7, RequiredVerificationData as c8, MediaType as c9, BooleanOperator as cA, DATE_OPERATORS as cB, DateOperator as cC, SUPPORTED_TYPES as cD, SupportedType as cE, SupportedTypes as cF, IDInformation as cG, QueryConfig as cH, QueryType as cI, QueryConfigSimplified as cJ, PartialQueryConfigSimplified as cK, QueryConfigSimplifiedParsed as cL, QueryConfiguration as cM, NonParsedQueryConfiguration as cN, CreateQueryConfigurationInput as cO, CreateQueryConfigurationResponse as cP, UpdateQueryConfigurationInput as cQ, UpdateQueryConfigurationResponse as cR, DeleteQueryConfigurationInput as cS, DeleteQueryConfigurationResponse as cT, QueryCredentialTypes as cU, QueryCredentialType as cV, TxAuthInput as cW, TxSignatureResponse as cX, GetTxAuthDataSignatureResponse as cY, TezosTxAuthInput as cZ, TezosTxSignatureResponse as c_, MediaTypePID as ca, ZeroKnowledgeProofRequest as cb, AUTHORIZATION_REQUEST_MESSAGE_TYPES as cc, AuthorizationRequestMessageTypes as cd, AuthorizationRequestMessageType as ce, AuthorizationRequestMessage as cf, ProofData as cg, ZeroKnowledgeProofResponse as ch, AuthorizationResponseMessage as ci, CredentialQrCodeData as cj, AuthQrCodeData as ck, QrCodeLinkWithSchemaType as cl, parseIden3Message as cm, parseSessionIdFromUrl as cn, AllCredentialAttributes as co, AllCredentialValues as cp, Operator as cq, ZKPOperator as cr, operatorDisplayMap as cs, ARRAY_OPERATORS as ct, ArrayOperator as cu, STRING_OPERATORS as cv, StringOperator as cw, NUMERIC_OPERATORS as cx, NumericOperator as cy, BOOLEAN_OPERATORS as cz, NEXERA_EVM_CHAIN_NAMES as d, VerifiableCredential as d$, ExtendedTxAuthInput as d0, ExtendedTezosTxAuthInput as d1, AnyTxAuthInput as d2, ExtendedTxAuthDataSignatureResponse as d3, ExtendedTezosTxAuthDataSignatureResponse as d4, AnyTxAuthDataSignatureResponse as d5, ZKPRequest as d6, ZKPRequestFromZKVerifier as d7, OffChainZKP as d8, CreateAuthRequestProps as d9, WorkflowId as dA, IdentityWidgetAccessToken as dB, ExternalCustomerId as dC, IdentityAppV2Web3JWT as dD, IdentityAppV2Web2JWT as dE, IdentityWidgetAccessToken_NEW as dF, IdentityWidgetSessionToken as dG, Web2CreateSessionParams as dH, ID3CredentialSubjectSchema as dI, IDScanCredentialSubjectSchema as dJ, IDScanPassportCredentialSubjectSchema as dK, IDScanSelfieCredentialSubjectSchema as dL, OLD_IDImageCredentialSubjectSchema as dM, OLD_IDInformationCredentialSubjectSchema as dN, OLD_ProofOfResidenceCredentialSubjectSchema as dO, OLD_SelfieImageCredentialSubjectSchema as dP, OLD_AMLScreeningsResultsCredentialSubjectSchema as dQ, IDInformationCredentialSubjectSchema as dR, IDImageCredentialSubjectSchema as dS, SelfieImageCredentialSubjectSchema as dT, ProofOfResidenceCredentialSubjectSchema as dU, GenericVerifiableCredentialSchema as dV, CredentialSchemas as dW, CredentialNames as dX, NexeraCredentialType as dY, getCredentialName as dZ, CredentialType as d_, CreateZKProofRequestProps as da, AllScenarioExecutionAuthorizationData as db, ProjectAuthorizationData as dc, OnChainZKP as dd, OnChainZKPFromNexeraID as de, OnChainZKPScenarioFromCms as df, OnChainZKPPayload as dg, SCENARIO_AUTHORIZATION_STATUSES as dh, ScenarioAuthorizationStatus as di, WalletSignatureResponse as dj, VerifyWalletChallengeRequest as dk, FLOW_TYPES as dl, FlowType as dm, VerificationModes as dn, VerificationMode as dp, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as dq, IdentityDocumentCountryListOption as dr, IDENTITY_DOCUMENT_OPTIONS as ds, IdentityDocumentOptionsType as dt, PERSONAL_INFORMATION_FIELDS as du, PersonalInformationFieldsIdentityDocuments as dv, Identifier as dw, AdditionalCustomerInformationParams as dx, OrganizationId as dy, WorkspaceId as dz, NEXERA_EVM_CHAIN_NAMES_LIST as e, CredentialMediaType as e0, _toConsumableArray as e1, _toArray as e2, _arrayWithHoles as e3, _unsupportedIterableToArray as e4, _nonIterableRest as e5, _defineProperty as e6, NEXERA_CHAIN_VALUES as f, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as g, EvmChainId as h, PolygonNetworkNames as i, NEXERA_TEZOS_CHAIN_NAMES as j, NEXERA_TEZOS_CHAIN_NAMES_LIST as k, NEXERA_TEZOS_CHAIN_VALUES as l, ACTIVE_TEZOS_CHAIN_VALUES as m, COSMOS_CHAIN_NAMES as n, COSMOS_CHAIN_NAMES_LIST as o, COSMOS_CHAIN_VALUES as p, ACTIVE_COSMOS_CHAIN_VALUES as q, CosmosChainId as r, NEXERA_STARKNET_CHAIN_NAMES as s, NEXERA_STARKNET_CHAIN_VALUES as t, NEXERA_ACTIVE_STARKNET_CHAIN_VALUES as u, isValidAddress as v, String0x as w, PrivateKey as x, PublicKey as y, AddressSchema as z };
3262
+ export { TezosSignature as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, CredentialTypes as C, TxHash as D, EVM_BLOCK_TIME as E, EIP155Signature as F, FunctionCallData as G, shortAddress as H, AptosAddress as I, AptosSignature as J, StarknetAddress as K, StarknetSignature as L, PolkadotAddress as M, NEXERA_EVM_CHAINS as N, PolkadotSignature as O, POLYGON_NETWORK_NAMES as P, CosmosAddress as Q, CosmosSignature as R, StarknetChainId as S, TezosChainId as T, TezosImplicitAddress as U, TezosContractAddress as V, TezosAddress as W, TezosEntrypointName as X, EdSignature as Y, SpSignature as Z, P2Signature as _, NEXERA_TEZOS_CHAINS as a, IsVerifiedNotification as a$, CardanoAddress as a0, CardanoSignature as a1, BlockchainAddress as a2, BlockchainSignature as a3, BLOCKCHAIN_NAMESPACES as a4, BlockchainNamespace as a5, BLOCKCHAIN_NAMESPACES_NAMES as a6, DISPLAYED_LOCKCHAIN_NAMESPACES as a7, DisplayedBlockchainNamespace as a8, BLOCKCHAIN_NAME_TO_NAMESPACE as a9, CustomerStatuses as aA, CustomerStatus as aB, BasicCustomerContactInformation as aC, CUSTOMERS_CHARTS as aD, CustomersChartType as aE, CUSTOMER_TABLE_COLUMNS as aF, CustomerTableColumn as aG, CUSTOMER_AUTOMATION_REASONS as aH, createBrandedSchemaId as aI, StorageId as aJ, IdentityId as aK, EmailId as aL, WalletId as aM, AppId as aN, ChallengeId as aO, TestId as aP, generateId as aQ, ScenarioAuthorizationData as aR, SdkVerificationResponseSchema as aS, CloseScreenNotification as aT, KycCompletionData as aU, KycCompletionNotification as aV, RuleEngineScenarioExecutionData as aW, OffChainScenarioExecutionData as aX, OnChainScenarioExecutionData as aY, ScenarioExecutionData as aZ, ScenarioExecutionNotification as a_, BLOCKCHAIN_NAMESPACE_TO_NAME as aa, coerceBoolean as ab, ENVS as ac, EnvironmentSchema as ad, UuidString as ae, OtpCode as af, ZodParse as ag, shortBlockchainAddress as ah, PUBLIC_SERVICES_SCHEMA_MAP as ai, ISO3CountryCode as aj, ALPHA_2_COUNTRIES as ak, Alpha2Country as al, countryISO3toISO2Mapping as am, countryISO2toISO3Mapping as an, isoCountriesNameFromISO2 as ao, parseISO3CountryCode as ap, RiskScoreTypes as aq, RiskScoreType as ar, CustomerTypes as as, CustomerType as at, KycOnboardingLevels as au, KycOnboardingLevel as av, KybOnboardingLevels as aw, KybOnboardingLevel as ax, CustomerOnboardingLevels as ay, CustomerOnboardingLevel as az, NEXERA_COSMOS_CHAINS as b, GetCustomerStatusRequest as b$, PolygonIdInitialized as b0, OcvSdkInitialized as b1, StartCompletedNotification as b2, IdentityNotificationMessage as b3, InitialDataRequest as b4, SignatureRequest as b5, TransactionData as b6, SendTransactionRequest as b7, IdentityRequestMessage as b8, AVAILABLE_FLOWS as b9, RuleEngineResponse as bA, ScenarioExecutionResponse as bB, RuleResultStatuses as bC, RuleResultStatus as bD, RuleResultStatusLabels as bE, ComplianceImplementationStepsInput as bF, SimplifiedCredential as bG, GetCredentialsRequest as bH, GetCredentialsResponse as bI, PolygonIdRequestData as bJ, PolygonIdRequest as bK, PolygonIdResponseData as bL, PolygonIdResponse as bM, StartFlowRequest as bN, IsVerifiedRequest as bO, IsVerifiedResponse as bP, GetTxAuthSigRequest as bQ, GetTxAuthSigResponse as bR, GetTxAuthSigRequestTezos as bS, GetTxAuthSigResponseTezos as bT, HostRequestMessage as bU, IdentityResponseMessage as bV, GenerateWalletChallengeRequest as bW, AuthSession as bX, ChallengeResponse as bY, WalletSignResponse as bZ, TxAuthDataSignatureGatingRequest as b_, AvailableFlow as ba, DataAvailableOnStart as bb, InitialDataResponse as bc, SignatureResponse as bd, TransactionResponse as be, HostResponseMessage as bf, ChallengeQueryOperators as bg, ChallengeQueryOperator as bh, OperatorToChallengeQueryOperator as bi, ChallengeQueryOperatorToOperator as bj, ChallengeQuerySchema as bk, ExecuteChallengeQueryInput as bl, ExecuteChallengeQueryConfig as bm, OpaChallengeQueryResponse as bn, ExecuteChallengeQueryResponse as bo, OPAChallengeQuery as bp, OnChainRuleResult as bq, OffChainZKPRuleResult as br, SdkVerificationOutput as bs, VerificationSessionStatuses as bt, VerificationSessionStatus as bu, VerificationOutput as bv, ScenarioTypes as bw, ScenarioType as bx, ScenarioStatuses as by, ScenarioStatus as bz, NEXERA_STARKNET_CHAINS as c, TezosTxSignatureResponse as c$, IdentitySdkMessage as c0, IdentitySdkMessageWithIdentifier as c1, TxAuthDataSignatureResponse as c2, GetCustomerStatusResponse as c3, IdentityAppMessage as c4, IdentityWallet as c5, HostMessage as c6, IdentityMessage as c7, RequiredDataRowSchema as c8, RequiredVerificationData as c9, BOOLEAN_OPERATORS as cA, BooleanOperator as cB, DATE_OPERATORS as cC, DateOperator as cD, SUPPORTED_TYPES as cE, SupportedType as cF, SupportedTypes as cG, IDInformation as cH, QueryConfig as cI, QueryType as cJ, QueryConfigSimplified as cK, PartialQueryConfigSimplified as cL, QueryConfigSimplifiedParsed as cM, QueryConfiguration as cN, NonParsedQueryConfiguration as cO, CreateQueryConfigurationInput as cP, CreateQueryConfigurationResponse as cQ, UpdateQueryConfigurationInput as cR, UpdateQueryConfigurationResponse as cS, DeleteQueryConfigurationInput as cT, DeleteQueryConfigurationResponse as cU, QueryCredentialTypes as cV, QueryCredentialType as cW, TxAuthInput as cX, TxSignatureResponse as cY, GetTxAuthDataSignatureResponse as cZ, TezosTxAuthInput as c_, MediaType as ca, MediaTypePID as cb, ZeroKnowledgeProofRequest as cc, AUTHORIZATION_REQUEST_MESSAGE_TYPES as cd, AuthorizationRequestMessageTypes as ce, AuthorizationRequestMessageType as cf, AuthorizationRequestMessage as cg, ProofData as ch, ZeroKnowledgeProofResponse as ci, AuthorizationResponseMessage as cj, CredentialQrCodeData as ck, AuthQrCodeData as cl, QrCodeLinkWithSchemaType as cm, parseIden3Message as cn, parseSessionIdFromUrl as co, AllCredentialAttributes as cp, AllCredentialValues as cq, Operator as cr, ZKPOperator as cs, operatorDisplayMap as ct, ARRAY_OPERATORS as cu, ArrayOperator as cv, STRING_OPERATORS as cw, StringOperator as cx, NUMERIC_OPERATORS as cy, NumericOperator as cz, NEXERA_EVM_CHAIN_NAMES as d, CredentialType as d$, GetTezosTxAuthDataSignatureResponse as d0, ExtendedTxAuthInput as d1, ExtendedTezosTxAuthInput as d2, AnyTxAuthInput as d3, ExtendedTxAuthDataSignatureResponse as d4, ExtendedTezosTxAuthDataSignatureResponse as d5, AnyTxAuthDataSignatureResponse as d6, ZKPRequest as d7, ZKPRequestFromZKVerifier as d8, OffChainZKP as d9, WorkspaceId as dA, WorkflowId as dB, IdentityWidgetAccessToken as dC, ExternalCustomerId as dD, IdentityAppV2Web3JWT as dE, IdentityAppV2Web2JWT as dF, IdentityWidgetAccessToken_NEW as dG, IdentityWidgetSessionToken as dH, Web2CreateSessionParams as dI, ID3CredentialSubjectSchema as dJ, IDScanCredentialSubjectSchema as dK, IDScanPassportCredentialSubjectSchema as dL, IDScanSelfieCredentialSubjectSchema as dM, OLD_IDImageCredentialSubjectSchema as dN, OLD_IDInformationCredentialSubjectSchema as dO, OLD_ProofOfResidenceCredentialSubjectSchema as dP, OLD_SelfieImageCredentialSubjectSchema as dQ, OLD_AMLScreeningsResultsCredentialSubjectSchema as dR, IDInformationCredentialSubjectSchema as dS, IDImageCredentialSubjectSchema as dT, SelfieImageCredentialSubjectSchema as dU, ProofOfResidenceCredentialSubjectSchema as dV, GenericVerifiableCredentialSchema as dW, CredentialSchemas as dX, CredentialNames as dY, NexeraCredentialType as dZ, getCredentialName as d_, CreateAuthRequestProps as da, CreateZKProofRequestProps as db, AllScenarioExecutionAuthorizationData as dc, ProjectAuthorizationData as dd, OnChainZKP as de, OnChainZKPFromNexeraID as df, OnChainZKPScenarioFromCms as dg, OnChainZKPPayload as dh, SCENARIO_AUTHORIZATION_STATUSES as di, ScenarioAuthorizationStatus as dj, WalletSignatureResponse as dk, VerifyWalletChallengeRequest as dl, FLOW_TYPES as dm, FlowType as dn, VerificationModes as dp, VerificationMode as dq, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as dr, IdentityDocumentCountryListOption as ds, IDENTITY_DOCUMENT_OPTIONS as dt, IdentityDocumentOptionsType as du, PERSONAL_INFORMATION_FIELDS as dv, PersonalInformationFieldsIdentityDocuments as dw, Identifier as dx, AdditionalCustomerInformationParams as dy, OrganizationId as dz, NEXERA_EVM_CHAIN_NAMES_LIST as e, VerifiableCredential as e0, CredentialMediaType as e1, _toConsumableArray as e2, _toArray as e3, _arrayWithHoles as e4, _unsupportedIterableToArray as e5, _nonIterableRest as e6, _defineProperty as e7, NEXERA_CHAIN_VALUES as f, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as g, EvmChainId as h, PolygonNetworkNames as i, NEXERA_TEZOS_CHAIN_NAMES as j, NEXERA_TEZOS_CHAIN_NAMES_LIST as k, NEXERA_TEZOS_CHAIN_VALUES as l, ACTIVE_TEZOS_CHAIN_VALUES as m, COSMOS_CHAIN_NAMES as n, COSMOS_CHAIN_NAMES_LIST as o, COSMOS_CHAIN_VALUES as p, ACTIVE_COSMOS_CHAIN_VALUES as q, CosmosChainId as r, NEXERA_STARKNET_CHAIN_NAMES as s, NEXERA_STARKNET_CHAIN_VALUES as t, NEXERA_ACTIVE_STARKNET_CHAIN_VALUES as u, isValidAddress as v, String0x as w, PrivateKey as x, PublicKey as y, AddressSchema as z };
@@ -3142,6 +3142,10 @@ KycCompletionNotification.omit({
3142
3142
  }), SendTransactionRequest.omit({
3143
3143
  identifier: true
3144
3144
  })]);
3145
+ var IdentityWallet = zod.z.object({
3146
+ address: BlockchainAddress,
3147
+ namespace: BlockchainNamespace
3148
+ });
3145
3149
 
3146
3150
  var ZKPRequest = zod.z.object({
3147
3151
  id: zod.z.number(),
@@ -3395,6 +3399,7 @@ exports.IdentityRequestMessage = IdentityRequestMessage;
3395
3399
  exports.IdentityResponseMessage = IdentityResponseMessage;
3396
3400
  exports.IdentitySdkMessage = IdentitySdkMessage;
3397
3401
  exports.IdentitySdkMessageWithIdentifier = IdentitySdkMessageWithIdentifier;
3402
+ exports.IdentityWallet = IdentityWallet;
3398
3403
  exports.IdentityWidgetAccessToken = IdentityWidgetAccessToken;
3399
3404
  exports.IdentityWidgetAccessToken_NEW = IdentityWidgetAccessToken_NEW;
3400
3405
  exports.IdentityWidgetSessionToken = IdentityWidgetSessionToken;
@@ -3142,6 +3142,10 @@ KycCompletionNotification.omit({
3142
3142
  }), SendTransactionRequest.omit({
3143
3143
  identifier: true
3144
3144
  })]);
3145
+ var IdentityWallet = zod.z.object({
3146
+ address: BlockchainAddress,
3147
+ namespace: BlockchainNamespace
3148
+ });
3145
3149
 
3146
3150
  var ZKPRequest = zod.z.object({
3147
3151
  id: zod.z.number(),
@@ -3395,6 +3399,7 @@ exports.IdentityRequestMessage = IdentityRequestMessage;
3395
3399
  exports.IdentityResponseMessage = IdentityResponseMessage;
3396
3400
  exports.IdentitySdkMessage = IdentitySdkMessage;
3397
3401
  exports.IdentitySdkMessageWithIdentifier = IdentitySdkMessageWithIdentifier;
3402
+ exports.IdentityWallet = IdentityWallet;
3398
3403
  exports.IdentityWidgetAccessToken = IdentityWidgetAccessToken;
3399
3404
  exports.IdentityWidgetAccessToken_NEW = IdentityWidgetAccessToken_NEW;
3400
3405
  exports.IdentityWidgetSessionToken = IdentityWidgetSessionToken;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-df9e231d.cjs.dev.js');
5
+ var identityApi_schema = require('./identity-api.schema-cc2f8a1b.cjs.dev.js');
6
6
  var zod = require('zod');
7
- var frontendUtilities_schema = require('./frontend-utilities.schema-248cbc44.cjs.dev.js');
7
+ var frontendUtilities_schema = require('./frontend-utilities.schema-f06cfbf0.cjs.dev.js');
8
8
  require('nanoid');
9
9
 
10
10
  var decodeUint8Array = function decodeUint8Array(data) {
@@ -209,6 +209,7 @@ exports.IdentityRequestMessage = identityApi_schema.IdentityRequestMessage;
209
209
  exports.IdentityResponseMessage = identityApi_schema.IdentityResponseMessage;
210
210
  exports.IdentitySdkMessage = identityApi_schema.IdentitySdkMessage;
211
211
  exports.IdentitySdkMessageWithIdentifier = identityApi_schema.IdentitySdkMessageWithIdentifier;
212
+ exports.IdentityWallet = identityApi_schema.IdentityWallet;
212
213
  exports.IdentityWidgetAccessToken = identityApi_schema.IdentityWidgetAccessToken;
213
214
  exports.IdentityWidgetAccessToken_NEW = identityApi_schema.IdentityWidgetAccessToken_NEW;
214
215
  exports.IdentityWidgetSessionToken = identityApi_schema.IdentityWidgetSessionToken;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-7bb2255e.cjs.prod.js');
5
+ var identityApi_schema = require('./identity-api.schema-e648ecb5.cjs.prod.js');
6
6
  var zod = require('zod');
7
- var frontendUtilities_schema = require('./frontend-utilities.schema-995d3ffd.cjs.prod.js');
7
+ var frontendUtilities_schema = require('./frontend-utilities.schema-590fdc26.cjs.prod.js');
8
8
  require('nanoid');
9
9
 
10
10
  var decodeUint8Array = function decodeUint8Array(data) {
@@ -209,6 +209,7 @@ exports.IdentityRequestMessage = identityApi_schema.IdentityRequestMessage;
209
209
  exports.IdentityResponseMessage = identityApi_schema.IdentityResponseMessage;
210
210
  exports.IdentitySdkMessage = identityApi_schema.IdentitySdkMessage;
211
211
  exports.IdentitySdkMessageWithIdentifier = identityApi_schema.IdentitySdkMessageWithIdentifier;
212
+ exports.IdentityWallet = identityApi_schema.IdentityWallet;
212
213
  exports.IdentityWidgetAccessToken = identityApi_schema.IdentityWidgetAccessToken;
213
214
  exports.IdentityWidgetAccessToken_NEW = identityApi_schema.IdentityWidgetAccessToken_NEW;
214
215
  exports.IdentityWidgetSessionToken = identityApi_schema.IdentityWidgetSessionToken;
@@ -1,7 +1,7 @@
1
- import { C as CredentialTypes } from './identity-api.schema-74e951be.esm.js';
2
- export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, ak as ALPHA_2_COUNTRIES, ct as ARRAY_OPERATORS, cc as AUTHORIZATION_REQUEST_MESSAGE_TYPES, b9 as AVAILABLE_FLOWS, dx as AdditionalCustomerInformationParams, z as AddressSchema, co as AllCredentialAttributes, cp as AllCredentialValues, db as AllScenarioExecutionAuthorizationData, al as Alpha2Country, d5 as AnyTxAuthDataSignatureResponse, d2 as AnyTxAuthInput, aN as AppId, I as AptosAddress, J as AptosSignature, cu as ArrayOperator, ck as AuthQrCodeData, bX as AuthSession, cf as AuthorizationRequestMessage, ce as AuthorizationRequestMessageType, cd as AuthorizationRequestMessageTypes, ci as AuthorizationResponseMessage, ba as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, cz as BOOLEAN_OPERATORS, aC as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cA as BooleanOperator, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, aD as CUSTOMERS_CHARTS, aH as CUSTOMER_AUTOMATION_REASONS, aF as CUSTOMER_TABLE_COLUMNS, a0 as CardanoAddress, a1 as CardanoSignature, aO as ChallengeId, bh as ChallengeQueryOperator, bj as ChallengeQueryOperatorToOperator, bg as ChallengeQueryOperators, bk as ChallengeQuerySchema, bY as ChallengeResponse, aT as CloseScreenNotification, bF as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, d9 as CreateAuthRequestProps, cO as CreateQueryConfigurationInput, cP as CreateQueryConfigurationResponse, da as CreateZKProofRequestProps, e0 as CredentialMediaType, dX as CredentialNames, cj as CredentialQrCodeData, dW as CredentialSchemas, d_ as CredentialType, C as CredentialTypes, az as CustomerOnboardingLevel, ay as CustomerOnboardingLevels, aB as CustomerStatus, aA as CustomerStatuses, aG as CustomerTableColumn, at as CustomerType, as as CustomerTypes, aE as CustomersChartType, cB as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bb as DataAvailableOnStart, cC as DateOperator, cS as DeleteQueryConfigurationInput, cT 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, aL as EmailId, ad as EnvironmentSchema, h as EvmChainId, bm as ExecuteChallengeQueryConfig, bl as ExecuteChallengeQueryInput, bo as ExecuteChallengeQueryResponse, d4 as ExtendedTezosTxAuthDataSignatureResponse, d1 as ExtendedTezosTxAuthInput, d3 as ExtendedTxAuthDataSignatureResponse, d0 as ExtendedTxAuthInput, dC as ExternalCustomerId, dl as FLOW_TYPES, dm as FlowType, G as FunctionCallData, bW as GenerateWalletChallengeRequest, dV as GenericVerifiableCredentialSchema, bH as GetCredentialsRequest, bI as GetCredentialsResponse, b$ as GetCustomerStatusRequest, c3 as GetCustomerStatusResponse, c$ as GetTezosTxAuthDataSignatureResponse, cY as GetTxAuthDataSignatureResponse, bQ as GetTxAuthSigRequest, bS as GetTxAuthSigRequestTezos, bR as GetTxAuthSigResponse, bT as GetTxAuthSigResponseTezos, c5 as HostMessage, bU as HostRequestMessage, bf as HostResponseMessage, dI as ID3CredentialSubjectSchema, dq as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, ds as IDENTITY_DOCUMENT_OPTIONS, dS as IDImageCredentialSubjectSchema, cG as IDInformation, dR as IDInformationCredentialSubjectSchema, dJ as IDScanCredentialSubjectSchema, dK as IDScanPassportCredentialSubjectSchema, dL as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, dw as Identifier, c4 as IdentityAppMessage, dE as IdentityAppV2Web2JWT, dD as IdentityAppV2Web3JWT, dr as IdentityDocumentCountryListOption, dt as IdentityDocumentOptionsType, aK as IdentityId, c6 as IdentityMessage, b3 as IdentityNotificationMessage, b8 as IdentityRequestMessage, bV as IdentityResponseMessage, c0 as IdentitySdkMessage, c1 as IdentitySdkMessageWithIdentifier, dB as IdentityWidgetAccessToken, dF as IdentityWidgetAccessToken_NEW, dG as IdentityWidgetSessionToken, b4 as InitialDataRequest, bc as InitialDataResponse, a$ as IsVerifiedNotification, bO as IsVerifiedRequest, bP as IsVerifiedResponse, ax as KybOnboardingLevel, aw as KybOnboardingLevels, aU as KycCompletionData, aV as KycCompletionNotification, av as KycOnboardingLevel, au as KycOnboardingLevels, c9 as MediaType, ca 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, cx as NUMERIC_OPERATORS, dY as NexeraCredentialType, cN as NonParsedQueryConfiguration, cy as NumericOperator, dQ as OLD_AMLScreeningsResultsCredentialSubjectSchema, dM as OLD_IDImageCredentialSubjectSchema, dN as OLD_IDInformationCredentialSubjectSchema, dO as OLD_ProofOfResidenceCredentialSubjectSchema, dP as OLD_SelfieImageCredentialSubjectSchema, bp as OPAChallengeQuery, b1 as OcvSdkInitialized, aX as OffChainScenarioExecutionData, d8 as OffChainZKP, br as OffChainZKPRuleResult, bq as OnChainRuleResult, aY as OnChainScenarioExecutionData, dd as OnChainZKP, de as OnChainZKPFromNexeraID, dg as OnChainZKPPayload, df as OnChainZKPScenarioFromCms, bn as OpaChallengeQueryResponse, cq as Operator, bi as OperatorToChallengeQueryOperator, dy as OrganizationId, af as OtpCode, _ as P2Signature, du as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ai as PUBLIC_SERVICES_SCHEMA_MAP, cK as PartialQueryConfigSimplified, dv as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, b0 as PolygonIdInitialized, bK as PolygonIdRequest, bJ as PolygonIdRequestData, bM as PolygonIdResponse, bL as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, dc as ProjectAuthorizationData, cg as ProofData, dU as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, cl as QrCodeLinkWithSchemaType, cH as QueryConfig, cJ as QueryConfigSimplified, cL as QueryConfigSimplifiedParsed, cM as QueryConfiguration, cV as QueryCredentialType, cU as QueryCredentialTypes, cI as QueryType, c7 as RequiredDataRowSchema, c8 as RequiredVerificationData, ar as RiskScoreType, aq as RiskScoreTypes, bA as RuleEngineResponse, aW as RuleEngineScenarioExecutionData, bD as RuleResultStatus, bE as RuleResultStatusLabels, bC as RuleResultStatuses, dh as SCENARIO_AUTHORIZATION_STATUSES, cv as STRING_OPERATORS, cD as SUPPORTED_TYPES, aR as ScenarioAuthorizationData, di as ScenarioAuthorizationStatus, aZ as ScenarioExecutionData, a_ as ScenarioExecutionNotification, bB as ScenarioExecutionResponse, bz as ScenarioStatus, by as ScenarioStatuses, bx as ScenarioType, bw as ScenarioTypes, bs as SdkVerificationOutput, aS as SdkVerificationResponseSchema, dT as SelfieImageCredentialSubjectSchema, b7 as SendTransactionRequest, b5 as SignatureRequest, bd as SignatureResponse, bG as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, b2 as StartCompletedNotification, bN as StartFlowRequest, aJ as StorageId, w as String0x, cw as StringOperator, cE as SupportedType, cF as SupportedTypes, aP as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, cZ as TezosTxAuthInput, c_ as TezosTxSignatureResponse, b6 as TransactionData, be as TransactionResponse, b_ as TxAuthDataSignatureGatingRequest, c2 as TxAuthDataSignatureResponse, cW as TxAuthInput, D as TxHash, cX as TxSignatureResponse, cQ as UpdateQueryConfigurationInput, cR as UpdateQueryConfigurationResponse, ae as UuidString, d$ as VerifiableCredential, dp as VerificationMode, dn as VerificationModes, bv as VerificationOutput, bu as VerificationSessionStatus, bt as VerificationSessionStatuses, dk as VerifyWalletChallengeRequest, aM as WalletId, bZ as WalletSignResponse, dj as WalletSignatureResponse, dH as Web2CreateSessionParams, dA as WorkflowId, dz as WorkspaceId, cr as ZKPOperator, d6 as ZKPRequest, d7 as ZKPRequestFromZKVerifier, cb as ZeroKnowledgeProofRequest, ch as ZeroKnowledgeProofResponse, ag as ZodParse, ab as coerceBoolean, an as countryISO2toISO3Mapping, am as countryISO3toISO2Mapping, aI as createBrandedSchemaId, aQ as generateId, dZ as getCredentialName, v as isValidAddress, ao as isoCountriesNameFromISO2, cs as operatorDisplayMap, ap as parseISO3CountryCode, cm as parseIden3Message, cn as parseSessionIdFromUrl, H as shortAddress, ah as shortBlockchainAddress } from './identity-api.schema-74e951be.esm.js';
1
+ import { C as CredentialTypes } from './identity-api.schema-12609c1a.esm.js';
2
+ export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, ak as ALPHA_2_COUNTRIES, cu as ARRAY_OPERATORS, cd as AUTHORIZATION_REQUEST_MESSAGE_TYPES, b9 as AVAILABLE_FLOWS, dy as AdditionalCustomerInformationParams, z as AddressSchema, cp as AllCredentialAttributes, cq as AllCredentialValues, dc as AllScenarioExecutionAuthorizationData, al as Alpha2Country, d6 as AnyTxAuthDataSignatureResponse, d3 as AnyTxAuthInput, aN as AppId, I as AptosAddress, J as AptosSignature, cv as ArrayOperator, cl as AuthQrCodeData, bX as AuthSession, cg as AuthorizationRequestMessage, cf as AuthorizationRequestMessageType, ce as AuthorizationRequestMessageTypes, cj as AuthorizationResponseMessage, ba as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, cA as BOOLEAN_OPERATORS, aC as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cB as BooleanOperator, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, aD as CUSTOMERS_CHARTS, aH as CUSTOMER_AUTOMATION_REASONS, aF as CUSTOMER_TABLE_COLUMNS, a0 as CardanoAddress, a1 as CardanoSignature, aO as ChallengeId, bh as ChallengeQueryOperator, bj as ChallengeQueryOperatorToOperator, bg as ChallengeQueryOperators, bk as ChallengeQuerySchema, bY as ChallengeResponse, aT as CloseScreenNotification, bF as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, da as CreateAuthRequestProps, cP as CreateQueryConfigurationInput, cQ as CreateQueryConfigurationResponse, db as CreateZKProofRequestProps, e1 as CredentialMediaType, dY as CredentialNames, ck as CredentialQrCodeData, dX as CredentialSchemas, d$ as CredentialType, C as CredentialTypes, az as CustomerOnboardingLevel, ay as CustomerOnboardingLevels, aB as CustomerStatus, aA as CustomerStatuses, aG as CustomerTableColumn, at as CustomerType, as as CustomerTypes, aE as CustomersChartType, cC as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bb as DataAvailableOnStart, cD as DateOperator, cT as DeleteQueryConfigurationInput, cU 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, aL as EmailId, ad as EnvironmentSchema, h as EvmChainId, bm as ExecuteChallengeQueryConfig, bl as ExecuteChallengeQueryInput, bo as ExecuteChallengeQueryResponse, d5 as ExtendedTezosTxAuthDataSignatureResponse, d2 as ExtendedTezosTxAuthInput, d4 as ExtendedTxAuthDataSignatureResponse, d1 as ExtendedTxAuthInput, dD as ExternalCustomerId, dm as FLOW_TYPES, dn as FlowType, G as FunctionCallData, bW as GenerateWalletChallengeRequest, dW as GenericVerifiableCredentialSchema, bH as GetCredentialsRequest, bI as GetCredentialsResponse, b$ as GetCustomerStatusRequest, c3 as GetCustomerStatusResponse, d0 as GetTezosTxAuthDataSignatureResponse, cZ as GetTxAuthDataSignatureResponse, bQ as GetTxAuthSigRequest, bS as GetTxAuthSigRequestTezos, bR as GetTxAuthSigResponse, bT as GetTxAuthSigResponseTezos, c6 as HostMessage, bU as HostRequestMessage, bf as HostResponseMessage, dJ as ID3CredentialSubjectSchema, dr as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dt as IDENTITY_DOCUMENT_OPTIONS, dT as IDImageCredentialSubjectSchema, cH as IDInformation, dS as IDInformationCredentialSubjectSchema, dK as IDScanCredentialSubjectSchema, dL as IDScanPassportCredentialSubjectSchema, dM as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, dx as Identifier, c4 as IdentityAppMessage, dF as IdentityAppV2Web2JWT, dE as IdentityAppV2Web3JWT, ds as IdentityDocumentCountryListOption, du as IdentityDocumentOptionsType, aK as IdentityId, c7 as IdentityMessage, b3 as IdentityNotificationMessage, b8 as IdentityRequestMessage, bV as IdentityResponseMessage, c0 as IdentitySdkMessage, c1 as IdentitySdkMessageWithIdentifier, c5 as IdentityWallet, dC as IdentityWidgetAccessToken, dG as IdentityWidgetAccessToken_NEW, dH as IdentityWidgetSessionToken, b4 as InitialDataRequest, bc as InitialDataResponse, a$ as IsVerifiedNotification, bO as IsVerifiedRequest, bP as IsVerifiedResponse, ax as KybOnboardingLevel, aw as KybOnboardingLevels, aU as KycCompletionData, aV as KycCompletionNotification, av as KycOnboardingLevel, au as KycOnboardingLevels, ca as MediaType, cb 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, cy as NUMERIC_OPERATORS, dZ as NexeraCredentialType, cO as NonParsedQueryConfiguration, cz as NumericOperator, dR as OLD_AMLScreeningsResultsCredentialSubjectSchema, dN as OLD_IDImageCredentialSubjectSchema, dO as OLD_IDInformationCredentialSubjectSchema, dP as OLD_ProofOfResidenceCredentialSubjectSchema, dQ as OLD_SelfieImageCredentialSubjectSchema, bp as OPAChallengeQuery, b1 as OcvSdkInitialized, aX as OffChainScenarioExecutionData, d9 as OffChainZKP, br as OffChainZKPRuleResult, bq as OnChainRuleResult, aY as OnChainScenarioExecutionData, de as OnChainZKP, df as OnChainZKPFromNexeraID, dh as OnChainZKPPayload, dg as OnChainZKPScenarioFromCms, bn as OpaChallengeQueryResponse, cr as Operator, bi as OperatorToChallengeQueryOperator, dz as OrganizationId, af as OtpCode, _ as P2Signature, dv as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ai as PUBLIC_SERVICES_SCHEMA_MAP, cL as PartialQueryConfigSimplified, dw as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, b0 as PolygonIdInitialized, bK as PolygonIdRequest, bJ as PolygonIdRequestData, bM as PolygonIdResponse, bL as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, dd as ProjectAuthorizationData, ch as ProofData, dV as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, cm as QrCodeLinkWithSchemaType, cI as QueryConfig, cK as QueryConfigSimplified, cM as QueryConfigSimplifiedParsed, cN as QueryConfiguration, cW as QueryCredentialType, cV as QueryCredentialTypes, cJ as QueryType, c8 as RequiredDataRowSchema, c9 as RequiredVerificationData, ar as RiskScoreType, aq as RiskScoreTypes, bA as RuleEngineResponse, aW as RuleEngineScenarioExecutionData, bD as RuleResultStatus, bE as RuleResultStatusLabels, bC as RuleResultStatuses, di as SCENARIO_AUTHORIZATION_STATUSES, cw as STRING_OPERATORS, cE as SUPPORTED_TYPES, aR as ScenarioAuthorizationData, dj as ScenarioAuthorizationStatus, aZ as ScenarioExecutionData, a_ as ScenarioExecutionNotification, bB as ScenarioExecutionResponse, bz as ScenarioStatus, by as ScenarioStatuses, bx as ScenarioType, bw as ScenarioTypes, bs as SdkVerificationOutput, aS as SdkVerificationResponseSchema, dU as SelfieImageCredentialSubjectSchema, b7 as SendTransactionRequest, b5 as SignatureRequest, bd as SignatureResponse, bG as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, b2 as StartCompletedNotification, bN as StartFlowRequest, aJ as StorageId, w as String0x, cx as StringOperator, cF as SupportedType, cG as SupportedTypes, aP as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, c_ as TezosTxAuthInput, c$ as TezosTxSignatureResponse, b6 as TransactionData, be as TransactionResponse, b_ as TxAuthDataSignatureGatingRequest, c2 as TxAuthDataSignatureResponse, cX as TxAuthInput, D as TxHash, cY as TxSignatureResponse, cR as UpdateQueryConfigurationInput, cS as UpdateQueryConfigurationResponse, ae as UuidString, e0 as VerifiableCredential, dq as VerificationMode, dp as VerificationModes, bv as VerificationOutput, bu as VerificationSessionStatus, bt as VerificationSessionStatuses, dl as VerifyWalletChallengeRequest, aM as WalletId, bZ as WalletSignResponse, dk as WalletSignatureResponse, dI as Web2CreateSessionParams, dB as WorkflowId, dA as WorkspaceId, cs as ZKPOperator, d7 as ZKPRequest, d8 as ZKPRequestFromZKVerifier, cc as ZeroKnowledgeProofRequest, ci as ZeroKnowledgeProofResponse, ag as ZodParse, ab as coerceBoolean, an as countryISO2toISO3Mapping, am as countryISO3toISO2Mapping, aI as createBrandedSchemaId, aQ as generateId, d_ as getCredentialName, v as isValidAddress, ao as isoCountriesNameFromISO2, ct as operatorDisplayMap, ap as parseISO3CountryCode, cn as parseIden3Message, co as parseSessionIdFromUrl, H as shortAddress, ah as shortBlockchainAddress } from './identity-api.schema-12609c1a.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-e82b28c5.esm.js';
4
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-310c23a2.esm.js';
5
5
  import 'nanoid';
6
6
 
7
7
  var decodeUint8Array = function decodeUint8Array(data) {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.3.8",
3
+ "version": "2.3.9",
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-df9e231d.cjs.dev.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-cc2f8a1b.cjs.dev.js');
6
6
  require('zod');
7
7
  require('nanoid');
8
8
 
@@ -72,6 +72,7 @@ exports.IdentityRequestMessage = identityApi_schema.IdentityRequestMessage;
72
72
  exports.IdentityResponseMessage = identityApi_schema.IdentityResponseMessage;
73
73
  exports.IdentitySdkMessage = identityApi_schema.IdentitySdkMessage;
74
74
  exports.IdentitySdkMessageWithIdentifier = identityApi_schema.IdentitySdkMessageWithIdentifier;
75
+ exports.IdentityWallet = identityApi_schema.IdentityWallet;
75
76
  exports.InitialDataRequest = identityApi_schema.InitialDataRequest;
76
77
  exports.InitialDataResponse = identityApi_schema.InitialDataResponse;
77
78
  exports.IsVerifiedNotification = identityApi_schema.IsVerifiedNotification;
@@ -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-7bb2255e.cjs.prod.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-e648ecb5.cjs.prod.js');
6
6
  require('zod');
7
7
  require('nanoid');
8
8
 
@@ -72,6 +72,7 @@ exports.IdentityRequestMessage = identityApi_schema.IdentityRequestMessage;
72
72
  exports.IdentityResponseMessage = identityApi_schema.IdentityResponseMessage;
73
73
  exports.IdentitySdkMessage = identityApi_schema.IdentitySdkMessage;
74
74
  exports.IdentitySdkMessageWithIdentifier = identityApi_schema.IdentitySdkMessageWithIdentifier;
75
+ exports.IdentityWallet = identityApi_schema.IdentityWallet;
75
76
  exports.InitialDataRequest = identityApi_schema.InitialDataRequest;
76
77
  exports.InitialDataResponse = identityApi_schema.InitialDataResponse;
77
78
  exports.IsVerifiedNotification = identityApi_schema.IsVerifiedNotification;
@@ -1,3 +1,3 @@
1
- export { ct as ARRAY_OPERATORS, cc as AUTHORIZATION_REQUEST_MESSAGE_TYPES, b9 as AVAILABLE_FLOWS, co as AllCredentialAttributes, cp as AllCredentialValues, db as AllScenarioExecutionAuthorizationData, d5 as AnyTxAuthDataSignatureResponse, d2 as AnyTxAuthInput, cu as ArrayOperator, ck as AuthQrCodeData, bX as AuthSession, cf as AuthorizationRequestMessage, ce as AuthorizationRequestMessageType, cd as AuthorizationRequestMessageTypes, ci as AuthorizationResponseMessage, ba as AvailableFlow, cz as BOOLEAN_OPERATORS, cA as BooleanOperator, bh as ChallengeQueryOperator, bj as ChallengeQueryOperatorToOperator, bg as ChallengeQueryOperators, bk as ChallengeQuerySchema, bY as ChallengeResponse, aT as CloseScreenNotification, bF as ComplianceImplementationStepsInput, d9 as CreateAuthRequestProps, cO as CreateQueryConfigurationInput, cP as CreateQueryConfigurationResponse, da as CreateZKProofRequestProps, cj as CredentialQrCodeData, cB as DATE_OPERATORS, bb as DataAvailableOnStart, cC as DateOperator, cS as DeleteQueryConfigurationInput, cT as DeleteQueryConfigurationResponse, bm as ExecuteChallengeQueryConfig, bl as ExecuteChallengeQueryInput, bo as ExecuteChallengeQueryResponse, d4 as ExtendedTezosTxAuthDataSignatureResponse, d1 as ExtendedTezosTxAuthInput, d3 as ExtendedTxAuthDataSignatureResponse, d0 as ExtendedTxAuthInput, bW as GenerateWalletChallengeRequest, bH as GetCredentialsRequest, bI as GetCredentialsResponse, b$ as GetCustomerStatusRequest, c3 as GetCustomerStatusResponse, c$ as GetTezosTxAuthDataSignatureResponse, cY as GetTxAuthDataSignatureResponse, bQ as GetTxAuthSigRequest, bS as GetTxAuthSigRequestTezos, bR as GetTxAuthSigResponse, bT as GetTxAuthSigResponseTezos, c5 as HostMessage, bU as HostRequestMessage, bf as HostResponseMessage, cG as IDInformation, c4 as IdentityAppMessage, c6 as IdentityMessage, b3 as IdentityNotificationMessage, b8 as IdentityRequestMessage, bV as IdentityResponseMessage, c0 as IdentitySdkMessage, c1 as IdentitySdkMessageWithIdentifier, b4 as InitialDataRequest, bc as InitialDataResponse, a$ as IsVerifiedNotification, bO as IsVerifiedRequest, bP as IsVerifiedResponse, aU as KycCompletionData, aV as KycCompletionNotification, c9 as MediaType, ca as MediaTypePID, cx as NUMERIC_OPERATORS, cN as NonParsedQueryConfiguration, cy as NumericOperator, bp as OPAChallengeQuery, b1 as OcvSdkInitialized, aX as OffChainScenarioExecutionData, d8 as OffChainZKP, br as OffChainZKPRuleResult, bq as OnChainRuleResult, aY as OnChainScenarioExecutionData, dd as OnChainZKP, de as OnChainZKPFromNexeraID, dg as OnChainZKPPayload, df as OnChainZKPScenarioFromCms, bn as OpaChallengeQueryResponse, cq as Operator, bi as OperatorToChallengeQueryOperator, cK as PartialQueryConfigSimplified, b0 as PolygonIdInitialized, bK as PolygonIdRequest, bJ as PolygonIdRequestData, bM as PolygonIdResponse, bL as PolygonIdResponseData, dc as ProjectAuthorizationData, cg as ProofData, cl as QrCodeLinkWithSchemaType, cH as QueryConfig, cJ as QueryConfigSimplified, cL as QueryConfigSimplifiedParsed, cM as QueryConfiguration, cV as QueryCredentialType, cU as QueryCredentialTypes, cI as QueryType, c7 as RequiredDataRowSchema, c8 as RequiredVerificationData, bA as RuleEngineResponse, aW as RuleEngineScenarioExecutionData, bD as RuleResultStatus, bE as RuleResultStatusLabels, bC as RuleResultStatuses, dh as SCENARIO_AUTHORIZATION_STATUSES, cv as STRING_OPERATORS, cD as SUPPORTED_TYPES, aR as ScenarioAuthorizationData, di as ScenarioAuthorizationStatus, aZ as ScenarioExecutionData, a_ as ScenarioExecutionNotification, bB as ScenarioExecutionResponse, bz as ScenarioStatus, by as ScenarioStatuses, bx as ScenarioType, bw as ScenarioTypes, bs as SdkVerificationOutput, aS as SdkVerificationResponseSchema, b7 as SendTransactionRequest, b5 as SignatureRequest, bd as SignatureResponse, bG as SimplifiedCredential, b2 as StartCompletedNotification, bN as StartFlowRequest, cw as StringOperator, cE as SupportedType, cF as SupportedTypes, cZ as TezosTxAuthInput, c_ as TezosTxSignatureResponse, b6 as TransactionData, be as TransactionResponse, b_ as TxAuthDataSignatureGatingRequest, c2 as TxAuthDataSignatureResponse, cW as TxAuthInput, cX as TxSignatureResponse, cQ as UpdateQueryConfigurationInput, cR as UpdateQueryConfigurationResponse, bv as VerificationOutput, bu as VerificationSessionStatus, bt as VerificationSessionStatuses, dk as VerifyWalletChallengeRequest, bZ as WalletSignResponse, dj as WalletSignatureResponse, cr as ZKPOperator, d6 as ZKPRequest, d7 as ZKPRequestFromZKVerifier, cb as ZeroKnowledgeProofRequest, ch as ZeroKnowledgeProofResponse, cs as operatorDisplayMap, cm as parseIden3Message, cn as parseSessionIdFromUrl } from '../../dist/identity-api.schema-74e951be.esm.js';
1
+ export { cu as ARRAY_OPERATORS, cd as AUTHORIZATION_REQUEST_MESSAGE_TYPES, b9 as AVAILABLE_FLOWS, cp as AllCredentialAttributes, cq as AllCredentialValues, dc as AllScenarioExecutionAuthorizationData, d6 as AnyTxAuthDataSignatureResponse, d3 as AnyTxAuthInput, cv as ArrayOperator, cl as AuthQrCodeData, bX as AuthSession, cg as AuthorizationRequestMessage, cf as AuthorizationRequestMessageType, ce as AuthorizationRequestMessageTypes, cj as AuthorizationResponseMessage, ba as AvailableFlow, cA as BOOLEAN_OPERATORS, cB as BooleanOperator, bh as ChallengeQueryOperator, bj as ChallengeQueryOperatorToOperator, bg as ChallengeQueryOperators, bk as ChallengeQuerySchema, bY as ChallengeResponse, aT as CloseScreenNotification, bF as ComplianceImplementationStepsInput, da as CreateAuthRequestProps, cP as CreateQueryConfigurationInput, cQ as CreateQueryConfigurationResponse, db as CreateZKProofRequestProps, ck as CredentialQrCodeData, cC as DATE_OPERATORS, bb as DataAvailableOnStart, cD as DateOperator, cT as DeleteQueryConfigurationInput, cU as DeleteQueryConfigurationResponse, bm as ExecuteChallengeQueryConfig, bl as ExecuteChallengeQueryInput, bo as ExecuteChallengeQueryResponse, d5 as ExtendedTezosTxAuthDataSignatureResponse, d2 as ExtendedTezosTxAuthInput, d4 as ExtendedTxAuthDataSignatureResponse, d1 as ExtendedTxAuthInput, bW as GenerateWalletChallengeRequest, bH as GetCredentialsRequest, bI as GetCredentialsResponse, b$ as GetCustomerStatusRequest, c3 as GetCustomerStatusResponse, d0 as GetTezosTxAuthDataSignatureResponse, cZ as GetTxAuthDataSignatureResponse, bQ as GetTxAuthSigRequest, bS as GetTxAuthSigRequestTezos, bR as GetTxAuthSigResponse, bT as GetTxAuthSigResponseTezos, c6 as HostMessage, bU as HostRequestMessage, bf as HostResponseMessage, cH as IDInformation, c4 as IdentityAppMessage, c7 as IdentityMessage, b3 as IdentityNotificationMessage, b8 as IdentityRequestMessage, bV as IdentityResponseMessage, c0 as IdentitySdkMessage, c1 as IdentitySdkMessageWithIdentifier, c5 as IdentityWallet, b4 as InitialDataRequest, bc as InitialDataResponse, a$ as IsVerifiedNotification, bO as IsVerifiedRequest, bP as IsVerifiedResponse, aU as KycCompletionData, aV as KycCompletionNotification, ca as MediaType, cb as MediaTypePID, cy as NUMERIC_OPERATORS, cO as NonParsedQueryConfiguration, cz as NumericOperator, bp as OPAChallengeQuery, b1 as OcvSdkInitialized, aX as OffChainScenarioExecutionData, d9 as OffChainZKP, br as OffChainZKPRuleResult, bq as OnChainRuleResult, aY as OnChainScenarioExecutionData, de as OnChainZKP, df as OnChainZKPFromNexeraID, dh as OnChainZKPPayload, dg as OnChainZKPScenarioFromCms, bn as OpaChallengeQueryResponse, cr as Operator, bi as OperatorToChallengeQueryOperator, cL as PartialQueryConfigSimplified, b0 as PolygonIdInitialized, bK as PolygonIdRequest, bJ as PolygonIdRequestData, bM as PolygonIdResponse, bL as PolygonIdResponseData, dd as ProjectAuthorizationData, ch as ProofData, cm as QrCodeLinkWithSchemaType, cI as QueryConfig, cK as QueryConfigSimplified, cM as QueryConfigSimplifiedParsed, cN as QueryConfiguration, cW as QueryCredentialType, cV as QueryCredentialTypes, cJ as QueryType, c8 as RequiredDataRowSchema, c9 as RequiredVerificationData, bA as RuleEngineResponse, aW as RuleEngineScenarioExecutionData, bD as RuleResultStatus, bE as RuleResultStatusLabels, bC as RuleResultStatuses, di as SCENARIO_AUTHORIZATION_STATUSES, cw as STRING_OPERATORS, cE as SUPPORTED_TYPES, aR as ScenarioAuthorizationData, dj as ScenarioAuthorizationStatus, aZ as ScenarioExecutionData, a_ as ScenarioExecutionNotification, bB as ScenarioExecutionResponse, bz as ScenarioStatus, by as ScenarioStatuses, bx as ScenarioType, bw as ScenarioTypes, bs as SdkVerificationOutput, aS as SdkVerificationResponseSchema, b7 as SendTransactionRequest, b5 as SignatureRequest, bd as SignatureResponse, bG as SimplifiedCredential, b2 as StartCompletedNotification, bN as StartFlowRequest, cx as StringOperator, cF as SupportedType, cG as SupportedTypes, c_ as TezosTxAuthInput, c$ as TezosTxSignatureResponse, b6 as TransactionData, be as TransactionResponse, b_ as TxAuthDataSignatureGatingRequest, c2 as TxAuthDataSignatureResponse, cX as TxAuthInput, cY as TxSignatureResponse, cR as UpdateQueryConfigurationInput, cS as UpdateQueryConfigurationResponse, bv as VerificationOutput, bu as VerificationSessionStatus, bt as VerificationSessionStatuses, dl as VerifyWalletChallengeRequest, bZ as WalletSignResponse, dk as WalletSignatureResponse, cs as ZKPOperator, d7 as ZKPRequest, d8 as ZKPRequestFromZKVerifier, cc as ZeroKnowledgeProofRequest, ci as ZeroKnowledgeProofResponse, ct as operatorDisplayMap, cn as parseIden3Message, co as parseSessionIdFromUrl } from '../../dist/identity-api.schema-12609c1a.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.8-dev",
3
+ "version": "2.3.9-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-3b610861.cjs.dev.js');
5
+ var customers_schema = require('../../dist/customers.schema-d0cc26ba.cjs.dev.js');
6
6
  require('zod');
7
- require('../../dist/identity-api.schema-df9e231d.cjs.dev.js');
7
+ require('../../dist/identity-api.schema-cc2f8a1b.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-ce1e5d31.cjs.prod.js');
5
+ var customers_schema = require('../../dist/customers.schema-8092edfa.cjs.prod.js');
6
6
  require('zod');
7
- require('../../dist/identity-api.schema-7bb2255e.cjs.prod.js');
7
+ require('../../dist/identity-api.schema-e648ecb5.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, d2 as BeneficiaryVerificationStatus, d3 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, dl as ChainalysisApiError, bd as ChainalysisConfig, dj as ChainalysisErrorCodes, bq as ChainalysisProvider, dh as ChainalysisRegisterApiResponse, dm as ChainalysisRegisterResponse, dg as ChainalysisRequest, dk as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, di as ChainalysisRiskLevel, ah as CoerceDateUTC, g as Coin, d1 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, cV as CredentialMetadata, cU as CustomerContactInformationOutput, d8 as CustomerDocumentMetaData, d9 as CustomerStatusResults, ba as DataProviderOptions, bb as DataProviders, bG as DeleteProviderInput, bH as DeleteProviderResponse, X as DocumentIdMetadata, V as DocumentIdType, U as DocumentIdTypes, co as DocumentMetadataSchema, a1 as EmailMetadata, E as EmailVerificationAnalysisResponse, cK as EmailVerificationResponse, T as File, cT as GetCredentialsOutput, d5 as GetKybSessionInput, d6 as GetKybSessionResponse, cN as GetKycSessionInput, cO as GetKycSessionResponse, cW 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, cZ as KYB_RESULTS, c$ as KYB_SESSION_STATUSES, cX as KYB_STEP_TYPES, cG as KYC_RESULTS, cI as KYC_SESSION_STATUSES, cE as KYC_STEP_TYPES, c_ as KybResult, d0 as KybSessionStatus, cY as KybStep, cH as KycResult, cJ as KycSessionStatus, cF as KycStep, $ as LivenessMetadata, ap as MEDIUM_RISK_TYPES, aI as MatchStatus, aH as MatchStatuses, aO as MatchTypeDetail, M as MergedProviders, df as MerkleAddressApiError, de as MerkleAddressApiResponse, dd as MerkleAddressRequest, a as MerkleAddressResponse, dc as MerkleBlockChainCodes, db as MerkleBlockChainNames, da 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, cS as ProofOfResidenceDocumentType, cR 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, ch as SUMSUB_COMPANY_BENEFICIARY_GROUP, c6 as SUMSUB_DOC_TYPES, c8 as SUMSUB_FLOW_LEVEL, cw as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cm as SUMSUB_MEDIA_CONTENT_TYPES, bR as SUMSUB_REVIEW_ANSWERS, cB as SUMSUB_REVIEW_REJECT_LABELS, cD 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, d4 as SelectKybSession, cL as SelectKycSession, cM 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, cq as SumSubApplicantResetSchema, cp as SumSubApplicantReviewStatusSchema, cv as SumSubApplicantSchema, bQ as SumSubApplicantType, cl as SumSubApplicantVerificationStepSchema, c1 as SumSubCompanyApplicantInfo, cf as SumSubCompanyApplicantSchema, c7 as SumSubDocType, c9 as SumSubFlowLevel, cr as SumSubGenerateExternalWebSdkLinkSchema, cg as SumSubImageId, cb as SumSubImageReviewResultSchema, ce as SumSubIndividualApplicantSchema, cn as SumSubMediaContentType, bS as SumSubReviewAnswer, cC as SumSubReviewRejectLabel, bU as SumSubReviewRejectType, ca as SumSubReviewResultSchema, c5 as SumSubReviewStatus, cA as SumSubSimilarApplicantsSchema, bO as SumSubStep, ck as SumSubVerificationStepSchema, bL as SumSubWebhookSchema, cd as SumsubApplicantType, cc as SumsubApplicantTypes, ci as SumsubCompanyBeneficiaryGroup, cu as SumsubKybDataSchema, cz as SumsubKybSessionFlowSection, cy as SumsubKybSessionFlowSectionItem, cx as SumsubKybSessionFlowSectionStatus, ct as SumsubKycDataSchema, cj as SumsubStepStatus, cs 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, d7 as UpdateKybSessionOutput, cP as UpdateKycSessionOutput, bD as UpdateProviderInput, bE as UpdateProviderResponse, aM as UpdateSearchEntitiesInput, aL as UpdateSearchInput, cQ 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-071dc023.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, d2 as BeneficiaryVerificationStatus, d3 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, dl as ChainalysisApiError, bd as ChainalysisConfig, dj as ChainalysisErrorCodes, bq as ChainalysisProvider, dh as ChainalysisRegisterApiResponse, dm as ChainalysisRegisterResponse, dg as ChainalysisRequest, dk as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, di as ChainalysisRiskLevel, ah as CoerceDateUTC, g as Coin, d1 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, cV as CredentialMetadata, cU as CustomerContactInformationOutput, d8 as CustomerDocumentMetaData, d9 as CustomerStatusResults, ba as DataProviderOptions, bb as DataProviders, bG as DeleteProviderInput, bH as DeleteProviderResponse, X as DocumentIdMetadata, V as DocumentIdType, U as DocumentIdTypes, co as DocumentMetadataSchema, a1 as EmailMetadata, E as EmailVerificationAnalysisResponse, cK as EmailVerificationResponse, T as File, cT as GetCredentialsOutput, d5 as GetKybSessionInput, d6 as GetKybSessionResponse, cN as GetKycSessionInput, cO as GetKycSessionResponse, cW 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, cZ as KYB_RESULTS, c$ as KYB_SESSION_STATUSES, cX as KYB_STEP_TYPES, cG as KYC_RESULTS, cI as KYC_SESSION_STATUSES, cE as KYC_STEP_TYPES, c_ as KybResult, d0 as KybSessionStatus, cY as KybStep, cH as KycResult, cJ as KycSessionStatus, cF as KycStep, $ as LivenessMetadata, ap as MEDIUM_RISK_TYPES, aI as MatchStatus, aH as MatchStatuses, aO as MatchTypeDetail, M as MergedProviders, df as MerkleAddressApiError, de as MerkleAddressApiResponse, dd as MerkleAddressRequest, a as MerkleAddressResponse, dc as MerkleBlockChainCodes, db as MerkleBlockChainNames, da 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, cS as ProofOfResidenceDocumentType, cR 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, ch as SUMSUB_COMPANY_BENEFICIARY_GROUP, c6 as SUMSUB_DOC_TYPES, c8 as SUMSUB_FLOW_LEVEL, cw as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cm as SUMSUB_MEDIA_CONTENT_TYPES, bR as SUMSUB_REVIEW_ANSWERS, cB as SUMSUB_REVIEW_REJECT_LABELS, cD 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, d4 as SelectKybSession, cL as SelectKycSession, cM 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, cq as SumSubApplicantResetSchema, cp as SumSubApplicantReviewStatusSchema, cv as SumSubApplicantSchema, bQ as SumSubApplicantType, cl as SumSubApplicantVerificationStepSchema, c1 as SumSubCompanyApplicantInfo, cf as SumSubCompanyApplicantSchema, c7 as SumSubDocType, c9 as SumSubFlowLevel, cr as SumSubGenerateExternalWebSdkLinkSchema, cg as SumSubImageId, cb as SumSubImageReviewResultSchema, ce as SumSubIndividualApplicantSchema, cn as SumSubMediaContentType, bS as SumSubReviewAnswer, cC as SumSubReviewRejectLabel, bU as SumSubReviewRejectType, ca as SumSubReviewResultSchema, c5 as SumSubReviewStatus, cA as SumSubSimilarApplicantsSchema, bO as SumSubStep, ck as SumSubVerificationStepSchema, bL as SumSubWebhookSchema, cd as SumsubApplicantType, cc as SumsubApplicantTypes, ci as SumsubCompanyBeneficiaryGroup, cu as SumsubKybDataSchema, cz as SumsubKybSessionFlowSection, cy as SumsubKybSessionFlowSectionItem, cx as SumsubKybSessionFlowSectionStatus, ct as SumsubKycDataSchema, cj as SumsubStepStatus, cs 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, d7 as UpdateKybSessionOutput, cP as UpdateKycSessionOutput, bD as UpdateProviderInput, bE as UpdateProviderResponse, aM as UpdateSearchEntitiesInput, aL as UpdateSearchInput, cQ 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-e457212f.esm.js';
2
2
  import 'zod';
3
- import '../../dist/identity-api.schema-74e951be.esm.js';
3
+ import '../../dist/identity-api.schema-12609c1a.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-df9e231d.cjs.dev.js');
6
- var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-248cbc44.cjs.dev.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-cc2f8a1b.cjs.dev.js');
6
+ var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-f06cfbf0.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-7bb2255e.cjs.prod.js');
6
- var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-995d3ffd.cjs.prod.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-e648ecb5.cjs.prod.js');
6
+ var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-590fdc26.cjs.prod.js');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
 
@@ -1,4 +1,4 @@
1
- export { al as Alpha2Country, e0 as CredentialMediaType, dX as CredentialNames, dW as CredentialSchemas, d_ as CredentialType, C as CredentialTypes, dV as GenericVerifiableCredentialSchema, dI as ID3CredentialSubjectSchema, dS as IDImageCredentialSubjectSchema, dR as IDInformationCredentialSubjectSchema, dJ as IDScanCredentialSubjectSchema, dK as IDScanPassportCredentialSubjectSchema, dL as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, dY as NexeraCredentialType, dQ as OLD_AMLScreeningsResultsCredentialSubjectSchema, dM as OLD_IDImageCredentialSubjectSchema, dN as OLD_IDInformationCredentialSubjectSchema, dO as OLD_ProofOfResidenceCredentialSubjectSchema, dP as OLD_SelfieImageCredentialSubjectSchema, dU as ProofOfResidenceCredentialSubjectSchema, dT as SelfieImageCredentialSubjectSchema, d$ as VerifiableCredential, am as countryISO3toISO2Mapping, dZ as getCredentialName, ao as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-74e951be.esm.js';
2
- export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-e82b28c5.esm.js';
1
+ export { al as Alpha2Country, e1 as CredentialMediaType, dY as CredentialNames, dX as CredentialSchemas, d$ as CredentialType, C as CredentialTypes, dW as GenericVerifiableCredentialSchema, dJ as ID3CredentialSubjectSchema, dT as IDImageCredentialSubjectSchema, dS as IDInformationCredentialSubjectSchema, dK as IDScanCredentialSubjectSchema, dL as IDScanPassportCredentialSubjectSchema, dM as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, dZ as NexeraCredentialType, dR as OLD_AMLScreeningsResultsCredentialSubjectSchema, dN as OLD_IDImageCredentialSubjectSchema, dO as OLD_IDInformationCredentialSubjectSchema, dP as OLD_ProofOfResidenceCredentialSubjectSchema, dQ as OLD_SelfieImageCredentialSubjectSchema, dV as ProofOfResidenceCredentialSubjectSchema, dU as SelfieImageCredentialSubjectSchema, e0 as VerifiableCredential, am as countryISO3toISO2Mapping, d_ as getCredentialName, ao as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-12609c1a.esm.js';
2
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-310c23a2.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-df9e231d.cjs.dev.js');
7
- var customers_schema = require('../../dist/customers.schema-3b610861.cjs.dev.js');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-cc2f8a1b.cjs.dev.js');
7
+ var customers_schema = require('../../dist/customers.schema-d0cc26ba.cjs.dev.js');
8
8
  var zodToJsonSchema = require('zod-to-json-schema');
9
9
  require('nanoid');
10
10
 
@@ -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-7bb2255e.cjs.prod.js');
7
- var customers_schema = require('../../dist/customers.schema-ce1e5d31.cjs.prod.js');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-e648ecb5.cjs.prod.js');
7
+ var customers_schema = require('../../dist/customers.schema-8092edfa.cjs.prod.js');
8
8
  var zodToJsonSchema = require('zod-to-json-schema');
9
9
  require('nanoid');
10
10
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { ae as UuidString, dC as ExternalCustomerId, ar as RiskScoreType, at as CustomerType, az as CustomerOnboardingLevel, aB as CustomerStatus, aj as ISO3CountryCode, a2 as BlockchainAddress, bD as RuleResultStatus, dV as GenericVerifiableCredentialSchema, e2 as _toArray, e1 as _toConsumableArray, ad as EnvironmentSchema } from '../../dist/identity-api.schema-74e951be.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-071dc023.esm.js';
2
+ import { ae as UuidString, dD as ExternalCustomerId, ar as RiskScoreType, at as CustomerType, az as CustomerOnboardingLevel, aB as CustomerStatus, aj as ISO3CountryCode, a2 as BlockchainAddress, bD as RuleResultStatus, dW as GenericVerifiableCredentialSchema, e3 as _toArray, e2 as _toConsumableArray, ad as EnvironmentSchema } from '../../dist/identity-api.schema-12609c1a.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-e457212f.esm.js';
4
4
  import { zodToJsonSchema } from 'zod-to-json-schema';
5
5
  import 'nanoid';
6
6