@nexeraid/identity-schemas 2.3.16-dev → 2.3.17-staging

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 (30) hide show
  1. package/dist/{customers.schema-ffaaa384.cjs.dev.js → customers.schema-56ca4b11.cjs.dev.js} +1 -1
  2. package/dist/{customers.schema-ac944600.cjs.prod.js → customers.schema-c6702f96.cjs.prod.js} +1 -1
  3. package/dist/{customers.schema-b059b5c9.esm.js → customers.schema-f7da825d.esm.js} +1 -1
  4. package/dist/declarations/src/config.schema.d.ts +1 -0
  5. package/dist/declarations/src/config.schema.d.ts.map +1 -1
  6. package/dist/declarations/src/identity-ids.schema.d.ts +4 -2
  7. package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
  8. package/dist/{frontend-utilities.schema-1c6539e7.cjs.dev.js → frontend-utilities.schema-3fd03e9f.cjs.dev.js} +1 -1
  9. package/dist/{frontend-utilities.schema-93d7fbf5.cjs.prod.js → frontend-utilities.schema-bb63f894.cjs.prod.js} +1 -1
  10. package/dist/{frontend-utilities.schema-0efbf873.esm.js → frontend-utilities.schema-e16f9289.esm.js} +1 -1
  11. package/dist/{identity-api.schema-e1ccacf4.cjs.prod.js → identity-api.schema-00c99eb6.cjs.prod.js} +8 -0
  12. package/dist/{identity-api.schema-4e680e3e.cjs.dev.js → identity-api.schema-04a016a1.cjs.dev.js} +8 -0
  13. package/dist/{identity-api.schema-cf365ecb.esm.js → identity-api.schema-2a4cdb96.esm.js} +7 -1
  14. package/dist/nexeraid-identity-schemas.cjs.dev.js +4 -2
  15. package/dist/nexeraid-identity-schemas.cjs.prod.js +4 -2
  16. package/dist/nexeraid-identity-schemas.esm.js +3 -3
  17. package/dist/package.json +1 -1
  18. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +1 -1
  19. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +1 -1
  20. package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
  21. package/package.json +1 -1
  22. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
  23. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
  24. package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
  25. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
  26. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
  27. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
  28. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +2 -2
  29. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +2 -2
  30. 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-4e680e3e.cjs.dev.js');
4
+ var identityApi_schema = require('./identity-api.schema-04a016a1.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-e1ccacf4.cjs.prod.js');
4
+ var identityApi_schema = require('./identity-api.schema-00c99eb6.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, eh as _toConsumableArray, ej as _arrayWithHoles, ek as _unsupportedIterableToArray, el as _nonIterableRest, aj as ISO3CountryCode, a5 as BlockchainNamespace, bC as SdkVerificationOutput, aB as CustomerStatus, em as _defineProperty, e8 as ProofOfResidenceCredentialSubjectSchema, cz as QrCodeLinkWithSchemaType, aC as BasicCustomerContactInformation, ee as CredentialType } from './identity-api.schema-cf365ecb.esm.js';
2
+ import { a2 as BlockchainAddress, z as AddressSchema, am as Alpha2Country, ae as UuidString, ej as _toConsumableArray, el as _arrayWithHoles, em as _unsupportedIterableToArray, en as _nonIterableRest, ak as ISO3CountryCode, a5 as BlockchainNamespace, bE as SdkVerificationOutput, aC as CustomerStatus, eo as _defineProperty, ea as ProofOfResidenceCredentialSubjectSchema, cB as QrCodeLinkWithSchemaType, aD as BasicCustomerContactInformation, eg as CredentialType } from './identity-api.schema-2a4cdb96.esm.js';
3
3
 
4
4
  // based on https://tech-doc.api.scorechain.com/
5
5
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -160,4 +160,5 @@ export declare const PUBLIC_SERVICES_SCHEMA_MAP: {
160
160
  readonly prod: "https://identity-v2.compilot.ai";
161
161
  };
162
162
  };
163
+ export declare const IpAddress: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, string | undefined>;
163
164
  //# sourceMappingURL=config.schema.d.ts.map
@@ -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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"}
@@ -6,6 +6,7 @@ export type WalletId = `wallet_${string}`;
6
6
  export type AppId = `app_${string}`;
7
7
  export type ChallengeId = `challenge_${string}`;
8
8
  export type TestId = `test_${string}`;
9
+ export type CustomerScreeningId = `customer_screening_${string}`;
9
10
  export type TagId = `tag_${string}`;
10
11
  export type TransactionId = `transaction_${string}`;
11
12
  export type TransactionReviewId = `transaction_review_${string}`;
@@ -16,7 +17,7 @@ export type TransactionMethodsId = `transaction_methods_${string}`;
16
17
  export type TransactionMethodExtractedInfosId = `transaction_method_extracted_infos_${string}`;
17
18
  export type InstitutionId = `institution_${string}`;
18
19
  export type InstitutionExtractedInfosId = `institution_extracted_infos_${string}`;
19
- export declare const createBrandedSchemaId: <T extends string>(brand: StorageId | IdentityId | EmailId | WalletId | AppId | ChallengeId | TestId | TagId | TransactionId | TransactionReviewId | TransactionPartiesId | TransactionInfosId | TransactionExtractedInfosId | TransactionMethodsId | TransactionMethodExtractedInfosId | InstitutionId | InstitutionExtractedInfosId) => z.ZodType<T, z.ZodTypeDef, T>;
20
+ export declare const createBrandedSchemaId: <T extends string>(brand: StorageId | IdentityId | EmailId | WalletId | AppId | ChallengeId | TestId | CustomerScreeningId | TagId | TransactionId | TransactionReviewId | TransactionPartiesId | TransactionInfosId | TransactionExtractedInfosId | TransactionMethodsId | TransactionMethodExtractedInfosId | InstitutionId | InstitutionExtractedInfosId) => z.ZodType<T, z.ZodTypeDef, T>;
20
21
  export declare const StorageId: z.ZodType<`storage_${string}`, z.ZodTypeDef, `storage_${string}`>;
21
22
  export declare const IdentityId: z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>;
22
23
  export declare const EmailId: z.ZodType<`email_${string}`, z.ZodTypeDef, `email_${string}`>;
