@nexeraid/identity-schemas 1.12.38-dev → 1.12.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 (30) hide show
  1. package/dist/{customers.schema-f276cc10.esm.js → customers.schema-33d2860f.esm.js} +2 -2
  2. package/dist/{customers.schema-dc7cd65c.cjs.dev.js → customers.schema-e35bd1dc.cjs.dev.js} +2 -2
  3. package/dist/{customers.schema-736bfb94.cjs.prod.js → customers.schema-ef7818d3.cjs.prod.js} +2 -2
  4. package/dist/declarations/src/identity/identity-api.schema.d.ts +2 -2
  5. package/dist/declarations/src/identity/identity-api.schema.d.ts.map +1 -1
  6. package/dist/declarations/src/identity/identity-v2.schema.d.ts +24 -0
  7. package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
  8. package/dist/{frontend-utilities.schema-872554c0.esm.js → frontend-utilities.schema-62ec8ba3.esm.js} +1 -1
  9. package/dist/{frontend-utilities.schema-eec48e31.cjs.dev.js → frontend-utilities.schema-72a4c70c.cjs.dev.js} +1 -1
  10. package/dist/{frontend-utilities.schema-c4358a28.cjs.prod.js → frontend-utilities.schema-aa0566c4.cjs.prod.js} +1 -1
  11. package/dist/{identity-api.schema-a5f7ed8d.cjs.dev.js → identity-api.schema-33df4abf.cjs.dev.js} +6 -3
  12. package/dist/{identity-api.schema-75605dc1.cjs.prod.js → identity-api.schema-6f31082c.cjs.prod.js} +6 -3
  13. package/dist/{identity-api.schema-1abb6be0.esm.js → identity-api.schema-e90f0113.esm.js} +6 -3
  14. package/dist/nexeraid-identity-schemas.cjs.dev.js +3 -3
  15. package/dist/nexeraid-identity-schemas.cjs.prod.js +3 -3
  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 +2 -2
  19. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +2 -2
  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,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { a2 as BlockchainAddress, z as AddressSchema, ak as Alpha2Country, ae as UuidString, e0 as _toConsumableArray, ai as ISO3CountryCode, a5 as BlockchainNamespace, br as SdkVerificationOutput, aA as CustomerStatus, e2 as _defineProperty, dT as ProofOfResidenceCredentialSubjectSchema, ck as QrCodeLinkWithSchemaType, aB as BasicCustomerContactInformation, dZ as CredentialType } from './identity-api.schema-1abb6be0.esm.js';
2
+ import { a2 as BlockchainAddress, z as AddressSchema, ak as Alpha2Country, ae as UuidString, e0 as _toConsumableArray, ai as ISO3CountryCode, a5 as BlockchainNamespace, br as SdkVerificationOutput, aA as CustomerStatus, e2 as _defineProperty, dT as ProofOfResidenceCredentialSubjectSchema, ck as QrCodeLinkWithSchemaType, aB as BasicCustomerContactInformation, dZ as CredentialType } from './identity-api.schema-e90f0113.esm.js';
3
3
 
4
4
  // based on https://tech-doc.api.scorechain.com/
5
5
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -2166,7 +2166,7 @@ var KYC_SESSION_STATUSES = ["NotStarted",
2166
2166
  // when we receive applicantReviewed event
2167
2167
  "CredentialsClaimed",
2168
2168
  // once verifiable credentials were claimed
2169
- "Closed" // when we reset the applicant ???
2169
+ "Closed" // when we close the session at the end of the flow
2170
2170
  ];
2171
2171
  var KycSessionStatus = z["enum"](KYC_SESSION_STATUSES);
