@nexeraid/identity-schemas 2.3.35-dev → 2.3.40-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/dist/{customers.schema-5b44467d.cjs.prod.js → customers.schema-13067e93.cjs.prod.js} +1 -1
  2. package/dist/{customers.schema-3aaa153d.cjs.dev.js → customers.schema-7f05efd0.cjs.dev.js} +1 -1
  3. package/dist/{customers.schema-75c90776.esm.js → customers.schema-9d91ad47.esm.js} +1 -1
  4. package/dist/declarations/src/identity/identity-v2.schema.d.ts +71 -0
  5. package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
  6. package/dist/{frontend-utilities.schema-2a804a23.esm.js → frontend-utilities.schema-18538dc5.esm.js} +1 -1
  7. package/dist/{frontend-utilities.schema-7ffb1914.cjs.dev.js → frontend-utilities.schema-23dd8cab.cjs.dev.js} +1 -1
  8. package/dist/{frontend-utilities.schema-10748e72.cjs.prod.js → frontend-utilities.schema-6dea5fdf.cjs.prod.js} +1 -1
  9. package/dist/{identity-api.schema-fd8cb8ef.cjs.dev.js → identity-api.schema-33afaa2b.cjs.prod.js} +14 -1
  10. package/dist/{identity-api.schema-abf3895a.cjs.prod.js → identity-api.schema-4678c701.cjs.dev.js} +14 -1
  11. package/dist/{identity-api.schema-247be200.esm.js → identity-api.schema-6636b675.esm.js} +14 -1
  12. package/dist/nexeraid-identity-schemas.cjs.dev.js +3 -3
  13. package/dist/nexeraid-identity-schemas.cjs.prod.js +3 -3
  14. package/dist/nexeraid-identity-schemas.esm.js +4 -4
  15. package/dist/package.json +1 -1
  16. package/dist/{transaction.schema-2f399ab7.cjs.prod.js → transaction.schema-2c8feda6.cjs.prod.js} +1 -1
  17. package/dist/{transaction.schema-ef0110cc.esm.js → transaction.schema-4be99b85.esm.js} +1 -1
  18. package/dist/{transaction.schema-b464355d.cjs.dev.js → transaction.schema-c3981fd1.cjs.dev.js} +1 -1
  19. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +1 -1
  20. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +1 -1
  21. package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
  22. package/package.json +1 -1
  23. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
  24. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
  25. package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
  26. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
  27. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
  28. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
  29. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +3 -3
  30. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +3 -3
  31. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +3 -3
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var identityApi_schema = require('./identity-api.schema-abf3895a.cjs.prod.js');
4
+ var identityApi_schema = require('./identity-api.schema-33afaa2b.cjs.prod.js');
5
5
 
6
6
  // based on https://tech-doc.api.scorechain.com/
7
7
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var identityApi_schema = require('./identity-api.schema-fd8cb8ef.cjs.dev.js');
4
+ var identityApi_schema = require('./identity-api.schema-4678c701.cjs.dev.js');
5
5
 
6
6
  // based on https://tech-doc.api.scorechain.com/
7
7
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { a4 as BlockchainAddress, F as AddressSchema, an as Alpha2Country, af as UuidString, eT as _toConsumableArray, eV as _arrayWithHoles, eW as _unsupportedIterableToArray, eX as _nonIterableRest, al as ISO3CountryCode, a7 as BlockchainNamespace, ca as SdkVerificationOutput, aD as CustomerStatus, eY as _defineProperty, eK as ProofOfResidenceCredentialSubjectSchema, d7 as QrCodeLinkWithSchemaType, aE as BasicCustomerContactInformation, eQ as CredentialType } from './identity-api.schema-247be200.esm.js';
2
+ import { a4 as BlockchainAddress, F as AddressSchema, an as Alpha2Country, af as UuidString, eT as _toConsumableArray, eV as _arrayWithHoles, eW as _unsupportedIterableToArray, eX as _nonIterableRest, al as ISO3CountryCode, a7 as BlockchainNamespace, ca as SdkVerificationOutput, aD as CustomerStatus, eY as _defineProperty, eK as ProofOfResidenceCredentialSubjectSchema, d7 as QrCodeLinkWithSchemaType, aE as BasicCustomerContactInformation, eQ as CredentialType } from './identity-api.schema-6636b675.esm.js';
3
3
 
4
4
  // based on https://tech-doc.api.scorechain.com/
5
5
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -48,12 +48,15 @@ export declare const GenerateWalletChallengeRequest: z.ZodObject<{
48
48
  }>;
49
49
  export declare const AuthSession: z.ZodObject<{
50
50
  token: z.ZodString;
51
+ expiresAt: z.ZodNumber;
51
52
  externalCustomerId: z.ZodOptional<z.ZodString>;
52
53
  }, "strip", z.ZodTypeAny, {
53
54
  token: string;
55
+ expiresAt: number;
54
56
  externalCustomerId?: string | undefined;
55
57
  }, {
56
58
  token: string;
59
+ expiresAt: number;
57
60
  externalCustomerId?: string | undefined;
58
61
  }>;
59
62
  export type AuthSession = z.infer<typeof AuthSession>;
@@ -309,22 +312,27 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
309
312
  data: z.ZodObject<{
310
313
  authSession: z.ZodObject<{
311
314
  token: z.ZodString;
315
+ expiresAt: z.ZodNumber;
312
316
  externalCustomerId: z.ZodOptional<z.ZodString>;
313
317
  }, "strip", z.ZodTypeAny, {
314
318
  token: string;
319
+ expiresAt: number;
315
320
  externalCustomerId?: string | undefined;
316
321
  }, {
317
322
  token: string;
323
+ expiresAt: number;
318
324
  externalCustomerId?: string | undefined;
319
325
  }>;
320
326
  }, "strip", z.ZodTypeAny, {
321
327
  authSession: {
322
328
  token: string;
329
+ expiresAt: number;
323
330
  externalCustomerId?: string | undefined;
324
331
  };
325
332
  }, {
326
333
  authSession: {
327
334
  token: string;
335
+ expiresAt: number;
328
336
  externalCustomerId?: string | undefined;
329
337
  };
330
338
  }>;
@@ -333,6 +341,7 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
333
341
  data: {
334
342
  authSession: {
335
343
  token: string;
344
+ expiresAt: number;
336
345
  externalCustomerId?: string | undefined;
337
346
  };
338
347
  };
@@ -341,6 +350,7 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
341
350
  data: {
342
351
  authSession: {
343
352
  token: string;
353
+ expiresAt: number;
344
354
  externalCustomerId?: string | undefined;
345
355
  };
346
356
  };
@@ -599,22 +609,27 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
599
609
  data: z.ZodObject<{
600
610
  authSession: z.ZodObject<{
601
611
  token: z.ZodString;
612
+ expiresAt: z.ZodNumber;
602
613
  externalCustomerId: z.ZodOptional<z.ZodString>;
603
614
  }, "strip", z.ZodTypeAny, {
604
615
  token: string;
616
+ expiresAt: number;
605
617
  externalCustomerId?: string | undefined;
606
618
  }, {
607
619
  token: string;
620
+ expiresAt: number;
608
621
  externalCustomerId?: string | undefined;
609
622
  }>;
610
623
  }, "strip", z.ZodTypeAny, {
611
624
  authSession: {
612
625
  token: string;
626
+ expiresAt: number;
613
627
  externalCustomerId?: string | undefined;
614
628
  };
615
629
  }, {
616
630
  authSession: {
617
631
  token: string;
632
+ expiresAt: number;
618
633
  externalCustomerId?: string | undefined;
619
634
  };
620
635
  }>;
@@ -623,6 +638,7 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
623
638
  data: {
624
639
  authSession: {
625
640
  token: string;
641
+ expiresAt: number;
626
642
  externalCustomerId?: string | undefined;
627
643
  };
628
644
  };
@@ -631,6 +647,7 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
631
647
  data: {
632
648
  authSession: {
633
649
  token: string;
650
+ expiresAt: number;
634
651
  externalCustomerId?: string | undefined;
635
652
  };
636
653
  };
@@ -1028,22 +1045,27 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1028
1045
  data: z.ZodObject<{
1029
1046
  auth: z.ZodObject<{
1030
1047
  token: z.ZodString;
1048
+ expiresAt: z.ZodNumber;
1031
1049
  externalCustomerId: z.ZodOptional<z.ZodString>;
1032
1050
  }, "strip", z.ZodTypeAny, {
1033
1051
  token: string;
1052
+ expiresAt: number;
1034
1053
  externalCustomerId?: string | undefined;
1035
1054
  }, {
1036
1055
  token: string;
1056
+ expiresAt: number;
1037
1057
  externalCustomerId?: string | undefined;
1038
1058
  }>;
1039
1059
  }, "strip", z.ZodTypeAny, {
1040
1060
  auth: {
1041
1061
  token: string;
1062
+ expiresAt: number;
1042
1063
  externalCustomerId?: string | undefined;
1043
1064
  };
1044
1065
  }, {
1045
1066
  auth: {
1046
1067
  token: string;
1068
+ expiresAt: number;
1047
1069
  externalCustomerId?: string | undefined;
1048
1070
  };
1049
1071
  }>;
@@ -1052,6 +1074,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1052
1074
  data: {
1053
1075
  auth: {
1054
1076
  token: string;
1077
+ expiresAt: number;
1055
1078
  externalCustomerId?: string | undefined;
1056
1079
  };
1057
1080
  };
