@nexeraid/identity-schemas 2.130.0-dev → 2.131.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 (64) hide show
  1. package/dist/{CoinMarketCap.schema-52c35587.cjs.prod.cjs → CoinMarketCap.schema-75a0f92b.cjs.prod.cjs} +2 -2
  2. package/dist/{CoinMarketCap.schema-3fa2dbfe.cjs.dev.cjs → CoinMarketCap.schema-e7a388f4.cjs.dev.cjs} +2 -2
  3. package/dist/{CoinMarketCap.schema-d51e69ae.esm.mjs → CoinMarketCap.schema-f8339199.esm.mjs} +2 -2
  4. package/dist/declarations/src/identity/app-requests.schema.d.ts +94 -94
  5. package/dist/declarations/src/identity/host-requests.schema.d.ts +16 -16
  6. package/dist/declarations/src/identity/identity-v2.schema.d.ts +76 -76
  7. package/dist/declarations/src/identity/kyc.schema.d.ts +74 -74
  8. package/dist/declarations/src/identity/query.schema.d.ts +84 -84
  9. package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
  10. package/dist/declarations/src/identity/scenario.schema.d.ts +156 -156
  11. package/dist/declarations/src/identity/txAuthData.schema.d.ts +28 -28
  12. package/dist/declarations/src/identity/zkps.schema.d.ts +46 -46
  13. package/dist/declarations/src/index.d.ts +1 -0
  14. package/dist/declarations/src/index.d.ts.map +1 -1
  15. package/dist/declarations/src/vault/data-links/data-links.schema.d.ts +4 -3
  16. package/dist/declarations/src/vault/data-links/data-links.schema.d.ts.map +1 -1
  17. package/dist/declarations/src/vault/data-links/metadata-links.schema.d.ts.map +1 -1
  18. package/dist/declarations/src/vault/data-links/object-path.d.ts +5 -2
  19. package/dist/declarations/src/vault/data-links/object-path.d.ts.map +1 -1
  20. package/dist/declarations/src/vault/data-links/type-util.d.ts +2 -2
  21. package/dist/declarations/src/vault/data-links/type-util.d.ts.map +1 -1
  22. package/dist/declarations/src/vault/data-links/zod-utils.d.ts.map +1 -1
  23. package/dist/declarations/src/vault/schemas/generated/Web3Transaction.schema.json.d.ts +31 -0
  24. package/dist/declarations/src/vault/schemas/generated/Web3Transaction.type.d.ts +13 -0
  25. package/dist/declarations/src/vault/schemas/generated/Web3Transaction.type.d.ts.map +1 -0
  26. package/dist/declarations/src/vault/vault.schema.d.ts +74 -23
  27. package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
  28. package/dist/declarations/src/web3-transaction.schema.d.ts +24 -0
  29. package/dist/declarations/src/web3-transaction.schema.d.ts.map +1 -0
  30. package/dist/{identity-api.schema-ba16c8c3.cjs.prod.cjs → identity-api.schema-876b71fe.cjs.prod.cjs} +1 -1
  31. package/dist/{identity-api.schema-3f7334e3.esm.mjs → identity-api.schema-93648b2c.esm.mjs} +1 -1
  32. package/dist/{identity-api.schema-b2947339.cjs.dev.cjs → identity-api.schema-b195fc03.cjs.dev.cjs} +1 -1
  33. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +11 -7
  34. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +11 -7
  35. package/dist/nexeraid-identity-schemas.esm.mjs +6 -4
  36. package/dist/package.json +1 -1
  37. package/dist/{tfhe-utilities-7c18a426.cjs.prod.cjs → tfhe-utilities-1ce70999.cjs.prod.cjs} +2 -2
  38. package/dist/{tfhe-utilities-e3085d72.esm.mjs → tfhe-utilities-3731a30f.esm.mjs} +2 -2
  39. package/dist/{tfhe-utilities-aa85d5c3.cjs.dev.cjs → tfhe-utilities-cc4d4e53.cjs.dev.cjs} +2 -2
  40. package/dist/toArray-721f6561.cjs.prod.cjs +9 -0
  41. package/dist/toArray-aa653e1d.esm.mjs +7 -0
  42. package/dist/toArray-f13714a0.cjs.dev.cjs +9 -0
  43. package/dist/{vault.schema-e1eca1dd.esm.mjs → vault.schema-3aa96890.esm.mjs} +80 -217
  44. package/dist/{vault.schema-c797be4e.cjs.dev.cjs → vault.schema-60464fc5.cjs.dev.cjs} +85 -221
  45. package/dist/{vault.schema-d8294208.cjs.prod.cjs → vault.schema-9f88c87d.cjs.prod.cjs} +85 -221
  46. package/dist/zod-utils-5768518c.cjs.dev.cjs +222 -0
  47. package/dist/zod-utils-895d0829.esm.mjs +217 -0
  48. package/dist/zod-utils-dfe3037a.cjs.prod.cjs +222 -0
  49. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
  50. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
  51. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  52. package/package.json +1 -1
  53. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
  54. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
  55. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  56. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +7 -5
  57. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +7 -5
  58. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -1
  59. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  60. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  61. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  62. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +5 -4
  63. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +5 -4
  64. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -3