2172
2172
  var SelectKycSession = z.object({
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var identityApi_schema = require('./identity-api.schema-a5f7ed8d.cjs.dev.js');
4
+ var identityApi_schema = require('./identity-api.schema-33df4abf.cjs.dev.js');
5
5
 
6
6
  // based on https://tech-doc.api.scorechain.com/
7
7
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -2168,7 +2168,7 @@ var KYC_SESSION_STATUSES = ["NotStarted",
2168
2168
  // when we receive applicantReviewed event
2169
2169
  "CredentialsClaimed",
2170
2170
  // once verifiable credentials were claimed
2171
- "Closed" // when we reset the applicant ???
2171
+ "Closed" // when we close the session at the end of the flow
2172
2172
  ];
2173
2173
  var KycSessionStatus = zod.z["enum"](KYC_SESSION_STATUSES);
2174
2174
  var SelectKycSession = zod.z.object({
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var identityApi_schema = require('./identity-api.schema-75605dc1.cjs.prod.js');
4
+ var identityApi_schema = require('./identity-api.schema-6f31082c.cjs.prod.js');
5
5
 
6
6
  // based on https://tech-doc.api.scorechain.com/
7
7
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -2168,7 +2168,7 @@ var KYC_SESSION_STATUSES = ["NotStarted",
2168
2168
  // when we receive applicantReviewed event
2169
2169
  "CredentialsClaimed",
2170
2170
  // once verifiable credentials were claimed
2171
- "Closed" // when we reset the applicant ???
2171
+ "Closed" // when we close the session at the end of the flow
2172
2172
  ];
2173
2173
  var KycSessionStatus = zod.z["enum"](KYC_SESSION_STATUSES);
2174
2174
  var SelectKycSession = zod.z.object({
@@ -9,10 +9,10 @@ export type WalletSignatureResponse = {
9
9
  signedMessage: string;
10
10
  };
11
11
  export declare const WalletSignatureResponse: z.ZodType<WalletSignatureResponse>;
12
- export type WalletSignatureData = WalletSignatureResponse & {
12
+ export type VerifyChallengeParams = WalletSignatureResponse & {
13
13
  address: BlockchainAddress;
14
14
  namespace: BlockchainNamespace;
15
15
  blockchainId?: BlockchainId;
16
16
  };
17
- export declare const WalletSignatureData: z.ZodType<WalletSignatureData>;
17
+ export declare const VerifyChallengeParams: z.ZodType<VerifyChallengeParams>;
18
18
  //# sourceMappingURL=identity-api.schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"identity-api.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-api.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,YAAY,EAAE,gCAA6B;AACpD,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACnB,SAAS,EACV,4BAAyB;AAE1B,MAAM,MAAM,uBAAuB,GAAG;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,mBAAmB,CAAC;IAC/B,eAAe,EAAE,SAAS,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,uBAAuB,CAoBnE,CAAC;AAEL,MAAM,MAAM,mBAAmB,GAAG,uBAAuB,GAAG;IAC1D,OAAO,EAAE,iBAAiB,CAAC;IAC3B,SAAS,EAAE,mBAAmB,CAAC;IAC/B,YAAY,CAAC,EAAE,YAAY,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,CAAC,CAAC,OAAO,CAAC,mBAAmB,CAO1B,CAAC"}
1
+ {"version":3,"file":"identity-api.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-api.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,YAAY,EAAE,gCAA6B;AACpD,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACnB,SAAS,EACV,4BAAyB;AAE1B,MAAM,MAAM,uBAAuB,GAAG;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,mBAAmB,CAAC;IAC/B,eAAe,EAAE,SAAS,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,uBAAuB,CAoBnE,CAAC;AAEL,MAAM,MAAM,qBAAqB,GAAG,uBAAuB,GAAG;IAC5D,OAAO,EAAE,iBAAiB,CAAC;IAC3B,SAAS,EAAE,mBAAmB,CAAC;IAC/B,YAAY,CAAC,EAAE,YAAY,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,OAAO,CAAC,qBAAqB,CAO5B,CAAC"}
@@ -48,10 +48,13 @@ export declare const WalletChallengeRequest: z.ZodObject<{
48
48
  }>;
49
49
  export declare const AuthSession: z.ZodObject<{
50
50
  token: z.ZodString;
51
+ externalCustomerId: z.ZodOptional<z.ZodString>;
51
52
  }, "strip", z.ZodTypeAny, {
52
53
  token: string;
54
+ externalCustomerId?: string | undefined;
53
55
  }, {
54
56
  token: string;
57
+ externalCustomerId?: string | undefined;
55
58
  }>;
56
59
  export type AuthSession = z.infer<typeof AuthSession>;
57
60
  export declare const ChallengeResponse: z.ZodObject<{
@@ -283,18 +286,23 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
283
286
  data: z.ZodObject<{
284
287
  authSession: z.ZodObject<{
285
288
  token: z.ZodString;
289
+ externalCustomerId: z.ZodOptional<z.ZodString>;
286
290
  }, "strip", z.ZodTypeAny, {
287
291
  token: string;
292
+ externalCustomerId?: string | undefined;
288
293
  }, {
289
294
  token: string;
295
+ externalCustomerId?: string | undefined;
290
296
  }>;
291
297
  }, "strip", z.ZodTypeAny, {
292
298
  authSession: {
293
299
  token: string;
300
+ externalCustomerId?: string | undefined;
294
301
  };
295
302
  }, {
296
303
  authSession: {
297
304
  token: string;
305
+ externalCustomerId?: string | undefined;
298
306
  };
299
307
  }>;
300
308
  }, "strip", z.ZodTypeAny, {
@@ -302,6 +310,7 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
302
310
  data: {
303
311
  authSession: {
304
312
  token: string;
313
+ externalCustomerId?: string | undefined;
305
314
  };
306
315
  };
307
316
  }, {
@@ -309,6 +318,7 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
309
318
  data: {
310
319
  authSession: {
311
320
  token: string;
321
+ externalCustomerId?: string | undefined;
312
322
  };
313
323
  };
314
324
  }>, z.ZodObject<{
@@ -566,18 +576,23 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
566
576
  data: z.ZodObject<{
567
577
  authSession: z.ZodObject<{
568
578
  token: z.ZodString;
579
+ externalCustomerId: z.ZodOptional<z.ZodString>;
569
580
  }, "strip", z.ZodTypeAny, {
570
581
  token: string;
582
+ externalCustomerId?: string | undefined;
571
583
  }, {
572
584
  token: string;
585
+ externalCustomerId?: string | undefined;
573
586
  }>;
574
587
  }, "strip", z.ZodTypeAny, {
575
588
  authSession: {
576
589
  token: string;
590
+ externalCustomerId?: string | undefined;
577
591
  };
578
592
  }, {
579
593
  authSession: {
580
594
  token: string;
595
+ externalCustomerId?: string | undefined;
581
596
  };
582
597
  }>;
583
598
  }, "strip", z.ZodTypeAny, {
@@ -585,6 +600,7 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
585
600
  data: {
586
601
  authSession: {
587
602
  token: string;
603
+ externalCustomerId?: string | undefined;
588
604
  };
589
605
  };
590
606
  }, {
@@ -592,6 +608,7 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
592
608
  data: {
593
609
  authSession: {
594
610
  token: string;
611
+ externalCustomerId?: string | undefined;
595
612
  };
596
613
  };
597
614
  }>, z.ZodObject<{
@@ -988,18 +1005,23 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
988
1005
  data: z.ZodObject<{
989
1006
  auth: z.ZodObject<{
990
1007
  token: z.ZodString;
1008
+ externalCustomerId: z.ZodOptional<z.ZodString>;
991
1009
  }, "strip", z.ZodTypeAny, {
992
1010
  token: string;
1011
+ externalCustomerId?: string | undefined;
993
1012
  }, {
994
1013
  token: string;
1014
+ externalCustomerId?: string | undefined;
995
1015
  }>;
996
1016
  }, "strip", z.ZodTypeAny, {
997
1017
  auth: {
998
1018
  token: string;
1019
+ externalCustomerId?: string | undefined;
999
1020
  };
1000
1021
  }, {
1001
1022
  auth: {
1002
1023
  token: string;
1024
+ externalCustomerId?: string | undefined;
1003
1025
  };
1004
1026
  }>;
1005
1027
  }, "strip", z.ZodTypeAny, {
@@ -1007,6 +1029,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1007
1029
  data: {
1008
1030
  auth: {
1009
1031
  token: string;
1032
+ externalCustomerId?: string | undefined;
1010
1033
  };
1011
1034
  };
1012
1035
  }, {
@@ -1014,6 +1037,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1014
1037
  data: {
1015
1038
  auth: {
1016
1039
  token: string;
1040
+ externalCustomerId?: string | undefined;
1017
1041
  };
1018
1042
  };
1019
1043
  }>, z.ZodObject<{
@@ -1 +1 @@
1
- {"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,YAAY,EAAE,gCAA6B;AACpD,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EAEpB,4BAAyB;AAE1B,OAAO,EACL,mCAAmC,EACnC,kBAAkB,EAClB,UAAU,EACX,gCAA6B;AAc9B;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC,0CAA0C;IAC1C,OAAO,EAAE,iBAAiB,CAAC;IAC3B,+BAA+B;IAC/B,SAAS,EAAE,mBAAmB,CAAC;IAC/B,+EAA+E;IAC/E,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,gCAAgC;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,kDAAkD;IAClD,UAAU,EAAE,UAAU,CAAC;IACvB,wFAAwF;IACxF,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,iEAAiE;IACjE,qBAAqB,CAAC,EAAE,mCAAmC,CAAC;CAC7D,CAAC;AACF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;EAQjC,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;EAMtB,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,iBAAiB;;;;;;EAE5B,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAsBlE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;EAM7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK3C,CAAC;AACH,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CACpD,OAAO,gCAAgC,CACxC,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;;EAEnC,CAAC;AACH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAEhF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAO7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAK5C,CAAC;AACF,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CACpD,OAAO,gCAAgC,CACxC,CAAC;AA8BF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGtC,CAAC;AACH,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,2BAA2B,CACnC,CAAC;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;EAGpC,CAAC;AACH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,yBAAyB,CACjC,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAa7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
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 { cD as SupportedType, e0 as _toConsumableArray, cs as ARRAY_OPERATORS, cy as BOOLEAN_OPERATORS, cw as NUMERIC_OPERATORS, cu as STRING_OPERATORS } from './identity-api.schema-1abb6be0.esm.js';
1
+ import { cD as SupportedType, e0 as _toConsumableArray, cs as ARRAY_OPERATORS, cy as BOOLEAN_OPERATORS, cw as NUMERIC_OPERATORS, cu as STRING_OPERATORS } from './identity-api.schema-e90f0113.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-a5f7ed8d.cjs.dev.js');
3
+ var identityApi_schema = require('./identity-api.schema-33df4abf.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-75605dc1.cjs.prod.js');
3
+ var identityApi_schema = require('./identity-api.schema-6f31082c.cjs.prod.js');
4
4
 
5
5
  var VC_JSON_SCHEMA_MAP = {
6
6
  ProofOfResidence: {
@@ -3053,7 +3053,10 @@ var AuthSession = zod.z.object({
3053
3053
  // Generated by the Identity-api using the IdentityWidgetAccessToken_NEW schema
3054
3054
  // Used for user identification in the identity-v2-app
3055
3055
  // We don't want users to rely on the structure of the token so we expose it as a string
3056
- token: zod.z.string()
3056
+ token: zod.z.string(),
3057
+ // if an external customer id was provided, it will be returned
3058
+ // when obtaining the auth session to facilitate integration with the user's system
3059
+ externalCustomerId: ExternalCustomerId.optional()
3057
3060
  });
3058
3061
  var ChallengeResponse = zod.z.object({
3059
3062
  challenge: zod.z.string()
@@ -3243,7 +3246,7 @@ var WalletSignatureResponse = zod.z.object({
3243
3246
  // this means the user doesn't sign the message directly, but a message that contains the original message
3244
3247
  signedMessage: zod.z.string()
3245
3248
  });
3246
- var WalletSignatureData = WalletSignatureResponse.and(zod.z.object({
3249
+ var VerifyChallengeParams = WalletSignatureResponse.and(zod.z.object({
3247
3250
  address: BlockchainAddress,
3248
3251
  namespace: BlockchainNamespace,
3249
3252
  blockchainId: BlockchainId.optional()
@@ -3530,10 +3533,10 @@ exports.VerificationModes = VerificationModes;
3530
3533
  exports.VerificationOutput = VerificationOutput;
3531
3534
  exports.VerificationSessionStatus = VerificationSessionStatus;
3532
3535
  exports.VerificationSessionStatuses = VerificationSessionStatuses;
3536
+ exports.VerifyChallengeParams = VerifyChallengeParams;
3533
3537
  exports.WalletChallengeRequest = WalletChallengeRequest;
3534
3538
  exports.WalletId = WalletId;
3535
3539
  exports.WalletSignResponse = WalletSignResponse;
3536
- exports.WalletSignatureData = WalletSignatureData;
3537
3540
  exports.WalletSignatureResponse = WalletSignatureResponse;
3538
3541
  exports.Web2CreateSessionParams = Web2CreateSessionParams;
3539
3542
  exports.WorkflowId = WorkflowId;
@@ -3053,7 +3053,10 @@ var AuthSession = zod.z.object({
3053
3053
  // Generated by the Identity-api using the IdentityWidgetAccessToken_NEW schema
3054
3054
  // Used for user identification in the identity-v2-app
3055
3055
  // We don't want users to rely on the structure of the token so we expose it as a string
3056
- token: zod.z.string()
3056
+ token: zod.z.string(),
3057
+ // if an external customer id was provided, it will be returned
3058
+ // when obtaining the auth session to facilitate integration with the user's system
3059
+ externalCustomerId: ExternalCustomerId.optional()
3057
3060
  });
3058
3061
  var ChallengeResponse = zod.z.object({
3059
3062
  challenge: zod.z.string()
@@ -3243,7 +3246,7 @@ var WalletSignatureResponse = zod.z.object({
3243
3246
  // this means the user doesn't sign the message directly, but a message that contains the original message
3244
3247
  signedMessage: zod.z.string()
3245
3248
  });
3246
- var WalletSignatureData = WalletSignatureResponse.and(zod.z.object({
3249
+ var VerifyChallengeParams = WalletSignatureResponse.and(zod.z.object({
3247
3250
  address: BlockchainAddress,
3248
3251
  namespace: BlockchainNamespace,
3249
3252
  blockchainId: BlockchainId.optional()
@@ -3530,10 +3533,10 @@ exports.VerificationModes = VerificationModes;
3530
3533
  exports.VerificationOutput = VerificationOutput;
3531
3534
  exports.VerificationSessionStatus = VerificationSessionStatus;
3532
3535
  exports.VerificationSessionStatuses = VerificationSessionStatuses;
3536
+ exports.VerifyChallengeParams = VerifyChallengeParams;
3533
3537
  exports.WalletChallengeRequest = WalletChallengeRequest;
3534
3538
  exports.WalletId = WalletId;
3535
3539
  exports.WalletSignResponse = WalletSignResponse;
3536
- exports.WalletSignatureData = WalletSignatureData;
3537
3540
  exports.WalletSignatureResponse = WalletSignatureResponse;
3538
3541
  exports.Web2CreateSessionParams = Web2CreateSessionParams;
3539
3542
  exports.WorkflowId = WorkflowId;
@@ -3051,7 +3051,10 @@ var AuthSession = z.object({
3051
3051
  // Generated by the Identity-api using the IdentityWidgetAccessToken_NEW schema
3052
3052
  // Used for user identification in the identity-v2-app
3053
3053
  // We don't want users to rely on the structure of the token so we expose it as a string
3054
- token: z.string()
3054
+ token: z.string(),
3055
+ // if an external customer id was provided, it will be returned
3056
+ // when obtaining the auth session to facilitate integration with the user's system
3057
+ externalCustomerId: ExternalCustomerId.optional()
3055
3058
  });
3056
3059
  var ChallengeResponse = z.object({
3057
3060
  challenge: z.string()
@@ -3241,10 +3244,10 @@ var WalletSignatureResponse = z.object({
3241
3244
  // this means the user doesn't sign the message directly, but a message that contains the original message
3242
3245
  signedMessage: z.string()
3243
3246
  });
3244
- var WalletSignatureData = WalletSignatureResponse.and(z.object({
3247
+ var VerifyChallengeParams = WalletSignatureResponse.and(z.object({
3245
3248
  address: BlockchainAddress,
3246
3249
  namespace: BlockchainNamespace,
3247
3250
  blockchainId: BlockchainId.optional()
3248
3251
  }));
3249
3252
 
3250
- 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, PolygonIdInitialized 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, CustomerStatus as aA, BasicCustomerContactInformation as aB, CUSTOMERS_CHARTS as aC, CustomersChartType as aD, CUSTOMER_TABLE_COLUMNS as aE, CustomerTableColumn as aF, CUSTOMER_AUTOMATION_REASONS as aG, createBrandedSchemaId as aH, StorageId as aI, IdentityId as aJ, EmailId as aK, WalletId as aL, AppId as aM, ChallengeId as aN, TestId as aO, generateId as aP, ScenarioAuthorizationData as aQ, SdkVerificationResponseSchema as aR, CloseScreenNotification as aS, KycCompletionData as aT, KycCompletionNotification as aU, RuleEngineScenarioExecutionData as aV, OffChainScenarioExecutionData as aW, OnChainScenarioExecutionData as aX, ScenarioExecutionData as aY, ScenarioExecutionNotification as aZ, IsVerifiedNotification as a_, BLOCKCHAIN_NAMESPACE_TO_NAME as aa, coerceBoolean as ab, ENVS as ac, EnvironmentSchema as ad, UuidString as ae, ZodParse as af, shortBlockchainAddress as ag, PUBLIC_SERVICES_SCHEMA_MAP as ah, ISO3CountryCode as ai, ALPHA_2_COUNTRIES as aj, Alpha2Country as ak, countryISO3toISO2Mapping as al, countryISO2toISO3Mapping as am, isoCountriesNameFromISO2 as an, parseISO3CountryCode as ao, RiskScoreTypes as ap, RiskScoreType as aq, CustomerTypes as ar, CustomerType as as, KycOnboardingLevels as at, KycOnboardingLevel as au, KybOnboardingLevels as av, KybOnboardingLevel as aw, CustomerOnboardingLevels as ax, CustomerOnboardingLevel as ay, CustomerStatuses as az, NEXERA_COSMOS_CHAINS as b, IdentitySdkMessage as b$, OcvSdkInitialized as b0, StartCompletedNotification as b1, IdentityNotificationMessage as b2, InitialDataRequest as b3, SignatureRequest as b4, TransactionData as b5, SendTransactionRequest as b6, IdentityRequestMessage as b7, AVAILABLE_FLOWS as b8, AvailableFlow as b9, ScenarioExecutionResponse as bA, RuleResultStatuses as bB, RuleResultStatus as bC, RuleResultStatusLabels as bD, ComplianceImplementationStepsInput as bE, SimplifiedCredential as bF, GetCredentialsRequest as bG, GetCredentialsResponse as bH, PolygonIdRequestData as bI, PolygonIdRequest as bJ, PolygonIdResponseData as bK, PolygonIdResponse as bL, StartFlowRequest as bM, IsVerifiedRequest as bN, IsVerifiedResponse as bO, GetTxAuthSigRequest as bP, GetTxAuthSigResponse as bQ, GetTxAuthSigRequestTezos as bR, GetTxAuthSigResponseTezos as bS, HostRequestMessage as bT, IdentityResponseMessage as bU, WalletChallengeRequest as bV, AuthSession as bW, ChallengeResponse as bX, WalletSignResponse as bY, TxAuthDataSignatureGatingRequest as bZ, GetCustomerStatusRequest as b_, DataAvailableOnStart as ba, InitialDataResponse as bb, SignatureResponse as bc, TransactionResponse as bd, HostResponseMessage as be, ChallengeQueryOperators as bf, ChallengeQueryOperator as bg, OperatorToChallengeQueryOperator as bh, ChallengeQueryOperatorToOperator as bi, ChallengeQuerySchema as bj, ExecuteChallengeQueryInput as bk, ExecuteChallengeQueryConfig as bl, OpaChallengeQueryResponse as bm, ExecuteChallengeQueryResponse as bn, OPAChallengeQuery as bo, OnChainRuleResult as bp, OffChainZKPRuleResult as bq, SdkVerificationOutput as br, VerificationSessionStatuses as bs, VerificationSessionStatus as bt, VerificationOutput as bu, ScenarioTypes as bv, ScenarioType as bw, ScenarioStatuses as bx, ScenarioStatus as by, RuleEngineResponse as bz, NEXERA_STARKNET_CHAINS as c, ExtendedTxAuthInput as c$, IdentitySdkMessageWithIdentifier as c0, TxAuthDataSignatureResponse as c1, GetCustomerStatusResponse as c2, IdentityAppMessage as c3, HostMessage as c4, IdentityMessage as c5, RequiredDataRowSchema as c6, RequiredVerificationData as c7, MediaType as c8, MediaTypePID as c9, DATE_OPERATORS as cA, DateOperator as cB, SUPPORTED_TYPES as cC, SupportedType as cD, SupportedTypes as cE, IDInformation as cF, QueryConfig as cG, QueryType as cH, QueryConfigSimplified as cI, PartialQueryConfigSimplified as cJ, QueryConfigSimplifiedParsed as cK, QueryConfiguration as cL, NonParsedQueryConfiguration as cM, CreateQueryConfigurationInput as cN, CreateQueryConfigurationResponse as cO, UpdateQueryConfigurationInput as cP, UpdateQueryConfigurationResponse as cQ, DeleteQueryConfigurationInput as cR, DeleteQueryConfigurationResponse as cS, QueryCredentialTypes as cT, QueryCredentialType as cU, TxAuthInput as cV, TxSignatureResponse as cW, GetTxAuthDataSignatureResponse as cX, TezosTxAuthInput as cY, TezosTxSignatureResponse as cZ, GetTezosTxAuthDataSignatureResponse as c_, ZeroKnowledgeProofRequest as ca, AUTHORIZATION_REQUEST_MESSAGE_TYPES as cb, AuthorizationRequestMessageTypes as cc, AuthorizationRequestMessageType as cd, AuthorizationRequestMessage as ce, ProofData as cf, ZeroKnowledgeProofResponse as cg, AuthorizationResponseMessage as ch, CredentialQrCodeData as ci, AuthQrCodeData as cj, QrCodeLinkWithSchemaType as ck, parseIden3Message as cl, parseSessionIdFromUrl as cm, AllCredentialAttributes as cn, AllCredentialValues as co, Operator as cp, ZKPOperator as cq, operatorDisplayMap as cr, ARRAY_OPERATORS as cs, ArrayOperator as ct, STRING_OPERATORS as cu, StringOperator as cv, NUMERIC_OPERATORS as cw, NumericOperator as cx, BOOLEAN_OPERATORS as cy, BooleanOperator as cz, NEXERA_EVM_CHAIN_NAMES as d, CredentialMediaType as d$, ExtendedTezosTxAuthInput as d0, AnyTxAuthInput as d1, ExtendedTxAuthDataSignatureResponse as d2, ExtendedTezosTxAuthDataSignatureResponse as d3, AnyTxAuthDataSignatureResponse as d4, ZKPRequest as d5, ZKPRequestFromZKVerifier as d6, OffChainZKP as d7, CreateAuthRequestProps as d8, CreateZKProofRequestProps as d9, IdentityWidgetAccessToken as dA, ExternalCustomerId as dB, IdentityAppV2Web3JWT as dC, IdentityAppV2Web2JWT as dD, IdentityWidgetAccessToken_NEW as dE, IdentityWidgetSessionToken as dF, Web2CreateSessionParams as dG, ID3CredentialSubjectSchema as dH, IDScanCredentialSubjectSchema as dI, IDScanPassportCredentialSubjectSchema as dJ, IDScanSelfieCredentialSubjectSchema as dK, OLD_IDImageCredentialSubjectSchema as dL, OLD_IDInformationCredentialSubjectSchema as dM, OLD_ProofOfResidenceCredentialSubjectSchema as dN, OLD_SelfieImageCredentialSubjectSchema as dO, OLD_AMLScreeningsResultsCredentialSubjectSchema as dP, IDInformationCredentialSubjectSchema as dQ, IDImageCredentialSubjectSchema as dR, SelfieImageCredentialSubjectSchema as dS, ProofOfResidenceCredentialSubjectSchema as dT, GenericVerifiableCredentialSchema as dU, CredentialSchemas as dV, CredentialNames as dW, NexeraCredentialType as dX, getCredentialName as dY, CredentialType as dZ, VerifiableCredential as d_, AllScenarioExecutionAuthorizationData as da, ProjectAuthorizationData as db, OnChainZKP as dc, OnChainZKPFromNexeraID as dd, OnChainZKPScenarioFromCms as de, OnChainZKPPayload as df, SCENARIO_AUTHORIZATION_STATUSES as dg, ScenarioAuthorizationStatus as dh, WalletSignatureResponse as di, WalletSignatureData as dj, FLOW_TYPES as dk, FlowType as dl, VerificationModes as dm, VerificationMode as dn, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as dp, IdentityDocumentCountryListOption as dq, IDENTITY_DOCUMENT_OPTIONS as dr, IdentityDocumentOptionsType as ds, PERSONAL_INFORMATION_FIELDS as dt, PersonalInformationFieldsIdentityDocuments as du, Identifier as dv, AdditionalCustomerInformationParams as dw, OrganizationId as dx, WorkspaceId as dy, WorkflowId as dz, NEXERA_EVM_CHAIN_NAMES_LIST as e, _toConsumableArray as e0, _toArray as e1, _defineProperty as e2, 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 };
3253
+ 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, PolygonIdInitialized 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, CustomerStatus as aA, BasicCustomerContactInformation as aB, CUSTOMERS_CHARTS as aC, CustomersChartType as aD, CUSTOMER_TABLE_COLUMNS as aE, CustomerTableColumn as aF, CUSTOMER_AUTOMATION_REASONS as aG, createBrandedSchemaId as aH, StorageId as aI, IdentityId as aJ, EmailId as aK, WalletId as aL, AppId as aM, ChallengeId as aN, TestId as aO, generateId as aP, ScenarioAuthorizationData as aQ, SdkVerificationResponseSchema as aR, CloseScreenNotification as aS, KycCompletionData as aT, KycCompletionNotification as aU, RuleEngineScenarioExecutionData as aV, OffChainScenarioExecutionData as aW, OnChainScenarioExecutionData as aX, ScenarioExecutionData as aY, ScenarioExecutionNotification as aZ, IsVerifiedNotification as a_, BLOCKCHAIN_NAMESPACE_TO_NAME as aa, coerceBoolean as ab, ENVS as ac, EnvironmentSchema as ad, UuidString as ae, ZodParse as af, shortBlockchainAddress as ag, PUBLIC_SERVICES_SCHEMA_MAP as ah, ISO3CountryCode as ai, ALPHA_2_COUNTRIES as aj, Alpha2Country as ak, countryISO3toISO2Mapping as al, countryISO2toISO3Mapping as am, isoCountriesNameFromISO2 as an, parseISO3CountryCode as ao, RiskScoreTypes as ap, RiskScoreType as aq, CustomerTypes as ar, CustomerType as as, KycOnboardingLevels as at, KycOnboardingLevel as au, KybOnboardingLevels as av, KybOnboardingLevel as aw, CustomerOnboardingLevels as ax, CustomerOnboardingLevel as ay, CustomerStatuses as az, NEXERA_COSMOS_CHAINS as b, IdentitySdkMessage as b$, OcvSdkInitialized as b0, StartCompletedNotification as b1, IdentityNotificationMessage as b2, InitialDataRequest as b3, SignatureRequest as b4, TransactionData as b5, SendTransactionRequest as b6, IdentityRequestMessage as b7, AVAILABLE_FLOWS as b8, AvailableFlow as b9, ScenarioExecutionResponse as bA, RuleResultStatuses as bB, RuleResultStatus as bC, RuleResultStatusLabels as bD, ComplianceImplementationStepsInput as bE, SimplifiedCredential as bF, GetCredentialsRequest as bG, GetCredentialsResponse as bH, PolygonIdRequestData as bI, PolygonIdRequest as bJ, PolygonIdResponseData as bK, PolygonIdResponse as bL, StartFlowRequest as bM, IsVerifiedRequest as bN, IsVerifiedResponse as bO, GetTxAuthSigRequest as bP, GetTxAuthSigResponse as bQ, GetTxAuthSigRequestTezos as bR, GetTxAuthSigResponseTezos as bS, HostRequestMessage as bT, IdentityResponseMessage as bU, WalletChallengeRequest as bV, AuthSession as bW, ChallengeResponse as bX, WalletSignResponse as bY, TxAuthDataSignatureGatingRequest as bZ, GetCustomerStatusRequest as b_, DataAvailableOnStart as ba, InitialDataResponse as bb, SignatureResponse as bc, TransactionResponse as bd, HostResponseMessage as be, ChallengeQueryOperators as bf, ChallengeQueryOperator as bg, OperatorToChallengeQueryOperator as bh, ChallengeQueryOperatorToOperator as bi, ChallengeQuerySchema as bj, ExecuteChallengeQueryInput as bk, ExecuteChallengeQueryConfig as bl, OpaChallengeQueryResponse as bm, ExecuteChallengeQueryResponse as bn, OPAChallengeQuery as bo, OnChainRuleResult as bp, OffChainZKPRuleResult as bq, SdkVerificationOutput as br, VerificationSessionStatuses as bs, VerificationSessionStatus as bt, VerificationOutput as bu, ScenarioTypes as bv, ScenarioType as bw, ScenarioStatuses as bx, ScenarioStatus as by, RuleEngineResponse as bz, NEXERA_STARKNET_CHAINS as c, ExtendedTxAuthInput as c$, IdentitySdkMessageWithIdentifier as c0, TxAuthDataSignatureResponse as c1, GetCustomerStatusResponse as c2, IdentityAppMessage as c3, HostMessage as c4, IdentityMessage as c5, RequiredDataRowSchema as c6, RequiredVerificationData as c7, MediaType as c8, MediaTypePID as c9, DATE_OPERATORS as cA, DateOperator as cB, SUPPORTED_TYPES as cC, SupportedType as cD, SupportedTypes as cE, IDInformation as cF, QueryConfig as cG, QueryType as cH, QueryConfigSimplified as cI, PartialQueryConfigSimplified as cJ, QueryConfigSimplifiedParsed as cK, QueryConfiguration as cL, NonParsedQueryConfiguration as cM, CreateQueryConfigurationInput as cN, CreateQueryConfigurationResponse as cO, UpdateQueryConfigurationInput as cP, UpdateQueryConfigurationResponse as cQ, DeleteQueryConfigurationInput as cR, DeleteQueryConfigurationResponse as cS, QueryCredentialTypes as cT, QueryCredentialType as cU, TxAuthInput as cV, TxSignatureResponse as cW, GetTxAuthDataSignatureResponse as cX, TezosTxAuthInput as cY, TezosTxSignatureResponse as cZ, GetTezosTxAuthDataSignatureResponse as c_, ZeroKnowledgeProofRequest as ca, AUTHORIZATION_REQUEST_MESSAGE_TYPES as cb, AuthorizationRequestMessageTypes as cc, AuthorizationRequestMessageType as cd, AuthorizationRequestMessage as ce, ProofData as cf, ZeroKnowledgeProofResponse as cg, AuthorizationResponseMessage as ch, CredentialQrCodeData as ci, AuthQrCodeData as cj, QrCodeLinkWithSchemaType as ck, parseIden3Message as cl, parseSessionIdFromUrl as cm, AllCredentialAttributes as cn, AllCredentialValues as co, Operator as cp, ZKPOperator as cq, operatorDisplayMap as cr, ARRAY_OPERATORS as cs, ArrayOperator as ct, STRING_OPERATORS as cu, StringOperator as cv, NUMERIC_OPERATORS as cw, NumericOperator as cx, BOOLEAN_OPERATORS as cy, BooleanOperator as cz, NEXERA_EVM_CHAIN_NAMES as d, CredentialMediaType as d$, ExtendedTezosTxAuthInput as d0, AnyTxAuthInput as d1, ExtendedTxAuthDataSignatureResponse as d2, ExtendedTezosTxAuthDataSignatureResponse as d3, AnyTxAuthDataSignatureResponse as d4, ZKPRequest as d5, ZKPRequestFromZKVerifier as d6, OffChainZKP as d7, CreateAuthRequestProps as d8, CreateZKProofRequestProps as d9, IdentityWidgetAccessToken as dA, ExternalCustomerId as dB, IdentityAppV2Web3JWT as dC, IdentityAppV2Web2JWT as dD, IdentityWidgetAccessToken_NEW as dE, IdentityWidgetSessionToken as dF, Web2CreateSessionParams as dG, ID3CredentialSubjectSchema as dH, IDScanCredentialSubjectSchema as dI, IDScanPassportCredentialSubjectSchema as dJ, IDScanSelfieCredentialSubjectSchema as dK, OLD_IDImageCredentialSubjectSchema as dL, OLD_IDInformationCredentialSubjectSchema as dM, OLD_ProofOfResidenceCredentialSubjectSchema as dN, OLD_SelfieImageCredentialSubjectSchema as dO, OLD_AMLScreeningsResultsCredentialSubjectSchema as dP, IDInformationCredentialSubjectSchema as dQ, IDImageCredentialSubjectSchema as dR, SelfieImageCredentialSubjectSchema as dS, ProofOfResidenceCredentialSubjectSchema as dT, GenericVerifiableCredentialSchema as dU, CredentialSchemas as dV, CredentialNames as dW, NexeraCredentialType as dX, getCredentialName as dY, CredentialType as dZ, VerifiableCredential as d_, AllScenarioExecutionAuthorizationData as da, ProjectAuthorizationData as db, OnChainZKP as dc, OnChainZKPFromNexeraID as dd, OnChainZKPScenarioFromCms as de, OnChainZKPPayload as df, SCENARIO_AUTHORIZATION_STATUSES as dg, ScenarioAuthorizationStatus as dh, WalletSignatureResponse as di, VerifyChallengeParams as dj, FLOW_TYPES as dk, FlowType as dl, VerificationModes as dm, VerificationMode as dn, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as dp, IdentityDocumentCountryListOption as dq, IDENTITY_DOCUMENT_OPTIONS as dr, IdentityDocumentOptionsType as ds, PERSONAL_INFORMATION_FIELDS as dt, PersonalInformationFieldsIdentityDocuments as du, Identifier as dv, AdditionalCustomerInformationParams as dw, OrganizationId as dx, WorkspaceId as dy, WorkflowId as dz, NEXERA_EVM_CHAIN_NAMES_LIST as e, _toConsumableArray as e0, _toArray as e1, _defineProperty as e2, 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-a5f7ed8d.cjs.dev.js');
5
+ var identityApi_schema = require('./identity-api.schema-33df4abf.cjs.dev.js');
6
6
  var zod = require('zod');
7
- var frontendUtilities_schema = require('./frontend-utilities.schema-eec48e31.cjs.dev.js');
7
+ var frontendUtilities_schema = require('./frontend-utilities.schema-72a4c70c.cjs.dev.js');
8
8
  require('nanoid');
9
9
 
10
10
  var decodeUint8Array = function decodeUint8Array(data) {
@@ -352,10 +352,10 @@ exports.VerificationModes = identityApi_schema.VerificationModes;
352
352
  exports.VerificationOutput = identityApi_schema.VerificationOutput;
353
353
  exports.VerificationSessionStatus = identityApi_schema.VerificationSessionStatus;
354
354
  exports.VerificationSessionStatuses = identityApi_schema.VerificationSessionStatuses;
355
+ exports.VerifyChallengeParams = identityApi_schema.VerifyChallengeParams;
355
356
  exports.WalletChallengeRequest = identityApi_schema.WalletChallengeRequest;
356
357
  exports.WalletId = identityApi_schema.WalletId;
357
358
  exports.WalletSignResponse = identityApi_schema.WalletSignResponse;
358
- exports.WalletSignatureData = identityApi_schema.WalletSignatureData;
359
359
  exports.WalletSignatureResponse = identityApi_schema.WalletSignatureResponse;
360
360
  exports.Web2CreateSessionParams = identityApi_schema.Web2CreateSessionParams;
361
361
  exports.WorkflowId = identityApi_schema.WorkflowId;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-75605dc1.cjs.prod.js');
5
+ var identityApi_schema = require('./identity-api.schema-6f31082c.cjs.prod.js');
6
6
  var zod = require('zod');
7
- var frontendUtilities_schema = require('./frontend-utilities.schema-c4358a28.cjs.prod.js');
7
+ var frontendUtilities_schema = require('./frontend-utilities.schema-aa0566c4.cjs.prod.js');
8
8
  require('nanoid');
9
9
 
10
10
  var decodeUint8Array = function decodeUint8Array(data) {
@@ -352,10 +352,10 @@ exports.VerificationModes = identityApi_schema.VerificationModes;
352
352
  exports.VerificationOutput = identityApi_schema.VerificationOutput;
353
353
  exports.VerificationSessionStatus = identityApi_schema.VerificationSessionStatus;
354
354
  exports.VerificationSessionStatuses = identityApi_schema.VerificationSessionStatuses;
355
+ exports.VerifyChallengeParams = identityApi_schema.VerifyChallengeParams;
355
356
  exports.WalletChallengeRequest = identityApi_schema.WalletChallengeRequest;
356
357
  exports.WalletId = identityApi_schema.WalletId;
357
358
  exports.WalletSignResponse = identityApi_schema.WalletSignResponse;
358
- exports.WalletSignatureData = identityApi_schema.WalletSignatureData;
359
359
  exports.WalletSignatureResponse = identityApi_schema.WalletSignatureResponse;
360
360
  exports.Web2CreateSessionParams = identityApi_schema.Web2CreateSessionParams;
361
361
  exports.WorkflowId = identityApi_schema.WorkflowId;
@@ -1,7 +1,7 @@
1
- import { C as CredentialTypes } from './identity-api.schema-1abb6be0.esm.js';
2
- export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, aj as ALPHA_2_COUNTRIES, cs as ARRAY_OPERATORS, cb as AUTHORIZATION_REQUEST_MESSAGE_TYPES, b8 as AVAILABLE_FLOWS, dw as AdditionalCustomerInformationParams, z as AddressSchema, cn as AllCredentialAttributes, co as AllCredentialValues, da as AllScenarioExecutionAuthorizationData, ak as Alpha2Country, d4 as AnyTxAuthDataSignatureResponse, d1 as AnyTxAuthInput, aM as AppId, I as AptosAddress, J as AptosSignature, ct as ArrayOperator, cj as AuthQrCodeData, bW as AuthSession, ce as AuthorizationRequestMessage, cd as AuthorizationRequestMessageType, cc as AuthorizationRequestMessageTypes, ch as AuthorizationResponseMessage, b9 as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, cy as BOOLEAN_OPERATORS, aB as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cz as BooleanOperator, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, aC as CUSTOMERS_CHARTS, aG as CUSTOMER_AUTOMATION_REASONS, aE as CUSTOMER_TABLE_COLUMNS, a0 as CardanoAddress, a1 as CardanoSignature, aN as ChallengeId, bg as ChallengeQueryOperator, bi as ChallengeQueryOperatorToOperator, bf as ChallengeQueryOperators, bj as ChallengeQuerySchema, bX as ChallengeResponse, aS as CloseScreenNotification, bE as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, d8 as CreateAuthRequestProps, cN as CreateQueryConfigurationInput, cO as CreateQueryConfigurationResponse, d9 as CreateZKProofRequestProps, d$ as CredentialMediaType, dW as CredentialNames, ci as CredentialQrCodeData, dV as CredentialSchemas, dZ as CredentialType, C as CredentialTypes, ay as CustomerOnboardingLevel, ax as CustomerOnboardingLevels, aA as CustomerStatus, az as CustomerStatuses, aF as CustomerTableColumn, as as CustomerType, ar as CustomerTypes, aD as CustomersChartType, cA as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, ba as DataAvailableOnStart, cB as DateOperator, cR as DeleteQueryConfigurationInput, cS as DeleteQueryConfigurationResponse, a8 as DisplayedBlockchainNamespace, F as EIP155Signature, ac as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, Y as EdSignature, aK as EmailId, ad as EnvironmentSchema, h as EvmChainId, bl as ExecuteChallengeQueryConfig, bk as ExecuteChallengeQueryInput, bn as ExecuteChallengeQueryResponse, d3 as ExtendedTezosTxAuthDataSignatureResponse, d0 as ExtendedTezosTxAuthInput, d2 as ExtendedTxAuthDataSignatureResponse, c$ as ExtendedTxAuthInput, dB as ExternalCustomerId, dk as FLOW_TYPES, dl as FlowType, G as FunctionCallData, dU as GenericVerifiableCredentialSchema, bG as GetCredentialsRequest, bH as GetCredentialsResponse, b_ as GetCustomerStatusRequest, c2 as GetCustomerStatusResponse, c_ as GetTezosTxAuthDataSignatureResponse, cX as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, c4 as HostMessage, bT as HostRequestMessage, be as HostResponseMessage, dH as ID3CredentialSubjectSchema, dp as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dr as IDENTITY_DOCUMENT_OPTIONS, dR as IDImageCredentialSubjectSchema, cF as IDInformation, dQ as IDInformationCredentialSubjectSchema, dI as IDScanCredentialSubjectSchema, dJ as IDScanPassportCredentialSubjectSchema, dK as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, dv as Identifier, c3 as IdentityAppMessage, dD as IdentityAppV2Web2JWT, dC as IdentityAppV2Web3JWT, dq as IdentityDocumentCountryListOption, ds as IdentityDocumentOptionsType, aJ as IdentityId, c5 as IdentityMessage, b2 as IdentityNotificationMessage, b7 as IdentityRequestMessage, bU as IdentityResponseMessage, b$ as IdentitySdkMessage, c0 as IdentitySdkMessageWithIdentifier, dA as IdentityWidgetAccessToken, dE as IdentityWidgetAccessToken_NEW, dF as IdentityWidgetSessionToken, b3 as InitialDataRequest, bb as InitialDataResponse, a_ as IsVerifiedNotification, bN as IsVerifiedRequest, bO as IsVerifiedResponse, aw as KybOnboardingLevel, av as KybOnboardingLevels, aT as KycCompletionData, aU as KycCompletionNotification, au as KycOnboardingLevel, at as KycOnboardingLevels, c8 as MediaType, c9 as MediaTypePID, u as NEXERA_ACTIVE_STARKNET_CHAIN_VALUES, f as NEXERA_CHAIN_VALUES, b as NEXERA_COSMOS_CHAINS, N as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAIN_NAMES, e as NEXERA_EVM_CHAIN_NAMES_LIST, c as NEXERA_STARKNET_CHAINS, s as NEXERA_STARKNET_CHAIN_NAMES, t as NEXERA_STARKNET_CHAIN_VALUES, a as NEXERA_TEZOS_CHAINS, j as NEXERA_TEZOS_CHAIN_NAMES, k as NEXERA_TEZOS_CHAIN_NAMES_LIST, l as NEXERA_TEZOS_CHAIN_VALUES, cw as NUMERIC_OPERATORS, dX as NexeraCredentialType, cM as NonParsedQueryConfiguration, cx as NumericOperator, dP as OLD_AMLScreeningsResultsCredentialSubjectSchema, dL as OLD_IDImageCredentialSubjectSchema, dM as OLD_IDInformationCredentialSubjectSchema, dN as OLD_ProofOfResidenceCredentialSubjectSchema, dO as OLD_SelfieImageCredentialSubjectSchema, bo as OPAChallengeQuery, b0 as OcvSdkInitialized, aW as OffChainScenarioExecutionData, d7 as OffChainZKP, bq as OffChainZKPRuleResult, bp as OnChainRuleResult, aX as OnChainScenarioExecutionData, dc as OnChainZKP, dd as OnChainZKPFromNexeraID, df as OnChainZKPPayload, de as OnChainZKPScenarioFromCms, bm as OpaChallengeQueryResponse, cp as Operator, bh as OperatorToChallengeQueryOperator, dx as OrganizationId, _ as P2Signature, dt as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ah as PUBLIC_SERVICES_SCHEMA_MAP, cJ as PartialQueryConfigSimplified, du as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, a$ as PolygonIdInitialized, bJ as PolygonIdRequest, bI as PolygonIdRequestData, bL as PolygonIdResponse, bK as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, db as ProjectAuthorizationData, cf as ProofData, dT as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, ck as QrCodeLinkWithSchemaType, cG as QueryConfig, cI as QueryConfigSimplified, cK as QueryConfigSimplifiedParsed, cL as QueryConfiguration, cU as QueryCredentialType, cT as QueryCredentialTypes, cH as QueryType, c6 as RequiredDataRowSchema, c7 as RequiredVerificationData, aq as RiskScoreType, ap as RiskScoreTypes, bz as RuleEngineResponse, aV as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, dg as SCENARIO_AUTHORIZATION_STATUSES, cu as STRING_OPERATORS, cC as SUPPORTED_TYPES, aQ as ScenarioAuthorizationData, dh as ScenarioAuthorizationStatus, aY as ScenarioExecutionData, aZ as ScenarioExecutionNotification, bA as ScenarioExecutionResponse, by as ScenarioStatus, bx as ScenarioStatuses, bw as ScenarioType, bv as ScenarioTypes, br as SdkVerificationOutput, aR as SdkVerificationResponseSchema, dS as SelfieImageCredentialSubjectSchema, b6 as SendTransactionRequest, b4 as SignatureRequest, bc as SignatureResponse, bF as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, b1 as StartCompletedNotification, bM as StartFlowRequest, aI as StorageId, w as String0x, cv as StringOperator, cD as SupportedType, cE as SupportedTypes, aO as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, cY as TezosTxAuthInput, cZ as TezosTxSignatureResponse, b5 as TransactionData, bd as TransactionResponse, bZ as TxAuthDataSignatureGatingRequest, c1 as TxAuthDataSignatureResponse, cV as TxAuthInput, D as TxHash, cW as TxSignatureResponse, cP as UpdateQueryConfigurationInput, cQ as UpdateQueryConfigurationResponse, ae as UuidString, d_ as VerifiableCredential, dn as VerificationMode, dm as VerificationModes, bu as VerificationOutput, bt as VerificationSessionStatus, bs as VerificationSessionStatuses, bV as WalletChallengeRequest, aL as WalletId, bY as WalletSignResponse, dj as WalletSignatureData, di as WalletSignatureResponse, dG as Web2CreateSessionParams, dz as WorkflowId, dy as WorkspaceId, cq as ZKPOperator, d5 as ZKPRequest, d6 as ZKPRequestFromZKVerifier, ca as ZeroKnowledgeProofRequest, cg as ZeroKnowledgeProofResponse, af as ZodParse, ab as coerceBoolean, am as countryISO2toISO3Mapping, al as countryISO3toISO2Mapping, aH as createBrandedSchemaId, aP as generateId, dY as getCredentialName, v as isValidAddress, an as isoCountriesNameFromISO2, cr as operatorDisplayMap, ao as parseISO3CountryCode, cl as parseIden3Message, cm as parseSessionIdFromUrl, H as shortAddress, ag as shortBlockchainAddress } from './identity-api.schema-1abb6be0.esm.js';
1
+ import { C as CredentialTypes } from './identity-api.schema-e90f0113.esm.js';
2
+ export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, aj as ALPHA_2_COUNTRIES, cs as ARRAY_OPERATORS, cb as AUTHORIZATION_REQUEST_MESSAGE_TYPES, b8 as AVAILABLE_FLOWS, dw as AdditionalCustomerInformationParams, z as AddressSchema, cn as AllCredentialAttributes, co as AllCredentialValues, da as AllScenarioExecutionAuthorizationData, ak as Alpha2Country, d4 as AnyTxAuthDataSignatureResponse, d1 as AnyTxAuthInput, aM as AppId, I as AptosAddress, J as AptosSignature, ct as ArrayOperator, cj as AuthQrCodeData, bW as AuthSession, ce as AuthorizationRequestMessage, cd as AuthorizationRequestMessageType, cc as AuthorizationRequestMessageTypes, ch as AuthorizationResponseMessage, b9 as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, cy as BOOLEAN_OPERATORS, aB as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cz as BooleanOperator, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, aC as CUSTOMERS_CHARTS, aG as CUSTOMER_AUTOMATION_REASONS, aE as CUSTOMER_TABLE_COLUMNS, a0 as CardanoAddress, a1 as CardanoSignature, aN as ChallengeId, bg as ChallengeQueryOperator, bi as ChallengeQueryOperatorToOperator, bf as ChallengeQueryOperators, bj as ChallengeQuerySchema, bX as ChallengeResponse, aS as CloseScreenNotification, bE as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, d8 as CreateAuthRequestProps, cN as CreateQueryConfigurationInput, cO as CreateQueryConfigurationResponse, d9 as CreateZKProofRequestProps, d$ as CredentialMediaType, dW as CredentialNames, ci as CredentialQrCodeData, dV as CredentialSchemas, dZ as CredentialType, C as CredentialTypes, ay as CustomerOnboardingLevel, ax as CustomerOnboardingLevels, aA as CustomerStatus, az as CustomerStatuses, aF as CustomerTableColumn, as as CustomerType, ar as CustomerTypes, aD as CustomersChartType, cA as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, ba as DataAvailableOnStart, cB as DateOperator, cR as DeleteQueryConfigurationInput, cS as DeleteQueryConfigurationResponse, a8 as DisplayedBlockchainNamespace, F as EIP155Signature, ac as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, Y as EdSignature, aK as EmailId, ad as EnvironmentSchema, h as EvmChainId, bl as ExecuteChallengeQueryConfig, bk as ExecuteChallengeQueryInput, bn as ExecuteChallengeQueryResponse, d3 as ExtendedTezosTxAuthDataSignatureResponse, d0 as ExtendedTezosTxAuthInput, d2 as ExtendedTxAuthDataSignatureResponse, c$ as ExtendedTxAuthInput, dB as ExternalCustomerId, dk as FLOW_TYPES, dl as FlowType, G as FunctionCallData, dU as GenericVerifiableCredentialSchema, bG as GetCredentialsRequest, bH as GetCredentialsResponse, b_ as GetCustomerStatusRequest, c2 as GetCustomerStatusResponse, c_ as GetTezosTxAuthDataSignatureResponse, cX as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, c4 as HostMessage, bT as HostRequestMessage, be as HostResponseMessage, dH as ID3CredentialSubjectSchema, dp as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dr as IDENTITY_DOCUMENT_OPTIONS, dR as IDImageCredentialSubjectSchema, cF as IDInformation, dQ as IDInformationCredentialSubjectSchema, dI as IDScanCredentialSubjectSchema, dJ as IDScanPassportCredentialSubjectSchema, dK as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, dv as Identifier, c3 as IdentityAppMessage, dD as IdentityAppV2Web2JWT, dC as IdentityAppV2Web3JWT, dq as IdentityDocumentCountryListOption, ds as IdentityDocumentOptionsType, aJ as IdentityId, c5 as IdentityMessage, b2 as IdentityNotificationMessage, b7 as IdentityRequestMessage, bU as IdentityResponseMessage, b$ as IdentitySdkMessage, c0 as IdentitySdkMessageWithIdentifier, dA as IdentityWidgetAccessToken, dE as IdentityWidgetAccessToken_NEW, dF as IdentityWidgetSessionToken, b3 as InitialDataRequest, bb as InitialDataResponse, a_ as IsVerifiedNotification, bN as IsVerifiedRequest, bO as IsVerifiedResponse, aw as KybOnboardingLevel, av as KybOnboardingLevels, aT as KycCompletionData, aU as KycCompletionNotification, au as KycOnboardingLevel, at as KycOnboardingLevels, c8 as MediaType, c9 as MediaTypePID, u as NEXERA_ACTIVE_STARKNET_CHAIN_VALUES, f as NEXERA_CHAIN_VALUES, b as NEXERA_COSMOS_CHAINS, N as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAIN_NAMES, e as NEXERA_EVM_CHAIN_NAMES_LIST, c as NEXERA_STARKNET_CHAINS, s as NEXERA_STARKNET_CHAIN_NAMES, t as NEXERA_STARKNET_CHAIN_VALUES, a as NEXERA_TEZOS_CHAINS, j as NEXERA_TEZOS_CHAIN_NAMES, k as NEXERA_TEZOS_CHAIN_NAMES_LIST, l as NEXERA_TEZOS_CHAIN_VALUES, cw as NUMERIC_OPERATORS, dX as NexeraCredentialType, cM as NonParsedQueryConfiguration, cx as NumericOperator, dP as OLD_AMLScreeningsResultsCredentialSubjectSchema, dL as OLD_IDImageCredentialSubjectSchema, dM as OLD_IDInformationCredentialSubjectSchema, dN as OLD_ProofOfResidenceCredentialSubjectSchema, dO as OLD_SelfieImageCredentialSubjectSchema, bo as OPAChallengeQuery, b0 as OcvSdkInitialized, aW as OffChainScenarioExecutionData, d7 as OffChainZKP, bq as OffChainZKPRuleResult, bp as OnChainRuleResult, aX as OnChainScenarioExecutionData, dc as OnChainZKP, dd as OnChainZKPFromNexeraID, df as OnChainZKPPayload, de as OnChainZKPScenarioFromCms, bm as OpaChallengeQueryResponse, cp as Operator, bh as OperatorToChallengeQueryOperator, dx as OrganizationId, _ as P2Signature, dt as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ah as PUBLIC_SERVICES_SCHEMA_MAP, cJ as PartialQueryConfigSimplified, du as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, a$ as PolygonIdInitialized, bJ as PolygonIdRequest, bI as PolygonIdRequestData, bL as PolygonIdResponse, bK as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, db as ProjectAuthorizationData, cf as ProofData, dT as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, ck as QrCodeLinkWithSchemaType, cG as QueryConfig, cI as QueryConfigSimplified, cK as QueryConfigSimplifiedParsed, cL as QueryConfiguration, cU as QueryCredentialType, cT as QueryCredentialTypes, cH as QueryType, c6 as RequiredDataRowSchema, c7 as RequiredVerificationData, aq as RiskScoreType, ap as RiskScoreTypes, bz as RuleEngineResponse, aV as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, dg as SCENARIO_AUTHORIZATION_STATUSES, cu as STRING_OPERATORS, cC as SUPPORTED_TYPES, aQ as ScenarioAuthorizationData, dh as ScenarioAuthorizationStatus, aY as ScenarioExecutionData, aZ as ScenarioExecutionNotification, bA as ScenarioExecutionResponse, by as ScenarioStatus, bx as ScenarioStatuses, bw as ScenarioType, bv as ScenarioTypes, br as SdkVerificationOutput, aR as SdkVerificationResponseSchema, dS as SelfieImageCredentialSubjectSchema, b6 as SendTransactionRequest, b4 as SignatureRequest, bc as SignatureResponse, bF as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, b1 as StartCompletedNotification, bM as StartFlowRequest, aI as StorageId, w as String0x, cv as StringOperator, cD as SupportedType, cE as SupportedTypes, aO as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, cY as TezosTxAuthInput, cZ as TezosTxSignatureResponse, b5 as TransactionData, bd as TransactionResponse, bZ as TxAuthDataSignatureGatingRequest, c1 as TxAuthDataSignatureResponse, cV as TxAuthInput, D as TxHash, cW as TxSignatureResponse, cP as UpdateQueryConfigurationInput, cQ as UpdateQueryConfigurationResponse, ae as UuidString, d_ as VerifiableCredential, dn as VerificationMode, dm as VerificationModes, bu as VerificationOutput, bt as VerificationSessionStatus, bs as VerificationSessionStatuses, dj as VerifyChallengeParams, bV as WalletChallengeRequest, aL as WalletId, bY as WalletSignResponse, di as WalletSignatureResponse, dG as Web2CreateSessionParams, dz as WorkflowId, dy as WorkspaceId, cq as ZKPOperator, d5 as ZKPRequest, d6 as ZKPRequestFromZKVerifier, ca as ZeroKnowledgeProofRequest, cg as ZeroKnowledgeProofResponse, af as ZodParse, ab as coerceBoolean, am as countryISO2toISO3Mapping, al as countryISO3toISO2Mapping, aH as createBrandedSchemaId, aP as generateId, dY as getCredentialName, v as isValidAddress, an as isoCountriesNameFromISO2, cr as operatorDisplayMap, ao as parseISO3CountryCode, cl as parseIden3Message, cm as parseSessionIdFromUrl, H as shortAddress, ag as shortBlockchainAddress } from './identity-api.schema-e90f0113.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-872554c0.esm.js';
4
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-62ec8ba3.esm.js';
5
5
  import 'nanoid';
6
6
 
7
7
  var decodeUint8Array = function decodeUint8Array(data) {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "1.12.38",
3
+ "version": "1.12.40",
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-a5f7ed8d.cjs.dev.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-33df4abf.cjs.dev.js');
6
6
  require('zod');
7
7
  require('nanoid');
8
8
 
@@ -156,9 +156,9 @@ exports.UpdateQueryConfigurationResponse = identityApi_schema.UpdateQueryConfigu
156
156
  exports.VerificationOutput = identityApi_schema.VerificationOutput;
157
157
  exports.VerificationSessionStatus = identityApi_schema.VerificationSessionStatus;
158
158
  exports.VerificationSessionStatuses = identityApi_schema.VerificationSessionStatuses;
159
+ exports.VerifyChallengeParams = identityApi_schema.VerifyChallengeParams;
159
160
  exports.WalletChallengeRequest = identityApi_schema.WalletChallengeRequest;
160
161
  exports.WalletSignResponse = identityApi_schema.WalletSignResponse;
161
- exports.WalletSignatureData = identityApi_schema.WalletSignatureData;
162
162
  exports.WalletSignatureResponse = identityApi_schema.WalletSignatureResponse;
163
163
  exports.ZKPOperator = identityApi_schema.ZKPOperator;
164
164
  exports.ZKPRequest = identityApi_schema.ZKPRequest;
@@ -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-75605dc1.cjs.prod.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-6f31082c.cjs.prod.js');
6
6
  require('zod');
7
7
  require('nanoid');
8
8
 
@@ -156,9 +156,9 @@ exports.UpdateQueryConfigurationResponse = identityApi_schema.UpdateQueryConfigu
156
156
  exports.VerificationOutput = identityApi_schema.VerificationOutput;
157
157
  exports.VerificationSessionStatus = identityApi_schema.VerificationSessionStatus;
158
158
  exports.VerificationSessionStatuses = identityApi_schema.VerificationSessionStatuses;
159
+ exports.VerifyChallengeParams = identityApi_schema.VerifyChallengeParams;
159
160
  exports.WalletChallengeRequest = identityApi_schema.WalletChallengeRequest;
160
161
  exports.WalletSignResponse = identityApi_schema.WalletSignResponse;
161
- exports.WalletSignatureData = identityApi_schema.WalletSignatureData;
162
162
  exports.WalletSignatureResponse = identityApi_schema.WalletSignatureResponse;
163
163
  exports.ZKPOperator = identityApi_schema.ZKPOperator;
164
164
  exports.ZKPRequest = identityApi_schema.ZKPRequest;
@@ -1,3 +1,3 @@
1
- export { cs as ARRAY_OPERATORS, cb as AUTHORIZATION_REQUEST_MESSAGE_TYPES, b8 as AVAILABLE_FLOWS, cn as AllCredentialAttributes, co as AllCredentialValues, da as AllScenarioExecutionAuthorizationData, d4 as AnyTxAuthDataSignatureResponse, d1 as AnyTxAuthInput, ct as ArrayOperator, cj as AuthQrCodeData, bW as AuthSession, ce as AuthorizationRequestMessage, cd as AuthorizationRequestMessageType, cc as AuthorizationRequestMessageTypes, ch as AuthorizationResponseMessage, b9 as AvailableFlow, cy as BOOLEAN_OPERATORS, cz as BooleanOperator, bg as ChallengeQueryOperator, bi as ChallengeQueryOperatorToOperator, bf as ChallengeQueryOperators, bj as ChallengeQuerySchema, bX as ChallengeResponse, aS as CloseScreenNotification, bE as ComplianceImplementationStepsInput, d8 as CreateAuthRequestProps, cN as CreateQueryConfigurationInput, cO as CreateQueryConfigurationResponse, d9 as CreateZKProofRequestProps, ci as CredentialQrCodeData, cA as DATE_OPERATORS, ba as DataAvailableOnStart, cB as DateOperator, cR as DeleteQueryConfigurationInput, cS as DeleteQueryConfigurationResponse, bl as ExecuteChallengeQueryConfig, bk as ExecuteChallengeQueryInput, bn as ExecuteChallengeQueryResponse, d3 as ExtendedTezosTxAuthDataSignatureResponse, d0 as ExtendedTezosTxAuthInput, d2 as ExtendedTxAuthDataSignatureResponse, c$ as ExtendedTxAuthInput, bG as GetCredentialsRequest, bH as GetCredentialsResponse, b_ as GetCustomerStatusRequest, c2 as GetCustomerStatusResponse, c_ as GetTezosTxAuthDataSignatureResponse, cX as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, c4 as HostMessage, bT as HostRequestMessage, be as HostResponseMessage, cF as IDInformation, c3 as IdentityAppMessage, c5 as IdentityMessage, b2 as IdentityNotificationMessage, b7 as IdentityRequestMessage, bU as IdentityResponseMessage, b$ as IdentitySdkMessage, c0 as IdentitySdkMessageWithIdentifier, b3 as InitialDataRequest, bb as InitialDataResponse, a_ as IsVerifiedNotification, bN as IsVerifiedRequest, bO as IsVerifiedResponse, aT as KycCompletionData, aU as KycCompletionNotification, c8 as MediaType, c9 as MediaTypePID, cw as NUMERIC_OPERATORS, cM as NonParsedQueryConfiguration, cx as NumericOperator, bo as OPAChallengeQuery, b0 as OcvSdkInitialized, aW as OffChainScenarioExecutionData, d7 as OffChainZKP, bq as OffChainZKPRuleResult, bp as OnChainRuleResult, aX as OnChainScenarioExecutionData, dc as OnChainZKP, dd as OnChainZKPFromNexeraID, df as OnChainZKPPayload, de as OnChainZKPScenarioFromCms, bm as OpaChallengeQueryResponse, cp as Operator, bh as OperatorToChallengeQueryOperator, cJ as PartialQueryConfigSimplified, a$ as PolygonIdInitialized, bJ as PolygonIdRequest, bI as PolygonIdRequestData, bL as PolygonIdResponse, bK as PolygonIdResponseData, db as ProjectAuthorizationData, cf as ProofData, ck as QrCodeLinkWithSchemaType, cG as QueryConfig, cI as QueryConfigSimplified, cK as QueryConfigSimplifiedParsed, cL as QueryConfiguration, cU as QueryCredentialType, cT as QueryCredentialTypes, cH as QueryType, c6 as RequiredDataRowSchema, c7 as RequiredVerificationData, bz as RuleEngineResponse, aV as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, dg as SCENARIO_AUTHORIZATION_STATUSES, cu as STRING_OPERATORS, cC as SUPPORTED_TYPES, aQ as ScenarioAuthorizationData, dh as ScenarioAuthorizationStatus, aY as ScenarioExecutionData, aZ as ScenarioExecutionNotification, bA as ScenarioExecutionResponse, by as ScenarioStatus, bx as ScenarioStatuses, bw as ScenarioType, bv as ScenarioTypes, br as SdkVerificationOutput, aR as SdkVerificationResponseSchema, b6 as SendTransactionRequest, b4 as SignatureRequest, bc as SignatureResponse, bF as SimplifiedCredential, b1 as StartCompletedNotification, bM as StartFlowRequest, cv as StringOperator, cD as SupportedType, cE as SupportedTypes, cY as TezosTxAuthInput, cZ as TezosTxSignatureResponse, b5 as TransactionData, bd as TransactionResponse, bZ as TxAuthDataSignatureGatingRequest, c1 as TxAuthDataSignatureResponse, cV as TxAuthInput, cW as TxSignatureResponse, cP as UpdateQueryConfigurationInput, cQ as UpdateQueryConfigurationResponse, bu as VerificationOutput, bt as VerificationSessionStatus, bs as VerificationSessionStatuses, bV as WalletChallengeRequest, bY as WalletSignResponse, dj as WalletSignatureData, di as WalletSignatureResponse, cq as ZKPOperator, d5 as ZKPRequest, d6 as ZKPRequestFromZKVerifier, ca as ZeroKnowledgeProofRequest, cg as ZeroKnowledgeProofResponse, cr as operatorDisplayMap, cl as parseIden3Message, cm as parseSessionIdFromUrl } from '../../dist/identity-api.schema-1abb6be0.esm.js';
1
+ export { cs as ARRAY_OPERATORS, cb as AUTHORIZATION_REQUEST_MESSAGE_TYPES, b8 as AVAILABLE_FLOWS, cn as AllCredentialAttributes, co as AllCredentialValues, da as AllScenarioExecutionAuthorizationData, d4 as AnyTxAuthDataSignatureResponse, d1 as AnyTxAuthInput, ct as ArrayOperator, cj as AuthQrCodeData, bW as AuthSession, ce as AuthorizationRequestMessage, cd as AuthorizationRequestMessageType, cc as AuthorizationRequestMessageTypes, ch as AuthorizationResponseMessage, b9 as AvailableFlow, cy as BOOLEAN_OPERATORS, cz as BooleanOperator, bg as ChallengeQueryOperator, bi as ChallengeQueryOperatorToOperator, bf as ChallengeQueryOperators, bj as ChallengeQuerySchema, bX as ChallengeResponse, aS as CloseScreenNotification, bE as ComplianceImplementationStepsInput, d8 as CreateAuthRequestProps, cN as CreateQueryConfigurationInput, cO as CreateQueryConfigurationResponse, d9 as CreateZKProofRequestProps, ci as CredentialQrCodeData, cA as DATE_OPERATORS, ba as DataAvailableOnStart, cB as DateOperator, cR as DeleteQueryConfigurationInput, cS as DeleteQueryConfigurationResponse, bl as ExecuteChallengeQueryConfig, bk as ExecuteChallengeQueryInput, bn as ExecuteChallengeQueryResponse, d3 as ExtendedTezosTxAuthDataSignatureResponse, d0 as ExtendedTezosTxAuthInput, d2 as ExtendedTxAuthDataSignatureResponse, c$ as ExtendedTxAuthInput, bG as GetCredentialsRequest, bH as GetCredentialsResponse, b_ as GetCustomerStatusRequest, c2 as GetCustomerStatusResponse, c_ as GetTezosTxAuthDataSignatureResponse, cX as GetTxAuthDataSignatureResponse, bP as GetTxAuthSigRequest, bR as GetTxAuthSigRequestTezos, bQ as GetTxAuthSigResponse, bS as GetTxAuthSigResponseTezos, c4 as HostMessage, bT as HostRequestMessage, be as HostResponseMessage, cF as IDInformation, c3 as IdentityAppMessage, c5 as IdentityMessage, b2 as IdentityNotificationMessage, b7 as IdentityRequestMessage, bU as IdentityResponseMessage, b$ as IdentitySdkMessage, c0 as IdentitySdkMessageWithIdentifier, b3 as InitialDataRequest, bb as InitialDataResponse, a_ as IsVerifiedNotification, bN as IsVerifiedRequest, bO as IsVerifiedResponse, aT as KycCompletionData, aU as KycCompletionNotification, c8 as MediaType, c9 as MediaTypePID, cw as NUMERIC_OPERATORS, cM as NonParsedQueryConfiguration, cx as NumericOperator, bo as OPAChallengeQuery, b0 as OcvSdkInitialized, aW as OffChainScenarioExecutionData, d7 as OffChainZKP, bq as OffChainZKPRuleResult, bp as OnChainRuleResult, aX as OnChainScenarioExecutionData, dc as OnChainZKP, dd as OnChainZKPFromNexeraID, df as OnChainZKPPayload, de as OnChainZKPScenarioFromCms, bm as OpaChallengeQueryResponse, cp as Operator, bh as OperatorToChallengeQueryOperator, cJ as PartialQueryConfigSimplified, a$ as PolygonIdInitialized, bJ as PolygonIdRequest, bI as PolygonIdRequestData, bL as PolygonIdResponse, bK as PolygonIdResponseData, db as ProjectAuthorizationData, cf as ProofData, ck as QrCodeLinkWithSchemaType, cG as QueryConfig, cI as QueryConfigSimplified, cK as QueryConfigSimplifiedParsed, cL as QueryConfiguration, cU as QueryCredentialType, cT as QueryCredentialTypes, cH as QueryType, c6 as RequiredDataRowSchema, c7 as RequiredVerificationData, bz as RuleEngineResponse, aV as RuleEngineScenarioExecutionData, bC as RuleResultStatus, bD as RuleResultStatusLabels, bB as RuleResultStatuses, dg as SCENARIO_AUTHORIZATION_STATUSES, cu as STRING_OPERATORS, cC as SUPPORTED_TYPES, aQ as ScenarioAuthorizationData, dh as ScenarioAuthorizationStatus, aY as ScenarioExecutionData, aZ as ScenarioExecutionNotification, bA as ScenarioExecutionResponse, by as ScenarioStatus, bx as ScenarioStatuses, bw as ScenarioType, bv as ScenarioTypes, br as SdkVerificationOutput, aR as SdkVerificationResponseSchema, b6 as SendTransactionRequest, b4 as SignatureRequest, bc as SignatureResponse, bF as SimplifiedCredential, b1 as StartCompletedNotification, bM as StartFlowRequest, cv as StringOperator, cD as SupportedType, cE as SupportedTypes, cY as TezosTxAuthInput, cZ as TezosTxSignatureResponse, b5 as TransactionData, bd as TransactionResponse, bZ as TxAuthDataSignatureGatingRequest, c1 as TxAuthDataSignatureResponse, cV as TxAuthInput, cW as TxSignatureResponse, cP as UpdateQueryConfigurationInput, cQ as UpdateQueryConfigurationResponse, bu as VerificationOutput, bt as VerificationSessionStatus, bs as VerificationSessionStatuses, dj as VerifyChallengeParams, bV as WalletChallengeRequest, bY as WalletSignResponse, di as WalletSignatureResponse, cq as ZKPOperator, d5 as ZKPRequest, d6 as ZKPRequestFromZKVerifier, ca as ZeroKnowledgeProofRequest, cg as ZeroKnowledgeProofResponse, cr as operatorDisplayMap, cl as parseIden3Message, cm as parseSessionIdFromUrl } from '../../dist/identity-api.schema-e90f0113.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": "1.12.38-dev",
3
+ "version": "1.12.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-dc7cd65c.cjs.dev.js');
5
+ var customers_schema = require('../../dist/customers.schema-e35bd1dc.cjs.dev.js');
6
6
  require('zod');
7
- require('../../dist/identity-api.schema-a5f7ed8d.cjs.dev.js');
7
+ require('../../dist/identity-api.schema-33df4abf.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-736bfb94.cjs.prod.js');
5
+ var customers_schema = require('../../dist/customers.schema-ef7818d3.cjs.prod.js');
6
6
  require('zod');
7
- require('../../dist/identity-api.schema-75605dc1.cjs.prod.js');
7
+ require('../../dist/identity-api.schema-6f31082c.cjs.prod.js');
8
8
  require('nanoid');
9
9
 
10
10
 
@@ -1,4 +1,4 @@
1
- export { a1 as AMLMetadata, A as ANALYSIS_TYPES, c as AnalysisType, bJ as ApplicantMemberOfSchema, bY as BENEFICIARY_TYPES, e as BLOCKCHAIN_TYPES, bL as BaseApplicantActionSchema, bj as BaseProvider, b_ as BeneficiaryCompanyCustomerClaims, b$ as BeneficiaryCompanyCustomerClaimsArray, bZ as BeneficiaryType, d0 as BeneficiaryVerificationStatus, d1 as BeneficiaryVerificationStatusArray, bg as BigConfig, p as BigCryptoChain, r as BigProperties, q as BigPropertiesLiteral, s as BigProperty, bm as BigProvider, u as BitRankRequest, v as BitRankVerified, x as BitRankVerifiedError, w as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, f as Blockchain, aB as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aD as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, az as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, as as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ap as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dj as ChainalysisApiError, bc as ChainalysisConfig, bp as ChainalysisProvider, dg as ChainalysisRegisterApiResponse, dk as ChainalysisRegisterResponse, de as ChainalysisRequest, di as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dh as ChainalysisRiskLevel, ag as CoerceDateUTC, g as Coin, c$ as CompanyDocumentMetaData, aV as ComplyAdvantageAmlFullListing, aU as ComplyAdvantageAmlItemSource, aC as ComplyAdvantageCountryFieldSources, aE as ComplyAdvantageDateOfBirthFieldSources, aT as ComplyAdvantageKeyInformation, aO as ComplyAdvantageMedia, b2 as ComplyAdvantageMonitorSearchDataResponse, b4 as ComplyAdvantageMonitorSearchResponse, b3 as ComplyAdvantageMonitorSearchSuccessResponse, b5 as ComplyAdvantageMonitoredSearchUpdate, aA as ComplyAdvantageNationalityFieldSources, bu as ComplyAdvantageProvider, bt as ComplyAdvantageProviderConfigElement, bs as ComplyAdvantageProviderConfigFilters, br as ComplyAdvantageProviderConfigTypes, at as ComplyAdvantageReponseMatchStatus, aq as ComplyAdvantageResponseMatchType, aQ as ComplyAdvantageSearchDataResponse, aP as ComplyAdvantageSearchDataResponseHit, aW as ComplyAdvantageSearchEntitiesDataResponse, aY as ComplyAdvantageSearchEntitiesResponse, aX as ComplyAdvantageSearchEntitiesSuccessResponse, aS as ComplyAdvantageSearchErrorResponse, aZ as ComplyAdvantageSearchRequest, b as ComplyAdvantageSearchResponse, aR as ComplyAdvantageSearchSuccessResponse, a$ as ComplyAdvantageUpdateSearchEntitiesRequest, b1 as ComplyAdvantageUpdateSearchEntitiesResponse, b0 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, a_ as ComplyAdvantageUpdateSearchRequest, aM as ComplyAdvantageUser, bA as CreateProviderInput, bB as CreateProviderResponse, aF as CreateSearchInput, cT as CredentialMetadata, cS as CustomerContactInformationOutput, d6 as CustomerDocumentMetaData, d7 as CustomerStatusResults, b9 as DataProviderOptions, ba as DataProviders, bF as DeleteProviderInput, bG as DeleteProviderResponse, V as DocumentIdMetadata, U as DocumentIdType, T as DocumentIdTypes, cn as DocumentMetadataSchema, a0 as EmailMetadata, E as EmailVerificationAnalysisResponse, df as EnhancedChainalysisRequest, Q as File, cR as GetCredentialsOutput, d3 as GetKybSessionInput, d4 as GetKybSessionResponse, cL as GetKycSessionInput, cM as GetKycSessionResponse, cU as GetKycSessionResponseWithCredentialsMetadata, bz as GetProviderResponse, by as GetProvidersResponse, an as HIGH_RISK_TYPES, bW as INDIVIDUAL_BENEFICIARY_RELATIONS, b7 as IdentityProviderOptions, b8 as IdentityProviders, bX as IndividualBeneficiaryRelation, l as IpQualityAnalysisRequest, m as IpQualityAnalysisResponse, bf as IpQualityConfig, n as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, o as IpQualityServiceErrorResponse, bq as IpqualityscoreProvider, cX as KYB_RESULTS, cZ as KYB_SESSION_STATUSES, cV as KYB_STEP_TYPES, cF as KYC_RESULTS, cH as KYC_SESSION_STATUSES, cD as KYC_STEP_TYPES, cY as KybResult, c_ as KybSessionStatus, cW as KybStep, cG as KycResult, cI as KycSessionStatus, cE as KycStep, _ as LivenessMetadata, ao as MEDIUM_RISK_TYPES, aH as MatchStatus, aG as MatchStatuses, aN as MatchTypeDetail, M as MergedProviders, dd as MerkleAddressApiError, dc as MerkleAddressApiResponse, db as MerkleAddressRequest, a as MerkleAddressResponse, da as MerkleBlockChainCodes, d9 as MerkleBlockChainNames, d8 as MerkleBlockChainTypes, bb as MerkleScienceConfig, bo as MerkleScienceProvider, N as NestedSession, bl as NexeraIdKYBProvider, bk as NexeraIdSSIDProvider, O as OBJECT_TYPES, d as ObjectType, $ as PhoneMetadata, P as PhoneVerificationAnalysisResponse, Y as ProofOfAddressDocumentType, X as ProofOfAddressDocumentTypes, Z as ProofOfAddressMetadata, cQ as ProofOfResidenceDocumentType, cP as ProofOfResidenceMetaData, bw as ProviderData, bx as ProviderDataProject, bi as ProviderIntegrationType, bh as ProviderIntegrationTypeOptions, b6 as ProviderWithoutConfig, a9 as RESULT_PARSER_ERROR, L as ReasonCode, K as ReasonCodes, t as RequestProperty, aJ as RiskLevel, aI as RiskLevels, R as RiskSeverity, al as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, aj as SEARCH_FILTER_PEP_TYPE, ah as SEARCH_FILTER_SANCTION_TYPE, au as SEARCH_FILTER_TYPES, a7 as SESSION_NOT_FOUND, ad as STEP_NOT_FOUND, bO as SUMSUB_APPLICANT_TYPES, cg as SUMSUB_COMPANY_BENEFICIARY_GROUP, c5 as SUMSUB_DOC_TYPES, c7 as SUMSUB_FLOW_LEVEL, cv as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cl as SUMSUB_MEDIA_CONTENT_TYPES, bQ as SUMSUB_REVIEW_ANSWERS, cA as SUMSUB_REVIEW_REJECT_LABELS, cC as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bS as SUMSUB_REVIEW_REJECT_TYPES, c3 as SUMSUB_REVIEW_STATUSES, bM as SUMSUB_STEPS, c1 as SUMSUB_WEBHOOK_INTERNAL_STATUS, j as ScorechainAnalysis, bd as ScorechainConfig, i as ScorechainError, h as ScorechainErrorResponse, bn as ScorechainProvider, k as ScoringAnalysisRequest, S as ScoringAnalysisResponse, ax as SearchEntityType, aw as SearchEntityTypes, am as SearchFilterAdverseMediaType, ak as SearchFilterPepType, ai as SearchFilterSanctionType, av as SearchFilterType, ay as SearchFilters, d2 as SelectKybSession, cJ as SelectKycSession, cK as SelectKycSessionStep, F as Session, G as SessionWithoutSteps, z as Status, y as Statuses, a2 as Step, J as StepType, H as StepTypes, bU as SumSubAddress, bV as SumSubApplicantInfo, cp as SumSubApplicantResetSchema, co as SumSubApplicantReviewStatusSchema, cu as SumSubApplicantSchema, bP as SumSubApplicantType, ck as SumSubApplicantVerificationStepSchema, c0 as SumSubCompanyApplicantInfo, ce as SumSubCompanyApplicantSchema, c6 as SumSubDocType, c8 as SumSubFlowLevel, cq as SumSubGenerateExternalWebSdkLinkSchema, cf as SumSubImageId, ca as SumSubImageReviewResultSchema, cd as SumSubIndividualApplicantSchema, cm as SumSubMediaContentType, bR as SumSubReviewAnswer, cB as SumSubReviewRejectLabel, bT as SumSubReviewRejectType, c9 as SumSubReviewResultSchema, c4 as SumSubReviewStatus, cz as SumSubSimilarApplicantsSchema, bN as SumSubStep, cj as SumSubVerificationStepSchema, bK as SumSubWebhookSchema, cc as SumsubApplicantType, cb as SumsubApplicantTypes, ch as SumsubCompanyBeneficiaryGroup, ct as SumsubKybDataSchema, cy as SumsubKybSessionFlowSection, cx as SumsubKybSessionFlowSectionItem, cw as SumsubKybSessionFlowSectionStatus, cs as SumsubKycDataSchema, ci as SumsubStepStatus, cr as SumsubVideoCallData, c2 as SumsubWebhookInternalStatus, bv as SynapsProvider, aa as SynapsSessionErrorResponse, a3 as SynapsSessionEvent, a6 as SynapsSessionRequest, ab as SynapsSessionResponse, ae as SynapsStepErrorResponse, a4 as SynapsStepEvent, ac as SynapsStepRequest, af as SynapsStepResponse, bE as ToggleProviderInput, a8 as UNKNOWN_ERROR, d5 as UpdateKybSessionOutput, cN as UpdateKycSessionOutput, bC as UpdateProviderInput, bD as UpdateProviderResponse, aL as UpdateSearchEntitiesInput, aK as UpdateSearchInput, cO as VideoKycMetaData, bH as WEBHOOK_TYPES, D as WebhookPayload, bI as WebhookType, be as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, ar as mappingMatchTypeToLabel, a5 as typeToHumanReadable } from '../../dist/customers.schema-f276cc10.esm.js';
1
+ export { a1 as AMLMetadata, A as ANALYSIS_TYPES, c as AnalysisType, bJ as ApplicantMemberOfSchema, bY as BENEFICIARY_TYPES, e as BLOCKCHAIN_TYPES, bL as BaseApplicantActionSchema, bj as BaseProvider, b_ as BeneficiaryCompanyCustomerClaims, b$ as BeneficiaryCompanyCustomerClaimsArray, bZ as BeneficiaryType, d0 as BeneficiaryVerificationStatus, d1 as BeneficiaryVerificationStatusArray, bg as BigConfig, p as BigCryptoChain, r as BigProperties, q as BigPropertiesLiteral, s as BigProperty, bm as BigProvider, u as BitRankRequest, v as BitRankVerified, x as BitRankVerifiedError, w as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, f as Blockchain, aB as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aD as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, az as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, as as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ap as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dj as ChainalysisApiError, bc as ChainalysisConfig, bp as ChainalysisProvider, dg as ChainalysisRegisterApiResponse, dk as ChainalysisRegisterResponse, de as ChainalysisRequest, di as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dh as ChainalysisRiskLevel, ag as CoerceDateUTC, g as Coin, c$ as CompanyDocumentMetaData, aV as ComplyAdvantageAmlFullListing, aU as ComplyAdvantageAmlItemSource, aC as ComplyAdvantageCountryFieldSources, aE as ComplyAdvantageDateOfBirthFieldSources, aT as ComplyAdvantageKeyInformation, aO as ComplyAdvantageMedia, b2 as ComplyAdvantageMonitorSearchDataResponse, b4 as ComplyAdvantageMonitorSearchResponse, b3 as ComplyAdvantageMonitorSearchSuccessResponse, b5 as ComplyAdvantageMonitoredSearchUpdate, aA as ComplyAdvantageNationalityFieldSources, bu as ComplyAdvantageProvider, bt as ComplyAdvantageProviderConfigElement, bs as ComplyAdvantageProviderConfigFilters, br as ComplyAdvantageProviderConfigTypes, at as ComplyAdvantageReponseMatchStatus, aq as ComplyAdvantageResponseMatchType, aQ as ComplyAdvantageSearchDataResponse, aP as ComplyAdvantageSearchDataResponseHit, aW as ComplyAdvantageSearchEntitiesDataResponse, aY as ComplyAdvantageSearchEntitiesResponse, aX as ComplyAdvantageSearchEntitiesSuccessResponse, aS as ComplyAdvantageSearchErrorResponse, aZ as ComplyAdvantageSearchRequest, b as ComplyAdvantageSearchResponse, aR as ComplyAdvantageSearchSuccessResponse, a$ as ComplyAdvantageUpdateSearchEntitiesRequest, b1 as ComplyAdvantageUpdateSearchEntitiesResponse, b0 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, a_ as ComplyAdvantageUpdateSearchRequest, aM as ComplyAdvantageUser, bA as CreateProviderInput, bB as CreateProviderResponse, aF as CreateSearchInput, cT as CredentialMetadata, cS as CustomerContactInformationOutput, d6 as CustomerDocumentMetaData, d7 as CustomerStatusResults, b9 as DataProviderOptions, ba as DataProviders, bF as DeleteProviderInput, bG as DeleteProviderResponse, V as DocumentIdMetadata, U as DocumentIdType, T as DocumentIdTypes, cn as DocumentMetadataSchema, a0 as EmailMetadata, E as EmailVerificationAnalysisResponse, df as EnhancedChainalysisRequest, Q as File, cR as GetCredentialsOutput, d3 as GetKybSessionInput, d4 as GetKybSessionResponse, cL as GetKycSessionInput, cM as GetKycSessionResponse, cU as GetKycSessionResponseWithCredentialsMetadata, bz as GetProviderResponse, by as GetProvidersResponse, an as HIGH_RISK_TYPES, bW as INDIVIDUAL_BENEFICIARY_RELATIONS, b7 as IdentityProviderOptions, b8 as IdentityProviders, bX as IndividualBeneficiaryRelation, l as IpQualityAnalysisRequest, m as IpQualityAnalysisResponse, bf as IpQualityConfig, n as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, o as IpQualityServiceErrorResponse, bq as IpqualityscoreProvider, cX as KYB_RESULTS, cZ as KYB_SESSION_STATUSES, cV as KYB_STEP_TYPES, cF as KYC_RESULTS, cH as KYC_SESSION_STATUSES, cD as KYC_STEP_TYPES, cY as KybResult, c_ as KybSessionStatus, cW as KybStep, cG as KycResult, cI as KycSessionStatus, cE as KycStep, _ as LivenessMetadata, ao as MEDIUM_RISK_TYPES, aH as MatchStatus, aG as MatchStatuses, aN as MatchTypeDetail, M as MergedProviders, dd as MerkleAddressApiError, dc as MerkleAddressApiResponse, db as MerkleAddressRequest, a as MerkleAddressResponse, da as MerkleBlockChainCodes, d9 as MerkleBlockChainNames, d8 as MerkleBlockChainTypes, bb as MerkleScienceConfig, bo as MerkleScienceProvider, N as NestedSession, bl as NexeraIdKYBProvider, bk as NexeraIdSSIDProvider, O as OBJECT_TYPES, d as ObjectType, $ as PhoneMetadata, P as PhoneVerificationAnalysisResponse, Y as ProofOfAddressDocumentType, X as ProofOfAddressDocumentTypes, Z as ProofOfAddressMetadata, cQ as ProofOfResidenceDocumentType, cP as ProofOfResidenceMetaData, bw as ProviderData, bx as ProviderDataProject, bi as ProviderIntegrationType, bh as ProviderIntegrationTypeOptions, b6 as ProviderWithoutConfig, a9 as RESULT_PARSER_ERROR, L as ReasonCode, K as ReasonCodes, t as RequestProperty, aJ as RiskLevel, aI as RiskLevels, R as RiskSeverity, al as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, aj as SEARCH_FILTER_PEP_TYPE, ah as SEARCH_FILTER_SANCTION_TYPE, au as SEARCH_FILTER_TYPES, a7 as SESSION_NOT_FOUND, ad as STEP_NOT_FOUND, bO as SUMSUB_APPLICANT_TYPES, cg as SUMSUB_COMPANY_BENEFICIARY_GROUP, c5 as SUMSUB_DOC_TYPES, c7 as SUMSUB_FLOW_LEVEL, cv as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cl as SUMSUB_MEDIA_CONTENT_TYPES, bQ as SUMSUB_REVIEW_ANSWERS, cA as SUMSUB_REVIEW_REJECT_LABELS, cC as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bS as SUMSUB_REVIEW_REJECT_TYPES, c3 as SUMSUB_REVIEW_STATUSES, bM as SUMSUB_STEPS, c1 as SUMSUB_WEBHOOK_INTERNAL_STATUS, j as ScorechainAnalysis, bd as ScorechainConfig, i as ScorechainError, h as ScorechainErrorResponse, bn as ScorechainProvider, k as ScoringAnalysisRequest, S as ScoringAnalysisResponse, ax as SearchEntityType, aw as SearchEntityTypes, am as SearchFilterAdverseMediaType, ak as SearchFilterPepType, ai as SearchFilterSanctionType, av as SearchFilterType, ay as SearchFilters, d2 as SelectKybSession, cJ as SelectKycSession, cK as SelectKycSessionStep, F as Session, G as SessionWithoutSteps, z as Status, y as Statuses, a2 as Step, J as StepType, H as StepTypes, bU as SumSubAddress, bV as SumSubApplicantInfo, cp as SumSubApplicantResetSchema, co as SumSubApplicantReviewStatusSchema, cu as SumSubApplicantSchema, bP as SumSubApplicantType, ck as SumSubApplicantVerificationStepSchema, c0 as SumSubCompanyApplicantInfo, ce as SumSubCompanyApplicantSchema, c6 as SumSubDocType, c8 as SumSubFlowLevel, cq as SumSubGenerateExternalWebSdkLinkSchema, cf as SumSubImageId, ca as SumSubImageReviewResultSchema, cd as SumSubIndividualApplicantSchema, cm as SumSubMediaContentType, bR as SumSubReviewAnswer, cB as SumSubReviewRejectLabel, bT as SumSubReviewRejectType, c9 as SumSubReviewResultSchema, c4 as SumSubReviewStatus, cz as SumSubSimilarApplicantsSchema, bN as SumSubStep, cj as SumSubVerificationStepSchema, bK as SumSubWebhookSchema, cc as SumsubApplicantType, cb as SumsubApplicantTypes, ch as SumsubCompanyBeneficiaryGroup, ct as SumsubKybDataSchema, cy as SumsubKybSessionFlowSection, cx as SumsubKybSessionFlowSectionItem, cw as SumsubKybSessionFlowSectionStatus, cs as SumsubKycDataSchema, ci as SumsubStepStatus, cr as SumsubVideoCallData, c2 as SumsubWebhookInternalStatus, bv as SynapsProvider, aa as SynapsSessionErrorResponse, a3 as SynapsSessionEvent, a6 as SynapsSessionRequest, ab as SynapsSessionResponse, ae as SynapsStepErrorResponse, a4 as SynapsStepEvent, ac as SynapsStepRequest, af as SynapsStepResponse, bE as ToggleProviderInput, a8 as UNKNOWN_ERROR, d5 as UpdateKybSessionOutput, cN as UpdateKycSessionOutput, bC as UpdateProviderInput, bD as UpdateProviderResponse, aL as UpdateSearchEntitiesInput, aK as UpdateSearchInput, cO as VideoKycMetaData, bH as WEBHOOK_TYPES, D as WebhookPayload, bI as WebhookType, be as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, ar as mappingMatchTypeToLabel, a5 as typeToHumanReadable } from '../../dist/customers.schema-33d2860f.esm.js';
2
2
  import 'zod';
3
- import '../../dist/identity-api.schema-1abb6be0.esm.js';
3
+ import '../../dist/identity-api.schema-e90f0113.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-a5f7ed8d.cjs.dev.js');
6
- var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-eec48e31.cjs.dev.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-33df4abf.cjs.dev.js');
6
+ var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-72a4c70c.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-75605dc1.cjs.prod.js');
6
- var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-c4358a28.cjs.prod.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-6f31082c.cjs.prod.js');
6
+ var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-aa0566c4.cjs.prod.js');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
 
@@ -1,4 +1,4 @@
1
- export { ak as Alpha2Country, d$ as CredentialMediaType, dW as CredentialNames, dV as CredentialSchemas, dZ as CredentialType, C as CredentialTypes, dU as GenericVerifiableCredentialSchema, dH as ID3CredentialSubjectSchema, dR as IDImageCredentialSubjectSchema, dQ as IDInformationCredentialSubjectSchema, dI as IDScanCredentialSubjectSchema, dJ as IDScanPassportCredentialSubjectSchema, dK as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, dX as NexeraCredentialType, dP as OLD_AMLScreeningsResultsCredentialSubjectSchema, dL as OLD_IDImageCredentialSubjectSchema, dM as OLD_IDInformationCredentialSubjectSchema, dN as OLD_ProofOfResidenceCredentialSubjectSchema, dO as OLD_SelfieImageCredentialSubjectSchema, dT as ProofOfResidenceCredentialSubjectSchema, dS as SelfieImageCredentialSubjectSchema, d_ as VerifiableCredential, al as countryISO3toISO2Mapping, dY as getCredentialName, an as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-1abb6be0.esm.js';
2
- export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-872554c0.esm.js';
1
+ export { ak as Alpha2Country, d$ as CredentialMediaType, dW as CredentialNames, dV as CredentialSchemas, dZ as CredentialType, C as CredentialTypes, dU as GenericVerifiableCredentialSchema, dH as ID3CredentialSubjectSchema, dR as IDImageCredentialSubjectSchema, dQ as IDInformationCredentialSubjectSchema, dI as IDScanCredentialSubjectSchema, dJ as IDScanPassportCredentialSubjectSchema, dK as IDScanSelfieCredentialSubjectSchema, ai as ISO3CountryCode, dX as NexeraCredentialType, dP as OLD_AMLScreeningsResultsCredentialSubjectSchema, dL as OLD_IDImageCredentialSubjectSchema, dM as OLD_IDInformationCredentialSubjectSchema, dN as OLD_ProofOfResidenceCredentialSubjectSchema, dO as OLD_SelfieImageCredentialSubjectSchema, dT as ProofOfResidenceCredentialSubjectSchema, dS as SelfieImageCredentialSubjectSchema, d_ as VerifiableCredential, al as countryISO3toISO2Mapping, dY as getCredentialName, an as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-e90f0113.esm.js';
2
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-62ec8ba3.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-a5f7ed8d.cjs.dev.js');
7
- var customers_schema = require('../../dist/customers.schema-dc7cd65c.cjs.dev.js');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-33df4abf.cjs.dev.js');
7
+ var customers_schema = require('../../dist/customers.schema-e35bd1dc.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-75605dc1.cjs.prod.js');
7
- var customers_schema = require('../../dist/customers.schema-736bfb94.cjs.prod.js');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-6f31082c.cjs.prod.js');
7
+ var customers_schema = require('../../dist/customers.schema-ef7818d3.cjs.prod.js');
8
8
  var zodToJsonSchema = require('zod-to-json-schema');
9
9
  require('nanoid');
10
10
 
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { ae as UuidString, dB as ExternalCustomerId, aq as RiskScoreType, as as CustomerType, ay as CustomerOnboardingLevel, aA as CustomerStatus, ai as ISO3CountryCode, a2 as BlockchainAddress, bC as RuleResultStatus, dU as GenericVerifiableCredentialSchema, e1 as _toArray, e0 as _toConsumableArray, ad as EnvironmentSchema } from '../../dist/identity-api.schema-1abb6be0.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-f276cc10.esm.js';
2
+ import { ae as UuidString, dB as ExternalCustomerId, aq as RiskScoreType, as as CustomerType, ay as CustomerOnboardingLevel, aA as CustomerStatus, ai as ISO3CountryCode, a2 as BlockchainAddress, bC as RuleResultStatus, dU as GenericVerifiableCredentialSchema, e1 as _toArray, e0 as _toConsumableArray, ad as EnvironmentSchema } from '../../dist/identity-api.schema-e90f0113.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-33d2860f.esm.js';
4
4
  import { zodToJsonSchema } from 'zod-to-json-schema';
5
5
  import 'nanoid';
6
6