@@ -1060,6 +1083,54 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1060
1083
  data: {
1061
1084
  auth: {
1062
1085
  token: string;
1086
+ expiresAt: number;
1087
+ externalCustomerId?: string | undefined;
1088
+ };
1089
+ };
1090
+ }>, z.ZodObject<{
1091
+ type: z.ZodLiteral<"authenticationExpired">;
1092
+ data: z.ZodObject<{
1093
+ authSession: z.ZodObject<{
1094
+ token: z.ZodString;
1095
+ expiresAt: z.ZodNumber;
1096
+ externalCustomerId: z.ZodOptional<z.ZodString>;
1097
+ }, "strip", z.ZodTypeAny, {
1098
+ token: string;
1099
+ expiresAt: number;
1100
+ externalCustomerId?: string | undefined;
1101
+ }, {
1102
+ token: string;
1103
+ expiresAt: number;
1104
+ externalCustomerId?: string | undefined;
1105
+ }>;
1106
+ }, "strip", z.ZodTypeAny, {
1107
+ authSession: {
1108
+ token: string;
1109
+ expiresAt: number;
1110
+ externalCustomerId?: string | undefined;
1111
+ };
1112
+ }, {
1113
+ authSession: {
1114
+ token: string;
1115
+ expiresAt: number;
1116
+ externalCustomerId?: string | undefined;
1117
+ };
1118
+ }>;
1119
+ }, "strip", z.ZodTypeAny, {
1120
+ type: "authenticationExpired";
1121
+ data: {
1122
+ authSession: {
1123
+ token: string;
1124
+ expiresAt: number;
1125
+ externalCustomerId?: string | undefined;
1126
+ };
1127
+ };
1128
+ }, {
1129
+ type: "authenticationExpired";
1130
+ data: {
1131
+ authSession: {
1132
+ token: string;
1133
+ expiresAt: number;
1063
1134
  externalCustomerId?: string | undefined;
1064
1135
  };
1065
1136
  };
@@ -1 +1 @@
1
- {"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { ds as SupportedType, eT as _toConsumableArray, dg as ARRAY_OPERATORS, dm as BOOLEAN_OPERATORS, dk as NUMERIC_OPERATORS, di as STRING_OPERATORS } from './identity-api.schema-247be200.esm.js';
1
+ import { ds as SupportedType, eT as _toConsumableArray, dg as ARRAY_OPERATORS, dm as BOOLEAN_OPERATORS, dk as NUMERIC_OPERATORS, di as STRING_OPERATORS } from './identity-api.schema-6636b675.esm.js';
2
2
 
3
3
  var VC_JSON_SCHEMA_MAP = {
4
4
  ProofOfResidence: {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var identityApi_schema = require('./identity-api.schema-fd8cb8ef.cjs.dev.js');
3
+ var identityApi_schema = require('./identity-api.schema-4678c701.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-abf3895a.cjs.prod.js');
3
+ var identityApi_schema = require('./identity-api.schema-33afaa2b.cjs.prod.js');
4
4
 
5
5
  var VC_JSON_SCHEMA_MAP = {
6
6
  ProofOfResidence: {
@@ -3130,6 +3130,13 @@ var AuthSession = zod.z.object({
3130
3130
  // Used for user identification in the identity-v2-app
3131
3131
  // We don't want users to rely on the structure of the token so we expose it as a string
3132
3132
  token: zod.z.string(),
3133
+ // the timestamp at which the session will expire
3134
+ // in seconds since epoch to avoid timezone issues and date parsing errors
3135
+ // this is exposed in case the app needs to store the session so it knows when
3136
+ // the session becomes invalid again
3137
+ // We don't want users to rely on the fact that the token is a JWT, as we
3138
+ // want to change to openId in the future, so we expose the expiration as a number
3139
+ expiresAt: zod.z.number(),
3133
3140
  // if an external customer id was provided, it will be returned
3134
3141
  // when obtaining the auth session to facilitate integration with the user's system
3135
3142
  externalCustomerId: ExternalCustomerId.optional()
@@ -3200,6 +3207,12 @@ var IdentityAppConfiguredNotification = zod.z.object({
3200
3207
  auth: AuthSession
3201
3208
  })
3202
3209
  });
3210
+ var AuthenticationExpiredNotification = zod.z.object({
3211
+ type: zod.z.literal("authenticationExpired"),
3212
+ data: zod.z.object({
3213
+ authSession: AuthSession
3214
+ })
3215
+ });
3203
3216
  var WalletSignRequest = zod.z.object({
3204
3217
  type: zod.z.literal("walletSignRequest"),
3205
3218
  data: zod.z.object({
@@ -3214,7 +3227,7 @@ var GetCustomerStatusResponse = zod.z.object({
3214
3227
  type: zod.z.literal("getCustomerStatusResponse"),
3215
3228
  data: zod.z.union([CustomerStatus, zod.z["null"]()])
3216
3229
  });
3217
- var IdentityAppMessage = zod.z.union([IdentityAppLoadedNotification, IdentityAppConfiguredNotification, WalletSignRequest, TxAuthDataSignatureResponse, GetCustomerStatusResponse,
3230
+ var IdentityAppMessage = zod.z.union([IdentityAppLoadedNotification, IdentityAppConfiguredNotification, AuthenticationExpiredNotification, WalletSignRequest, TxAuthDataSignatureResponse, GetCustomerStatusResponse,
3218
3231
  // `identifier` is a technical detail that should not be exposed to the app
3219
3232
  KycCompletionNotification.omit({
3220
3233
  identifier: true
@@ -3130,6 +3130,13 @@ var AuthSession = zod.z.object({
3130
3130
  // Used for user identification in the identity-v2-app
3131
3131
  // We don't want users to rely on the structure of the token so we expose it as a string
3132
3132
  token: zod.z.string(),
3133
+ // the timestamp at which the session will expire
3134
+ // in seconds since epoch to avoid timezone issues and date parsing errors
3135
+ // this is exposed in case the app needs to store the session so it knows when
3136
+ // the session becomes invalid again
3137
+ // We don't want users to rely on the fact that the token is a JWT, as we
3138
+ // want to change to openId in the future, so we expose the expiration as a number
3139
+ expiresAt: zod.z.number(),
3133
3140
  // if an external customer id was provided, it will be returned
3134
3141
  // when obtaining the auth session to facilitate integration with the user's system
3135
3142
  externalCustomerId: ExternalCustomerId.optional()
@@ -3200,6 +3207,12 @@ var IdentityAppConfiguredNotification = zod.z.object({
3200
3207
  auth: AuthSession
3201
3208
  })
3202
3209
  });
3210
+ var AuthenticationExpiredNotification = zod.z.object({
3211
+ type: zod.z.literal("authenticationExpired"),
3212
+ data: zod.z.object({
3213
+ authSession: AuthSession
3214
+ })
3215
+ });
3203
3216
  var WalletSignRequest = zod.z.object({
3204
3217
  type: zod.z.literal("walletSignRequest"),
3205
3218
  data: zod.z.object({
@@ -3214,7 +3227,7 @@ var GetCustomerStatusResponse = zod.z.object({
3214
3227
  type: zod.z.literal("getCustomerStatusResponse"),
3215
3228
  data: zod.z.union([CustomerStatus, zod.z["null"]()])
3216
3229
  });
3217
- var IdentityAppMessage = zod.z.union([IdentityAppLoadedNotification, IdentityAppConfiguredNotification, WalletSignRequest, TxAuthDataSignatureResponse, GetCustomerStatusResponse,
3230
+ var IdentityAppMessage = zod.z.union([IdentityAppLoadedNotification, IdentityAppConfiguredNotification, AuthenticationExpiredNotification, WalletSignRequest, TxAuthDataSignatureResponse, GetCustomerStatusResponse,
3218
3231
  // `identifier` is a technical detail that should not be exposed to the app
3219
3232
  KycCompletionNotification.omit({
3220
3233
  identifier: true
@@ -3128,6 +3128,13 @@ var AuthSession = z.object({
3128
3128
  // Used for user identification in the identity-v2-app
3129
3129
  // We don't want users to rely on the structure of the token so we expose it as a string
3130
3130
  token: z.string(),
3131
+ // the timestamp at which the session will expire
3132
+ // in seconds since epoch to avoid timezone issues and date parsing errors
3133
+ // this is exposed in case the app needs to store the session so it knows when
3134
+ // the session becomes invalid again
3135
+ // We don't want users to rely on the fact that the token is a JWT, as we
3136
+ // want to change to openId in the future, so we expose the expiration as a number
3137
+ expiresAt: z.number(),
3131
3138
  // if an external customer id was provided, it will be returned
3132
3139
  // when obtaining the auth session to facilitate integration with the user's system
3133
3140
  externalCustomerId: ExternalCustomerId.optional()
@@ -3198,6 +3205,12 @@ var IdentityAppConfiguredNotification = z.object({
3198
3205
  auth: AuthSession
3199
3206
  })
3200
3207
  });
3208
+ var AuthenticationExpiredNotification = z.object({
3209
+ type: z.literal("authenticationExpired"),
3210
+ data: z.object({
3211
+ authSession: AuthSession
3212
+ })
3213
+ });
3201
3214
  var WalletSignRequest = z.object({
3202
3215
  type: z.literal("walletSignRequest"),
3203
3216
  data: z.object({
@@ -3212,7 +3225,7 @@ var GetCustomerStatusResponse = z.object({
3212
3225
  type: z.literal("getCustomerStatusResponse"),
3213
3226
  data: z.union([CustomerStatus, z["null"]()])
3214
3227
  });
3215
- var IdentityAppMessage = z.union([IdentityAppLoadedNotification, IdentityAppConfiguredNotification, WalletSignRequest, TxAuthDataSignatureResponse, GetCustomerStatusResponse,
3228
+ var IdentityAppMessage = z.union([IdentityAppLoadedNotification, IdentityAppConfiguredNotification, AuthenticationExpiredNotification, WalletSignRequest, TxAuthDataSignatureResponse, GetCustomerStatusResponse,
3216
3229
  // `identifier` is a technical detail that should not be exposed to the app
3217
3230
  KycCompletionNotification.omit({
3218
3231
  identifier: true
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-fd8cb8ef.cjs.dev.js');
6
- var transaction_schema = require('./transaction.schema-b464355d.cjs.dev.js');
5
+ var identityApi_schema = require('./identity-api.schema-4678c701.cjs.dev.js');
6
+ var transaction_schema = require('./transaction.schema-c3981fd1.cjs.dev.js');
7
7
  var zod = require('zod');
8
- var frontendUtilities_schema = require('./frontend-utilities.schema-7ffb1914.cjs.dev.js');
8
+ var frontendUtilities_schema = require('./frontend-utilities.schema-23dd8cab.cjs.dev.js');
9
9
  require('nanoid');
10
10
 
11
11
  var decodeUint8Array = function decodeUint8Array(data) {
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-abf3895a.cjs.prod.js');
6
- var transaction_schema = require('./transaction.schema-2f399ab7.cjs.prod.js');
5
+ var identityApi_schema = require('./identity-api.schema-33afaa2b.cjs.prod.js');
6
+ var transaction_schema = require('./transaction.schema-2c8feda6.cjs.prod.js');
7
7
  var zod = require('zod');
8
- var frontendUtilities_schema = require('./frontend-utilities.schema-10748e72.cjs.prod.js');
8
+ var frontendUtilities_schema = require('./frontend-utilities.schema-6dea5fdf.cjs.prod.js');
9
9
  require('nanoid');
10
10
 
11
11
  var decodeUint8Array = function decodeUint8Array(data) {
@@ -1,8 +1,8 @@
1
- import { C as CredentialTypes } from './identity-api.schema-247be200.esm.js';
2
- export { s as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, o as ACTIVE_TEZOS_CHAIN_VALUES, am as ALPHA_2_COUNTRIES, dg as ARRAY_OPERATORS, c_ as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bT as AVAILABLE_FLOWS, bh as ActionId, b6 as ActionPrefix, em as AdditionalCustomerInformationParams, F as AddressSchema, da as AllCredentialAttributes, db as AllCredentialValues, e1 as AllScenarioExecutionAuthorizationData, an as Alpha2Country, dX as AnyTxAuthDataSignatureResponse, dU as AnyTxAuthInput, dP as ApiTezosTxAuthInput, dL as ApiTxAuthInput, bc as AppId, aO as AppPrefix, K as AptosAddress, L as AptosSignature, dh as ArrayOperator, d6 as AuthQrCodeData, cF as AuthSession, cG as AuthSessionData, d1 as AuthorizationRequestMessage, d0 as AuthorizationRequestMessageType, c$ as AuthorizationRequestMessageTypes, d4 as AuthorizationResponseMessage, bU as AvailableFlow, a6 as BLOCKCHAIN_NAMESPACES, a8 as BLOCKCHAIN_NAMESPACES_NAMES, ac as BLOCKCHAIN_NAMESPACE_TO_NAME, ab as BLOCKCHAIN_NAME_TO_NAMESPACE, dm as BOOLEAN_OPERATORS, aE as BasicCustomerContactInformation, a4 as BlockchainAddress, B as BlockchainId, a7 as BlockchainNamespace, a5 as BlockchainSignature, dn as BooleanOperator, b$ as CHALLENGE_QUERY_OPERATORS, cX as CIRCUIT_IDS, p as COSMOS_CHAIN_NAMES, q as COSMOS_CHAIN_NAMES_LIST, r as COSMOS_CHAIN_VALUES, aF as CUSTOMERS_CHARTS, aJ as CUSTOMER_AUTOMATION_REASONS, aH as CUSTOMER_TABLE_COLUMNS, a2 as CardanoAddress, a3 as CardanoSignature, bd as ChallengeId, aP as ChallengePrefix, c0 as ChallengeQueryOperator, c2 as ChallengeQueryOperatorToOperator, b_ as ChallengeQueryOperators, c3 as ChallengeQuerySchema, cH as ChallengeResponse, cY as CircuitId, bB as CloseScreenNotification, cn as ComplianceImplementationStepsInput, U as CosmosAddress, t as CosmosChainId, V as CosmosSignature, d$ as CreateAuthRequestProps, dC as CreateQueryConfigurationInput, dD as CreateQueryConfigurationResponse, e0 as CreateZKProofRequestProps, eS as CredentialMediaType, eN as CredentialNames, d5 as CredentialQrCodeData, eM as CredentialSchemas, eQ as CredentialType, C as CredentialTypes, eq as CustomerId, aB as CustomerOnboardingLevel, aA as CustomerOnboardingLevels, bf as CustomerScreeningId, aR as CustomerScreeningPrefix, aD as CustomerStatus, aC as CustomerStatuses, aI as CustomerTableColumn, av as CustomerType, au as CustomerTypes, aG as CustomersChartType, dp as DATE_OPERATORS, a9 as DISPLAYED_LOCKCHAIN_NAMESPACES, bV as DataAvailableOnStart, dq as DateOperator, dG as DeleteQueryConfigurationInput, dH as DeleteQueryConfigurationResponse, aa as DisplayedBlockchainNamespace, H as EIP155Signature, ad as ENVS, E as EVM_BLOCK_TIME, i as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, _ as EdSignature, ba as EmailId, aM as EmailPrefix, ae as EnvironmentSchema, j as EvmChainId, c5 as ExecuteChallengeQueryConfig, c4 as ExecuteChallengeQueryInput, c7 as ExecuteChallengeQueryResponse, dW as ExtendedTezosTxAuthDataSignatureResponse, dT as ExtendedTezosTxAuthInput, dV as ExtendedTxAuthDataSignatureResponse, dS as ExtendedTxAuthInput, es as ExternalCustomerId, eb as FLOW_TYPES, ec as FlowType, I as FunctionCallData, cE as GenerateWalletChallengeRequest, eL as GenericVerifiableCredentialSchema, cp as GetCredentialsRequest, cq as GetCredentialsResponse, cK as GetCustomerStatusRequest, cO as GetCustomerStatusResponse, dR as GetTezosTxAuthDataSignatureResponse, dN as GetTxAuthDataSignatureResponse, cy as GetTxAuthSigRequest, cA as GetTxAuthSigRequestTezos, cz as GetTxAuthSigResponse, cB as GetTxAuthSigResponseTezos, cR as HostMessage, cC as HostRequestMessage, bZ as HostResponseMessage, ey as ID3CredentialSubjectSchema, ef as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, eh as IDENTITY_DOCUMENT_OPTIONS, eI as IDImageCredentialSubjectSchema, du as IDInformation, eH as IDInformationCredentialSubjectSchema, ez as IDScanCredentialSubjectSchema, eA as IDScanPassportCredentialSubjectSchema, eB as IDScanSelfieCredentialSubjectSchema, al as ISO3CountryCode, el as Identifier, cP as IdentityAppMessage, eu as IdentityAppV2Web2JWT, et as IdentityAppV2Web3JWT, eg as IdentityDocumentCountryListOption, ei as IdentityDocumentOptionsType, b9 as IdentityId, cS as IdentityMessage, bN as IdentityNotificationMessage, aL as IdentityPrefix, bS as IdentityRequestMessage, cD as IdentityResponseMessage, cL as IdentitySdkMessage, cM as IdentitySdkMessageWithIdentifier, cQ as IdentityWallet, er as IdentityWidgetAccessToken, ev as IdentityWidgetAccessToken_NEW, ew as IdentityWidgetSessionToken, bO as InitialDataRequest, bW as InitialDataResponse, bt as InstitutionExtractedInfosId, b2 as InstitutionExtractedInfosPrefix, bs as InstitutionId, b1 as InstitutionPrefix, ak as IpAddress, bJ as IsVerifiedNotification, cw as IsVerifiedRequest, cx as IsVerifiedResponse, az as KybOnboardingLevel, ay as KybOnboardingLevels, bC as KycCompletionData, bD as KycCompletionNotification, ax as KycOnboardingLevel, aw as KycOnboardingLevels, bv as ListId, b4 as ListPrefix, cV as MediaType, cW as MediaTypePID, by as MemberId, w as NEXERA_ACTIVE_STARKNET_CHAIN_VALUES, h as NEXERA_CHAIN_VALUES, d as NEXERA_COSMOS_CHAINS, N as NEXERA_EVM_CHAINS, a as NEXERA_EVM_CHAINS_ID, f as NEXERA_EVM_CHAIN_NAMES, g as NEXERA_EVM_CHAIN_NAMES_LIST, e as NEXERA_STARKNET_CHAINS, u as NEXERA_STARKNET_CHAIN_NAMES, v as NEXERA_STARKNET_CHAIN_VALUES, c as NEXERA_TEZOS_CHAINS, l as NEXERA_TEZOS_CHAIN_NAMES, m as NEXERA_TEZOS_CHAIN_NAMES_LIST, n as NEXERA_TEZOS_CHAIN_VALUES, dk as NUMERIC_OPERATORS, eO as NexeraCredentialType, b as NexeraEvmChains, dB as NonParsedQueryConfiguration, dl as NumericOperator, eG as OLD_AMLScreeningsResultsCredentialSubjectSchema, eC as OLD_IDImageCredentialSubjectSchema, eD as OLD_IDInformationCredentialSubjectSchema, eE as OLD_ProofOfResidenceCredentialSubjectSchema, eF as OLD_SelfieImageCredentialSubjectSchema, c8 as OPAChallengeQuery, dc as OPERATORS, bL as OcvSdkInitialized, bF as OffChainScenarioExecutionData, d_ as OffChainZKP, c9 as OffChainZKPRuleResult, bG as OnChainScenarioExecutionData, e3 as OnChainZKP, e4 as OnChainZKPFromNexeraID, e6 as OnChainZKPPayload, e5 as OnChainZKPScenarioFromCms, c6 as OpaChallengeQueryResponse, dd as Operator, c1 as OperatorToChallengeQueryOperator, en as OrganizationId, ag as OtpCode, a0 as P2Signature, ej as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, aj as PUBLIC_SERVICES_SCHEMA_MAP, dy as PartialQueryConfigSimplified, ek as PersonalInformationFieldsIdentityDocuments, Q as PolkadotAddress, R as PolkadotSignature, bK as PolygonIdInitialized, cs as PolygonIdRequest, cr as PolygonIdRequestData, cu as PolygonIdResponse, ct as PolygonIdResponseData, k as PolygonNetworkNames, z as PrivateKey, e2 as ProjectAuthorizationData, d2 as ProofData, eK as ProofOfResidenceCredentialSubjectSchema, D as PublicKey, d7 as QrCodeLinkWithSchemaType, dv as QueryConfig, dx as QueryConfigSimplified, dz as QueryConfigSimplifiedParsed, dA as QueryConfiguration, dJ as QueryCredentialType, dI as QueryCredentialTypes, bw as QueryId, b5 as QueryPrefix, dw as QueryType, cT as RequiredDataRowSchema, cU as RequiredVerificationData, at as RiskScoreType, as as RiskScoreTypes, ci as RuleEngineResponse, bE as RuleEngineScenarioExecutionData, cl as RuleResultStatus, cm as RuleResultStatusLabels, ck as RuleResultStatuses, e7 as SCENARIO_AUTHORIZATION_STATUSES, di as STRING_OPERATORS, dr as SUPPORTED_TYPES, bz as ScenarioAuthorizationData, e8 as ScenarioAuthorizationStatus, bH as ScenarioExecutionData, bI as ScenarioExecutionNotification, cj as ScenarioExecutionResponse, bu as ScenarioId, b3 as ScenarioPrefix, ch as ScenarioStatus, cg as ScenarioStatuses, cf as ScenarioType, ce as ScenarioTypes, ca as SdkVerificationOutput, bA as SdkVerificationResponseSchema, eJ as SelfieImageCredentialSubjectSchema, bR as SendTransactionRequest, bP as SignatureRequest, bX as SignatureResponse, co as SimplifiedCredential, $ as SpSignature, M as StarknetAddress, S as StarknetChainId, O as StarknetSignature, bM as StartCompletedNotification, cv as StartFlowRequest, b8 as StorageId, aK as StoragePrefix, y as String0x, dj as StringOperator, ds as SupportedType, dt as SupportedTypes, bg as TagId, aS as TagPrefix, bi as TagsToTransactionReviewsId, aT as TagsToTransactionReviewsPrefix, be as TestId, aQ as TestPrefix, Y as TezosAddress, T as TezosChainId, X as TezosContractAddress, Z as TezosEntrypointName, W as TezosImplicitAddress, a1 as TezosSignature, dO as TezosTxAuthInput, dQ as TezosTxSignatureResponse, bj as TransactionAddressesId, aU as TransactionAddressesPrefix, bQ as TransactionData, bp as TransactionExtractedInfosId, a_ as TransactionExtractedInfosPrefix, bl as TransactionFeesId, aW as TransactionFeesPrefix, bk as TransactionId, bo as TransactionInfosId, aZ as TransactionInfosPrefix, br as TransactionMethodExtractedInfosId, b0 as TransactionMethodExtractedInfosPrefix, bq as TransactionMethodsId, a$ as TransactionMethodsPrefix, bn as TransactionPartiesId, aY as TransactionPartiesPrefix, aV as TransactionPrefix, bY as TransactionResponse, bm as TransactionReviewId, aX as TransactionReviewPrefix, cJ as TxAuthDataSignatureGatingRequest, cN as TxAuthDataSignatureResponse, dK as TxAuthInput, G as TxHash, dM as TxSignatureResponse, dE as UpdateQueryConfigurationInput, dF as UpdateQueryConfigurationResponse, af as UuidString, eR as VerifiableCredential, ee as VerificationMode, ed as VerificationModes, cd as VerificationOutput, cc as VerificationSessionStatus, cb as VerificationSessionStatuses, ea as VerifyWalletChallengeRequest, bb as WalletId, aN as WalletPrefix, cI as WalletSignResponse, e9 as WalletSignatureResponse, ex as Web2CreateSessionParams, ep as WorkflowId, eo as WorkspaceId, de as ZKPOperator, dY as ZKPRequest, dZ as ZKPRequestFromZKVerifier, cZ as ZeroKnowledgeProofRequest, d3 as ZeroKnowledgeProofResponse, ah as ZodParse, ap as countryISO2toISO3Mapping, ao as countryISO3toISO2Mapping, b7 as createBrandedSchemaId, bx as generateId, eP as getCredentialName, x as isValidAddress, aq as isoCountriesNameFromISO2, df as operatorDisplayMap, ar as parseISO3CountryCode, d8 as parseIden3Message, d9 as parseSessionIdFromUrl, J as shortAddress, ai as shortBlockchainAddress } from './identity-api.schema-247be200.esm.js';
3
- export { c as CryptoCode, b as CryptoCodes, a as CurrencyCode, C as CurrencyCodes, o as PaymentType, P as PaymentTypes, l as TransactionCurrencyCode, k as TransactionCurrencyCodes, j as TransactionDirection, i as TransactionDirections, q as TransactionPartiesType, p as TransactionPartiesTypes, n as TransactionProvider, m as TransactionProviders, h as TransactionReviewStatus, g as TransactionReviewStatuses, f as TransactionRiskLevel, e as TransactionRiskLevels, d as TransactionType, T as TransactionTypes } from './transaction.schema-ef0110cc.esm.js';
1
+ import { C as CredentialTypes } from './identity-api.schema-6636b675.esm.js';
2
+ export { s as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, o as ACTIVE_TEZOS_CHAIN_VALUES, am as ALPHA_2_COUNTRIES, dg as ARRAY_OPERATORS, c_ as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bT as AVAILABLE_FLOWS, bh as ActionId, b6 as ActionPrefix, em as AdditionalCustomerInformationParams, F as AddressSchema, da as AllCredentialAttributes, db as AllCredentialValues, e1 as AllScenarioExecutionAuthorizationData, an as Alpha2Country, dX as AnyTxAuthDataSignatureResponse, dU as AnyTxAuthInput, dP as ApiTezosTxAuthInput, dL as ApiTxAuthInput, bc as AppId, aO as AppPrefix, K as AptosAddress, L as AptosSignature, dh as ArrayOperator, d6 as AuthQrCodeData, cF as AuthSession, cG as AuthSessionData, d1 as AuthorizationRequestMessage, d0 as AuthorizationRequestMessageType, c$ as AuthorizationRequestMessageTypes, d4 as AuthorizationResponseMessage, bU as AvailableFlow, a6 as BLOCKCHAIN_NAMESPACES, a8 as BLOCKCHAIN_NAMESPACES_NAMES, ac as BLOCKCHAIN_NAMESPACE_TO_NAME, ab as BLOCKCHAIN_NAME_TO_NAMESPACE, dm as BOOLEAN_OPERATORS, aE as BasicCustomerContactInformation, a4 as BlockchainAddress, B as BlockchainId, a7 as BlockchainNamespace, a5 as BlockchainSignature, dn as BooleanOperator, b$ as CHALLENGE_QUERY_OPERATORS, cX as CIRCUIT_IDS, p as COSMOS_CHAIN_NAMES, q as COSMOS_CHAIN_NAMES_LIST, r as COSMOS_CHAIN_VALUES, aF as CUSTOMERS_CHARTS, aJ as CUSTOMER_AUTOMATION_REASONS, aH as CUSTOMER_TABLE_COLUMNS, a2 as CardanoAddress, a3 as CardanoSignature, bd as ChallengeId, aP as ChallengePrefix, c0 as ChallengeQueryOperator, c2 as ChallengeQueryOperatorToOperator, b_ as ChallengeQueryOperators, c3 as ChallengeQuerySchema, cH as ChallengeResponse, cY as CircuitId, bB as CloseScreenNotification, cn as ComplianceImplementationStepsInput, U as CosmosAddress, t as CosmosChainId, V as CosmosSignature, d$ as CreateAuthRequestProps, dC as CreateQueryConfigurationInput, dD as CreateQueryConfigurationResponse, e0 as CreateZKProofRequestProps, eS as CredentialMediaType, eN as CredentialNames, d5 as CredentialQrCodeData, eM as CredentialSchemas, eQ as CredentialType, C as CredentialTypes, eq as CustomerId, aB as CustomerOnboardingLevel, aA as CustomerOnboardingLevels, bf as CustomerScreeningId, aR as CustomerScreeningPrefix, aD as CustomerStatus, aC as CustomerStatuses, aI as CustomerTableColumn, av as CustomerType, au as CustomerTypes, aG as CustomersChartType, dp as DATE_OPERATORS, a9 as DISPLAYED_LOCKCHAIN_NAMESPACES, bV as DataAvailableOnStart, dq as DateOperator, dG as DeleteQueryConfigurationInput, dH as DeleteQueryConfigurationResponse, aa as DisplayedBlockchainNamespace, H as EIP155Signature, ad as ENVS, E as EVM_BLOCK_TIME, i as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, _ as EdSignature, ba as EmailId, aM as EmailPrefix, ae as EnvironmentSchema, j as EvmChainId, c5 as ExecuteChallengeQueryConfig, c4 as ExecuteChallengeQueryInput, c7 as ExecuteChallengeQueryResponse, dW as ExtendedTezosTxAuthDataSignatureResponse, dT as ExtendedTezosTxAuthInput, dV as ExtendedTxAuthDataSignatureResponse, dS as ExtendedTxAuthInput, es as ExternalCustomerId, eb as FLOW_TYPES, ec as FlowType, I as FunctionCallData, cE as GenerateWalletChallengeRequest, eL as GenericVerifiableCredentialSchema, cp as GetCredentialsRequest, cq as GetCredentialsResponse, cK as GetCustomerStatusRequest, cO as GetCustomerStatusResponse, dR as GetTezosTxAuthDataSignatureResponse, dN as GetTxAuthDataSignatureResponse, cy as GetTxAuthSigRequest, cA as GetTxAuthSigRequestTezos, cz as GetTxAuthSigResponse, cB as GetTxAuthSigResponseTezos, cR as HostMessage, cC as HostRequestMessage, bZ as HostResponseMessage, ey as ID3CredentialSubjectSchema, ef as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, eh as IDENTITY_DOCUMENT_OPTIONS, eI as IDImageCredentialSubjectSchema, du as IDInformation, eH as IDInformationCredentialSubjectSchema, ez as IDScanCredentialSubjectSchema, eA as IDScanPassportCredentialSubjectSchema, eB as IDScanSelfieCredentialSubjectSchema, al as ISO3CountryCode, el as Identifier, cP as IdentityAppMessage, eu as IdentityAppV2Web2JWT, et as IdentityAppV2Web3JWT, eg as IdentityDocumentCountryListOption, ei as IdentityDocumentOptionsType, b9 as IdentityId, cS as IdentityMessage, bN as IdentityNotificationMessage, aL as IdentityPrefix, bS as IdentityRequestMessage, cD as IdentityResponseMessage, cL as IdentitySdkMessage, cM as IdentitySdkMessageWithIdentifier, cQ as IdentityWallet, er as IdentityWidgetAccessToken, ev as IdentityWidgetAccessToken_NEW, ew as IdentityWidgetSessionToken, bO as InitialDataRequest, bW as InitialDataResponse, bt as InstitutionExtractedInfosId, b2 as InstitutionExtractedInfosPrefix, bs as InstitutionId, b1 as InstitutionPrefix, ak as IpAddress, bJ as IsVerifiedNotification, cw as IsVerifiedRequest, cx as IsVerifiedResponse, az as KybOnboardingLevel, ay as KybOnboardingLevels, bC as KycCompletionData, bD as KycCompletionNotification, ax as KycOnboardingLevel, aw as KycOnboardingLevels, bv as ListId, b4 as ListPrefix, cV as MediaType, cW as MediaTypePID, by as MemberId, w as NEXERA_ACTIVE_STARKNET_CHAIN_VALUES, h as NEXERA_CHAIN_VALUES, d as NEXERA_COSMOS_CHAINS, N as NEXERA_EVM_CHAINS, a as NEXERA_EVM_CHAINS_ID, f as NEXERA_EVM_CHAIN_NAMES, g as NEXERA_EVM_CHAIN_NAMES_LIST, e as NEXERA_STARKNET_CHAINS, u as NEXERA_STARKNET_CHAIN_NAMES, v as NEXERA_STARKNET_CHAIN_VALUES, c as NEXERA_TEZOS_CHAINS, l as NEXERA_TEZOS_CHAIN_NAMES, m as NEXERA_TEZOS_CHAIN_NAMES_LIST, n as NEXERA_TEZOS_CHAIN_VALUES, dk as NUMERIC_OPERATORS, eO as NexeraCredentialType, b as NexeraEvmChains, dB as NonParsedQueryConfiguration, dl as NumericOperator, eG as OLD_AMLScreeningsResultsCredentialSubjectSchema, eC as OLD_IDImageCredentialSubjectSchema, eD as OLD_IDInformationCredentialSubjectSchema, eE as OLD_ProofOfResidenceCredentialSubjectSchema, eF as OLD_SelfieImageCredentialSubjectSchema, c8 as OPAChallengeQuery, dc as OPERATORS, bL as OcvSdkInitialized, bF as OffChainScenarioExecutionData, d_ as OffChainZKP, c9 as OffChainZKPRuleResult, bG as OnChainScenarioExecutionData, e3 as OnChainZKP, e4 as OnChainZKPFromNexeraID, e6 as OnChainZKPPayload, e5 as OnChainZKPScenarioFromCms, c6 as OpaChallengeQueryResponse, dd as Operator, c1 as OperatorToChallengeQueryOperator, en as OrganizationId, ag as OtpCode, a0 as P2Signature, ej as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, aj as PUBLIC_SERVICES_SCHEMA_MAP, dy as PartialQueryConfigSimplified, ek as PersonalInformationFieldsIdentityDocuments, Q as PolkadotAddress, R as PolkadotSignature, bK as PolygonIdInitialized, cs as PolygonIdRequest, cr as PolygonIdRequestData, cu as PolygonIdResponse, ct as PolygonIdResponseData, k as PolygonNetworkNames, z as PrivateKey, e2 as ProjectAuthorizationData, d2 as ProofData, eK as ProofOfResidenceCredentialSubjectSchema, D as PublicKey, d7 as QrCodeLinkWithSchemaType, dv as QueryConfig, dx as QueryConfigSimplified, dz as QueryConfigSimplifiedParsed, dA as QueryConfiguration, dJ as QueryCredentialType, dI as QueryCredentialTypes, bw as QueryId, b5 as QueryPrefix, dw as QueryType, cT as RequiredDataRowSchema, cU as RequiredVerificationData, at as RiskScoreType, as as RiskScoreTypes, ci as RuleEngineResponse, bE as RuleEngineScenarioExecutionData, cl as RuleResultStatus, cm as RuleResultStatusLabels, ck as RuleResultStatuses, e7 as SCENARIO_AUTHORIZATION_STATUSES, di as STRING_OPERATORS, dr as SUPPORTED_TYPES, bz as ScenarioAuthorizationData, e8 as ScenarioAuthorizationStatus, bH as ScenarioExecutionData, bI as ScenarioExecutionNotification, cj as ScenarioExecutionResponse, bu as ScenarioId, b3 as ScenarioPrefix, ch as ScenarioStatus, cg as ScenarioStatuses, cf as ScenarioType, ce as ScenarioTypes, ca as SdkVerificationOutput, bA as SdkVerificationResponseSchema, eJ as SelfieImageCredentialSubjectSchema, bR as SendTransactionRequest, bP as SignatureRequest, bX as SignatureResponse, co as SimplifiedCredential, $ as SpSignature, M as StarknetAddress, S as StarknetChainId, O as StarknetSignature, bM as StartCompletedNotification, cv as StartFlowRequest, b8 as StorageId, aK as StoragePrefix, y as String0x, dj as StringOperator, ds as SupportedType, dt as SupportedTypes, bg as TagId, aS as TagPrefix, bi as TagsToTransactionReviewsId, aT as TagsToTransactionReviewsPrefix, be as TestId, aQ as TestPrefix, Y as TezosAddress, T as TezosChainId, X as TezosContractAddress, Z as TezosEntrypointName, W as TezosImplicitAddress, a1 as TezosSignature, dO as TezosTxAuthInput, dQ as TezosTxSignatureResponse, bj as TransactionAddressesId, aU as TransactionAddressesPrefix, bQ as TransactionData, bp as TransactionExtractedInfosId, a_ as TransactionExtractedInfosPrefix, bl as TransactionFeesId, aW as TransactionFeesPrefix, bk as TransactionId, bo as TransactionInfosId, aZ as TransactionInfosPrefix, br as TransactionMethodExtractedInfosId, b0 as TransactionMethodExtractedInfosPrefix, bq as TransactionMethodsId, a$ as TransactionMethodsPrefix, bn as TransactionPartiesId, aY as TransactionPartiesPrefix, aV as TransactionPrefix, bY as TransactionResponse, bm as TransactionReviewId, aX as TransactionReviewPrefix, cJ as TxAuthDataSignatureGatingRequest, cN as TxAuthDataSignatureResponse, dK as TxAuthInput, G as TxHash, dM as TxSignatureResponse, dE as UpdateQueryConfigurationInput, dF as UpdateQueryConfigurationResponse, af as UuidString, eR as VerifiableCredential, ee as VerificationMode, ed as VerificationModes, cd as VerificationOutput, cc as VerificationSessionStatus, cb as VerificationSessionStatuses, ea as VerifyWalletChallengeRequest, bb as WalletId, aN as WalletPrefix, cI as WalletSignResponse, e9 as WalletSignatureResponse, ex as Web2CreateSessionParams, ep as WorkflowId, eo as WorkspaceId, de as ZKPOperator, dY as ZKPRequest, dZ as ZKPRequestFromZKVerifier, cZ as ZeroKnowledgeProofRequest, d3 as ZeroKnowledgeProofResponse, ah as ZodParse, ap as countryISO2toISO3Mapping, ao as countryISO3toISO2Mapping, b7 as createBrandedSchemaId, bx as generateId, eP as getCredentialName, x as isValidAddress, aq as isoCountriesNameFromISO2, df as operatorDisplayMap, ar as parseISO3CountryCode, d8 as parseIden3Message, d9 as parseSessionIdFromUrl, J as shortAddress, ai as shortBlockchainAddress } from './identity-api.schema-6636b675.esm.js';
3
+ export { c as CryptoCode, b as CryptoCodes, a as CurrencyCode, C as CurrencyCodes, o as PaymentType, P as PaymentTypes, l as TransactionCurrencyCode, k as TransactionCurrencyCodes, j as TransactionDirection, i as TransactionDirections, q as TransactionPartiesType, p as TransactionPartiesTypes, n as TransactionProvider, m as TransactionProviders, h as TransactionReviewStatus, g as TransactionReviewStatuses, f as TransactionRiskLevel, e as TransactionRiskLevels, d as TransactionType, T as TransactionTypes } from './transaction.schema-4be99b85.esm.js';
4
4
  import { z } from 'zod';
5
- export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-2a804a23.esm.js';
5
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-18538dc5.esm.js';
6
6
  import 'nanoid';
7
7
 
8
8
  var decodeUint8Array = function decodeUint8Array(data) {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.3.35",
3
+ "version": "2.3.40",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var identityApi_schema = require('./identity-api.schema-abf3895a.cjs.prod.js');
3
+ var identityApi_schema = require('./identity-api.schema-33afaa2b.cjs.prod.js');
4
4
  var zod = require('zod');
5
5
 
6
6
  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"];
@@ -1,4 +1,4 @@
1
- import { eT as _toConsumableArray } from './identity-api.schema-247be200.esm.js';
1
+ import { eT as _toConsumableArray } from './identity-api.schema-6636b675.esm.js';
2
2
  import { z } from 'zod';
3
3
 
4
4
  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"];
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var identityApi_schema = require('./identity-api.schema-fd8cb8ef.cjs.dev.js');
3
+ var identityApi_schema = require('./identity-api.schema-4678c701.cjs.dev.js');
4
4
  var zod = require('zod');
5
5
 
6
6
  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"];
@@ -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-fd8cb8ef.cjs.dev.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-4678c701.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-abf3895a.cjs.prod.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-33afaa2b.cjs.prod.js');
6
6
  require('zod');
7
7
  require('nanoid');
8
8
 
@@ -1,3 +1,3 @@
1
- export { dg as ARRAY_OPERATORS, c_ as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bT as AVAILABLE_FLOWS, da as AllCredentialAttributes, db as AllCredentialValues, e1 as AllScenarioExecutionAuthorizationData, dX as AnyTxAuthDataSignatureResponse, dU as AnyTxAuthInput, dP as ApiTezosTxAuthInput, dL as ApiTxAuthInput, dh as ArrayOperator, d6 as AuthQrCodeData, cF as AuthSession, cG as AuthSessionData, d1 as AuthorizationRequestMessage, d0 as AuthorizationRequestMessageType, c$ as AuthorizationRequestMessageTypes, d4 as AuthorizationResponseMessage, bU as AvailableFlow, dm as BOOLEAN_OPERATORS, dn as BooleanOperator, b$ as CHALLENGE_QUERY_OPERATORS, cX as CIRCUIT_IDS, c0 as ChallengeQueryOperator, c2 as ChallengeQueryOperatorToOperator, b_ as ChallengeQueryOperators, c3 as ChallengeQuerySchema, cH as ChallengeResponse, cY as CircuitId, bB as CloseScreenNotification, cn as ComplianceImplementationStepsInput, d$ as CreateAuthRequestProps, dC as CreateQueryConfigurationInput, dD as CreateQueryConfigurationResponse, e0 as CreateZKProofRequestProps, d5 as CredentialQrCodeData, dp as DATE_OPERATORS, bV as DataAvailableOnStart, dq as DateOperator, dG as DeleteQueryConfigurationInput, dH as DeleteQueryConfigurationResponse, c5 as ExecuteChallengeQueryConfig, c4 as ExecuteChallengeQueryInput, c7 as ExecuteChallengeQueryResponse, dW as ExtendedTezosTxAuthDataSignatureResponse, dT as ExtendedTezosTxAuthInput, dV as ExtendedTxAuthDataSignatureResponse, dS as ExtendedTxAuthInput, cE as GenerateWalletChallengeRequest, cp as GetCredentialsRequest, cq as GetCredentialsResponse, cK as GetCustomerStatusRequest, cO as GetCustomerStatusResponse, dR as GetTezosTxAuthDataSignatureResponse, dN as GetTxAuthDataSignatureResponse, cy as GetTxAuthSigRequest, cA as GetTxAuthSigRequestTezos, cz as GetTxAuthSigResponse, cB as GetTxAuthSigResponseTezos, cR as HostMessage, cC as HostRequestMessage, bZ as HostResponseMessage, du as IDInformation, cP as IdentityAppMessage, cS as IdentityMessage, bN as IdentityNotificationMessage, bS as IdentityRequestMessage, cD as IdentityResponseMessage, cL as IdentitySdkMessage, cM as IdentitySdkMessageWithIdentifier, cQ as IdentityWallet, bO as InitialDataRequest, bW as InitialDataResponse, bJ as IsVerifiedNotification, cw as IsVerifiedRequest, cx as IsVerifiedResponse, bC as KycCompletionData, bD as KycCompletionNotification, cV as MediaType, cW as MediaTypePID, dk as NUMERIC_OPERATORS, dB as NonParsedQueryConfiguration, dl as NumericOperator, c8 as OPAChallengeQuery, dc as OPERATORS, bL as OcvSdkInitialized, bF as OffChainScenarioExecutionData, d_ as OffChainZKP, c9 as OffChainZKPRuleResult, bG as OnChainScenarioExecutionData, e3 as OnChainZKP, e4 as OnChainZKPFromNexeraID, e6 as OnChainZKPPayload, e5 as OnChainZKPScenarioFromCms, c6 as OpaChallengeQueryResponse, dd as Operator, c1 as OperatorToChallengeQueryOperator, dy as PartialQueryConfigSimplified, bK as PolygonIdInitialized, cs as PolygonIdRequest, cr as PolygonIdRequestData, cu as PolygonIdResponse, ct as PolygonIdResponseData, e2 as ProjectAuthorizationData, d2 as ProofData, d7 as QrCodeLinkWithSchemaType, dv as QueryConfig, dx as QueryConfigSimplified, dz as QueryConfigSimplifiedParsed, dA as QueryConfiguration, dJ as QueryCredentialType, dI as QueryCredentialTypes, dw as QueryType, cT as RequiredDataRowSchema, cU as RequiredVerificationData, ci as RuleEngineResponse, bE as RuleEngineScenarioExecutionData, cl as RuleResultStatus, cm as RuleResultStatusLabels, ck as RuleResultStatuses, e7 as SCENARIO_AUTHORIZATION_STATUSES, di as STRING_OPERATORS, dr as SUPPORTED_TYPES, bz as ScenarioAuthorizationData, e8 as ScenarioAuthorizationStatus, bH as ScenarioExecutionData, bI as ScenarioExecutionNotification, cj as ScenarioExecutionResponse, ch as ScenarioStatus, cg as ScenarioStatuses, cf as ScenarioType, ce as ScenarioTypes, ca as SdkVerificationOutput, bA as SdkVerificationResponseSchema, bR as SendTransactionRequest, bP as SignatureRequest, bX as SignatureResponse, co as SimplifiedCredential, bM as StartCompletedNotification, cv as StartFlowRequest, dj as StringOperator, ds as SupportedType, dt as SupportedTypes, dO as TezosTxAuthInput, dQ as TezosTxSignatureResponse, bQ as TransactionData, bY as TransactionResponse, cJ as TxAuthDataSignatureGatingRequest, cN as TxAuthDataSignatureResponse, dK as TxAuthInput, dM as TxSignatureResponse, dE as UpdateQueryConfigurationInput, dF as UpdateQueryConfigurationResponse, cd as VerificationOutput, cc as VerificationSessionStatus, cb as VerificationSessionStatuses, ea as VerifyWalletChallengeRequest, cI as WalletSignResponse, e9 as WalletSignatureResponse, de as ZKPOperator, dY as ZKPRequest, dZ as ZKPRequestFromZKVerifier, cZ as ZeroKnowledgeProofRequest, d3 as ZeroKnowledgeProofResponse, df as operatorDisplayMap, d8 as parseIden3Message, d9 as parseSessionIdFromUrl } from '../../dist/identity-api.schema-247be200.esm.js';
1
+ export { dg as ARRAY_OPERATORS, c_ as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bT as AVAILABLE_FLOWS, da as AllCredentialAttributes, db as AllCredentialValues, e1 as AllScenarioExecutionAuthorizationData, dX as AnyTxAuthDataSignatureResponse, dU as AnyTxAuthInput, dP as ApiTezosTxAuthInput, dL as ApiTxAuthInput, dh as ArrayOperator, d6 as AuthQrCodeData, cF as AuthSession, cG as AuthSessionData, d1 as AuthorizationRequestMessage, d0 as AuthorizationRequestMessageType, c$ as AuthorizationRequestMessageTypes, d4 as AuthorizationResponseMessage, bU as AvailableFlow, dm as BOOLEAN_OPERATORS, dn as BooleanOperator, b$ as CHALLENGE_QUERY_OPERATORS, cX as CIRCUIT_IDS, c0 as ChallengeQueryOperator, c2 as ChallengeQueryOperatorToOperator, b_ as ChallengeQueryOperators, c3 as ChallengeQuerySchema, cH as ChallengeResponse, cY as CircuitId, bB as CloseScreenNotification, cn as ComplianceImplementationStepsInput, d$ as CreateAuthRequestProps, dC as CreateQueryConfigurationInput, dD as CreateQueryConfigurationResponse, e0 as CreateZKProofRequestProps, d5 as CredentialQrCodeData, dp as DATE_OPERATORS, bV as DataAvailableOnStart, dq as DateOperator, dG as DeleteQueryConfigurationInput, dH as DeleteQueryConfigurationResponse, c5 as ExecuteChallengeQueryConfig, c4 as ExecuteChallengeQueryInput, c7 as ExecuteChallengeQueryResponse, dW as ExtendedTezosTxAuthDataSignatureResponse, dT as ExtendedTezosTxAuthInput, dV as ExtendedTxAuthDataSignatureResponse, dS as ExtendedTxAuthInput, cE as GenerateWalletChallengeRequest, cp as GetCredentialsRequest, cq as GetCredentialsResponse, cK as GetCustomerStatusRequest, cO as GetCustomerStatusResponse, dR as GetTezosTxAuthDataSignatureResponse, dN as GetTxAuthDataSignatureResponse, cy as GetTxAuthSigRequest, cA as GetTxAuthSigRequestTezos, cz as GetTxAuthSigResponse, cB as GetTxAuthSigResponseTezos, cR as HostMessage, cC as HostRequestMessage, bZ as HostResponseMessage, du as IDInformation, cP as IdentityAppMessage, cS as IdentityMessage, bN as IdentityNotificationMessage, bS as IdentityRequestMessage, cD as IdentityResponseMessage, cL as IdentitySdkMessage, cM as IdentitySdkMessageWithIdentifier, cQ as IdentityWallet, bO as InitialDataRequest, bW as InitialDataResponse, bJ as IsVerifiedNotification, cw as IsVerifiedRequest, cx as IsVerifiedResponse, bC as KycCompletionData, bD as KycCompletionNotification, cV as MediaType, cW as MediaTypePID, dk as NUMERIC_OPERATORS, dB as NonParsedQueryConfiguration, dl as NumericOperator, c8 as OPAChallengeQuery, dc as OPERATORS, bL as OcvSdkInitialized, bF as OffChainScenarioExecutionData, d_ as OffChainZKP, c9 as OffChainZKPRuleResult, bG as OnChainScenarioExecutionData, e3 as OnChainZKP, e4 as OnChainZKPFromNexeraID, e6 as OnChainZKPPayload, e5 as OnChainZKPScenarioFromCms, c6 as OpaChallengeQueryResponse, dd as Operator, c1 as OperatorToChallengeQueryOperator, dy as PartialQueryConfigSimplified, bK as PolygonIdInitialized, cs as PolygonIdRequest, cr as PolygonIdRequestData, cu as PolygonIdResponse, ct as PolygonIdResponseData, e2 as ProjectAuthorizationData, d2 as ProofData, d7 as QrCodeLinkWithSchemaType, dv as QueryConfig, dx as QueryConfigSimplified, dz as QueryConfigSimplifiedParsed, dA as QueryConfiguration, dJ as QueryCredentialType, dI as QueryCredentialTypes, dw as QueryType, cT as RequiredDataRowSchema, cU as RequiredVerificationData, ci as RuleEngineResponse, bE as RuleEngineScenarioExecutionData, cl as RuleResultStatus, cm as RuleResultStatusLabels, ck as RuleResultStatuses, e7 as SCENARIO_AUTHORIZATION_STATUSES, di as STRING_OPERATORS, dr as SUPPORTED_TYPES, bz as ScenarioAuthorizationData, e8 as ScenarioAuthorizationStatus, bH as ScenarioExecutionData, bI as ScenarioExecutionNotification, cj as ScenarioExecutionResponse, ch as ScenarioStatus, cg as ScenarioStatuses, cf as ScenarioType, ce as ScenarioTypes, ca as SdkVerificationOutput, bA as SdkVerificationResponseSchema, bR as SendTransactionRequest, bP as SignatureRequest, bX as SignatureResponse, co as SimplifiedCredential, bM as StartCompletedNotification, cv as StartFlowRequest, dj as StringOperator, ds as SupportedType, dt as SupportedTypes, dO as TezosTxAuthInput, dQ as TezosTxSignatureResponse, bQ as TransactionData, bY as TransactionResponse, cJ as TxAuthDataSignatureGatingRequest, cN as TxAuthDataSignatureResponse, dK as TxAuthInput, dM as TxSignatureResponse, dE as UpdateQueryConfigurationInput, dF as UpdateQueryConfigurationResponse, cd as VerificationOutput, cc as VerificationSessionStatus, cb as VerificationSessionStatuses, ea as VerifyWalletChallengeRequest, cI as WalletSignResponse, e9 as WalletSignatureResponse, de as ZKPOperator, dY as ZKPRequest, dZ as ZKPRequestFromZKVerifier, cZ as ZeroKnowledgeProofRequest, d3 as ZeroKnowledgeProofResponse, df as operatorDisplayMap, d8 as parseIden3Message, d9 as parseSessionIdFromUrl } from '../../dist/identity-api.schema-6636b675.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.35-dev",
3
+ "version": "2.3.40-dev",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var customers_schema = require('../../dist/customers.schema-3aaa153d.cjs.dev.js');
5
+ var customers_schema = require('../../dist/customers.schema-7f05efd0.cjs.dev.js');
6
6
  require('zod');
7
- require('../../dist/identity-api.schema-fd8cb8ef.cjs.dev.js');
7
+ require('../../dist/identity-api.schema-4678c701.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-5b44467d.cjs.prod.js');
5
+ var customers_schema = require('../../dist/customers.schema-13067e93.cjs.prod.js');
6
6
  require('zod');
7
- require('../../dist/identity-api.schema-abf3895a.cjs.prod.js');
7
+ require('../../dist/identity-api.schema-33afaa2b.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, bL as ApplicantMemberOfSchema, b_ as BENEFICIARY_TYPES, e as BLOCKCHAIN_TYPES, bN as BaseApplicantActionSchema, bl as BaseProvider, c0 as BeneficiaryCompanyCustomerClaims, c1 as BeneficiaryCompanyCustomerClaimsArray, b$ as BeneficiaryType, d4 as BeneficiaryVerificationStatus, d5 as BeneficiaryVerificationStatusArray, u as BigCSErrorCodes, bi as BigConfig, p as BigCryptoChain, r as BigProperties, q as BigPropertiesLiteral, s as BigProperty, bo 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, dn as ChainalysisApiError, be as ChainalysisConfig, dl as ChainalysisErrorCodes, br as ChainalysisProvider, dj as ChainalysisRegisterApiResponse, dp as ChainalysisRegisterResponse, di as ChainalysisRequest, dm as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dk as ChainalysisRiskLevel, ah as CoerceDateUTC, g as Coin, d3 as CompanyDocumentMetaData, aW as ComplyAdvantageAmlFullListing, aV as ComplyAdvantageAmlItemSource, aD as ComplyAdvantageCountryFieldSources, aF as ComplyAdvantageDateOfBirthFieldSources, aU as ComplyAdvantageKeyInformation, aP as ComplyAdvantageMedia, b4 as ComplyAdvantageMonitorSearchDataResponse, b6 as ComplyAdvantageMonitorSearchResponse, b5 as ComplyAdvantageMonitorSearchSuccessResponse, b7 as ComplyAdvantageMonitoredSearchUpdate, aB as ComplyAdvantageNationalityFieldSources, bw as ComplyAdvantageProvider, bv as ComplyAdvantageProviderConfigElement, bu as ComplyAdvantageProviderConfigFilters, bt 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, a$ as ComplyAdvantageSearchRequests, b as ComplyAdvantageSearchResponse, aS as ComplyAdvantageSearchSuccessResponse, b1 as ComplyAdvantageUpdateSearchEntitiesRequest, b3 as ComplyAdvantageUpdateSearchEntitiesResponse, b2 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, b0 as ComplyAdvantageUpdateSearchRequest, aN as ComplyAdvantageUser, bC as CreateProviderInput, bD as CreateProviderResponse, aG as CreateSearchInput, cX as CredentialMetadata, cW as CustomerContactInformationOutput, da as CustomerDocumentMetaData, db as CustomerStatusResults, bb as DataProviderOptions, bc as DataProviders, bH as DeleteProviderInput, bI as DeleteProviderResponse, X as DocumentIdMetadata, V as DocumentIdType, U as DocumentIdTypes, cq as DocumentMetadataSchema, a1 as EmailMetadata, E as EmailVerificationAnalysisResponse, cM as EmailVerificationResponse, T as File, cV as GetCredentialsOutput, d7 as GetKybSessionInput, d8 as GetKybSessionResponse, cP as GetKycSessionInput, cQ as GetKycSessionResponse, cY as GetKycSessionResponseWithCredentialsMetadata, bB as GetProviderResponse, bA as GetProvidersResponse, ao as HIGH_RISK_TYPES, bY as INDIVIDUAL_BENEFICIARY_RELATIONS, b9 as IdentityProviderOptions, ba as IdentityProviders, bZ as IndividualBeneficiaryRelation, l as IpQualityAnalysisRequest, m as IpQualityAnalysisResponse, bh as IpQualityConfig, n as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, o as IpQualityServiceErrorResponse, bs as IpqualityscoreProvider, c$ as KYB_RESULTS, d1 as KYB_SESSION_STATUSES, cZ as KYB_STEP_TYPES, cI as KYC_RESULTS, cK as KYC_SESSION_STATUSES, cG as KYC_STEP_TYPES, d0 as KybResult, d2 as KybSessionStatus, c_ as KybStep, cJ as KycResult, cL as KycSessionStatus, cH as KycStep, $ as LivenessMetadata, ap as MEDIUM_RISK_TYPES, aI as MatchStatus, aH as MatchStatuses, aO as MatchTypeDetail, M as MergedProviders, dh as MerkleAddressApiError, dg as MerkleAddressApiResponse, df as MerkleAddressRequest, a as MerkleAddressResponse, de as MerkleBlockChainCodes, dd as MerkleBlockChainNames, dc as MerkleBlockChainTypes, bd as MerkleScienceConfig, bq as MerkleScienceProvider, N as NestedSession, bn as NexeraIdKYBProvider, bm as NexeraIdSSIDProvider, O as OBJECT_TYPES, d as ObjectType, a0 as PhoneMetadata, P as PhoneVerificationAnalysisResponse, Z as ProofOfAddressDocumentType, Y as ProofOfAddressDocumentTypes, _ as ProofOfAddressMetadata, cU as ProofOfResidenceDocumentType, cT as ProofOfResidenceMetaData, by as ProviderData, bz as ProviderDataProject, bk as ProviderIntegrationType, bj as ProviderIntegrationTypeOptions, b8 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, bQ as SUMSUB_APPLICANT_TYPES, cj as SUMSUB_COMPANY_BENEFICIARY_GROUP, c7 as SUMSUB_DOC_TYPES, c9 as SUMSUB_FLOW_LEVEL, cy as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, co as SUMSUB_MEDIA_CONTENT_TYPES, bS as SUMSUB_REVIEW_ANSWERS, cD as SUMSUB_REVIEW_REJECT_LABELS, cF as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bU as SUMSUB_REVIEW_REJECT_TYPES, c5 as SUMSUB_REVIEW_STATUSES, bO as SUMSUB_STEPS, c3 as SUMSUB_WEBHOOK_INTERNAL_STATUS, j as ScorechainAnalysis, bf as ScorechainConfig, i as ScorechainError, h as ScorechainErrorResponse, bp 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, d6 as SelectKybSession, cN as SelectKycSession, cO as SelectKycSessionStep, G as Session, H as SessionWithoutSteps, D as Status, z as Statuses, a3 as Step, K as StepType, J as StepTypes, bW as SumSubAddress, bX as SumSubApplicantInfo, cs as SumSubApplicantResetSchema, cr as SumSubApplicantReviewStatusSchema, cx as SumSubApplicantSchema, bR as SumSubApplicantType, cn as SumSubApplicantVerificationStepSchema, c2 as SumSubCompanyApplicantInfo, ch as SumSubCompanyApplicantSchema, c8 as SumSubDocType, ca as SumSubFlowLevel, ct as SumSubGenerateExternalWebSdkLinkSchema, ci as SumSubImageId, cd as SumSubImageReviewResultSchema, cg as SumSubIndividualApplicantSchema, cp as SumSubMediaContentType, cb as SumSubRequiredIdDoc, bT as SumSubReviewAnswer, cE as SumSubReviewRejectLabel, bV as SumSubReviewRejectType, cc as SumSubReviewResultSchema, c6 as SumSubReviewStatus, cC as SumSubSimilarApplicantsSchema, bP as SumSubStep, cm as SumSubVerificationStepSchema, bM as SumSubWebhookSchema, cf as SumsubApplicantType, ce as SumsubApplicantTypes, ck as SumsubCompanyBeneficiaryGroup, cw as SumsubKybDataSchema, cB as SumsubKybSessionFlowSection, cA as SumsubKybSessionFlowSectionItem, cz as SumsubKybSessionFlowSectionStatus, cv as SumsubKycDataSchema, cl as SumsubStepStatus, cu as SumsubVideoCallData, c4 as SumsubWebhookInternalStatus, bx 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, bG as ToggleProviderInput, a9 as UNKNOWN_ERROR, d9 as UpdateKybSessionOutput, cR as UpdateKycSessionOutput, bE as UpdateProviderInput, bF as UpdateProviderResponse, aM as UpdateSearchEntitiesInput, aL as UpdateSearchInput, cS as VideoKycMetaData, bJ as WEBHOOK_TYPES, F as WebhookPayload, bK as WebhookType, bg as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, as as mappingMatchTypeToLabel, a6 as typeToHumanReadable } from '../../dist/customers.schema-75c90776.esm.js';
1
+ export { a2 as AMLMetadata, A as ANALYSIS_TYPES, c as AnalysisType, bL as ApplicantMemberOfSchema, b_ as BENEFICIARY_TYPES, e as BLOCKCHAIN_TYPES, bN as BaseApplicantActionSchema, bl as BaseProvider, c0 as BeneficiaryCompanyCustomerClaims, c1 as BeneficiaryCompanyCustomerClaimsArray, b$ as BeneficiaryType, d4 as BeneficiaryVerificationStatus, d5 as BeneficiaryVerificationStatusArray, u as BigCSErrorCodes, bi as BigConfig, p as BigCryptoChain, r as BigProperties, q as BigPropertiesLiteral, s as BigProperty, bo 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, dn as ChainalysisApiError, be as ChainalysisConfig, dl as ChainalysisErrorCodes, br as ChainalysisProvider, dj as ChainalysisRegisterApiResponse, dp as ChainalysisRegisterResponse, di as ChainalysisRequest, dm as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dk as ChainalysisRiskLevel, ah as CoerceDateUTC, g as Coin, d3 as CompanyDocumentMetaData, aW as ComplyAdvantageAmlFullListing, aV as ComplyAdvantageAmlItemSource, aD as ComplyAdvantageCountryFieldSources, aF as ComplyAdvantageDateOfBirthFieldSources, aU as ComplyAdvantageKeyInformation, aP as ComplyAdvantageMedia, b4 as ComplyAdvantageMonitorSearchDataResponse, b6 as ComplyAdvantageMonitorSearchResponse, b5 as ComplyAdvantageMonitorSearchSuccessResponse, b7 as ComplyAdvantageMonitoredSearchUpdate, aB as ComplyAdvantageNationalityFieldSources, bw as ComplyAdvantageProvider, bv as ComplyAdvantageProviderConfigElement, bu as ComplyAdvantageProviderConfigFilters, bt 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, a$ as ComplyAdvantageSearchRequests, b as ComplyAdvantageSearchResponse, aS as ComplyAdvantageSearchSuccessResponse, b1 as ComplyAdvantageUpdateSearchEntitiesRequest, b3 as ComplyAdvantageUpdateSearchEntitiesResponse, b2 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, b0 as ComplyAdvantageUpdateSearchRequest, aN as ComplyAdvantageUser, bC as CreateProviderInput, bD as CreateProviderResponse, aG as CreateSearchInput, cX as CredentialMetadata, cW as CustomerContactInformationOutput, da as CustomerDocumentMetaData, db as CustomerStatusResults, bb as DataProviderOptions, bc as DataProviders, bH as DeleteProviderInput, bI as DeleteProviderResponse, X as DocumentIdMetadata, V as DocumentIdType, U as DocumentIdTypes, cq as DocumentMetadataSchema, a1 as EmailMetadata, E as EmailVerificationAnalysisResponse, cM as EmailVerificationResponse, T as File, cV as GetCredentialsOutput, d7 as GetKybSessionInput, d8 as GetKybSessionResponse, cP as GetKycSessionInput, cQ as GetKycSessionResponse, cY as GetKycSessionResponseWithCredentialsMetadata, bB as GetProviderResponse, bA as GetProvidersResponse, ao as HIGH_RISK_TYPES, bY as INDIVIDUAL_BENEFICIARY_RELATIONS, b9 as IdentityProviderOptions, ba as IdentityProviders, bZ as IndividualBeneficiaryRelation, l as IpQualityAnalysisRequest, m as IpQualityAnalysisResponse, bh as IpQualityConfig, n as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, o as IpQualityServiceErrorResponse, bs as IpqualityscoreProvider, c$ as KYB_RESULTS, d1 as KYB_SESSION_STATUSES, cZ as KYB_STEP_TYPES, cI as KYC_RESULTS, cK as KYC_SESSION_STATUSES, cG as KYC_STEP_TYPES, d0 as KybResult, d2 as KybSessionStatus, c_ as KybStep, cJ as KycResult, cL as KycSessionStatus, cH as KycStep, $ as LivenessMetadata, ap as MEDIUM_RISK_TYPES, aI as MatchStatus, aH as MatchStatuses, aO as MatchTypeDetail, M as MergedProviders, dh as MerkleAddressApiError, dg as MerkleAddressApiResponse, df as MerkleAddressRequest, a as MerkleAddressResponse, de as MerkleBlockChainCodes, dd as MerkleBlockChainNames, dc as MerkleBlockChainTypes, bd as MerkleScienceConfig, bq as MerkleScienceProvider, N as NestedSession, bn as NexeraIdKYBProvider, bm as NexeraIdSSIDProvider, O as OBJECT_TYPES, d as ObjectType, a0 as PhoneMetadata, P as PhoneVerificationAnalysisResponse, Z as ProofOfAddressDocumentType, Y as ProofOfAddressDocumentTypes, _ as ProofOfAddressMetadata, cU as ProofOfResidenceDocumentType, cT as ProofOfResidenceMetaData, by as ProviderData, bz as ProviderDataProject, bk as ProviderIntegrationType, bj as ProviderIntegrationTypeOptions, b8 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, bQ as SUMSUB_APPLICANT_TYPES, cj as SUMSUB_COMPANY_BENEFICIARY_GROUP, c7 as SUMSUB_DOC_TYPES, c9 as SUMSUB_FLOW_LEVEL, cy as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, co as SUMSUB_MEDIA_CONTENT_TYPES, bS as SUMSUB_REVIEW_ANSWERS, cD as SUMSUB_REVIEW_REJECT_LABELS, cF as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bU as SUMSUB_REVIEW_REJECT_TYPES, c5 as SUMSUB_REVIEW_STATUSES, bO as SUMSUB_STEPS, c3 as SUMSUB_WEBHOOK_INTERNAL_STATUS, j as ScorechainAnalysis, bf as ScorechainConfig, i as ScorechainError, h as ScorechainErrorResponse, bp 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, d6 as SelectKybSession, cN as SelectKycSession, cO as SelectKycSessionStep, G as Session, H as SessionWithoutSteps, D as Status, z as Statuses, a3 as Step, K as StepType, J as StepTypes, bW as SumSubAddress, bX as SumSubApplicantInfo, cs as SumSubApplicantResetSchema, cr as SumSubApplicantReviewStatusSchema, cx as SumSubApplicantSchema, bR as SumSubApplicantType, cn as SumSubApplicantVerificationStepSchema, c2 as SumSubCompanyApplicantInfo, ch as SumSubCompanyApplicantSchema, c8 as SumSubDocType, ca as SumSubFlowLevel, ct as SumSubGenerateExternalWebSdkLinkSchema, ci as SumSubImageId, cd as SumSubImageReviewResultSchema, cg as SumSubIndividualApplicantSchema, cp as SumSubMediaContentType, cb as SumSubRequiredIdDoc, bT as SumSubReviewAnswer, cE as SumSubReviewRejectLabel, bV as SumSubReviewRejectType, cc as SumSubReviewResultSchema, c6 as SumSubReviewStatus, cC as SumSubSimilarApplicantsSchema, bP as SumSubStep, cm as SumSubVerificationStepSchema, bM as SumSubWebhookSchema, cf as SumsubApplicantType, ce as SumsubApplicantTypes, ck as SumsubCompanyBeneficiaryGroup, cw as SumsubKybDataSchema, cB as SumsubKybSessionFlowSection, cA as SumsubKybSessionFlowSectionItem, cz as SumsubKybSessionFlowSectionStatus, cv as SumsubKycDataSchema, cl as SumsubStepStatus, cu as SumsubVideoCallData, c4 as SumsubWebhookInternalStatus, bx 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, bG as ToggleProviderInput, a9 as UNKNOWN_ERROR, d9 as UpdateKybSessionOutput, cR as UpdateKycSessionOutput, bE as UpdateProviderInput, bF as UpdateProviderResponse, aM as UpdateSearchEntitiesInput, aL as UpdateSearchInput, cS as VideoKycMetaData, bJ as WEBHOOK_TYPES, F as WebhookPayload, bK as WebhookType, bg as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, as as mappingMatchTypeToLabel, a6 as typeToHumanReadable } from '../../dist/customers.schema-9d91ad47.esm.js';
2
2
  import 'zod';
3
- import '../../dist/identity-api.schema-247be200.esm.js';
3
+ import '../../dist/identity-api.schema-6636b675.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-fd8cb8ef.cjs.dev.js');
6
- var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-7ffb1914.cjs.dev.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-4678c701.cjs.dev.js');
6
+ var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-23dd8cab.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-abf3895a.cjs.prod.js');
6
- var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-10748e72.cjs.prod.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-33afaa2b.cjs.prod.js');
6
+ var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-6dea5fdf.cjs.prod.js');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
 
@@ -1,4 +1,4 @@
1
- export { an as Alpha2Country, eS as CredentialMediaType, eN as CredentialNames, eM as CredentialSchemas, eQ as CredentialType, C as CredentialTypes, eL as GenericVerifiableCredentialSchema, ey as ID3CredentialSubjectSchema, eI as IDImageCredentialSubjectSchema, eH as IDInformationCredentialSubjectSchema, ez as IDScanCredentialSubjectSchema, eA as IDScanPassportCredentialSubjectSchema, eB as IDScanSelfieCredentialSubjectSchema, al as ISO3CountryCode, eO as NexeraCredentialType, eG as OLD_AMLScreeningsResultsCredentialSubjectSchema, eC as OLD_IDImageCredentialSubjectSchema, eD as OLD_IDInformationCredentialSubjectSchema, eE as OLD_ProofOfResidenceCredentialSubjectSchema, eF as OLD_SelfieImageCredentialSubjectSchema, eK as ProofOfResidenceCredentialSubjectSchema, eJ as SelfieImageCredentialSubjectSchema, eR as VerifiableCredential, ao as countryISO3toISO2Mapping, eP as getCredentialName, aq as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-247be200.esm.js';
2
- export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-2a804a23.esm.js';
1
+ export { an as Alpha2Country, eS as CredentialMediaType, eN as CredentialNames, eM as CredentialSchemas, eQ as CredentialType, C as CredentialTypes, eL as GenericVerifiableCredentialSchema, ey as ID3CredentialSubjectSchema, eI as IDImageCredentialSubjectSchema, eH as IDInformationCredentialSubjectSchema, ez as IDScanCredentialSubjectSchema, eA as IDScanPassportCredentialSubjectSchema, eB as IDScanSelfieCredentialSubjectSchema, al as ISO3CountryCode, eO as NexeraCredentialType, eG as OLD_AMLScreeningsResultsCredentialSubjectSchema, eC as OLD_IDImageCredentialSubjectSchema, eD as OLD_IDInformationCredentialSubjectSchema, eE as OLD_ProofOfResidenceCredentialSubjectSchema, eF as OLD_SelfieImageCredentialSubjectSchema, eK as ProofOfResidenceCredentialSubjectSchema, eJ as SelfieImageCredentialSubjectSchema, eR as VerifiableCredential, ao as countryISO3toISO2Mapping, eP as getCredentialName, aq as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-6636b675.esm.js';
2
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-18538dc5.esm.js';
3
3
  import 'zod';
4
4
  import 'nanoid';
@@ -3,10 +3,10 @@
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-fd8cb8ef.cjs.dev.js');
7
- var customers_schema = require('../../dist/customers.schema-3aaa153d.cjs.dev.js');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-4678c701.cjs.dev.js');
7
+ var customers_schema = require('../../dist/customers.schema-7f05efd0.cjs.dev.js');
8
8
  var zodToJsonSchema = require('zod-to-json-schema');
9
- var transaction_schema = require('../../dist/transaction.schema-b464355d.cjs.dev.js');
9
+ var transaction_schema = require('../../dist/transaction.schema-c3981fd1.cjs.dev.js');
10
10
  require('nanoid');
11
11
 
12
12
  // Alert Statuses
@@ -3,10 +3,10 @@
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-abf3895a.cjs.prod.js');
7
- var customers_schema = require('../../dist/customers.schema-5b44467d.cjs.prod.js');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-33afaa2b.cjs.prod.js');
7
+ var customers_schema = require('../../dist/customers.schema-13067e93.cjs.prod.js');
8
8
  var zodToJsonSchema = require('zod-to-json-schema');
9
- var transaction_schema = require('../../dist/transaction.schema-2f399ab7.cjs.prod.js');
9
+ var transaction_schema = require('../../dist/transaction.schema-2c8feda6.cjs.prod.js');
10
10
  require('nanoid');
11
11
 
12
12
  // Alert Statuses
@@ -1,8 +1,8 @@
1
1
  import { z } from 'zod';
2
- import { af as UuidString, es as ExternalCustomerId, at as RiskScoreType, av as CustomerType, aB as CustomerOnboardingLevel, aD as CustomerStatus, al as ISO3CountryCode, a4 as BlockchainAddress, cl as RuleResultStatus, eL as GenericVerifiableCredentialSchema, eU as _toArray, eT as _toConsumableArray, ae as EnvironmentSchema } from '../../dist/identity-api.schema-247be200.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-75c90776.esm.js';
2
+ import { af as UuidString, es as ExternalCustomerId, at as RiskScoreType, av as CustomerType, aB as CustomerOnboardingLevel, aD as CustomerStatus, al as ISO3CountryCode, a4 as BlockchainAddress, cl as RuleResultStatus, eL as GenericVerifiableCredentialSchema, eU as _toArray, eT as _toConsumableArray, ae as EnvironmentSchema } from '../../dist/identity-api.schema-6636b675.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-9d91ad47.esm.js';
4
4
  import { zodToJsonSchema } from 'zod-to-json-schema';
5
- import { T as TransactionTypes, g as TransactionReviewStatuses } from '../../dist/transaction.schema-ef0110cc.esm.js';
5
+ import { T as TransactionTypes, g as TransactionReviewStatuses } from '../../dist/transaction.schema-4be99b85.esm.js';
6
6
  import 'nanoid';
7
7
 
8
8
  // Alert Statuses