@nexeraid/identity-schemas 2.99.0-dev → 2.101.0-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 (39) hide show
  1. package/dist/{CoinMarketCap.schema-f4085f83.cjs.dev.cjs → CoinMarketCap.schema-1991cb78.cjs.dev.cjs} +2 -2
  2. package/dist/{CoinMarketCap.schema-6141ba93.esm.mjs → CoinMarketCap.schema-f02b66c0.esm.mjs} +2 -2
  3. package/dist/{CoinMarketCap.schema-f176b6e7.cjs.prod.cjs → CoinMarketCap.schema-f6fdab89.cjs.prod.cjs} +2 -2
  4. package/dist/declarations/src/identity/host-requests.schema.d.ts +10 -10
  5. package/dist/declarations/src/identity/identity-v2.schema.d.ts +10 -10
  6. package/dist/declarations/src/identity/kyc.schema.d.ts +5 -5
  7. package/dist/declarations/src/identity/txAuthData.schema.d.ts +37 -9
  8. package/dist/declarations/src/identity/txAuthData.schema.d.ts.map +1 -1
  9. package/dist/declarations/src/identity-ids.schema.d.ts +4 -4
  10. package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
  11. package/dist/{identity-api.schema-11bbb3f3.cjs.prod.cjs → identity-api.schema-0ccc650f.cjs.prod.cjs} +9 -5
  12. package/dist/{identity-api.schema-7f88a50d.esm.mjs → identity-api.schema-a8a9e2e2.esm.mjs} +8 -6
  13. package/dist/{identity-api.schema-e36b538f.cjs.dev.cjs → identity-api.schema-f4f3e625.cjs.dev.cjs} +9 -5
  14. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +6 -4
  15. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +6 -4
  16. package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
  17. package/dist/package.json +1 -1
  18. package/dist/{tfhe-utilities-bf816d6c.cjs.dev.cjs → tfhe-utilities-3ba8f67b.cjs.dev.cjs} +2 -2
  19. package/dist/{tfhe-utilities-0c6a2490.cjs.prod.cjs → tfhe-utilities-dce18c42.cjs.prod.cjs} +2 -2
  20. package/dist/{tfhe-utilities-3f572e70.esm.mjs → tfhe-utilities-e943db60.esm.mjs} +2 -2
  21. package/dist/{vault.schema-21a24278.cjs.dev.cjs → vault.schema-bd3f0208.cjs.dev.cjs} +3 -3
  22. package/dist/{vault.schema-b3910f8d.esm.mjs → vault.schema-d31d799b.esm.mjs} +3 -3
  23. package/dist/{vault.schema-cb19adc8.cjs.prod.cjs → vault.schema-dccafd97.cjs.prod.cjs} +3 -3
  24. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +4 -2
  25. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +4 -2
  26. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  27. package/package.json +1 -1
  28. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
  29. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
  30. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  31. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
  32. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
  33. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
  34. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  35. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  36. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  37. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
  38. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
  39. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var vault_schema = require('./vault.schema-21a24278.cjs.dev.cjs');
5
- var identityApi_schema = require('./identity-api.schema-e36b538f.cjs.dev.cjs');
4
+ var vault_schema = require('./vault.schema-bd3f0208.cjs.dev.cjs');
5
+ var identityApi_schema = require('./identity-api.schema-f4f3e625.cjs.dev.cjs');
6
6
 
7
7
  var IpQualityAnalysisRequest = zod.z.object({
8
8
  apiKey: zod.z.string().nullish(),
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { b0 as Alpha2Country, aS as UuidString, ez as _toConsumableArray, eB as ScoringAnalysisRequest, eC as WorkflowsScoringAnalysisRequest, a_ as ISO3CountryCode, eD as _slicedToArray, ca as IdentityId, ar as BlockchainAddress, av as BlockchainNamespace, c6 as WorkflowSessionId, d2 as WorkspaceId, d1 as OrganizationId, bk as CustomerStatus, ey as _defineProperty, dp as ProofOfResidenceCredentialSubjectSchema, bl as BasicCustomerContactInformation, cU as VerificationMode } from './vault.schema-b3910f8d.esm.mjs';
3
- import { _ as SdkVerificationOutput, aU as QrCodeLinkWithSchemaType, c2 as CredentialType } from './identity-api.schema-7f88a50d.esm.mjs';
2
+ import { b0 as Alpha2Country, aS as UuidString, ez as _toConsumableArray, eB as ScoringAnalysisRequest, eC as WorkflowsScoringAnalysisRequest, a_ as ISO3CountryCode, eD as _slicedToArray, ca as IdentityId, ar as BlockchainAddress, av as BlockchainNamespace, c6 as WorkflowSessionId, d2 as WorkspaceId, d1 as OrganizationId, bk as CustomerStatus, ey as _defineProperty, dp as ProofOfResidenceCredentialSubjectSchema, bl as BasicCustomerContactInformation, cU as VerificationMode } from './vault.schema-d31d799b.esm.mjs';
3
+ import { _ as SdkVerificationOutput, aU as QrCodeLinkWithSchemaType, c4 as CredentialType } from './identity-api.schema-a8a9e2e2.esm.mjs';
4
4
 
5
5
  var IpQualityAnalysisRequest = z.object({
6
6
  apiKey: z.string().nullish(),
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var vault_schema = require('./vault.schema-cb19adc8.cjs.prod.cjs');
5
- var identityApi_schema = require('./identity-api.schema-11bbb3f3.cjs.prod.cjs');
4
+ var vault_schema = require('./vault.schema-dccafd97.cjs.prod.cjs');
5
+ var identityApi_schema = require('./identity-api.schema-0ccc650f.cjs.prod.cjs');
6
6
 
7
7
  var IpQualityAnalysisRequest = zod.z.object({
8
8
  apiKey: zod.z.string().nullish(),
@@ -1674,13 +1674,13 @@ export declare const GetTxAuthSigResponse: z.ZodObject<{
1674
1674
  payload: string;
1675
1675
  }>, z.ZodObject<{
1676
1676
  isAuthorized: z.ZodLiteral<false>;
1677
- errorMessage: z.ZodAny;
1677
+ errorMessage: z.ZodString;
1678
1678
  }, "strip", z.ZodTypeAny, {
1679
1679
  isAuthorized: false;
1680
- errorMessage?: any;
1680
+ errorMessage: string;
1681
1681
  }, {
1682
1682
  isAuthorized: false;
1683
- errorMessage?: any;
1683
+ errorMessage: string;
1684
1684
  }>]>;
1685
1685
  identifier: z.ZodString;
1686
1686
  }, "strip", z.ZodTypeAny, {
@@ -1693,7 +1693,7 @@ export declare const GetTxAuthSigResponse: z.ZodObject<{
1693
1693
  payload: string;
1694
1694
  } | {
1695
1695
  isAuthorized: false;
1696
- errorMessage?: any;
1696
+ errorMessage: string;
1697
1697
  };
1698
1698
  }, {
1699
1699
  type: "getTxAuthSigResponse";
@@ -1705,7 +1705,7 @@ export declare const GetTxAuthSigResponse: z.ZodObject<{
1705
1705
  payload: string;
1706
1706
  } | {
1707
1707
  isAuthorized: false;
1708
- errorMessage?: any;
1708
+ errorMessage: string;
1709
1709
  };
1710
1710
  }>;
1711
1711
  export type GetTxAuthSigResponse = z.infer<typeof GetTxAuthSigResponse>;
@@ -2900,13 +2900,13 @@ export declare const IdentityResponseMessage: z.ZodUnion<[z.ZodObject<{
2900
2900
  payload: string;
2901
2901
  }>, z.ZodObject<{
2902
2902
  isAuthorized: z.ZodLiteral<false>;
2903
- errorMessage: z.ZodAny;
2903
+ errorMessage: z.ZodString;
2904
2904
  }, "strip", z.ZodTypeAny, {
2905
2905
  isAuthorized: false;
2906
- errorMessage?: any;
2906
+ errorMessage: string;
2907
2907
  }, {
2908
2908
  isAuthorized: false;
2909
- errorMessage?: any;
2909
+ errorMessage: string;
2910
2910
  }>]>;
2911
2911
  identifier: z.ZodString;
2912
2912
  }, "strip", z.ZodTypeAny, {
@@ -2919,7 +2919,7 @@ export declare const IdentityResponseMessage: z.ZodUnion<[z.ZodObject<{
2919
2919
  payload: string;
2920
2920
  } | {
2921
2921
  isAuthorized: false;
2922
- errorMessage?: any;
2922
+ errorMessage: string;
2923
2923
  };
2924
2924
  }, {
2925
2925
  type: "getTxAuthSigResponse";
@@ -2931,7 +2931,7 @@ export declare const IdentityResponseMessage: z.ZodUnion<[z.ZodObject<{
2931
2931
  payload: string;
2932
2932
  } | {
2933
2933
  isAuthorized: false;
2934
- errorMessage?: any;
2934
+ errorMessage: string;
2935
2935
  };
2936
2936
  }>, z.ZodObject<{
2937
2937
  type: z.ZodLiteral<"getTezosTxAuthSigResponse">;
@@ -1051,13 +1051,13 @@ export declare const TxAuthDataSignatureResponse: z.ZodObject<{
1051
1051
  payload: string;
1052
1052
  }>, z.ZodObject<{
1053
1053
  isAuthorized: z.ZodLiteral<false>;
1054
- errorMessage: z.ZodAny;
1054
+ errorMessage: z.ZodString;
1055
1055
  }, "strip", z.ZodTypeAny, {
1056
1056
  isAuthorized: false;
1057
- errorMessage?: any;
1057
+ errorMessage: string;
1058
1058
  }, {
1059
1059
  isAuthorized: false;
1060
- errorMessage?: any;
1060
+ errorMessage: string;
1061
1061
  }>]>, z.ZodObject<{
1062
1062
  namespace: z.ZodLiteral<"eip155">;
1063
1063
  userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
@@ -1107,7 +1107,7 @@ export declare const TxAuthDataSignatureResponse: z.ZodObject<{
1107
1107
  payload: string;
1108
1108
  } | {
1109
1109
  isAuthorized: false;
1110
- errorMessage?: any;
1110
+ errorMessage: string;
1111
1111
  }) & {
1112
1112
  namespace: "eip155";
1113
1113
  userAddress: `0x${string}`;
@@ -1131,7 +1131,7 @@ export declare const TxAuthDataSignatureResponse: z.ZodObject<{
1131
1131
  payload: string;
1132
1132
  } | {
1133
1133
  isAuthorized: false;
1134
- errorMessage?: any;
1134
+ errorMessage: string;
1135
1135
  }) & {
1136
1136
  namespace: "eip155";
1137
1137
  userAddress: string;
@@ -1318,13 +1318,13 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1318
1318
  payload: string;
1319
1319
  }>, z.ZodObject<{
1320
1320
  isAuthorized: z.ZodLiteral<false>;
1321
- errorMessage: z.ZodAny;
1321
+ errorMessage: z.ZodString;
1322
1322
  }, "strip", z.ZodTypeAny, {
1323
1323
  isAuthorized: false;
1324
- errorMessage?: any;
1324
+ errorMessage: string;
1325
1325
  }, {
1326
1326
  isAuthorized: false;
1327
- errorMessage?: any;
1327
+ errorMessage: string;
1328
1328
  }>]>, z.ZodObject<{
1329
1329
  namespace: z.ZodLiteral<"eip155">;
1330
1330
  userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
@@ -1374,7 +1374,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1374
1374
  payload: string;
1375
1375
  } | {
1376
1376
  isAuthorized: false;
1377
- errorMessage?: any;
1377
+ errorMessage: string;
1378
1378
  }) & {
1379
1379
  namespace: "eip155";
1380
1380
  userAddress: `0x${string}`;
@@ -1398,7 +1398,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
1398
1398
  payload: string;
1399
1399
  } | {
1400
1400
  isAuthorized: false;
1401
- errorMessage?: any;
1401
+ errorMessage: string;
1402
1402
  }) & {
1403
1403
  namespace: "eip155";
1404
1404
  userAddress: string;
@@ -2271,13 +2271,13 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2271
2271
  payload: string;
2272
2272
  }>, z.ZodObject<{
2273
2273
  isAuthorized: z.ZodLiteral<false>;
2274
- errorMessage: z.ZodAny;
2274
+ errorMessage: z.ZodString;
2275
2275
  }, "strip", z.ZodTypeAny, {
2276
2276
  isAuthorized: false;
2277
- errorMessage?: any;
2277
+ errorMessage: string;
2278
2278
  }, {
2279
2279
  isAuthorized: false;
2280
- errorMessage?: any;
2280
+ errorMessage: string;
2281
2281
  }>]>;
2282
2282
  identifier: z.ZodString;
2283
2283
  }, "strip", z.ZodTypeAny, {
@@ -2290,7 +2290,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2290
2290
  payload: string;
2291
2291
  } | {
2292
2292
  isAuthorized: false;
2293
- errorMessage?: any;
2293
+ errorMessage: string;
2294
2294
  };
2295
2295
  }, {
2296
2296
  type: "getTxAuthSigResponse";
@@ -2302,7 +2302,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2302
2302
  payload: string;
2303
2303
  } | {
2304
2304
  isAuthorized: false;
2305
- errorMessage?: any;
2305
+ errorMessage: string;
2306
2306
  };