@@ -0,0 +1,217 @@
1
+ import { _ as _toArray } from './toArray-aa653e1d.esm.mjs';
2
+ import { ft as _unsupportedIterableToArray, fp as Web3ArgsType, fu as _slicedToArray, fs as _toConsumableArray } from './vault.schema-3aa96890.esm.mjs';
3
+ import { z } from 'zod';
4
+
5
+ // tools to work with object paths in TypeScript
6
+
7
+ var Separator = "/";
8
+
9
+ // recursively get the type of a nested object property
10
+ // TODO: support unions: {a: {b: string } | {c: number}} + "a/b" -> string | undefined
11
+
12
+ function _createForOfIteratorHelper(r, e) {
13
+ var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
14
+ if (!t) {
15
+ if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) {
16
+ t && (r = t);
17
+ var n = 0,
18
+ F = function () {};
19
+ return {
20
+ s: F,
21
+ n: function () {
22
+ return n >= r.length ? {
23
+ done: !0
24
+ } : {
25
+ done: !1,
26
+ value: r[n++]
27
+ };
28
+ },
29
+ e: function (r) {
30
+ throw r;
31
+ },
32
+ f: F
33
+ };
34
+ }
35
+ throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
36
+ }
37
+ var o,
38
+ a = !0,
39
+ u = !1;
40
+ return {
41
+ s: function () {
42
+ t = t.call(r);
43
+ },
44
+ n: function () {
45
+ var r = t.next();
46
+ return a = r.done, r;
47
+ },
48
+ e: function (r) {
49
+ u = !0, o = r;
50
+ },
51
+ f: function () {
52
+ try {
53
+ a || null == t.return || t.return();
54
+ } finally {
55
+ if (u) throw o;
56
+ }
57
+ }
58
+ };
59
+ }
60
+
61
+ // this lib is too generic to follow the linting rules, a lot of types end up resolved to any
62
+ /* eslint-disable @typescript-eslint/no-explicit-any */
63
+ /* eslint-disable @typescript-eslint/no-unsafe-return */
64
+ /* eslint-disable @typescript-eslint/no-unsafe-argument */
65
+ /* eslint-disable @typescript-eslint/no-unsafe-member-access */
66
+
67
+ var generateZodObjectPaths = function generateZodObjectPaths(schema) {
68
+ function traverse(schema, pathToHere) {
69
+ var paths = [];
70
+ if (schema.shape) {
71
+ for (var _i = 0, _Object$entries = Object.entries(schema.shape); _i < _Object$entries.length; _i++) {
72
+ var _Object$entries$_i = _slicedToArray(_Object$entries[_i], 2),
73
+ key = _Object$entries$_i[0],
74
+ value = _Object$entries$_i[1];
75
+ var newPath = [].concat(_toConsumableArray(pathToHere), [key]);
76
+ var deep = traverse(value, newPath);
77
+ paths = [].concat(_toConsumableArray(paths), [newPath.join(Separator)], _toConsumableArray(deep));
78
+ }
79
+ } else if (schema instanceof z.ZodOptional) {
80
+ var _deep = traverse(schema.unwrap(), pathToHere);
81
+ paths = [].concat(_toConsumableArray(paths), _toConsumableArray(_deep));
82
+ } else if (schema instanceof z.ZodArray) {
83
+ var _deep2 = traverse(schema.element, pathToHere);
84
+ paths = [].concat(_toConsumableArray(paths), _toConsumableArray(_deep2));
85
+ } else if (schema instanceof z.ZodIntersection) {
86
+ // @ts-expect-error -- TODO: fix this
87
+ var deepLeft = traverse(schema._def.left, pathToHere);
88
+ paths = [].concat(_toConsumableArray(paths), _toConsumableArray(deepLeft));
89
+ // @ts-expect-error -- TODO: fix this
90
+ var deepRight = traverse(schema._def.right, pathToHere);
91
+ paths = [].concat(_toConsumableArray(paths), _toConsumableArray(deepRight));
92
+ } else if (schema instanceof z.ZodUnion) {
93
+ var _iterator = _createForOfIteratorHelper(schema.options),
94
+ _step;
95
+ try {
96
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
97
+ var option = _step.value;
98
+ var _deep3 = traverse(option, pathToHere);
99
+ paths = [].concat(_toConsumableArray(paths), _toConsumableArray(_deep3));
100
+ }
101
+ } catch (err) {
102
+ _iterator.e(err);
103
+ } finally {
104
+ _iterator.f();
105
+ }
106
+ } else if (schema instanceof z.ZodType) {
107
+ paths.push(pathToHere.join(Separator));
108
+ }
109
+ return Array.from(new Set(paths));
110
+ }
111
+ return traverse(schema, []);
112
+ };
113
+
114
+ // avoid circular dependency with logger
115
+
116
+ var resolvePathOnDataSchema = function resolvePathOnDataSchema(_ref) {
117
+ var logger = _ref.logger,
118
+ dataSchema = _ref.dataSchema,
119
+ path = _ref.path;
120
+ if (path.startsWith("Web3Transaction/functionArgs/")) {
121
+ return Web3ArgsType;
122
+ }
123
+ function traverse(schema, path) {
124
+ if (path.length === 0) {
125
+ return schema;
126
+ }
127
+ var _path = _toArray(path),
128
+ part = _path[0],
129
+ rest = _path.slice(1);
130
+ if (!part) {
131
+ return null; // unreachable due to previous check
132
+ }
133
+ if (schema.shape) {
134
+ if (!(part in schema.shape)) {
135
+ logger.error({
136
+ msg: "part not found in schema.shape",
137
+ data: {
138
+ path: path,
139
+ dataSchema: dataSchema
140
+ }
141
+ });
142
+ return null;
143
+ }
144
+ return traverse(schema.shape[part], rest);
145
+ } else if (schema instanceof z.ZodOptional) {
146
+ return traverse(schema.unwrap(), path);
147
+ } else if (schema instanceof z.ZodArray) {
148
+ return traverse(schema.element, path);
149
+ } else if (schema instanceof z.ZodIntersection) {
150
+ // @ts-expect-error -- TODO: fix this
151
+ var right = schema._def.right;
152
+ if (!right) {
153
+ logger.error({
154
+ msg: "Intersection has no .right field",
155
+ data: {
156
+ path: path,
157
+ dataSchema: dataSchema
158
+ }
159
+ });
160
+ return null;
161
+ }
162
+ return traverse(right, path);
163
+ } else if (schema instanceof z.ZodUnion) {
164
+ var options = schema.options;
165
+ var _iterator2 = _createForOfIteratorHelper(options),
166
+ _step2;
167
+ try {
168
+ for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
169
+ var option = _step2.value;
170
+ var _result = traverse(option, path);
171
+ if (_result) {
172
+ return _result;
173
+ }
174
+ }
175
+ } catch (err) {
176
+ _iterator2.e(err);
177
+ } finally {
178
+ _iterator2.f();
179
+ }
180
+ }
181
+ return null;
182
+ }
183
+ var parts = path.split(Separator);
184
+ var result = traverse(dataSchema, parts);
185
+ if (!result) {
186
+ logger.error({
187
+ msg: "path not found",
188
+ data: {
189
+ path: path,
190
+ dataSchema: dataSchema
191
+ }
192
+ });
193
+ return null;
194
+ }
195
+ return result;
196
+ };
197
+ var resolvePathOnMapSchema = function resolvePathOnMapSchema(_ref2) {
198
+ var logger = _ref2.logger,
199
+ mapSchema = _ref2.mapSchema,
200
+ path = _ref2.path;
201
+ var rest = path;
202
+ while (rest.length > 0) {
203
+ if (rest in mapSchema.shape) {
204
+ return mapSchema.shape[rest];
205
+ }
206
+ rest = rest.slice(0, rest.lastIndexOf(Separator));
207
+ }
208
+ logger.error({
209
+ msg: "path not found",
210
+ data: {
211
+ path: path
212
+ }
213
+ });
214
+ return null;
215
+ };
216
+
217
+ export { Separator as S, resolvePathOnMapSchema as a, generateZodObjectPaths as g, resolvePathOnDataSchema as r };
@@ -0,0 +1,222 @@
1
+ 'use strict';
2
+
3
+ var toArray = require('./toArray-721f6561.cjs.prod.cjs');
4
+ var vault_schema = require('./vault.schema-9f88c87d.cjs.prod.cjs');
5
+ var zod = require('zod');
6
+
7
+ // tools to work with object paths in TypeScript
8
+
9
+ var Separator = "/";
10
+
11
+ // recursively get the type of a nested object property
12
+ // TODO: support unions: {a: {b: string } | {c: number}} + "a/b" -> string | undefined
13
+
14
+ function _createForOfIteratorHelper(r, e) {
15
+ var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
16
+ if (!t) {
17
+ if (Array.isArray(r) || (t = vault_schema._unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) {
18
+ t && (r = t);
19
+ var n = 0,
20
+ F = function () {};
21
+ return {
22
+ s: F,
23
+ n: function () {
24
+ return n >= r.length ? {
25
+ done: !0
26
+ } : {
27
+ done: !1,
28
+ value: r[n++]
29
+ };
30
+ },
31
+ e: function (r) {
32
+ throw r;
33
+ },
34
+ f: F
35
+ };
36
+ }
37
+ throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
38
+ }
39
+ var o,
40
+ a = !0,
41
+ u = !1;
42
+ return {
43
+ s: function () {
44
+ t = t.call(r);
45
+ },
46
+ n: function () {
47
+ var r = t.next();
48
+ return a = r.done, r;
49
+ },
50
+ e: function (r) {
51
+ u = !0, o = r;
52
+ },
53
+ f: function () {
54
+ try {
55
+ a || null == t.return || t.return();
56
+ } finally {
57
+ if (u) throw o;
58
+ }
59
+ }
60
+ };
61
+ }
62
+
63
+ // this lib is too generic to follow the linting rules, a lot of types end up resolved to any
64
+ /* eslint-disable @typescript-eslint/no-explicit-any */
65
+ /* eslint-disable @typescript-eslint/no-unsafe-return */
66
+ /* eslint-disable @typescript-eslint/no-unsafe-argument */
67
+ /* eslint-disable @typescript-eslint/no-unsafe-member-access */
68
+
69
+ var generateZodObjectPaths = function generateZodObjectPaths(schema) {
70
+ function traverse(schema, pathToHere) {
71
+ var paths = [];
72
+ if (schema.shape) {
73
+ for (var _i = 0, _Object$entries = Object.entries(schema.shape); _i < _Object$entries.length; _i++) {
74
+ var _Object$entries$_i = vault_schema._slicedToArray(_Object$entries[_i], 2),
75
+ key = _Object$entries$_i[0],
76
+ value = _Object$entries$_i[1];
77
+ var newPath = [].concat(vault_schema._toConsumableArray(pathToHere), [key]);
78
+ var deep = traverse(value, newPath);
79
+ paths = [].concat(vault_schema._toConsumableArray(paths), [newPath.join(Separator)], vault_schema._toConsumableArray(deep));
80
+ }
81
+ } else if (schema instanceof zod.z.ZodOptional) {
82
+ var _deep = traverse(schema.unwrap(), pathToHere);
83
+ paths = [].concat(vault_schema._toConsumableArray(paths), vault_schema._toConsumableArray(_deep));
84
+ } else if (schema instanceof zod.z.ZodArray) {
85
+ var _deep2 = traverse(schema.element, pathToHere);
86
+ paths = [].concat(vault_schema._toConsumableArray(paths), vault_schema._toConsumableArray(_deep2));
87
+ } else if (schema instanceof zod.z.ZodIntersection) {
88
+ // @ts-expect-error -- TODO: fix this
89
+ var deepLeft = traverse(schema._def.left, pathToHere);
90
+ paths = [].concat(vault_schema._toConsumableArray(paths), vault_schema._toConsumableArray(deepLeft));
91
+ // @ts-expect-error -- TODO: fix this
92
+ var deepRight = traverse(schema._def.right, pathToHere);
93
+ paths = [].concat(vault_schema._toConsumableArray(paths), vault_schema._toConsumableArray(deepRight));
94
+ } else if (schema instanceof zod.z.ZodUnion) {
95
+ var _iterator = _createForOfIteratorHelper(schema.options),
96
+ _step;
97
+ try {
98
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
99
+ var option = _step.value;
100
+ var _deep3 = traverse(option, pathToHere);
101
+ paths = [].concat(vault_schema._toConsumableArray(paths), vault_schema._toConsumableArray(_deep3));
102
+ }
103
+ } catch (err) {
104
+ _iterator.e(err);
105
+ } finally {
106
+ _iterator.f();
107
+ }
108
+ } else if (schema instanceof zod.z.ZodType) {
109
+ paths.push(pathToHere.join(Separator));
110
+ }
111
+ return Array.from(new Set(paths));
112
+ }
113
+ return traverse(schema, []);
114
+ };
115
+
116
+ // avoid circular dependency with logger
117
+
118
+ var resolvePathOnDataSchema = function resolvePathOnDataSchema(_ref) {
119
+ var logger = _ref.logger,
120
+ dataSchema = _ref.dataSchema,
121
+ path = _ref.path;
122
+ if (path.startsWith("Web3Transaction/functionArgs/")) {
123
+ return vault_schema.Web3ArgsType;
124
+ }
125
+ function traverse(schema, path) {
126
+ if (path.length === 0) {
127
+ return schema;
128
+ }
129
+ var _path = toArray._toArray(path),
130
+ part = _path[0],
131
+ rest = _path.slice(1);
132
+ if (!part) {
133
+ return null; // unreachable due to previous check
134
+ }
135
+ if (schema.shape) {
136
+ if (!(part in schema.shape)) {
137
+ logger.error({
138
+ msg: "part not found in schema.shape",
139
+ data: {
140
+ path: path,
141
+ dataSchema: dataSchema
142
+ }
143
+ });
144
+ return null;
145
+ }
146
+ return traverse(schema.shape[part], rest);
147
+ } else if (schema instanceof zod.z.ZodOptional) {
148
+ return traverse(schema.unwrap(), path);
149
+ } else if (schema instanceof zod.z.ZodArray) {
150
+ return traverse(schema.element, path);
151
+ } else if (schema instanceof zod.z.ZodIntersection) {
152
+ // @ts-expect-error -- TODO: fix this
153
+ var right = schema._def.right;
154
+ if (!right) {
155
+ logger.error({
156
+ msg: "Intersection has no .right field",
157
+ data: {
158
+ path: path,
159
+ dataSchema: dataSchema
160
+ }
161
+ });
162
+ return null;
163
+ }
164
+ return traverse(right, path);
165
+ } else if (schema instanceof zod.z.ZodUnion) {
166
+ var options = schema.options;
167
+ var _iterator2 = _createForOfIteratorHelper(options),
168
+ _step2;
169
+ try {
170
+ for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
171
+ var option = _step2.value;
172
+ var _result = traverse(option, path);
173
+ if (_result) {
174
+ return _result;
175
+ }
176
+ }
177
+ } catch (err) {
178
+ _iterator2.e(err);
179
+ } finally {
180
+ _iterator2.f();
181
+ }
182
+ }
183
+ return null;
184
+ }
185
+ var parts = path.split(Separator);
186
+ var result = traverse(dataSchema, parts);
187
+ if (!result) {
188
+ logger.error({
189
+ msg: "path not found",
190
+ data: {
191
+ path: path,
192
+ dataSchema: dataSchema
193
+ }
194
+ });
195
+ return null;
196
+ }
197
+ return result;
198
+ };
199
+ var resolvePathOnMapSchema = function resolvePathOnMapSchema(_ref2) {
200
+ var logger = _ref2.logger,
201
+ mapSchema = _ref2.mapSchema,
202
+ path = _ref2.path;
203
+ var rest = path;
204
+ while (rest.length > 0) {
205
+ if (rest in mapSchema.shape) {
206
+ return mapSchema.shape[rest];
207
+ }
208
+ rest = rest.slice(0, rest.lastIndexOf(Separator));
209
+ }
210
+ logger.error({
211
+ msg: "path not found",
212
+ data: {
213
+ path: path
214
+ }
215
+ });
216
+ return null;
217
+ };
218
+
219
+ exports.Separator = Separator;
220
+ exports.generateZodObjectPaths = generateZodObjectPaths;
221
+ exports.resolvePathOnDataSchema = resolvePathOnDataSchema;
222
+ exports.resolvePathOnMapSchema = resolvePathOnMapSchema;
@@ -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-b2947339.cjs.dev.cjs');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-b195fc03.cjs.dev.cjs');
6
6
  require('zod');
