@nexeraid/identity-schemas 2.3.11-dev → 2.3.14-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-63a6dab0.cjs.prod.js → customers.schema-a089e7aa.cjs.prod.js} +1 -1
  2. package/dist/{customers.schema-2920175f.esm.js → customers.schema-e53cff10.esm.js} +1 -1
  3. package/dist/{customers.schema-55115ae0.cjs.dev.js → customers.schema-e6bad99e.cjs.dev.js} +1 -1
  4. package/dist/declarations/src/identity/identity-v2.schema.d.ts +23 -0
  5. package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
  6. package/dist/{frontend-utilities.schema-d269f411.esm.js → frontend-utilities.schema-63208941.esm.js} +1 -1
  7. package/dist/{frontend-utilities.schema-6488d65f.cjs.dev.js → frontend-utilities.schema-98b0096f.cjs.dev.js} +1 -1
  8. package/dist/{frontend-utilities.schema-716fdfbe.cjs.prod.js → frontend-utilities.schema-d9510248.cjs.prod.js} +1 -1
  9. package/dist/{identity-api.schema-7e40f082.cjs.dev.js → identity-api.schema-1e40f969.cjs.prod.js} +15 -0
  10. package/dist/{identity-api.schema-bf32b414.esm.js → identity-api.schema-c98a388a.esm.js} +15 -1
  11. package/dist/{identity-api.schema-7642a9d7.cjs.prod.js → identity-api.schema-eb77924e.cjs.dev.js} +15 -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-7642a9d7.cjs.prod.js');
4
+ var identityApi_schema = require('./identity-api.schema-1e40f969.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,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { a2 as BlockchainAddress, z as AddressSchema, al as Alpha2Country, ae as UuidString, ec as _toConsumableArray, ee as _arrayWithHoles, ef as _unsupportedIterableToArray, eg as _nonIterableRest, aj as ISO3CountryCode, a5 as BlockchainNamespace, bC as SdkVerificationOutput, aB as CustomerStatus, eh as _defineProperty, e3 as ProofOfResidenceCredentialSubjectSchema, cw as QrCodeLinkWithSchemaType, aC as BasicCustomerContactInformation, e9 as CredentialType } from './identity-api.schema-bf32b414.esm.js';
2
+ import { a2 as BlockchainAddress, z as AddressSchema, al as Alpha2Country, ae as UuidString, ed as _toConsumableArray, ef as _arrayWithHoles, eg as _unsupportedIterableToArray, eh as _nonIterableRest, aj as ISO3CountryCode, a5 as BlockchainNamespace, bC as SdkVerificationOutput, aB as CustomerStatus, ei as _defineProperty, e4 as ProofOfResidenceCredentialSubjectSchema, cx as QrCodeLinkWithSchemaType, aC as BasicCustomerContactInformation, ea as CredentialType } from './identity-api.schema-c98a388a.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-7e40f082.cjs.dev.js');
4
+ var identityApi_schema = require('./identity-api.schema-eb77924e.cjs.dev.js');
5
5
 
6
6
  // based on https://tech-doc.api.scorechain.com/
7
7
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -57,6 +57,29 @@ export declare const AuthSession: z.ZodObject<{
57
57
  externalCustomerId?: string | undefined;
58
58
  }>;
59
59
  export type AuthSession = z.infer<typeof AuthSession>;
60
+ export declare const AuthSessionData: z.ZodObject<{
61
+ /**
62
+ * The unique identifier of the user
63
+ */
64
+ identityId: z.ZodString;
65
+ /**
66
+ * The unique identifier of the user's session
67
+ */
68
+ customerId: z.ZodString;
69
+ /**
70
+ * The identifier passed by the user platform
71
+ */
72
+ externalCustomerId: z.ZodOptional<z.ZodString>;
73
+ }, "strip", z.ZodTypeAny, {
74
+ customerId: string;
75
+ identityId: string;
76
+ externalCustomerId?: string | undefined;
77
+ }, {
78
+ customerId: string;
79
+ identityId: string;
80
+ externalCustomerId?: string | undefined;
81
+ }>;
82
+ export type AuthSessionData = z.infer<typeof AuthSessionData>;
60
83
  export declare const ChallengeResponse: z.ZodObject<{
61
84
  challenge: z.ZodString;
62
85
  }, "strip", z.ZodTypeAny, {
@@ -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":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,YAAY,EAAE,gCAA6B;AACpD,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EAEpB,4BAAyB;AAE1B,OAAO,EACL,mCAAmC,EACnC,kBAAkB,EAClB,UAAU,EACX,gCAA6B;AAc9B;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG;IAC3C,0CAA0C;IAC1C,OAAO,EAAE,iBAAiB,CAAC;IAC3B,+BAA+B;IAC/B,SAAS,EAAE,mBAAmB,CAAC;IAC/B,+EAA+E;IAC/E,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,gCAAgC;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,kDAAkD;IAClD,UAAU,EAAE,UAAU,CAAC;IACvB,wFAAwF;IACxF,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,iEAAiE;IACjE,qBAAqB,CAAC,EAAE,mCAAmC,CAAC;CAC7D,CAAC;AACF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;EAQzC,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;EAUtB,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,eAAe;IAC1B;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;;;;;;EAEH,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,iBAAiB;;;;;;EAE5B,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAsBlE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;EAM7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK3C,CAAC;AACH,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CACpD,OAAO,gCAAgC,CACxC,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;;EAEnC,CAAC;AACH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAEhF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAO7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAK5C,CAAC;AACF,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CACpD,OAAO,gCAAgC,CACxC,CAAC;AA8BF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGtC,CAAC;AACH,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,2BAA2B,CACnC,CAAC;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;EAGpC,CAAC;AACH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAa7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,cAAc;;;;;;;;;EAGzB,CAAC;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { cP as SupportedType, ec as _toConsumableArray, cE as ARRAY_OPERATORS, cK as BOOLEAN_OPERATORS, cI as NUMERIC_OPERATORS, cG as STRING_OPERATORS } from './identity-api.schema-bf32b414.esm.js';
1
+ import { cQ as SupportedType, ed as _toConsumableArray, cF as ARRAY_OPERATORS, cL as BOOLEAN_OPERATORS, cJ as NUMERIC_OPERATORS, cH as STRING_OPERATORS } from './identity-api.schema-c98a388a.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-7e40f082.cjs.dev.js');
3
+ var identityApi_schema = require('./identity-api.schema-eb77924e.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-7642a9d7.cjs.prod.js');
3
+ var identityApi_schema = require('./identity-api.schema-1e40f969.cjs.prod.js');
4
4
 