2307
2307
  }>, z.ZodObject<{
2308
2308
  type: z.ZodLiteral<"getTezosTxAuthSigResponse">;
@@ -76,6 +76,34 @@ export declare const TxSignatureResponse: z.ZodObject<{
76
76
  blockExpiration: number;
77
77
  }>;
78
78
  export type TxSignatureResponse = z.infer<typeof TxSignatureResponse>;
79
+ export declare const GetTxAuthDataSignatureSuccessResponse: z.ZodObject<{
80
+ isAuthorized: z.ZodLiteral<true>;
81
+ signature: z.ZodEffects<z.ZodString, string, string>;
82
+ payload: z.ZodString;
83
+ blockExpiration: z.ZodNumber;
84
+ }, "strip", z.ZodTypeAny, {
85
+ signature: string;
86
+ blockExpiration: number;
87
+ isAuthorized: true;
88
+ payload: string;
89
+ }, {
90
+ signature: string;
91
+ blockExpiration: number;
92
+ isAuthorized: true;
93
+ payload: string;
94
+ }>;
95
+ export type GetTxAuthDataSignatureSuccessResponse = z.infer<typeof GetTxAuthDataSignatureSuccessResponse>;
96
+ export declare const GetTxAuthDataSignatureFailureResponse: z.ZodObject<{
97
+ isAuthorized: z.ZodLiteral<false>;
98
+ errorMessage: z.ZodString;
99
+ }, "strip", z.ZodTypeAny, {
100
+ isAuthorized: false;
101
+ errorMessage: string;
102
+ }, {
103
+ isAuthorized: false;
104
+ errorMessage: string;
105
+ }>;
106
+ export type GetTxAuthDataSignatureFailureResponse = z.infer<typeof GetTxAuthDataSignatureFailureResponse>;
79
107
  export declare const GetTxAuthDataSignatureResponse: z.ZodUnion<[z.ZodObject<{
80
108
  isAuthorized: z.ZodLiteral<true>;
81
109
  signature: z.ZodEffects<z.ZodString, string, string>;
@@ -93,13 +121,13 @@ export declare const GetTxAuthDataSignatureResponse: z.ZodUnion<[z.ZodObject<{
93
121
  payload: string;
94
122
  }>, z.ZodObject<{
95
123
  isAuthorized: z.ZodLiteral<false>;
96
- errorMessage: z.ZodAny;
124
+ errorMessage: z.ZodString;
97
125
  }, "strip", z.ZodTypeAny, {
98
126
  isAuthorized: false;
99
- errorMessage?: any;
127
+ errorMessage: string;
100
128
  }, {
101
129
  isAuthorized: false;
102
- errorMessage?: any;
130
+ errorMessage: string;
103
131
  }>]>;
104
132
  export type GetTxAuthDataSignatureResponse = z.infer<typeof GetTxAuthDataSignatureResponse>;
105
133
  export declare const TezosTxAuthInput: z.ZodObject<{
@@ -292,13 +320,13 @@ export declare const ExtendedTxAuthDataSignatureResponse: z.ZodIntersection<z.Zo
292
320
  payload: string;
293
321
  }>, z.ZodObject<{
294
322
  isAuthorized: z.ZodLiteral<false>;
295
- errorMessage: z.ZodAny;
323
+ errorMessage: z.ZodString;
296
324
  }, "strip", z.ZodTypeAny, {
297
325
  isAuthorized: false;
298
- errorMessage?: any;
326
+ errorMessage: string;
299
327
  }, {
300
328
  isAuthorized: false;
301
- errorMessage?: any;
329
+ errorMessage: string;
302
330
  }>]>, z.ZodObject<{
303
331
  namespace: z.ZodLiteral<"eip155">;
304
332
  userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
@@ -359,13 +387,13 @@ export declare const AnyTxAuthDataSignatureResponse: z.ZodUnion<[z.ZodIntersecti
359
387
  payload: string;
360
388
  }>, z.ZodObject<{
361
389
  isAuthorized: z.ZodLiteral<false>;
362
- errorMessage: z.ZodAny;
390
+ errorMessage: z.ZodString;
363
391
  }, "strip", z.ZodTypeAny, {
364
392
  isAuthorized: false;
365
- errorMessage?: any;
393
+ errorMessage: string;
366
394
  }, {
367
395
  isAuthorized: false;
368
- errorMessage?: any;
396
+ errorMessage: string;
369
397
  }>]>, z.ZodObject<{
370
398
  namespace: z.ZodLiteral<"eip155">;
371
399
  userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
@@ -1 +1 @@
1
- {"version":3,"file":"txAuthData.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["txAuthData.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAmBxB,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUtB,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEzB,CAAC;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,mBAAmB;;;;;;;;;EAG9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;IAWzC,CAAC;AACH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAClD,OAAO,8BAA8B,CACtC,CAAC;AAMF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS3B,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,wBAAwB;;;;;;;;;EAGnC,CAAC;AACH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAEhF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;IAU9C,CAAC;AACH,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CACvD,OAAO,mCAAmC,CAC3C,CAAC;AAMF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAK/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKpC,CAAC;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAEhF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAM7C,CAAC;AACJ,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CACvD,OAAO,mCAAmC,CAC3C,CAAC;AAEF,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAMlD,CAAC;AACJ,MAAM,MAAM,wCAAwC,GAAG,CAAC,CAAC,KAAK,CAC5D,OAAO,wCAAwC,CAChD,CAAC;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAGzC,CAAC;AACH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAClD,OAAO,8BAA8B,CACtC,CAAC;AAMF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAIlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE5E,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAIjC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE1E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAG9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
1
+ {"version":3,"file":"txAuthData.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["txAuthData.schema.ts"],"names":[],"mappings":"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"}
@@ -6,7 +6,7 @@ export declare const WalletPrefix = "wallet";
6
6
  export declare const AppPrefix = "app";
7
7
  export declare const ChallengePrefix = "challenge";
8
8
  export declare const TestPrefix = "test";
9
- export declare const CustomerScreeningPrefix = "cstscr";
9
+ export declare const IndividualScreeningPrefix = "cstscr";
10
10
  export declare const SigGatingPrefix = "siggating";
11
11
  export declare const TagPrefix = "tag";
12
12
  export declare const ScorechainAnalysisPrefix = "scrchn";
@@ -60,7 +60,7 @@ export type WalletPrefix = typeof WalletPrefix;
60
60
  export type AppPrefix = typeof AppPrefix;
61
61
  export type ChallengePrefix = typeof ChallengePrefix;
62
62
  export type TestPrefix = typeof TestPrefix;
63
- export type CustomerScreeningPrefix = typeof CustomerScreeningPrefix;
63
+ export type IndividualScreeningPrefix = typeof IndividualScreeningPrefix;
64
64
  export type SigGatingPrefix = typeof SigGatingPrefix;
65
65
  export type TagPrefix = typeof TagPrefix;
66
66
  export type ActionPrefix = typeof ActionPrefix;
@@ -99,7 +99,7 @@ export type WalletId = `${WalletPrefix}_${string}`;
99
99
  export type AppId = `${AppPrefix}_${string}`;
100
100
  export type ChallengeId = `${ChallengePrefix}_${string}`;
101
101
  export type TestId = `${TestPrefix}_${string}`;
102
- export type CustomerScreeningId = `${CustomerScreeningPrefix}_${string}`;
102
+ export type CustomerScreeningId = `${IndividualScreeningPrefix}_${string}`;
103
103
  export type SigGatingId = `${SigGatingPrefix}_${string}`;
104
104
  export type TagId = `${TagPrefix}_${string}`;
105
105
  export type ActionId = `${ActionPrefix}_${string}`;
@@ -174,7 +174,7 @@ export declare const AiExecutionStepId: z.ZodType<`aiexest_${string}`, z.ZodType
174
174
  export declare const AiDocumentId: z.ZodType<`aidoc_${string}`, z.ZodTypeDef, `aidoc_${string}`>;
175
175
  export declare const AiAgentId: z.ZodType<`agent_${string}`, z.ZodTypeDef, `agent_${string}`>;
176
176
  export declare const AiStepId: z.ZodType<`astep_${string}`, z.ZodTypeDef, `astep_${string}`>;
177
- export declare const generateId: <T extends string>(type: T & (ActionPrefix | AppPrefix | ChallengePrefix | MetaAlertPrefix | TestPrefix | CustomerScreeningPrefix | SigGatingPrefix | EmailPrefix | IdentityPrefix | InstitutionExtractedInfosPrefix | InstitutionPrefix | ListPrefix | QueryPrefix | ScenarioPrefix | StoragePrefix | TagPrefix | TagsToEntityPrefix | TransactionAmountPrefix | TransactionActivityPrefix | TransactionAddressesPrefix | ScorechainAnalysisPrefix | SsssSharePrefix | SsssChunkPrefix | TransactionExtractedInfosPrefix | TransactionFeesPrefix | TransactionInfosPrefix | TransactionMethodExtractedInfosPrefix | TransactionMethodsPrefix | TransactionPartiesPrefix | TransactionPrefix | TransactionReviewPrefix | WalletPrefix | WorkflowSessionAttributePrefix | QueryGroupPrefix | AiExecutionPrefix | AiExecutionStepPrefix | ChatPrefix | MessagePrefix | AiDocumentPrefix | AiAgentPrefix | AiStepPrefix | AiMessagePrefix)) => `${T}_${string}`;
177
+ export declare const generateId: <T extends string>(type: T & (ActionPrefix | AppPrefix | ChallengePrefix | MetaAlertPrefix | TestPrefix | IndividualScreeningPrefix | SigGatingPrefix | EmailPrefix | IdentityPrefix | InstitutionExtractedInfosPrefix | InstitutionPrefix | ListPrefix | QueryPrefix | ScenarioPrefix | StoragePrefix | TagPrefix | TagsToEntityPrefix | TransactionAmountPrefix | TransactionActivityPrefix | TransactionAddressesPrefix | ScorechainAnalysisPrefix | SsssSharePrefix | SsssChunkPrefix | TransactionExtractedInfosPrefix | TransactionFeesPrefix | TransactionInfosPrefix | TransactionMethodExtractedInfosPrefix | TransactionMethodsPrefix | TransactionPartiesPrefix | TransactionPrefix | TransactionReviewPrefix | WalletPrefix | WorkflowSessionAttributePrefix | QueryGroupPrefix | AiExecutionPrefix | AiExecutionStepPrefix | ChatPrefix | MessagePrefix | AiDocumentPrefix | AiAgentPrefix | AiStepPrefix | AiMessagePrefix)) => `${T}_${string}`;
178
178
  export declare const MemberId: z.ZodString;
179
179
  export type MemberId = z.infer<typeof MemberId>;
180
180
  export declare const ChatId: z.ZodType<`chat_${string}`, z.ZodTypeDef, `chat_${string}`>;
@@ -1 +1 @@
1
- {"version":3,"file":"identity-ids.schema.d.ts","sourceRoot":"../../../src","sources":["identity-ids.schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"identity-ids.schema.d.ts","sourceRoot":"../../../src","sources":["identity-ids.schema.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var vault_schema = require('./vault.schema-cb19adc8.cjs.prod.cjs');
4
+ var vault_schema = require('./vault.schema-dccafd97.cjs.prod.cjs');
5
5
 
6
6
  var CredentialSchemas = {
7
7
  ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
@@ -649,15 +649,17 @@ var TxSignatureResponse = zod.z.object({
649
649
  signature: vault_schema.EIP155Signature,
650
650
  blockExpiration: zod.z.number()
651
651
  });
652
- var GetTxAuthDataSignatureResponse = zod.z.union([zod.z.object({
652
+ var GetTxAuthDataSignatureSuccessResponse = zod.z.object({
653
653
  isAuthorized: zod.z.literal(true),
654
654
  signature: vault_schema.EIP155Signature,
655
655
  payload: zod.z.string(),
656
656
  blockExpiration: zod.z.number()
657
- }), zod.z.object({
657
+ });
658
+ var GetTxAuthDataSignatureFailureResponse = zod.z.object({
658
659
  isAuthorized: zod.z.literal(false),
659
- errorMessage: zod.z.any()
660
- })]);
660
+ errorMessage: zod.z.string()
661
+ });
662
+ var GetTxAuthDataSignatureResponse = zod.z.union([GetTxAuthDataSignatureSuccessResponse, GetTxAuthDataSignatureFailureResponse]);
661
663
  /////////////
662
664
  // Tezos //
663
665
  /////////////
@@ -1131,7 +1133,9 @@ exports.GetCredentialsResponse = GetCredentialsResponse;
1131
1133
  exports.GetCustomerStatusRequest = GetCustomerStatusRequest;
1132
1134
  exports.GetCustomerStatusResponse = GetCustomerStatusResponse;
1133
1135
  exports.GetTezosTxAuthDataSignatureResponse = GetTezosTxAuthDataSignatureResponse;
1136
+ exports.GetTxAuthDataSignatureFailureResponse = GetTxAuthDataSignatureFailureResponse;
1134
1137
  exports.GetTxAuthDataSignatureResponse = GetTxAuthDataSignatureResponse;
1138
+ exports.GetTxAuthDataSignatureSuccessResponse = GetTxAuthDataSignatureSuccessResponse;
1135
1139
  exports.GetTxAuthSigRequest = GetTxAuthSigRequest;
1136
1140
  exports.GetTxAuthSigRequestTezos = GetTxAuthSigRequestTezos;
1137
1141
  exports.GetTxAuthSigResponse = GetTxAuthSigResponse;
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { dm as IDImageCredentialSubjectSchema, dp as ProofOfResidenceCredentialSubjectSchema, dn as SelfieImageCredentialSubjectSchema, dl as IDInformationCredentialSubjectSchema, dk as IDInformationTfheCredentialSubjectSchema, dj as OLD_AMLScreeningsResultsCredentialSubjectSchema, db as ID3CredentialSubjectSchema, dc as IDScanCredentialSubjectSchema, de as IDScanSelfieCredentialSubjectSchema, dd as IDScanPassportCredentialSubjectSchema, ey as _defineProperty, ep as VaultMetadataLinkZodSchema, cB as QueryId, cC as QueryGroupId, aS as UuidString, ar as BlockchainAddress, cz as ScenarioId, d2 as WorkspaceId, as as String0x, aN as BlockchainSignature, aa as TxHash, d3 as WorkflowId, g as EvmChainId, a9 as AddressSchema, aD as EIP155Signature, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aI as EdSignature, av as BlockchainNamespace, dq as GenericVerifiableCredentialSchema, ax as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, d5 as ExternalCustomerId, d0 as AdditionalCustomerInformationParams, bk as CustomerStatus, a8 as PublicKey } from './vault.schema-b3910f8d.esm.mjs';
2
+ import { dm as IDImageCredentialSubjectSchema, dp as ProofOfResidenceCredentialSubjectSchema, dn as SelfieImageCredentialSubjectSchema, dl as IDInformationCredentialSubjectSchema, dk as IDInformationTfheCredentialSubjectSchema, dj as OLD_AMLScreeningsResultsCredentialSubjectSchema, db as ID3CredentialSubjectSchema, dc as IDScanCredentialSubjectSchema, de as IDScanSelfieCredentialSubjectSchema, dd as IDScanPassportCredentialSubjectSchema, ey as _defineProperty, ep as VaultMetadataLinkZodSchema, cB as QueryId, cC as QueryGroupId, aS as UuidString, ar as BlockchainAddress, cz as ScenarioId, d2 as WorkspaceId, as as String0x, aN as BlockchainSignature, aa as TxHash, d3 as WorkflowId, g as EvmChainId, a9 as AddressSchema, aD as EIP155Signature, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aI as EdSignature, av as BlockchainNamespace, dq as GenericVerifiableCredentialSchema, ax as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, d5 as ExternalCustomerId, d0 as AdditionalCustomerInformationParams, bk as CustomerStatus, a8 as PublicKey } from './vault.schema-d31d799b.esm.mjs';
3
3
 
4
4
  var CredentialSchemas = {
5
5
  ProofOfResidence: ProofOfResidenceCredentialSubjectSchema,
@@ -647,15 +647,17 @@ var TxSignatureResponse = z.object({
647
647
  signature: EIP155Signature,
648
648
  blockExpiration: z.number()
649
649
  });
650
- var GetTxAuthDataSignatureResponse = z.union([z.object({
650
+ var GetTxAuthDataSignatureSuccessResponse = z.object({
651
651
  isAuthorized: z.literal(true),
652
652
  signature: EIP155Signature,
653
653
  payload: z.string(),
654
654
  blockExpiration: z.number()
655
- }), z.object({
655
+ });
656
+ var GetTxAuthDataSignatureFailureResponse = z.object({
656
657
  isAuthorized: z.literal(false),
657
- errorMessage: z.any()
658
- })]);
658
+ errorMessage: z.string()
659
+ });
660
+ var GetTxAuthDataSignatureResponse = z.union([GetTxAuthDataSignatureSuccessResponse, GetTxAuthDataSignatureFailureResponse]);
659
661
  /////////////
660
662
  // Tezos //
661
663
  /////////////
@@ -1069,4 +1071,4 @@ var VerifyWalletChallengeRequest = WalletSignatureResponse.and(z.object({
1069
1071
  blockchainId: BlockchainId.optional()
1070
1072
  }));
1071
1073
 
1072
- export { VerificationSessionStatuses as $, AVAILABLE_FLOWS as A, ScenarioModes as B, CredentialTypes as C, DataAvailableOnStart as D, ScenarioMode as E, ScenarioStatuses as F, ScenarioStatus as G, HostResponseMessage as H, IsVerifiedNotification as I, ScenarioSchema as J, KycCompletionData as K, BackwardsCompatibleScenarioTypes as L, BackwardsCompatibleScenarioType as M, BaseQueryResponse as N, OffChainScenarioExecutionData as O, PolygonIdInitialized as P, OffChainZKPRuleResult as Q, RuleEngineScenarioExecutionData as R, ScenarioAuthorizationData as S, TransactionData as T, ExecuteQueryResponse as U, RuleEngineResponse as V, ScenarioExecutionResponse as W, RuleResultStatuses as X, RuleResultStatus as Y, RuleResultStatusLabels as Z, SdkVerificationOutput as _, SdkVerificationResponseSchema as a, ZKPOperator as a$, VerificationSessionStatus as a0, VerificationOutput as a1, Action as a2, Scenario as a3, AbbreviatedWorkflowScenario as a4, TemplateScenario as a5, CreateTemplateScenario as a6, ComplianceImplementationStepsInput as a7, SimplifiedCredential as a8, GetCredentialsRequest as a9, IdentityAppMessage as aA, IdentityWallet as aB, HostMessage as aC, IdentityMessage as aD, RequiredDataRowSchema as aE, RequiredVerificationData as aF, MediaType as aG, MediaTypePID as aH, CIRCUIT_IDS as aI, CircuitId as aJ, ZeroKnowledgeProofRequest as aK, AUTHORIZATION_REQUEST_MESSAGE_TYPES as aL, AuthorizationRequestMessageTypes as aM, AuthorizationRequestMessageType as aN, AuthorizationRequestMessage as aO, ProofData as aP, ZeroKnowledgeProofResponse as aQ, AuthorizationResponseMessage as aR, CredentialQrCodeData as aS, AuthQrCodeData as aT, QrCodeLinkWithSchemaType as aU, parseIden3Message as aV, parseSessionIdFromUrl as aW, QUERY_LOGIC_OPERATOR as aX, QueryLogicOperator as aY, OPERATORS as aZ, Operator as a_, GetCredentialsResponse as aa, PolygonIdRequestData as ab, PolygonIdRequest as ac, PolygonIdResponseData as ad, PolygonIdResponse as ae, StartFlowRequest as af, IsVerifiedRequest as ag, IsVerifiedResponse as ah, GetTxAuthSigRequest as ai, GetTxAuthSigResponse as aj, GetTxAuthSigRequestTezos as ak, GetTxAuthSigResponseTezos as al, HostRequestMessage as am, IdentityResponseMessage as an, GenerateWalletChallengeRequest as ao, AuthSession as ap, AuthSessionData as aq, ChallengeResponse as ar, WalletSignResponse as as, TxAuthDataSignatureGatingRequest as at, GetCustomerStatusRequest as au, IdentitySdkMessage as av, IdentitySdkMessageWithIdentifier as aw, TxAuthDataSignatureResponse as ax, TxAuthDataSignatureGatingError as ay, GetCustomerStatusResponse as az, CloseScreenNotification as b, CredentialNames as b$, operatorDisplayMap as b0, ARRAY_OPERATORS as b1, ArrayOperator as b2, STRING_OPERATORS as b3, StringOperator as b4, NUMERIC_OPERATORS as b5, NumericOperator as b6, BOOLEAN_OPERATORS as b7, BooleanOperator as b8, DATE_OPERATORS as b9, oldCredentialPathToDataLink as bA, TxAuthInput as bB, ApiTxAuthInput as bC, TxSignatureResponse as bD, GetTxAuthDataSignatureResponse as bE, TezosTxAuthInput as bF, ApiTezosTxAuthInput as bG, TezosTxSignatureResponse as bH, GetTezosTxAuthDataSignatureResponse as bI, ExtendedTxAuthInput as bJ, ExtendedTezosTxAuthInput as bK, ExtendedTxAuthDataSignatureResponse as bL, ExtendedTezosTxAuthDataSignatureResponse as bM, AnyTxAuthDataSignatureResponse as bN, Eip155TxAuthInputJsSdk as bO, TezosTxAuthInputJsSdk as bP, AnyTxAuthInputJsSdk as bQ, ZKPRequest as bR, ZKPRequestFromZKVerifier as bS, PrivacyPreservingMonitoring as bT, CreateAuthRequestProps as bU, AllScenarioExecutionAuthorizationData as bV, SCENARIO_AUTHORIZATION_STATUSES as bW, ScenarioAuthorizationStatus as bX, WalletSignatureResponse as bY, VerifyWalletChallengeRequest as bZ, CredentialSchemas as b_, DateOperator as ba, SUPPORTED_TYPES as bb, SupportedType as bc, SupportedTypes as bd, IDInformationTfhe as be, AllCredentialValues as bf, QueriesOptions as bg, QueryType as bh, QueryConfigTfhe as bi, QueryConfigSimplified as bj, QueryGroupConfigSimplified as bk, RuleResultQueryConfig as bl, PartialQueryConfigSimplified as bm, OLD_ChallengeQuerySchema as bn, QueryCredentialTypes as bo, QueryCredentialType as bp, ChallengeQuerySchema as bq, OLD_CHALLENGE_QUERY_OPERATORS as br, OLD_ChallengeQueryOperator as bs, OperatorMappings as bt, OperatorToOLD_ChallengeQueryOperator as bu, OLD_ChallengeQueryOperatorToOperator as bv, OLD_QueryCredentialTypes as bw, OLD_QueryCredentialType as bx, getOldCredentialType as by, getOldCredentialPath as bz, KycCompletionNotification as c, NexeraCredentialType as c0, getCredentialName as c1, CredentialType as c2, VerifiableCredential as c3, CredentialMediaType as c4, OnChainScenarioExecutionData as d, ScenarioExecutionData as e, ScenarioExecutionNotification as f, OcvSdkInitialized as g, StartCompletedNotification as h, IdentityNotificationMessage as i, InitialDataRequest as j, SignatureRequest as k, SendTransactionRequest as l, IdentityRequestMessage as m, AvailableFlow as n, InitialDataResponse as o, SignatureResponse as p, TransactionResponse as q, SCENARIO_ACTION_TYPES as r, ActionType as s, ACTION_TRIGGERS as t, ActionTrigger as u, ACTION_STATUSES as v, ActionStatus as w, ActionValue as x, ScenarioTypes as y, ScenarioType as z };
1074
+ export { VerificationSessionStatuses as $, AVAILABLE_FLOWS as A, ScenarioModes as B, CredentialTypes as C, DataAvailableOnStart as D, ScenarioMode as E, ScenarioStatuses as F, ScenarioStatus as G, HostResponseMessage as H, IsVerifiedNotification as I, ScenarioSchema as J, KycCompletionData as K, BackwardsCompatibleScenarioTypes as L, BackwardsCompatibleScenarioType as M, BaseQueryResponse as N, OffChainScenarioExecutionData as O, PolygonIdInitialized as P, OffChainZKPRuleResult as Q, RuleEngineScenarioExecutionData as R, ScenarioAuthorizationData as S, TransactionData as T, ExecuteQueryResponse as U, RuleEngineResponse as V, ScenarioExecutionResponse as W, RuleResultStatuses as X, RuleResultStatus as Y, RuleResultStatusLabels as Z, SdkVerificationOutput as _, SdkVerificationResponseSchema as a, ZKPOperator as a$, VerificationSessionStatus as a0, VerificationOutput as a1, Action as a2, Scenario as a3, AbbreviatedWorkflowScenario as a4, TemplateScenario as a5, CreateTemplateScenario as a6, ComplianceImplementationStepsInput as a7, SimplifiedCredential as a8, GetCredentialsRequest as a9, IdentityAppMessage as aA, IdentityWallet as aB, HostMessage as aC, IdentityMessage as aD, RequiredDataRowSchema as aE, RequiredVerificationData as aF, MediaType as aG, MediaTypePID as aH, CIRCUIT_IDS as aI, CircuitId as aJ, ZeroKnowledgeProofRequest as aK, AUTHORIZATION_REQUEST_MESSAGE_TYPES as aL, AuthorizationRequestMessageTypes as aM, AuthorizationRequestMessageType as aN, AuthorizationRequestMessage as aO, ProofData as aP, ZeroKnowledgeProofResponse as aQ, AuthorizationResponseMessage as aR, CredentialQrCodeData as aS, AuthQrCodeData as aT, QrCodeLinkWithSchemaType as aU, parseIden3Message as aV, parseSessionIdFromUrl as aW, QUERY_LOGIC_OPERATOR as aX, QueryLogicOperator as aY, OPERATORS as aZ, Operator as a_, GetCredentialsResponse as aa, PolygonIdRequestData as ab, PolygonIdRequest as ac, PolygonIdResponseData as ad, PolygonIdResponse as ae, StartFlowRequest as af, IsVerifiedRequest as ag, IsVerifiedResponse as ah, GetTxAuthSigRequest as ai, GetTxAuthSigResponse as aj, GetTxAuthSigRequestTezos as ak, GetTxAuthSigResponseTezos as al, HostRequestMessage as am, IdentityResponseMessage as an, GenerateWalletChallengeRequest as ao, AuthSession as ap, AuthSessionData as aq, ChallengeResponse as ar, WalletSignResponse as as, TxAuthDataSignatureGatingRequest as at, GetCustomerStatusRequest as au, IdentitySdkMessage as av, IdentitySdkMessageWithIdentifier as aw, TxAuthDataSignatureResponse as ax, TxAuthDataSignatureGatingError as ay, GetCustomerStatusResponse as az, CloseScreenNotification as b, VerifyWalletChallengeRequest as b$, operatorDisplayMap as b0, ARRAY_OPERATORS as b1, ArrayOperator as b2, STRING_OPERATORS as b3, StringOperator as b4, NUMERIC_OPERATORS as b5, NumericOperator as b6, BOOLEAN_OPERATORS as b7, BooleanOperator as b8, DATE_OPERATORS as b9, oldCredentialPathToDataLink as bA, TxAuthInput as bB, ApiTxAuthInput as bC, TxSignatureResponse as bD, GetTxAuthDataSignatureSuccessResponse as bE, GetTxAuthDataSignatureFailureResponse as bF, GetTxAuthDataSignatureResponse as bG, TezosTxAuthInput as bH, ApiTezosTxAuthInput as bI, TezosTxSignatureResponse as bJ, GetTezosTxAuthDataSignatureResponse as bK, ExtendedTxAuthInput as bL, ExtendedTezosTxAuthInput as bM, ExtendedTxAuthDataSignatureResponse as bN, ExtendedTezosTxAuthDataSignatureResponse as bO, AnyTxAuthDataSignatureResponse as bP, Eip155TxAuthInputJsSdk as bQ, TezosTxAuthInputJsSdk as bR, AnyTxAuthInputJsSdk as bS, ZKPRequest as bT, ZKPRequestFromZKVerifier as bU, PrivacyPreservingMonitoring as bV, CreateAuthRequestProps as bW, AllScenarioExecutionAuthorizationData as bX, SCENARIO_AUTHORIZATION_STATUSES as bY, ScenarioAuthorizationStatus as bZ, WalletSignatureResponse as b_, DateOperator as ba, SUPPORTED_TYPES as bb, SupportedType as bc, SupportedTypes as bd, IDInformationTfhe as be, AllCredentialValues as bf, QueriesOptions as bg, QueryType as bh, QueryConfigTfhe as bi, QueryConfigSimplified as bj, QueryGroupConfigSimplified as bk, RuleResultQueryConfig as bl, PartialQueryConfigSimplified as bm, OLD_ChallengeQuerySchema as bn, QueryCredentialTypes as bo, QueryCredentialType as bp, ChallengeQuerySchema as bq, OLD_CHALLENGE_QUERY_OPERATORS as br, OLD_ChallengeQueryOperator as bs, OperatorMappings as bt, OperatorToOLD_ChallengeQueryOperator as bu, OLD_ChallengeQueryOperatorToOperator as bv, OLD_QueryCredentialTypes as bw, OLD_QueryCredentialType as bx, getOldCredentialType as by, getOldCredentialPath as bz, KycCompletionNotification as c, CredentialSchemas as c0, CredentialNames as c1, NexeraCredentialType as c2, getCredentialName as c3, CredentialType as c4, VerifiableCredential as c5, CredentialMediaType as c6, OnChainScenarioExecutionData as d, ScenarioExecutionData as e, ScenarioExecutionNotification as f, OcvSdkInitialized as g, StartCompletedNotification as h, IdentityNotificationMessage as i, InitialDataRequest as j, SignatureRequest as k, SendTransactionRequest as l, IdentityRequestMessage as m, AvailableFlow as n, InitialDataResponse as o, SignatureResponse as p, TransactionResponse as q, SCENARIO_ACTION_TYPES as r, ActionType as s, ACTION_TRIGGERS as t, ActionTrigger as u, ACTION_STATUSES as v, ActionStatus as w, ActionValue as x, ScenarioTypes as y, ScenarioType as z };
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var vault_schema = require('./vault.schema-21a24278.cjs.dev.cjs');
4
+ var vault_schema = require('./vault.schema-bd3f0208.cjs.dev.cjs');
5
5
 
6
6
  var CredentialSchemas = {
7
7
  ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
@@ -649,15 +649,17 @@ var TxSignatureResponse = zod.z.object({
649
649
  signature: vault_schema.EIP155Signature,
650
650
  blockExpiration: zod.z.number()
651
651
  });
652
- var GetTxAuthDataSignatureResponse = zod.z.union([zod.z.object({
652
+ var GetTxAuthDataSignatureSuccessResponse = zod.z.object({
653
653
  isAuthorized: zod.z.literal(true),
654
654
  signature: vault_schema.EIP155Signature,
655
655
  payload: zod.z.string(),
656
656
  blockExpiration: zod.z.number()
657
- }), zod.z.object({
657
+ });
658
+ var GetTxAuthDataSignatureFailureResponse = zod.z.object({
658
659
  isAuthorized: zod.z.literal(false),
659
- errorMessage: zod.z.any()
660
- })]);
660
+ errorMessage: zod.z.string()
661
+ });
662
+ var GetTxAuthDataSignatureResponse = zod.z.union([GetTxAuthDataSignatureSuccessResponse, GetTxAuthDataSignatureFailureResponse]);
661
663
  /////////////
662
664
  // Tezos //
663
665
  /////////////
@@ -1131,7 +1133,9 @@ exports.GetCredentialsResponse = GetCredentialsResponse;
1131
1133
  exports.GetCustomerStatusRequest = GetCustomerStatusRequest;
1132
1134
  exports.GetCustomerStatusResponse = GetCustomerStatusResponse;
1133
1135
  exports.GetTezosTxAuthDataSignatureResponse = GetTezosTxAuthDataSignatureResponse;
1136
+ exports.GetTxAuthDataSignatureFailureResponse = GetTxAuthDataSignatureFailureResponse;
1134
1137
  exports.GetTxAuthDataSignatureResponse = GetTxAuthDataSignatureResponse;
1138
+ exports.GetTxAuthDataSignatureSuccessResponse = GetTxAuthDataSignatureSuccessResponse;
1135
1139
  exports.GetTxAuthSigRequest = GetTxAuthSigRequest;
1136
1140
  exports.GetTxAuthSigRequestTezos = GetTxAuthSigRequestTezos;
1137
1141
  exports.GetTxAuthSigResponse = GetTxAuthSigResponse;
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('./vault.schema-21a24278.cjs.dev.cjs');
5
+ var vault_schema = require('./vault.schema-bd3f0208.cjs.dev.cjs');
6
6
  var zod = require('zod');
7
- var identityApi_schema = require('./identity-api.schema-e36b538f.cjs.dev.cjs');
8
- var tfheUtilities = require('./tfhe-utilities-bf816d6c.cjs.dev.cjs');
7
+ var identityApi_schema = require('./identity-api.schema-f4f3e625.cjs.dev.cjs');
8
+ var tfheUtilities = require('./tfhe-utilities-3ba8f67b.cjs.dev.cjs');
9
9
  require('nanoid');
10
10
  require('decimal.js');
11
11
 
@@ -203,7 +203,6 @@ exports.CustomerOnboardingLevel = vault_schema.CustomerOnboardingLevel;
203
203
  exports.CustomerOnboardingLevels = vault_schema.CustomerOnboardingLevels;
204
204
  exports.CustomerPersonalInformation = vault_schema.CustomerPersonalInformation;
205
205
  exports.CustomerScreeningId = vault_schema.CustomerScreeningId;
206
- exports.CustomerScreeningPrefix = vault_schema.CustomerScreeningPrefix;
207
206
  exports.CustomerStatus = vault_schema.CustomerStatus;
208
207
  exports.CustomerStatuses = vault_schema.CustomerStatuses;
209
208
  exports.CustomerTableColumn = vault_schema.CustomerTableColumn;
@@ -264,6 +263,7 @@ exports.IdentityId = vault_schema.IdentityId;
264
263
  exports.IdentityPrefix = vault_schema.IdentityPrefix;
265
264
  exports.IdentityWidgetAccessToken_NEW = vault_schema.IdentityWidgetAccessToken_NEW;
266
265
  exports.IdentityWidgetSessionToken = vault_schema.IdentityWidgetSessionToken;
266
+ exports.IndividualScreeningPrefix = vault_schema.IndividualScreeningPrefix;
267
267
  exports.InstitutionExtractedInfosId = vault_schema.InstitutionExtractedInfosId;
268
268
  exports.InstitutionExtractedInfosPrefix = vault_schema.InstitutionExtractedInfosPrefix;
269
269
  exports.InstitutionId = vault_schema.InstitutionId;
@@ -522,7 +522,9 @@ exports.GetCredentialsResponse = identityApi_schema.GetCredentialsResponse;
522
522
  exports.GetCustomerStatusRequest = identityApi_schema.GetCustomerStatusRequest;
523
523
  exports.GetCustomerStatusResponse = identityApi_schema.GetCustomerStatusResponse;
524
524
  exports.GetTezosTxAuthDataSignatureResponse = identityApi_schema.GetTezosTxAuthDataSignatureResponse;
525
+ exports.GetTxAuthDataSignatureFailureResponse = identityApi_schema.GetTxAuthDataSignatureFailureResponse;
525
526
  exports.GetTxAuthDataSignatureResponse = identityApi_schema.GetTxAuthDataSignatureResponse;
527
+ exports.GetTxAuthDataSignatureSuccessResponse = identityApi_schema.GetTxAuthDataSignatureSuccessResponse;
526
528
  exports.GetTxAuthSigRequest = identityApi_schema.GetTxAuthSigRequest;
527
529
  exports.GetTxAuthSigRequestTezos = identityApi_schema.GetTxAuthSigRequestTezos;
528
530
  exports.GetTxAuthSigResponse = identityApi_schema.GetTxAuthSigResponse;
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('./vault.schema-cb19adc8.cjs.prod.cjs');
5
+ var vault_schema = require('./vault.schema-dccafd97.cjs.prod.cjs');
6
6
  var zod = require('zod');
7
- var identityApi_schema = require('./identity-api.schema-11bbb3f3.cjs.prod.cjs');
8
- var tfheUtilities = require('./tfhe-utilities-0c6a2490.cjs.prod.cjs');
7
+ var identityApi_schema = require('./identity-api.schema-0ccc650f.cjs.prod.cjs');
8
+ var tfheUtilities = require('./tfhe-utilities-dce18c42.cjs.prod.cjs');
9
9
  require('nanoid');
10
10
  require('decimal.js');
11
11
 
@@ -203,7 +203,6 @@ exports.CustomerOnboardingLevel = vault_schema.CustomerOnboardingLevel;
203
203
  exports.CustomerOnboardingLevels = vault_schema.CustomerOnboardingLevels;
204
204
  exports.CustomerPersonalInformation = vault_schema.CustomerPersonalInformation;
205
205
  exports.CustomerScreeningId = vault_schema.CustomerScreeningId;
206
- exports.CustomerScreeningPrefix = vault_schema.CustomerScreeningPrefix;
207
206
  exports.CustomerStatus = vault_schema.CustomerStatus;
208
207
  exports.CustomerStatuses = vault_schema.CustomerStatuses;
209
208
  exports.CustomerTableColumn = vault_schema.CustomerTableColumn;
@@ -264,6 +263,7 @@ exports.IdentityId = vault_schema.IdentityId;
264
263
  exports.IdentityPrefix = vault_schema.IdentityPrefix;
265
264
  exports.IdentityWidgetAccessToken_NEW = vault_schema.IdentityWidgetAccessToken_NEW;
266
265
  exports.IdentityWidgetSessionToken = vault_schema.IdentityWidgetSessionToken;
266
+ exports.IndividualScreeningPrefix = vault_schema.IndividualScreeningPrefix;
267
267
  exports.InstitutionExtractedInfosId = vault_schema.InstitutionExtractedInfosId;
268
268
  exports.InstitutionExtractedInfosPrefix = vault_schema.InstitutionExtractedInfosPrefix;
269
269
  exports.InstitutionId = vault_schema.InstitutionId;
@@ -522,7 +522,9 @@ exports.GetCredentialsResponse = identityApi_schema.GetCredentialsResponse;
522
522
  exports.GetCustomerStatusRequest = identityApi_schema.GetCustomerStatusRequest;
523
523
  exports.GetCustomerStatusResponse = identityApi_schema.GetCustomerStatusResponse;
524
524
  exports.GetTezosTxAuthDataSignatureResponse = identityApi_schema.GetTezosTxAuthDataSignatureResponse;
525
+ exports.GetTxAuthDataSignatureFailureResponse = identityApi_schema.GetTxAuthDataSignatureFailureResponse;
525
526
  exports.GetTxAuthDataSignatureResponse = identityApi_schema.GetTxAuthDataSignatureResponse;
527
+ exports.GetTxAuthDataSignatureSuccessResponse = identityApi_schema.GetTxAuthDataSignatureSuccessResponse;
526
528
  exports.GetTxAuthSigRequest = identityApi_schema.GetTxAuthSigRequest;
527
529
  exports.GetTxAuthSigRequestTezos = identityApi_schema.GetTxAuthSigRequestTezos;
528
530
  exports.GetTxAuthSigResponse = identityApi_schema.GetTxAuthSigResponse;
@@ -1,8 +1,8 @@
1
- export { U as ACTIVE_APTOS_CHAIN_IDS, K as ACTIVE_BITCOIN_CHAIN_IDS, a4 as ACTIVE_CARDANO_CHAIN_IDS, k as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, _ as ACTIVE_POLKADOT_CHAIN_IDS, D as ACTIVE_SOLANA_CHAIN_IDS, q as ACTIVE_TEZOS_CHAIN_IDS, a$ as ALPHA_2_COUNTRIES, R as APTOS_CHAIN_IDS, O as APTOS_CHAIN_NAMES, Q as APTOS_CHAIN_NAMES_LIST, cj as ActionId, bW as ActionPrefix, d0 as AdditionalCustomerInformationParams, a9 as AddressSchema, cK as AiAgentId, c1 as AiAgentPrefix, cJ as AiDocumentId, c0 as AiDocumentPrefix, cH as AiExecutionId, b_ as AiExecutionPrefix, cI as AiExecutionStepId, b$ as AiExecutionStepPrefix, cQ as AiMessageId, c5 as AiMessagePrefix, cL as AiStepId, c2 as AiStepPrefix, b0 as Alpha2Country, e9 as AmlResults, cd as AppId, bw as AppPrefix, ac as AptosAddress, V as AptosChainId, aE as AptosSignature, J as BITCOIN_CHAIN_IDS, H as BITCOIN_CHAIN_NAMES, I as BITCOIN_CHAIN_NAMES_LIST, au as BLOCKCHAIN_NAMESPACES, aC as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aB as BLOCKCHAIN_NAMESPACE_TO_NAME, aA as BLOCKCHAIN_NAME_TO_NAMESPACE, bl as BasicCustomerContactInformation, aq as BitcoinAddress, am as BitcoinBech32Address, L as BitcoinChainId, ak as BitcoinP2PKHAddress, al as BitcoinP2SHAddress, ap as BitcoinTestnetBech32Address, an as BitcoinTestnetP2PKHAddress, ao as BitcoinTestnetP2SHAddress, ar as BlockchainAddress, B as BlockchainId, av as BlockchainNamespace, aN as BlockchainSignature, a3 as CARDANO_CHAIN_IDS, a1 as CARDANO_CHAIN_NAMES, a2 as CARDANO_CHAIN_NAMES_LIST, j as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, i as COSMOS_CHAIN_NAMES_LIST, bm as CUSTOMERS_CHARTS, bq as CUSTOMER_AUTOMATION_REASONS, bo as CUSTOMER_TABLE_COLUMNS, aj as CardanoAddress, a5 as CardanoChainId, aM as CardanoSignature, ce as ChallengeId, bx as ChallengePrefix, cO as ChatId, c3 as ChatPrefix, af as CosmosAddress, l as CosmosChainId, aH as CosmosSignature, b3 as CountryName, aZ as CryptoCode, aY as CryptoCodes, aX as CurrencyCode, aW as CurrencyCodes, d4 as CustomerId, bi as CustomerOnboardingLevel, bh as CustomerOnboardingLevels, br as CustomerPersonalInformation, cg as CustomerScreeningId, bz as CustomerScreeningPrefix, bk as CustomerStatus, bj as CustomerStatuses, bp as CustomerTableColumn, bc as CustomerType, bb as CustomerTypes, bn as CustomersChartType, e5 as DEFAULT_FIAT_CURRENCY, ay as DISPLAYED_BLOCKCHAIN_NAMESPACES, ee as DataLinkTypeZodSchema, ec as DataLinkVersionZodSchema, ea as DetectedDuplicates, az as DisplayedBlockchainNamespace, aD as EIP155Signature, aQ as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aI as EdSignature, cb as EmailId, bu as EmailPrefix, aR as EnvironmentSchema, g as EvmChainId, d5 as ExternalCustomerId, cR as FLOW_TYPES, cS as FlowType, aO as FunctionCallData, et as GenericVaultDataLinkZodSchema, es as GenericVaultEmbeddedLinkZodSchema, eq as GenericVaultPointerLinkZodSchema, er as GenericVaultSearchLinkZodSchema, dq as GenericVerifiableCredentialSchema, at as HexadecimalSchema, dS as HumanReadableTransactionReviewStatus, dR as HumanReadableTransactionReviewStatuses, dU as HumanReadableTransactionStatusMapping, dw as ID3CredentialSchema, db as ID3CredentialSubjectSchema, cV as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, cX as IDENTITY_DOCUMENT_OPTIONS, dt as IDImageCredentialSchema, dm as IDImageCredentialSubjectSchema, ds as IDInformationCredentialSchema, dl as IDInformationCredentialSubjectSchema, dr as IDInformationTfheCredentialSchema, dk as IDInformationTfheCredentialSubjectSchema, dx as IDScanCredentialSchema, dc as IDScanCredentialSubjectSchema, dy as IDScanPassportCredentialSchema, dd as IDScanPassportCredentialSubjectSchema, dz as IDScanSelfieCredentialSchema, de as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, c$ as Identifier, d7 as IdentityAppV2Web2JWT, d6 as IdentityAppV2Web3JWT, cW as IdentityDocumentCountryListOption, cY as IdentityDocumentOptionsType, ca as IdentityId, bt as IdentityPrefix, d8 as IdentityWidgetAccessToken_NEW, d9 as IdentityWidgetSessionToken, cx as InstitutionExtractedInfosId, bQ as InstitutionExtractedInfosPrefix, cw as InstitutionId, bP as InstitutionPrefix, aV as IpAddress, bg as KybOnboardingLevel, bf as KybOnboardingLevels, be as KycOnboardingLevel, bd as KycOnboardingLevels, cA as ListId, bT as ListPrefix, cN as MemberId, cP as MessageId, c4 as MessagePrefix, ck as MetaAlertId, bD as MetaAlertPrefix, v as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, M as NEXERA_APTOS_CHAINS, G as NEXERA_BITCOIN_CHAINS, a0 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, W as NEXERA_POLKADOT_CHAINS, w as NEXERA_SOLANA_CHAINS, s as NEXERA_STARKNET_CHAINS, u as NEXERA_STARKNET_CHAIN_IDS, t as NEXERA_STARKNET_CHAIN_NAMES, m as NEXERA_TEZOS_CHAINS, p as NEXERA_TEZOS_CHAIN_IDS, n as NEXERA_TEZOS_CHAIN_NAMES, o as NEXERA_TEZOS_CHAIN_NAMES_LIST, e as NexeraEvmChains, N as NonTestnetBlockchainId, dE as OLD_AMLScreeningsResultsCredentialSchema, dj as OLD_AMLScreeningsResultsCredentialSubjectSchema, dA as OLD_IDImageCredentialSchema, df as OLD_IDImageCredentialSubjectSchema, dB as OLD_IDInformationCredentialSchema, dg as OLD_IDInformationCredentialSubjectSchema, dC as OLD_ProofOfResidenceCredentialSchema, dh as OLD_ProofOfResidenceCredentialSubjectSchema, dD as OLD_SelfieImageCredentialSchema, di as OLD_SelfieImageCredentialSubjectSchema, d1 as OrganizationId, aT as OtpCode, aK as P2Signature, cZ as PERSONAL_INFORMATION_FIELDS, Z as POLKADOT_CHAIN_IDS, X as POLKADOT_CHAIN_NAMES, Y as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aU as PUBLIC_SERVICES_SCHEMA_MAP, e0 as PaymentType, d$ as PaymentTypes, c_ as PersonalInformationFieldsIdentityDocuments, ae as PolkadotAddress, $ as PolkadotChainId, aG as PolkadotSignature, r as PolygonNetworkNames, a7 as PrivateKey, dv as ProofOfResidenceCredentialSchema, dp as ProofOfResidenceCredentialSubjectSchema, a8 as PublicKey, cC as QueryGroupId, bV as QueryGroupPrefix, cB as QueryId, bU as QueryPrefix, ba as RiskScoreType, b9 as RiskScoreTypes, z as SOLANA_CHAIN_IDS, x as SOLANA_CHAIN_NAMES, y as SOLANA_CHAIN_NAMES_LIST, aw as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, cz as ScenarioId, bS as ScenarioPrefix, cD as ScorechainAnalysisId, bC as ScorechainAnalysisPrefix, b7 as ScorechainCountry, eu as ScorechainEntityRecord, du as SelfieImageCredentialSchema, dn as SelfieImageCredentialSubjectSchema, ef as Separator, ch as SigGatingId, bA as SigGatingPrefix, F as SolanaChainId, aJ as SpSignature, cG as SsssChunkId, bZ as SsssChunkPrefix, cF as SsssShareId, bY as SsssSharePrefix, ad as StarknetAddress, S as StarknetChainId, aF as StarknetSignature, c9 as StorageId, bs as StoragePrefix, as as String0x, ax as SupportedBlockchainNamespaceForSignatureAuth, e6 as TRANSACTIONS_STATS_CURRENCIES, dF as TRANSACTION_CHARTS, dH as TRANSACTION_TABLE_COLUMNS, ci as TagId, bB as TagPrefix, cl as TagsToEntityId, bE as TagsToEntityPrefix, cf as TestId, by as TestPrefix, ai as TezosAddress, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aL as TezosSignature, co as TransactionActivityId, bH as TransactionActivityPrefix, cm as TransactionAddressesId, bF as TransactionAddressesPrefix, cy as TransactionAmountId, bR as TransactionAmountPrefix, e4 as TransactionAmountsFieldName, e3 as TransactionAmountsFieldNames, dY as TransactionCurrencyCode, dX as TransactionCurrencyCodes, e8 as TransactionDataEventObject, dW as TransactionDirection, dV as TransactionDirections, ct as TransactionExtractedInfosId, bM as TransactionExtractedInfosPrefix, cp as TransactionFeesId, bI as TransactionFeesPrefix, cn as TransactionId, cs as TransactionInfosId, bL as TransactionInfosPrefix, cv as TransactionMethodExtractedInfosId, bO as TransactionMethodExtractedInfosPrefix, cu as TransactionMethodsId, bN as TransactionMethodsPrefix, cr as TransactionPartiesId, bK as TransactionPartiesPrefix, e2 as TransactionPartiesType, e1 as TransactionPartiesTypes, bG as TransactionPrefix, d_ as TransactionProvider, dZ as TransactionProviders, cq as TransactionReviewId, bJ as TransactionReviewPrefix, dQ as TransactionReviewStatus, dP as TransactionReviewStatuses, dO as TransactionRiskLevel, dN as TransactionRiskLevels, e7 as TransactionStatsCurrency, dT as TransactionStatusMapping, dI as TransactionTableColumn, dK as TransactionType, dM as TransactionTypeWithAll, dJ as TransactionTypes, dL as TransactionTypesWithAll, dG as TransactionsChartType, aa as TxHash, aS as UuidString, ej as VaultJsonSchemas, ep as VaultMetadataLinkZodSchema, en as VaultPointerKeyMapZodSchema, eo as VaultQueryMapZodSchema, el as VaultSchemaIdZodSchema, em as VaultSchemaPathsZodSchema, ek as VaultZodSchema, cU as VerificationMode, cT as VerificationModes, cc as WalletId, bv as WalletPrefix, ev as WalletScreeningData, ex as WalletScreeningProvider, ew as WalletScreeningProviders, da as Web2CreateSessionParams, d3 as WorkflowId, cE as WorkflowSessionAttributeId, bX as WorkflowSessionAttributePrefix, c6 as WorkflowSessionId, d2 as WorkspaceId, ed as allDataLinkTypes, eb as allDataLinkVersions, b2 as countryISO2toISO3Mapping, b1 as countryISO3toISO2Mapping, c7 as createBrandedSchemaId, c8 as createBrandedSchemaIdWithParams, cM as generateId, eg as generateZodObjectPaths, a6 as isValidAddress, b4 as isoCountriesNameFromISO2, b5 as isoCountriesNameFromISO3, b6 as parseISO3CountryCode, eh as resolvePathOnDataSchema, ei as resolvePathOnMapSchema, b8 as scorechainCountriesNameFromISO2, ab as shortBlockchainAddress } from './vault.schema-b3910f8d.esm.mjs';
1
+ export { U as ACTIVE_APTOS_CHAIN_IDS, K as ACTIVE_BITCOIN_CHAIN_IDS, a4 as ACTIVE_CARDANO_CHAIN_IDS, k as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, _ as ACTIVE_POLKADOT_CHAIN_IDS, D as ACTIVE_SOLANA_CHAIN_IDS, q as ACTIVE_TEZOS_CHAIN_IDS, a$ as ALPHA_2_COUNTRIES, R as APTOS_CHAIN_IDS, O as APTOS_CHAIN_NAMES, Q as APTOS_CHAIN_NAMES_LIST, cj as ActionId, bW as ActionPrefix, d0 as AdditionalCustomerInformationParams, a9 as AddressSchema, cK as AiAgentId, c1 as AiAgentPrefix, cJ as AiDocumentId, c0 as AiDocumentPrefix, cH as AiExecutionId, b_ as AiExecutionPrefix, cI as AiExecutionStepId, b$ as AiExecutionStepPrefix, cQ as AiMessageId, c5 as AiMessagePrefix, cL as AiStepId, c2 as AiStepPrefix, b0 as Alpha2Country, e9 as AmlResults, cd as AppId, bw as AppPrefix, ac as AptosAddress, V as AptosChainId, aE as AptosSignature, J as BITCOIN_CHAIN_IDS, H as BITCOIN_CHAIN_NAMES, I as BITCOIN_CHAIN_NAMES_LIST, au as BLOCKCHAIN_NAMESPACES, aC as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aB as BLOCKCHAIN_NAMESPACE_TO_NAME, aA as BLOCKCHAIN_NAME_TO_NAMESPACE, bl as BasicCustomerContactInformation, aq as BitcoinAddress, am as BitcoinBech32Address, L as BitcoinChainId, ak as BitcoinP2PKHAddress, al as BitcoinP2SHAddress, ap as BitcoinTestnetBech32Address, an as BitcoinTestnetP2PKHAddress, ao as BitcoinTestnetP2SHAddress, ar as BlockchainAddress, B as BlockchainId, av as BlockchainNamespace, aN as BlockchainSignature, a3 as CARDANO_CHAIN_IDS, a1 as CARDANO_CHAIN_NAMES, a2 as CARDANO_CHAIN_NAMES_LIST, j as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, i as COSMOS_CHAIN_NAMES_LIST, bm as CUSTOMERS_CHARTS, bq as CUSTOMER_AUTOMATION_REASONS, bo as CUSTOMER_TABLE_COLUMNS, aj as CardanoAddress, a5 as CardanoChainId, aM as CardanoSignature, ce as ChallengeId, bx as ChallengePrefix, cO as ChatId, c3 as ChatPrefix, af as CosmosAddress, l as CosmosChainId, aH as CosmosSignature, b3 as CountryName, aZ as CryptoCode, aY as CryptoCodes, aX as CurrencyCode, aW as CurrencyCodes, d4 as CustomerId, bi as CustomerOnboardingLevel, bh as CustomerOnboardingLevels, br as CustomerPersonalInformation, cg as CustomerScreeningId, bk as CustomerStatus, bj as CustomerStatuses, bp as CustomerTableColumn, bc as CustomerType, bb as CustomerTypes, bn as CustomersChartType, e5 as DEFAULT_FIAT_CURRENCY, ay as DISPLAYED_BLOCKCHAIN_NAMESPACES, ee as DataLinkTypeZodSchema, ec as DataLinkVersionZodSchema, ea as DetectedDuplicates, az as DisplayedBlockchainNamespace, aD as EIP155Signature, aQ as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aI as EdSignature, cb as EmailId, bu as EmailPrefix, aR as EnvironmentSchema, g as EvmChainId, d5 as ExternalCustomerId, cR as FLOW_TYPES, cS as FlowType, aO as FunctionCallData, et as GenericVaultDataLinkZodSchema, es as GenericVaultEmbeddedLinkZodSchema, eq as GenericVaultPointerLinkZodSchema, er as GenericVaultSearchLinkZodSchema, dq as GenericVerifiableCredentialSchema, at as HexadecimalSchema, dS as HumanReadableTransactionReviewStatus, dR as HumanReadableTransactionReviewStatuses, dU as HumanReadableTransactionStatusMapping, dw as ID3CredentialSchema, db as ID3CredentialSubjectSchema, cV as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, cX as IDENTITY_DOCUMENT_OPTIONS, dt as IDImageCredentialSchema, dm as IDImageCredentialSubjectSchema, ds as IDInformationCredentialSchema, dl as IDInformationCredentialSubjectSchema, dr as IDInformationTfheCredentialSchema, dk as IDInformationTfheCredentialSubjectSchema, dx as IDScanCredentialSchema, dc as IDScanCredentialSubjectSchema, dy as IDScanPassportCredentialSchema, dd as IDScanPassportCredentialSubjectSchema, dz as IDScanSelfieCredentialSchema, de as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, c$ as Identifier, d7 as IdentityAppV2Web2JWT, d6 as IdentityAppV2Web3JWT, cW as IdentityDocumentCountryListOption, cY as IdentityDocumentOptionsType, ca as IdentityId, bt as IdentityPrefix, d8 as IdentityWidgetAccessToken_NEW, d9 as IdentityWidgetSessionToken, bz as IndividualScreeningPrefix, cx as InstitutionExtractedInfosId, bQ as InstitutionExtractedInfosPrefix, cw as InstitutionId, bP as InstitutionPrefix, aV as IpAddress, bg as KybOnboardingLevel, bf as KybOnboardingLevels, be as KycOnboardingLevel, bd as KycOnboardingLevels, cA as ListId, bT as ListPrefix, cN as MemberId, cP as MessageId, c4 as MessagePrefix, ck as MetaAlertId, bD as MetaAlertPrefix, v as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, M as NEXERA_APTOS_CHAINS, G as NEXERA_BITCOIN_CHAINS, a0 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, W as NEXERA_POLKADOT_CHAINS, w as NEXERA_SOLANA_CHAINS, s as NEXERA_STARKNET_CHAINS, u as NEXERA_STARKNET_CHAIN_IDS, t as NEXERA_STARKNET_CHAIN_NAMES, m as NEXERA_TEZOS_CHAINS, p as NEXERA_TEZOS_CHAIN_IDS, n as NEXERA_TEZOS_CHAIN_NAMES, o as NEXERA_TEZOS_CHAIN_NAMES_LIST, e as NexeraEvmChains, N as NonTestnetBlockchainId, dE as OLD_AMLScreeningsResultsCredentialSchema, dj as OLD_AMLScreeningsResultsCredentialSubjectSchema, dA as OLD_IDImageCredentialSchema, df as OLD_IDImageCredentialSubjectSchema, dB as OLD_IDInformationCredentialSchema, dg as OLD_IDInformationCredentialSubjectSchema, dC as OLD_ProofOfResidenceCredentialSchema, dh as OLD_ProofOfResidenceCredentialSubjectSchema, dD as OLD_SelfieImageCredentialSchema, di as OLD_SelfieImageCredentialSubjectSchema, d1 as OrganizationId, aT as OtpCode, aK as P2Signature, cZ as PERSONAL_INFORMATION_FIELDS, Z as POLKADOT_CHAIN_IDS, X as POLKADOT_CHAIN_NAMES, Y as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aU as PUBLIC_SERVICES_SCHEMA_MAP, e0 as PaymentType, d$ as PaymentTypes, c_ as PersonalInformationFieldsIdentityDocuments, ae as PolkadotAddress, $ as PolkadotChainId, aG as PolkadotSignature, r as PolygonNetworkNames, a7 as PrivateKey, dv as ProofOfResidenceCredentialSchema, dp as ProofOfResidenceCredentialSubjectSchema, a8 as PublicKey, cC as QueryGroupId, bV as QueryGroupPrefix, cB as QueryId, bU as QueryPrefix, ba as RiskScoreType, b9 as RiskScoreTypes, z as SOLANA_CHAIN_IDS, x as SOLANA_CHAIN_NAMES, y as SOLANA_CHAIN_NAMES_LIST, aw as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, cz as ScenarioId, bS as ScenarioPrefix, cD as ScorechainAnalysisId, bC as ScorechainAnalysisPrefix, b7 as ScorechainCountry, eu as ScorechainEntityRecord, du as SelfieImageCredentialSchema, dn as SelfieImageCredentialSubjectSchema, ef as Separator, ch as SigGatingId, bA as SigGatingPrefix, F as SolanaChainId, aJ as SpSignature, cG as SsssChunkId, bZ as SsssChunkPrefix, cF as SsssShareId, bY as SsssSharePrefix, ad as StarknetAddress, S as StarknetChainId, aF as StarknetSignature, c9 as StorageId, bs as StoragePrefix, as as String0x, ax as SupportedBlockchainNamespaceForSignatureAuth, e6 as TRANSACTIONS_STATS_CURRENCIES, dF as TRANSACTION_CHARTS, dH as TRANSACTION_TABLE_COLUMNS, ci as TagId, bB as TagPrefix, cl as TagsToEntityId, bE as TagsToEntityPrefix, cf as TestId, by as TestPrefix, ai as TezosAddress, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aL as TezosSignature, co as TransactionActivityId, bH as TransactionActivityPrefix, cm as TransactionAddressesId, bF as TransactionAddressesPrefix, cy as TransactionAmountId, bR as TransactionAmountPrefix, e4 as TransactionAmountsFieldName, e3 as TransactionAmountsFieldNames, dY as TransactionCurrencyCode, dX as TransactionCurrencyCodes, e8 as TransactionDataEventObject, dW as TransactionDirection, dV as TransactionDirections, ct as TransactionExtractedInfosId, bM as TransactionExtractedInfosPrefix, cp as TransactionFeesId, bI as TransactionFeesPrefix, cn as TransactionId, cs as TransactionInfosId, bL as TransactionInfosPrefix, cv as TransactionMethodExtractedInfosId, bO as TransactionMethodExtractedInfosPrefix, cu as TransactionMethodsId, bN as TransactionMethodsPrefix, cr as TransactionPartiesId, bK as TransactionPartiesPrefix, e2 as TransactionPartiesType, e1 as TransactionPartiesTypes, bG as TransactionPrefix, d_ as TransactionProvider, dZ as TransactionProviders, cq as TransactionReviewId, bJ as TransactionReviewPrefix, dQ as TransactionReviewStatus, dP as TransactionReviewStatuses, dO as TransactionRiskLevel, dN as TransactionRiskLevels, e7 as TransactionStatsCurrency, dT as TransactionStatusMapping, dI as TransactionTableColumn, dK as TransactionType, dM as TransactionTypeWithAll, dJ as TransactionTypes, dL as TransactionTypesWithAll, dG as TransactionsChartType, aa as TxHash, aS as UuidString, ej as VaultJsonSchemas, ep as VaultMetadataLinkZodSchema, en as VaultPointerKeyMapZodSchema, eo as VaultQueryMapZodSchema, el as VaultSchemaIdZodSchema, em as VaultSchemaPathsZodSchema, ek as VaultZodSchema, cU as VerificationMode, cT as VerificationModes, cc as WalletId, bv as WalletPrefix, ev as WalletScreeningData, ex as WalletScreeningProvider, ew as WalletScreeningProviders, da as Web2CreateSessionParams, d3 as WorkflowId, cE as WorkflowSessionAttributeId, bX as WorkflowSessionAttributePrefix, c6 as WorkflowSessionId, d2 as WorkspaceId, ed as allDataLinkTypes, eb as allDataLinkVersions, b2 as countryISO2toISO3Mapping, b1 as countryISO3toISO2Mapping, c7 as createBrandedSchemaId, c8 as createBrandedSchemaIdWithParams, cM as generateId, eg as generateZodObjectPaths, a6 as isValidAddress, b4 as isoCountriesNameFromISO2, b5 as isoCountriesNameFromISO3, b6 as parseISO3CountryCode, eh as resolvePathOnDataSchema, ei as resolvePathOnMapSchema, b8 as scorechainCountriesNameFromISO2, ab as shortBlockchainAddress } from './vault.schema-d31d799b.esm.mjs';
2
2
  import { z } from 'zod';
3
- import { C as CredentialTypes } from './identity-api.schema-7f88a50d.esm.mjs';
4
- export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues, bV as AllScenarioExecutionAuthorizationData, bN as AnyTxAuthDataSignatureResponse, bQ as AnyTxAuthInputJsSdk, bG as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bU as CreateAuthRequestProps, a6 as CreateTemplateScenario, c4 as CredentialMediaType, b$ as CredentialNames, aS as CredentialQrCodeData, b_ as CredentialSchemas, c2 as CredentialType, C as CredentialTypes, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bO as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bM as ExtendedTezosTxAuthDataSignatureResponse, bK as ExtendedTezosTxAuthInput, bL as ExtendedTxAuthDataSignatureResponse, bJ as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bI as GetTezosTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, c0 as NexeraCredentialType, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bT as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bW as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, a3 as Scenario, S as ScenarioAuthorizationData, bX as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bF as TezosTxAuthInput, bP as TezosTxAuthInputJsSdk, bH as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, c3 as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, bZ as VerifyWalletChallengeRequest, as as WalletSignResponse, bY as WalletSignatureResponse, a$ as ZKPOperator, bR as ZKPRequest, bS as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, c1 as getCredentialName, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from './identity-api.schema-7f88a50d.esm.mjs';
5
- export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-3f572e70.esm.mjs';
3
+ import { C as CredentialTypes } from './identity-api.schema-a8a9e2e2.esm.mjs';
4
+ export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues, bX as AllScenarioExecutionAuthorizationData, bP as AnyTxAuthDataSignatureResponse, bS as AnyTxAuthInputJsSdk, bI as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bW as CreateAuthRequestProps, a6 as CreateTemplateScenario, c6 as CredentialMediaType, c1 as CredentialNames, aS as CredentialQrCodeData, c0 as CredentialSchemas, c4 as CredentialType, C as CredentialTypes, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bQ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bO as ExtendedTezosTxAuthDataSignatureResponse, bM as ExtendedTezosTxAuthInput, bN as ExtendedTxAuthDataSignatureResponse, bL as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bK as GetTezosTxAuthDataSignatureResponse, bF as GetTxAuthDataSignatureFailureResponse, bG as GetTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, c2 as NexeraCredentialType, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bV as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bY as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, a3 as Scenario, S as ScenarioAuthorizationData, bZ as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bH as TezosTxAuthInput, bR as TezosTxAuthInputJsSdk, bJ as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, c5 as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, b$ as VerifyWalletChallengeRequest, as as WalletSignResponse, b_ as WalletSignatureResponse, a$ as ZKPOperator, bT as ZKPRequest, bU as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, c3 as getCredentialName, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from './identity-api.schema-a8a9e2e2.esm.mjs';
5
+ export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-e943db60.esm.mjs';
6
6
  import 'nanoid';
7
7
  import 'decimal.js';
8
8
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.99.0",
3
+ "version": "2.101.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var vault_schema = require('./vault.schema-21a24278.cjs.dev.cjs');
4
- var identityApi_schema = require('./identity-api.schema-e36b538f.cjs.dev.cjs');
3
+ var vault_schema = require('./vault.schema-bd3f0208.cjs.dev.cjs');
4
+ var identityApi_schema = require('./identity-api.schema-f4f3e625.cjs.dev.cjs');
5
5
 
6
6
  var VC_JSON_SCHEMA_MAP = {
7
7
  ProofOfResidence: {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var vault_schema = require('./vault.schema-cb19adc8.cjs.prod.cjs');
4
- var identityApi_schema = require('./identity-api.schema-11bbb3f3.cjs.prod.cjs');
3
+ var vault_schema = require('./vault.schema-dccafd97.cjs.prod.cjs');
4
+ var identityApi_schema = require('./identity-api.schema-0ccc650f.cjs.prod.cjs');
5
5
 
6
6
  var VC_JSON_SCHEMA_MAP = {
7
7
  ProofOfResidence: {
@@ -1,5 +1,5 @@
1
- import { ez as _toConsumableArray } from './vault.schema-b3910f8d.esm.mjs';
2
- import { bc as SupportedType, b5 as NUMERIC_OPERATORS, b1 as ARRAY_OPERATORS, b7 as BOOLEAN_OPERATORS, b3 as STRING_OPERATORS } from './identity-api.schema-7f88a50d.esm.mjs';
1
+ import { ez as _toConsumableArray } from './vault.schema-d31d799b.esm.mjs';
2
+ import { bc as SupportedType, b5 as NUMERIC_OPERATORS, b1 as ARRAY_OPERATORS, b7 as BOOLEAN_OPERATORS, b3 as STRING_OPERATORS } from './identity-api.schema-a8a9e2e2.esm.mjs';
3
3
 
4
4
  var VC_JSON_SCHEMA_MAP = {
5
5
  ProofOfResidence: {
@@ -2588,7 +2588,7 @@ var WalletPrefix = "wallet";
2588
2588
  var AppPrefix = "app";
2589
2589
  var ChallengePrefix = "challenge";
2590
2590
  var TestPrefix = "test";
2591
- var CustomerScreeningPrefix = "cstscr";
2591
+ var IndividualScreeningPrefix = "cstscr";
2592
2592
  var SigGatingPrefix = "siggating";
2593
2593
  var TagPrefix = "tag";
2594
2594
  var ScorechainAnalysisPrefix = "scrchn";
@@ -2703,7 +2703,7 @@ var WalletId = createBrandedSchemaId("".concat(WalletPrefix, "_"));
2703
2703
  var AppId = createBrandedSchemaId("".concat(AppPrefix, "_"));
2704
2704
  var ChallengeId = createBrandedSchemaId("".concat(ChallengePrefix, "_"));
2705
2705
  var TestId = createBrandedSchemaId("".concat(TestPrefix, "_"));
2706
- var CustomerScreeningId = createBrandedSchemaId("".concat(CustomerScreeningPrefix, "_"));
2706
+ var CustomerScreeningId = createBrandedSchemaId("".concat(IndividualScreeningPrefix, "_"));
2707
2707
  var SigGatingId = createBrandedSchemaId("".concat(SigGatingPrefix, "_"));
2708
2708
  var TagId = createBrandedSchemaId("".concat(TagPrefix, "_"));
2709
2709
  var ActionId = createBrandedSchemaId("".concat(ActionPrefix, "_"));
@@ -11315,7 +11315,6 @@ exports.CustomerOnboardingLevel = CustomerOnboardingLevel;
11315
11315
  exports.CustomerOnboardingLevels = CustomerOnboardingLevels;
11316
11316
  exports.CustomerPersonalInformation = CustomerPersonalInformation;
11317
11317
  exports.CustomerScreeningId = CustomerScreeningId;
11318
- exports.CustomerScreeningPrefix = CustomerScreeningPrefix;
11319
11318
  exports.CustomerStatus = CustomerStatus;
11320
11319
  exports.CustomerStatuses = CustomerStatuses;
11321
11320
  exports.CustomerTableColumn = CustomerTableColumn;
@@ -11384,6 +11383,7 @@ exports.IdentityId = IdentityId;
11384
11383
  exports.IdentityPrefix = IdentityPrefix;
11385
11384
  exports.IdentityWidgetAccessToken_NEW = IdentityWidgetAccessToken_NEW;
11386
11385
  exports.IdentityWidgetSessionToken = IdentityWidgetSessionToken;
11386
+ exports.IndividualScreeningPrefix = IndividualScreeningPrefix;
11387
11387
  exports.InstitutionExtractedInfosId = InstitutionExtractedInfosId;
11388
11388
  exports.InstitutionExtractedInfosPrefix = InstitutionExtractedInfosPrefix;
11389
11389
  exports.InstitutionId = InstitutionId;
@@ -2582,7 +2582,7 @@ var WalletPrefix = "wallet";
2582
2582
  var AppPrefix = "app";
2583
2583
  var ChallengePrefix = "challenge";
2584
2584
  var TestPrefix = "test";
2585
- var CustomerScreeningPrefix = "cstscr";
2585
+ var IndividualScreeningPrefix = "cstscr";
2586
2586
  var SigGatingPrefix = "siggating";
2587
2587
  var TagPrefix = "tag";
2588
2588
  var ScorechainAnalysisPrefix = "scrchn";
@@ -2697,7 +2697,7 @@ var WalletId = createBrandedSchemaId("".concat(WalletPrefix, "_"));
2697
2697
  var AppId = createBrandedSchemaId("".concat(AppPrefix, "_"));
2698
2698
  var ChallengeId = createBrandedSchemaId("".concat(ChallengePrefix, "_"));
2699
2699
  var TestId = createBrandedSchemaId("".concat(TestPrefix, "_"));
2700
- var CustomerScreeningId = createBrandedSchemaId("".concat(CustomerScreeningPrefix, "_"));
2700
+ var CustomerScreeningId = createBrandedSchemaId("".concat(IndividualScreeningPrefix, "_"));
2701
2701
  var SigGatingId = createBrandedSchemaId("".concat(SigGatingPrefix, "_"));
2702
2702
  var TagId = createBrandedSchemaId("".concat(TagPrefix, "_"));
2703
2703
  var ActionId = createBrandedSchemaId("".concat(ActionPrefix, "_"));
@@ -11222,4 +11222,4 @@ var GenericVaultDataLinkZodSchema = z.union([GenericVaultPointerLinkZodSchema, G
11222
11222
  // that a generic vault data link is indeed a valid vault data link
11223
11223
  // ================================
11224
11224
 
11225
- export { PolkadotChainId as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, COSMOS_CHAIN_NAMES as C, ACTIVE_SOLANA_CHAIN_IDS as D, EVM_BLOCK_TIME as E, SolanaChainId as F, NEXERA_BITCOIN_CHAINS as G, BITCOIN_CHAIN_NAMES as H, BITCOIN_CHAIN_NAMES_LIST as I, BITCOIN_CHAIN_IDS as J, ACTIVE_BITCOIN_CHAIN_IDS as K, BitcoinChainId as L, NEXERA_APTOS_CHAINS as M, NonTestnetBlockchainId as N, APTOS_CHAIN_NAMES as O, POLYGON_NETWORK_NAMES as P, APTOS_CHAIN_NAMES_LIST as Q, APTOS_CHAIN_IDS as R, StarknetChainId as S, TezosChainId as T, ACTIVE_APTOS_CHAIN_IDS as U, AptosChainId as V, NEXERA_POLKADOT_CHAINS as W, POLKADOT_CHAIN_NAMES as X, POLKADOT_CHAIN_NAMES_LIST as Y, POLKADOT_CHAIN_IDS as Z, ACTIVE_POLKADOT_CHAIN_IDS as _, NEXERA_EVM_CHAINS as a, ALPHA_2_COUNTRIES as a$, NEXERA_CARDANO_CHAINS as a0, CARDANO_CHAIN_NAMES as a1, CARDANO_CHAIN_NAMES_LIST as a2, CARDANO_CHAIN_IDS as a3, ACTIVE_CARDANO_CHAIN_IDS as a4, CardanoChainId as a5, isValidAddress as a6, PrivateKey as a7, PublicKey as a8, AddressSchema as a9, BLOCKCHAIN_NAME_TO_NAMESPACE as aA, BLOCKCHAIN_NAMESPACE_TO_NAME as aB, BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL as aC, EIP155Signature as aD, AptosSignature as aE, StarknetSignature as aF, PolkadotSignature as aG, CosmosSignature as aH, EdSignature as aI, SpSignature as aJ, P2Signature as aK, TezosSignature as aL, CardanoSignature as aM, BlockchainSignature as aN, FunctionCallData as aO, TezosEntrypointName as aP, ENVS as aQ, EnvironmentSchema as aR, UuidString as aS, OtpCode as aT, PUBLIC_SERVICES_SCHEMA_MAP as aU, IpAddress as aV, CurrencyCodes as aW, CurrencyCode as aX, CryptoCodes as aY, CryptoCode as aZ, ISO3CountryCode as a_, TxHash as aa, shortBlockchainAddress as ab, AptosAddress as ac, StarknetAddress as ad, PolkadotAddress as ae, CosmosAddress as af, TezosImplicitAddress as ag, TezosContractAddress as ah, TezosAddress as ai, CardanoAddress as aj, BitcoinP2PKHAddress as ak, BitcoinP2SHAddress as al, BitcoinBech32Address as am, BitcoinTestnetP2PKHAddress as an, BitcoinTestnetP2SHAddress as ao, BitcoinTestnetBech32Address as ap, BitcoinAddress as aq, BlockchainAddress as ar, String0x as as, HexadecimalSchema as at, BLOCKCHAIN_NAMESPACES as au, BlockchainNamespace as av, SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH as aw, SupportedBlockchainNamespaceForSignatureAuth as ax, DISPLAYED_BLOCKCHAIN_NAMESPACES as ay, DisplayedBlockchainNamespace as az, NEXERA_EVM_CHAIN_NAMES as b, AiExecutionStepPrefix as b$, Alpha2Country as b0, countryISO3toISO2Mapping as b1, countryISO2toISO3Mapping as b2, CountryName as b3, isoCountriesNameFromISO2 as b4, isoCountriesNameFromISO3 as b5, parseISO3CountryCode as b6, ScorechainCountry as b7, scorechainCountriesNameFromISO2 as b8, RiskScoreTypes as b9, SigGatingPrefix as bA, TagPrefix as bB, ScorechainAnalysisPrefix as bC, MetaAlertPrefix as bD, TagsToEntityPrefix as bE, TransactionAddressesPrefix as bF, TransactionPrefix as bG, TransactionActivityPrefix as bH, TransactionFeesPrefix as bI, TransactionReviewPrefix as bJ, TransactionPartiesPrefix as bK, TransactionInfosPrefix as bL, TransactionExtractedInfosPrefix as bM, TransactionMethodsPrefix as bN, TransactionMethodExtractedInfosPrefix as bO, InstitutionPrefix as bP, InstitutionExtractedInfosPrefix as bQ, TransactionAmountPrefix as bR, ScenarioPrefix as bS, ListPrefix as bT, QueryPrefix as bU, QueryGroupPrefix as bV, ActionPrefix as bW, WorkflowSessionAttributePrefix as bX, SsssSharePrefix as bY, SsssChunkPrefix as bZ, AiExecutionPrefix as b_, RiskScoreType as ba, CustomerTypes as bb, CustomerType as bc, KycOnboardingLevels as bd, KycOnboardingLevel as be, KybOnboardingLevels as bf, KybOnboardingLevel as bg, CustomerOnboardingLevels as bh, CustomerOnboardingLevel as bi, CustomerStatuses as bj, CustomerStatus as bk, BasicCustomerContactInformation as bl, CUSTOMERS_CHARTS as bm, CustomersChartType as bn, CUSTOMER_TABLE_COLUMNS as bo, CustomerTableColumn as bp, CUSTOMER_AUTOMATION_REASONS as bq, CustomerPersonalInformation as br, StoragePrefix as bs, IdentityPrefix as bt, EmailPrefix as bu, WalletPrefix as bv, AppPrefix as bw, ChallengePrefix as bx, TestPrefix as by, CustomerScreeningPrefix as bz, NEXERA_EVM_CHAIN_NAMES_LIST as c, Identifier as c$, AiDocumentPrefix as c0, AiAgentPrefix as c1, AiStepPrefix as c2, ChatPrefix as c3, MessagePrefix as c4, AiMessagePrefix as c5, WorkflowSessionId as c6, createBrandedSchemaId as c7, createBrandedSchemaIdWithParams as c8, StorageId as c9, ListId as cA, QueryId as cB, QueryGroupId as cC, ScorechainAnalysisId as cD, WorkflowSessionAttributeId as cE, SsssShareId as cF, SsssChunkId as cG, AiExecutionId as cH, AiExecutionStepId as cI, AiDocumentId as cJ, AiAgentId as cK, AiStepId as cL, generateId as cM, MemberId as cN, ChatId as cO, MessageId as cP, AiMessageId as cQ, FLOW_TYPES as cR, FlowType as cS, VerificationModes as cT, VerificationMode as cU, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as cV, IdentityDocumentCountryListOption as cW, IDENTITY_DOCUMENT_OPTIONS as cX, IdentityDocumentOptionsType as cY, PERSONAL_INFORMATION_FIELDS as cZ, PersonalInformationFieldsIdentityDocuments as c_, IdentityId as ca, EmailId as cb, WalletId as cc, AppId as cd, ChallengeId as ce, TestId as cf, CustomerScreeningId as cg, SigGatingId as ch, TagId as ci, ActionId as cj, MetaAlertId as ck, TagsToEntityId as cl, TransactionAddressesId as cm, TransactionId as cn, TransactionActivityId as co, TransactionFeesId as cp, TransactionReviewId as cq, TransactionPartiesId as cr, TransactionInfosId as cs, TransactionExtractedInfosId as ct, TransactionMethodsId as cu, TransactionMethodExtractedInfosId as cv, InstitutionId as cw, InstitutionExtractedInfosId as cx, TransactionAmountId as cy, ScenarioId as cz, NEXERA_EVM_CHAINS_ID as d, PaymentTypes as d$, AdditionalCustomerInformationParams as d0, OrganizationId as d1, WorkspaceId as d2, WorkflowId as d3, CustomerId as d4, ExternalCustomerId as d5, IdentityAppV2Web3JWT as d6, IdentityAppV2Web2JWT as d7, IdentityWidgetAccessToken_NEW as d8, IdentityWidgetSessionToken as d9, OLD_IDImageCredentialSchema as dA, OLD_IDInformationCredentialSchema as dB, OLD_ProofOfResidenceCredentialSchema as dC, OLD_SelfieImageCredentialSchema as dD, OLD_AMLScreeningsResultsCredentialSchema as dE, TRANSACTION_CHARTS as dF, TransactionsChartType as dG, TRANSACTION_TABLE_COLUMNS as dH, TransactionTableColumn as dI, TransactionTypes as dJ, TransactionType as dK, TransactionTypesWithAll as dL, TransactionTypeWithAll as dM, TransactionRiskLevels as dN, TransactionRiskLevel as dO, TransactionReviewStatuses as dP, TransactionReviewStatus as dQ, HumanReadableTransactionReviewStatuses as dR, HumanReadableTransactionReviewStatus as dS, TransactionStatusMapping as dT, HumanReadableTransactionStatusMapping as dU, TransactionDirections as dV, TransactionDirection as dW, TransactionCurrencyCodes as dX, TransactionCurrencyCode as dY, TransactionProviders as dZ, TransactionProvider as d_, Web2CreateSessionParams as da, ID3CredentialSubjectSchema as db, IDScanCredentialSubjectSchema as dc, IDScanPassportCredentialSubjectSchema as dd, IDScanSelfieCredentialSubjectSchema as de, OLD_IDImageCredentialSubjectSchema as df, OLD_IDInformationCredentialSubjectSchema as dg, OLD_ProofOfResidenceCredentialSubjectSchema as dh, OLD_SelfieImageCredentialSubjectSchema as di, OLD_AMLScreeningsResultsCredentialSubjectSchema as dj, IDInformationTfheCredentialSubjectSchema as dk, IDInformationCredentialSubjectSchema as dl, IDImageCredentialSubjectSchema as dm, SelfieImageCredentialSubjectSchema as dn, ProofOfResidenceCredentialSubjectSchema as dp, GenericVerifiableCredentialSchema as dq, IDInformationTfheCredentialSchema as dr, IDInformationCredentialSchema as ds, IDImageCredentialSchema as dt, SelfieImageCredentialSchema as du, ProofOfResidenceCredentialSchema as dv, ID3CredentialSchema as dw, IDScanCredentialSchema as dx, IDScanPassportCredentialSchema as dy, IDScanSelfieCredentialSchema as dz, NexeraEvmChains as e, ScorechainEntity as e$, PaymentType as e0, TransactionPartiesTypes as e1, TransactionPartiesType as e2, TransactionAmountsFieldNames as e3, TransactionAmountsFieldName as e4, DEFAULT_FIAT_CURRENCY as e5, TRANSACTIONS_STATS_CURRENCIES as e6, TransactionStatsCurrency as e7, TransactionDataEventObject as e8, AmlResults$1 as e9, _toArray as eA, ScoringAnalysisRequest as eB, WorkflowsScoringAnalysisRequest as eC, _slicedToArray as eD, ANALYSIS_TYPES as eE, AnalysisType as eF, OBJECT_TYPES as eG, ObjectType as eH, ScorechainBlockchain as eI, NonMinimalScorechainBlockchain as eJ, ScorechainBlockchainToNamespace as eK, getRiskLevelByRiskScore as eL, compareRiskLevels as eM, Coin as eN, RiskSeverity as eO, ScorechainEntityType as eP, RiskExplanation as eQ, EntityRiskDefaultsValues as eR, EntityRiskDefaultsMap as eS, ScorechainErrorResponse as eT, ScorechainError as eU, ScorechainAnalysis as eV, ScoringAnalysisResponse as eW, GetActiveBlockchainsRequest as eX, GetActiveBlockchains as eY, GetActiveBlockchainsResponse as eZ, GetAddressAnalysisRequest as e_, DetectedDuplicates as ea, allDataLinkVersions as eb, DataLinkVersionZodSchema as ec, allDataLinkTypes as ed, DataLinkTypeZodSchema as ee, Separator as ef, generateZodObjectPaths as eg, resolvePathOnDataSchema as eh, resolvePathOnMapSchema as ei, VaultJsonSchemas as ej, VaultZodSchema as ek, VaultSchemaIdZodSchema as el, VaultSchemaPathsZodSchema as em, VaultPointerKeyMapZodSchema as en, VaultQueryMapZodSchema as eo, VaultMetadataLinkZodSchema as ep, GenericVaultPointerLinkZodSchema as eq, GenericVaultSearchLinkZodSchema as er, GenericVaultEmbeddedLinkZodSchema as es, GenericVaultDataLinkZodSchema as et, ScorechainEntityRecord as eu, WalletScreeningData as ev, WalletScreeningProviders as ew, WalletScreeningProvider as ex, _defineProperty as ey, _toConsumableArray as ez, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as f, GetAddressAnalysis as f0, GetAddressAnalysisResponse as f1, ScoringAnalysisApiRequest as f2, RawScorechainResult as f3, ScorechainRiskToRiskLevel as f4, ScorechainWalletRiskLevels as f5, ScorechainWalletRiskLevel as f6, EvmChainId as g, NEXERA_COSMOS_CHAINS as h, COSMOS_CHAIN_NAMES_LIST as i, COSMOS_CHAIN_IDS as j, ACTIVE_COSMOS_CHAIN_IDS as k, CosmosChainId as l, NEXERA_TEZOS_CHAINS as m, NEXERA_TEZOS_CHAIN_NAMES as n, NEXERA_TEZOS_CHAIN_NAMES_LIST as o, NEXERA_TEZOS_CHAIN_IDS as p, ACTIVE_TEZOS_CHAIN_IDS as q, PolygonNetworkNames as r, NEXERA_STARKNET_CHAINS as s, NEXERA_STARKNET_CHAIN_NAMES as t, NEXERA_STARKNET_CHAIN_IDS as u, NEXERA_ACTIVE_STARKNET_CHAIN_IDS as v, NEXERA_SOLANA_CHAINS as w, SOLANA_CHAIN_NAMES as x, SOLANA_CHAIN_NAMES_LIST as y, SOLANA_CHAIN_IDS as z };
11225
+ export { PolkadotChainId as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, COSMOS_CHAIN_NAMES as C, ACTIVE_SOLANA_CHAIN_IDS as D, EVM_BLOCK_TIME as E, SolanaChainId as F, NEXERA_BITCOIN_CHAINS as G, BITCOIN_CHAIN_NAMES as H, BITCOIN_CHAIN_NAMES_LIST as I, BITCOIN_CHAIN_IDS as J, ACTIVE_BITCOIN_CHAIN_IDS as K, BitcoinChainId as L, NEXERA_APTOS_CHAINS as M, NonTestnetBlockchainId as N, APTOS_CHAIN_NAMES as O, POLYGON_NETWORK_NAMES as P, APTOS_CHAIN_NAMES_LIST as Q, APTOS_CHAIN_IDS as R, StarknetChainId as S, TezosChainId as T, ACTIVE_APTOS_CHAIN_IDS as U, AptosChainId as V, NEXERA_POLKADOT_CHAINS as W, POLKADOT_CHAIN_NAMES as X, POLKADOT_CHAIN_NAMES_LIST as Y, POLKADOT_CHAIN_IDS as Z, ACTIVE_POLKADOT_CHAIN_IDS as _, NEXERA_EVM_CHAINS as a, ALPHA_2_COUNTRIES as a$, NEXERA_CARDANO_CHAINS as a0, CARDANO_CHAIN_NAMES as a1, CARDANO_CHAIN_NAMES_LIST as a2, CARDANO_CHAIN_IDS as a3, ACTIVE_CARDANO_CHAIN_IDS as a4, CardanoChainId as a5, isValidAddress as a6, PrivateKey as a7, PublicKey as a8, AddressSchema as a9, BLOCKCHAIN_NAME_TO_NAMESPACE as aA, BLOCKCHAIN_NAMESPACE_TO_NAME as aB, BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL as aC, EIP155Signature as aD, AptosSignature as aE, StarknetSignature as aF, PolkadotSignature as aG, CosmosSignature as aH, EdSignature as aI, SpSignature as aJ, P2Signature as aK, TezosSignature as aL, CardanoSignature as aM, BlockchainSignature as aN, FunctionCallData as aO, TezosEntrypointName as aP, ENVS as aQ, EnvironmentSchema as aR, UuidString as aS, OtpCode as aT, PUBLIC_SERVICES_SCHEMA_MAP as aU, IpAddress as aV, CurrencyCodes as aW, CurrencyCode as aX, CryptoCodes as aY, CryptoCode as aZ, ISO3CountryCode as a_, TxHash as aa, shortBlockchainAddress as ab, AptosAddress as ac, StarknetAddress as ad, PolkadotAddress as ae, CosmosAddress as af, TezosImplicitAddress as ag, TezosContractAddress as ah, TezosAddress as ai, CardanoAddress as aj, BitcoinP2PKHAddress as ak, BitcoinP2SHAddress as al, BitcoinBech32Address as am, BitcoinTestnetP2PKHAddress as an, BitcoinTestnetP2SHAddress as ao, BitcoinTestnetBech32Address as ap, BitcoinAddress as aq, BlockchainAddress as ar, String0x as as, HexadecimalSchema as at, BLOCKCHAIN_NAMESPACES as au, BlockchainNamespace as av, SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH as aw, SupportedBlockchainNamespaceForSignatureAuth as ax, DISPLAYED_BLOCKCHAIN_NAMESPACES as ay, DisplayedBlockchainNamespace as az, NEXERA_EVM_CHAIN_NAMES as b, AiExecutionStepPrefix as b$, Alpha2Country as b0, countryISO3toISO2Mapping as b1, countryISO2toISO3Mapping as b2, CountryName as b3, isoCountriesNameFromISO2 as b4, isoCountriesNameFromISO3 as b5, parseISO3CountryCode as b6, ScorechainCountry as b7, scorechainCountriesNameFromISO2 as b8, RiskScoreTypes as b9, SigGatingPrefix as bA, TagPrefix as bB, ScorechainAnalysisPrefix as bC, MetaAlertPrefix as bD, TagsToEntityPrefix as bE, TransactionAddressesPrefix as bF, TransactionPrefix as bG, TransactionActivityPrefix as bH, TransactionFeesPrefix as bI, TransactionReviewPrefix as bJ, TransactionPartiesPrefix as bK, TransactionInfosPrefix as bL, TransactionExtractedInfosPrefix as bM, TransactionMethodsPrefix as bN, TransactionMethodExtractedInfosPrefix as bO, InstitutionPrefix as bP, InstitutionExtractedInfosPrefix as bQ, TransactionAmountPrefix as bR, ScenarioPrefix as bS, ListPrefix as bT, QueryPrefix as bU, QueryGroupPrefix as bV, ActionPrefix as bW, WorkflowSessionAttributePrefix as bX, SsssSharePrefix as bY, SsssChunkPrefix as bZ, AiExecutionPrefix as b_, RiskScoreType as ba, CustomerTypes as bb, CustomerType as bc, KycOnboardingLevels as bd, KycOnboardingLevel as be, KybOnboardingLevels as bf, KybOnboardingLevel as bg, CustomerOnboardingLevels as bh, CustomerOnboardingLevel as bi, CustomerStatuses as bj, CustomerStatus as bk, BasicCustomerContactInformation as bl, CUSTOMERS_CHARTS as bm, CustomersChartType as bn, CUSTOMER_TABLE_COLUMNS as bo, CustomerTableColumn as bp, CUSTOMER_AUTOMATION_REASONS as bq, CustomerPersonalInformation as br, StoragePrefix as bs, IdentityPrefix as bt, EmailPrefix as bu, WalletPrefix as bv, AppPrefix as bw, ChallengePrefix as bx, TestPrefix as by, IndividualScreeningPrefix as bz, NEXERA_EVM_CHAIN_NAMES_LIST as c, Identifier as c$, AiDocumentPrefix as c0, AiAgentPrefix as c1, AiStepPrefix as c2, ChatPrefix as c3, MessagePrefix as c4, AiMessagePrefix as c5, WorkflowSessionId as c6, createBrandedSchemaId as c7, createBrandedSchemaIdWithParams as c8, StorageId as c9, ListId as cA, QueryId as cB, QueryGroupId as cC, ScorechainAnalysisId as cD, WorkflowSessionAttributeId as cE, SsssShareId as cF, SsssChunkId as cG, AiExecutionId as cH, AiExecutionStepId as cI, AiDocumentId as cJ, AiAgentId as cK, AiStepId as cL, generateId as cM, MemberId as cN, ChatId as cO, MessageId as cP, AiMessageId as cQ, FLOW_TYPES as cR, FlowType as cS, VerificationModes as cT, VerificationMode as cU, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as cV, IdentityDocumentCountryListOption as cW, IDENTITY_DOCUMENT_OPTIONS as cX, IdentityDocumentOptionsType as cY, PERSONAL_INFORMATION_FIELDS as cZ, PersonalInformationFieldsIdentityDocuments as c_, IdentityId as ca, EmailId as cb, WalletId as cc, AppId as cd, ChallengeId as ce, TestId as cf, CustomerScreeningId as cg, SigGatingId as ch, TagId as ci, ActionId as cj, MetaAlertId as ck, TagsToEntityId as cl, TransactionAddressesId as cm, TransactionId as cn, TransactionActivityId as co, TransactionFeesId as cp, TransactionReviewId as cq, TransactionPartiesId as cr, TransactionInfosId as cs, TransactionExtractedInfosId as ct, TransactionMethodsId as cu, TransactionMethodExtractedInfosId as cv, InstitutionId as cw, InstitutionExtractedInfosId as cx, TransactionAmountId as cy, ScenarioId as cz, NEXERA_EVM_CHAINS_ID as d, PaymentTypes as d$, AdditionalCustomerInformationParams as d0, OrganizationId as d1, WorkspaceId as d2, WorkflowId as d3, CustomerId as d4, ExternalCustomerId as d5, IdentityAppV2Web3JWT as d6, IdentityAppV2Web2JWT as d7, IdentityWidgetAccessToken_NEW as d8, IdentityWidgetSessionToken as d9, OLD_IDImageCredentialSchema as dA, OLD_IDInformationCredentialSchema as dB, OLD_ProofOfResidenceCredentialSchema as dC, OLD_SelfieImageCredentialSchema as dD, OLD_AMLScreeningsResultsCredentialSchema as dE, TRANSACTION_CHARTS as dF, TransactionsChartType as dG, TRANSACTION_TABLE_COLUMNS as dH, TransactionTableColumn as dI, TransactionTypes as dJ, TransactionType as dK, TransactionTypesWithAll as dL, TransactionTypeWithAll as dM, TransactionRiskLevels as dN, TransactionRiskLevel as dO, TransactionReviewStatuses as dP, TransactionReviewStatus as dQ, HumanReadableTransactionReviewStatuses as dR, HumanReadableTransactionReviewStatus as dS, TransactionStatusMapping as dT, HumanReadableTransactionStatusMapping as dU, TransactionDirections as dV, TransactionDirection as dW, TransactionCurrencyCodes as dX, TransactionCurrencyCode as dY, TransactionProviders as dZ, TransactionProvider as d_, Web2CreateSessionParams as da, ID3CredentialSubjectSchema as db, IDScanCredentialSubjectSchema as dc, IDScanPassportCredentialSubjectSchema as dd, IDScanSelfieCredentialSubjectSchema as de, OLD_IDImageCredentialSubjectSchema as df, OLD_IDInformationCredentialSubjectSchema as dg, OLD_ProofOfResidenceCredentialSubjectSchema as dh, OLD_SelfieImageCredentialSubjectSchema as di, OLD_AMLScreeningsResultsCredentialSubjectSchema as dj, IDInformationTfheCredentialSubjectSchema as dk, IDInformationCredentialSubjectSchema as dl, IDImageCredentialSubjectSchema as dm, SelfieImageCredentialSubjectSchema as dn, ProofOfResidenceCredentialSubjectSchema as dp, GenericVerifiableCredentialSchema as dq, IDInformationTfheCredentialSchema as dr, IDInformationCredentialSchema as ds, IDImageCredentialSchema as dt, SelfieImageCredentialSchema as du, ProofOfResidenceCredentialSchema as dv, ID3CredentialSchema as dw, IDScanCredentialSchema as dx, IDScanPassportCredentialSchema as dy, IDScanSelfieCredentialSchema as dz, NexeraEvmChains as e, ScorechainEntity as e$, PaymentType as e0, TransactionPartiesTypes as e1, TransactionPartiesType as e2, TransactionAmountsFieldNames as e3, TransactionAmountsFieldName as e4, DEFAULT_FIAT_CURRENCY as e5, TRANSACTIONS_STATS_CURRENCIES as e6, TransactionStatsCurrency as e7, TransactionDataEventObject as e8, AmlResults$1 as e9, _toArray as eA, ScoringAnalysisRequest as eB, WorkflowsScoringAnalysisRequest as eC, _slicedToArray as eD, ANALYSIS_TYPES as eE, AnalysisType as eF, OBJECT_TYPES as eG, ObjectType as eH, ScorechainBlockchain as eI, NonMinimalScorechainBlockchain as eJ, ScorechainBlockchainToNamespace as eK, getRiskLevelByRiskScore as eL, compareRiskLevels as eM, Coin as eN, RiskSeverity as eO, ScorechainEntityType as eP, RiskExplanation as eQ, EntityRiskDefaultsValues as eR, EntityRiskDefaultsMap as eS, ScorechainErrorResponse as eT, ScorechainError as eU, ScorechainAnalysis as eV, ScoringAnalysisResponse as eW, GetActiveBlockchainsRequest as eX, GetActiveBlockchains as eY, GetActiveBlockchainsResponse as eZ, GetAddressAnalysisRequest as e_, DetectedDuplicates as ea, allDataLinkVersions as eb, DataLinkVersionZodSchema as ec, allDataLinkTypes as ed, DataLinkTypeZodSchema as ee, Separator as ef, generateZodObjectPaths as eg, resolvePathOnDataSchema as eh, resolvePathOnMapSchema as ei, VaultJsonSchemas as ej, VaultZodSchema as ek, VaultSchemaIdZodSchema as el, VaultSchemaPathsZodSchema as em, VaultPointerKeyMapZodSchema as en, VaultQueryMapZodSchema as eo, VaultMetadataLinkZodSchema as ep, GenericVaultPointerLinkZodSchema as eq, GenericVaultSearchLinkZodSchema as er, GenericVaultEmbeddedLinkZodSchema as es, GenericVaultDataLinkZodSchema as et, ScorechainEntityRecord as eu, WalletScreeningData as ev, WalletScreeningProviders as ew, WalletScreeningProvider as ex, _defineProperty as ey, _toConsumableArray as ez, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as f, GetAddressAnalysis as f0, GetAddressAnalysisResponse as f1, ScoringAnalysisApiRequest as f2, RawScorechainResult as f3, ScorechainRiskToRiskLevel as f4, ScorechainWalletRiskLevels as f5, ScorechainWalletRiskLevel as f6, EvmChainId as g, NEXERA_COSMOS_CHAINS as h, COSMOS_CHAIN_NAMES_LIST as i, COSMOS_CHAIN_IDS as j, ACTIVE_COSMOS_CHAIN_IDS as k, CosmosChainId as l, NEXERA_TEZOS_CHAINS as m, NEXERA_TEZOS_CHAIN_NAMES as n, NEXERA_TEZOS_CHAIN_NAMES_LIST as o, NEXERA_TEZOS_CHAIN_IDS as p, ACTIVE_TEZOS_CHAIN_IDS as q, PolygonNetworkNames as r, NEXERA_STARKNET_CHAINS as s, NEXERA_STARKNET_CHAIN_NAMES as t, NEXERA_STARKNET_CHAIN_IDS as u, NEXERA_ACTIVE_STARKNET_CHAIN_IDS as v, NEXERA_SOLANA_CHAINS as w, SOLANA_CHAIN_NAMES as x, SOLANA_CHAIN_NAMES_LIST as y, SOLANA_CHAIN_IDS as z };
@@ -2588,7 +2588,7 @@ var WalletPrefix = "wallet";
2588
2588
  var AppPrefix = "app";
2589
2589
  var ChallengePrefix = "challenge";
2590
2590
  var TestPrefix = "test";
2591
- var CustomerScreeningPrefix = "cstscr";
2591
+ var IndividualScreeningPrefix = "cstscr";
2592
2592
  var SigGatingPrefix = "siggating";
2593
2593
  var TagPrefix = "tag";
2594
2594
  var ScorechainAnalysisPrefix = "scrchn";
@@ -2703,7 +2703,7 @@ var WalletId = createBrandedSchemaId("".concat(WalletPrefix, "_"));
2703
2703
  var AppId = createBrandedSchemaId("".concat(AppPrefix, "_"));
2704
2704
  var ChallengeId = createBrandedSchemaId("".concat(ChallengePrefix, "_"));
2705
2705
  var TestId = createBrandedSchemaId("".concat(TestPrefix, "_"));
2706
- var CustomerScreeningId = createBrandedSchemaId("".concat(CustomerScreeningPrefix, "_"));
2706
+ var CustomerScreeningId = createBrandedSchemaId("".concat(IndividualScreeningPrefix, "_"));
2707
2707
  var SigGatingId = createBrandedSchemaId("".concat(SigGatingPrefix, "_"));
2708
2708
  var TagId = createBrandedSchemaId("".concat(TagPrefix, "_"));
2709
2709
  var ActionId = createBrandedSchemaId("".concat(ActionPrefix, "_"));
@@ -11315,7 +11315,6 @@ exports.CustomerOnboardingLevel = CustomerOnboardingLevel;
11315
11315
  exports.CustomerOnboardingLevels = CustomerOnboardingLevels;
11316
11316
  exports.CustomerPersonalInformation = CustomerPersonalInformation;
11317
11317
  exports.CustomerScreeningId = CustomerScreeningId;
11318
- exports.CustomerScreeningPrefix = CustomerScreeningPrefix;
11319
11318
  exports.CustomerStatus = CustomerStatus;
11320
11319
  exports.CustomerStatuses = CustomerStatuses;
11321
11320
  exports.CustomerTableColumn = CustomerTableColumn;
@@ -11384,6 +11383,7 @@ exports.IdentityId = IdentityId;
11384
11383
  exports.IdentityPrefix = IdentityPrefix;
11385
11384
  exports.IdentityWidgetAccessToken_NEW = IdentityWidgetAccessToken_NEW;
11386
11385
  exports.IdentityWidgetSessionToken = IdentityWidgetSessionToken;
11386
+ exports.IndividualScreeningPrefix = IndividualScreeningPrefix;
11387
11387
  exports.InstitutionExtractedInfosId = InstitutionExtractedInfosId;
11388
11388
  exports.InstitutionExtractedInfosPrefix = InstitutionExtractedInfosPrefix;
11389
11389
  exports.InstitutionId = InstitutionId;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('../../dist/identity-api.schema-e36b538f.cjs.dev.cjs');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-f4f3e625.cjs.dev.cjs');
6
6
  require('zod');
7
- require('../../dist/vault.schema-21a24278.cjs.dev.cjs');
7
+ require('../../dist/vault.schema-bd3f0208.cjs.dev.cjs');
8
8
  require('nanoid');
9
9
  require('decimal.js');
10
10
 
@@ -65,7 +65,9 @@ exports.GetCredentialsResponse = identityApi_schema.GetCredentialsResponse;
65
65
  exports.GetCustomerStatusRequest = identityApi_schema.GetCustomerStatusRequest;
66
66
  exports.GetCustomerStatusResponse = identityApi_schema.GetCustomerStatusResponse;
67
67
  exports.GetTezosTxAuthDataSignatureResponse = identityApi_schema.GetTezosTxAuthDataSignatureResponse;
68
+ exports.GetTxAuthDataSignatureFailureResponse = identityApi_schema.GetTxAuthDataSignatureFailureResponse;
68
69
  exports.GetTxAuthDataSignatureResponse = identityApi_schema.GetTxAuthDataSignatureResponse;
70
+ exports.GetTxAuthDataSignatureSuccessResponse = identityApi_schema.GetTxAuthDataSignatureSuccessResponse;
69
71
  exports.GetTxAuthSigRequest = identityApi_schema.GetTxAuthSigRequest;
70
72
  exports.GetTxAuthSigRequestTezos = identityApi_schema.GetTxAuthSigRequestTezos;
71
73
  exports.GetTxAuthSigResponse = identityApi_schema.GetTxAuthSigResponse;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('../../dist/identity-api.schema-11bbb3f3.cjs.prod.cjs');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-0ccc650f.cjs.prod.cjs');
6
6
  require('zod');
7
- require('../../dist/vault.schema-cb19adc8.cjs.prod.cjs');
7
+ require('../../dist/vault.schema-dccafd97.cjs.prod.cjs');
8
8
  require('nanoid');
9
9
  require('decimal.js');
10
10
 
@@ -65,7 +65,9 @@ exports.GetCredentialsResponse = identityApi_schema.GetCredentialsResponse;
65
65
  exports.GetCustomerStatusRequest = identityApi_schema.GetCustomerStatusRequest;
66
66
  exports.GetCustomerStatusResponse = identityApi_schema.GetCustomerStatusResponse;
67
67
  exports.GetTezosTxAuthDataSignatureResponse = identityApi_schema.GetTezosTxAuthDataSignatureResponse;
68
+ exports.GetTxAuthDataSignatureFailureResponse = identityApi_schema.GetTxAuthDataSignatureFailureResponse;
68
69
  exports.GetTxAuthDataSignatureResponse = identityApi_schema.GetTxAuthDataSignatureResponse;
70
+ exports.GetTxAuthDataSignatureSuccessResponse = identityApi_schema.GetTxAuthDataSignatureSuccessResponse;
69
71
  exports.GetTxAuthSigRequest = identityApi_schema.GetTxAuthSigRequest;
70
72
  exports.GetTxAuthSigRequestTezos = identityApi_schema.GetTxAuthSigRequestTezos;
71
73
  exports.GetTxAuthSigResponse = identityApi_schema.GetTxAuthSigResponse;
@@ -1,5 +1,5 @@
1
- export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues, bV as AllScenarioExecutionAuthorizationData, bN as AnyTxAuthDataSignatureResponse, bQ as AnyTxAuthInputJsSdk, bG as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bU as CreateAuthRequestProps, a6 as CreateTemplateScenario, aS as CredentialQrCodeData, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bO as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bM as ExtendedTezosTxAuthDataSignatureResponse, bK as ExtendedTezosTxAuthInput, bL as ExtendedTxAuthDataSignatureResponse, bJ as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bI as GetTezosTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bT as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bW as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, a3 as Scenario, S as ScenarioAuthorizationData, bX as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bF as TezosTxAuthInput, bP as TezosTxAuthInputJsSdk, bH as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, bZ as VerifyWalletChallengeRequest, as as WalletSignResponse, bY as WalletSignatureResponse, a$ as ZKPOperator, bR as ZKPRequest, bS as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from '../../dist/identity-api.schema-7f88a50d.esm.mjs';
1
+ export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues, bX as AllScenarioExecutionAuthorizationData, bP as AnyTxAuthDataSignatureResponse, bS as AnyTxAuthInputJsSdk, bI as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bW as CreateAuthRequestProps, a6 as CreateTemplateScenario, aS as CredentialQrCodeData, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bQ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bO as ExtendedTezosTxAuthDataSignatureResponse, bM as ExtendedTezosTxAuthInput, bN as ExtendedTxAuthDataSignatureResponse, bL as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bK as GetTezosTxAuthDataSignatureResponse, bF as GetTxAuthDataSignatureFailureResponse, bG as GetTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bV as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bY as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, a3 as Scenario, S as ScenarioAuthorizationData, bZ as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bH as TezosTxAuthInput, bR as TezosTxAuthInputJsSdk, bJ as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, b$ as VerifyWalletChallengeRequest, as as WalletSignResponse, b_ as WalletSignatureResponse, a$ as ZKPOperator, bT as ZKPRequest, bU as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from '../../dist/identity-api.schema-a8a9e2e2.esm.mjs';
2
2
  import 'zod';
3
- import '../../dist/vault.schema-b3910f8d.esm.mjs';
3
+ import '../../dist/vault.schema-d31d799b.esm.mjs';
4
4
  import 'nanoid';
5
5
  import 'decimal.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.99.0-dev",
3
+ "version": "2.101.0-dev",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -2,12 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('../../dist/vault.schema-21a24278.cjs.dev.cjs');
6
- var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-f4085f83.cjs.dev.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-bd3f0208.cjs.dev.cjs');
6
+ var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-1991cb78.cjs.dev.cjs');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
  require('decimal.js');
10
- require('../../dist/identity-api.schema-e36b538f.cjs.dev.cjs');
10
+ require('../../dist/identity-api.schema-f4f3e625.cjs.dev.cjs');
11
11
 
12
12
  var ALL_SCORECHAIN_BLOCKCHAIN = [{
13
13
  id: "BITCOIN",
@@ -2,12 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('../../dist/vault.schema-cb19adc8.cjs.prod.cjs');
6
- var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-f176b6e7.cjs.prod.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-dccafd97.cjs.prod.cjs');
6
+ var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-f6fdab89.cjs.prod.cjs');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
  require('decimal.js');
10
- require('../../dist/identity-api.schema-11bbb3f3.cjs.prod.cjs');
10
+ require('../../dist/identity-api.schema-0ccc650f.cjs.prod.cjs');
11
11
 
12
12
  var ALL_SCORECHAIN_BLOCKCHAIN = [{
13
13
  id: "BITCOIN",
@@ -1,9 +1,9 @@
1
- export { eE as ANALYSIS_TYPES, eF as AnalysisType, eN as Coin, eS as EntityRiskDefaultsMap, eR as EntityRiskDefaultsValues, eY as GetActiveBlockchains, eX as GetActiveBlockchainsRequest, eZ as GetActiveBlockchainsResponse, f0 as GetAddressAnalysis, e_ as GetAddressAnalysisRequest, f1 as GetAddressAnalysisResponse, eJ as NonMinimalScorechainBlockchain, eG as OBJECT_TYPES, eH as ObjectType, f3 as RawScorechainResult, eQ as RiskExplanation, eO as RiskSeverity, eV as ScorechainAnalysis, eI as ScorechainBlockchain, eK as ScorechainBlockchainToNamespace, e$ as ScorechainEntity, eP as ScorechainEntityType, eU as ScorechainError, eT as ScorechainErrorResponse, f4 as ScorechainRiskToRiskLevel, f6 as ScorechainWalletRiskLevel, f5 as ScorechainWalletRiskLevels, f2 as ScoringAnalysisApiRequest, eB as ScoringAnalysisRequest, eW as ScoringAnalysisResponse, eC as WorkflowsScoringAnalysisRequest, eM as compareRiskLevels, eL as getRiskLevelByRiskScore } from '../../dist/vault.schema-b3910f8d.esm.mjs';
2
- export { K as AMLMetadata, cQ as ApiErrorCommandResponse, cP as ApiErrorResponse, cR as ApiSuccessCommandResponse, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, c_ as BeneficiaryVerificationStatus, c$ as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, di as ChainalysisApiError, a$ as ChainalysisConfig, dg as ChainalysisErrorCodes, bc as ChainalysisProvider, de as ChainalysisRegisterApiResponse, dj as ChainalysisRegisterResponse, dd as ChainalysisRequest, dh as ChainalysisRiskAssessmentApiResponse, dk as ChainalysisRiskAssessmentResponse, df as ChainalysisRiskLevel, a4 as CoerceDateUTC, dp as CoinMarketCapApiResponse, dq as CoinMarketCapFiatId, dm as CoinMarketCapQuote, dn as CoinMarketCapQuotes, dl as CoinMarketCapRequest, cZ as CompanyDocumentMetaData, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cL as CredentialMetadata, cK as CustomerContactInformationOutput, d4 as CustomerDocumentMetaData, d5 as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cb as DocumentMetadataSchema, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cz as EmailVerificationResponse, F as File, cJ as GetCredentialsOutput, d1 as GetKybSessionInput, d2 as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, cS as GetKycSessionsOutput, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, cN as IDImageMetaData, bJ as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bK as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, cV as KYB_RESULTS, cX as KYB_SESSION_STATUSES, cT as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cW as KybResult, cY as KybSessionStatus, cU as KybStep, cw as KycResult, cy as KycSessionStatus, cs as KycStep, cu as KycStepStatus, ct as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, db as MerkleAddressApiError, da as MerkleAddressApiResponse, d9 as MerkleAddressRequest, dc as MerkleAddressResponse, d8 as MerkleBlockChainCodes, d7 as MerkleBlockChainName, d6 as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cI as ProofOfResidenceDocumentType, cH as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bB as SUMSUB_APPLICANT_TYPES, c4 as SUMSUB_COMPANY_BENEFICIARY_GROUP, bU as SUMSUB_DOC_TYPES, bW as SUMSUB_FLOW_LEVEL, cj as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c9 as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, co as SUMSUB_REVIEW_REJECT_LABELS, cq as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bS as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bQ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, d0 as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, cO as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bH as SumSubAddress, bI as SumSubApplicantInfo, cd as SumSubApplicantResetSchema, cc as SumSubApplicantReviewStatusSchema, ci as SumSubApplicantSchema, bC as SumSubApplicantType, c8 as SumSubApplicantVerificationStepSchema, bP as SumSubCompanyApplicantInfo, c2 as SumSubCompanyApplicantSchema, bV as SumSubDocType, bX as SumSubFlowLevel, ce as SumSubGenerateExternalWebSdkLinkSchema, c3 as SumSubImageId, b_ as SumSubImageReviewResultSchema, c1 as SumSubIndividualApplicantSchema, ca as SumSubMediaContentType, bY as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cp as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, bZ as SumSubReviewResultSchema, bT as SumSubReviewStatus, cn as SumSubSimilarApplicantsSchema, bA as SumSubStep, c7 as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c0 as SumsubApplicantType, b$ as SumsubApplicantTypes, c5 as SumsubCompanyBeneficiaryGroup, ch as SumsubKybDataSchema, cm as SumsubKybSessionFlowSection, cl as SumsubKybSessionFlowSectionItem, ck as SumsubKybSessionFlowSectionStatus, cg as SumsubKycDataSchema, c6 as SumsubStepStatus, cf as SumsubVideoCallData, bR as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, d3 as UpdateKybSessionOutput, cF as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, cG as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-6141ba93.esm.mjs';
1
+ export { eE as ANALYSIS_TYPES, eF as AnalysisType, eN as Coin, eS as EntityRiskDefaultsMap, eR as EntityRiskDefaultsValues, eY as GetActiveBlockchains, eX as GetActiveBlockchainsRequest, eZ as GetActiveBlockchainsResponse, f0 as GetAddressAnalysis, e_ as GetAddressAnalysisRequest, f1 as GetAddressAnalysisResponse, eJ as NonMinimalScorechainBlockchain, eG as OBJECT_TYPES, eH as ObjectType, f3 as RawScorechainResult, eQ as RiskExplanation, eO as RiskSeverity, eV as ScorechainAnalysis, eI as ScorechainBlockchain, eK as ScorechainBlockchainToNamespace, e$ as ScorechainEntity, eP as ScorechainEntityType, eU as ScorechainError, eT as ScorechainErrorResponse, f4 as ScorechainRiskToRiskLevel, f6 as ScorechainWalletRiskLevel, f5 as ScorechainWalletRiskLevels, f2 as ScoringAnalysisApiRequest, eB as ScoringAnalysisRequest, eW as ScoringAnalysisResponse, eC as WorkflowsScoringAnalysisRequest, eM as compareRiskLevels, eL as getRiskLevelByRiskScore } from '../../dist/vault.schema-d31d799b.esm.mjs';
2
+ export { K as AMLMetadata, cQ as ApiErrorCommandResponse, cP as ApiErrorResponse, cR as ApiSuccessCommandResponse, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, c_ as BeneficiaryVerificationStatus, c$ as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, di as ChainalysisApiError, a$ as ChainalysisConfig, dg as ChainalysisErrorCodes, bc as ChainalysisProvider, de as ChainalysisRegisterApiResponse, dj as ChainalysisRegisterResponse, dd as ChainalysisRequest, dh as ChainalysisRiskAssessmentApiResponse, dk as ChainalysisRiskAssessmentResponse, df as ChainalysisRiskLevel, a4 as CoerceDateUTC, dp as CoinMarketCapApiResponse, dq as CoinMarketCapFiatId, dm as CoinMarketCapQuote, dn as CoinMarketCapQuotes, dl as CoinMarketCapRequest, cZ as CompanyDocumentMetaData, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cL as CredentialMetadata, cK as CustomerContactInformationOutput, d4 as CustomerDocumentMetaData, d5 as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cb as DocumentMetadataSchema, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cz as EmailVerificationResponse, F as File, cJ as GetCredentialsOutput, d1 as GetKybSessionInput, d2 as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, cS as GetKycSessionsOutput, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, cN as IDImageMetaData, bJ as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bK as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, cV as KYB_RESULTS, cX as KYB_SESSION_STATUSES, cT as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cW as KybResult, cY as KybSessionStatus, cU as KybStep, cw as KycResult, cy as KycSessionStatus, cs as KycStep, cu as KycStepStatus, ct as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, db as MerkleAddressApiError, da as MerkleAddressApiResponse, d9 as MerkleAddressRequest, dc as MerkleAddressResponse, d8 as MerkleBlockChainCodes, d7 as MerkleBlockChainName, d6 as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cI as ProofOfResidenceDocumentType, cH as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bB as SUMSUB_APPLICANT_TYPES, c4 as SUMSUB_COMPANY_BENEFICIARY_GROUP, bU as SUMSUB_DOC_TYPES, bW as SUMSUB_FLOW_LEVEL, cj as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c9 as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, co as SUMSUB_REVIEW_REJECT_LABELS, cq as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bS as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bQ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, d0 as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, cO as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bH as SumSubAddress, bI as SumSubApplicantInfo, cd as SumSubApplicantResetSchema, cc as SumSubApplicantReviewStatusSchema, ci as SumSubApplicantSchema, bC as SumSubApplicantType, c8 as SumSubApplicantVerificationStepSchema, bP as SumSubCompanyApplicantInfo, c2 as SumSubCompanyApplicantSchema, bV as SumSubDocType, bX as SumSubFlowLevel, ce as SumSubGenerateExternalWebSdkLinkSchema, c3 as SumSubImageId, b_ as SumSubImageReviewResultSchema, c1 as SumSubIndividualApplicantSchema, ca as SumSubMediaContentType, bY as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cp as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, bZ as SumSubReviewResultSchema, bT as SumSubReviewStatus, cn as SumSubSimilarApplicantsSchema, bA as SumSubStep, c7 as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c0 as SumsubApplicantType, b$ as SumsubApplicantTypes, c5 as SumsubCompanyBeneficiaryGroup, ch as SumsubKybDataSchema, cm as SumsubKybSessionFlowSection, cl as SumsubKybSessionFlowSectionItem, ck as SumsubKybSessionFlowSectionStatus, cg as SumsubKycDataSchema, c6 as SumsubStepStatus, cf as SumsubVideoCallData, bR as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, d3 as UpdateKybSessionOutput, cF as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, cG as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-f02b66c0.esm.mjs';
3
3
  import 'zod';
4
4
  import 'nanoid';
5
5
  import 'decimal.js';
6
- import '../../dist/identity-api.schema-7f88a50d.esm.mjs';
6
+ import '../../dist/identity-api.schema-a8a9e2e2.esm.mjs';
7
7
 
8
8
  var ALL_SCORECHAIN_BLOCKCHAIN = [{
9
9
  id: "BITCOIN",
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('../../dist/vault.schema-21a24278.cjs.dev.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-bd3f0208.cjs.dev.cjs');
6
6
  require('zod');
7
7
  require('nanoid');
8
8
  require('decimal.js');
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('../../dist/vault.schema-cb19adc8.cjs.prod.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-dccafd97.cjs.prod.cjs');
6
6
  require('zod');
7
7
  require('nanoid');
8
8
  require('decimal.js');
@@ -1,4 +1,4 @@
1
- export { e9 as AmlResults, ee as DataLinkTypeZodSchema, ec as DataLinkVersionZodSchema, ea as DetectedDuplicates, et as GenericVaultDataLinkZodSchema, es as GenericVaultEmbeddedLinkZodSchema, eq as GenericVaultPointerLinkZodSchema, er as GenericVaultSearchLinkZodSchema, ef as Separator, ej as VaultJsonSchemas, ep as VaultMetadataLinkZodSchema, en as VaultPointerKeyMapZodSchema, eo as VaultQueryMapZodSchema, el as VaultSchemaIdZodSchema, em as VaultSchemaPathsZodSchema, ek as VaultZodSchema, ed as allDataLinkTypes, eb as allDataLinkVersions, eg as generateZodObjectPaths, eh as resolvePathOnDataSchema, ei as resolvePathOnMapSchema } from '../../dist/vault.schema-b3910f8d.esm.mjs';
1
+ export { e9 as AmlResults, ee as DataLinkTypeZodSchema, ec as DataLinkVersionZodSchema, ea as DetectedDuplicates, et as GenericVaultDataLinkZodSchema, es as GenericVaultEmbeddedLinkZodSchema, eq as GenericVaultPointerLinkZodSchema, er as GenericVaultSearchLinkZodSchema, ef as Separator, ej as VaultJsonSchemas, ep as VaultMetadataLinkZodSchema, en as VaultPointerKeyMapZodSchema, eo as VaultQueryMapZodSchema, el as VaultSchemaIdZodSchema, em as VaultSchemaPathsZodSchema, ek as VaultZodSchema, ed as allDataLinkTypes, eb as allDataLinkVersions, eg as generateZodObjectPaths, eh as resolvePathOnDataSchema, ei as resolvePathOnMapSchema } from '../../dist/vault.schema-d31d799b.esm.mjs';
2
2
  import 'zod';
3
3
  import 'nanoid';
4
4
  import 'decimal.js';
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('../../dist/vault.schema-21a24278.cjs.dev.cjs');
6
- var identityApi_schema = require('../../dist/identity-api.schema-e36b538f.cjs.dev.cjs');
7
- var tfheUtilities = require('../../dist/tfhe-utilities-bf816d6c.cjs.dev.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-bd3f0208.cjs.dev.cjs');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-f4f3e625.cjs.dev.cjs');
7
+ var tfheUtilities = require('../../dist/tfhe-utilities-3ba8f67b.cjs.dev.cjs');
8
8
  require('zod');
9
9
  require('nanoid');
10
10
  require('decimal.js');
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('../../dist/vault.schema-cb19adc8.cjs.prod.cjs');
6
- var identityApi_schema = require('../../dist/identity-api.schema-11bbb3f3.cjs.prod.cjs');
7
- var tfheUtilities = require('../../dist/tfhe-utilities-0c6a2490.cjs.prod.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-dccafd97.cjs.prod.cjs');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-0ccc650f.cjs.prod.cjs');
7
+ var tfheUtilities = require('../../dist/tfhe-utilities-dce18c42.cjs.prod.cjs');
8
8
  require('zod');
9
9
  require('nanoid');
10
10
  require('decimal.js');
@@ -1,6 +1,6 @@
1
- export { b0 as Alpha2Country, dq as GenericVerifiableCredentialSchema, dw as ID3CredentialSchema, db as ID3CredentialSubjectSchema, dt as IDImageCredentialSchema, dm as IDImageCredentialSubjectSchema, ds as IDInformationCredentialSchema, dl as IDInformationCredentialSubjectSchema, dr as IDInformationTfheCredentialSchema, dk as IDInformationTfheCredentialSubjectSchema, dx as IDScanCredentialSchema, dc as IDScanCredentialSubjectSchema, dy as IDScanPassportCredentialSchema, dd as IDScanPassportCredentialSubjectSchema, dz as IDScanSelfieCredentialSchema, de as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, dE as OLD_AMLScreeningsResultsCredentialSchema, dj as OLD_AMLScreeningsResultsCredentialSubjectSchema, dA as OLD_IDImageCredentialSchema, df as OLD_IDImageCredentialSubjectSchema, dB as OLD_IDInformationCredentialSchema, dg as OLD_IDInformationCredentialSubjectSchema, dC as OLD_ProofOfResidenceCredentialSchema, dh as OLD_ProofOfResidenceCredentialSubjectSchema, dD as OLD_SelfieImageCredentialSchema, di as OLD_SelfieImageCredentialSubjectSchema, dv as ProofOfResidenceCredentialSchema, dp as ProofOfResidenceCredentialSubjectSchema, du as SelfieImageCredentialSchema, dn as SelfieImageCredentialSubjectSchema, b1 as countryISO3toISO2Mapping, b4 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-b3910f8d.esm.mjs';
2
- export { c4 as CredentialMediaType, b$ as CredentialNames, b_ as CredentialSchemas, c2 as CredentialType, C as CredentialTypes, c0 as NexeraCredentialType, c3 as VerifiableCredential, c1 as getCredentialName } from '../../dist/identity-api.schema-7f88a50d.esm.mjs';
3
- export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-3f572e70.esm.mjs';
1
+ export { b0 as Alpha2Country, dq as GenericVerifiableCredentialSchema, dw as ID3CredentialSchema, db as ID3CredentialSubjectSchema, dt as IDImageCredentialSchema, dm as IDImageCredentialSubjectSchema, ds as IDInformationCredentialSchema, dl as IDInformationCredentialSubjectSchema, dr as IDInformationTfheCredentialSchema, dk as IDInformationTfheCredentialSubjectSchema, dx as IDScanCredentialSchema, dc as IDScanCredentialSubjectSchema, dy as IDScanPassportCredentialSchema, dd as IDScanPassportCredentialSubjectSchema, dz as IDScanSelfieCredentialSchema, de as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, dE as OLD_AMLScreeningsResultsCredentialSchema, dj as OLD_AMLScreeningsResultsCredentialSubjectSchema, dA as OLD_IDImageCredentialSchema, df as OLD_IDImageCredentialSubjectSchema, dB as OLD_IDInformationCredentialSchema, dg as OLD_IDInformationCredentialSubjectSchema, dC as OLD_ProofOfResidenceCredentialSchema, dh as OLD_ProofOfResidenceCredentialSubjectSchema, dD as OLD_SelfieImageCredentialSchema, di as OLD_SelfieImageCredentialSubjectSchema, dv as ProofOfResidenceCredentialSchema, dp as ProofOfResidenceCredentialSubjectSchema, du as SelfieImageCredentialSchema, dn as SelfieImageCredentialSubjectSchema, b1 as countryISO3toISO2Mapping, b4 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-d31d799b.esm.mjs';
2
+ export { c6 as CredentialMediaType, c1 as CredentialNames, c0 as CredentialSchemas, c4 as CredentialType, C as CredentialTypes, c2 as NexeraCredentialType, c5 as VerifiableCredential, c3 as getCredentialName } from '../../dist/identity-api.schema-a8a9e2e2.esm.mjs';
3
+ export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-e943db60.esm.mjs';
4
4
  import 'zod';
5
5
  import 'nanoid';
6
6
  import 'decimal.js';
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var zod = require('zod');
6
- var vault_schema = require('../../dist/vault.schema-21a24278.cjs.dev.cjs');
7
- var identityApi_schema = require('../../dist/identity-api.schema-e36b538f.cjs.dev.cjs');
8
- var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-f4085f83.cjs.dev.cjs');
6
+ var vault_schema = require('../../dist/vault.schema-bd3f0208.cjs.dev.cjs');
7
+ var identityApi_schema = require('../../dist/identity-api.schema-f4f3e625.cjs.dev.cjs');
8
+ var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-1991cb78.cjs.dev.cjs');
9
9
  var zodToJsonSchema = require('zod-to-json-schema');
10
10
  require('nanoid');
11
11
  require('decimal.js');
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var zod = require('zod');
6
- var vault_schema = require('../../dist/vault.schema-cb19adc8.cjs.prod.cjs');
7
- var identityApi_schema = require('../../dist/identity-api.schema-11bbb3f3.cjs.prod.cjs');
8
- var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-f176b6e7.cjs.prod.cjs');
6
+ var vault_schema = require('../../dist/vault.schema-dccafd97.cjs.prod.cjs');
7
+ var identityApi_schema = require('../../dist/identity-api.schema-0ccc650f.cjs.prod.cjs');
8
+ var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-f6fdab89.cjs.prod.cjs');
9
9
  var zodToJsonSchema = require('zod-to-json-schema');
10
10
  require('nanoid');
11
11
  require('decimal.js');
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
- import { aS as UuidString, d5 as ExternalCustomerId, d3 as WorkflowId, ba as RiskScoreType, bc as CustomerType, bi as CustomerOnboardingLevel, bk as CustomerStatus, a_ as ISO3CountryCode, ar as BlockchainAddress, dq as GenericVerifiableCredentialSchema, ev as WalletScreeningData, dJ as TransactionTypes, dP as TransactionReviewStatuses, eA as _toArray, ez as _toConsumableArray, aR as EnvironmentSchema } from '../../dist/vault.schema-b3910f8d.esm.mjs';
3
- import { Y as RuleResultStatus } from '../../dist/identity-api.schema-7f88a50d.esm.mjs';
4
- import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-6141ba93.esm.mjs';
2
+ import { aS as UuidString, d5 as ExternalCustomerId, d3 as WorkflowId, ba as RiskScoreType, bc as CustomerType, bi as CustomerOnboardingLevel, bk as CustomerStatus, a_ as ISO3CountryCode, ar as BlockchainAddress, dq as GenericVerifiableCredentialSchema, ev as WalletScreeningData, dJ as TransactionTypes, dP as TransactionReviewStatuses, eA as _toArray, ez as _toConsumableArray, aR as EnvironmentSchema } from '../../dist/vault.schema-d31d799b.esm.mjs';
3
+ import { Y as RuleResultStatus } from '../../dist/identity-api.schema-a8a9e2e2.esm.mjs';
4
+ import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-f02b66c0.esm.mjs';
5
5
  import { zodToJsonSchema } from 'zod-to-json-schema';
6
6
  import 'nanoid';
7
7
  import 'decimal.js';