7
- require('../../dist/vault.schema-c797be4e.cjs.dev.cjs');
7
+ require('../../dist/vault.schema-60464fc5.cjs.dev.cjs');
8
8
  require('nanoid');
9
9
  require('decimal.js');
10
10
 
@@ -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-ba16c8c3.cjs.prod.cjs');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-876b71fe.cjs.prod.cjs');
6
6
  require('zod');
7
- require('../../dist/vault.schema-d8294208.cjs.prod.cjs');
7
+ require('../../dist/vault.schema-9f88c87d.cjs.prod.cjs');
8
8
  require('nanoid');
9
9
  require('decimal.js');
10
10
 
@@ -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, 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, 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, a3 as SimplifiedScenario, 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-3f7334e3.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, 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, a3 as SimplifiedScenario, 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-93648b2c.esm.mjs';
2
2
  import 'zod';
3
- import '../../dist/vault.schema-e1eca1dd.esm.mjs';
3
+ import '../../dist/vault.schema-3aa96890.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.130.0-dev",
3
+ "version": "2.131.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-c797be4e.cjs.dev.cjs');
6
- var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-3fa2dbfe.cjs.dev.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-60464fc5.cjs.dev.cjs');
6
+ var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-e7a388f4.cjs.dev.cjs');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
  require('decimal.js');
