@nexeraid/identity-schemas 2.53.0-dev → 2.54.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 (68) hide show
  1. package/dist/{CoinMarketCap.schema-639291db.cjs.dev.cjs → CoinMarketCap.schema-9747956b.cjs.dev.cjs} +2 -2
  2. package/dist/{CoinMarketCap.schema-7c99cb7c.cjs.prod.cjs → CoinMarketCap.schema-e0f6e89c.cjs.prod.cjs} +2 -2
  3. package/dist/{CoinMarketCap.schema-49df10fd.esm.mjs → CoinMarketCap.schema-fa72c081.esm.mjs} +2 -2
  4. package/dist/declarations/src/vault/data-link.schema.d.ts +1 -0
  5. package/dist/declarations/src/vault/data-link.schema.d.ts.map +1 -1
  6. package/dist/declarations/src/{data-links-temp/data-links.d.ts → vault/data-links/data-links.schema.d.ts} +2 -8
  7. package/dist/declarations/src/vault/data-links/data-links.schema.d.ts.map +1 -0
  8. package/dist/declarations/src/vault/data-links/index.d.ts +6 -0
  9. package/dist/declarations/src/vault/data-links/index.d.ts.map +1 -0
  10. package/dist/declarations/src/vault/data-links/metadata-links.schema.d.ts +16 -0
  11. package/dist/declarations/src/vault/data-links/metadata-links.schema.d.ts.map +1 -0
  12. package/dist/declarations/src/vault/data-links/object-path.d.ts.map +1 -0
  13. package/dist/declarations/src/vault/data-links/type-util.d.ts.map +1 -0
  14. package/dist/declarations/src/vault/data-links/zod-utils.d.ts.map +1 -0
  15. package/dist/declarations/src/vault/vault.schema.d.ts +1 -1
  16. package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
  17. package/dist/{frontend-utilities.schema-7532d8f3.cjs.dev.cjs → frontend-utilities.schema-92d876ae.cjs.dev.cjs} +2 -2
  18. package/dist/{frontend-utilities.schema-e2cf1121.esm.mjs → frontend-utilities.schema-ceff7f1b.esm.mjs} +2 -2
  19. package/dist/{frontend-utilities.schema-e299aaef.cjs.prod.cjs → frontend-utilities.schema-d23b92dd.cjs.prod.cjs} +2 -2
  20. package/dist/{identity-api.schema-65cbc9ef.esm.mjs → identity-api.schema-01880e1c.esm.mjs} +1 -1
  21. package/dist/{identity-api.schema-67b0ee5c.cjs.prod.cjs → identity-api.schema-a0ad7c7b.cjs.prod.cjs} +1 -1
  22. package/dist/{identity-api.schema-6c031e65.cjs.dev.cjs → identity-api.schema-f4d1d9f8.cjs.dev.cjs} +1 -1
  23. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +7 -4
  24. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +7 -4
  25. package/dist/nexeraid-identity-schemas.esm.mjs +4 -5
  26. package/dist/package.json +1 -1
  27. package/dist/{vault.schema-2048f78f.cjs.dev.cjs → vault.schema-666eefd8.cjs.prod.cjs} +159 -33
  28. package/dist/{vault.schema-5cdddf4f.esm.mjs → vault.schema-789028ce.esm.mjs} +155 -30
  29. package/dist/{vault.schema-33b925bb.cjs.prod.cjs → vault.schema-bce4b304.cjs.dev.cjs} +159 -33
  30. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -3
  31. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -3
  32. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -3
  33. package/package.json +1 -1
  34. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -4
  35. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -4
  36. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -4
  37. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +5 -2
  38. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +5 -2
  39. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -2
  40. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -4
  41. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -4
  42. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -4
  43. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +4 -9
  44. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +4 -9
  45. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -8
  46. package/dist/declarations/src/data-links-temp/data-links-serialize.d.ts +0 -18
  47. package/dist/declarations/src/data-links-temp/data-links-serialize.d.ts.map +0 -1
  48. package/dist/declarations/src/data-links-temp/data-links-transformer.d.ts +0 -50
  49. package/dist/declarations/src/data-links-temp/data-links-transformer.d.ts.map +0 -1
  50. package/dist/declarations/src/data-links-temp/data-links-zod.d.ts +0 -16
  51. package/dist/declarations/src/data-links-temp/data-links-zod.d.ts.map +0 -1
  52. package/dist/declarations/src/data-links-temp/data-links.d.ts.map +0 -1
  53. package/dist/declarations/src/data-links-temp/debug-util.d.ts +0 -4
  54. package/dist/declarations/src/data-links-temp/debug-util.d.ts.map +0 -1
  55. package/dist/declarations/src/data-links-temp/index.d.ts +0 -12
  56. package/dist/declarations/src/data-links-temp/index.d.ts.map +0 -1
  57. package/dist/declarations/src/data-links-temp/metadata-links-serialize.d.ts +0 -16
  58. package/dist/declarations/src/data-links-temp/metadata-links-serialize.d.ts.map +0 -1
  59. package/dist/declarations/src/data-links-temp/metadata-links-zod.d.ts +0 -17
  60. package/dist/declarations/src/data-links-temp/metadata-links-zod.d.ts.map +0 -1
  61. package/dist/declarations/src/data-links-temp/metadata-links.d.ts +0 -21
  62. package/dist/declarations/src/data-links-temp/metadata-links.d.ts.map +0 -1
  63. package/dist/declarations/src/data-links-temp/object-path.d.ts.map +0 -1
  64. package/dist/declarations/src/data-links-temp/type-util.d.ts.map +0 -1
  65. package/dist/declarations/src/data-links-temp/zod-utils.d.ts.map +0 -1
  66. /package/dist/declarations/src/{data-links-temp → vault/data-links}/object-path.d.ts +0 -0
  67. /package/dist/declarations/src/{data-links-temp → vault/data-links}/type-util.d.ts +0 -0
  68. /package/dist/declarations/src/{data-links-temp → vault/data-links}/zod-utils.d.ts +0 -0
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var vault_schema = require('./vault.schema-2048f78f.cjs.dev.cjs');
5
- var identityApi_schema = require('./identity-api.schema-6c031e65.cjs.dev.cjs');
4
+ var vault_schema = require('./vault.schema-bce4b304.cjs.dev.cjs');
5
+ var identityApi_schema = require('./identity-api.schema-f4d1d9f8.cjs.dev.cjs');
6
6
 
7
7
  // based on https://tech-doc.api.scorechain.com/
8
8
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var vault_schema = require('./vault.schema-33b925bb.cjs.prod.cjs');
5
- var identityApi_schema = require('./identity-api.schema-67b0ee5c.cjs.prod.cjs');
4
+ var vault_schema = require('./vault.schema-666eefd8.cjs.prod.cjs');
5
+ var identityApi_schema = require('./identity-api.schema-a0ad7c7b.cjs.prod.cjs');
6
6
 
7
7
  // based on https://tech-doc.api.scorechain.com/
8
8
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
- import { d as Alpha2Country, aR as _toConsumableArray, I as ISO3CountryCode, aW as _slicedToArray, v as CustomerStatus, T as ProofOfResidenceCredentialSubjectSchema, B as BasicCustomerContactInformation } from './vault.schema-5cdddf4f.esm.mjs';
3
- import { as as BlockchainAddress, aa as AddressSchema, aT as UuidString, aw as BlockchainNamespace, cv as SdkVerificationOutput, bN as WorkflowSessionId, eS as _defineProperty, dp as QrCodeLinkWithSchemaType, eP as CredentialType } from './identity-api.schema-65cbc9ef.esm.mjs';
2
+ import { d as Alpha2Country, aV as _toConsumableArray, I as ISO3CountryCode, aX as _slicedToArray, v as CustomerStatus, T as ProofOfResidenceCredentialSubjectSchema, B as BasicCustomerContactInformation } from './vault.schema-789028ce.esm.mjs';
3
+ import { as as BlockchainAddress, aa as AddressSchema, aT as UuidString, aw as BlockchainNamespace, cv as SdkVerificationOutput, bN as WorkflowSessionId, eS as _defineProperty, dp as QrCodeLinkWithSchemaType, eP as CredentialType } from './identity-api.schema-01880e1c.esm.mjs';
4
4
 
5
5
  // based on https://tech-doc.api.scorechain.com/
6
6
  var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
@@ -1,4 +1,5 @@
1
1
  import { z } from "zod";
2
+ export * from "./data-links/index.js";
2
3
  export type DataLinkVersion = "v1";
3
4
  export declare const allDataLinkVersions: readonly ["v1"];
4
5
  export declare const DataLinkVersionZodSchema: z.ZodEnum<["v1"]>;