5
5
  var VC_JSON_SCHEMA_MAP = {
6
6
  ProofOfResidence: {
@@ -3073,6 +3073,20 @@ var AuthSession = zod.z.object({
3073
3073
  // when obtaining the auth session to facilitate integration with the user's system
3074
3074
  externalCustomerId: ExternalCustomerId.optional()
3075
3075
  });
3076
+ var AuthSessionData = zod.z.object({
3077
+ /**
3078
+ * The unique identifier of the user
3079
+ */
3080
+ identityId: zod.z.string(),
3081
+ /**
3082
+ * The unique identifier of the user's session
3083
+ */
3084
+ customerId: zod.z.string(),
3085
+ /**
3086
+ * The identifier passed by the user platform
3087
+ */
3088
+ externalCustomerId: ExternalCustomerId.optional()
3089
+ });
3076
3090
  var ChallengeResponse = zod.z.object({
3077
3091
  challenge: zod.z.string()
3078
3092
  });
@@ -3292,6 +3306,7 @@ exports.AptosSignature = AptosSignature;
3292
3306
  exports.ArrayOperator = ArrayOperator;
3293
3307
  exports.AuthQrCodeData = AuthQrCodeData;
3294
3308
  exports.AuthSession = AuthSession;
3309
+ exports.AuthSessionData = AuthSessionData;
3295
3310
  exports.AuthorizationRequestMessage = AuthorizationRequestMessage;
3296
3311
  exports.AuthorizationRequestMessageType = AuthorizationRequestMessageType;
3297
3312
  exports.AuthorizationRequestMessageTypes = AuthorizationRequestMessageTypes;
@@ -3071,6 +3071,20 @@ var AuthSession = z.object({
3071
3071
  // when obtaining the auth session to facilitate integration with the user's system
3072
3072
  externalCustomerId: ExternalCustomerId.optional()
3073
3073
  });
3074
+ var AuthSessionData = z.object({
3075
+ /**
3076
+ * The unique identifier of the user
3077
+ */
3078
+ identityId: z.string(),
3079
+ /**
3080
+ * The unique identifier of the user's session
3081
+ */
3082
+ customerId: z.string(),
3083
+ /**
3084
+ * The identifier passed by the user platform
3085
+ */
3086
+ externalCustomerId: ExternalCustomerId.optional()
3087
+ });
3074
3088
  var ChallengeResponse = z.object({
3075
3089
  challenge: z.string()
3076
3090
  });
@@ -3269,4 +3283,4 @@ var VerifyWalletChallengeRequest = WalletSignatureResponse.and(z.object({
3269
3283
  blockchainId: BlockchainId.optional()
3270
3284
  }));
3271
3285
 
3272
- 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, ScenarioAuthorizationData 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, TagId as aQ, TransactionId as aR, TransactionReviewId as aS, TransactionPartiesId as aT, TransactionInfosId as aU, TransactionExtractedInfosId as aV, TransactionMethodsId as aW, TransactionMethodExtractedInfosId as aX, InstitutionId as aY, InstitutionExtractedInfosId as aZ, generateId 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, GetTxAuthSigResponse as b$, SdkVerificationResponseSchema as b0, CloseScreenNotification as b1, KycCompletionData as b2, KycCompletionNotification as b3, RuleEngineScenarioExecutionData as b4, OffChainScenarioExecutionData as b5, OnChainScenarioExecutionData as b6, ScenarioExecutionData as b7, ScenarioExecutionNotification as b8, IsVerifiedNotification as b9, OnChainRuleResult as bA, OffChainZKPRuleResult as bB, SdkVerificationOutput as bC, VerificationSessionStatuses as bD, VerificationSessionStatus as bE, VerificationOutput as bF, ScenarioTypes as bG, ScenarioType as bH, ScenarioStatuses as bI, ScenarioStatus as bJ, RuleEngineResponse as bK, ScenarioExecutionResponse as bL, RuleResultStatuses as bM, RuleResultStatus as bN, RuleResultStatusLabels as bO, ComplianceImplementationStepsInput as bP, SimplifiedCredential as bQ, GetCredentialsRequest as bR, GetCredentialsResponse as bS, PolygonIdRequestData as bT, PolygonIdRequest as bU, PolygonIdResponseData as bV, PolygonIdResponse as bW, StartFlowRequest as bX, IsVerifiedRequest as bY, IsVerifiedResponse as bZ, GetTxAuthSigRequest as b_, PolygonIdInitialized as ba, OcvSdkInitialized as bb, StartCompletedNotification as bc, IdentityNotificationMessage as bd, InitialDataRequest as be, SignatureRequest as bf, TransactionData as bg, SendTransactionRequest as bh, IdentityRequestMessage as bi, AVAILABLE_FLOWS as bj, AvailableFlow as bk, DataAvailableOnStart as bl, InitialDataResponse as bm, SignatureResponse as bn, TransactionResponse as bo, HostResponseMessage as bp, ChallengeQueryOperators as bq, ChallengeQueryOperator as br, OperatorToChallengeQueryOperator as bs, ChallengeQueryOperatorToOperator as bt, ChallengeQuerySchema as bu, ExecuteChallengeQueryInput as bv, ExecuteChallengeQueryConfig as bw, OpaChallengeQueryResponse as bx, ExecuteChallengeQueryResponse as by, OPAChallengeQuery as bz, NEXERA_STARKNET_CHAINS as c, UpdateQueryConfigurationInput as c$, GetTxAuthSigRequestTezos as c0, GetTxAuthSigResponseTezos as c1, HostRequestMessage as c2, IdentityResponseMessage as c3, GenerateWalletChallengeRequest as c4, AuthSession as c5, ChallengeResponse as c6, WalletSignResponse as c7, TxAuthDataSignatureGatingRequest as c8, GetCustomerStatusRequest as c9, AllCredentialValues as cA, Operator as cB, ZKPOperator as cC, operatorDisplayMap as cD, ARRAY_OPERATORS as cE, ArrayOperator as cF, STRING_OPERATORS as cG, StringOperator as cH, NUMERIC_OPERATORS as cI, NumericOperator as cJ, BOOLEAN_OPERATORS as cK, BooleanOperator as cL, DATE_OPERATORS as cM, DateOperator as cN, SUPPORTED_TYPES as cO, SupportedType as cP, SupportedTypes as cQ, IDInformation as cR, QueryConfig as cS, QueryType as cT, QueryConfigSimplified as cU, PartialQueryConfigSimplified as cV, QueryConfigSimplifiedParsed as cW, QueryConfiguration as cX, NonParsedQueryConfiguration as cY, CreateQueryConfigurationInput as cZ, CreateQueryConfigurationResponse as c_, IdentitySdkMessage as ca, IdentitySdkMessageWithIdentifier as cb, TxAuthDataSignatureResponse as cc, GetCustomerStatusResponse as cd, IdentityAppMessage as ce, IdentityWallet as cf, HostMessage as cg, IdentityMessage as ch, RequiredDataRowSchema as ci, RequiredVerificationData as cj, MediaType as ck, MediaTypePID as cl, ZeroKnowledgeProofRequest as cm, AUTHORIZATION_REQUEST_MESSAGE_TYPES as cn, AuthorizationRequestMessageTypes as co, AuthorizationRequestMessageType as cp, AuthorizationRequestMessage as cq, ProofData as cr, ZeroKnowledgeProofResponse as cs, AuthorizationResponseMessage as ct, CredentialQrCodeData as cu, AuthQrCodeData as cv, QrCodeLinkWithSchemaType as cw, parseIden3Message as cx, parseSessionIdFromUrl as cy, AllCredentialAttributes as cz, NEXERA_EVM_CHAIN_NAMES as d, OLD_AMLScreeningsResultsCredentialSubjectSchema as d$, UpdateQueryConfigurationResponse as d0, DeleteQueryConfigurationInput as d1, DeleteQueryConfigurationResponse as d2, QueryCredentialTypes as d3, QueryCredentialType as d4, TxAuthInput as d5, TxSignatureResponse as d6, GetTxAuthDataSignatureResponse as d7, TezosTxAuthInput as d8, TezosTxSignatureResponse as d9, VerificationMode as dA, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as dB, IdentityDocumentCountryListOption as dC, IDENTITY_DOCUMENT_OPTIONS as dD, IdentityDocumentOptionsType as dE, PERSONAL_INFORMATION_FIELDS as dF, PersonalInformationFieldsIdentityDocuments as dG, Identifier as dH, AdditionalCustomerInformationParams as dI, OrganizationId as dJ, WorkspaceId as dK, WorkflowId as dL, IdentityWidgetAccessToken as dM, ExternalCustomerId as dN, IdentityAppV2Web3JWT as dO, IdentityAppV2Web2JWT as dP, IdentityWidgetAccessToken_NEW as dQ, IdentityWidgetSessionToken as dR, Web2CreateSessionParams as dS, ID3CredentialSubjectSchema as dT, IDScanCredentialSubjectSchema as dU, IDScanPassportCredentialSubjectSchema as dV, IDScanSelfieCredentialSubjectSchema as dW, OLD_IDImageCredentialSubjectSchema as dX, OLD_IDInformationCredentialSubjectSchema as dY, OLD_ProofOfResidenceCredentialSubjectSchema as dZ, OLD_SelfieImageCredentialSubjectSchema as d_, GetTezosTxAuthDataSignatureResponse as da, ExtendedTxAuthInput as db, ExtendedTezosTxAuthInput as dc, AnyTxAuthInput as dd, ExtendedTxAuthDataSignatureResponse as de, ExtendedTezosTxAuthDataSignatureResponse as df, AnyTxAuthDataSignatureResponse as dg, ZKPRequest as dh, ZKPRequestFromZKVerifier as di, OffChainZKP as dj, CreateAuthRequestProps as dk, CreateZKProofRequestProps as dl, AllScenarioExecutionAuthorizationData as dm, ProjectAuthorizationData as dn, OnChainZKP as dp, OnChainZKPFromNexeraID as dq, OnChainZKPScenarioFromCms as dr, OnChainZKPPayload as ds, SCENARIO_AUTHORIZATION_STATUSES as dt, ScenarioAuthorizationStatus as du, WalletSignatureResponse as dv, VerifyWalletChallengeRequest as dw, FLOW_TYPES as dx, FlowType as dy, VerificationModes as dz, NEXERA_EVM_CHAIN_NAMES_LIST as e, IDInformationCredentialSubjectSchema as e0, IDImageCredentialSubjectSchema as e1, SelfieImageCredentialSubjectSchema as e2, ProofOfResidenceCredentialSubjectSchema as e3, GenericVerifiableCredentialSchema as e4, CredentialSchemas as e5, CredentialNames as e6, NexeraCredentialType as e7, getCredentialName as e8, CredentialType as e9, VerifiableCredential as ea, CredentialMediaType as eb, _toConsumableArray as ec, _toArray as ed, _arrayWithHoles as ee, _unsupportedIterableToArray as ef, _nonIterableRest as eg, _defineProperty as eh, 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 };
3286
+ 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, ScenarioAuthorizationData 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, TagId as aQ, TransactionId as aR, TransactionReviewId as aS, TransactionPartiesId as aT, TransactionInfosId as aU, TransactionExtractedInfosId as aV, TransactionMethodsId as aW, TransactionMethodExtractedInfosId as aX, InstitutionId as aY, InstitutionExtractedInfosId as aZ, generateId 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, GetTxAuthSigResponse as b$, SdkVerificationResponseSchema as b0, CloseScreenNotification as b1, KycCompletionData as b2, KycCompletionNotification as b3, RuleEngineScenarioExecutionData as b4, OffChainScenarioExecutionData as b5, OnChainScenarioExecutionData as b6, ScenarioExecutionData as b7, ScenarioExecutionNotification as b8, IsVerifiedNotification as b9, OnChainRuleResult as bA, OffChainZKPRuleResult as bB, SdkVerificationOutput as bC, VerificationSessionStatuses as bD, VerificationSessionStatus as bE, VerificationOutput as bF, ScenarioTypes as bG, ScenarioType as bH, ScenarioStatuses as bI, ScenarioStatus as bJ, RuleEngineResponse as bK, ScenarioExecutionResponse as bL, RuleResultStatuses as bM, RuleResultStatus as bN, RuleResultStatusLabels as bO, ComplianceImplementationStepsInput as bP, SimplifiedCredential as bQ, GetCredentialsRequest as bR, GetCredentialsResponse as bS, PolygonIdRequestData as bT, PolygonIdRequest as bU, PolygonIdResponseData as bV, PolygonIdResponse as bW, StartFlowRequest as bX, IsVerifiedRequest as bY, IsVerifiedResponse as bZ, GetTxAuthSigRequest as b_, PolygonIdInitialized as ba, OcvSdkInitialized as bb, StartCompletedNotification as bc, IdentityNotificationMessage as bd, InitialDataRequest as be, SignatureRequest as bf, TransactionData as bg, SendTransactionRequest as bh, IdentityRequestMessage as bi, AVAILABLE_FLOWS as bj, AvailableFlow as bk, DataAvailableOnStart as bl, InitialDataResponse as bm, SignatureResponse as bn, TransactionResponse as bo, HostResponseMessage as bp, ChallengeQueryOperators as bq, ChallengeQueryOperator as br, OperatorToChallengeQueryOperator as bs, ChallengeQueryOperatorToOperator as bt, ChallengeQuerySchema as bu, ExecuteChallengeQueryInput as bv, ExecuteChallengeQueryConfig as bw, OpaChallengeQueryResponse as bx, ExecuteChallengeQueryResponse as by, OPAChallengeQuery as bz, NEXERA_STARKNET_CHAINS as c, CreateQueryConfigurationResponse as c$, GetTxAuthSigRequestTezos as c0, GetTxAuthSigResponseTezos as c1, HostRequestMessage as c2, IdentityResponseMessage as c3, GenerateWalletChallengeRequest as c4, AuthSession as c5, AuthSessionData as c6, ChallengeResponse as c7, WalletSignResponse as c8, TxAuthDataSignatureGatingRequest as c9, AllCredentialAttributes as cA, AllCredentialValues as cB, Operator as cC, ZKPOperator as cD, operatorDisplayMap as cE, ARRAY_OPERATORS as cF, ArrayOperator as cG, STRING_OPERATORS as cH, StringOperator as cI, NUMERIC_OPERATORS as cJ, NumericOperator as cK, BOOLEAN_OPERATORS as cL, BooleanOperator as cM, DATE_OPERATORS as cN, DateOperator as cO, SUPPORTED_TYPES as cP, SupportedType as cQ, SupportedTypes as cR, IDInformation as cS, QueryConfig as cT, QueryType as cU, QueryConfigSimplified as cV, PartialQueryConfigSimplified as cW, QueryConfigSimplifiedParsed as cX, QueryConfiguration as cY, NonParsedQueryConfiguration as cZ, CreateQueryConfigurationInput as c_, GetCustomerStatusRequest as ca, IdentitySdkMessage as cb, IdentitySdkMessageWithIdentifier as cc, TxAuthDataSignatureResponse as cd, GetCustomerStatusResponse as ce, IdentityAppMessage as cf, IdentityWallet as cg, HostMessage as ch, IdentityMessage as ci, RequiredDataRowSchema as cj, RequiredVerificationData as ck, MediaType as cl, MediaTypePID as cm, ZeroKnowledgeProofRequest as cn, AUTHORIZATION_REQUEST_MESSAGE_TYPES as co, AuthorizationRequestMessageTypes as cp, AuthorizationRequestMessageType as cq, AuthorizationRequestMessage as cr, ProofData as cs, ZeroKnowledgeProofResponse as ct, AuthorizationResponseMessage as cu, CredentialQrCodeData as cv, AuthQrCodeData as cw, QrCodeLinkWithSchemaType as cx, parseIden3Message as cy, parseSessionIdFromUrl as cz, NEXERA_EVM_CHAIN_NAMES as d, OLD_SelfieImageCredentialSubjectSchema as d$, UpdateQueryConfigurationInput as d0, UpdateQueryConfigurationResponse as d1, DeleteQueryConfigurationInput as d2, DeleteQueryConfigurationResponse as d3, QueryCredentialTypes as d4, QueryCredentialType as d5, TxAuthInput as d6, TxSignatureResponse as d7, GetTxAuthDataSignatureResponse as d8, TezosTxAuthInput as d9, VerificationModes as dA, VerificationMode as dB, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as dC, IdentityDocumentCountryListOption as dD, IDENTITY_DOCUMENT_OPTIONS as dE, IdentityDocumentOptionsType as dF, PERSONAL_INFORMATION_FIELDS as dG, PersonalInformationFieldsIdentityDocuments as dH, Identifier as dI, AdditionalCustomerInformationParams as dJ, OrganizationId as dK, WorkspaceId as dL, WorkflowId as dM, IdentityWidgetAccessToken as dN, ExternalCustomerId as dO, IdentityAppV2Web3JWT as dP, IdentityAppV2Web2JWT as dQ, IdentityWidgetAccessToken_NEW as dR, IdentityWidgetSessionToken as dS, Web2CreateSessionParams as dT, ID3CredentialSubjectSchema as dU, IDScanCredentialSubjectSchema as dV, IDScanPassportCredentialSubjectSchema as dW, IDScanSelfieCredentialSubjectSchema as dX, OLD_IDImageCredentialSubjectSchema as dY, OLD_IDInformationCredentialSubjectSchema as dZ, OLD_ProofOfResidenceCredentialSubjectSchema as d_, TezosTxSignatureResponse as da, GetTezosTxAuthDataSignatureResponse as db, ExtendedTxAuthInput as dc, ExtendedTezosTxAuthInput as dd, AnyTxAuthInput as de, ExtendedTxAuthDataSignatureResponse as df, ExtendedTezosTxAuthDataSignatureResponse as dg, AnyTxAuthDataSignatureResponse as dh, ZKPRequest as di, ZKPRequestFromZKVerifier as dj, OffChainZKP as dk, CreateAuthRequestProps as dl, CreateZKProofRequestProps as dm, AllScenarioExecutionAuthorizationData as dn, ProjectAuthorizationData as dp, OnChainZKP as dq, OnChainZKPFromNexeraID as dr, OnChainZKPScenarioFromCms as ds, OnChainZKPPayload as dt, SCENARIO_AUTHORIZATION_STATUSES as du, ScenarioAuthorizationStatus as dv, WalletSignatureResponse as dw, VerifyWalletChallengeRequest as dx, FLOW_TYPES as dy, FlowType as dz, NEXERA_EVM_CHAIN_NAMES_LIST as e, OLD_AMLScreeningsResultsCredentialSubjectSchema as e0, IDInformationCredentialSubjectSchema as e1, IDImageCredentialSubjectSchema as e2, SelfieImageCredentialSubjectSchema as e3, ProofOfResidenceCredentialSubjectSchema as e4, GenericVerifiableCredentialSchema as e5, CredentialSchemas as e6, CredentialNames as e7, NexeraCredentialType as e8, getCredentialName as e9, CredentialType as ea, VerifiableCredential as eb, CredentialMediaType as ec, _toConsumableArray as ed, _toArray as ee, _arrayWithHoles as ef, _unsupportedIterableToArray as eg, _nonIterableRest as eh, _defineProperty as ei, 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 };
@@ -3073,6 +3073,20 @@ var AuthSession = zod.z.object({
3073
3073
  // when obtaining the auth session to facilitate integration with the user's system
3074
3074
  externalCustomerId: ExternalCustomerId.optional()
3075
3075
  });
