@nexeraid/identity-schemas 2.1.8-dev → 2.1.10-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-1cd3be9b.cjs.dev.js → customers.schema-562d985f.cjs.dev.js} +1 -1
  2. package/dist/{customers.schema-01909f69.cjs.prod.js → customers.schema-73bf15a0.cjs.prod.js} +1 -1
  3. package/dist/{customers.schema-e8da0526.esm.js → customers.schema-afe02ef4.esm.js} +1 -1
  4. package/dist/declarations/src/config.schema.d.ts +12 -13
  5. package/dist/declarations/src/config.schema.d.ts.map +1 -1
  6. package/dist/{frontend-utilities.schema-56581ba6.cjs.dev.js → frontend-utilities.schema-0302c705.cjs.dev.js} +1 -1
  7. package/dist/{frontend-utilities.schema-743e3990.esm.js → frontend-utilities.schema-5b4c13b6.esm.js} +1 -1
  8. package/dist/{frontend-utilities.schema-998e25b4.cjs.prod.js → frontend-utilities.schema-9e3e2436.cjs.prod.js} +1 -1
  9. package/dist/{identity-api.schema-1085a213.cjs.prod.js → identity-api.schema-9c535c61.cjs.prod.js} +12 -13
  10. package/dist/{identity-api.schema-87fedc5e.esm.js → identity-api.schema-a284be45.esm.js} +12 -13
  11. package/dist/{identity-api.schema-7379e297.cjs.dev.js → identity-api.schema-c82d8859.cjs.dev.js} +12 -13
  12. package/dist/nexeraid-identity-schemas.cjs.dev.js +2 -2
  13. package/dist/nexeraid-identity-schemas.cjs.prod.js +2 -2
  14. package/dist/nexeraid-identity-schemas.esm.js +3 -3
  15. package/dist/package.json +1 -1
  16. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +1 -1
  17. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +1 -1
  18. package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
  19. package/package.json +1 -1
  20. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
  21. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
  22. package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
  23. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
  24. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
  25. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
  26. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +2 -2
  27. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +2 -2
  28. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +2 -2
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var identityApi_schema = require('./identity-api.schema-7379e297.cjs.dev.js');
4
+ var identityApi_schema = require('./identity-api.schema-c82d8859.cjs.dev.js');
5
5
 
6
6
  // based on https://tech-doc.api.scorechain.com/