@@ -1 +1 @@
1
- {"version":3,"file":"data-link.schema.d.ts","sourceRoot":"../../../../src/vault","sources":["data-link.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC;AACnC,eAAO,MAAM,mBAAmB,iBAAkB,CAAC;AACnD,eAAO,MAAM,wBAAwB,mBAA8B,CAAC;AAEpE,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;AAC7D,eAAO,MAAM,gBAAgB,4CAA6C,CAAC;AAC3E,eAAO,MAAM,qBAAqB,8CAA2B,CAAC"}
1
+ {"version":3,"file":"data-link.schema.d.ts","sourceRoot":"../../../../src/vault","sources":["data-link.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,sCAA6B;AAE7B,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC;AACnC,eAAO,MAAM,mBAAmB,iBAAkB,CAAC;AACnD,eAAO,MAAM,wBAAwB,mBAA8B,CAAC;AAEpE,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;AAC7D,eAAO,MAAM,gBAAgB,4CAA6C,CAAC;AAC3E,eAAO,MAAM,qBAAqB,8CAA2B,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { z } from "zod";
2
- import type { GetObjectSubType, Paths } from "./object-path.js";
2
+ import type { GetObjectSubType } from "./object-path.js";
3
3
  import type { Prettify } from "./type-util.js";
4
4
  export declare const DataLinkVersionZodSchema: z.ZodLiteral<"v1">;
5
5
  export type DataLinkVersion = "v1";
@@ -53,11 +53,5 @@ export type EmbeddedLinkDataType<TSchema, TPath extends string> = GetObjectSubTy
53
53
  export type DataLink<TSchema, TSchemaId extends string, TPath extends string, TAvailableKeysBySchemaIdAndPath extends PointerKeyMap<TPath>, TAvailableQueriesBySchemaIdAndPath extends SearchLinkQueryMap<TPath>> = PointerLink<TSchema, TSchemaId, TPath, TAvailableKeysBySchemaIdAndPath> | SearchLink<TSchema, TSchemaId, TPath, TAvailableQueriesBySchemaIdAndPath> | EmbeddedLink<TSchema, TSchemaId, TPath>;
54
54
  type ErrorCannotInferLinkDataType = never;
55
55
  export type DataLinkDataType<TSchema, TPath extends string, TLinkType extends DataLinkType> = Prettify<TLinkType extends "pointer" ? PointerLinkDataType<TSchema, TPath> : TLinkType extends "search" ? SearchLinkDataType<TSchema, TPath> : TLinkType extends "embedded" ? EmbeddedLinkDataType<TSchema, TPath> : ErrorCannotInferLinkDataType>;
56
- /**
57
- * Type guards
58
- */
59
- export declare function isPointerLink<TSchema, TSchemaId extends string, TPath extends string, TAvailableKeysBySchemaIdAndPath extends PointerKeyMap<TPath>, TAvailableQueriesBySchemaIdAndPath extends SearchLinkQueryMap<TPath>>(dataLink: DataLink<TSchema, TSchemaId, TPath, TAvailableKeysBySchemaIdAndPath, TAvailableQueriesBySchemaIdAndPath>): dataLink is PointerLink<TSchema, TSchemaId, TPath, TAvailableKeysBySchemaIdAndPath>;
60
- export declare function isEmbeddedLink<TSchema extends Record<string, any>, TSchemaId extends keyof TSchema = keyof TSchema, TPath extends string = Paths<TSchema>>(dataLink: DataLink<TSchema, TSchemaId & string, TPath, any, any>): dataLink is EmbeddedLink<TSchema, TSchemaId & string, TPath>;
61
- export declare function isSearchLink<TSchema, TSchemaId extends string, TPath extends string, TAvailableQueriesBySchemaIdAndPath extends SearchLinkQueryMap<TPath>>(dataLink: DataLink<TSchema, TSchemaId, TPath, any, TAvailableQueriesBySchemaIdAndPath>): dataLink is SearchLink<TSchema, TSchemaId, TPath, TAvailableQueriesBySchemaIdAndPath>;
62
56
  export {};
63
- //# sourceMappingURL=data-links.d.ts.map
57
+ //# sourceMappingURL=data-links.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-links.schema.d.ts","sourceRoot":"../../../../../src/vault/data-links","sources":["data-links.schema.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,6 @@
1
+ export * from "./data-links.schema.js";
2
+ export * from "./metadata-links.schema.js";
3
+ export * from "./object-path.js";
4
+ export * from "./type-util.js";
5
+ export * from "./zod-utils.js";
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"../../../../../src/vault/data-links","sources":["index.ts"],"names":[],"mappings":"AAAA,uCAAoC;AACpC,2CAAwC;AACxC,iCAA8B;AAC9B,+BAA4B;AAC5B,+BAA4B"}
@@ -0,0 +1,16 @@
1
+ import type { DataLinkVersion } from "../data-link.schema.js";
2
+ import type { PointerLinkDataType } from "./data-links.schema.js";
3
+ import type { Prettify } from "./type-util.js";
4
+ /**
5
+ * MetadataLink
6
+ *
7
+ * A link to a specific property in the schema.
8
+ * By construction, a data link is a metadata link.
9
+ */
10
+ export type MetadataLink<TSchemaId extends string, TPath extends string> = {
11
+ version: DataLinkVersion;
12
+ schema: TSchemaId;
13
+ path: TPath;
14
+ };
15
+ export type MetadataLinkDataType<TSchema, TPath extends string> = Prettify<PointerLinkDataType<TSchema, TPath>>;
16
+ //# sourceMappingURL=metadata-links.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metadata-links.schema.d.ts","sourceRoot":"../../../../../src/vault/data-links","sources":["metadata-links.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,+BAA4B;AAC3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,+BAA4B;AAC/D,OAAO,KAAK,EAAE,QAAQ,EAAE,uBAAoB;AAE5C;;;;;GAKG;AACH,MAAM,MAAM,YAAY,CAAC,SAAS,SAAS,MAAM,EAAE,KAAK,SAAS,MAAM,IAAI;IACzE,OAAO,EAAE,eAAe,CAAC;IACzB,MAAM,EAAE,SAAS,CAAC;IAClB,IAAI,EAAE,KAAK,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,oBAAoB,CAAC,OAAO,EAAE,KAAK,SAAS,MAAM,IAAI,QAAQ,CACxE,mBAAmB,CAAC,OAAO,EAAE,KAAK,CAAC,CACpC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object-path.d.ts","sourceRoot":"../../../../../src/vault/data-links","sources":["object-path.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,MAAM,CAAC;AAC7B,MAAM,MAAM,SAAS,GAAG,GAAG,CAAC;AAE5B,KAAK,sBAAsB,CAAC,CAAC,SAAS,MAAM,IAC1C,CAAC,SAAS,GAAG,SAAS,GAAG,MAAM,IAAI,EAAE,GAAG,sBAAsB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAE3E,KAAK,SAAS,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,IAAI,CAAC,EAAE,GACxC,IAAI,MAAM,IAAI,SAAS,GAAG,KAAK,CAAC,IAAI,CAAC,EAAE,GACvC,CAAC,SAAS,MAAM,GACd;KACG,CAAC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,GAChC,GAAG,SAAS,GAAG,CAAC,EAAE,GAClB,CAAC,GAAG,CAAC,EAAE,SAAS,GAAG,MAAM,EAAE,GACvB,IAAI,CAAC,GAAG,GACR,KAAK,CAAC,GAAG,EAAE,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE;CACxC,CAAC,CAAC,MAAM,GAAG,MAAM,CAAC,GAAG,MAAM,CAAC,CAAC,GAC9B,KAAK,CAAC;AAEZ,MAAM,MAAM,KAAK,CAAC,CAAC,IAAI,sBAAsB,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;AAI5D,MAAM,MAAM,gBAAgB,CAC1B,IAAI,EACJ,KAAK,SAAS,MAAM,IAClB,KAAK,SAAS,MAAM,WAAW,CAAC,IAAI,CAAC,GACrC,WAAW,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,GACxB,KAAK,SAAS,GAAG,MAAM,KAAK,GAAG,SAAS,GAAG,MAAM,IAAI,EAAE,GACrD,KAAK,SAAS,MAAM,WAAW,CAAC,IAAI,CAAC,GACnC,gBAAgB,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,GAChD,KAAK,GACP,KAAK,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type-util.d.ts","sourceRoot":"../../../../../src/vault/data-links","sources":["type-util.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,MAAM,MAAM,QAAQ,CAAC,CAAC,IAAI;KACvB,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACrB,GAAG,EAAE,CAAC;AAEP,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,MAAM,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAChE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zod-utils.d.ts","sourceRoot":"../../../../../src/vault/data-links","sources":["zod-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,sBAAsB,WAAY,CAAC,CAAC,SAAS,CAAC,GAAG,CAAC,KAAG,MAAM,EAoCvE,CAAC;AAGF,KAAK,MAAM,GAAG;IACZ,KAAK,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,uBAAuB,kCAIjC;IACD,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,CAAC,CAAC,YAAY,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC;CACd,KAAG,CAAC,CAAC,UAAU,GAAG,IAyDlB,CAAC;AAEF,eAAO,MAAM,sBAAsB,iCAIhC;IACD,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,CAAC,CAAC,YAAY,CAAC;IAC1B,IAAI,EAAE,MAAM,CAAC;CACd,KAAG,CAAC,CAAC,UAAU,GAAG,IAYlB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { z } from "zod";
2
- import type { DataLink, DataLinkDataType, EmbeddedLink, EmbeddedLinkDataType, MetadataLink, Paths, PointerLink, PointerLinkDataType, SearchLink, SearchLinkDataType } from "../data-links-temp/index.js";
2
+ import type { DataLink, DataLinkDataType, EmbeddedLink, EmbeddedLinkDataType, MetadataLink, Paths, PointerLink, PointerLinkDataType, SearchLink, SearchLinkDataType } from "./data-links/index.js";
3
3
  import CustomerJsonSchema from "./schemas/generated/Customer.schema.json.js";
4
4
  import type CustomerType from "./schemas/generated/Customer.type.js";
5
5
  import KycSessionJsonSchema from "./schemas/generated/KycSession.schema.json.js";
@@ -1 +1 @@
1
- {"version":3,"file":"vault.schema.d.ts","sourceRoot":"../../../../src/vault","sources":["vault.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EACV,QAAQ,EACR,gBAAgB,EAChB,YAAY,EACZ,oBAAoB,EACpB,YAAY,EACZ,KAAK,EACL,WAAW,EACX,mBAAmB,EACnB,UAAU,EACV,kBAAkB,EACnB,oCAA2B;AAI5B,OAAO,kBAAkB,oDAAiD;AAC1E,OAAO,KAAK,YAAY,6CAA0C;AAClE,OAAO,oBAAoB,sDAAmD;AAC9E,OAAO,KAAK,cAAc,+CAA4C;AACtE,OAAO,qBAAqB,uDAAoD;AAChF,OAAO,KAAK,eAAe,gDAA6C;AAIxE,eAAO,MAAM,gBAAgB;;;;CAI5B,CAAC;AACF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
1
+ {"version":3,"file":"vault.schema.d.ts","sourceRoot":"../../../../src/vault","sources":["vault.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,OAAO,KAAK,EACV,QAAQ,EACR,gBAAgB,EAChB,YAAY,EACZ,oBAAoB,EACpB,YAAY,EACZ,KAAK,EACL,WAAW,EACX,mBAAmB,EACnB,UAAU,EACV,kBAAkB,EACnB,8BAAqB;AAEtB,OAAO,kBAAkB,oDAAiD;AAC1E,OAAO,KAAK,YAAY,6CAA0C;AAClE,OAAO,oBAAoB,sDAAmD;AAC9E,OAAO,KAAK,cAAc,+CAA4C;AACtE,OAAO,qBAAqB,uDAAoD;AAChF,OAAO,KAAK,eAAe,gDAA6C;AAIxE,eAAO,MAAM,gBAAgB;;;;CAI5B,CAAC;AACF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var vault_schema = require('./vault.schema-2048f78f.cjs.dev.cjs');
4
- var identityApi_schema = require('./identity-api.schema-6c031e65.cjs.dev.cjs');
3
+ var vault_schema = require('./vault.schema-bce4b304.cjs.dev.cjs');
4
+ var identityApi_schema = require('./identity-api.schema-f4d1d9f8.cjs.dev.cjs');
5
5
 
6
6
  var VC_JSON_SCHEMA_MAP = {
7
7
  ProofOfResidence: {
@@ -1,5 +1,5 @@
1
- import { aR as _toConsumableArray } from './vault.schema-5cdddf4f.esm.mjs';
2
- import { dJ as SupportedType, dC as NUMERIC_OPERATORS, dy as ARRAY_OPERATORS, dE as BOOLEAN_OPERATORS, dA as STRING_OPERATORS } from './identity-api.schema-65cbc9ef.esm.mjs';
1
+ import { aV as _toConsumableArray } from './vault.schema-789028ce.esm.mjs';
2
+ import { dJ as SupportedType, dC as NUMERIC_OPERATORS, dy as ARRAY_OPERATORS, dE as BOOLEAN_OPERATORS, dA as STRING_OPERATORS } from './identity-api.schema-01880e1c.esm.mjs';
3
3
 
4
4
  var VC_JSON_SCHEMA_MAP = {
5
5
  ProofOfResidence: {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var vault_schema = require('./vault.schema-33b925bb.cjs.prod.cjs');
4
- var identityApi_schema = require('./identity-api.schema-67b0ee5c.cjs.prod.cjs');
3
+ var vault_schema = require('./vault.schema-666eefd8.cjs.prod.cjs');
4
+ var identityApi_schema = require('./identity-api.schema-a0ad7c7b.cjs.prod.cjs');
5
5
 
6
6
  var VC_JSON_SCHEMA_MAP = {
7
7
  ProofOfResidence: {
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { Q as IDImageCredentialSubjectSchema, T as ProofOfResidenceCredentialSubjectSchema, S as SelfieImageCredentialSubjectSchema, P as IDInformationCredentialSubjectSchema, N as OLD_AMLScreeningsResultsCredentialSubjectSchema, E as ID3CredentialSubjectSchema, F as IDScanCredentialSubjectSchema, H as IDScanSelfieCredentialSubjectSchema, G as IDScanPassportCredentialSubjectSchema, aM as VaultMetadataLinkZodSchema, U as GenericVerifiableCredentialSchema, v as CustomerStatus } from './vault.schema-5cdddf4f.esm.mjs';
2
+ import { Q as IDImageCredentialSubjectSchema, T as ProofOfResidenceCredentialSubjectSchema, S as SelfieImageCredentialSubjectSchema, P as IDInformationCredentialSubjectSchema, N as OLD_AMLScreeningsResultsCredentialSubjectSchema, E as ID3CredentialSubjectSchema, F as IDScanCredentialSubjectSchema, H as IDScanSelfieCredentialSubjectSchema, G as IDScanPassportCredentialSubjectSchema, aQ as VaultMetadataLinkZodSchema, U as GenericVerifiableCredentialSchema, v as CustomerStatus } from './vault.schema-789028ce.esm.mjs';
3
3
  import { nanoid } from 'nanoid';
4
4
 
5
5
  function _toPrimitive(t, r) {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var vault_schema = require('./vault.schema-33b925bb.cjs.prod.cjs');
4
+ var vault_schema = require('./vault.schema-666eefd8.cjs.prod.cjs');
5
5
  var nanoid = require('nanoid');
6
6
 
7
7
  function _toPrimitive(t, r) {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- var vault_schema = require('./vault.schema-2048f78f.cjs.dev.cjs');
4
+ var vault_schema = require('./vault.schema-bce4b304.cjs.dev.cjs');
5
5
  var nanoid = require('nanoid');
6
6
 
7
7
  function _toPrimitive(t, r) {
@@ -2,12 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-6c031e65.cjs.dev.cjs');
6
- var vault_schema = require('./vault.schema-2048f78f.cjs.dev.cjs');
5
+ var identityApi_schema = require('./identity-api.schema-f4d1d9f8.cjs.dev.cjs');
6
+ var vault_schema = require('./vault.schema-bce4b304.cjs.dev.cjs');
7
7
  var zod = require('zod');
8
- var frontendUtilities_schema = require('./frontend-utilities.schema-7532d8f3.cjs.dev.cjs');
8
+ var frontendUtilities_schema = require('./frontend-utilities.schema-92d876ae.cjs.dev.cjs');
9
9
  require('nanoid');
10
- require('remeda');
11
10
  require('decimal.js');
12
11
 
13
12
  var decodeUint8Array = function decodeUint8Array(data) {
@@ -529,6 +528,7 @@ exports.RiskScoreType = vault_schema.RiskScoreType;
529
528
  exports.RiskScoreTypes = vault_schema.RiskScoreTypes;
530
529
  exports.SelfieImageCredentialSchema = vault_schema.SelfieImageCredentialSchema;
531
530
  exports.SelfieImageCredentialSubjectSchema = vault_schema.SelfieImageCredentialSubjectSchema;
531
+ exports.Separator = vault_schema.Separator;
532
532
  exports.TRANSACTIONS_STATS_CURRENCIES = vault_schema.TRANSACTIONS_STATS_CURRENCIES;
533
533
  exports.TRANSACTION_CHARTS = vault_schema.TRANSACTION_CHARTS;
534
534
  exports.TRANSACTION_TABLE_COLUMNS = vault_schema.TRANSACTION_TABLE_COLUMNS;
@@ -570,8 +570,11 @@ exports.allDataLinkVersions = vault_schema.allDataLinkVersions;
570
570
  exports.compareRiskScores = vault_schema.compareRiskScores;
571
571
  exports.countryISO2toISO3Mapping = vault_schema.countryISO2toISO3Mapping;
572
572
  exports.countryISO3toISO2Mapping = vault_schema.countryISO3toISO2Mapping;
573
+ exports.generateZodObjectPaths = vault_schema.generateZodObjectPaths;
573
574
  exports.isoCountriesNameFromISO2 = vault_schema.isoCountriesNameFromISO2;
574
575
  exports.parseISO3CountryCode = vault_schema.parseISO3CountryCode;
576
+ exports.resolvePathOnDataSchema = vault_schema.resolvePathOnDataSchema;
577
+ exports.resolvePathOnMapSchema = vault_schema.resolvePathOnMapSchema;
575
578
  exports.VC_JSON_SCHEMA_MAP = frontendUtilities_schema.VC_JSON_SCHEMA_MAP;
576
579
  exports.cleanObject = frontendUtilities_schema.cleanObject;
577
580
  exports.getAvailableFields = frontendUtilities_schema.getAvailableFields;
@@ -2,12 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-67b0ee5c.cjs.prod.cjs');
6
- var vault_schema = require('./vault.schema-33b925bb.cjs.prod.cjs');
5
+ var identityApi_schema = require('./identity-api.schema-a0ad7c7b.cjs.prod.cjs');
6
+ var vault_schema = require('./vault.schema-666eefd8.cjs.prod.cjs');
7
7
  var zod = require('zod');
8
- var frontendUtilities_schema = require('./frontend-utilities.schema-e299aaef.cjs.prod.cjs');
8
+ var frontendUtilities_schema = require('./frontend-utilities.schema-d23b92dd.cjs.prod.cjs');
9
9
  require('nanoid');
10
- require('remeda');
11
10
  require('decimal.js');
12
11
 
13
12
  var decodeUint8Array = function decodeUint8Array(data) {
@@ -529,6 +528,7 @@ exports.RiskScoreType = vault_schema.RiskScoreType;
529
528
  exports.RiskScoreTypes = vault_schema.RiskScoreTypes;
530
529
  exports.SelfieImageCredentialSchema = vault_schema.SelfieImageCredentialSchema;
531
530
  exports.SelfieImageCredentialSubjectSchema = vault_schema.SelfieImageCredentialSubjectSchema;
531
+ exports.Separator = vault_schema.Separator;
532
532
  exports.TRANSACTIONS_STATS_CURRENCIES = vault_schema.TRANSACTIONS_STATS_CURRENCIES;
533
533
  exports.TRANSACTION_CHARTS = vault_schema.TRANSACTION_CHARTS;
534
534
  exports.TRANSACTION_TABLE_COLUMNS = vault_schema.TRANSACTION_TABLE_COLUMNS;
@@ -570,8 +570,11 @@ exports.allDataLinkVersions = vault_schema.allDataLinkVersions;
570
570
  exports.compareRiskScores = vault_schema.compareRiskScores;
571
571
  exports.countryISO2toISO3Mapping = vault_schema.countryISO2toISO3Mapping;
572
572
  exports.countryISO3toISO2Mapping = vault_schema.countryISO3toISO2Mapping;
573
+ exports.generateZodObjectPaths = vault_schema.generateZodObjectPaths;
573
574
  exports.isoCountriesNameFromISO2 = vault_schema.isoCountriesNameFromISO2;
574
575
  exports.parseISO3CountryCode = vault_schema.parseISO3CountryCode;
576
+ exports.resolvePathOnDataSchema = vault_schema.resolvePathOnDataSchema;
577
+ exports.resolvePathOnMapSchema = vault_schema.resolvePathOnMapSchema;
575
578
  exports.VC_JSON_SCHEMA_MAP = frontendUtilities_schema.VC_JSON_SCHEMA_MAP;
576
579
  exports.cleanObject = frontendUtilities_schema.cleanObject;
577
580
  exports.getAvailableFields = frontendUtilities_schema.getAvailableFields;
@@ -1,10 +1,9 @@
1
- import { C as CredentialTypes } from './identity-api.schema-65cbc9ef.esm.mjs';
2
- export { V as ACTIVE_APTOS_CHAIN_IDS, L as ACTIVE_BITCOIN_CHAIN_IDS, a5 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, $ as ACTIVE_POLKADOT_CHAIN_IDS, F as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, U as APTOS_CHAIN_IDS, Q as APTOS_CHAIN_NAMES, R as APTOS_CHAIN_NAMES_LIST, dy as ARRAY_OPERATORS, df as AUTHORIZATION_REQUEST_MESSAGE_TYPES, c9 as AVAILABLE_FLOWS, cA as AbbreviatedWorkflowScenario, bw as ActionId, bk as ActionPrefix, ez as AdditionalCustomerInformationParams, aa as AddressSchema, dL as AllCredentialValues, ej as AllScenarioExecutionAuthorizationData, eb as AnyTxAuthDataSignatureResponse, ee as AnyTxAuthInputJsSdk, e4 as ApiTezosTxAuthInput, e0 as ApiTxAuthInput, br as AppId, a$ as AppPrefix, ad as AptosAddress, W as AptosChainId, aF as AptosSignature, dz as ArrayOperator, dn as AuthQrCodeData, cV as AuthSession, cW as AuthSessionData, di as AuthorizationRequestMessage, dh as AuthorizationRequestMessageType, dg as AuthorizationRequestMessageTypes, dl as AuthorizationResponseMessage, ca as AvailableFlow, K as BITCOIN_CHAIN_IDS, I as BITCOIN_CHAIN_NAMES, J as BITCOIN_CHAIN_NAMES_LIST, av as BLOCKCHAIN_NAMESPACES, az as BLOCKCHAIN_NAMESPACES_NAMES, aD as BLOCKCHAIN_NAMESPACE_TO_NAME, aC as BLOCKCHAIN_NAME_TO_NAMESPACE, dE as BOOLEAN_OPERATORS, cm as BackwardsCompatibleScenarioType, cl as BackwardsCompatibleScenarioTypes, cn as BaseQueryResponse, ar as BitcoinAddress, an as BitcoinBech32Address, M as BitcoinChainId, al as BitcoinP2PKHAddress, am as BitcoinP2SHAddress, aq as BitcoinTestnetBech32Address, ao as BitcoinTestnetP2PKHAddress, ap as BitcoinTestnetP2SHAddress, as as BlockchainAddress, B as BlockchainId, aw as BlockchainNamespace, aO as BlockchainSignature, dF as BooleanOperator, a4 as CARDANO_CHAIN_IDS, a2 as CARDANO_CHAIN_NAMES, a3 as CARDANO_CHAIN_NAMES_LIST, dc as CIRCUIT_IDS, k as COSMOS_CHAIN_IDS, i as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, ak as CardanoAddress, a6 as CardanoChainId, aN as CardanoSignature, bs as ChallengeId, b0 as ChallengePrefix, cX as ChallengeResponse, dd as CircuitId, bT as CloseScreenNotification, cD as ComplianceImplementationStepsInput, ag as CosmosAddress, m as CosmosChainId, aI as CosmosSignature, ei as CreateAuthRequestProps, cC as CreateTemplateScenario, eR as CredentialMediaType, eM as CredentialNames, dm as CredentialQrCodeData, eL as CredentialSchemas, eP as CredentialType, C as CredentialTypes, eD as CustomerId, bu as CustomerScreeningId, b2 as CustomerScreeningPrefix, dG as DATE_OPERATORS, aA as DISPLAYED_BLOCKCHAIN_NAMESPACES, cb as DataAvailableOnStart, dH as DateOperator, aB as DisplayedBlockchainNamespace, aE as EIP155Signature, aR as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aJ as EdSignature, ec as Eip155TxAuthInputJsSdk, bp as EmailId, aZ as EmailPrefix, aS as EnvironmentSchema, g as EvmChainId, cp as ExecuteQueryResponse, ea as ExtendedTezosTxAuthDataSignatureResponse, e8 as ExtendedTezosTxAuthInput, e9 as ExtendedTxAuthDataSignatureResponse, e7 as ExtendedTxAuthInput, eF as ExternalCustomerId, eo as FLOW_TYPES, ep as FlowType, aP as FunctionCallData, cU as GenerateWalletChallengeRequest, cF as GetCredentialsRequest, cG as GetCredentialsResponse, c_ as GetCustomerStatusRequest, d3 as GetCustomerStatusResponse, e6 as GetTezosTxAuthDataSignatureResponse, e2 as GetTxAuthDataSignatureResponse, cO as GetTxAuthSigRequest, cQ as GetTxAuthSigRequestTezos, cP as GetTxAuthSigResponse, cR as GetTxAuthSigResponseTezos, au as HexadecimalSchema, d6 as HostMessage, cS as HostRequestMessage, cf as HostResponseMessage, es as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, eu as IDENTITY_DOCUMENT_OPTIONS, ey as Identifier, d4 as IdentityAppMessage, eH as IdentityAppV2Web2JWT, eG as IdentityAppV2Web3JWT, et as IdentityDocumentCountryListOption, ev as IdentityDocumentOptionsType, bo as IdentityId, d7 as IdentityMessage, c3 as IdentityNotificationMessage, aY as IdentityPrefix, c8 as IdentityRequestMessage, cT as IdentityResponseMessage, c$ as IdentitySdkMessage, d0 as IdentitySdkMessageWithIdentifier, d5 as IdentityWallet, eE as IdentityWidgetAccessToken, eI as IdentityWidgetAccessToken_NEW, eJ as IdentityWidgetSessionToken, c4 as InitialDataRequest, cc as InitialDataResponse, bI as InstitutionExtractedInfosId, bf as InstitutionExtractedInfosPrefix, bH as InstitutionId, be as InstitutionPrefix, aW as IpAddress, b$ as IsVerifiedNotification, cM as IsVerifiedRequest, cN as IsVerifiedResponse, bU as KycCompletionData, bV as KycCompletionNotification, bL as ListId, bi as ListPrefix, da as MediaType, db as MediaTypePID, bQ as MemberId, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, O as NEXERA_APTOS_CHAINS, H as NEXERA_BITCOIN_CHAINS, a1 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, X as NEXERA_POLKADOT_CHAINS, x as NEXERA_SOLANA_CHAINS, t as NEXERA_STARKNET_CHAINS, v as NEXERA_STARKNET_CHAIN_IDS, u as NEXERA_STARKNET_CHAIN_NAMES, n as NEXERA_TEZOS_CHAINS, q as NEXERA_TEZOS_CHAIN_IDS, o as NEXERA_TEZOS_CHAIN_NAMES, p as NEXERA_TEZOS_CHAIN_NAMES_LIST, dC as NUMERIC_OPERATORS, eN as NexeraCredentialType, e as NexeraEvmChains, N as NonTestnetBlockchainId, dD as NumericOperator, dR as OLD_CHALLENGE_QUERY_OPERATORS, dS as OLD_ChallengeQueryOperator, dV as OLD_ChallengeQueryOperatorToOperator, dQ as OLD_ChallengeQuerySchema, dX as OLD_QueryCredentialType, dW as OLD_QueryCredentialTypes, du as OPERATORS, c1 as OcvSdkInitialized, bX as OffChainScenarioExecutionData, co as OffChainZKPRuleResult, bY as OnChainScenarioExecutionData, dv as Operator, dT as OperatorMappings, dU as OperatorToOLD_ChallengeQueryOperator, eA as OrganizationId, aU as OtpCode, aL as P2Signature, ew as PERSONAL_INFORMATION_FIELDS, _ as POLKADOT_CHAIN_IDS, Y as POLKADOT_CHAIN_NAMES, Z as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aV as PUBLIC_SERVICES_SCHEMA_MAP, dP as PartialQueryConfigSimplified, ex as PersonalInformationFieldsIdentityDocuments, af as PolkadotAddress, a0 as PolkadotChainId, aH as PolkadotSignature, c0 as PolygonIdInitialized, cI as PolygonIdRequest, cH as PolygonIdRequestData, cK as PolygonIdResponse, cJ as PolygonIdResponseData, s as PolygonNetworkNames, eh as PrivacyPreservingMonitoring, a8 as PrivateKey, dj as ProofData, a9 as PublicKey, ds as QUERY_LOGIC_OPERATOR, dp as QrCodeLinkWithSchemaType, dN as QueryConfigSimplified, bM as QueryId, dt as QueryLogicOperator, bj as QueryPrefix, dM as QueryType, d8 as RequiredDataRowSchema, d9 as RequiredVerificationData, cq as RuleEngineResponse, bW as RuleEngineScenarioExecutionData, dO as RuleResultQueryConfig, ct as RuleResultStatus, cu as RuleResultStatusLabels, cs as RuleResultStatuses, ek as SCENARIO_AUTHORIZATION_STATUSES, D as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, dA as STRING_OPERATORS, ax as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, dI as SUPPORTED_TYPES, cz as Scenario, bR as ScenarioAuthorizationData, el as ScenarioAuthorizationStatus, bZ as ScenarioExecutionData, b_ as ScenarioExecutionNotification, cr as ScenarioExecutionResponse, bK as ScenarioId, bh as ScenarioPrefix, ck as ScenarioSchema, cj as ScenarioStatus, ci as ScenarioStatuses, ch as ScenarioType, cg as ScenarioTypes, cv as SdkVerificationOutput, bS as SdkVerificationResponseSchema, c7 as SendTransactionRequest, c5 as SignatureRequest, cd as SignatureResponse, cE as SimplifiedCredential, G as SolanaChainId, aK as SpSignature, ae as StarknetAddress, S as StarknetChainId, aG as StarknetSignature, c2 as StartCompletedNotification, cL as StartFlowRequest, bn as StorageId, aX as StoragePrefix, at as String0x, dB as StringOperator, ay as SupportedBlockchainNamespaceForSignatureAuth, dJ as SupportedType, dK as SupportedTypes, bv as TagId, b3 as TagPrefix, bx as TagsToTransactionReviewsId, b4 as TagsToTransactionReviewsPrefix, cB as TemplateScenario, bt as TestId, b1 as TestPrefix, aj as TezosAddress, T as TezosChainId, ai as TezosContractAddress, aQ as TezosEntrypointName, ah as TezosImplicitAddress, aM as TezosSignature, e3 as TezosTxAuthInput, ed as TezosTxAuthInputJsSdk, e5 as TezosTxSignatureResponse, by as TransactionAddressesId, b5 as TransactionAddressesPrefix, bJ as TransactionAmountId, bg as TransactionAmountPrefix, c6 as TransactionData, bE as TransactionExtractedInfosId, bb as TransactionExtractedInfosPrefix, bA as TransactionFeesId, b7 as TransactionFeesPrefix, bz as TransactionId, bD as TransactionInfosId, ba as TransactionInfosPrefix, bG as TransactionMethodExtractedInfosId, bd as TransactionMethodExtractedInfosPrefix, bF as TransactionMethodsId, bc as TransactionMethodsPrefix, bC as TransactionPartiesId, b9 as TransactionPartiesPrefix, b6 as TransactionPrefix, ce as TransactionResponse, bB as TransactionReviewId, b8 as TransactionReviewPrefix, d2 as TxAuthDataSignatureGatingError, cZ as TxAuthDataSignatureGatingRequest, d1 as TxAuthDataSignatureResponse, d$ as TxAuthInput, ab as TxHash, e1 as TxSignatureResponse, aT as UuidString, eQ as VerifiableCredential, er as VerificationMode, eq as VerificationModes, cy as VerificationOutput, cx as VerificationSessionStatus, cw as VerificationSessionStatuses, en as VerifyWalletChallengeRequest, bq as WalletId, a_ as WalletPrefix, cY as WalletSignResponse, em as WalletSignatureResponse, eK as Web2CreateSessionParams, eC as WorkflowId, bO as WorkflowSessionAttributeId, bl as WorkflowSessionAttributePrefix, bN as WorkflowSessionId, eB as WorkspaceId, dw as ZKPOperator, ef as ZKPRequest, eg as ZKPRequestFromZKVerifier, de as ZeroKnowledgeProofRequest, dk as ZeroKnowledgeProofResponse, bm as createBrandedSchemaId, bP as generateId, eO as getCredentialName, dZ as getOldCredentialPath, dY as getOldCredentialType, a7 as isValidAddress, d_ as oldCredentialPathToDataLink, dx as operatorDisplayMap, dq as parseIden3Message, dr as parseSessionIdFromUrl, ac as shortBlockchainAddress } from './identity-api.schema-65cbc9ef.esm.mjs';
3
- export { A as ALPHA_2_COUNTRIES, d as Alpha2Country, B as BasicCustomerContactInformation, w as CUSTOMERS_CHARTS, D as CUSTOMER_AUTOMATION_REASONS, y as CUSTOMER_TABLE_COLUMNS, c as CryptoCode, b as CryptoCodes, a as CurrencyCode, C as CurrencyCodes, t as CustomerOnboardingLevel, s as CustomerOnboardingLevels, v as CustomerStatus, u as CustomerStatuses, z as CustomerTableColumn, n as CustomerType, m as CustomerTypes, x as CustomersChartType, az as DEFAULT_FIAT_CURRENCY, aF as DataLinkTypeZodSchema, aD as DataLinkVersionZodSchema, aQ as GenericVaultDataLinkZodSchema, aP as GenericVaultEmbeddedLinkZodSchema, aN as GenericVaultPointerLinkZodSchema, aO as GenericVaultSearchLinkZodSchema, U as GenericVerifiableCredentialSchema, ak as HumanReadableTransactionReviewStatus, aj as HumanReadableTransactionReviewStatuses, am as HumanReadableTransactionStatusMapping, _ as ID3CredentialSchema, E as ID3CredentialSubjectSchema, X as IDImageCredentialSchema, Q as IDImageCredentialSubjectSchema, V as IDInformationCredentialSchema, P as IDInformationCredentialSubjectSchema, $ as IDScanCredentialSchema, F as IDScanCredentialSubjectSchema, a0 as IDScanPassportCredentialSchema, G as IDScanPassportCredentialSubjectSchema, a1 as IDScanSelfieCredentialSchema, H as IDScanSelfieCredentialSubjectSchema, I as ISO3CountryCode, r as KybOnboardingLevel, q as KybOnboardingLevels, o as KycOnboardingLevel, K as KycOnboardingLevels, a6 as OLD_AMLScreeningsResultsCredentialSchema, N as OLD_AMLScreeningsResultsCredentialSubjectSchema, a2 as OLD_IDImageCredentialSchema, O as OLD_IDImageCredentialSubjectSchema, a3 as OLD_IDInformationCredentialSchema, J as OLD_IDInformationCredentialSubjectSchema, a4 as OLD_ProofOfResidenceCredentialSchema, L as OLD_ProofOfResidenceCredentialSubjectSchema, a5 as OLD_SelfieImageCredentialSchema, M as OLD_SelfieImageCredentialSubjectSchema, au as PaymentType, at as PaymentTypes, Z as ProofOfResidenceCredentialSchema, T as ProofOfResidenceCredentialSubjectSchema, g as RiskScoreType, R as RiskScoreTypes, Y as SelfieImageCredentialSchema, S as SelfieImageCredentialSubjectSchema, aA as TRANSACTIONS_STATS_CURRENCIES, a7 as TRANSACTION_CHARTS, a9 as TRANSACTION_TABLE_COLUMNS, ay as TransactionAmountsFieldName, ax as TransactionAmountsFieldNames, aq as TransactionCurrencyCode, ap as TransactionCurrencyCodes, ao as TransactionDirection, an as TransactionDirections, aw as TransactionPartiesType, av as TransactionPartiesTypes, as as TransactionProvider, ar as TransactionProviders, ai as TransactionReviewStatus, ah as TransactionReviewStatuses, ag as TransactionRiskLevel, af as TransactionRiskLevels, aB as TransactionStatsCurrency, al as TransactionStatusMapping, aa as TransactionTableColumn, ac as TransactionType, ae as TransactionTypeWithAll, ab as TransactionTypes, ad as TransactionTypesWithAll, a8 as TransactionsChartType, aG as VaultJsonSchemas, aM as VaultMetadataLinkZodSchema, aK as VaultPointerKeyMapZodSchema, aL as VaultQueryMapZodSchema, aI as VaultSchemaIdZodSchema, aJ as VaultSchemaPathsZodSchema, aH as VaultZodSchema, l as WalletRiskScoreProvider, k as WalletRiskScoreProviders, h as WalletRiskScoreType, W as WalletRiskScoreTypes, aE as allDataLinkTypes, aC as allDataLinkVersions, j as compareRiskScores, f as countryISO2toISO3Mapping, e as countryISO3toISO2Mapping, i as isoCountriesNameFromISO2, p as parseISO3CountryCode } from './vault.schema-5cdddf4f.esm.mjs';
1
+ import { C as CredentialTypes } from './identity-api.schema-01880e1c.esm.mjs';
2
+ export { V as ACTIVE_APTOS_CHAIN_IDS, L as ACTIVE_BITCOIN_CHAIN_IDS, a5 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, $ as ACTIVE_POLKADOT_CHAIN_IDS, F as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, U as APTOS_CHAIN_IDS, Q as APTOS_CHAIN_NAMES, R as APTOS_CHAIN_NAMES_LIST, dy as ARRAY_OPERATORS, df as AUTHORIZATION_REQUEST_MESSAGE_TYPES, c9 as AVAILABLE_FLOWS, cA as AbbreviatedWorkflowScenario, bw as ActionId, bk as ActionPrefix, ez as AdditionalCustomerInformationParams, aa as AddressSchema, dL as AllCredentialValues, ej as AllScenarioExecutionAuthorizationData, eb as AnyTxAuthDataSignatureResponse, ee as AnyTxAuthInputJsSdk, e4 as ApiTezosTxAuthInput, e0 as ApiTxAuthInput, br as AppId, a$ as AppPrefix, ad as AptosAddress, W as AptosChainId, aF as AptosSignature, dz as ArrayOperator, dn as AuthQrCodeData, cV as AuthSession, cW as AuthSessionData, di as AuthorizationRequestMessage, dh as AuthorizationRequestMessageType, dg as AuthorizationRequestMessageTypes, dl as AuthorizationResponseMessage, ca as AvailableFlow, K as BITCOIN_CHAIN_IDS, I as BITCOIN_CHAIN_NAMES, J as BITCOIN_CHAIN_NAMES_LIST, av as BLOCKCHAIN_NAMESPACES, az as BLOCKCHAIN_NAMESPACES_NAMES, aD as BLOCKCHAIN_NAMESPACE_TO_NAME, aC as BLOCKCHAIN_NAME_TO_NAMESPACE, dE as BOOLEAN_OPERATORS, cm as BackwardsCompatibleScenarioType, cl as BackwardsCompatibleScenarioTypes, cn as BaseQueryResponse, ar as BitcoinAddress, an as BitcoinBech32Address, M as BitcoinChainId, al as BitcoinP2PKHAddress, am as BitcoinP2SHAddress, aq as BitcoinTestnetBech32Address, ao as BitcoinTestnetP2PKHAddress, ap as BitcoinTestnetP2SHAddress, as as BlockchainAddress, B as BlockchainId, aw as BlockchainNamespace, aO as BlockchainSignature, dF as BooleanOperator, a4 as CARDANO_CHAIN_IDS, a2 as CARDANO_CHAIN_NAMES, a3 as CARDANO_CHAIN_NAMES_LIST, dc as CIRCUIT_IDS, k as COSMOS_CHAIN_IDS, i as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, ak as CardanoAddress, a6 as CardanoChainId, aN as CardanoSignature, bs as ChallengeId, b0 as ChallengePrefix, cX as ChallengeResponse, dd as CircuitId, bT as CloseScreenNotification, cD as ComplianceImplementationStepsInput, ag as CosmosAddress, m as CosmosChainId, aI as CosmosSignature, ei as CreateAuthRequestProps, cC as CreateTemplateScenario, eR as CredentialMediaType, eM as CredentialNames, dm as CredentialQrCodeData, eL as CredentialSchemas, eP as CredentialType, C as CredentialTypes, eD as CustomerId, bu as CustomerScreeningId, b2 as CustomerScreeningPrefix, dG as DATE_OPERATORS, aA as DISPLAYED_BLOCKCHAIN_NAMESPACES, cb as DataAvailableOnStart, dH as DateOperator, aB as DisplayedBlockchainNamespace, aE as EIP155Signature, aR as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aJ as EdSignature, ec as Eip155TxAuthInputJsSdk, bp as EmailId, aZ as EmailPrefix, aS as EnvironmentSchema, g as EvmChainId, cp as ExecuteQueryResponse, ea as ExtendedTezosTxAuthDataSignatureResponse, e8 as ExtendedTezosTxAuthInput, e9 as ExtendedTxAuthDataSignatureResponse, e7 as ExtendedTxAuthInput, eF as ExternalCustomerId, eo as FLOW_TYPES, ep as FlowType, aP as FunctionCallData, cU as GenerateWalletChallengeRequest, cF as GetCredentialsRequest, cG as GetCredentialsResponse, c_ as GetCustomerStatusRequest, d3 as GetCustomerStatusResponse, e6 as GetTezosTxAuthDataSignatureResponse, e2 as GetTxAuthDataSignatureResponse, cO as GetTxAuthSigRequest, cQ as GetTxAuthSigRequestTezos, cP as GetTxAuthSigResponse, cR as GetTxAuthSigResponseTezos, au as HexadecimalSchema, d6 as HostMessage, cS as HostRequestMessage, cf as HostResponseMessage, es as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, eu as IDENTITY_DOCUMENT_OPTIONS, ey as Identifier, d4 as IdentityAppMessage, eH as IdentityAppV2Web2JWT, eG as IdentityAppV2Web3JWT, et as IdentityDocumentCountryListOption, ev as IdentityDocumentOptionsType, bo as IdentityId, d7 as IdentityMessage, c3 as IdentityNotificationMessage, aY as IdentityPrefix, c8 as IdentityRequestMessage, cT as IdentityResponseMessage, c$ as IdentitySdkMessage, d0 as IdentitySdkMessageWithIdentifier, d5 as IdentityWallet, eE as IdentityWidgetAccessToken, eI as IdentityWidgetAccessToken_NEW, eJ as IdentityWidgetSessionToken, c4 as InitialDataRequest, cc as InitialDataResponse, bI as InstitutionExtractedInfosId, bf as InstitutionExtractedInfosPrefix, bH as InstitutionId, be as InstitutionPrefix, aW as IpAddress, b$ as IsVerifiedNotification, cM as IsVerifiedRequest, cN as IsVerifiedResponse, bU as KycCompletionData, bV as KycCompletionNotification, bL as ListId, bi as ListPrefix, da as MediaType, db as MediaTypePID, bQ as MemberId, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, O as NEXERA_APTOS_CHAINS, H as NEXERA_BITCOIN_CHAINS, a1 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, X as NEXERA_POLKADOT_CHAINS, x as NEXERA_SOLANA_CHAINS, t as NEXERA_STARKNET_CHAINS, v as NEXERA_STARKNET_CHAIN_IDS, u as NEXERA_STARKNET_CHAIN_NAMES, n as NEXERA_TEZOS_CHAINS, q as NEXERA_TEZOS_CHAIN_IDS, o as NEXERA_TEZOS_CHAIN_NAMES, p as NEXERA_TEZOS_CHAIN_NAMES_LIST, dC as NUMERIC_OPERATORS, eN as NexeraCredentialType, e as NexeraEvmChains, N as NonTestnetBlockchainId, dD as NumericOperator, dR as OLD_CHALLENGE_QUERY_OPERATORS, dS as OLD_ChallengeQueryOperator, dV as OLD_ChallengeQueryOperatorToOperator, dQ as OLD_ChallengeQuerySchema, dX as OLD_QueryCredentialType, dW as OLD_QueryCredentialTypes, du as OPERATORS, c1 as OcvSdkInitialized, bX as OffChainScenarioExecutionData, co as OffChainZKPRuleResult, bY as OnChainScenarioExecutionData, dv as Operator, dT as OperatorMappings, dU as OperatorToOLD_ChallengeQueryOperator, eA as OrganizationId, aU as OtpCode, aL as P2Signature, ew as PERSONAL_INFORMATION_FIELDS, _ as POLKADOT_CHAIN_IDS, Y as POLKADOT_CHAIN_NAMES, Z as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aV as PUBLIC_SERVICES_SCHEMA_MAP, dP as PartialQueryConfigSimplified, ex as PersonalInformationFieldsIdentityDocuments, af as PolkadotAddress, a0 as PolkadotChainId, aH as PolkadotSignature, c0 as PolygonIdInitialized, cI as PolygonIdRequest, cH as PolygonIdRequestData, cK as PolygonIdResponse, cJ as PolygonIdResponseData, s as PolygonNetworkNames, eh as PrivacyPreservingMonitoring, a8 as PrivateKey, dj as ProofData, a9 as PublicKey, ds as QUERY_LOGIC_OPERATOR, dp as QrCodeLinkWithSchemaType, dN as QueryConfigSimplified, bM as QueryId, dt as QueryLogicOperator, bj as QueryPrefix, dM as QueryType, d8 as RequiredDataRowSchema, d9 as RequiredVerificationData, cq as RuleEngineResponse, bW as RuleEngineScenarioExecutionData, dO as RuleResultQueryConfig, ct as RuleResultStatus, cu as RuleResultStatusLabels, cs as RuleResultStatuses, ek as SCENARIO_AUTHORIZATION_STATUSES, D as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, dA as STRING_OPERATORS, ax as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, dI as SUPPORTED_TYPES, cz as Scenario, bR as ScenarioAuthorizationData, el as ScenarioAuthorizationStatus, bZ as ScenarioExecutionData, b_ as ScenarioExecutionNotification, cr as ScenarioExecutionResponse, bK as ScenarioId, bh as ScenarioPrefix, ck as ScenarioSchema, cj as ScenarioStatus, ci as ScenarioStatuses, ch as ScenarioType, cg as ScenarioTypes, cv as SdkVerificationOutput, bS as SdkVerificationResponseSchema, c7 as SendTransactionRequest, c5 as SignatureRequest, cd as SignatureResponse, cE as SimplifiedCredential, G as SolanaChainId, aK as SpSignature, ae as StarknetAddress, S as StarknetChainId, aG as StarknetSignature, c2 as StartCompletedNotification, cL as StartFlowRequest, bn as StorageId, aX as StoragePrefix, at as String0x, dB as StringOperator, ay as SupportedBlockchainNamespaceForSignatureAuth, dJ as SupportedType, dK as SupportedTypes, bv as TagId, b3 as TagPrefix, bx as TagsToTransactionReviewsId, b4 as TagsToTransactionReviewsPrefix, cB as TemplateScenario, bt as TestId, b1 as TestPrefix, aj as TezosAddress, T as TezosChainId, ai as TezosContractAddress, aQ as TezosEntrypointName, ah as TezosImplicitAddress, aM as TezosSignature, e3 as TezosTxAuthInput, ed as TezosTxAuthInputJsSdk, e5 as TezosTxSignatureResponse, by as TransactionAddressesId, b5 as TransactionAddressesPrefix, bJ as TransactionAmountId, bg as TransactionAmountPrefix, c6 as TransactionData, bE as TransactionExtractedInfosId, bb as TransactionExtractedInfosPrefix, bA as TransactionFeesId, b7 as TransactionFeesPrefix, bz as TransactionId, bD as TransactionInfosId, ba as TransactionInfosPrefix, bG as TransactionMethodExtractedInfosId, bd as TransactionMethodExtractedInfosPrefix, bF as TransactionMethodsId, bc as TransactionMethodsPrefix, bC as TransactionPartiesId, b9 as TransactionPartiesPrefix, b6 as TransactionPrefix, ce as TransactionResponse, bB as TransactionReviewId, b8 as TransactionReviewPrefix, d2 as TxAuthDataSignatureGatingError, cZ as TxAuthDataSignatureGatingRequest, d1 as TxAuthDataSignatureResponse, d$ as TxAuthInput, ab as TxHash, e1 as TxSignatureResponse, aT as UuidString, eQ as VerifiableCredential, er as VerificationMode, eq as VerificationModes, cy as VerificationOutput, cx as VerificationSessionStatus, cw as VerificationSessionStatuses, en as VerifyWalletChallengeRequest, bq as WalletId, a_ as WalletPrefix, cY as WalletSignResponse, em as WalletSignatureResponse, eK as Web2CreateSessionParams, eC as WorkflowId, bO as WorkflowSessionAttributeId, bl as WorkflowSessionAttributePrefix, bN as WorkflowSessionId, eB as WorkspaceId, dw as ZKPOperator, ef as ZKPRequest, eg as ZKPRequestFromZKVerifier, de as ZeroKnowledgeProofRequest, dk as ZeroKnowledgeProofResponse, bm as createBrandedSchemaId, bP as generateId, eO as getCredentialName, dZ as getOldCredentialPath, dY as getOldCredentialType, a7 as isValidAddress, d_ as oldCredentialPathToDataLink, dx as operatorDisplayMap, dq as parseIden3Message, dr as parseSessionIdFromUrl, ac as shortBlockchainAddress } from './identity-api.schema-01880e1c.esm.mjs';
3
+ export { A as ALPHA_2_COUNTRIES, d as Alpha2Country, B as BasicCustomerContactInformation, w as CUSTOMERS_CHARTS, D as CUSTOMER_AUTOMATION_REASONS, y as CUSTOMER_TABLE_COLUMNS, c as CryptoCode, b as CryptoCodes, a as CurrencyCode, C as CurrencyCodes, t as CustomerOnboardingLevel, s as CustomerOnboardingLevels, v as CustomerStatus, u as CustomerStatuses, z as CustomerTableColumn, n as CustomerType, m as CustomerTypes, x as CustomersChartType, az as DEFAULT_FIAT_CURRENCY, aF as DataLinkTypeZodSchema, aD as DataLinkVersionZodSchema, aU as GenericVaultDataLinkZodSchema, aT as GenericVaultEmbeddedLinkZodSchema, aR as GenericVaultPointerLinkZodSchema, aS as GenericVaultSearchLinkZodSchema, U as GenericVerifiableCredentialSchema, ak as HumanReadableTransactionReviewStatus, aj as HumanReadableTransactionReviewStatuses, am as HumanReadableTransactionStatusMapping, _ as ID3CredentialSchema, E as ID3CredentialSubjectSchema, X as IDImageCredentialSchema, Q as IDImageCredentialSubjectSchema, V as IDInformationCredentialSchema, P as IDInformationCredentialSubjectSchema, $ as IDScanCredentialSchema, F as IDScanCredentialSubjectSchema, a0 as IDScanPassportCredentialSchema, G as IDScanPassportCredentialSubjectSchema, a1 as IDScanSelfieCredentialSchema, H as IDScanSelfieCredentialSubjectSchema, I as ISO3CountryCode, r as KybOnboardingLevel, q as KybOnboardingLevels, o as KycOnboardingLevel, K as KycOnboardingLevels, a6 as OLD_AMLScreeningsResultsCredentialSchema, N as OLD_AMLScreeningsResultsCredentialSubjectSchema, a2 as OLD_IDImageCredentialSchema, O as OLD_IDImageCredentialSubjectSchema, a3 as OLD_IDInformationCredentialSchema, J as OLD_IDInformationCredentialSubjectSchema, a4 as OLD_ProofOfResidenceCredentialSchema, L as OLD_ProofOfResidenceCredentialSubjectSchema, a5 as OLD_SelfieImageCredentialSchema, M as OLD_SelfieImageCredentialSubjectSchema, au as PaymentType, at as PaymentTypes, Z as ProofOfResidenceCredentialSchema, T as ProofOfResidenceCredentialSubjectSchema, g as RiskScoreType, R as RiskScoreTypes, Y as SelfieImageCredentialSchema, S as SelfieImageCredentialSubjectSchema, aG as Separator, aA as TRANSACTIONS_STATS_CURRENCIES, a7 as TRANSACTION_CHARTS, a9 as TRANSACTION_TABLE_COLUMNS, ay as TransactionAmountsFieldName, ax as TransactionAmountsFieldNames, aq as TransactionCurrencyCode, ap as TransactionCurrencyCodes, ao as TransactionDirection, an as TransactionDirections, aw as TransactionPartiesType, av as TransactionPartiesTypes, as as TransactionProvider, ar as TransactionProviders, ai as TransactionReviewStatus, ah as TransactionReviewStatuses, ag as TransactionRiskLevel, af as TransactionRiskLevels, aB as TransactionStatsCurrency, al as TransactionStatusMapping, aa as TransactionTableColumn, ac as TransactionType, ae as TransactionTypeWithAll, ab as TransactionTypes, ad as TransactionTypesWithAll, a8 as TransactionsChartType, aK as VaultJsonSchemas, aQ as VaultMetadataLinkZodSchema, aO as VaultPointerKeyMapZodSchema, aP as VaultQueryMapZodSchema, aM as VaultSchemaIdZodSchema, aN as VaultSchemaPathsZodSchema, aL as VaultZodSchema, l as WalletRiskScoreProvider, k as WalletRiskScoreProviders, h as WalletRiskScoreType, W as WalletRiskScoreTypes, aE as allDataLinkTypes, aC as allDataLinkVersions, j as compareRiskScores, f as countryISO2toISO3Mapping, e as countryISO3toISO2Mapping, aH as generateZodObjectPaths, i as isoCountriesNameFromISO2, p as parseISO3CountryCode, aI as resolvePathOnDataSchema, aJ as resolvePathOnMapSchema } from './vault.schema-789028ce.esm.mjs';
4
4
  import { z } from 'zod';
5
- export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-e2cf1121.esm.mjs';
5
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-ceff7f1b.esm.mjs';
6
6
  import 'nanoid';
7
- import 'remeda';
8
7
  import 'decimal.js';
9
8
 
10
9
  var decodeUint8Array = function decodeUint8Array(data) {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.53.0",
3
+ "version": "2.54.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -1,7 +1,6 @@
1
1
  'use strict';
2
2
 
3
3
  var zod = require('zod');
4
- require('remeda');
5
4
  var Decimal = require('decimal.js');
6
5
 
7
6
  function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
@@ -1727,6 +1726,60 @@ function _toConsumableArray(r) {
1727
1726
  return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
1728
1727
  }
1729
1728
 
1729
+ zod.z.literal("v1");
1730
+
1731
+ // this lib is too generic to follow the linting rules, a lot of types end up resolved to any
1732
+ /* eslint-disable @typescript-eslint/no-explicit-any */
1733
+
1734
+ /**
1735
+ * Hint on how to resolve that link
1736
+ */
1737
+ /* | "zama-chain"? | "etherscan"? | "coingecko"? ... */
1738
+
1739
+ var allDataLinkTypes$1 = ["pointer", "search", "embedded"];
1740
+ zod.z["enum"](allDataLinkTypes$1);
1741
+
1742
+ /**
1743
+ * Common data link properties
1744
+ */
1745
+
1746
+ /**
1747
+ * PointerDataLink
1748
+ *
1749
+ * A link to a specific property in the schema
1750
+ */
1751
+
1752
+ /**
1753
+ * SearchLink
1754
+ *
1755
+ * A query to search the schema that returns a list of objects
1756
+ */
1757
+
1758
+ /**
1759
+ * EmbeddedDataLink
1760
+ *
1761
+ * A link that contains a specific object
1762
+ */
1763
+
1764
+ // tools to work with object paths in TypeScript
1765
+
1766
+ var Separator = "/";
1767
+
1768
+ // recursively get the type of a nested object property
1769
+ // TODO: support unions: {a: {b: string } | {c: number}} + "a/b" -> string | undefined
1770
+
1771
+ function _arrayWithHoles(r) {
1772
+ if (Array.isArray(r)) return r;
1773
+ }
1774
+
1775
+ function _nonIterableRest() {
1776
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1777
+ }
1778
+
1779
+ function _toArray(r) {
1780
+ return _arrayWithHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableRest();
1781
+ }
1782
+
1730
1783
  function _createForOfIteratorHelper(r, e) {
1731
1784
  var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
1732
1785
  if (!t) {
@@ -1776,14 +1829,6 @@ function _createForOfIteratorHelper(r, e) {
1776
1829
  };
1777
1830
  }
1778
1831
 
1779
- function _arrayWithHoles(r) {
1780
- if (Array.isArray(r)) return r;
1781
- }
1782
-
1783
- function _nonIterableRest() {
1784
- throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1785
- }
1786
-
1787
1832
  function _iterableToArrayLimit(r, l) {
1788
1833
  var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
1789
1834
  if (null != t) {
@@ -1816,26 +1861,6 @@ function _slicedToArray(r, e) {
1816
1861
  return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
1817
1862
  }
1818
1863
 
1819
- zod.z.literal("v1");
1820
-
1821
- // this lib is too generic to follow the linting rules, a lot of types end up resolved to any
1822
- /* eslint-disable @typescript-eslint/no-explicit-any */
1823
-
1824
- /**
1825
- * Hint on how to resolve that link
1826
- */
1827
- /* | "zama-chain"? | "etherscan"? | "coingecko"? ... */
1828
-
1829
- var allDataLinkTypes$1 = ["pointer", "search", "embedded"];
1830
- zod.z["enum"](allDataLinkTypes$1);
1831
-
1832
- // tools to work with object paths in TypeScript
1833
-
1834
- var Separator = "/";
1835
-
1836
- // recursively get the type of a nested object property
1837
- // TODO: support unions: {a: {b: string } | {c: number}} + "a/b" -> string | undefined
1838
-
1839
1864
  // this lib is too generic to follow the linting rules, a lot of types end up resolved to any
1840
1865
  /* eslint-disable @typescript-eslint/no-explicit-any */
1841
1866
  /* eslint-disable @typescript-eslint/no-unsafe-return */
@@ -1889,6 +1914,106 @@ var generateZodObjectPaths = function generateZodObjectPaths(schema) {
1889
1914
  return traverse(schema, []);
1890
1915
  };
1891
1916
 
1917
+ // avoid circular dependency with logger
1918
+
1919
+ var resolvePathOnDataSchema = function resolvePathOnDataSchema(_ref) {
1920
+ var logger = _ref.logger,
1921
+ dataSchema = _ref.dataSchema,
1922
+ path = _ref.path;
1923
+ function traverse(schema, path) {
1924
+ if (path.length === 0) {
1925
+ return schema;
1926
+ }
1927
+ var _path = _toArray(path),
1928
+ part = _path[0],
1929
+ rest = _path.slice(1);
1930
+ if (!part) {
1931
+ return null; // unreachable due to previous check
1932
+ }
1933
+ if (schema.shape) {
1934
+ if (!(part in schema.shape)) {
1935
+ logger.error({
1936
+ msg: "part not found in schema.shape",
1937
+ data: {
1938
+ path: path,
1939
+ dataSchema: dataSchema
1940
+ }
1941
+ });
1942
+ return null;
1943
+ }
1944
+ return traverse(schema.shape[part], rest);
1945
+ } else if (schema instanceof zod.z.ZodOptional) {
1946
+ return traverse(schema.unwrap(), path);
1947
+ } else if (schema instanceof zod.z.ZodArray) {
1948
+ return traverse(schema.element, path);
1949
+ } else if (schema instanceof zod.z.ZodIntersection) {
1950
+ // @ts-expect-error -- TODO: fix this
1951
+ var right = schema._def.right;
1952
+ if (!right) {
1953
+ logger.error({
1954
+ msg: "Intersection has no .right field",
1955
+ data: {
1956
+ path: path,
1957
+ dataSchema: dataSchema
1958
+ }
1959
+ });
1960
+ return null;
1961
+ }
1962
+ return traverse(right, path);
1963
+ } else if (schema instanceof zod.z.ZodUnion) {
1964
+ var options = schema.options;
1965
+ var _iterator2 = _createForOfIteratorHelper(options),
1966
+ _step2;
1967
+ try {
1968
+ for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
1969
+ var option = _step2.value;
1970
+ var _result = traverse(option, path);
1971
+ if (_result) {
1972
+ return _result;
1973
+ }
1974
+ }
1975
+ } catch (err) {
1976
+ _iterator2.e(err);
1977
+ } finally {
1978
+ _iterator2.f();
1979
+ }
1980
+ }
1981
+ return null;
1982
+ }
1983
+ var parts = path.split(Separator);
1984
+ var result = traverse(dataSchema, parts);
1985
+ if (!result) {
1986
+ logger.error({
1987
+ msg: "path not found",
1988
+ data: {
1989
+ path: path,
1990
+ dataSchema: dataSchema
1991
+ }
1992
+ });
1993
+ return null;
1994
+ }
1995
+ return result;
1996
+ };
1997
+ var resolvePathOnMapSchema = function resolvePathOnMapSchema(_ref2) {
1998
+ var logger = _ref2.logger,
1999
+ mapSchema = _ref2.mapSchema,
2000
+ path = _ref2.path;
2001
+ var rest = path;
2002
+ while (rest.length > 0) {
2003
+ if (rest in mapSchema.shape) {
2004
+ return mapSchema.shape[rest];
2005
+ }
2006
+ rest = rest.slice(0, rest.lastIndexOf(Separator));
2007
+ }
2008
+ logger.error({
2009
+ msg: "path not found",
2010
+ data: {
2011
+ path: path
2012
+ }
2013
+ });
2014
+ return null;
2015
+ };
2016
+
1892
2017
  var allDataLinkVersions = ["v1"];
1893
2018
  var DataLinkVersionZodSchema = zod.z["enum"](allDataLinkVersions);
1894
2019
  var allDataLinkTypes = ["pointer", "search", "embedded"];
@@ -6452,6 +6577,7 @@ exports.RiskScoreType = RiskScoreType;
6452
6577
  exports.RiskScoreTypes = RiskScoreTypes;
6453
6578
  exports.SelfieImageCredentialSchema = SelfieImageCredentialSchema;
6454
6579
  exports.SelfieImageCredentialSubjectSchema = SelfieImageCredentialSubjectSchema;
6580
+ exports.Separator = Separator;
6455
6581
  exports.TRANSACTIONS_STATS_CURRENCIES = TRANSACTIONS_STATS_CURRENCIES;
6456
6582
  exports.TRANSACTION_CHARTS = TRANSACTION_CHARTS;
6457
6583
  exports.TRANSACTION_TABLE_COLUMNS = TRANSACTION_TABLE_COLUMNS;
@@ -6488,16 +6614,16 @@ exports.WalletRiskScoreProvider = WalletRiskScoreProvider;
6488
6614
  exports.WalletRiskScoreProviders = WalletRiskScoreProviders;
6489
6615
  exports.WalletRiskScoreType = WalletRiskScoreType;
6490
6616
  exports.WalletRiskScoreTypes = WalletRiskScoreTypes;
6491
- exports._arrayWithHoles = _arrayWithHoles;
6492
- exports._iterableToArray = _iterableToArray;
6493
- exports._nonIterableRest = _nonIterableRest;
6494
6617
  exports._slicedToArray = _slicedToArray;
6618
+ exports._toArray = _toArray;
6495
6619
  exports._toConsumableArray = _toConsumableArray;
6496
- exports._unsupportedIterableToArray = _unsupportedIterableToArray;
6497
6620
  exports.allDataLinkTypes = allDataLinkTypes;
6498
6621
  exports.allDataLinkVersions = allDataLinkVersions;
6499
6622
  exports.compareRiskScores = compareRiskScores;
6500
6623
  exports.countryISO2toISO3Mapping = countryISO2toISO3Mapping;
6501
6624
  exports.countryISO3toISO2Mapping = countryISO3toISO2Mapping;
6625
+ exports.generateZodObjectPaths = generateZodObjectPaths;
6502
6626
  exports.isoCountriesNameFromISO2 = isoCountriesNameFromISO2;
6503
6627
  exports.parseISO3CountryCode = parseISO3CountryCode;
6628
+ exports.resolvePathOnDataSchema = resolvePathOnDataSchema;
6629
+ exports.resolvePathOnMapSchema = resolvePathOnMapSchema;