3076
+ var AuthSessionData = zod.z.object({
3077
+ /**
3078
+ * The unique identifier of the user
3079
+ */
3080
+ identityId: zod.z.string(),
3081
+ /**
3082
+ * The unique identifier of the user's session
3083
+ */
3084
+ customerId: zod.z.string(),
3085
+ /**
3086
+ * The identifier passed by the user platform
3087
+ */
3088
+ externalCustomerId: ExternalCustomerId.optional()
3089
+ });
3076
3090
  var ChallengeResponse = zod.z.object({
3077
3091
  challenge: zod.z.string()
3078
3092
  });
@@ -3292,6 +3306,7 @@ exports.AptosSignature = AptosSignature;
3292
3306
  exports.ArrayOperator = ArrayOperator;
3293
3307
  exports.AuthQrCodeData = AuthQrCodeData;
3294
3308
  exports.AuthSession = AuthSession;
3309
+ exports.AuthSessionData = AuthSessionData;
3295
3310
  exports.AuthorizationRequestMessage = AuthorizationRequestMessage;
3296
3311
  exports.AuthorizationRequestMessageType = AuthorizationRequestMessageType;
3297
3312
  exports.AuthorizationRequestMessageTypes = AuthorizationRequestMessageTypes;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-7e40f082.cjs.dev.js');
5
+ var identityApi_schema = require('./identity-api.schema-eb77924e.cjs.dev.js');
6
6
  var zod = require('zod');
7
- var frontendUtilities_schema = require('./frontend-utilities.schema-6488d65f.cjs.dev.js');
7
+ var frontendUtilities_schema = require('./frontend-utilities.schema-98b0096f.cjs.dev.js');
8
8
  require('nanoid');
9
9
 