7
7
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var identityApi_schema = require('./identity-api.schema-1085a213.cjs.prod.js');
4
+ var identityApi_schema = require('./identity-api.schema-9c535c61.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, ak as Alpha2Country, ae as UuidString, e0 as _toConsumableArray, ai as ISO3CountryCode, a5 as BlockchainNamespace, br as SdkVerificationOutput, aA as CustomerStatus, e2 as _defineProperty, dT as ProofOfResidenceCredentialSubjectSchema, ck as QrCodeLinkWithSchemaType, aB as BasicCustomerContactInformation, dZ as CredentialType } from './identity-api.schema-87fedc5e.esm.js';
2
+ import { a2 as BlockchainAddress, z as AddressSchema, ak as Alpha2Country, ae as UuidString, e0 as _toConsumableArray, ai as ISO3CountryCode, a5 as BlockchainNamespace, br as SdkVerificationOutput, aA as CustomerStatus, e2 as _defineProperty, dT as ProofOfResidenceCredentialSubjectSchema, ck as QrCodeLinkWithSchemaType, aB as BasicCustomerContactInformation, dZ as CredentialType } from './identity-api.schema-a284be45.esm.js';
3
3
 
4
4
  // based on https://tech-doc.api.scorechain.com/
5
5
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -133,29 +133,28 @@ export declare const PUBLIC_SERVICES_SCHEMA_MAP: {
133
133
  readonly api: {
134
134
  readonly cicd: "http://localhost:3001";
135
135
  readonly local: "http://localhost:3001";
136
- readonly "test-dev-1": "https://api-test-dev-1.nexera.id";
137
- readonly "test-dev-2": "https://api-test-dev-2.nexera.id";
138
- readonly dev: "https://api-dev.compilot.ai";
139
- readonly stage: "https://api-staging.compilot.ai";
136
+ readonly "test-dev-1": "https://api-test-dev-1.bjrcom.xyz";
137
+ readonly "test-dev-2": "https://api-test-dev-2.bjrcom.xyz";
138
+ readonly dev: "https://api.bjrcom.xyz";
139
+ readonly stage: "https://api.bjrpilot.xyz";
140
140
  readonly prod: "https://api.nexera.id";
141
141
  };
142
142
  readonly identity_api: {
143
143
  readonly cicd: "http://localhost:3015";
144
144
  readonly local: "http://localhost:3015";
145
- readonly "test-dev-1": "https://identity-api-test-dev-1.compilot.ai";
146
- readonly "test-dev-2": "https://identity-api-test-dev-2.compilot.ai";
147
- readonly dev: "https://identity-api-dev.compilot.ai";
148
- readonly stage: "https://identity-api-staging.compilot.ai";
145
+ readonly "test-dev-1": "https://identity-api-test-dev-1.bjrcom.xyz";
146
+ readonly "test-dev-2": "https://identity-api-test-dev-2.bjrcom.xyz";
147
+ readonly dev: "https://identity-api.bjrcom.xyz";
148
+ readonly stage: "https://identity-api.bjrpilot.xyz";
149
149
  readonly prod: "https://identity-api.compilot.ai";
150
150
  };
151
151
  readonly identityV2: {
152
152
  readonly cicd: "http://localhost:3009";
153
153
  readonly local: "http://localhost:3009";
154
- readonly branch: "https://identity-v2-branch.compilot.ai";
155
- readonly "test-dev-1": "https://identity-v2-test-dev-1.compilot.ai";
156
- readonly "test-dev-2": "https://identity-v2-test-dev-2.compilot.ai";
157
- readonly dev: "https://identity-v2-dev.compilot.ai";
158
- readonly stage: "https://identity-v2-staging.compilot.ai";
154
+ readonly "test-dev-1": "https://identity-v2-test-dev-1.bjrcom.xyz";
155
+ readonly "test-dev-2": "https://identity-v2-test-dev-2.bjrcom.xyz";
156
+ readonly dev: "https://identity-v2.bjrcom.xyz";
157
+ readonly stage: "https://identity-v2.bjrpilot.xyz";
159
158
  readonly prod: "https://identity-v2.compilot.ai";
160
159
  };
161
160
  };
@@ -1 +1 @@
1
- {"version":3,"file":"config.schema.d.ts","sourceRoot":"../../../src","sources":["config.schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"config.schema.d.ts","sourceRoot":"../../../src","sources":["config.schema.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var identityApi_schema = require('./identity-api.schema-7379e297.cjs.dev.js');
3
+ var identityApi_schema = require('./identity-api.schema-c82d8859.cjs.dev.js');
4
4
 
5
5
  var VC_JSON_SCHEMA_MAP = {
6
6
  ProofOfResidence: {
@@ -1,4 +1,4 @@
1
- import { cD as SupportedType, e0 as _toConsumableArray, cs as ARRAY_OPERATORS, cy as BOOLEAN_OPERATORS, cw as NUMERIC_OPERATORS, cu as STRING_OPERATORS } from './identity-api.schema-87fedc5e.esm.js';
1
+ import { cD as SupportedType, e0 as _toConsumableArray, cs as ARRAY_OPERATORS, cy as BOOLEAN_OPERATORS, cw as NUMERIC_OPERATORS, cu as STRING_OPERATORS } from './identity-api.schema-a284be45.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-1085a213.cjs.prod.js');
3
+ var identityApi_schema = require('./identity-api.schema-9c535c61.cjs.prod.js');
4
4
 
5
5
  var VC_JSON_SCHEMA_MAP = {
6
6
  ProofOfResidence: {
@@ -330,29 +330,28 @@ var PUBLIC_SERVICES_SCHEMA_MAP = {
330
330
  api: {
331
331
  cicd: "http://localhost:3001",
332
332
  local: "http://localhost:3001",
333
- "test-dev-1": "https://api-test-dev-1.nexera.id",
334
- "test-dev-2": "https://api-test-dev-2.nexera.id",
335
- dev: "https://api-dev.compilot.ai",
336
- stage: "https://api-staging.compilot.ai",
333
+ "test-dev-1": "https://api-test-dev-1.bjrcom.xyz",
334
+ "test-dev-2": "https://api-test-dev-2.bjrcom.xyz",
335
+ dev: "https://api.bjrcom.xyz",
336
+ stage: "https://api.bjrpilot.xyz",
337
337
  prod: "https://api.nexera.id"
338
338
  },
339
339
  identity_api: {
340
340
  cicd: "http://localhost:3015",
341
341
  local: "http://localhost:3015",
342
- "test-dev-1": "https://identity-api-test-dev-1.compilot.ai",
343
- "test-dev-2": "https://identity-api-test-dev-2.compilot.ai",
344
- dev: "https://identity-api-dev.compilot.ai",
345
- stage: "https://identity-api-staging.compilot.ai",
342
+ "test-dev-1": "https://identity-api-test-dev-1.bjrcom.xyz",
343
+ "test-dev-2": "https://identity-api-test-dev-2.bjrcom.xyz",
344
+ dev: "https://identity-api.bjrcom.xyz",
345
+ stage: "https://identity-api.bjrpilot.xyz",
346
346
  prod: "https://identity-api.compilot.ai"
347
347
  },
348
348
  identityV2: {
349
349
  cicd: "http://localhost:3009",
350
350
  local: "http://localhost:3009",
351
- branch: "https://identity-v2-branch.compilot.ai",
352
- "test-dev-1": "https://identity-v2-test-dev-1.compilot.ai",
353
- "test-dev-2": "https://identity-v2-test-dev-2.compilot.ai",
354
- dev: "https://identity-v2-dev.compilot.ai",
355
- stage: "https://identity-v2-staging.compilot.ai",
351
+ "test-dev-1": "https://identity-v2-test-dev-1.bjrcom.xyz",
352
+ "test-dev-2": "https://identity-v2-test-dev-2.bjrcom.xyz",
353
+ dev: "https://identity-v2.bjrcom.xyz",
354
+ stage: "https://identity-v2.bjrpilot.xyz",
356
355
  prod: "https://identity-v2.compilot.ai"
357
356
  }
358
357
  };
@@ -328,29 +328,28 @@ var PUBLIC_SERVICES_SCHEMA_MAP = {
328
328
  api: {
329
329
  cicd: "http://localhost:3001",
330
330
  local: "http://localhost:3001",
331
- "test-dev-1": "https://api-test-dev-1.nexera.id",
332
- "test-dev-2": "https://api-test-dev-2.nexera.id",
333
- dev: "https://api-dev.compilot.ai",
334
- stage: "https://api-staging.compilot.ai",
331
+ "test-dev-1": "https://api-test-dev-1.bjrcom.xyz",
332
+ "test-dev-2": "https://api-test-dev-2.bjrcom.xyz",
333
+ dev: "https://api.bjrcom.xyz",
334
+ stage: "https://api.bjrpilot.xyz",
335
335
  prod: "https://api.nexera.id"
336
336
  },
337
337
  identity_api: {
338
338
  cicd: "http://localhost:3015",
339
339
  local: "http://localhost:3015",
340
- "test-dev-1": "https://identity-api-test-dev-1.compilot.ai",
341
- "test-dev-2": "https://identity-api-test-dev-2.compilot.ai",
342
- dev: "https://identity-api-dev.compilot.ai",
343
- stage: "https://identity-api-staging.compilot.ai",
340
+ "test-dev-1": "https://identity-api-test-dev-1.bjrcom.xyz",
341
+ "test-dev-2": "https://identity-api-test-dev-2.bjrcom.xyz",
342
+ dev: "https://identity-api.bjrcom.xyz",
343
+ stage: "https://identity-api.bjrpilot.xyz",
344
344
  prod: "https://identity-api.compilot.ai"
345
345
  },
346
346
  identityV2: {
347
347
  cicd: "http://localhost:3009",
348
348
  local: "http://localhost:3009",
349
- branch: "https://identity-v2-branch.compilot.ai",
350
- "test-dev-1": "https://identity-v2-test-dev-1.compilot.ai",
351
- "test-dev-2": "https://identity-v2-test-dev-2.compilot.ai",
352
- dev: "https://identity-v2-dev.compilot.ai",
353
- stage: "https://identity-v2-staging.compilot.ai",
349
+ "test-dev-1": "https://identity-v2-test-dev-1.bjrcom.xyz",
350
+ "test-dev-2": "https://identity-v2-test-dev-2.bjrcom.xyz",
351
+ dev: "https://identity-v2.bjrcom.xyz",
352
+ stage: "https://identity-v2.bjrpilot.xyz",
354
353
  prod: "https://identity-v2.compilot.ai"
355
354
  }
356
355
  };
@@ -330,29 +330,28 @@ var PUBLIC_SERVICES_SCHEMA_MAP = {
330
330
  api: {
331
331
  cicd: "http://localhost:3001",
332
332
  local: "http://localhost:3001",
333
- "test-dev-1": "https://api-test-dev-1.nexera.id",
334
- "test-dev-2": "https://api-test-dev-2.nexera.id",
335
- dev: "https://api-dev.compilot.ai",
336
- stage: "https://api-staging.compilot.ai",
333
+ "test-dev-1": "https://api-test-dev-1.bjrcom.xyz",
334
+ "test-dev-2": "https://api-test-dev-2.bjrcom.xyz",
335
+ dev: "https://api.bjrcom.xyz",
336
+ stage: "https://api.bjrpilot.xyz",
337
337
  prod: "https://api.nexera.id"
338
338
  },
339
339
  identity_api: {
340
340
  cicd: "http://localhost:3015",
341
341
  local: "http://localhost:3015",
342
- "test-dev-1": "https://identity-api-test-dev-1.compilot.ai",
343
- "test-dev-2": "https://identity-api-test-dev-2.compilot.ai",
344
- dev: "https://identity-api-dev.compilot.ai",
345
- stage: "https://identity-api-staging.compilot.ai",
342
+ "test-dev-1": "https://identity-api-test-dev-1.bjrcom.xyz",
343
+ "test-dev-2": "https://identity-api-test-dev-2.bjrcom.xyz",
344
+ dev: "https://identity-api.bjrcom.xyz",
345
+ stage: "https://identity-api.bjrpilot.xyz",
346
346
  prod: "https://identity-api.compilot.ai"
347
347
  },
348
348
  identityV2: {
349
349
  cicd: "http://localhost:3009",
350
350
  local: "http://localhost:3009",
351
- branch: "https://identity-v2-branch.compilot.ai",
352
- "test-dev-1": "https://identity-v2-test-dev-1.compilot.ai",
353
- "test-dev-2": "https://identity-v2-test-dev-2.compilot.ai",
354
- dev: "https://identity-v2-dev.compilot.ai",
355
- stage: "https://identity-v2-staging.compilot.ai",
351
+ "test-dev-1": "https://identity-v2-test-dev-1.bjrcom.xyz",
352
+ "test-dev-2": "https://identity-v2-test-dev-2.bjrcom.xyz",
353
+ dev: "https://identity-v2.bjrcom.xyz",
354
+ stage: "https://identity-v2.bjrpilot.xyz",
356
355
  prod: "https://identity-v2.compilot.ai"
357
356
  }
358
357
  };
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-7379e297.cjs.dev.js');
5
+ var identityApi_schema = require('./identity-api.schema-c82d8859.cjs.dev.js');
6
6
  var zod = require('zod');
7
- var frontendUtilities_schema = require('./frontend-utilities.schema-56581ba6.cjs.dev.js');
7
+ var frontendUtilities_schema = require('./frontend-utilities.schema-0302c705.cjs.dev.js');
8
8
  require('nanoid');
9
9
 
10
10
  var decodeUint8Array = function decodeUint8Array(data) {
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-1085a213.cjs.prod.js');
5
+ var identityApi_schema = require('./identity-api.schema-9c535c61.cjs.prod.js');
6
6
  var zod = require('zod');
7
- var frontendUtilities_schema = require('./frontend-utilities.schema-998e25b4.cjs.prod.js');
7
+ var frontendUtilities_schema = require('./frontend-utilities.schema-9e3e2436.cjs.prod.js');
8
8
  require('nanoid');
9
9
 
10
10
  var decodeUint8Array = function decodeUint8Array(data) {
@@ -1,7 +1,7 @@
1
- import { C as CredentialTypes } from './identity-api.schema-87fedc5e.esm.js';
2
- export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, aj as ALPHA_2_COUNTRIES, cs as ARRAY_OPERATORS, cb as AUTHORIZATION_REQUEST_MESSAGE_TYPES, b8 as AVAILABLE_FLOWS, dw as AdditionalCustomerInformationParams, z as AddressSchema, cn as AllCredentialAttributes, co as AllCredentialValues, da as AllScenarioExecutionAuthorizationData, ak as Alpha2Country, d4 as AnyTxAuthDataSignatureResponse, d1 as AnyTxAuthInput, aM as AppId, I as AptosAddress, J as AptosSignature, ct as ArrayOperator, cj as AuthQrCodeData, bW as AuthSession, ce as AuthorizationRequestMessage, cd as AuthorizationRequestMessageType, cc as AuthorizationRequestMessageTypes, ch as AuthorizationResponseMessage, b9 as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, cy as BOOLEAN_OPERATORS, aB as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cz as BooleanOperator, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, aC as CUSTOMERS_CHARTS, aG as CUSTOMER_AUTOMATION_REASONS, aE as CUSTOMER_TABLE_COLUMNS, a0 as CardanoAddress, a1 as CardanoSignature, aN as ChallengeId, bg as ChallengeQueryOperator, bi as ChallengeQueryOperatorToOperator, bf as ChallengeQueryOperators, bj as ChallengeQuerySchema, bX as ChallengeResponse, aS as CloseScreenNotification, bE as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, d8 as CreateAuthRequestProps, cN as CreateQueryConfigurationInput, cO as CreateQueryConfigurationResponse, d9 as CreateZKProofRequestProps, d$ as CredentialMediaType, dW as CredentialNames, ci as CredentialQrCodeData, dV as CredentialSchemas, dZ as CredentialType, C as CredentialTypes, ay as CustomerOnboardingLevel, ax as CustomerOnboardingLevels, aA as CustomerStatus, az as CustomerStatuses, aF as CustomerTableColumn, as as CustomerType, ar as CustomerTypes, aD as CustomersChartType, cA as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, ba as DataAvailableOnStart, cB as DateOperator, cR as DeleteQueryConfigurationInput, cS 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, aK as EmailId, ad as EnvironmentSchema, h as EvmChainId, bl as ExecuteChallengeQueryConfig, bk as ExecuteChallengeQueryInput, bn as ExecuteChallengeQueryResponse, d3 as ExtendedTezosTxAuthDataSignatureResponse, d0 as ExtendedTezosTxAuthInput, d2 as ExtendedTxAuthDataSignatureResponse, c$ as ExtendedTxAuthInput, dB as ExternalCustomerId, dk as FLOW_TYPES, dl as FlowType, G as FunctionCallData, bV as GenerateWalletChallengeRequest, dU as GenericVerifiableCredentialSchema, bG as GetCredentialsRequest, bH as GetCredentialsResponse, b_ as GetCustomerStatusRequest, c2 as GetCustomerStatusResponse, c_ as GetTezosTxAuthDataSignatureResponse, cX as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, c4 as HostMessage, bT as HostRequestMessage, be as HostResponseMessage, dH as ID3CredentialSubjectSchema, dp as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dr as IDENTITY_DOCUMENT_OPTIONS, dR as IDImageCredentialSubjectSchema, cF as IDInformation, dQ as IDInformationCredentialSubjectSchema, dI as IDScanCredentialSubjectSchema, dJ as IDScanPassportCredentialSubjectSchema, dK as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, dv as Identifier, c3 as IdentityAppMessage, dD as IdentityAppV2Web2JWT, dC as IdentityAppV2Web3JWT, dq as IdentityDocumentCountryListOption, ds as IdentityDocumentOptionsType, aJ as IdentityId, c5 as IdentityMessage, b2 as IdentityNotificationMessage, b7 as IdentityRequestMessage, bU as IdentityResponseMessage, b$ as IdentitySdkMessage, c0 as IdentitySdkMessageWithIdentifier, dA as IdentityWidgetAccessToken, dE as IdentityWidgetAccessToken_NEW, dF as IdentityWidgetSessionToken, b3 as InitialDataRequest, bb as InitialDataResponse, a_ as IsVerifiedNotification, bN as IsVerifiedRequest, bO as IsVerifiedResponse, aw as KybOnboardingLevel, av as KybOnboardingLevels, aT as KycCompletionData, aU as KycCompletionNotification, au as KycOnboardingLevel, at as KycOnboardingLevels, c8 as MediaType, c9 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, cw as NUMERIC_OPERATORS, dX as NexeraCredentialType, cM as NonParsedQueryConfiguration, cx as NumericOperator, dP as OLD_AMLScreeningsResultsCredentialSubjectSchema, dL as OLD_IDImageCredentialSubjectSchema, dM as OLD_IDInformationCredentialSubjectSchema, dN as OLD_ProofOfResidenceCredentialSubjectSchema, dO as OLD_SelfieImageCredentialSubjectSchema, bo as OPAChallengeQuery, b0 as OcvSdkInitialized, aW as OffChainScenarioExecutionData, d7 as OffChainZKP, bq as OffChainZKPRuleResult, bp as OnChainRuleResult, aX as OnChainScenarioExecutionData, dc as OnChainZKP, dd as OnChainZKPFromNexeraID, df as OnChainZKPPayload, de as OnChainZKPScenarioFromCms, bm as OpaChallengeQueryResponse, cp as Operator, bh as OperatorToChallengeQueryOperator, dx as OrganizationId, _ as P2Signature, dt as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ah as PUBLIC_SERVICES_SCHEMA_MAP, cJ as PartialQueryConfigSimplified, du as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, a$ as PolygonIdInitialized, bJ as PolygonIdRequest, bI as PolygonIdRequestData, bL as PolygonIdResponse, bK as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, db as ProjectAuthorizationData, cf as ProofData, dT as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, ck as QrCodeLinkWithSchemaType, cG as QueryConfig, cI as QueryConfigSimplified, cK as QueryConfigSimplifiedParsed, cL as QueryConfiguration, cU as QueryCredentialType, cT as QueryCredentialTypes, cH as QueryType, c6 as RequiredDataRowSchema, c7 as RequiredVerificationData, aq as RiskScoreType, ap as RiskScoreTypes, bz as RuleEngineResponse, aV as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, dg as SCENARIO_AUTHORIZATION_STATUSES, cu as STRING_OPERATORS, cC as SUPPORTED_TYPES, aQ as ScenarioAuthorizationData, dh as ScenarioAuthorizationStatus, aY as ScenarioExecutionData, aZ as ScenarioExecutionNotification, bA as ScenarioExecutionResponse, by as ScenarioStatus, bx as ScenarioStatuses, bw as ScenarioType, bv as ScenarioTypes, br as SdkVerificationOutput, aR as SdkVerificationResponseSchema, dS as SelfieImageCredentialSubjectSchema, b6 as SendTransactionRequest, b4 as SignatureRequest, bc as SignatureResponse, bF as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, b1 as StartCompletedNotification, bM as StartFlowRequest, aI as StorageId, w as String0x, cv as StringOperator, cD as SupportedType, cE as SupportedTypes, aO as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, cY as TezosTxAuthInput, cZ as TezosTxSignatureResponse, b5 as TransactionData, bd as TransactionResponse, bZ as TxAuthDataSignatureGatingRequest, c1 as TxAuthDataSignatureResponse, cV as TxAuthInput, D as TxHash, cW as TxSignatureResponse, cP as UpdateQueryConfigurationInput, cQ as UpdateQueryConfigurationResponse, ae as UuidString, d_ as VerifiableCredential, dn as VerificationMode, dm as VerificationModes, bu as VerificationOutput, bt as VerificationSessionStatus, bs as VerificationSessionStatuses, dj as VerifyWalletChallengeRequest, aL as WalletId, bY as WalletSignResponse, di as WalletSignatureResponse, dG as Web2CreateSessionParams, dz as WorkflowId, dy as WorkspaceId, cq as ZKPOperator, d5 as ZKPRequest, d6 as ZKPRequestFromZKVerifier, ca as ZeroKnowledgeProofRequest, cg as ZeroKnowledgeProofResponse, af as ZodParse, ab as coerceBoolean, am as countryISO2toISO3Mapping, al as countryISO3toISO2Mapping, aH as createBrandedSchemaId, aP as generateId, dY as getCredentialName, v as isValidAddress, an as isoCountriesNameFromISO2, cr as operatorDisplayMap, ao as parseISO3CountryCode, cl as parseIden3Message, cm as parseSessionIdFromUrl, H as shortAddress, ag as shortBlockchainAddress } from './identity-api.schema-87fedc5e.esm.js';
1
+ import { C as CredentialTypes } from './identity-api.schema-a284be45.esm.js';
2
+ export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, aj as ALPHA_2_COUNTRIES, cs as ARRAY_OPERATORS, cb as AUTHORIZATION_REQUEST_MESSAGE_TYPES, b8 as AVAILABLE_FLOWS, dw as AdditionalCustomerInformationParams, z as AddressSchema, cn as AllCredentialAttributes, co as AllCredentialValues, da as AllScenarioExecutionAuthorizationData, ak as Alpha2Country, d4 as AnyTxAuthDataSignatureResponse, d1 as AnyTxAuthInput, aM as AppId, I as AptosAddress, J as AptosSignature, ct as ArrayOperator, cj as AuthQrCodeData, bW as AuthSession, ce as AuthorizationRequestMessage, cd as AuthorizationRequestMessageType, cc as AuthorizationRequestMessageTypes, ch as AuthorizationResponseMessage, b9 as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, cy as BOOLEAN_OPERATORS, aB as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cz as BooleanOperator, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, aC as CUSTOMERS_CHARTS, aG as CUSTOMER_AUTOMATION_REASONS, aE as CUSTOMER_TABLE_COLUMNS, a0 as CardanoAddress, a1 as CardanoSignature, aN as ChallengeId, bg as ChallengeQueryOperator, bi as ChallengeQueryOperatorToOperator, bf as ChallengeQueryOperators, bj as ChallengeQuerySchema, bX as ChallengeResponse, aS as CloseScreenNotification, bE as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, d8 as CreateAuthRequestProps, cN as CreateQueryConfigurationInput, cO as CreateQueryConfigurationResponse, d9 as CreateZKProofRequestProps, d$ as CredentialMediaType, dW as CredentialNames, ci as CredentialQrCodeData, dV as CredentialSchemas, dZ as CredentialType, C as CredentialTypes, ay as CustomerOnboardingLevel, ax as CustomerOnboardingLevels, aA as CustomerStatus, az as CustomerStatuses, aF as CustomerTableColumn, as as CustomerType, ar as CustomerTypes, aD as CustomersChartType, cA as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, ba as DataAvailableOnStart, cB as DateOperator, cR as DeleteQueryConfigurationInput, cS 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, aK as EmailId, ad as EnvironmentSchema, h as EvmChainId, bl as ExecuteChallengeQueryConfig, bk as ExecuteChallengeQueryInput, bn as ExecuteChallengeQueryResponse, d3 as ExtendedTezosTxAuthDataSignatureResponse, d0 as ExtendedTezosTxAuthInput, d2 as ExtendedTxAuthDataSignatureResponse, c$ as ExtendedTxAuthInput, dB as ExternalCustomerId, dk as FLOW_TYPES, dl as FlowType, G as FunctionCallData, bV as GenerateWalletChallengeRequest, dU as GenericVerifiableCredentialSchema, bG as GetCredentialsRequest, bH as GetCredentialsResponse, b_ as GetCustomerStatusRequest, c2 as GetCustomerStatusResponse, c_ as GetTezosTxAuthDataSignatureResponse, cX as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, c4 as HostMessage, bT as HostRequestMessage, be as HostResponseMessage, dH as ID3CredentialSubjectSchema, dp as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dr as IDENTITY_DOCUMENT_OPTIONS, dR as IDImageCredentialSubjectSchema, cF as IDInformation, dQ as IDInformationCredentialSubjectSchema, dI as IDScanCredentialSubjectSchema, dJ as IDScanPassportCredentialSubjectSchema, dK as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, dv as Identifier, c3 as IdentityAppMessage, dD as IdentityAppV2Web2JWT, dC as IdentityAppV2Web3JWT, dq as IdentityDocumentCountryListOption, ds as IdentityDocumentOptionsType, aJ as IdentityId, c5 as IdentityMessage, b2 as IdentityNotificationMessage, b7 as IdentityRequestMessage, bU as IdentityResponseMessage, b$ as IdentitySdkMessage, c0 as IdentitySdkMessageWithIdentifier, dA as IdentityWidgetAccessToken, dE as IdentityWidgetAccessToken_NEW, dF as IdentityWidgetSessionToken, b3 as InitialDataRequest, bb as InitialDataResponse, a_ as IsVerifiedNotification, bN as IsVerifiedRequest, bO as IsVerifiedResponse, aw as KybOnboardingLevel, av as KybOnboardingLevels, aT as KycCompletionData, aU as KycCompletionNotification, au as KycOnboardingLevel, at as KycOnboardingLevels, c8 as MediaType, c9 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, cw as NUMERIC_OPERATORS, dX as NexeraCredentialType, cM as NonParsedQueryConfiguration, cx as NumericOperator, dP as OLD_AMLScreeningsResultsCredentialSubjectSchema, dL as OLD_IDImageCredentialSubjectSchema, dM as OLD_IDInformationCredentialSubjectSchema, dN as OLD_ProofOfResidenceCredentialSubjectSchema, dO as OLD_SelfieImageCredentialSubjectSchema, bo as OPAChallengeQuery, b0 as OcvSdkInitialized, aW as OffChainScenarioExecutionData, d7 as OffChainZKP, bq as OffChainZKPRuleResult, bp as OnChainRuleResult, aX as OnChainScenarioExecutionData, dc as OnChainZKP, dd as OnChainZKPFromNexeraID, df as OnChainZKPPayload, de as OnChainZKPScenarioFromCms, bm as OpaChallengeQueryResponse, cp as Operator, bh as OperatorToChallengeQueryOperator, dx as OrganizationId, _ as P2Signature, dt as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ah as PUBLIC_SERVICES_SCHEMA_MAP, cJ as PartialQueryConfigSimplified, du as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, a$ as PolygonIdInitialized, bJ as PolygonIdRequest, bI as PolygonIdRequestData, bL as PolygonIdResponse, bK as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, db as ProjectAuthorizationData, cf as ProofData, dT as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, ck as QrCodeLinkWithSchemaType, cG as QueryConfig, cI as QueryConfigSimplified, cK as QueryConfigSimplifiedParsed, cL as QueryConfiguration, cU as QueryCredentialType, cT as QueryCredentialTypes, cH as QueryType, c6 as RequiredDataRowSchema, c7 as RequiredVerificationData, aq as RiskScoreType, ap as RiskScoreTypes, bz as RuleEngineResponse, aV as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, dg as SCENARIO_AUTHORIZATION_STATUSES, cu as STRING_OPERATORS, cC as SUPPORTED_TYPES, aQ as ScenarioAuthorizationData, dh as ScenarioAuthorizationStatus, aY as ScenarioExecutionData, aZ as ScenarioExecutionNotification, bA as ScenarioExecutionResponse, by as ScenarioStatus, bx as ScenarioStatuses, bw as ScenarioType, bv as ScenarioTypes, br as SdkVerificationOutput, aR as SdkVerificationResponseSchema, dS as SelfieImageCredentialSubjectSchema, b6 as SendTransactionRequest, b4 as SignatureRequest, bc as SignatureResponse, bF as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, b1 as StartCompletedNotification, bM as StartFlowRequest, aI as StorageId, w as String0x, cv as StringOperator, cD as SupportedType, cE as SupportedTypes, aO as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, cY as TezosTxAuthInput, cZ as TezosTxSignatureResponse, b5 as TransactionData, bd as TransactionResponse, bZ as TxAuthDataSignatureGatingRequest, c1 as TxAuthDataSignatureResponse, cV as TxAuthInput, D as TxHash, cW as TxSignatureResponse, cP as UpdateQueryConfigurationInput, cQ as UpdateQueryConfigurationResponse, ae as UuidString, d_ as VerifiableCredential, dn as VerificationMode, dm as VerificationModes, bu as VerificationOutput, bt as VerificationSessionStatus, bs as VerificationSessionStatuses, dj as VerifyWalletChallengeRequest, aL as WalletId, bY as WalletSignResponse, di as WalletSignatureResponse, dG as Web2CreateSessionParams, dz as WorkflowId, dy as WorkspaceId, cq as ZKPOperator, d5 as ZKPRequest, d6 as ZKPRequestFromZKVerifier, ca as ZeroKnowledgeProofRequest, cg as ZeroKnowledgeProofResponse, af as ZodParse, ab as coerceBoolean, am as countryISO2toISO3Mapping, al as countryISO3toISO2Mapping, aH as createBrandedSchemaId, aP as generateId, dY as getCredentialName, v as isValidAddress, an as isoCountriesNameFromISO2, cr as operatorDisplayMap, ao as parseISO3CountryCode, cl as parseIden3Message, cm as parseSessionIdFromUrl, H as shortAddress, ag as shortBlockchainAddress } from './identity-api.schema-a284be45.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-743e3990.esm.js';
4
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-5b4c13b6.esm.js';
5
5
  import 'nanoid';
6
6
 
7
7
  var decodeUint8Array = function decodeUint8Array(data) {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.1.8",
3
+ "version": "2.1.10",
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-7379e297.cjs.dev.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-c82d8859.cjs.dev.js');
6
6
  require('zod');
7
7
  require('nanoid');
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('../../dist/identity-api.schema-1085a213.cjs.prod.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-9c535c61.cjs.prod.js');
6
6
  require('zod');
7
7
  require('nanoid');
8
8
 
@@ -1,3 +1,3 @@
1
- export { cs as ARRAY_OPERATORS, cb as AUTHORIZATION_REQUEST_MESSAGE_TYPES, b8 as AVAILABLE_FLOWS, cn as AllCredentialAttributes, co as AllCredentialValues, da as AllScenarioExecutionAuthorizationData, d4 as AnyTxAuthDataSignatureResponse, d1 as AnyTxAuthInput, ct as ArrayOperator, cj as AuthQrCodeData, bW as AuthSession, ce as AuthorizationRequestMessage, cd as AuthorizationRequestMessageType, cc as AuthorizationRequestMessageTypes, ch as AuthorizationResponseMessage, b9 as AvailableFlow, cy as BOOLEAN_OPERATORS, cz as BooleanOperator, bg as ChallengeQueryOperator, bi as ChallengeQueryOperatorToOperator, bf as ChallengeQueryOperators, bj as ChallengeQuerySchema, bX as ChallengeResponse, aS as CloseScreenNotification, bE as ComplianceImplementationStepsInput, d8 as CreateAuthRequestProps, cN as CreateQueryConfigurationInput, cO as CreateQueryConfigurationResponse, d9 as CreateZKProofRequestProps, ci as CredentialQrCodeData, cA as DATE_OPERATORS, ba as DataAvailableOnStart, cB as DateOperator, cR as DeleteQueryConfigurationInput, cS as DeleteQueryConfigurationResponse, bl as ExecuteChallengeQueryConfig, bk as ExecuteChallengeQueryInput, bn as ExecuteChallengeQueryResponse, d3 as ExtendedTezosTxAuthDataSignatureResponse, d0 as ExtendedTezosTxAuthInput, d2 as ExtendedTxAuthDataSignatureResponse, c$ as ExtendedTxAuthInput, bV as GenerateWalletChallengeRequest, bG as GetCredentialsRequest, bH as GetCredentialsResponse, b_ as GetCustomerStatusRequest, c2 as GetCustomerStatusResponse, c_ as GetTezosTxAuthDataSignatureResponse, cX as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, c4 as HostMessage, bT as HostRequestMessage, be as HostResponseMessage, cF as IDInformation, c3 as IdentityAppMessage, c5 as IdentityMessage, b2 as IdentityNotificationMessage, b7 as IdentityRequestMessage, bU as IdentityResponseMessage, b$ as IdentitySdkMessage, c0 as IdentitySdkMessageWithIdentifier, b3 as InitialDataRequest, bb as InitialDataResponse, a_ as IsVerifiedNotification, bN as IsVerifiedRequest, bO as IsVerifiedResponse, aT as KycCompletionData, aU as KycCompletionNotification, c8 as MediaType, c9 as MediaTypePID, cw as NUMERIC_OPERATORS, cM as NonParsedQueryConfiguration, cx as NumericOperator, bo as OPAChallengeQuery, b0 as OcvSdkInitialized, aW as OffChainScenarioExecutionData, d7 as OffChainZKP, bq as OffChainZKPRuleResult, bp as OnChainRuleResult, aX as OnChainScenarioExecutionData, dc as OnChainZKP, dd as OnChainZKPFromNexeraID, df as OnChainZKPPayload, de as OnChainZKPScenarioFromCms, bm as OpaChallengeQueryResponse, cp as Operator, bh as OperatorToChallengeQueryOperator, cJ as PartialQueryConfigSimplified, a$ as PolygonIdInitialized, bJ as PolygonIdRequest, bI as PolygonIdRequestData, bL as PolygonIdResponse, bK as PolygonIdResponseData, db as ProjectAuthorizationData, cf as ProofData, ck as QrCodeLinkWithSchemaType, cG as QueryConfig, cI as QueryConfigSimplified, cK as QueryConfigSimplifiedParsed, cL as QueryConfiguration, cU as QueryCredentialType, cT as QueryCredentialTypes, cH as QueryType, c6 as RequiredDataRowSchema, c7 as RequiredVerificationData, bz as RuleEngineResponse, aV as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, dg as SCENARIO_AUTHORIZATION_STATUSES, cu as STRING_OPERATORS, cC as SUPPORTED_TYPES, aQ as ScenarioAuthorizationData, dh as ScenarioAuthorizationStatus, aY as ScenarioExecutionData, aZ as ScenarioExecutionNotification, bA as ScenarioExecutionResponse, by as ScenarioStatus, bx as ScenarioStatuses, bw as ScenarioType, bv as ScenarioTypes, br as SdkVerificationOutput, aR as SdkVerificationResponseSchema, b6 as SendTransactionRequest, b4 as SignatureRequest, bc as SignatureResponse, bF as SimplifiedCredential, b1 as StartCompletedNotification, bM as StartFlowRequest, cv as StringOperator, cD as SupportedType, cE as SupportedTypes, cY as TezosTxAuthInput, cZ as TezosTxSignatureResponse, b5 as TransactionData, bd as TransactionResponse, bZ as TxAuthDataSignatureGatingRequest, c1 as TxAuthDataSignatureResponse, cV as TxAuthInput, cW as TxSignatureResponse, cP as UpdateQueryConfigurationInput, cQ as UpdateQueryConfigurationResponse, bu as VerificationOutput, bt as VerificationSessionStatus, bs as VerificationSessionStatuses, dj as VerifyWalletChallengeRequest, bY as WalletSignResponse, di as WalletSignatureResponse, cq as ZKPOperator, d5 as ZKPRequest, d6 as ZKPRequestFromZKVerifier, ca as ZeroKnowledgeProofRequest, cg as ZeroKnowledgeProofResponse, cr as operatorDisplayMap, cl as parseIden3Message, cm as parseSessionIdFromUrl } from '../../dist/identity-api.schema-87fedc5e.esm.js';
1
+ export { cs as ARRAY_OPERATORS, cb as AUTHORIZATION_REQUEST_MESSAGE_TYPES, b8 as AVAILABLE_FLOWS, cn as AllCredentialAttributes, co as AllCredentialValues, da as AllScenarioExecutionAuthorizationData, d4 as AnyTxAuthDataSignatureResponse, d1 as AnyTxAuthInput, ct as ArrayOperator, cj as AuthQrCodeData, bW as AuthSession, ce as AuthorizationRequestMessage, cd as AuthorizationRequestMessageType, cc as AuthorizationRequestMessageTypes, ch as AuthorizationResponseMessage, b9 as AvailableFlow, cy as BOOLEAN_OPERATORS, cz as BooleanOperator, bg as ChallengeQueryOperator, bi as ChallengeQueryOperatorToOperator, bf as ChallengeQueryOperators, bj as ChallengeQuerySchema, bX as ChallengeResponse, aS as CloseScreenNotification, bE as ComplianceImplementationStepsInput, d8 as CreateAuthRequestProps, cN as CreateQueryConfigurationInput, cO as CreateQueryConfigurationResponse, d9 as CreateZKProofRequestProps, ci as CredentialQrCodeData, cA as DATE_OPERATORS, ba as DataAvailableOnStart, cB as DateOperator, cR as DeleteQueryConfigurationInput, cS as DeleteQueryConfigurationResponse, bl as ExecuteChallengeQueryConfig, bk as ExecuteChallengeQueryInput, bn as ExecuteChallengeQueryResponse, d3 as ExtendedTezosTxAuthDataSignatureResponse, d0 as ExtendedTezosTxAuthInput, d2 as ExtendedTxAuthDataSignatureResponse, c$ as ExtendedTxAuthInput, bV as GenerateWalletChallengeRequest, bG as GetCredentialsRequest, bH as GetCredentialsResponse, b_ as GetCustomerStatusRequest, c2 as GetCustomerStatusResponse, c_ as GetTezosTxAuthDataSignatureResponse, cX as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, c4 as HostMessage, bT as HostRequestMessage, be as HostResponseMessage, cF as IDInformation, c3 as IdentityAppMessage, c5 as IdentityMessage, b2 as IdentityNotificationMessage, b7 as IdentityRequestMessage, bU as IdentityResponseMessage, b$ as IdentitySdkMessage, c0 as IdentitySdkMessageWithIdentifier, b3 as InitialDataRequest, bb as InitialDataResponse, a_ as IsVerifiedNotification, bN as IsVerifiedRequest, bO as IsVerifiedResponse, aT as KycCompletionData, aU as KycCompletionNotification, c8 as MediaType, c9 as MediaTypePID, cw as NUMERIC_OPERATORS, cM as NonParsedQueryConfiguration, cx as NumericOperator, bo as OPAChallengeQuery, b0 as OcvSdkInitialized, aW as OffChainScenarioExecutionData, d7 as OffChainZKP, bq as OffChainZKPRuleResult, bp as OnChainRuleResult, aX as OnChainScenarioExecutionData, dc as OnChainZKP, dd as OnChainZKPFromNexeraID, df as OnChainZKPPayload, de as OnChainZKPScenarioFromCms, bm as OpaChallengeQueryResponse, cp as Operator, bh as OperatorToChallengeQueryOperator, cJ as PartialQueryConfigSimplified, a$ as PolygonIdInitialized, bJ as PolygonIdRequest, bI as PolygonIdRequestData, bL as PolygonIdResponse, bK as PolygonIdResponseData, db as ProjectAuthorizationData, cf as ProofData, ck as QrCodeLinkWithSchemaType, cG as QueryConfig, cI as QueryConfigSimplified, cK as QueryConfigSimplifiedParsed, cL as QueryConfiguration, cU as QueryCredentialType, cT as QueryCredentialTypes, cH as QueryType, c6 as RequiredDataRowSchema, c7 as RequiredVerificationData, bz as RuleEngineResponse, aV as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, dg as SCENARIO_AUTHORIZATION_STATUSES, cu as STRING_OPERATORS, cC as SUPPORTED_TYPES, aQ as ScenarioAuthorizationData, dh as ScenarioAuthorizationStatus, aY as ScenarioExecutionData, aZ as ScenarioExecutionNotification, bA as ScenarioExecutionResponse, by as ScenarioStatus, bx as ScenarioStatuses, bw as ScenarioType, bv as ScenarioTypes, br as SdkVerificationOutput, aR as SdkVerificationResponseSchema, b6 as SendTransactionRequest, b4 as SignatureRequest, bc as SignatureResponse, bF as SimplifiedCredential, b1 as StartCompletedNotification, bM as StartFlowRequest, cv as StringOperator, cD as SupportedType, cE as SupportedTypes, cY as TezosTxAuthInput, cZ as TezosTxSignatureResponse, b5 as TransactionData, bd as TransactionResponse, bZ as TxAuthDataSignatureGatingRequest, c1 as TxAuthDataSignatureResponse, cV as TxAuthInput, cW as TxSignatureResponse, cP as UpdateQueryConfigurationInput, cQ as UpdateQueryConfigurationResponse, bu as VerificationOutput, bt as VerificationSessionStatus, bs as VerificationSessionStatuses, dj as VerifyWalletChallengeRequest, bY as WalletSignResponse, di as WalletSignatureResponse, cq as ZKPOperator, d5 as ZKPRequest, d6 as ZKPRequestFromZKVerifier, ca as ZeroKnowledgeProofRequest, cg as ZeroKnowledgeProofResponse, cr as operatorDisplayMap, cl as parseIden3Message, cm as parseSessionIdFromUrl } from '../../dist/identity-api.schema-a284be45.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.1.8-dev",
3
+ "version": "2.1.10-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-1cd3be9b.cjs.dev.js');
5
+ var customers_schema = require('../../dist/customers.schema-562d985f.cjs.dev.js');
6
6
  require('zod');
7
- require('../../dist/identity-api.schema-7379e297.cjs.dev.js');
7
+ require('../../dist/identity-api.schema-c82d8859.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-01909f69.cjs.prod.js');
5
+ var customers_schema = require('../../dist/customers.schema-73bf15a0.cjs.prod.js');
6
6
  require('zod');
7
- require('../../dist/identity-api.schema-1085a213.cjs.prod.js');
7
+ require('../../dist/identity-api.schema-9c535c61.cjs.prod.js');
8
8
  require('nanoid');
9
9
 
10
10
 
@@ -1,4 +1,4 @@
1
- export { a1 as AMLMetadata, A as ANALYSIS_TYPES, c as AnalysisType, bJ as ApplicantMemberOfSchema, bY as BENEFICIARY_TYPES, e as BLOCKCHAIN_TYPES, bL as BaseApplicantActionSchema, bj as BaseProvider, b_ as BeneficiaryCompanyCustomerClaims, b$ as BeneficiaryCompanyCustomerClaimsArray, bZ as BeneficiaryType, d0 as BeneficiaryVerificationStatus, d1 as BeneficiaryVerificationStatusArray, bg as BigConfig, p as BigCryptoChain, r as BigProperties, q as BigPropertiesLiteral, s as BigProperty, bm as BigProvider, u as BitRankRequest, v as BitRankVerified, x as BitRankVerifiedError, w as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, f as Blockchain, aB as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aD as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, az as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, as as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ap as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dj as ChainalysisApiError, bc as ChainalysisConfig, bp as ChainalysisProvider, dg as ChainalysisRegisterApiResponse, dk as ChainalysisRegisterResponse, de as ChainalysisRequest, di as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dh as ChainalysisRiskLevel, ag as CoerceDateUTC, g as Coin, c$ as CompanyDocumentMetaData, aV as ComplyAdvantageAmlFullListing, aU as ComplyAdvantageAmlItemSource, aC as ComplyAdvantageCountryFieldSources, aE as ComplyAdvantageDateOfBirthFieldSources, aT as ComplyAdvantageKeyInformation, aO as ComplyAdvantageMedia, b2 as ComplyAdvantageMonitorSearchDataResponse, b4 as ComplyAdvantageMonitorSearchResponse, b3 as ComplyAdvantageMonitorSearchSuccessResponse, b5 as ComplyAdvantageMonitoredSearchUpdate, aA as ComplyAdvantageNationalityFieldSources, bu as ComplyAdvantageProvider, bt as ComplyAdvantageProviderConfigElement, bs as ComplyAdvantageProviderConfigFilters, br as ComplyAdvantageProviderConfigTypes, at as ComplyAdvantageReponseMatchStatus, aq as ComplyAdvantageResponseMatchType, aQ as ComplyAdvantageSearchDataResponse, aP as ComplyAdvantageSearchDataResponseHit, aW as ComplyAdvantageSearchEntitiesDataResponse, aY as ComplyAdvantageSearchEntitiesResponse, aX as ComplyAdvantageSearchEntitiesSuccessResponse, aS as ComplyAdvantageSearchErrorResponse, aZ as ComplyAdvantageSearchRequest, b as ComplyAdvantageSearchResponse, aR as ComplyAdvantageSearchSuccessResponse, a$ as ComplyAdvantageUpdateSearchEntitiesRequest, b1 as ComplyAdvantageUpdateSearchEntitiesResponse, b0 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, a_ as ComplyAdvantageUpdateSearchRequest, aM as ComplyAdvantageUser, bA as CreateProviderInput, bB as CreateProviderResponse, aF as CreateSearchInput, cT as CredentialMetadata, cS as CustomerContactInformationOutput, d6 as CustomerDocumentMetaData, d7 as CustomerStatusResults, b9 as DataProviderOptions, ba as DataProviders, bF as DeleteProviderInput, bG as DeleteProviderResponse, V as DocumentIdMetadata, U as DocumentIdType, T as DocumentIdTypes, cn as DocumentMetadataSchema, a0 as EmailMetadata, E as EmailVerificationAnalysisResponse, df as EnhancedChainalysisRequest, Q as File, cR as GetCredentialsOutput, d3 as GetKybSessionInput, d4 as GetKybSessionResponse, cL as GetKycSessionInput, cM as GetKycSessionResponse, cU as GetKycSessionResponseWithCredentialsMetadata, bz as GetProviderResponse, by as GetProvidersResponse, an as HIGH_RISK_TYPES, bW as INDIVIDUAL_BENEFICIARY_RELATIONS, b7 as IdentityProviderOptions, b8 as IdentityProviders, bX as IndividualBeneficiaryRelation, l as IpQualityAnalysisRequest, m as IpQualityAnalysisResponse, bf as IpQualityConfig, n as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, o as IpQualityServiceErrorResponse, bq as IpqualityscoreProvider, cX as KYB_RESULTS, cZ as KYB_SESSION_STATUSES, cV as KYB_STEP_TYPES, cF as KYC_RESULTS, cH as KYC_SESSION_STATUSES, cD as KYC_STEP_TYPES, cY as KybResult, c_ as KybSessionStatus, cW as KybStep, cG as KycResult, cI as KycSessionStatus, cE as KycStep, _ as LivenessMetadata, ao as MEDIUM_RISK_TYPES, aH as MatchStatus, aG as MatchStatuses, aN as MatchTypeDetail, M as MergedProviders, dd as MerkleAddressApiError, dc as MerkleAddressApiResponse, db as MerkleAddressRequest, a as MerkleAddressResponse, da as MerkleBlockChainCodes, d9 as MerkleBlockChainNames, d8 as MerkleBlockChainTypes, bb as MerkleScienceConfig, bo as MerkleScienceProvider, N as NestedSession, bl as NexeraIdKYBProvider, bk as NexeraIdSSIDProvider, O as OBJECT_TYPES, d as ObjectType, $ as PhoneMetadata, P as PhoneVerificationAnalysisResponse, Y as ProofOfAddressDocumentType, X as ProofOfAddressDocumentTypes, Z as ProofOfAddressMetadata, cQ as ProofOfResidenceDocumentType, cP as ProofOfResidenceMetaData, bw as ProviderData, bx as ProviderDataProject, bi as ProviderIntegrationType, bh as ProviderIntegrationTypeOptions, b6 as ProviderWithoutConfig, a9 as RESULT_PARSER_ERROR, L as ReasonCode, K as ReasonCodes, t as RequestProperty, aJ as RiskLevel, aI as RiskLevels, R as RiskSeverity, al as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, aj as SEARCH_FILTER_PEP_TYPE, ah as SEARCH_FILTER_SANCTION_TYPE, au as SEARCH_FILTER_TYPES, a7 as SESSION_NOT_FOUND, ad as STEP_NOT_FOUND, bO as SUMSUB_APPLICANT_TYPES, cg as SUMSUB_COMPANY_BENEFICIARY_GROUP, c5 as SUMSUB_DOC_TYPES, c7 as SUMSUB_FLOW_LEVEL, cv as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cl as SUMSUB_MEDIA_CONTENT_TYPES, bQ as SUMSUB_REVIEW_ANSWERS, cA as SUMSUB_REVIEW_REJECT_LABELS, cC as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bS as SUMSUB_REVIEW_REJECT_TYPES, c3 as SUMSUB_REVIEW_STATUSES, bM as SUMSUB_STEPS, c1 as SUMSUB_WEBHOOK_INTERNAL_STATUS, j as ScorechainAnalysis, bd as ScorechainConfig, i as ScorechainError, h as ScorechainErrorResponse, bn as ScorechainProvider, k as ScoringAnalysisRequest, S as ScoringAnalysisResponse, ax as SearchEntityType, aw as SearchEntityTypes, am as SearchFilterAdverseMediaType, ak as SearchFilterPepType, ai as SearchFilterSanctionType, av as SearchFilterType, ay as SearchFilters, d2 as SelectKybSession, cJ as SelectKycSession, cK as SelectKycSessionStep, F as Session, G as SessionWithoutSteps, z as Status, y as Statuses, a2 as Step, J as StepType, H as StepTypes, bU as SumSubAddress, bV as SumSubApplicantInfo, cp as SumSubApplicantResetSchema, co as SumSubApplicantReviewStatusSchema, cu as SumSubApplicantSchema, bP as SumSubApplicantType, ck as SumSubApplicantVerificationStepSchema, c0 as SumSubCompanyApplicantInfo, ce as SumSubCompanyApplicantSchema, c6 as SumSubDocType, c8 as SumSubFlowLevel, cq as SumSubGenerateExternalWebSdkLinkSchema, cf as SumSubImageId, ca as SumSubImageReviewResultSchema, cd as SumSubIndividualApplicantSchema, cm as SumSubMediaContentType, bR as SumSubReviewAnswer, cB as SumSubReviewRejectLabel, bT as SumSubReviewRejectType, c9 as SumSubReviewResultSchema, c4 as SumSubReviewStatus, cz as SumSubSimilarApplicantsSchema, bN as SumSubStep, cj as SumSubVerificationStepSchema, bK as SumSubWebhookSchema, cc as SumsubApplicantType, cb as SumsubApplicantTypes, ch as SumsubCompanyBeneficiaryGroup, ct as SumsubKybDataSchema, cy as SumsubKybSessionFlowSection, cx as SumsubKybSessionFlowSectionItem, cw as SumsubKybSessionFlowSectionStatus, cs as SumsubKycDataSchema, ci as SumsubStepStatus, cr as SumsubVideoCallData, c2 as SumsubWebhookInternalStatus, bv as SynapsProvider, aa as SynapsSessionErrorResponse, a3 as SynapsSessionEvent, a6 as SynapsSessionRequest, ab as SynapsSessionResponse, ae as SynapsStepErrorResponse, a4 as SynapsStepEvent, ac as SynapsStepRequest, af as SynapsStepResponse, bE as ToggleProviderInput, a8 as UNKNOWN_ERROR, d5 as UpdateKybSessionOutput, cN as UpdateKycSessionOutput, bC as UpdateProviderInput, bD as UpdateProviderResponse, aL as UpdateSearchEntitiesInput, aK as UpdateSearchInput, cO as VideoKycMetaData, bH as WEBHOOK_TYPES, D as WebhookPayload, bI as WebhookType, be as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, ar as mappingMatchTypeToLabel, a5 as typeToHumanReadable } from '../../dist/customers.schema-e8da0526.esm.js';
1
+ export { a1 as AMLMetadata, A as ANALYSIS_TYPES, c as AnalysisType, bJ as ApplicantMemberOfSchema, bY as BENEFICIARY_TYPES, e as BLOCKCHAIN_TYPES, bL as BaseApplicantActionSchema, bj as BaseProvider, b_ as BeneficiaryCompanyCustomerClaims, b$ as BeneficiaryCompanyCustomerClaimsArray, bZ as BeneficiaryType, d0 as BeneficiaryVerificationStatus, d1 as BeneficiaryVerificationStatusArray, bg as BigConfig, p as BigCryptoChain, r as BigProperties, q as BigPropertiesLiteral, s as BigProperty, bm as BigProvider, u as BitRankRequest, v as BitRankVerified, x as BitRankVerifiedError, w as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, f as Blockchain, aB as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aD as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, az as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, as as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ap as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dj as ChainalysisApiError, bc as ChainalysisConfig, bp as ChainalysisProvider, dg as ChainalysisRegisterApiResponse, dk as ChainalysisRegisterResponse, de as ChainalysisRequest, di as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dh as ChainalysisRiskLevel, ag as CoerceDateUTC, g as Coin, c$ as CompanyDocumentMetaData, aV as ComplyAdvantageAmlFullListing, aU as ComplyAdvantageAmlItemSource, aC as ComplyAdvantageCountryFieldSources, aE as ComplyAdvantageDateOfBirthFieldSources, aT as ComplyAdvantageKeyInformation, aO as ComplyAdvantageMedia, b2 as ComplyAdvantageMonitorSearchDataResponse, b4 as ComplyAdvantageMonitorSearchResponse, b3 as ComplyAdvantageMonitorSearchSuccessResponse, b5 as ComplyAdvantageMonitoredSearchUpdate, aA as ComplyAdvantageNationalityFieldSources, bu as ComplyAdvantageProvider, bt as ComplyAdvantageProviderConfigElement, bs as ComplyAdvantageProviderConfigFilters, br as ComplyAdvantageProviderConfigTypes, at as ComplyAdvantageReponseMatchStatus, aq as ComplyAdvantageResponseMatchType, aQ as ComplyAdvantageSearchDataResponse, aP as ComplyAdvantageSearchDataResponseHit, aW as ComplyAdvantageSearchEntitiesDataResponse, aY as ComplyAdvantageSearchEntitiesResponse, aX as ComplyAdvantageSearchEntitiesSuccessResponse, aS as ComplyAdvantageSearchErrorResponse, aZ as ComplyAdvantageSearchRequest, b as ComplyAdvantageSearchResponse, aR as ComplyAdvantageSearchSuccessResponse, a$ as ComplyAdvantageUpdateSearchEntitiesRequest, b1 as ComplyAdvantageUpdateSearchEntitiesResponse, b0 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, a_ as ComplyAdvantageUpdateSearchRequest, aM as ComplyAdvantageUser, bA as CreateProviderInput, bB as CreateProviderResponse, aF as CreateSearchInput, cT as CredentialMetadata, cS as CustomerContactInformationOutput, d6 as CustomerDocumentMetaData, d7 as CustomerStatusResults, b9 as DataProviderOptions, ba as DataProviders, bF as DeleteProviderInput, bG as DeleteProviderResponse, V as DocumentIdMetadata, U as DocumentIdType, T as DocumentIdTypes, cn as DocumentMetadataSchema, a0 as EmailMetadata, E as EmailVerificationAnalysisResponse, df as EnhancedChainalysisRequest, Q as File, cR as GetCredentialsOutput, d3 as GetKybSessionInput, d4 as GetKybSessionResponse, cL as GetKycSessionInput, cM as GetKycSessionResponse, cU as GetKycSessionResponseWithCredentialsMetadata, bz as GetProviderResponse, by as GetProvidersResponse, an as HIGH_RISK_TYPES, bW as INDIVIDUAL_BENEFICIARY_RELATIONS, b7 as IdentityProviderOptions, b8 as IdentityProviders, bX as IndividualBeneficiaryRelation, l as IpQualityAnalysisRequest, m as IpQualityAnalysisResponse, bf as IpQualityConfig, n as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, o as IpQualityServiceErrorResponse, bq as IpqualityscoreProvider, cX as KYB_RESULTS, cZ as KYB_SESSION_STATUSES, cV as KYB_STEP_TYPES, cF as KYC_RESULTS, cH as KYC_SESSION_STATUSES, cD as KYC_STEP_TYPES, cY as KybResult, c_ as KybSessionStatus, cW as KybStep, cG as KycResult, cI as KycSessionStatus, cE as KycStep, _ as LivenessMetadata, ao as MEDIUM_RISK_TYPES, aH as MatchStatus, aG as MatchStatuses, aN as MatchTypeDetail, M as MergedProviders, dd as MerkleAddressApiError, dc as MerkleAddressApiResponse, db as MerkleAddressRequest, a as MerkleAddressResponse, da as MerkleBlockChainCodes, d9 as MerkleBlockChainNames, d8 as MerkleBlockChainTypes, bb as MerkleScienceConfig, bo as MerkleScienceProvider, N as NestedSession, bl as NexeraIdKYBProvider, bk as NexeraIdSSIDProvider, O as OBJECT_TYPES, d as ObjectType, $ as PhoneMetadata, P as PhoneVerificationAnalysisResponse, Y as ProofOfAddressDocumentType, X as ProofOfAddressDocumentTypes, Z as ProofOfAddressMetadata, cQ as ProofOfResidenceDocumentType, cP as ProofOfResidenceMetaData, bw as ProviderData, bx as ProviderDataProject, bi as ProviderIntegrationType, bh as ProviderIntegrationTypeOptions, b6 as ProviderWithoutConfig, a9 as RESULT_PARSER_ERROR, L as ReasonCode, K as ReasonCodes, t as RequestProperty, aJ as RiskLevel, aI as RiskLevels, R as RiskSeverity, al as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, aj as SEARCH_FILTER_PEP_TYPE, ah as SEARCH_FILTER_SANCTION_TYPE, au as SEARCH_FILTER_TYPES, a7 as SESSION_NOT_FOUND, ad as STEP_NOT_FOUND, bO as SUMSUB_APPLICANT_TYPES, cg as SUMSUB_COMPANY_BENEFICIARY_GROUP, c5 as SUMSUB_DOC_TYPES, c7 as SUMSUB_FLOW_LEVEL, cv as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cl as SUMSUB_MEDIA_CONTENT_TYPES, bQ as SUMSUB_REVIEW_ANSWERS, cA as SUMSUB_REVIEW_REJECT_LABELS, cC as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bS as SUMSUB_REVIEW_REJECT_TYPES, c3 as SUMSUB_REVIEW_STATUSES, bM as SUMSUB_STEPS, c1 as SUMSUB_WEBHOOK_INTERNAL_STATUS, j as ScorechainAnalysis, bd as ScorechainConfig, i as ScorechainError, h as ScorechainErrorResponse, bn as ScorechainProvider, k as ScoringAnalysisRequest, S as ScoringAnalysisResponse, ax as SearchEntityType, aw as SearchEntityTypes, am as SearchFilterAdverseMediaType, ak as SearchFilterPepType, ai as SearchFilterSanctionType, av as SearchFilterType, ay as SearchFilters, d2 as SelectKybSession, cJ as SelectKycSession, cK as SelectKycSessionStep, F as Session, G as SessionWithoutSteps, z as Status, y as Statuses, a2 as Step, J as StepType, H as StepTypes, bU as SumSubAddress, bV as SumSubApplicantInfo, cp as SumSubApplicantResetSchema, co as SumSubApplicantReviewStatusSchema, cu as SumSubApplicantSchema, bP as SumSubApplicantType, ck as SumSubApplicantVerificationStepSchema, c0 as SumSubCompanyApplicantInfo, ce as SumSubCompanyApplicantSchema, c6 as SumSubDocType, c8 as SumSubFlowLevel, cq as SumSubGenerateExternalWebSdkLinkSchema, cf as SumSubImageId, ca as SumSubImageReviewResultSchema, cd as SumSubIndividualApplicantSchema, cm as SumSubMediaContentType, bR as SumSubReviewAnswer, cB as SumSubReviewRejectLabel, bT as SumSubReviewRejectType, c9 as SumSubReviewResultSchema, c4 as SumSubReviewStatus, cz as SumSubSimilarApplicantsSchema, bN as SumSubStep, cj as SumSubVerificationStepSchema, bK as SumSubWebhookSchema, cc as SumsubApplicantType, cb as SumsubApplicantTypes, ch as SumsubCompanyBeneficiaryGroup, ct as SumsubKybDataSchema, cy as SumsubKybSessionFlowSection, cx as SumsubKybSessionFlowSectionItem, cw as SumsubKybSessionFlowSectionStatus, cs as SumsubKycDataSchema, ci as SumsubStepStatus, cr as SumsubVideoCallData, c2 as SumsubWebhookInternalStatus, bv as SynapsProvider, aa as SynapsSessionErrorResponse, a3 as SynapsSessionEvent, a6 as SynapsSessionRequest, ab as SynapsSessionResponse, ae as SynapsStepErrorResponse, a4 as SynapsStepEvent, ac as SynapsStepRequest, af as SynapsStepResponse, bE as ToggleProviderInput, a8 as UNKNOWN_ERROR, d5 as UpdateKybSessionOutput, cN as UpdateKycSessionOutput, bC as UpdateProviderInput, bD as UpdateProviderResponse, aL as UpdateSearchEntitiesInput, aK as UpdateSearchInput, cO as VideoKycMetaData, bH as WEBHOOK_TYPES, D as WebhookPayload, bI as WebhookType, be as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, ar as mappingMatchTypeToLabel, a5 as typeToHumanReadable } from '../../dist/customers.schema-afe02ef4.esm.js';
2
2
  import 'zod';
3
- import '../../dist/identity-api.schema-87fedc5e.esm.js';
3
+ import '../../dist/identity-api.schema-a284be45.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-7379e297.cjs.dev.js');
6
- var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-56581ba6.cjs.dev.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-c82d8859.cjs.dev.js');
6
+ var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-0302c705.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-1085a213.cjs.prod.js');
6
- var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-998e25b4.cjs.prod.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-9c535c61.cjs.prod.js');
6
+ var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-9e3e2436.cjs.prod.js');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
 
@@ -1,4 +1,4 @@
1
- export { ak as Alpha2Country, d$ as CredentialMediaType, dW as CredentialNames, dV as CredentialSchemas, dZ as CredentialType, C as CredentialTypes, dU as GenericVerifiableCredentialSchema, dH as ID3CredentialSubjectSchema, dR as IDImageCredentialSubjectSchema, dQ as IDInformationCredentialSubjectSchema, dI as IDScanCredentialSubjectSchema, dJ as IDScanPassportCredentialSubjectSchema, dK as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, dX as NexeraCredentialType, dP as OLD_AMLScreeningsResultsCredentialSubjectSchema, dL as OLD_IDImageCredentialSubjectSchema, dM as OLD_IDInformationCredentialSubjectSchema, dN as OLD_ProofOfResidenceCredentialSubjectSchema, dO as OLD_SelfieImageCredentialSubjectSchema, dT as ProofOfResidenceCredentialSubjectSchema, dS as SelfieImageCredentialSubjectSchema, d_ as VerifiableCredential, al as countryISO3toISO2Mapping, dY as getCredentialName, an as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-87fedc5e.esm.js';
2
- export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-743e3990.esm.js';
1
+ export { ak as Alpha2Country, d$ as CredentialMediaType, dW as CredentialNames, dV as CredentialSchemas, dZ as CredentialType, C as CredentialTypes, dU as GenericVerifiableCredentialSchema, dH as ID3CredentialSubjectSchema, dR as IDImageCredentialSubjectSchema, dQ as IDInformationCredentialSubjectSchema, dI as IDScanCredentialSubjectSchema, dJ as IDScanPassportCredentialSubjectSchema, dK as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, dX as NexeraCredentialType, dP as OLD_AMLScreeningsResultsCredentialSubjectSchema, dL as OLD_IDImageCredentialSubjectSchema, dM as OLD_IDInformationCredentialSubjectSchema, dN as OLD_ProofOfResidenceCredentialSubjectSchema, dO as OLD_SelfieImageCredentialSubjectSchema, dT as ProofOfResidenceCredentialSubjectSchema, dS as SelfieImageCredentialSubjectSchema, d_ as VerifiableCredential, al as countryISO3toISO2Mapping, dY as getCredentialName, an as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-a284be45.esm.js';
2
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-5b4c13b6.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-7379e297.cjs.dev.js');
7
- var customers_schema = require('../../dist/customers.schema-1cd3be9b.cjs.dev.js');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-c82d8859.cjs.dev.js');
7
+ var customers_schema = require('../../dist/customers.schema-562d985f.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-1085a213.cjs.prod.js');
7
- var customers_schema = require('../../dist/customers.schema-01909f69.cjs.prod.js');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-9c535c61.cjs.prod.js');
7
+ var customers_schema = require('../../dist/customers.schema-73bf15a0.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, dB as ExternalCustomerId, aq as RiskScoreType, as as CustomerType, ay as CustomerOnboardingLevel, aA as CustomerStatus, ai as ISO3CountryCode, a2 as BlockchainAddress, bC as RuleResultStatus, dU as GenericVerifiableCredentialSchema, e1 as _toArray, e0 as _toConsumableArray, ad as EnvironmentSchema } from '../../dist/identity-api.schema-87fedc5e.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-e8da0526.esm.js';
2
+ import { ae as UuidString, dB as ExternalCustomerId, aq as RiskScoreType, as as CustomerType, ay as CustomerOnboardingLevel, aA as CustomerStatus, ai as ISO3CountryCode, a2 as BlockchainAddress, bC as RuleResultStatus, dU as GenericVerifiableCredentialSchema, e1 as _toArray, e0 as _toConsumableArray, ad as EnvironmentSchema } from '../../dist/identity-api.schema-a284be45.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-afe02ef4.esm.js';
4
4
  import { zodToJsonSchema } from 'zod-to-json-schema';
5
5
  import 'nanoid';
6
6