@@ -24,6 +25,7 @@ export declare const WalletId: z.ZodType<`wallet_${string}`, z.ZodTypeDef, `wall
24
25
  export declare const AppId: z.ZodType<`app_${string}`, z.ZodTypeDef, `app_${string}`>;
25
26
  export declare const ChallengeId: z.ZodType<`challenge_${string}`, z.ZodTypeDef, `challenge_${string}`>;
26
27
  export declare const TestId: z.ZodType<`test_${string}`, z.ZodTypeDef, `test_${string}`>;
28
+ export declare const CustomerScreeningId: z.ZodType<`customer_screening_${string}`, z.ZodTypeDef, `customer_screening_${string}`>;
27
29
  export declare const TagId: z.ZodType<`tag_${string}`, z.ZodTypeDef, `tag_${string}`>;
28
30
  export declare const TransactionId: z.ZodType<`transaction_${string}`, z.ZodTypeDef, `transaction_${string}`>;
29
31
  export declare const TransactionReviewId: z.ZodType<`transaction_review_${string}`, z.ZodTypeDef, `transaction_review_${string}`>;
@@ -34,5 +36,5 @@ export declare const TransactionMethodsId: z.ZodType<`transaction_methods_${stri
34
36
  export declare const TransactionMethodExtractedInfosId: z.ZodType<`transaction_method_extracted_infos_${string}`, z.ZodTypeDef, `transaction_method_extracted_infos_${string}`>;
35
37
  export declare const InstitutionId: z.ZodType<`institution_${string}`, z.ZodTypeDef, `institution_${string}`>;
36
38
  export declare const InstitutionExtractedInfosId: z.ZodType<`institution_extracted_infos_${string}`, z.ZodTypeDef, `institution_extracted_infos_${string}`>;
37
- export declare const generateId: <T extends string>(type: "storage" | "identity" | "email" | "wallet" | "app" | "challenge" | "test" | "tag" | "transaction" | "transaction_review" | "transaction_parties" | "transaction_infos" | "transaction_extracted_infos" | "transaction_methods_" | "transaction_method_extracted_infos_" | "institution" | "institution_extracted_infos") => `${T}_${string}`;
39
+ export declare const generateId: <T extends string>(type: "storage" | "identity" | "email" | "wallet" | "app" | "challenge" | "test" | "customer_screening" | "tag" | "transaction" | "transaction_review" | "transaction_parties" | "transaction_infos" | "transaction_extracted_infos" | "transaction_methods_" | "transaction_method_extracted_infos_" | "institution" | "institution_extracted_infos") => `${T}_${string}`;
38
40
  //# sourceMappingURL=identity-ids.schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"identity-ids.schema.d.ts","sourceRoot":"../../../src","sources":["identity-ids.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,MAAM,SAAS,GAAG,WAAW,MAAM,EAAE,CAAC;AAC5C,MAAM,MAAM,UAAU,GAAG,YAAY,MAAM,EAAE,CAAC;AAC9C,MAAM,MAAM,OAAO,GAAG,SAAS,MAAM,EAAE,CAAC;AACxC,MAAM,MAAM,QAAQ,GAAG,UAAU,MAAM,EAAE,CAAC;AAC1C,MAAM,MAAM,KAAK,GAAG,OAAO,MAAM,EAAE,CAAC;AACpC,MAAM,MAAM,WAAW,GAAG,aAAa,MAAM,EAAE,CAAC;AAChD,MAAM,MAAM,MAAM,GAAG,QAAQ,MAAM,EAAE,CAAC;AACtC,MAAM,MAAM,KAAK,GAAG,OAAO,MAAM,EAAE,CAAC;AACpC,MAAM,MAAM,aAAa,GAAG,eAAe,MAAM,EAAE,CAAC;AACpD,MAAM,MAAM,mBAAmB,GAAG,sBAAsB,MAAM,EAAE,CAAC;AACjE,MAAM,MAAM,oBAAoB,GAAG,uBAAuB,MAAM,EAAE,CAAC;AACnE,MAAM,MAAM,kBAAkB,GAAG,qBAAqB,MAAM,EAAE,CAAC;AAC/D,MAAM,MAAM,2BAA2B,GACrC,+BAA+B,MAAM,EAAE,CAAC;AAC1C,MAAM,MAAM,oBAAoB,GAAG,uBAAuB,MAAM,EAAE,CAAC;AACnE,MAAM,MAAM,iCAAiC,GAC3C,sCAAsC,MAAM,EAAE,CAAC;AACjD,MAAM,MAAM,aAAa,GAAG,eAAe,MAAM,EAAE,CAAC;AACpD,MAAM,MAAM,2BAA2B,GACrC,+BAA+B,MAAM,EAAE,CAAC;AAE1C,eAAO,MAAM,qBAAqB,GAAI,CAAC,SAAS,MAAM,SAEhD,SAAS,GACT,UAAU,GACV,OAAO,GACP,QAAQ,GACR,KAAK,GACL,WAAW,GACX,MAAM,GACN,KAAK,GACL,aAAa,GACb,mBAAmB,GACnB,oBAAoB,GACpB,kBAAkB,GAClB,2BAA2B,GAC3B,oBAAoB,GACpB,iCAAiC,GACjC,aAAa,GACb,2BAA2B,kCAWhC,CAAC;AAEF,eAAO,MAAM,SAAS,mEAA+C,CAAC;AACtE,eAAO,MAAM,UAAU,qEAAiD,CAAC;AACzE,eAAO,MAAM,OAAO,+DAA2C,CAAC;AAChE,eAAO,MAAM,QAAQ,iEAA6C,CAAC;AACnE,eAAO,MAAM,KAAK,2DAAuC,CAAC;AAC1D,eAAO,MAAM,WAAW,uEAAmD,CAAC;AAC5E,eAAO,MAAM,MAAM,6DAAyC,CAAC;AAC7D,eAAO,MAAM,KAAK,2DAAuC,CAAC;AAC1D,eAAO,MAAM,aAAa,2EAC4B,CAAC;AACvD,eAAO,MAAM,mBAAmB,yFAE/B,CAAC;AACF,eAAO,MAAM,oBAAoB,2FAEhC,CAAC;AACF,eAAO,MAAM,kBAAkB,uFACkC,CAAC;AAClE,eAAO,MAAM,2BAA2B,2GAGrC,CAAC;AACJ,eAAO,MAAM,oBAAoB,2FAEhC,CAAC;AACF,eAAO,MAAM,iCAAiC,yHAG3C,CAAC;AACJ,eAAO,MAAM,aAAa,2EAC4B,CAAC;AACvD,eAAO,MAAM,2BAA2B,2GAGrC,CAAC;AAEJ,eAAO,MAAM,UAAU,GAAI,CAAC,SAAS,MAAM,QAErC,SAAS,GACT,UAAU,GACV,OAAO,GACP,QAAQ,GACR,KAAK,GACL,WAAW,GACX,MAAM,GACN,KAAK,GACL,aAAa,GACb,oBAAoB,GACpB,qBAAqB,GACrB,mBAAmB,GACnB,6BAA6B,GAC7B,sBAAsB,GACtB,qCAAqC,GACrC,aAAa,GACb,6BAA6B,KAChC,GAAG,CAAC,IAAI,MAAM,EAEhB,CAAC"}
1
+ {"version":3,"file":"identity-ids.schema.d.ts","sourceRoot":"../../../src","sources":["identity-ids.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-4e680e3e.cjs.dev.js');
3
+ var identityApi_schema = require('./identity-api.schema-04a016a1.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-e1ccacf4.cjs.prod.js');
3
+ var identityApi_schema = require('./identity-api.schema-00c99eb6.cjs.prod.js');
4
4
 
5
5
  var VC_JSON_SCHEMA_MAP = {
6
6
  ProofOfResidence: {
@@ -1,4 +1,4 @@
1
- import { cS as SupportedType, eh as _toConsumableArray, cH as ARRAY_OPERATORS, cN as BOOLEAN_OPERATORS, cL as NUMERIC_OPERATORS, cJ as STRING_OPERATORS } from './identity-api.schema-cf365ecb.esm.js';
1
+ import { cU as SupportedType, ej as _toConsumableArray, cJ as ARRAY_OPERATORS, cP as BOOLEAN_OPERATORS, cN as NUMERIC_OPERATORS, cL as STRING_OPERATORS } from './identity-api.schema-2a4cdb96.esm.js';
2
2
 
3
3
  var VC_JSON_SCHEMA_MAP = {
4
4
  ProofOfResidence: {
@@ -356,6 +356,11 @@ var PUBLIC_SERVICES_SCHEMA_MAP = {
356
356
  prod: "https://identity-v2.compilot.ai"
357
357
  }
358
358
  };
359
+ var IpAddress = zod.z.string().optional().refine(function (val) {
360
+ return val === undefined || zod.z.string().ip().safeParse(val).success;
361
+ }, {
362
+ message: "Invalid IP address"
363
+ });
359
364
 
360
365
  var IDInformationCredentialSubjectSchema = zod.z.object({
361
366
  id: zod.z.string().url().describe("Stores the DID of the subject that owns the credential"),
@@ -2547,6 +2552,7 @@ var WalletId = createBrandedSchemaId("wallet_");
2547
2552
  var AppId = createBrandedSchemaId("app_");
2548
2553
  var ChallengeId = createBrandedSchemaId("challenge_");
2549
2554
  var TestId = createBrandedSchemaId("test_");
2555
+ var CustomerScreeningId = createBrandedSchemaId("customer_screening_");
2550
2556
  var TagId = createBrandedSchemaId("tag_");
2551
2557
  var TransactionId = createBrandedSchemaId("transaction_");
2552
2558
  var TransactionReviewId = createBrandedSchemaId("transaction_review_");
@@ -3364,6 +3370,7 @@ exports.CredentialType = CredentialType;
3364
3370
  exports.CredentialTypes = CredentialTypes;
3365
3371
  exports.CustomerOnboardingLevel = CustomerOnboardingLevel;
3366
3372
  exports.CustomerOnboardingLevels = CustomerOnboardingLevels;
3373
+ exports.CustomerScreeningId = CustomerScreeningId;
3367
3374
  exports.CustomerStatus = CustomerStatus;
3368
3375
  exports.CustomerStatuses = CustomerStatuses;
3369
3376
  exports.CustomerTableColumn = CustomerTableColumn;
@@ -3442,6 +3449,7 @@ exports.InitialDataRequest = InitialDataRequest;
3442
3449
  exports.InitialDataResponse = InitialDataResponse;
3443
3450
  exports.InstitutionExtractedInfosId = InstitutionExtractedInfosId;
3444
3451
  exports.InstitutionId = InstitutionId;
3452
+ exports.IpAddress = IpAddress;
3445
3453
  exports.IsVerifiedNotification = IsVerifiedNotification;
3446
3454
  exports.IsVerifiedRequest = IsVerifiedRequest;
3447
3455
  exports.IsVerifiedResponse = IsVerifiedResponse;
@@ -356,6 +356,11 @@ var PUBLIC_SERVICES_SCHEMA_MAP = {
356
356
  prod: "https://identity-v2.compilot.ai"
357
357
  }
358
358
  };
359
+ var IpAddress = zod.z.string().optional().refine(function (val) {
360
+ return val === undefined || zod.z.string().ip().safeParse(val).success;
361
+ }, {
362
+ message: "Invalid IP address"
363
+ });
359
364
 
360
365
  var IDInformationCredentialSubjectSchema = zod.z.object({
361
366
  id: zod.z.string().url().describe("Stores the DID of the subject that owns the credential"),
@@ -2547,6 +2552,7 @@ var WalletId = createBrandedSchemaId("wallet_");
2547
2552
  var AppId = createBrandedSchemaId("app_");
2548
2553
  var ChallengeId = createBrandedSchemaId("challenge_");
2549
2554
  var TestId = createBrandedSchemaId("test_");
2555
+ var CustomerScreeningId = createBrandedSchemaId("customer_screening_");
2550
2556
  var TagId = createBrandedSchemaId("tag_");
2551
2557
  var TransactionId = createBrandedSchemaId("transaction_");
2552
2558
  var TransactionReviewId = createBrandedSchemaId("transaction_review_");
@@ -3364,6 +3370,7 @@ exports.CredentialType = CredentialType;
3364
3370
  exports.CredentialTypes = CredentialTypes;
3365
3371
  exports.CustomerOnboardingLevel = CustomerOnboardingLevel;
3366
3372
  exports.CustomerOnboardingLevels = CustomerOnboardingLevels;
3373
+ exports.CustomerScreeningId = CustomerScreeningId;
3367
3374
  exports.CustomerStatus = CustomerStatus;
3368
3375
  exports.CustomerStatuses = CustomerStatuses;
3369
3376
  exports.CustomerTableColumn = CustomerTableColumn;
@@ -3442,6 +3449,7 @@ exports.InitialDataRequest = InitialDataRequest;
3442
3449
  exports.InitialDataResponse = InitialDataResponse;
3443
3450
  exports.InstitutionExtractedInfosId = InstitutionExtractedInfosId;
3444
3451
  exports.InstitutionId = InstitutionId;
3452
+ exports.IpAddress = IpAddress;
3445
3453
  exports.IsVerifiedNotification = IsVerifiedNotification;
3446
3454
  exports.IsVerifiedRequest = IsVerifiedRequest;
3447
3455
  exports.IsVerifiedResponse = IsVerifiedResponse;
@@ -354,6 +354,11 @@ var PUBLIC_SERVICES_SCHEMA_MAP = {
354
354
  prod: "https://identity-v2.compilot.ai"
355
355
  }
356
356
  };
357
+ var IpAddress = z.string().optional().refine(function (val) {
358
+ return val === undefined || z.string().ip().safeParse(val).success;
359
+ }, {
360
+ message: "Invalid IP address"
361
+ });
357
362
 
358
363
  var IDInformationCredentialSubjectSchema = z.object({
359
364
  id: z.string().url().describe("Stores the DID of the subject that owns the credential"),
@@ -2545,6 +2550,7 @@ var WalletId = createBrandedSchemaId("wallet_");
2545
2550
  var AppId = createBrandedSchemaId("app_");
2546
2551
  var ChallengeId = createBrandedSchemaId("challenge_");
2547
2552
  var TestId = createBrandedSchemaId("test_");
2553
+ var CustomerScreeningId = createBrandedSchemaId("customer_screening_");
2548
2554
  var TagId = createBrandedSchemaId("tag_");
2549
2555
  var TransactionId = createBrandedSchemaId("transaction_");
2550
2556
  var TransactionReviewId = createBrandedSchemaId("transaction_review_");
@@ -3289,4 +3295,4 @@ var VerifyWalletChallengeRequest = WalletSignatureResponse.and(z.object({
3289
3295
  blockchainId: BlockchainId.optional()
3290
3296
  }));
3291
3297
 
3292
- 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, NonParsedQueryConfiguration 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, parseIden3Message as cA, parseSessionIdFromUrl as cB, AllCredentialAttributes as cC, AllCredentialValues as cD, Operator as cE, ZKPOperator as cF, operatorDisplayMap as cG, ARRAY_OPERATORS as cH, ArrayOperator as cI, STRING_OPERATORS as cJ, StringOperator as cK, NUMERIC_OPERATORS as cL, NumericOperator as cM, BOOLEAN_OPERATORS as cN, BooleanOperator as cO, DATE_OPERATORS as cP, DateOperator as cQ, SUPPORTED_TYPES as cR, SupportedType as cS, SupportedTypes as cT, IDInformation as cU, QueryConfig as cV, QueryType as cW, QueryConfigSimplified as cX, PartialQueryConfigSimplified as cY, QueryConfigSimplifiedParsed as cZ, QueryConfiguration 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, CIRCUIT_IDS as cn, CircuitId as co, ZeroKnowledgeProofRequest as cp, AUTHORIZATION_REQUEST_MESSAGE_TYPES as cq, AuthorizationRequestMessageTypes as cr, AuthorizationRequestMessageType as cs, AuthorizationRequestMessage as ct, ProofData as cu, ZeroKnowledgeProofResponse as cv, AuthorizationResponseMessage as cw, CredentialQrCodeData as cx, AuthQrCodeData as cy, QrCodeLinkWithSchemaType as cz, NEXERA_EVM_CHAIN_NAMES as d, IDScanSelfieCredentialSubjectSchema as d$, CreateQueryConfigurationInput as d0, CreateQueryConfigurationResponse as d1, UpdateQueryConfigurationInput as d2, UpdateQueryConfigurationResponse as d3, DeleteQueryConfigurationInput as d4, DeleteQueryConfigurationResponse as d5, QueryCredentialTypes as d6, QueryCredentialType as d7, TxAuthInput as d8, ApiTxAuthInput as d9, WalletSignatureResponse as dA, VerifyWalletChallengeRequest as dB, FLOW_TYPES as dC, FlowType as dD, VerificationModes as dE, VerificationMode as dF, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as dG, IdentityDocumentCountryListOption as dH, IDENTITY_DOCUMENT_OPTIONS as dI, IdentityDocumentOptionsType as dJ, PERSONAL_INFORMATION_FIELDS as dK, PersonalInformationFieldsIdentityDocuments as dL, Identifier as dM, AdditionalCustomerInformationParams as dN, OrganizationId as dO, WorkspaceId as dP, WorkflowId as dQ, IdentityWidgetAccessToken as dR, ExternalCustomerId as dS, IdentityAppV2Web3JWT as dT, IdentityAppV2Web2JWT as dU, IdentityWidgetAccessToken_NEW as dV, IdentityWidgetSessionToken as dW, Web2CreateSessionParams as dX, ID3CredentialSubjectSchema as dY, IDScanCredentialSubjectSchema as dZ, IDScanPassportCredentialSubjectSchema as d_, TxSignatureResponse as da, GetTxAuthDataSignatureResponse as db, TezosTxAuthInput as dc, ApiTezosTxAuthInput as dd, TezosTxSignatureResponse as de, GetTezosTxAuthDataSignatureResponse as df, ExtendedTxAuthInput as dg, ExtendedTezosTxAuthInput as dh, AnyTxAuthInput as di, ExtendedTxAuthDataSignatureResponse as dj, ExtendedTezosTxAuthDataSignatureResponse as dk, AnyTxAuthDataSignatureResponse as dl, ZKPRequest as dm, ZKPRequestFromZKVerifier as dn, OffChainZKP as dp, CreateAuthRequestProps as dq, CreateZKProofRequestProps as dr, AllScenarioExecutionAuthorizationData as ds, ProjectAuthorizationData as dt, OnChainZKP as du, OnChainZKPFromNexeraID as dv, OnChainZKPScenarioFromCms as dw, OnChainZKPPayload as dx, SCENARIO_AUTHORIZATION_STATUSES as dy, ScenarioAuthorizationStatus as dz, NEXERA_EVM_CHAIN_NAMES_LIST as e, OLD_IDImageCredentialSubjectSchema as e0, OLD_IDInformationCredentialSubjectSchema as e1, OLD_ProofOfResidenceCredentialSubjectSchema as e2, OLD_SelfieImageCredentialSubjectSchema as e3, OLD_AMLScreeningsResultsCredentialSubjectSchema as e4, IDInformationCredentialSubjectSchema as e5, IDImageCredentialSubjectSchema as e6, SelfieImageCredentialSubjectSchema as e7, ProofOfResidenceCredentialSubjectSchema as e8, GenericVerifiableCredentialSchema as e9, CredentialSchemas as ea, CredentialNames as eb, NexeraCredentialType as ec, getCredentialName as ed, CredentialType as ee, VerifiableCredential as ef, CredentialMediaType as eg, _toConsumableArray as eh, _toArray as ei, _arrayWithHoles as ej, _unsupportedIterableToArray as ek, _nonIterableRest as el, _defineProperty as em, 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 };
3298
+ 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, InstitutionExtractedInfosId 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, CustomerOnboardingLevel as aA, CustomerStatuses as aB, CustomerStatus as aC, BasicCustomerContactInformation as aD, CUSTOMERS_CHARTS as aE, CustomersChartType as aF, CUSTOMER_TABLE_COLUMNS as aG, CustomerTableColumn as aH, CUSTOMER_AUTOMATION_REASONS as aI, createBrandedSchemaId as aJ, StorageId as aK, IdentityId as aL, EmailId as aM, WalletId as aN, AppId as aO, ChallengeId as aP, TestId as aQ, CustomerScreeningId as aR, TagId as aS, TransactionId as aT, TransactionReviewId as aU, TransactionPartiesId as aV, TransactionInfosId as aW, TransactionExtractedInfosId as aX, TransactionMethodsId as aY, TransactionMethodExtractedInfosId as aZ, InstitutionId 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, IpAddress as aj, ISO3CountryCode as ak, ALPHA_2_COUNTRIES as al, Alpha2Country as am, countryISO3toISO2Mapping as an, countryISO2toISO3Mapping as ao, isoCountriesNameFromISO2 as ap, parseISO3CountryCode as aq, RiskScoreTypes as ar, RiskScoreType as as, CustomerTypes as at, CustomerType as au, KycOnboardingLevels as av, KycOnboardingLevel as aw, KybOnboardingLevels as ax, KybOnboardingLevel as ay, CustomerOnboardingLevels as az, NEXERA_COSMOS_CHAINS as b, IsVerifiedResponse as b$, generateId as b0, ScenarioAuthorizationData as b1, SdkVerificationResponseSchema as b2, CloseScreenNotification as b3, KycCompletionData as b4, KycCompletionNotification as b5, RuleEngineScenarioExecutionData as b6, OffChainScenarioExecutionData as b7, OnChainScenarioExecutionData as b8, ScenarioExecutionData as b9, ExecuteChallengeQueryResponse as bA, OPAChallengeQuery as bB, OnChainRuleResult as bC, OffChainZKPRuleResult as bD, SdkVerificationOutput as bE, VerificationSessionStatuses as bF, VerificationSessionStatus as bG, VerificationOutput as bH, ScenarioTypes as bI, ScenarioType as bJ, ScenarioStatuses as bK, ScenarioStatus as bL, RuleEngineResponse as bM, ScenarioExecutionResponse as bN, RuleResultStatuses as bO, RuleResultStatus as bP, RuleResultStatusLabels as bQ, ComplianceImplementationStepsInput as bR, SimplifiedCredential as bS, GetCredentialsRequest as bT, GetCredentialsResponse as bU, PolygonIdRequestData as bV, PolygonIdRequest as bW, PolygonIdResponseData as bX, PolygonIdResponse as bY, StartFlowRequest as bZ, IsVerifiedRequest as b_, ScenarioExecutionNotification as ba, IsVerifiedNotification as bb, PolygonIdInitialized as bc, OcvSdkInitialized as bd, StartCompletedNotification as be, IdentityNotificationMessage as bf, InitialDataRequest as bg, SignatureRequest as bh, TransactionData as bi, SendTransactionRequest as bj, IdentityRequestMessage as bk, AVAILABLE_FLOWS as bl, AvailableFlow as bm, DataAvailableOnStart as bn, InitialDataResponse as bo, SignatureResponse as bp, TransactionResponse as bq, HostResponseMessage as br, ChallengeQueryOperators as bs, ChallengeQueryOperator as bt, OperatorToChallengeQueryOperator as bu, ChallengeQueryOperatorToOperator as bv, ChallengeQuerySchema as bw, ExecuteChallengeQueryInput as bx, ExecuteChallengeQueryConfig as by, OpaChallengeQueryResponse as bz, NEXERA_STARKNET_CHAINS as c, QueryConfigSimplifiedParsed as c$, GetTxAuthSigRequest as c0, GetTxAuthSigResponse as c1, GetTxAuthSigRequestTezos as c2, GetTxAuthSigResponseTezos as c3, HostRequestMessage as c4, IdentityResponseMessage as c5, GenerateWalletChallengeRequest as c6, AuthSession as c7, AuthSessionData as c8, ChallengeResponse as c9, AuthQrCodeData as cA, QrCodeLinkWithSchemaType as cB, parseIden3Message as cC, parseSessionIdFromUrl as cD, AllCredentialAttributes as cE, AllCredentialValues as cF, Operator as cG, ZKPOperator as cH, operatorDisplayMap as cI, ARRAY_OPERATORS as cJ, ArrayOperator as cK, STRING_OPERATORS as cL, StringOperator as cM, NUMERIC_OPERATORS as cN, NumericOperator as cO, BOOLEAN_OPERATORS as cP, BooleanOperator as cQ, DATE_OPERATORS as cR, DateOperator as cS, SUPPORTED_TYPES as cT, SupportedType as cU, SupportedTypes as cV, IDInformation as cW, QueryConfig as cX, QueryType as cY, QueryConfigSimplified as cZ, PartialQueryConfigSimplified as c_, WalletSignResponse as ca, TxAuthDataSignatureGatingRequest as cb, GetCustomerStatusRequest as cc, IdentitySdkMessage as cd, IdentitySdkMessageWithIdentifier as ce, TxAuthDataSignatureResponse as cf, GetCustomerStatusResponse as cg, IdentityAppMessage as ch, IdentityWallet as ci, HostMessage as cj, IdentityMessage as ck, RequiredDataRowSchema as cl, RequiredVerificationData as cm, MediaType as cn, MediaTypePID as co, CIRCUIT_IDS as cp, CircuitId as cq, ZeroKnowledgeProofRequest as cr, AUTHORIZATION_REQUEST_MESSAGE_TYPES as cs, AuthorizationRequestMessageTypes as ct, AuthorizationRequestMessageType as cu, AuthorizationRequestMessage as cv, ProofData as cw, ZeroKnowledgeProofResponse as cx, AuthorizationResponseMessage as cy, CredentialQrCodeData as cz, NEXERA_EVM_CHAIN_NAMES as d, IDScanCredentialSubjectSchema as d$, QueryConfiguration as d0, NonParsedQueryConfiguration as d1, CreateQueryConfigurationInput as d2, CreateQueryConfigurationResponse as d3, UpdateQueryConfigurationInput as d4, UpdateQueryConfigurationResponse as d5, DeleteQueryConfigurationInput as d6, DeleteQueryConfigurationResponse as d7, QueryCredentialTypes as d8, QueryCredentialType as d9, SCENARIO_AUTHORIZATION_STATUSES as dA, ScenarioAuthorizationStatus as dB, WalletSignatureResponse as dC, VerifyWalletChallengeRequest as dD, FLOW_TYPES as dE, FlowType as dF, VerificationModes as dG, VerificationMode as dH, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as dI, IdentityDocumentCountryListOption as dJ, IDENTITY_DOCUMENT_OPTIONS as dK, IdentityDocumentOptionsType as dL, PERSONAL_INFORMATION_FIELDS as dM, PersonalInformationFieldsIdentityDocuments as dN, Identifier as dO, AdditionalCustomerInformationParams as dP, OrganizationId as dQ, WorkspaceId as dR, WorkflowId as dS, IdentityWidgetAccessToken as dT, ExternalCustomerId as dU, IdentityAppV2Web3JWT as dV, IdentityAppV2Web2JWT as dW, IdentityWidgetAccessToken_NEW as dX, IdentityWidgetSessionToken as dY, Web2CreateSessionParams as dZ, ID3CredentialSubjectSchema as d_, TxAuthInput as da, ApiTxAuthInput as db, TxSignatureResponse as dc, GetTxAuthDataSignatureResponse as dd, TezosTxAuthInput as de, ApiTezosTxAuthInput as df, TezosTxSignatureResponse as dg, GetTezosTxAuthDataSignatureResponse as dh, ExtendedTxAuthInput as di, ExtendedTezosTxAuthInput as dj, AnyTxAuthInput as dk, ExtendedTxAuthDataSignatureResponse as dl, ExtendedTezosTxAuthDataSignatureResponse as dm, AnyTxAuthDataSignatureResponse as dn, ZKPRequest as dp, ZKPRequestFromZKVerifier as dq, OffChainZKP as dr, CreateAuthRequestProps as ds, CreateZKProofRequestProps as dt, AllScenarioExecutionAuthorizationData as du, ProjectAuthorizationData as dv, OnChainZKP as dw, OnChainZKPFromNexeraID as dx, OnChainZKPScenarioFromCms as dy, OnChainZKPPayload as dz, NEXERA_EVM_CHAIN_NAMES_LIST as e, IDScanPassportCredentialSubjectSchema as e0, IDScanSelfieCredentialSubjectSchema as e1, OLD_IDImageCredentialSubjectSchema as e2, OLD_IDInformationCredentialSubjectSchema as e3, OLD_ProofOfResidenceCredentialSubjectSchema as e4, OLD_SelfieImageCredentialSubjectSchema as e5, OLD_AMLScreeningsResultsCredentialSubjectSchema as e6, IDInformationCredentialSubjectSchema as e7, IDImageCredentialSubjectSchema as e8, SelfieImageCredentialSubjectSchema as e9, ProofOfResidenceCredentialSubjectSchema as ea, GenericVerifiableCredentialSchema as eb, CredentialSchemas as ec, CredentialNames as ed, NexeraCredentialType as ee, getCredentialName as ef, CredentialType as eg, VerifiableCredential as eh, CredentialMediaType as ei, _toConsumableArray as ej, _toArray as ek, _arrayWithHoles as el, _unsupportedIterableToArray as em, _nonIterableRest as en, _defineProperty as eo, 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 };
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-4e680e3e.cjs.dev.js');
5
+ var identityApi_schema = require('./identity-api.schema-04a016a1.cjs.dev.js');
6
6
  var zod = require('zod');
7
- var frontendUtilities_schema = require('./frontend-utilities.schema-1c6539e7.cjs.dev.js');
7
+ var frontendUtilities_schema = require('./frontend-utilities.schema-3fd03e9f.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"];
@@ -185,6 +185,7 @@ exports.CredentialType = identityApi_schema.CredentialType;
185
185
  exports.CredentialTypes = identityApi_schema.CredentialTypes;
186
186
  exports.CustomerOnboardingLevel = identityApi_schema.CustomerOnboardingLevel;
187
187
  exports.CustomerOnboardingLevels = identityApi_schema.CustomerOnboardingLevels;
188
+ exports.CustomerScreeningId = identityApi_schema.CustomerScreeningId;
188
189
  exports.CustomerStatus = identityApi_schema.CustomerStatus;
189
190
  exports.CustomerStatuses = identityApi_schema.CustomerStatuses;
190
191
  exports.CustomerTableColumn = identityApi_schema.CustomerTableColumn;
@@ -263,6 +264,7 @@ exports.InitialDataRequest = identityApi_schema.InitialDataRequest;
263
264
  exports.InitialDataResponse = identityApi_schema.InitialDataResponse;
264
265
  exports.InstitutionExtractedInfosId = identityApi_schema.InstitutionExtractedInfosId;
265
266
  exports.InstitutionId = identityApi_schema.InstitutionId;
267
+ exports.IpAddress = identityApi_schema.IpAddress;
266
268
  exports.IsVerifiedNotification = identityApi_schema.IsVerifiedNotification;
267
269
  exports.IsVerifiedRequest = identityApi_schema.IsVerifiedRequest;
268
270
  exports.IsVerifiedResponse = identityApi_schema.IsVerifiedResponse;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-e1ccacf4.cjs.prod.js');
5
+ var identityApi_schema = require('./identity-api.schema-00c99eb6.cjs.prod.js');
6
6
  var zod = require('zod');
7
- var frontendUtilities_schema = require('./frontend-utilities.schema-93d7fbf5.cjs.prod.js');
7
+ var frontendUtilities_schema = require('./frontend-utilities.schema-bb63f894.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"];
@@ -185,6 +185,7 @@ exports.CredentialType = identityApi_schema.CredentialType;
185
185
  exports.CredentialTypes = identityApi_schema.CredentialTypes;
186
186
  exports.CustomerOnboardingLevel = identityApi_schema.CustomerOnboardingLevel;
187
187
  exports.CustomerOnboardingLevels = identityApi_schema.CustomerOnboardingLevels;
188
+ exports.CustomerScreeningId = identityApi_schema.CustomerScreeningId;
188
189
  exports.CustomerStatus = identityApi_schema.CustomerStatus;
189
190
  exports.CustomerStatuses = identityApi_schema.CustomerStatuses;
190
191
  exports.CustomerTableColumn = identityApi_schema.CustomerTableColumn;
@@ -263,6 +264,7 @@ exports.InitialDataRequest = identityApi_schema.InitialDataRequest;
263
264
  exports.InitialDataResponse = identityApi_schema.InitialDataResponse;
264
265
  exports.InstitutionExtractedInfosId = identityApi_schema.InstitutionExtractedInfosId;
265
266
  exports.InstitutionId = identityApi_schema.InstitutionId;
267
+ exports.IpAddress = identityApi_schema.IpAddress;
266
268
  exports.IsVerifiedNotification = identityApi_schema.IsVerifiedNotification;
267
269
  exports.IsVerifiedRequest = identityApi_schema.IsVerifiedRequest;
268
270
  exports.IsVerifiedResponse = identityApi_schema.IsVerifiedResponse;
@@ -1,7 +1,7 @@
1
- import { C as CredentialTypes } from './identity-api.schema-cf365ecb.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, cH as ARRAY_OPERATORS, cq as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bj as AVAILABLE_FLOWS, dN as AdditionalCustomerInformationParams, z as AddressSchema, cC as AllCredentialAttributes, cD as AllCredentialValues, ds as AllScenarioExecutionAuthorizationData, al as Alpha2Country, dl as AnyTxAuthDataSignatureResponse, di as AnyTxAuthInput, dd as ApiTezosTxAuthInput, d9 as ApiTxAuthInput, aN as AppId, I as AptosAddress, J as AptosSignature, cI as ArrayOperator, cy as AuthQrCodeData, c5 as AuthSession, c6 as AuthSessionData, ct as AuthorizationRequestMessage, cs as AuthorizationRequestMessageType, cr as AuthorizationRequestMessageTypes, cw 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, cN as BOOLEAN_OPERATORS, aC as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cO as BooleanOperator, cn as CIRCUIT_IDS, 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, co as CircuitId, b1 as CloseScreenNotification, bP as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, dq as CreateAuthRequestProps, d0 as CreateQueryConfigurationInput, d1 as CreateQueryConfigurationResponse, dr as CreateZKProofRequestProps, eg as CredentialMediaType, eb as CredentialNames, cx as CredentialQrCodeData, ea as CredentialSchemas, ee 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, cP as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bl as DataAvailableOnStart, cQ as DateOperator, d4 as DeleteQueryConfigurationInput, d5 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, dk as ExtendedTezosTxAuthDataSignatureResponse, dh as ExtendedTezosTxAuthInput, dj as ExtendedTxAuthDataSignatureResponse, dg as ExtendedTxAuthInput, dS as ExternalCustomerId, dC as FLOW_TYPES, dD as FlowType, G as FunctionCallData, c4 as GenerateWalletChallengeRequest, e9 as GenericVerifiableCredentialSchema, bR as GetCredentialsRequest, bS as GetCredentialsResponse, ca as GetCustomerStatusRequest, ce as GetCustomerStatusResponse, df as GetTezosTxAuthDataSignatureResponse, db as GetTxAuthDataSignatureResponse, b_ as GetTxAuthSigRequest, c0 as GetTxAuthSigRequestTezos, b$ as GetTxAuthSigResponse, c1 as GetTxAuthSigResponseTezos, ch as HostMessage, c2 as HostRequestMessage, bp as HostResponseMessage, dY as ID3CredentialSubjectSchema, dG as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dI as IDENTITY_DOCUMENT_OPTIONS, e6 as IDImageCredentialSubjectSchema, cU as IDInformation, e5 as IDInformationCredentialSubjectSchema, dZ as IDScanCredentialSubjectSchema, d_ as IDScanPassportCredentialSubjectSchema, d$ as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, dM as Identifier, cf as IdentityAppMessage, dU as IdentityAppV2Web2JWT, dT as IdentityAppV2Web3JWT, dH as IdentityDocumentCountryListOption, dJ 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, dR as IdentityWidgetAccessToken, dV as IdentityWidgetAccessToken_NEW, dW 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, cL as NUMERIC_OPERATORS, ec as NexeraCredentialType, c$ as NonParsedQueryConfiguration, cM as NumericOperator, e4 as OLD_AMLScreeningsResultsCredentialSubjectSchema, e0 as OLD_IDImageCredentialSubjectSchema, e1 as OLD_IDInformationCredentialSubjectSchema, e2 as OLD_ProofOfResidenceCredentialSubjectSchema, e3 as OLD_SelfieImageCredentialSubjectSchema, bz as OPAChallengeQuery, bb as OcvSdkInitialized, b5 as OffChainScenarioExecutionData, dp as OffChainZKP, bB as OffChainZKPRuleResult, bA as OnChainRuleResult, b6 as OnChainScenarioExecutionData, du as OnChainZKP, dv as OnChainZKPFromNexeraID, dx as OnChainZKPPayload, dw as OnChainZKPScenarioFromCms, bx as OpaChallengeQueryResponse, cE as Operator, bs as OperatorToChallengeQueryOperator, dO as OrganizationId, af as OtpCode, _ as P2Signature, dK as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ai as PUBLIC_SERVICES_SCHEMA_MAP, cY as PartialQueryConfigSimplified, dL 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, dt as ProjectAuthorizationData, cu as ProofData, e8 as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, cz as QrCodeLinkWithSchemaType, cV as QueryConfig, cX as QueryConfigSimplified, cZ as QueryConfigSimplifiedParsed, c_ as QueryConfiguration, d7 as QueryCredentialType, d6 as QueryCredentialTypes, cW 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, dy as SCENARIO_AUTHORIZATION_STATUSES, cJ as STRING_OPERATORS, cR as SUPPORTED_TYPES, a$ as ScenarioAuthorizationData, dz 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, e7 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, cK as StringOperator, cS as SupportedType, cT 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, dc as TezosTxAuthInput, de 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, d8 as TxAuthInput, D as TxHash, da as TxSignatureResponse, d2 as UpdateQueryConfigurationInput, d3 as UpdateQueryConfigurationResponse, ae as UuidString, ef as VerifiableCredential, dF as VerificationMode, dE as VerificationModes, bF as VerificationOutput, bE as VerificationSessionStatus, bD as VerificationSessionStatuses, dB as VerifyWalletChallengeRequest, aM as WalletId, c8 as WalletSignResponse, dA as WalletSignatureResponse, dX as Web2CreateSessionParams, dQ as WorkflowId, dP as WorkspaceId, cF as ZKPOperator, dm as ZKPRequest, dn as ZKPRequestFromZKVerifier, cp as ZeroKnowledgeProofRequest, cv as ZeroKnowledgeProofResponse, ag as ZodParse, ab as coerceBoolean, an as countryISO2toISO3Mapping, am as countryISO3toISO2Mapping, aI as createBrandedSchemaId, a_ as generateId, ed as getCredentialName, v as isValidAddress, ao as isoCountriesNameFromISO2, cG as operatorDisplayMap, ap as parseISO3CountryCode, cA as parseIden3Message, cB as parseSessionIdFromUrl, H as shortAddress, ah as shortBlockchainAddress } from './identity-api.schema-cf365ecb.esm.js';
1
+ import { C as CredentialTypes } from './identity-api.schema-2a4cdb96.esm.js';
2
+ export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, al as ALPHA_2_COUNTRIES, cJ as ARRAY_OPERATORS, cs as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bl as AVAILABLE_FLOWS, dP as AdditionalCustomerInformationParams, z as AddressSchema, cE as AllCredentialAttributes, cF as AllCredentialValues, du as AllScenarioExecutionAuthorizationData, am as Alpha2Country, dn as AnyTxAuthDataSignatureResponse, dk as AnyTxAuthInput, df as ApiTezosTxAuthInput, db as ApiTxAuthInput, aO as AppId, I as AptosAddress, J as AptosSignature, cK as ArrayOperator, cA as AuthQrCodeData, c7 as AuthSession, c8 as AuthSessionData, cv as AuthorizationRequestMessage, cu as AuthorizationRequestMessageType, ct as AuthorizationRequestMessageTypes, cy as AuthorizationResponseMessage, bm as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, cP as BOOLEAN_OPERATORS, aD as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cQ as BooleanOperator, cp as CIRCUIT_IDS, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, aE as CUSTOMERS_CHARTS, aI as CUSTOMER_AUTOMATION_REASONS, aG as CUSTOMER_TABLE_COLUMNS, a0 as CardanoAddress, a1 as CardanoSignature, aP as ChallengeId, bt as ChallengeQueryOperator, bv as ChallengeQueryOperatorToOperator, bs as ChallengeQueryOperators, bw as ChallengeQuerySchema, c9 as ChallengeResponse, cq as CircuitId, b3 as CloseScreenNotification, bR as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, ds as CreateAuthRequestProps, d2 as CreateQueryConfigurationInput, d3 as CreateQueryConfigurationResponse, dt as CreateZKProofRequestProps, ei as CredentialMediaType, ed as CredentialNames, cz as CredentialQrCodeData, ec as CredentialSchemas, eg as CredentialType, C as CredentialTypes, aA as CustomerOnboardingLevel, az as CustomerOnboardingLevels, aR as CustomerScreeningId, aC as CustomerStatus, aB as CustomerStatuses, aH as CustomerTableColumn, au as CustomerType, at as CustomerTypes, aF as CustomersChartType, cR as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bn as DataAvailableOnStart, cS as DateOperator, d6 as DeleteQueryConfigurationInput, d7 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, aM as EmailId, ad as EnvironmentSchema, h as EvmChainId, by as ExecuteChallengeQueryConfig, bx as ExecuteChallengeQueryInput, bA as ExecuteChallengeQueryResponse, dm as ExtendedTezosTxAuthDataSignatureResponse, dj as ExtendedTezosTxAuthInput, dl as ExtendedTxAuthDataSignatureResponse, di as ExtendedTxAuthInput, dU as ExternalCustomerId, dE as FLOW_TYPES, dF as FlowType, G as FunctionCallData, c6 as GenerateWalletChallengeRequest, eb as GenericVerifiableCredentialSchema, bT as GetCredentialsRequest, bU as GetCredentialsResponse, cc as GetCustomerStatusRequest, cg as GetCustomerStatusResponse, dh as GetTezosTxAuthDataSignatureResponse, dd as GetTxAuthDataSignatureResponse, c0 as GetTxAuthSigRequest, c2 as GetTxAuthSigRequestTezos, c1 as GetTxAuthSigResponse, c3 as GetTxAuthSigResponseTezos, cj as HostMessage, c4 as HostRequestMessage, br as HostResponseMessage, d_ as ID3CredentialSubjectSchema, dI as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dK as IDENTITY_DOCUMENT_OPTIONS, e8 as IDImageCredentialSubjectSchema, cW as IDInformation, e7 as IDInformationCredentialSubjectSchema, d$ as IDScanCredentialSubjectSchema, e0 as IDScanPassportCredentialSubjectSchema, e1 as IDScanSelfieCredentialSubjectSchema, ak as ISO3CountryCode, dO as Identifier, ch as IdentityAppMessage, dW as IdentityAppV2Web2JWT, dV as IdentityAppV2Web3JWT, dJ as IdentityDocumentCountryListOption, dL as IdentityDocumentOptionsType, aL as IdentityId, ck as IdentityMessage, bf as IdentityNotificationMessage, bk as IdentityRequestMessage, c5 as IdentityResponseMessage, cd as IdentitySdkMessage, ce as IdentitySdkMessageWithIdentifier, ci as IdentityWallet, dT as IdentityWidgetAccessToken, dX as IdentityWidgetAccessToken_NEW, dY as IdentityWidgetSessionToken, bg as InitialDataRequest, bo as InitialDataResponse, a$ as InstitutionExtractedInfosId, a_ as InstitutionId, aj as IpAddress, bb as IsVerifiedNotification, b_ as IsVerifiedRequest, b$ as IsVerifiedResponse, ay as KybOnboardingLevel, ax as KybOnboardingLevels, b4 as KycCompletionData, b5 as KycCompletionNotification, aw as KycOnboardingLevel, av as KycOnboardingLevels, cn as MediaType, co 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, cN as NUMERIC_OPERATORS, ee as NexeraCredentialType, d1 as NonParsedQueryConfiguration, cO as NumericOperator, e6 as OLD_AMLScreeningsResultsCredentialSubjectSchema, e2 as OLD_IDImageCredentialSubjectSchema, e3 as OLD_IDInformationCredentialSubjectSchema, e4 as OLD_ProofOfResidenceCredentialSubjectSchema, e5 as OLD_SelfieImageCredentialSubjectSchema, bB as OPAChallengeQuery, bd as OcvSdkInitialized, b7 as OffChainScenarioExecutionData, dr as OffChainZKP, bD as OffChainZKPRuleResult, bC as OnChainRuleResult, b8 as OnChainScenarioExecutionData, dw as OnChainZKP, dx as OnChainZKPFromNexeraID, dz as OnChainZKPPayload, dy as OnChainZKPScenarioFromCms, bz as OpaChallengeQueryResponse, cG as Operator, bu as OperatorToChallengeQueryOperator, dQ as OrganizationId, af as OtpCode, _ as P2Signature, dM as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ai as PUBLIC_SERVICES_SCHEMA_MAP, c_ as PartialQueryConfigSimplified, dN as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, bc as PolygonIdInitialized, bW as PolygonIdRequest, bV as PolygonIdRequestData, bY as PolygonIdResponse, bX as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, dv as ProjectAuthorizationData, cw as ProofData, ea as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, cB as QrCodeLinkWithSchemaType, cX as QueryConfig, cZ as QueryConfigSimplified, c$ as QueryConfigSimplifiedParsed, d0 as QueryConfiguration, d9 as QueryCredentialType, d8 as QueryCredentialTypes, cY as QueryType, cl as RequiredDataRowSchema, cm as RequiredVerificationData, as as RiskScoreType, ar as RiskScoreTypes, bM as RuleEngineResponse, b6 as RuleEngineScenarioExecutionData, bP as RuleResultStatus, bQ as RuleResultStatusLabels, bO as RuleResultStatuses, dA as SCENARIO_AUTHORIZATION_STATUSES, cL as STRING_OPERATORS, cT as SUPPORTED_TYPES, b1 as ScenarioAuthorizationData, dB as ScenarioAuthorizationStatus, b9 as ScenarioExecutionData, ba as ScenarioExecutionNotification, bN as ScenarioExecutionResponse, bL as ScenarioStatus, bK as ScenarioStatuses, bJ as ScenarioType, bI as ScenarioTypes, bE as SdkVerificationOutput, b2 as SdkVerificationResponseSchema, e9 as SelfieImageCredentialSubjectSchema, bj as SendTransactionRequest, bh as SignatureRequest, bp as SignatureResponse, bS as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, be as StartCompletedNotification, bZ as StartFlowRequest, aK as StorageId, w as String0x, cM as StringOperator, cU as SupportedType, cV as SupportedTypes, aS as TagId, aQ as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, de as TezosTxAuthInput, dg as TezosTxSignatureResponse, bi as TransactionData, aX as TransactionExtractedInfosId, aT as TransactionId, aW as TransactionInfosId, aZ as TransactionMethodExtractedInfosId, aY as TransactionMethodsId, aV as TransactionPartiesId, bq as TransactionResponse, aU as TransactionReviewId, cb as TxAuthDataSignatureGatingRequest, cf as TxAuthDataSignatureResponse, da as TxAuthInput, D as TxHash, dc as TxSignatureResponse, d4 as UpdateQueryConfigurationInput, d5 as UpdateQueryConfigurationResponse, ae as UuidString, eh as VerifiableCredential, dH as VerificationMode, dG as VerificationModes, bH as VerificationOutput, bG as VerificationSessionStatus, bF as VerificationSessionStatuses, dD as VerifyWalletChallengeRequest, aN as WalletId, ca as WalletSignResponse, dC as WalletSignatureResponse, dZ as Web2CreateSessionParams, dS as WorkflowId, dR as WorkspaceId, cH as ZKPOperator, dp as ZKPRequest, dq as ZKPRequestFromZKVerifier, cr as ZeroKnowledgeProofRequest, cx as ZeroKnowledgeProofResponse, ag as ZodParse, ab as coerceBoolean, ao as countryISO2toISO3Mapping, an as countryISO3toISO2Mapping, aJ as createBrandedSchemaId, b0 as generateId, ef as getCredentialName, v as isValidAddress, ap as isoCountriesNameFromISO2, cI as operatorDisplayMap, aq as parseISO3CountryCode, cC as parseIden3Message, cD as parseSessionIdFromUrl, H as shortAddress, ah as shortBlockchainAddress } from './identity-api.schema-2a4cdb96.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-0efbf873.esm.js';
4
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-e16f9289.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.16",
3
+ "version": "2.3.17",
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-4e680e3e.cjs.dev.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-04a016a1.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-e1ccacf4.cjs.prod.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-00c99eb6.cjs.prod.js');
6
6
  require('zod');
7
7
  require('nanoid');
8
8
 
@@ -1,3 +1,3 @@
1
- export { cH as ARRAY_OPERATORS, cq as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bj as AVAILABLE_FLOWS, cC as AllCredentialAttributes, cD as AllCredentialValues, ds as AllScenarioExecutionAuthorizationData, dl as AnyTxAuthDataSignatureResponse, di as AnyTxAuthInput, dd as ApiTezosTxAuthInput, d9 as ApiTxAuthInput, cI as ArrayOperator, cy as AuthQrCodeData, c5 as AuthSession, c6 as AuthSessionData, ct as AuthorizationRequestMessage, cs as AuthorizationRequestMessageType, cr as AuthorizationRequestMessageTypes, cw as AuthorizationResponseMessage, bk as AvailableFlow, cN as BOOLEAN_OPERATORS, cO as BooleanOperator, cn as CIRCUIT_IDS, br as ChallengeQueryOperator, bt as ChallengeQueryOperatorToOperator, bq as ChallengeQueryOperators, bu as ChallengeQuerySchema, c7 as ChallengeResponse, co as CircuitId, b1 as CloseScreenNotification, bP as ComplianceImplementationStepsInput, dq as CreateAuthRequestProps, d0 as CreateQueryConfigurationInput, d1 as CreateQueryConfigurationResponse, dr as CreateZKProofRequestProps, cx as CredentialQrCodeData, cP as DATE_OPERATORS, bl as DataAvailableOnStart, cQ as DateOperator, d4 as DeleteQueryConfigurationInput, d5 as DeleteQueryConfigurationResponse, bw as ExecuteChallengeQueryConfig, bv as ExecuteChallengeQueryInput, by as ExecuteChallengeQueryResponse, dk as ExtendedTezosTxAuthDataSignatureResponse, dh as ExtendedTezosTxAuthInput, dj as ExtendedTxAuthDataSignatureResponse, dg as ExtendedTxAuthInput, c4 as GenerateWalletChallengeRequest, bR as GetCredentialsRequest, bS as GetCredentialsResponse, ca as GetCustomerStatusRequest, ce as GetCustomerStatusResponse, df as GetTezosTxAuthDataSignatureResponse, db as GetTxAuthDataSignatureResponse, b_ as GetTxAuthSigRequest, c0 as GetTxAuthSigRequestTezos, b$ as GetTxAuthSigResponse, c1 as GetTxAuthSigResponseTezos, ch as HostMessage, c2 as HostRequestMessage, bp as HostResponseMessage, cU 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, cL as NUMERIC_OPERATORS, c$ as NonParsedQueryConfiguration, cM as NumericOperator, bz as OPAChallengeQuery, bb as OcvSdkInitialized, b5 as OffChainScenarioExecutionData, dp as OffChainZKP, bB as OffChainZKPRuleResult, bA as OnChainRuleResult, b6 as OnChainScenarioExecutionData, du as OnChainZKP, dv as OnChainZKPFromNexeraID, dx as OnChainZKPPayload, dw as OnChainZKPScenarioFromCms, bx as OpaChallengeQueryResponse, cE as Operator, bs as OperatorToChallengeQueryOperator, cY as PartialQueryConfigSimplified, ba as PolygonIdInitialized, bU as PolygonIdRequest, bT as PolygonIdRequestData, bW as PolygonIdResponse, bV as PolygonIdResponseData, dt as ProjectAuthorizationData, cu as ProofData, cz as QrCodeLinkWithSchemaType, cV as QueryConfig, cX as QueryConfigSimplified, cZ as QueryConfigSimplifiedParsed, c_ as QueryConfiguration, d7 as QueryCredentialType, d6 as QueryCredentialTypes, cW as QueryType, cj as RequiredDataRowSchema, ck as RequiredVerificationData, bK as RuleEngineResponse, b4 as RuleEngineScenarioExecutionData, bN as RuleResultStatus, bO as RuleResultStatusLabels, bM as RuleResultStatuses, dy as SCENARIO_AUTHORIZATION_STATUSES, cJ as STRING_OPERATORS, cR as SUPPORTED_TYPES, a$ as ScenarioAuthorizationData, dz 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, cK as StringOperator, cS as SupportedType, cT as SupportedTypes, dc as TezosTxAuthInput, de as TezosTxSignatureResponse, bg as TransactionData, bo as TransactionResponse, c9 as TxAuthDataSignatureGatingRequest, cd as TxAuthDataSignatureResponse, d8 as TxAuthInput, da as TxSignatureResponse, d2 as UpdateQueryConfigurationInput, d3 as UpdateQueryConfigurationResponse, bF as VerificationOutput, bE as VerificationSessionStatus, bD as VerificationSessionStatuses, dB as VerifyWalletChallengeRequest, c8 as WalletSignResponse, dA as WalletSignatureResponse, cF as ZKPOperator, dm as ZKPRequest, dn as ZKPRequestFromZKVerifier, cp as ZeroKnowledgeProofRequest, cv as ZeroKnowledgeProofResponse, cG as operatorDisplayMap, cA as parseIden3Message, cB as parseSessionIdFromUrl } from '../../dist/identity-api.schema-cf365ecb.esm.js';
1
+ export { cJ as ARRAY_OPERATORS, cs as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bl as AVAILABLE_FLOWS, cE as AllCredentialAttributes, cF as AllCredentialValues, du as AllScenarioExecutionAuthorizationData, dn as AnyTxAuthDataSignatureResponse, dk as AnyTxAuthInput, df as ApiTezosTxAuthInput, db as ApiTxAuthInput, cK as ArrayOperator, cA as AuthQrCodeData, c7 as AuthSession, c8 as AuthSessionData, cv as AuthorizationRequestMessage, cu as AuthorizationRequestMessageType, ct as AuthorizationRequestMessageTypes, cy as AuthorizationResponseMessage, bm as AvailableFlow, cP as BOOLEAN_OPERATORS, cQ as BooleanOperator, cp as CIRCUIT_IDS, bt as ChallengeQueryOperator, bv as ChallengeQueryOperatorToOperator, bs as ChallengeQueryOperators, bw as ChallengeQuerySchema, c9 as ChallengeResponse, cq as CircuitId, b3 as CloseScreenNotification, bR as ComplianceImplementationStepsInput, ds as CreateAuthRequestProps, d2 as CreateQueryConfigurationInput, d3 as CreateQueryConfigurationResponse, dt as CreateZKProofRequestProps, cz as CredentialQrCodeData, cR as DATE_OPERATORS, bn as DataAvailableOnStart, cS as DateOperator, d6 as DeleteQueryConfigurationInput, d7 as DeleteQueryConfigurationResponse, by as ExecuteChallengeQueryConfig, bx as ExecuteChallengeQueryInput, bA as ExecuteChallengeQueryResponse, dm as ExtendedTezosTxAuthDataSignatureResponse, dj as ExtendedTezosTxAuthInput, dl as ExtendedTxAuthDataSignatureResponse, di as ExtendedTxAuthInput, c6 as GenerateWalletChallengeRequest, bT as GetCredentialsRequest, bU as GetCredentialsResponse, cc as GetCustomerStatusRequest, cg as GetCustomerStatusResponse, dh as GetTezosTxAuthDataSignatureResponse, dd as GetTxAuthDataSignatureResponse, c0 as GetTxAuthSigRequest, c2 as GetTxAuthSigRequestTezos, c1 as GetTxAuthSigResponse, c3 as GetTxAuthSigResponseTezos, cj as HostMessage, c4 as HostRequestMessage, br as HostResponseMessage, cW as IDInformation, ch as IdentityAppMessage, ck as IdentityMessage, bf as IdentityNotificationMessage, bk as IdentityRequestMessage, c5 as IdentityResponseMessage, cd as IdentitySdkMessage, ce as IdentitySdkMessageWithIdentifier, ci as IdentityWallet, bg as InitialDataRequest, bo as InitialDataResponse, bb as IsVerifiedNotification, b_ as IsVerifiedRequest, b$ as IsVerifiedResponse, b4 as KycCompletionData, b5 as KycCompletionNotification, cn as MediaType, co as MediaTypePID, cN as NUMERIC_OPERATORS, d1 as NonParsedQueryConfiguration, cO as NumericOperator, bB as OPAChallengeQuery, bd as OcvSdkInitialized, b7 as OffChainScenarioExecutionData, dr as OffChainZKP, bD as OffChainZKPRuleResult, bC as OnChainRuleResult, b8 as OnChainScenarioExecutionData, dw as OnChainZKP, dx as OnChainZKPFromNexeraID, dz as OnChainZKPPayload, dy as OnChainZKPScenarioFromCms, bz as OpaChallengeQueryResponse, cG as Operator, bu as OperatorToChallengeQueryOperator, c_ as PartialQueryConfigSimplified, bc as PolygonIdInitialized, bW as PolygonIdRequest, bV as PolygonIdRequestData, bY as PolygonIdResponse, bX as PolygonIdResponseData, dv as ProjectAuthorizationData, cw as ProofData, cB as QrCodeLinkWithSchemaType, cX as QueryConfig, cZ as QueryConfigSimplified, c$ as QueryConfigSimplifiedParsed, d0 as QueryConfiguration, d9 as QueryCredentialType, d8 as QueryCredentialTypes, cY as QueryType, cl as RequiredDataRowSchema, cm as RequiredVerificationData, bM as RuleEngineResponse, b6 as RuleEngineScenarioExecutionData, bP as RuleResultStatus, bQ as RuleResultStatusLabels, bO as RuleResultStatuses, dA as SCENARIO_AUTHORIZATION_STATUSES, cL as STRING_OPERATORS, cT as SUPPORTED_TYPES, b1 as ScenarioAuthorizationData, dB as ScenarioAuthorizationStatus, b9 as ScenarioExecutionData, ba as ScenarioExecutionNotification, bN as ScenarioExecutionResponse, bL as ScenarioStatus, bK as ScenarioStatuses, bJ as ScenarioType, bI as ScenarioTypes, bE as SdkVerificationOutput, b2 as SdkVerificationResponseSchema, bj as SendTransactionRequest, bh as SignatureRequest, bp as SignatureResponse, bS as SimplifiedCredential, be as StartCompletedNotification, bZ as StartFlowRequest, cM as StringOperator, cU as SupportedType, cV as SupportedTypes, de as TezosTxAuthInput, dg as TezosTxSignatureResponse, bi as TransactionData, bq as TransactionResponse, cb as TxAuthDataSignatureGatingRequest, cf as TxAuthDataSignatureResponse, da as TxAuthInput, dc as TxSignatureResponse, d4 as UpdateQueryConfigurationInput, d5 as UpdateQueryConfigurationResponse, bH as VerificationOutput, bG as VerificationSessionStatus, bF as VerificationSessionStatuses, dD as VerifyWalletChallengeRequest, ca as WalletSignResponse, dC as WalletSignatureResponse, cH as ZKPOperator, dp as ZKPRequest, dq as ZKPRequestFromZKVerifier, cr as ZeroKnowledgeProofRequest, cx as ZeroKnowledgeProofResponse, cI as operatorDisplayMap, cC as parseIden3Message, cD as parseSessionIdFromUrl } from '../../dist/identity-api.schema-2a4cdb96.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.16-dev",
3
+ "version": "2.3.17-staging",
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-ffaaa384.cjs.dev.js');
5
+ var customers_schema = require('../../dist/customers.schema-56ca4b11.cjs.dev.js');
6
6
  require('zod');
7
- require('../../dist/identity-api.schema-4e680e3e.cjs.dev.js');
7
+ require('../../dist/identity-api.schema-04a016a1.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-ac944600.cjs.prod.js');
5
+ var customers_schema = require('../../dist/customers.schema-c6702f96.cjs.prod.js');
6
6
  require('zod');
7
- require('../../dist/identity-api.schema-e1ccacf4.cjs.prod.js');
7
+ require('../../dist/identity-api.schema-00c99eb6.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-b059b5c9.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-f7da825d.esm.js';
2
2
  import 'zod';
3
- import '../../dist/identity-api.schema-cf365ecb.esm.js';
3
+ import '../../dist/identity-api.schema-2a4cdb96.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-4e680e3e.cjs.dev.js');
6
- var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-1c6539e7.cjs.dev.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-04a016a1.cjs.dev.js');
6
+ var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-3fd03e9f.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-e1ccacf4.cjs.prod.js');
6
- var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-93d7fbf5.cjs.prod.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-00c99eb6.cjs.prod.js');
6
+ var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-bb63f894.cjs.prod.js');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
 
@@ -1,4 +1,4 @@
1
- export { al as Alpha2Country, eg as CredentialMediaType, eb as CredentialNames, ea as CredentialSchemas, ee as CredentialType, C as CredentialTypes, e9 as GenericVerifiableCredentialSchema, dY as ID3CredentialSubjectSchema, e6 as IDImageCredentialSubjectSchema, e5 as IDInformationCredentialSubjectSchema, dZ as IDScanCredentialSubjectSchema, d_ as IDScanPassportCredentialSubjectSchema, d$ as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, ec as NexeraCredentialType, e4 as OLD_AMLScreeningsResultsCredentialSubjectSchema, e0 as OLD_IDImageCredentialSubjectSchema, e1 as OLD_IDInformationCredentialSubjectSchema, e2 as OLD_ProofOfResidenceCredentialSubjectSchema, e3 as OLD_SelfieImageCredentialSubjectSchema, e8 as ProofOfResidenceCredentialSubjectSchema, e7 as SelfieImageCredentialSubjectSchema, ef as VerifiableCredential, am as countryISO3toISO2Mapping, ed as getCredentialName, ao as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-cf365ecb.esm.js';
2
- export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-0efbf873.esm.js';
1
+ export { am as Alpha2Country, ei as CredentialMediaType, ed as CredentialNames, ec as CredentialSchemas, eg as CredentialType, C as CredentialTypes, eb as GenericVerifiableCredentialSchema, d_ as ID3CredentialSubjectSchema, e8 as IDImageCredentialSubjectSchema, e7 as IDInformationCredentialSubjectSchema, d$ as IDScanCredentialSubjectSchema, e0 as IDScanPassportCredentialSubjectSchema, e1 as IDScanSelfieCredentialSubjectSchema, ak as ISO3CountryCode, ee as NexeraCredentialType, e6 as OLD_AMLScreeningsResultsCredentialSubjectSchema, e2 as OLD_IDImageCredentialSubjectSchema, e3 as OLD_IDInformationCredentialSubjectSchema, e4 as OLD_ProofOfResidenceCredentialSubjectSchema, e5 as OLD_SelfieImageCredentialSubjectSchema, ea as ProofOfResidenceCredentialSubjectSchema, e9 as SelfieImageCredentialSubjectSchema, eh as VerifiableCredential, an as countryISO3toISO2Mapping, ef as getCredentialName, ap as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-2a4cdb96.esm.js';
2
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-e16f9289.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-4e680e3e.cjs.dev.js');
7
- var customers_schema = require('../../dist/customers.schema-ffaaa384.cjs.dev.js');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-04a016a1.cjs.dev.js');
7
+ var customers_schema = require('../../dist/customers.schema-56ca4b11.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-e1ccacf4.cjs.prod.js');
7
- var customers_schema = require('../../dist/customers.schema-ac944600.cjs.prod.js');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-00c99eb6.cjs.prod.js');
7
+ var customers_schema = require('../../dist/customers.schema-c6702f96.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, dS as ExternalCustomerId, ar as RiskScoreType, at as CustomerType, az as CustomerOnboardingLevel, aB as CustomerStatus, aj as ISO3CountryCode, a2 as BlockchainAddress, bN as RuleResultStatus, e9 as GenericVerifiableCredentialSchema, ei as _toArray, eh as _toConsumableArray, ad as EnvironmentSchema } from '../../dist/identity-api.schema-cf365ecb.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-b059b5c9.esm.js';
2
+ import { ae as UuidString, dU as ExternalCustomerId, as as RiskScoreType, au as CustomerType, aA as CustomerOnboardingLevel, aC as CustomerStatus, ak as ISO3CountryCode, a2 as BlockchainAddress, bP as RuleResultStatus, eb as GenericVerifiableCredentialSchema, ek as _toArray, ej as _toConsumableArray, ad as EnvironmentSchema } from '../../dist/identity-api.schema-2a4cdb96.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-f7da825d.esm.js';
4
4
  import { zodToJsonSchema } from 'zod-to-json-schema';
5
5
  import 'nanoid';
6
6