10
10
  var CurrencyCodes = ["ADP", "AED", "AFA", "AFN", "ALK", "ALL", "AMD", "ANG", "AOA", "AOK", "AON", "AOR", "ARA", "ARP", "ARS", "ARY", "ATS", "AUD", "AWG", "AYM", "AZM", "AZN", "BAD", "BAM", "BBD", "BDT", "BEC", "BEF", "BEL", "BGJ", "BGK", "BGL", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BOP", "BOV", "BRB", "BRC", "BRE", "BRL", "BRN", "BRR", "BSD", "BTN", "BUK", "BWP", "BYB", "BYN", "BYR", "BZD", "CAD", "CDF", "CHC", "CHE", "CHF", "CHW", "CLF", "CLP", "CNY", "COP", "COU", "CRC", "CSD", "CSJ", "CSK", "CUC", "CUP", "CVE", "CYP", "CZK", "DDM", "DEM", "DJF", "DKK", "DOP", "DZD", "ECS", "ECV", "EEK", "EGP", "ERN", "ESA", "ESB", "ESP", "ETB", "EUR", "FIM", "FJD", "FKP", "FRF", "GBP", "GEK", "GEL", "GHC", "GHP", "GHS", "GIP", "GMD", "GNE", "GNF", "GNS", "GQE", "GRD", "GTQ", "GWE", "GWP", "GYD", "HKD", "HNL", "HRD", "HRK", "HTG", "HUF", "IDR", "IEP", "ILP", "ILR", "ILS", "INR", "IQD", "IRR", "ISJ", "ISK", "ITL", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAJ", "LAK", "LBP", "LKR", "LRD", "LSL", "LSM", "LTL", "LTT", "LUC", "LUF", "LUL", "LVL", "LVR", "LYD", "MAD", "MDL", "MGA", "MGF", "MKD", "MLF", "MMK", "MNT", "MOP", "MRO", "MRU", "MTL", "MTP", "MUR", "MVQ", "MVR", "MWK", "MXN", "MXP", "MXV", "MYR", "MZE", "MZM", "MZN", "NAD", "NGN", "NIC", "NIO", "NLG", "NOK", "NPR", "NZD", "OMR", "PAB", "PEH", "PEI", "PEN", "PES", "PGK", "PHP", "PKR", "PLN", "PLZ", "PTE", "PYG", "QAR", "RHD", "ROK", "ROL", "RON", "RSD", "RUB", "RUR", "RWF", "SAR", "SBD", "SCR", "SDD", "SDG", "SDP", "SEK", "SGD", "SHP", "SIT", "SKK", "SLL", "SOS", "SRD", "SRG", "SSP", "STD", "STN", "SUR", "SVC", "SYP", "SZL", "THB", "TJR", "TJS", "TMM", "TMT", "TND", "TOP", "TPE", "TRL", "TRY", "TTD", "TWD", "TZS", "UAH", "UAK", "UGS", "UGW", "UGX", "USD", "USN", "USS", "UYI", "UYN", "UYP", "UYU", "UYW", "UZS", "VEB", "VEF", "VES", "VNC", "VND", "VUV", "WST", "XAF", "XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "XCD", "XDR", "XEU", "XFO", "XFU", "XOF", "XPD", "XPF", "XPT", "XRE", "XSU", "XTS", "XUA", "XXX", "YDD", "YER", "YUD", "YUM", "YUN", "ZAL", "ZAR", "ZMK", "ZMW", "ZRN", "ZRZ", "ZWC", "ZWD", "ZWL", "ZWN", "ZWR"];
@@ -133,6 +133,7 @@ exports.AptosSignature = identityApi_schema.AptosSignature;
133
133
  exports.ArrayOperator = identityApi_schema.ArrayOperator;
134
134
  exports.AuthQrCodeData = identityApi_schema.AuthQrCodeData;
135
135
  exports.AuthSession = identityApi_schema.AuthSession;
136
+ exports.AuthSessionData = identityApi_schema.AuthSessionData;
136
137
  exports.AuthorizationRequestMessage = identityApi_schema.AuthorizationRequestMessage;
137
138
  exports.AuthorizationRequestMessageType = identityApi_schema.AuthorizationRequestMessageType;
138
139
  exports.AuthorizationRequestMessageTypes = identityApi_schema.AuthorizationRequestMessageTypes;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-7642a9d7.cjs.prod.js');
5
+ var identityApi_schema = require('./identity-api.schema-1e40f969.cjs.prod.js');
6
6
  var zod = require('zod');
7
- var frontendUtilities_schema = require('./frontend-utilities.schema-716fdfbe.cjs.prod.js');
7
+ var frontendUtilities_schema = require('./frontend-utilities.schema-d9510248.cjs.prod.js');
8
8
  require('nanoid');
9
9
 
10
10
  var CurrencyCodes = ["ADP", "AED", "AFA", "AFN", "ALK", "ALL", "AMD", "ANG", "AOA", "AOK", "AON", "AOR", "ARA", "ARP", "ARS", "ARY", "ATS", "AUD", "AWG", "AYM", "AZM", "AZN", "BAD", "BAM", "BBD", "BDT", "BEC", "BEF", "BEL", "BGJ", "BGK", "BGL", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BOP", "BOV", "BRB", "BRC", "BRE", "BRL", "BRN", "BRR", "BSD", "BTN", "BUK", "BWP", "BYB", "BYN", "BYR", "BZD", "CAD", "CDF", "CHC", "CHE", "CHF", "CHW", "CLF", "CLP", "CNY", "COP", "COU", "CRC", "CSD", "CSJ", "CSK", "CUC", "CUP", "CVE", "CYP", "CZK", "DDM", "DEM", "DJF", "DKK", "DOP", "DZD", "ECS", "ECV", "EEK", "EGP", "ERN", "ESA", "ESB", "ESP", "ETB", "EUR", "FIM", "FJD", "FKP", "FRF", "GBP", "GEK", "GEL", "GHC", "GHP", "GHS", "GIP", "GMD", "GNE", "GNF", "GNS", "GQE", "GRD", "GTQ", "GWE", "GWP", "GYD", "HKD", "HNL", "HRD", "HRK", "HTG", "HUF", "IDR", "IEP", "ILP", "ILR", "ILS", "INR", "IQD", "IRR", "ISJ", "ISK", "ITL", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAJ", "LAK", "LBP", "LKR", "LRD", "LSL", "LSM", "LTL", "LTT", "LUC", "LUF", "LUL", "LVL", "LVR", "LYD", "MAD", "MDL", "MGA", "MGF", "MKD", "MLF", "MMK", "MNT", "MOP", "MRO", "MRU", "MTL", "MTP", "MUR", "MVQ", "MVR", "MWK", "MXN", "MXP", "MXV", "MYR", "MZE", "MZM", "MZN", "NAD", "NGN", "NIC", "NIO", "NLG", "NOK", "NPR", "NZD", "OMR", "PAB", "PEH", "PEI", "PEN", "PES", "PGK", "PHP", "PKR", "PLN", "PLZ", "PTE", "PYG", "QAR", "RHD", "ROK", "ROL", "RON", "RSD", "RUB", "RUR", "RWF", "SAR", "SBD", "SCR", "SDD", "SDG", "SDP", "SEK", "SGD", "SHP", "SIT", "SKK", "SLL", "SOS", "SRD", "SRG", "SSP", "STD", "STN", "SUR", "SVC", "SYP", "SZL", "THB", "TJR", "TJS", "TMM", "TMT", "TND", "TOP", "TPE", "TRL", "TRY", "TTD", "TWD", "TZS", "UAH", "UAK", "UGS", "UGW", "UGX", "USD", "USN", "USS", "UYI", "UYN", "UYP", "UYU", "UYW", "UZS", "VEB", "VEF", "VES", "VNC", "VND", "VUV", "WST", "XAF", "XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "XCD", "XDR", "XEU", "XFO", "XFU", "XOF", "XPD", "XPF", "XPT", "XRE", "XSU", "XTS", "XUA", "XXX", "YDD", "YER", "YUD", "YUM", "YUN", "ZAL", "ZAR", "ZMK", "ZMW", "ZRN", "ZRZ", "ZWC", "ZWD", "ZWL", "ZWN", "ZWR"];
@@ -133,6 +133,7 @@ exports.AptosSignature = identityApi_schema.AptosSignature;
133
133
  exports.ArrayOperator = identityApi_schema.ArrayOperator;
134
134
  exports.AuthQrCodeData = identityApi_schema.AuthQrCodeData;
135
135
  exports.AuthSession = identityApi_schema.AuthSession;
136
+ exports.AuthSessionData = identityApi_schema.AuthSessionData;
136
137
  exports.AuthorizationRequestMessage = identityApi_schema.AuthorizationRequestMessage;
137
138
  exports.AuthorizationRequestMessageType = identityApi_schema.AuthorizationRequestMessageType;
138
139
  exports.AuthorizationRequestMessageTypes = identityApi_schema.AuthorizationRequestMessageTypes;
@@ -1,7 +1,7 @@
1
- import { C as CredentialTypes } from './identity-api.schema-bf32b414.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, cE as ARRAY_OPERATORS, cn as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bj as AVAILABLE_FLOWS, dI as AdditionalCustomerInformationParams, z as AddressSchema, cz as AllCredentialAttributes, cA as AllCredentialValues, dm as AllScenarioExecutionAuthorizationData, al as Alpha2Country, dg as AnyTxAuthDataSignatureResponse, dd as AnyTxAuthInput, aN as AppId, I as AptosAddress, J as AptosSignature, cF as ArrayOperator, cv as AuthQrCodeData, c5 as AuthSession, cq as AuthorizationRequestMessage, cp as AuthorizationRequestMessageType, co as AuthorizationRequestMessageTypes, ct as AuthorizationResponseMessage, bk as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, cK as BOOLEAN_OPERATORS, aC as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cL 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, br as ChallengeQueryOperator, bt as ChallengeQueryOperatorToOperator, bq as ChallengeQueryOperators, bu as ChallengeQuerySchema, c6 as ChallengeResponse, b1 as CloseScreenNotification, bP as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, dk as CreateAuthRequestProps, cZ as CreateQueryConfigurationInput, c_ as CreateQueryConfigurationResponse, dl as CreateZKProofRequestProps, eb as CredentialMediaType, e6 as CredentialNames, cu as CredentialQrCodeData, e5 as CredentialSchemas, e9 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, cM as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bl as DataAvailableOnStart, cN as DateOperator, d1 as DeleteQueryConfigurationInput, d2 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, bw as ExecuteChallengeQueryConfig, bv as ExecuteChallengeQueryInput, by as ExecuteChallengeQueryResponse, df as ExtendedTezosTxAuthDataSignatureResponse, dc as ExtendedTezosTxAuthInput, de as ExtendedTxAuthDataSignatureResponse, db as ExtendedTxAuthInput, dN as ExternalCustomerId, dx as FLOW_TYPES, dy as FlowType, G as FunctionCallData, c4 as GenerateWalletChallengeRequest, e4 as GenericVerifiableCredentialSchema, bR as GetCredentialsRequest, bS as GetCredentialsResponse, c9 as GetCustomerStatusRequest, cd as GetCustomerStatusResponse, da as GetTezosTxAuthDataSignatureResponse, d7 as GetTxAuthDataSignatureResponse, b_ as GetTxAuthSigRequest, c0 as GetTxAuthSigRequestTezos, b$ as GetTxAuthSigResponse, c1 as GetTxAuthSigResponseTezos, cg as HostMessage, c2 as HostRequestMessage, bp as HostResponseMessage, dT as ID3CredentialSubjectSchema, dB as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dD as IDENTITY_DOCUMENT_OPTIONS, e1 as IDImageCredentialSubjectSchema, cR as IDInformation, e0 as IDInformationCredentialSubjectSchema, dU as IDScanCredentialSubjectSchema, dV as IDScanPassportCredentialSubjectSchema, dW as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, dH as Identifier, ce as IdentityAppMessage, dP as IdentityAppV2Web2JWT, dO as IdentityAppV2Web3JWT, dC as IdentityDocumentCountryListOption, dE as IdentityDocumentOptionsType, aK as IdentityId, ch as IdentityMessage, bd as IdentityNotificationMessage, bi as IdentityRequestMessage, c3 as IdentityResponseMessage, ca as IdentitySdkMessage, cb as IdentitySdkMessageWithIdentifier, cf as IdentityWallet, dM as IdentityWidgetAccessToken, dQ as IdentityWidgetAccessToken_NEW, dR as IdentityWidgetSessionToken, be as InitialDataRequest, bm as InitialDataResponse, aZ as InstitutionExtractedInfosId, aY as InstitutionId, b9 as IsVerifiedNotification, bY as IsVerifiedRequest, bZ as IsVerifiedResponse, ax as KybOnboardingLevel, aw as KybOnboardingLevels, b2 as KycCompletionData, b3 as KycCompletionNotification, av as KycOnboardingLevel, au as KycOnboardingLevels, ck as MediaType, cl 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, cI as NUMERIC_OPERATORS, e7 as NexeraCredentialType, cY as NonParsedQueryConfiguration, cJ as NumericOperator, d$ as OLD_AMLScreeningsResultsCredentialSubjectSchema, dX as OLD_IDImageCredentialSubjectSchema, dY as OLD_IDInformationCredentialSubjectSchema, dZ as OLD_ProofOfResidenceCredentialSubjectSchema, d_ as OLD_SelfieImageCredentialSubjectSchema, bz as OPAChallengeQuery, bb as OcvSdkInitialized, b5 as OffChainScenarioExecutionData, dj as OffChainZKP, bB as OffChainZKPRuleResult, bA as OnChainRuleResult, b6 as OnChainScenarioExecutionData, dp as OnChainZKP, dq as OnChainZKPFromNexeraID, ds as OnChainZKPPayload, dr as OnChainZKPScenarioFromCms, bx as OpaChallengeQueryResponse, cB as Operator, bs as OperatorToChallengeQueryOperator, dJ as OrganizationId, af as OtpCode, _ as P2Signature, dF as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ai as PUBLIC_SERVICES_SCHEMA_MAP, cV as PartialQueryConfigSimplified, dG as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, ba as PolygonIdInitialized, bU as PolygonIdRequest, bT as PolygonIdRequestData, bW as PolygonIdResponse, bV as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, dn as ProjectAuthorizationData, cr as ProofData, e3 as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, cw as QrCodeLinkWithSchemaType, cS as QueryConfig, cU as QueryConfigSimplified, cW as QueryConfigSimplifiedParsed, cX as QueryConfiguration, d4 as QueryCredentialType, d3 as QueryCredentialTypes, cT as QueryType, ci as RequiredDataRowSchema, cj as RequiredVerificationData, ar as RiskScoreType, aq as RiskScoreTypes, bK as RuleEngineResponse, b4 as RuleEngineScenarioExecutionData, bN as RuleResultStatus, bO as RuleResultStatusLabels, bM as RuleResultStatuses, dt as SCENARIO_AUTHORIZATION_STATUSES, cG as STRING_OPERATORS, cO as SUPPORTED_TYPES, a$ as ScenarioAuthorizationData, du as ScenarioAuthorizationStatus, b7 as ScenarioExecutionData, b8 as ScenarioExecutionNotification, bL as ScenarioExecutionResponse, bJ as ScenarioStatus, bI as ScenarioStatuses, bH as ScenarioType, bG as ScenarioTypes, bC as SdkVerificationOutput, b0 as SdkVerificationResponseSchema, e2 as SelfieImageCredentialSubjectSchema, bh as SendTransactionRequest, bf as SignatureRequest, bn as SignatureResponse, bQ as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, bc as StartCompletedNotification, bX as StartFlowRequest, aJ as StorageId, w as String0x, cH as StringOperator, cP as SupportedType, cQ as SupportedTypes, aQ as TagId, aP as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, d8 as TezosTxAuthInput, d9 as TezosTxSignatureResponse, bg as TransactionData, aV as TransactionExtractedInfosId, aR as TransactionId, aU as TransactionInfosId, aX as TransactionMethodExtractedInfosId, aW as TransactionMethodsId, aT as TransactionPartiesId, bo as TransactionResponse, aS as TransactionReviewId, c8 as TxAuthDataSignatureGatingRequest, cc as TxAuthDataSignatureResponse, d5 as TxAuthInput, D as TxHash, d6 as TxSignatureResponse, c$ as UpdateQueryConfigurationInput, d0 as UpdateQueryConfigurationResponse, ae as UuidString, ea as VerifiableCredential, dA as VerificationMode, dz as VerificationModes, bF as VerificationOutput, bE as VerificationSessionStatus, bD as VerificationSessionStatuses, dw as VerifyWalletChallengeRequest, aM as WalletId, c7 as WalletSignResponse, dv as WalletSignatureResponse, dS as Web2CreateSessionParams, dL as WorkflowId, dK as WorkspaceId, cC as ZKPOperator, dh as ZKPRequest, di as ZKPRequestFromZKVerifier, cm as ZeroKnowledgeProofRequest, cs as ZeroKnowledgeProofResponse, ag as ZodParse, ab as coerceBoolean, an as countryISO2toISO3Mapping, am as countryISO3toISO2Mapping, aI as createBrandedSchemaId, a_ as generateId, e8 as getCredentialName, v as isValidAddress, ao as isoCountriesNameFromISO2, cD as operatorDisplayMap, ap as parseISO3CountryCode, cx as parseIden3Message, cy as parseSessionIdFromUrl, H as shortAddress, ah as shortBlockchainAddress } from './identity-api.schema-bf32b414.esm.js';
1
+ import { C as CredentialTypes } from './identity-api.schema-c98a388a.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, cF as ARRAY_OPERATORS, co as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bj as AVAILABLE_FLOWS, dJ as AdditionalCustomerInformationParams, z as AddressSchema, cA as AllCredentialAttributes, cB as AllCredentialValues, dn as AllScenarioExecutionAuthorizationData, al as Alpha2Country, dh as AnyTxAuthDataSignatureResponse, de as AnyTxAuthInput, aN as AppId, I as AptosAddress, J as AptosSignature, cG as ArrayOperator, cw as AuthQrCodeData, c5 as AuthSession, c6 as AuthSessionData, cr as AuthorizationRequestMessage, cq as AuthorizationRequestMessageType, cp as AuthorizationRequestMessageTypes, cu as AuthorizationResponseMessage, bk as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, cL as BOOLEAN_OPERATORS, aC as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cM 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, br as ChallengeQueryOperator, bt as ChallengeQueryOperatorToOperator, bq as ChallengeQueryOperators, bu as ChallengeQuerySchema, c7 as ChallengeResponse, b1 as CloseScreenNotification, bP as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, dl as CreateAuthRequestProps, c_ as CreateQueryConfigurationInput, c$ as CreateQueryConfigurationResponse, dm as CreateZKProofRequestProps, ec as CredentialMediaType, e7 as CredentialNames, cv as CredentialQrCodeData, e6 as CredentialSchemas, ea 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, cN as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bl as DataAvailableOnStart, cO as DateOperator, d2 as DeleteQueryConfigurationInput, d3 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, bw as ExecuteChallengeQueryConfig, bv as ExecuteChallengeQueryInput, by as ExecuteChallengeQueryResponse, dg as ExtendedTezosTxAuthDataSignatureResponse, dd as ExtendedTezosTxAuthInput, df as ExtendedTxAuthDataSignatureResponse, dc as ExtendedTxAuthInput, dO as ExternalCustomerId, dy as FLOW_TYPES, dz as FlowType, G as FunctionCallData, c4 as GenerateWalletChallengeRequest, e5 as GenericVerifiableCredentialSchema, bR as GetCredentialsRequest, bS as GetCredentialsResponse, ca as GetCustomerStatusRequest, ce as GetCustomerStatusResponse, db as GetTezosTxAuthDataSignatureResponse, d8 as GetTxAuthDataSignatureResponse, b_ as GetTxAuthSigRequest, c0 as GetTxAuthSigRequestTezos, b$ as GetTxAuthSigResponse, c1 as GetTxAuthSigResponseTezos, ch as HostMessage, c2 as HostRequestMessage, bp as HostResponseMessage, dU as ID3CredentialSubjectSchema, dC as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dE as IDENTITY_DOCUMENT_OPTIONS, e2 as IDImageCredentialSubjectSchema, cS as IDInformation, e1 as IDInformationCredentialSubjectSchema, dV as IDScanCredentialSubjectSchema, dW as IDScanPassportCredentialSubjectSchema, dX as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, dI as Identifier, cf as IdentityAppMessage, dQ as IdentityAppV2Web2JWT, dP as IdentityAppV2Web3JWT, dD as IdentityDocumentCountryListOption, dF as IdentityDocumentOptionsType, aK as IdentityId, ci as IdentityMessage, bd as IdentityNotificationMessage, bi as IdentityRequestMessage, c3 as IdentityResponseMessage, cb as IdentitySdkMessage, cc as IdentitySdkMessageWithIdentifier, cg as IdentityWallet, dN as IdentityWidgetAccessToken, dR as IdentityWidgetAccessToken_NEW, dS as IdentityWidgetSessionToken, be as InitialDataRequest, bm as InitialDataResponse, aZ as InstitutionExtractedInfosId, aY as InstitutionId, b9 as IsVerifiedNotification, bY as IsVerifiedRequest, bZ as IsVerifiedResponse, ax as KybOnboardingLevel, aw as KybOnboardingLevels, b2 as KycCompletionData, b3 as KycCompletionNotification, av as KycOnboardingLevel, au as KycOnboardingLevels, cl as MediaType, cm 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, cJ as NUMERIC_OPERATORS, e8 as NexeraCredentialType, cZ as NonParsedQueryConfiguration, cK as NumericOperator, e0 as OLD_AMLScreeningsResultsCredentialSubjectSchema, dY as OLD_IDImageCredentialSubjectSchema, dZ as OLD_IDInformationCredentialSubjectSchema, d_ as OLD_ProofOfResidenceCredentialSubjectSchema, d$ as OLD_SelfieImageCredentialSubjectSchema, bz as OPAChallengeQuery, bb as OcvSdkInitialized, b5 as OffChainScenarioExecutionData, dk as OffChainZKP, bB as OffChainZKPRuleResult, bA as OnChainRuleResult, b6 as OnChainScenarioExecutionData, dq as OnChainZKP, dr as OnChainZKPFromNexeraID, dt as OnChainZKPPayload, ds as OnChainZKPScenarioFromCms, bx as OpaChallengeQueryResponse, cC as Operator, bs as OperatorToChallengeQueryOperator, dK as OrganizationId, af as OtpCode, _ as P2Signature, dG as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ai as PUBLIC_SERVICES_SCHEMA_MAP, cW as PartialQueryConfigSimplified, dH as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, ba as PolygonIdInitialized, bU as PolygonIdRequest, bT as PolygonIdRequestData, bW as PolygonIdResponse, bV as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, dp as ProjectAuthorizationData, cs as ProofData, e4 as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, cx as QrCodeLinkWithSchemaType, cT as QueryConfig, cV as QueryConfigSimplified, cX as QueryConfigSimplifiedParsed, cY as QueryConfiguration, d5 as QueryCredentialType, d4 as QueryCredentialTypes, cU as QueryType, cj as RequiredDataRowSchema, ck as RequiredVerificationData, ar as RiskScoreType, aq as RiskScoreTypes, bK as RuleEngineResponse, b4 as RuleEngineScenarioExecutionData, bN as RuleResultStatus, bO as RuleResultStatusLabels, bM as RuleResultStatuses, du as SCENARIO_AUTHORIZATION_STATUSES, cH as STRING_OPERATORS, cP as SUPPORTED_TYPES, a$ as ScenarioAuthorizationData, dv as ScenarioAuthorizationStatus, b7 as ScenarioExecutionData, b8 as ScenarioExecutionNotification, bL as ScenarioExecutionResponse, bJ as ScenarioStatus, bI as ScenarioStatuses, bH as ScenarioType, bG as ScenarioTypes, bC as SdkVerificationOutput, b0 as SdkVerificationResponseSchema, e3 as SelfieImageCredentialSubjectSchema, bh as SendTransactionRequest, bf as SignatureRequest, bn as SignatureResponse, bQ as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, bc as StartCompletedNotification, bX as StartFlowRequest, aJ as StorageId, w as String0x, cI as StringOperator, cQ as SupportedType, cR as SupportedTypes, aQ as TagId, aP as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, d9 as TezosTxAuthInput, da as TezosTxSignatureResponse, bg as TransactionData, aV as TransactionExtractedInfosId, aR as TransactionId, aU as TransactionInfosId, aX as TransactionMethodExtractedInfosId, aW as TransactionMethodsId, aT as TransactionPartiesId, bo as TransactionResponse, aS as TransactionReviewId, c9 as TxAuthDataSignatureGatingRequest, cd as TxAuthDataSignatureResponse, d6 as TxAuthInput, D as TxHash, d7 as TxSignatureResponse, d0 as UpdateQueryConfigurationInput, d1 as UpdateQueryConfigurationResponse, ae as UuidString, eb as VerifiableCredential, dB as VerificationMode, dA as VerificationModes, bF as VerificationOutput, bE as VerificationSessionStatus, bD as VerificationSessionStatuses, dx as VerifyWalletChallengeRequest, aM as WalletId, c8 as WalletSignResponse, dw as WalletSignatureResponse, dT as Web2CreateSessionParams, dM as WorkflowId, dL as WorkspaceId, cD as ZKPOperator, di as ZKPRequest, dj as ZKPRequestFromZKVerifier, cn as ZeroKnowledgeProofRequest, ct as ZeroKnowledgeProofResponse, ag as ZodParse, ab as coerceBoolean, an as countryISO2toISO3Mapping, am as countryISO3toISO2Mapping, aI as createBrandedSchemaId, a_ as generateId, e9 as getCredentialName, v as isValidAddress, ao as isoCountriesNameFromISO2, cE as operatorDisplayMap, ap as parseISO3CountryCode, cy as parseIden3Message, cz as parseSessionIdFromUrl, H as shortAddress, ah as shortBlockchainAddress } from './identity-api.schema-c98a388a.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-d269f411.esm.js';
4
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-63208941.esm.js';
5
5
  import 'nanoid';
6
6
 
7
7
  var CurrencyCodes = ["ADP", "AED", "AFA", "AFN", "ALK", "ALL", "AMD", "ANG", "AOA", "AOK", "AON", "AOR", "ARA", "ARP", "ARS", "ARY", "ATS", "AUD", "AWG", "AYM", "AZM", "AZN", "BAD", "BAM", "BBD", "BDT", "BEC", "BEF", "BEL", "BGJ", "BGK", "BGL", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BOP", "BOV", "BRB", "BRC", "BRE", "BRL", "BRN", "BRR", "BSD", "BTN", "BUK", "BWP", "BYB", "BYN", "BYR", "BZD", "CAD", "CDF", "CHC", "CHE", "CHF", "CHW", "CLF", "CLP", "CNY", "COP", "COU", "CRC", "CSD", "CSJ", "CSK", "CUC", "CUP", "CVE", "CYP", "CZK", "DDM", "DEM", "DJF", "DKK", "DOP", "DZD", "ECS", "ECV", "EEK", "EGP", "ERN", "ESA", "ESB", "ESP", "ETB", "EUR", "FIM", "FJD", "FKP", "FRF", "GBP", "GEK", "GEL", "GHC", "GHP", "GHS", "GIP", "GMD", "GNE", "GNF", "GNS", "GQE", "GRD", "GTQ", "GWE", "GWP", "GYD", "HKD", "HNL", "HRD", "HRK", "HTG", "HUF", "IDR", "IEP", "ILP", "ILR", "ILS", "INR", "IQD", "IRR", "ISJ", "ISK", "ITL", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAJ", "LAK", "LBP", "LKR", "LRD", "LSL", "LSM", "LTL", "LTT", "LUC", "LUF", "LUL", "LVL", "LVR", "LYD", "MAD", "MDL", "MGA", "MGF", "MKD", "MLF", "MMK", "MNT", "MOP", "MRO", "MRU", "MTL", "MTP", "MUR", "MVQ", "MVR", "MWK", "MXN", "MXP", "MXV", "MYR", "MZE", "MZM", "MZN", "NAD", "NGN", "NIC", "NIO", "NLG", "NOK", "NPR", "NZD", "OMR", "PAB", "PEH", "PEI", "PEN", "PES", "PGK", "PHP", "PKR", "PLN", "PLZ", "PTE", "PYG", "QAR", "RHD", "ROK", "ROL", "RON", "RSD", "RUB", "RUR", "RWF", "SAR", "SBD", "SCR", "SDD", "SDG", "SDP", "SEK", "SGD", "SHP", "SIT", "SKK", "SLL", "SOS", "SRD", "SRG", "SSP", "STD", "STN", "SUR", "SVC", "SYP", "SZL", "THB", "TJR", "TJS", "TMM", "TMT", "TND", "TOP", "TPE", "TRL", "TRY", "TTD", "TWD", "TZS", "UAH", "UAK", "UGS", "UGW", "UGX", "USD", "USN", "USS", "UYI", "UYN", "UYP", "UYU", "UYW", "UZS", "VEB", "VEF", "VES", "VNC", "VND", "VUV", "WST", "XAF", "XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "XCD", "XDR", "XEU", "XFO", "XFU", "XOF", "XPD", "XPF", "XPT", "XRE", "XSU", "XTS", "XUA", "XXX", "YDD", "YER", "YUD", "YUM", "YUN", "ZAL", "ZAR", "ZMK", "ZMW", "ZRN", "ZRZ", "ZWC", "ZWD", "ZWL", "ZWN", "ZWR"];
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.3.11",
3
+ "version": "2.3.14",
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-7e40f082.cjs.dev.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-eb77924e.cjs.dev.js');
6
6
  require('zod');
7
7
  require('nanoid');
8
8
 
@@ -19,6 +19,7 @@ exports.AnyTxAuthInput = identityApi_schema.AnyTxAuthInput;
19
19
  exports.ArrayOperator = identityApi_schema.ArrayOperator;
20
20
  exports.AuthQrCodeData = identityApi_schema.AuthQrCodeData;
21
21
  exports.AuthSession = identityApi_schema.AuthSession;
22
+ exports.AuthSessionData = identityApi_schema.AuthSessionData;
22
23
  exports.AuthorizationRequestMessage = identityApi_schema.AuthorizationRequestMessage;
23
24
  exports.AuthorizationRequestMessageType = identityApi_schema.AuthorizationRequestMessageType;
24
25
  exports.AuthorizationRequestMessageTypes = identityApi_schema.AuthorizationRequestMessageTypes;
@@ -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-7642a9d7.cjs.prod.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-1e40f969.cjs.prod.js');
6
6
  require('zod');
7
7
  require('nanoid');
8
8
 
@@ -19,6 +19,7 @@ exports.AnyTxAuthInput = identityApi_schema.AnyTxAuthInput;
19
19
  exports.ArrayOperator = identityApi_schema.ArrayOperator;
20
20
  exports.AuthQrCodeData = identityApi_schema.AuthQrCodeData;
21
21
  exports.AuthSession = identityApi_schema.AuthSession;
22
+ exports.AuthSessionData = identityApi_schema.AuthSessionData;
22
23
  exports.AuthorizationRequestMessage = identityApi_schema.AuthorizationRequestMessage;
23
24
  exports.AuthorizationRequestMessageType = identityApi_schema.AuthorizationRequestMessageType;
24
25
  exports.AuthorizationRequestMessageTypes = identityApi_schema.AuthorizationRequestMessageTypes;
@@ -1,3 +1,3 @@
1
- export { cE as ARRAY_OPERATORS, cn as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bj as AVAILABLE_FLOWS, cz as AllCredentialAttributes, cA as AllCredentialValues, dm as AllScenarioExecutionAuthorizationData, dg as AnyTxAuthDataSignatureResponse, dd as AnyTxAuthInput, cF as ArrayOperator, cv as AuthQrCodeData, c5 as AuthSession, cq as AuthorizationRequestMessage, cp as AuthorizationRequestMessageType, co as AuthorizationRequestMessageTypes, ct as AuthorizationResponseMessage, bk as AvailableFlow, cK as BOOLEAN_OPERATORS, cL as BooleanOperator, br as ChallengeQueryOperator, bt as ChallengeQueryOperatorToOperator, bq as ChallengeQueryOperators, bu as ChallengeQuerySchema, c6 as ChallengeResponse, b1 as CloseScreenNotification, bP as ComplianceImplementationStepsInput, dk as CreateAuthRequestProps, cZ as CreateQueryConfigurationInput, c_ as CreateQueryConfigurationResponse, dl as CreateZKProofRequestProps, cu as CredentialQrCodeData, cM as DATE_OPERATORS, bl as DataAvailableOnStart, cN as DateOperator, d1 as DeleteQueryConfigurationInput, d2 as DeleteQueryConfigurationResponse, bw as ExecuteChallengeQueryConfig, bv as ExecuteChallengeQueryInput, by as ExecuteChallengeQueryResponse, df as ExtendedTezosTxAuthDataSignatureResponse, dc as ExtendedTezosTxAuthInput, de as ExtendedTxAuthDataSignatureResponse, db as ExtendedTxAuthInput, c4 as GenerateWalletChallengeRequest, bR as GetCredentialsRequest, bS as GetCredentialsResponse, c9 as GetCustomerStatusRequest, cd as GetCustomerStatusResponse, da as GetTezosTxAuthDataSignatureResponse, d7 as GetTxAuthDataSignatureResponse, b_ as GetTxAuthSigRequest, c0 as GetTxAuthSigRequestTezos, b$ as GetTxAuthSigResponse, c1 as GetTxAuthSigResponseTezos, cg as HostMessage, c2 as HostRequestMessage, bp as HostResponseMessage, cR as IDInformation, ce as IdentityAppMessage, ch as IdentityMessage, bd as IdentityNotificationMessage, bi as IdentityRequestMessage, c3 as IdentityResponseMessage, ca as IdentitySdkMessage, cb as IdentitySdkMessageWithIdentifier, cf as IdentityWallet, be as InitialDataRequest, bm as InitialDataResponse, b9 as IsVerifiedNotification, bY as IsVerifiedRequest, bZ as IsVerifiedResponse, b2 as KycCompletionData, b3 as KycCompletionNotification, ck as MediaType, cl as MediaTypePID, cI as NUMERIC_OPERATORS, cY as NonParsedQueryConfiguration, cJ as NumericOperator, bz as OPAChallengeQuery, bb as OcvSdkInitialized, b5 as OffChainScenarioExecutionData, dj as OffChainZKP, bB as OffChainZKPRuleResult, bA as OnChainRuleResult, b6 as OnChainScenarioExecutionData, dp as OnChainZKP, dq as OnChainZKPFromNexeraID, ds as OnChainZKPPayload, dr as OnChainZKPScenarioFromCms, bx as OpaChallengeQueryResponse, cB as Operator, bs as OperatorToChallengeQueryOperator, cV as PartialQueryConfigSimplified, ba as PolygonIdInitialized, bU as PolygonIdRequest, bT as PolygonIdRequestData, bW as PolygonIdResponse, bV as PolygonIdResponseData, dn as ProjectAuthorizationData, cr as ProofData, cw as QrCodeLinkWithSchemaType, cS as QueryConfig, cU as QueryConfigSimplified, cW as QueryConfigSimplifiedParsed, cX as QueryConfiguration, d4 as QueryCredentialType, d3 as QueryCredentialTypes, cT as QueryType, ci as RequiredDataRowSchema, cj as RequiredVerificationData, bK as RuleEngineResponse, b4 as RuleEngineScenarioExecutionData, bN as RuleResultStatus, bO as RuleResultStatusLabels, bM as RuleResultStatuses, dt as SCENARIO_AUTHORIZATION_STATUSES, cG as STRING_OPERATORS, cO as SUPPORTED_TYPES, a$ as ScenarioAuthorizationData, du as ScenarioAuthorizationStatus, b7 as ScenarioExecutionData, b8 as ScenarioExecutionNotification, bL as ScenarioExecutionResponse, bJ as ScenarioStatus, bI as ScenarioStatuses, bH as ScenarioType, bG as ScenarioTypes, bC as SdkVerificationOutput, b0 as SdkVerificationResponseSchema, bh as SendTransactionRequest, bf as SignatureRequest, bn as SignatureResponse, bQ as SimplifiedCredential, bc as StartCompletedNotification, bX as StartFlowRequest, cH as StringOperator, cP as SupportedType, cQ as SupportedTypes, d8 as TezosTxAuthInput, d9 as TezosTxSignatureResponse, bg as TransactionData, bo as TransactionResponse, c8 as TxAuthDataSignatureGatingRequest, cc as TxAuthDataSignatureResponse, d5 as TxAuthInput, d6 as TxSignatureResponse, c$ as UpdateQueryConfigurationInput, d0 as UpdateQueryConfigurationResponse, bF as VerificationOutput, bE as VerificationSessionStatus, bD as VerificationSessionStatuses, dw as VerifyWalletChallengeRequest, c7 as WalletSignResponse, dv as WalletSignatureResponse, cC as ZKPOperator, dh as ZKPRequest, di as ZKPRequestFromZKVerifier, cm as ZeroKnowledgeProofRequest, cs as ZeroKnowledgeProofResponse, cD as operatorDisplayMap, cx as parseIden3Message, cy as parseSessionIdFromUrl } from '../../dist/identity-api.schema-bf32b414.esm.js';
1
+ export { cF as ARRAY_OPERATORS, co as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bj as AVAILABLE_FLOWS, cA as AllCredentialAttributes, cB as AllCredentialValues, dn as AllScenarioExecutionAuthorizationData, dh as AnyTxAuthDataSignatureResponse, de as AnyTxAuthInput, cG as ArrayOperator, cw as AuthQrCodeData, c5 as AuthSession, c6 as AuthSessionData, cr as AuthorizationRequestMessage, cq as AuthorizationRequestMessageType, cp as AuthorizationRequestMessageTypes, cu as AuthorizationResponseMessage, bk as AvailableFlow, cL as BOOLEAN_OPERATORS, cM as BooleanOperator, br as ChallengeQueryOperator, bt as ChallengeQueryOperatorToOperator, bq as ChallengeQueryOperators, bu as ChallengeQuerySchema, c7 as ChallengeResponse, b1 as CloseScreenNotification, bP as ComplianceImplementationStepsInput, dl as CreateAuthRequestProps, c_ as CreateQueryConfigurationInput, c$ as CreateQueryConfigurationResponse, dm as CreateZKProofRequestProps, cv as CredentialQrCodeData, cN as DATE_OPERATORS, bl as DataAvailableOnStart, cO as DateOperator, d2 as DeleteQueryConfigurationInput, d3 as DeleteQueryConfigurationResponse, bw as ExecuteChallengeQueryConfig, bv as ExecuteChallengeQueryInput, by as ExecuteChallengeQueryResponse, dg as ExtendedTezosTxAuthDataSignatureResponse, dd as ExtendedTezosTxAuthInput, df as ExtendedTxAuthDataSignatureResponse, dc as ExtendedTxAuthInput, c4 as GenerateWalletChallengeRequest, bR as GetCredentialsRequest, bS as GetCredentialsResponse, ca as GetCustomerStatusRequest, ce as GetCustomerStatusResponse, db as GetTezosTxAuthDataSignatureResponse, d8 as GetTxAuthDataSignatureResponse, b_ as GetTxAuthSigRequest, c0 as GetTxAuthSigRequestTezos, b$ as GetTxAuthSigResponse, c1 as GetTxAuthSigResponseTezos, ch as HostMessage, c2 as HostRequestMessage, bp as HostResponseMessage, cS as IDInformation, cf as IdentityAppMessage, ci as IdentityMessage, bd as IdentityNotificationMessage, bi as IdentityRequestMessage, c3 as IdentityResponseMessage, cb as IdentitySdkMessage, cc as IdentitySdkMessageWithIdentifier, cg as IdentityWallet, be as InitialDataRequest, bm as InitialDataResponse, b9 as IsVerifiedNotification, bY as IsVerifiedRequest, bZ as IsVerifiedResponse, b2 as KycCompletionData, b3 as KycCompletionNotification, cl as MediaType, cm as MediaTypePID, cJ as NUMERIC_OPERATORS, cZ as NonParsedQueryConfiguration, cK as NumericOperator, bz as OPAChallengeQuery, bb as OcvSdkInitialized, b5 as OffChainScenarioExecutionData, dk as OffChainZKP, bB as OffChainZKPRuleResult, bA as OnChainRuleResult, b6 as OnChainScenarioExecutionData, dq as OnChainZKP, dr as OnChainZKPFromNexeraID, dt as OnChainZKPPayload, ds as OnChainZKPScenarioFromCms, bx as OpaChallengeQueryResponse, cC as Operator, bs as OperatorToChallengeQueryOperator, cW as PartialQueryConfigSimplified, ba as PolygonIdInitialized, bU as PolygonIdRequest, bT as PolygonIdRequestData, bW as PolygonIdResponse, bV as PolygonIdResponseData, dp as ProjectAuthorizationData, cs as ProofData, cx as QrCodeLinkWithSchemaType, cT as QueryConfig, cV as QueryConfigSimplified, cX as QueryConfigSimplifiedParsed, cY as QueryConfiguration, d5 as QueryCredentialType, d4 as QueryCredentialTypes, cU as QueryType, cj as RequiredDataRowSchema, ck as RequiredVerificationData, bK as RuleEngineResponse, b4 as RuleEngineScenarioExecutionData, bN as RuleResultStatus, bO as RuleResultStatusLabels, bM as RuleResultStatuses, du as SCENARIO_AUTHORIZATION_STATUSES, cH as STRING_OPERATORS, cP as SUPPORTED_TYPES, a$ as ScenarioAuthorizationData, dv as ScenarioAuthorizationStatus, b7 as ScenarioExecutionData, b8 as ScenarioExecutionNotification, bL as ScenarioExecutionResponse, bJ as ScenarioStatus, bI as ScenarioStatuses, bH as ScenarioType, bG as ScenarioTypes, bC as SdkVerificationOutput, b0 as SdkVerificationResponseSchema, bh as SendTransactionRequest, bf as SignatureRequest, bn as SignatureResponse, bQ as SimplifiedCredential, bc as StartCompletedNotification, bX as StartFlowRequest, cI as StringOperator, cQ as SupportedType, cR as SupportedTypes, d9 as TezosTxAuthInput, da as TezosTxSignatureResponse, bg as TransactionData, bo as TransactionResponse, c9 as TxAuthDataSignatureGatingRequest, cd as TxAuthDataSignatureResponse, d6 as TxAuthInput, d7 as TxSignatureResponse, d0 as UpdateQueryConfigurationInput, d1 as UpdateQueryConfigurationResponse, bF as VerificationOutput, bE as VerificationSessionStatus, bD as VerificationSessionStatuses, dx as VerifyWalletChallengeRequest, c8 as WalletSignResponse, dw as WalletSignatureResponse, cD as ZKPOperator, di as ZKPRequest, dj as ZKPRequestFromZKVerifier, cn as ZeroKnowledgeProofRequest, ct as ZeroKnowledgeProofResponse, cE as operatorDisplayMap, cy as parseIden3Message, cz as parseSessionIdFromUrl } from '../../dist/identity-api.schema-c98a388a.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.11-dev",
3
+ "version": "2.3.14-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-55115ae0.cjs.dev.js');
5
+ var customers_schema = require('../../dist/customers.schema-e6bad99e.cjs.dev.js');
6
6
  require('zod');
7
- require('../../dist/identity-api.schema-7e40f082.cjs.dev.js');
7
+ require('../../dist/identity-api.schema-eb77924e.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-63a6dab0.cjs.prod.js');
5
+ var customers_schema = require('../../dist/customers.schema-a089e7aa.cjs.prod.js');
6
6
  require('zod');
7
- require('../../dist/identity-api.schema-7642a9d7.cjs.prod.js');
7
+ require('../../dist/identity-api.schema-1e40f969.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-2920175f.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-e53cff10.esm.js';
2
2
  import 'zod';
3
- import '../../dist/identity-api.schema-bf32b414.esm.js';
3
+ import '../../dist/identity-api.schema-c98a388a.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-7e40f082.cjs.dev.js');
6
- var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-6488d65f.cjs.dev.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-eb77924e.cjs.dev.js');
6
+ var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-98b0096f.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-7642a9d7.cjs.prod.js');
6
- var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-716fdfbe.cjs.prod.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-1e40f969.cjs.prod.js');
6
+ var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-d9510248.cjs.prod.js');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
 
@@ -1,4 +1,4 @@
1
- export { al as Alpha2Country, eb as CredentialMediaType, e6 as CredentialNames, e5 as CredentialSchemas, e9 as CredentialType, C as CredentialTypes, e4 as GenericVerifiableCredentialSchema, dT as ID3CredentialSubjectSchema, e1 as IDImageCredentialSubjectSchema, e0 as IDInformationCredentialSubjectSchema, dU as IDScanCredentialSubjectSchema, dV as IDScanPassportCredentialSubjectSchema, dW as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, e7 as NexeraCredentialType, d$ as OLD_AMLScreeningsResultsCredentialSubjectSchema, dX as OLD_IDImageCredentialSubjectSchema, dY as OLD_IDInformationCredentialSubjectSchema, dZ as OLD_ProofOfResidenceCredentialSubjectSchema, d_ as OLD_SelfieImageCredentialSubjectSchema, e3 as ProofOfResidenceCredentialSubjectSchema, e2 as SelfieImageCredentialSubjectSchema, ea as VerifiableCredential, am as countryISO3toISO2Mapping, e8 as getCredentialName, ao as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-bf32b414.esm.js';
2
- export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-d269f411.esm.js';
1
+ export { al as Alpha2Country, ec as CredentialMediaType, e7 as CredentialNames, e6 as CredentialSchemas, ea as CredentialType, C as CredentialTypes, e5 as GenericVerifiableCredentialSchema, dU as ID3CredentialSubjectSchema, e2 as IDImageCredentialSubjectSchema, e1 as IDInformationCredentialSubjectSchema, dV as IDScanCredentialSubjectSchema, dW as IDScanPassportCredentialSubjectSchema, dX as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, e8 as NexeraCredentialType, e0 as OLD_AMLScreeningsResultsCredentialSubjectSchema, dY as OLD_IDImageCredentialSubjectSchema, dZ as OLD_IDInformationCredentialSubjectSchema, d_ as OLD_ProofOfResidenceCredentialSubjectSchema, d$ as OLD_SelfieImageCredentialSubjectSchema, e4 as ProofOfResidenceCredentialSubjectSchema, e3 as SelfieImageCredentialSubjectSchema, eb as VerifiableCredential, am as countryISO3toISO2Mapping, e9 as getCredentialName, ao as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-c98a388a.esm.js';
2
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-63208941.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-7e40f082.cjs.dev.js');
7
- var customers_schema = require('../../dist/customers.schema-55115ae0.cjs.dev.js');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-eb77924e.cjs.dev.js');
7
+ var customers_schema = require('../../dist/customers.schema-e6bad99e.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-7642a9d7.cjs.prod.js');
7
- var customers_schema = require('../../dist/customers.schema-63a6dab0.cjs.prod.js');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-1e40f969.cjs.prod.js');
7
+ var customers_schema = require('../../dist/customers.schema-a089e7aa.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, dN as ExternalCustomerId, ar as RiskScoreType, at as CustomerType, az as CustomerOnboardingLevel, aB as CustomerStatus, aj as ISO3CountryCode, a2 as BlockchainAddress, bN as RuleResultStatus, e4 as GenericVerifiableCredentialSchema, ed as _toArray, ec as _toConsumableArray, ad as EnvironmentSchema } from '../../dist/identity-api.schema-bf32b414.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-2920175f.esm.js';
2
+ import { ae as UuidString, dO as ExternalCustomerId, ar as RiskScoreType, at as CustomerType, az as CustomerOnboardingLevel, aB as CustomerStatus, aj as ISO3CountryCode, a2 as BlockchainAddress, bN as RuleResultStatus, e5 as GenericVerifiableCredentialSchema, ee as _toArray, ed as _toConsumableArray, ad as EnvironmentSchema } from '../../dist/identity-api.schema-c98a388a.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-e53cff10.esm.js';
4
4
  import { zodToJsonSchema } from 'zod-to-json-schema';
5
5
  import 'nanoid';
6
6