10
- require('../../dist/identity-api.schema-b2947339.cjs.dev.cjs');
10
+ require('../../dist/identity-api.schema-b195fc03.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-d8294208.cjs.prod.cjs');
6
- var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-52c35587.cjs.prod.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-9f88c87d.cjs.prod.cjs');
6
+ var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-75a0f92b.cjs.prod.cjs');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
  require('decimal.js');
10
- require('../../dist/identity-api.schema-ba16c8c3.cjs.prod.cjs');
10
+ require('../../dist/identity-api.schema-876b71fe.cjs.prod.cjs');
11
11
 
12
12
  var ALL_SCORECHAIN_BLOCKCHAIN = [{
13
13
  id: "BITCOIN",
@@ -1,9 +1,9 @@
1
- export { fz as ANALYSIS_TYPES, fA as AnalysisType, fI as Coin, fN as EntityRiskDefaultsMap, fM as EntityRiskDefaultsValues, fT as GetActiveBlockchains, fS as GetActiveBlockchainsRequest, fU as GetActiveBlockchainsResponse, fX as GetAddressAnalysis, fV as GetAddressAnalysisRequest, fY as GetAddressAnalysisResponse, fE as NonMinimalScorechainBlockchain, fB as OBJECT_TYPES, fC as ObjectType, f_ as RawScorechainResult, fL as RiskExplanation, fJ as RiskSeverity, fQ as ScorechainAnalysis, fD as ScorechainBlockchain, fF as ScorechainBlockchainToNamespace, fW as ScorechainEntity, fK as ScorechainEntityType, fP as ScorechainError, fO as ScorechainErrorResponse, f$ as ScorechainRiskToRiskLevel, g1 as ScorechainWalletRiskLevel, g0 as ScorechainWalletRiskLevels, fZ as ScoringAnalysisApiRequest, fw as ScoringAnalysisRequest, fR as ScoringAnalysisResponse, fx as WorkflowsScoringAnalysisRequest, fH as compareRiskLevels, fG as getRiskLevelByRiskScore } from '../../dist/vault.schema-e1eca1dd.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-d51e69ae.esm.mjs';
1
+ export { fA as ANALYSIS_TYPES, fB as AnalysisType, fJ as Coin, fO as EntityRiskDefaultsMap, fN as EntityRiskDefaultsValues, fU as GetActiveBlockchains, fT as GetActiveBlockchainsRequest, fV as GetActiveBlockchainsResponse, fY as GetAddressAnalysis, fW as GetAddressAnalysisRequest, fZ as GetAddressAnalysisResponse, fF as NonMinimalScorechainBlockchain, fC as OBJECT_TYPES, fD as ObjectType, f$ as RawScorechainResult, fM as RiskExplanation, fK as RiskSeverity, fR as ScorechainAnalysis, fE as ScorechainBlockchain, fG as ScorechainBlockchainToNamespace, fX as ScorechainEntity, fL as ScorechainEntityType, fQ as ScorechainError, fP as ScorechainErrorResponse, g0 as ScorechainRiskToRiskLevel, g2 as ScorechainWalletRiskLevel, g1 as ScorechainWalletRiskLevels, f_ as ScoringAnalysisApiRequest, fy as ScoringAnalysisRequest, fS as ScoringAnalysisResponse, fz as WorkflowsScoringAnalysisRequest, fI as compareRiskLevels, fH as getRiskLevelByRiskScore } from '../../dist/vault.schema-3aa96890.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-f8339199.esm.mjs';
3
3
  import 'zod';
4
4
  import 'nanoid';
5
5
  import 'decimal.js';
6
- import '../../dist/identity-api.schema-3f7334e3.esm.mjs';
6
+ import '../../dist/identity-api.schema-93648b2c.esm.mjs';
7
7
 
8
8
  var ALL_SCORECHAIN_BLOCKCHAIN = [{
9
9
  id: "BITCOIN",
@@ -2,10 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('../../dist/vault.schema-c797be4e.cjs.dev.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-60464fc5.cjs.dev.cjs');
6
+ var zodUtils = require('../../dist/zod-utils-5768518c.cjs.dev.cjs');
6
7
  require('zod');
7
8
  require('nanoid');
8
9
  require('decimal.js');
10
+ require('../../dist/toArray-f13714a0.cjs.dev.cjs');
9
11
 
10
12
 
11
13
 
@@ -17,7 +19,6 @@ exports.GenericVaultDataLinkZodSchema = vault_schema.GenericVaultDataLinkZodSche
17
19
  exports.GenericVaultEmbeddedLinkZodSchema = vault_schema.GenericVaultEmbeddedLinkZodSchema;
18
20
  exports.GenericVaultPointerLinkZodSchema = vault_schema.GenericVaultPointerLinkZodSchema;
19
21
  exports.GenericVaultSearchLinkZodSchema = vault_schema.GenericVaultSearchLinkZodSchema;
20
- exports.Separator = vault_schema.Separator;
21
22
  exports.VaultJsonSchemas = vault_schema.VaultJsonSchemas;
22
23
  exports.VaultMetadataLinkZodSchema = vault_schema.VaultMetadataLinkZodSchema;
23
24
  exports.VaultPointerKeyMapZodSchema = vault_schema.VaultPointerKeyMapZodSchema;
@@ -27,6 +28,7 @@ exports.VaultSchemaPathsZodSchema = vault_schema.VaultSchemaPathsZodSchema;
27
28
  exports.VaultZodSchema = vault_schema.VaultZodSchema;
28
29
  exports.allDataLinkTypes = vault_schema.allDataLinkTypes;
29
30
  exports.allDataLinkVersions = vault_schema.allDataLinkVersions;
30
- exports.generateZodObjectPaths = vault_schema.generateZodObjectPaths;
31
- exports.resolvePathOnDataSchema = vault_schema.resolvePathOnDataSchema;
32
- exports.resolvePathOnMapSchema = vault_schema.resolvePathOnMapSchema;
31
+ exports.Separator = zodUtils.Separator;
32
+ exports.generateZodObjectPaths = zodUtils.generateZodObjectPaths;
33
+ exports.resolvePathOnDataSchema = zodUtils.resolvePathOnDataSchema;
34
+ exports.resolvePathOnMapSchema = zodUtils.resolvePathOnMapSchema;
@@ -2,10 +2,12 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vault_schema = require('../../dist/vault.schema-d8294208.cjs.prod.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-9f88c87d.cjs.prod.cjs');
6
+ var zodUtils = require('../../dist/zod-utils-dfe3037a.cjs.prod.cjs');
6
7
  require('zod');
7
8
  require('nanoid');
8
9
  require('decimal.js');
10
+ require('../../dist/toArray-721f6561.cjs.prod.cjs');
9
11
 
10
12
 
11
13
 
@@ -17,7 +19,6 @@ exports.GenericVaultDataLinkZodSchema = vault_schema.GenericVaultDataLinkZodSche
17
19
  exports.GenericVaultEmbeddedLinkZodSchema = vault_schema.GenericVaultEmbeddedLinkZodSchema;
18
20
  exports.GenericVaultPointerLinkZodSchema = vault_schema.GenericVaultPointerLinkZodSchema;
19
21
  exports.GenericVaultSearchLinkZodSchema = vault_schema.GenericVaultSearchLinkZodSchema;
20
- exports.Separator = vault_schema.Separator;
21
22
  exports.VaultJsonSchemas = vault_schema.VaultJsonSchemas;
22
23
  exports.VaultMetadataLinkZodSchema = vault_schema.VaultMetadataLinkZodSchema;
23
24
  exports.VaultPointerKeyMapZodSchema = vault_schema.VaultPointerKeyMapZodSchema;
@@ -27,6 +28,7 @@ exports.VaultSchemaPathsZodSchema = vault_schema.VaultSchemaPathsZodSchema;
27
28
  exports.VaultZodSchema = vault_schema.VaultZodSchema;
28
29
  exports.allDataLinkTypes = vault_schema.allDataLinkTypes;
29
30
  exports.allDataLinkVersions = vault_schema.allDataLinkVersions;
30
- exports.generateZodObjectPaths = vault_schema.generateZodObjectPaths;
31
- exports.resolvePathOnDataSchema = vault_schema.resolvePathOnDataSchema;
32
- exports.resolvePathOnMapSchema = vault_schema.resolvePathOnMapSchema;
31
+ exports.Separator = zodUtils.Separator;
32
+ exports.generateZodObjectPaths = zodUtils.generateZodObjectPaths;
33
+ exports.resolvePathOnDataSchema = zodUtils.resolvePathOnDataSchema;
34
+ exports.resolvePathOnMapSchema = zodUtils.resolvePathOnMapSchema;
@@ -1,4 +1,6 @@
1
- export { f4 as AmlResults, f9 as DataLinkTypeZodSchema, f7 as DataLinkVersionZodSchema, f5 as DetectedDuplicates, fo as GenericVaultDataLinkZodSchema, fn as GenericVaultEmbeddedLinkZodSchema, fl as GenericVaultPointerLinkZodSchema, fm as GenericVaultSearchLinkZodSchema, fa as Separator, fe as VaultJsonSchemas, fk as VaultMetadataLinkZodSchema, fi as VaultPointerKeyMapZodSchema, fj as VaultQueryMapZodSchema, fg as VaultSchemaIdZodSchema, fh as VaultSchemaPathsZodSchema, ff as VaultZodSchema, f8 as allDataLinkTypes, f6 as allDataLinkVersions, fb as generateZodObjectPaths, fc as resolvePathOnDataSchema, fd as resolvePathOnMapSchema } from '../../dist/vault.schema-e1eca1dd.esm.mjs';
1
+ export { f4 as AmlResults, f9 as DataLinkTypeZodSchema, f7 as DataLinkVersionZodSchema, f5 as DetectedDuplicates, fk as GenericVaultDataLinkZodSchema, fj as GenericVaultEmbeddedLinkZodSchema, fh as GenericVaultPointerLinkZodSchema, fi as GenericVaultSearchLinkZodSchema, fa as VaultJsonSchemas, fg as VaultMetadataLinkZodSchema, fe as VaultPointerKeyMapZodSchema, ff as VaultQueryMapZodSchema, fc as VaultSchemaIdZodSchema, fd as VaultSchemaPathsZodSchema, fb as VaultZodSchema, f8 as allDataLinkTypes, f6 as allDataLinkVersions } from '../../dist/vault.schema-3aa96890.esm.mjs';
2
+ export { S as Separator, g as generateZodObjectPaths, r as resolvePathOnDataSchema, a as resolvePathOnMapSchema } from '../../dist/zod-utils-895d0829.esm.mjs';
2
3
  import 'zod';
3
4
  import 'nanoid';
4
5
  import 'decimal.js';
6
+ import '../../dist/toArray-aa653e1d.esm.mjs';