@revisium/schema-toolkit 0.9.0 → 0.11.0
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.
- package/dist/{chunk-DFL3HJ4Y.js → chunk-4BIANIHT.js} +10 -5
- package/dist/chunk-4BIANIHT.js.map +1 -0
- package/dist/{chunk-V2SSSD5X.cjs → chunk-B22UU3JK.cjs} +2 -2
- package/dist/chunk-B22UU3JK.cjs.map +1 -0
- package/dist/{chunk-WCFA4226.js → chunk-HY4VE7H2.js} +11 -5
- package/dist/chunk-HY4VE7H2.js.map +1 -0
- package/dist/{chunk-ZXLLJAMQ.js → chunk-L5MLJEC7.js} +2 -2
- package/dist/chunk-L5MLJEC7.js.map +1 -0
- package/dist/{chunk-VGTHMWJJ.cjs → chunk-T7VRK5OQ.cjs} +34 -6
- package/dist/chunk-T7VRK5OQ.cjs.map +1 -0
- package/dist/{chunk-JLIZ7QT2.cjs → chunk-TMWPWGUN.cjs} +11 -5
- package/dist/chunk-TMWPWGUN.cjs.map +1 -0
- package/dist/{chunk-QAIYSZIR.cjs → chunk-UJBE43WI.cjs} +18 -13
- package/dist/chunk-UJBE43WI.cjs.map +1 -0
- package/dist/{chunk-ASXCDIN2.js → chunk-UM4JZEOH.js} +33 -7
- package/dist/chunk-UM4JZEOH.js.map +1 -0
- package/dist/index.cjs +89 -81
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +4 -4
- package/dist/{json-patch.types-DiJBqfxV.d.ts → json-patch.types-CYt9TCu3.d.ts} +1 -1
- package/dist/{json-patch.types-lByaF-OL.d.cts → json-patch.types-DUcWbQRY.d.cts} +1 -1
- package/dist/{json-string.store-BNF1Y93E.d.cts → json-string.store-CcZ197KO.d.cts} +4 -1
- package/dist/{json-string.store-qHcWNv07.d.ts → json-string.store-DckDcMVN.d.ts} +4 -1
- package/dist/lib/index.cjs +41 -41
- package/dist/lib/index.d.cts +3 -3
- package/dist/lib/index.d.ts +3 -3
- package/dist/lib/index.js +3 -3
- package/dist/mocks/index.cjs +1 -1
- package/dist/mocks/index.d.cts +2 -2
- package/dist/mocks/index.d.ts +2 -2
- package/dist/mocks/index.js +1 -1
- package/dist/model/index.cjs +26 -26
- package/dist/model/index.d.cts +3 -3
- package/dist/model/index.d.ts +3 -3
- package/dist/model/index.js +2 -2
- package/dist/plugins/index.cjs +1 -1
- package/dist/plugins/index.d.cts +9 -1
- package/dist/plugins/index.d.ts +9 -1
- package/dist/plugins/index.js +1 -1
- package/dist/{schema.types-Q3MYTp8z.d.cts → schema.types-CLHMJmkJ.d.cts} +8 -1
- package/dist/{schema.types-Q3MYTp8z.d.ts → schema.types-CLHMJmkJ.d.ts} +8 -1
- package/dist/types/index.cjs +2 -2
- package/dist/types/index.d.cts +4 -4
- package/dist/types/index.d.ts +4 -4
- package/dist/types/index.js +1 -1
- package/dist/validation-schemas/index.cjs +23 -15
- package/dist/validation-schemas/index.d.cts +3 -1
- package/dist/validation-schemas/index.d.ts +3 -1
- package/dist/validation-schemas/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-ASXCDIN2.js.map +0 -1
- package/dist/chunk-DFL3HJ4Y.js.map +0 -1
- package/dist/chunk-JLIZ7QT2.cjs.map +0 -1
- package/dist/chunk-QAIYSZIR.cjs.map +0 -1
- package/dist/chunk-V2SSSD5X.cjs.map +0 -1
- package/dist/chunk-VGTHMWJJ.cjs.map +0 -1
- package/dist/chunk-WCFA4226.js.map +0 -1
- package/dist/chunk-ZXLLJAMQ.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -4,13 +4,13 @@ require('./chunk-XAFOMEOK.cjs');
|
|
|
4
4
|
var chunkEJYILFAK_cjs = require('./chunk-EJYILFAK.cjs');
|
|
5
5
|
var chunkIPL2CGVA_cjs = require('./chunk-IPL2CGVA.cjs');
|
|
6
6
|
require('./chunk-ODCH3PP2.cjs');
|
|
7
|
-
var
|
|
7
|
+
var chunkUJBE43WI_cjs = require('./chunk-UJBE43WI.cjs');
|
|
8
8
|
var chunkGF3XXYOS_cjs = require('./chunk-GF3XXYOS.cjs');
|
|
9
9
|
var chunkEGC32GPY_cjs = require('./chunk-EGC32GPY.cjs');
|
|
10
10
|
var chunkXNFSFT7T_cjs = require('./chunk-XNFSFT7T.cjs');
|
|
11
|
-
var
|
|
12
|
-
var
|
|
13
|
-
var
|
|
11
|
+
var chunkTMWPWGUN_cjs = require('./chunk-TMWPWGUN.cjs');
|
|
12
|
+
var chunkB22UU3JK_cjs = require('./chunk-B22UU3JK.cjs');
|
|
13
|
+
var chunkT7VRK5OQ_cjs = require('./chunk-T7VRK5OQ.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
@@ -60,135 +60,135 @@ Object.defineProperty(exports, "CustomSchemeKeywords", {
|
|
|
60
60
|
});
|
|
61
61
|
Object.defineProperty(exports, "SchemaTable", {
|
|
62
62
|
enumerable: true,
|
|
63
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunkUJBE43WI_cjs.SchemaTable; }
|
|
64
64
|
});
|
|
65
65
|
Object.defineProperty(exports, "VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE", {
|
|
66
66
|
enumerable: true,
|
|
67
|
-
get: function () { return
|
|
67
|
+
get: function () { return chunkUJBE43WI_cjs.VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE; }
|
|
68
68
|
});
|
|
69
69
|
Object.defineProperty(exports, "applyAddPatch", {
|
|
70
70
|
enumerable: true,
|
|
71
|
-
get: function () { return
|
|
71
|
+
get: function () { return chunkUJBE43WI_cjs.applyAddPatch; }
|
|
72
72
|
});
|
|
73
73
|
Object.defineProperty(exports, "applyMovePatch", {
|
|
74
74
|
enumerable: true,
|
|
75
|
-
get: function () { return
|
|
75
|
+
get: function () { return chunkUJBE43WI_cjs.applyMovePatch; }
|
|
76
76
|
});
|
|
77
77
|
Object.defineProperty(exports, "applyRemovePatch", {
|
|
78
78
|
enumerable: true,
|
|
79
|
-
get: function () { return
|
|
79
|
+
get: function () { return chunkUJBE43WI_cjs.applyRemovePatch; }
|
|
80
80
|
});
|
|
81
81
|
Object.defineProperty(exports, "applyReplacePatch", {
|
|
82
82
|
enumerable: true,
|
|
83
|
-
get: function () { return
|
|
83
|
+
get: function () { return chunkUJBE43WI_cjs.applyReplacePatch; }
|
|
84
84
|
});
|
|
85
85
|
Object.defineProperty(exports, "computeValueDiff", {
|
|
86
86
|
enumerable: true,
|
|
87
|
-
get: function () { return
|
|
87
|
+
get: function () { return chunkUJBE43WI_cjs.computeValueDiff; }
|
|
88
88
|
});
|
|
89
89
|
Object.defineProperty(exports, "convertJsonPathToSchemaPath", {
|
|
90
90
|
enumerable: true,
|
|
91
|
-
get: function () { return
|
|
91
|
+
get: function () { return chunkUJBE43WI_cjs.convertJsonPathToSchemaPath; }
|
|
92
92
|
});
|
|
93
93
|
Object.defineProperty(exports, "convertSchemaPathToJsonPath", {
|
|
94
94
|
enumerable: true,
|
|
95
|
-
get: function () { return
|
|
95
|
+
get: function () { return chunkUJBE43WI_cjs.convertSchemaPathToJsonPath; }
|
|
96
96
|
});
|
|
97
97
|
Object.defineProperty(exports, "createJsonObjectSchemaStore", {
|
|
98
98
|
enumerable: true,
|
|
99
|
-
get: function () { return
|
|
99
|
+
get: function () { return chunkUJBE43WI_cjs.createJsonObjectSchemaStore; }
|
|
100
100
|
});
|
|
101
101
|
Object.defineProperty(exports, "createJsonSchemaStore", {
|
|
102
102
|
enumerable: true,
|
|
103
|
-
get: function () { return
|
|
103
|
+
get: function () { return chunkUJBE43WI_cjs.createJsonSchemaStore; }
|
|
104
104
|
});
|
|
105
105
|
Object.defineProperty(exports, "createPrimitiveStoreBySchema", {
|
|
106
106
|
enumerable: true,
|
|
107
|
-
get: function () { return
|
|
107
|
+
get: function () { return chunkUJBE43WI_cjs.createPrimitiveStoreBySchema; }
|
|
108
108
|
});
|
|
109
109
|
Object.defineProperty(exports, "deepEqual", {
|
|
110
110
|
enumerable: true,
|
|
111
|
-
get: function () { return
|
|
111
|
+
get: function () { return chunkUJBE43WI_cjs.deepEqual; }
|
|
112
112
|
});
|
|
113
113
|
Object.defineProperty(exports, "getDBJsonPathByJsonSchemaStore", {
|
|
114
114
|
enumerable: true,
|
|
115
|
-
get: function () { return
|
|
115
|
+
get: function () { return chunkUJBE43WI_cjs.getDBJsonPathByJsonSchemaStore; }
|
|
116
116
|
});
|
|
117
117
|
Object.defineProperty(exports, "getForeignKeyPatchesFromSchema", {
|
|
118
118
|
enumerable: true,
|
|
119
|
-
get: function () { return
|
|
119
|
+
get: function () { return chunkUJBE43WI_cjs.getForeignKeyPatchesFromSchema; }
|
|
120
120
|
});
|
|
121
121
|
Object.defineProperty(exports, "getForeignKeysFromSchema", {
|
|
122
122
|
enumerable: true,
|
|
123
|
-
get: function () { return
|
|
123
|
+
get: function () { return chunkUJBE43WI_cjs.getForeignKeysFromSchema; }
|
|
124
124
|
});
|
|
125
125
|
Object.defineProperty(exports, "getForeignKeysFromValue", {
|
|
126
126
|
enumerable: true,
|
|
127
|
-
get: function () { return
|
|
127
|
+
get: function () { return chunkUJBE43WI_cjs.getForeignKeysFromValue; }
|
|
128
128
|
});
|
|
129
129
|
Object.defineProperty(exports, "getInvalidFieldNamesInSchema", {
|
|
130
130
|
enumerable: true,
|
|
131
|
-
get: function () { return
|
|
131
|
+
get: function () { return chunkUJBE43WI_cjs.getInvalidFieldNamesInSchema; }
|
|
132
132
|
});
|
|
133
133
|
Object.defineProperty(exports, "getJsonSchemaStoreByPath", {
|
|
134
134
|
enumerable: true,
|
|
135
|
-
get: function () { return
|
|
135
|
+
get: function () { return chunkUJBE43WI_cjs.getJsonSchemaStoreByPath; }
|
|
136
136
|
});
|
|
137
137
|
Object.defineProperty(exports, "getJsonValueStoreByPath", {
|
|
138
138
|
enumerable: true,
|
|
139
|
-
get: function () { return
|
|
139
|
+
get: function () { return chunkUJBE43WI_cjs.getJsonValueStoreByPath; }
|
|
140
140
|
});
|
|
141
141
|
Object.defineProperty(exports, "getParentForPath", {
|
|
142
142
|
enumerable: true,
|
|
143
|
-
get: function () { return
|
|
143
|
+
get: function () { return chunkUJBE43WI_cjs.getParentForPath; }
|
|
144
144
|
});
|
|
145
145
|
Object.defineProperty(exports, "getPathByStore", {
|
|
146
146
|
enumerable: true,
|
|
147
|
-
get: function () { return
|
|
147
|
+
get: function () { return chunkUJBE43WI_cjs.getPathByStore; }
|
|
148
148
|
});
|
|
149
149
|
Object.defineProperty(exports, "getValueByPath", {
|
|
150
150
|
enumerable: true,
|
|
151
|
-
get: function () { return
|
|
151
|
+
get: function () { return chunkUJBE43WI_cjs.getValueByPath; }
|
|
152
152
|
});
|
|
153
153
|
Object.defineProperty(exports, "hasPath", {
|
|
154
154
|
enumerable: true,
|
|
155
|
-
get: function () { return
|
|
155
|
+
get: function () { return chunkUJBE43WI_cjs.hasPath; }
|
|
156
156
|
});
|
|
157
157
|
Object.defineProperty(exports, "parsePath", {
|
|
158
158
|
enumerable: true,
|
|
159
|
-
get: function () { return
|
|
159
|
+
get: function () { return chunkUJBE43WI_cjs.parsePath; }
|
|
160
160
|
});
|
|
161
161
|
Object.defineProperty(exports, "pluginRefs", {
|
|
162
162
|
enumerable: true,
|
|
163
|
-
get: function () { return
|
|
163
|
+
get: function () { return chunkUJBE43WI_cjs.pluginRefs; }
|
|
164
164
|
});
|
|
165
165
|
Object.defineProperty(exports, "replaceForeignKeyValue", {
|
|
166
166
|
enumerable: true,
|
|
167
|
-
get: function () { return
|
|
167
|
+
get: function () { return chunkUJBE43WI_cjs.replaceForeignKeyValue; }
|
|
168
168
|
});
|
|
169
169
|
Object.defineProperty(exports, "resolveRefs", {
|
|
170
170
|
enumerable: true,
|
|
171
|
-
get: function () { return
|
|
171
|
+
get: function () { return chunkUJBE43WI_cjs.resolveRefs; }
|
|
172
172
|
});
|
|
173
173
|
Object.defineProperty(exports, "saveSharedFields", {
|
|
174
174
|
enumerable: true,
|
|
175
|
-
get: function () { return
|
|
175
|
+
get: function () { return chunkUJBE43WI_cjs.saveSharedFields; }
|
|
176
176
|
});
|
|
177
177
|
Object.defineProperty(exports, "setValueByPath", {
|
|
178
178
|
enumerable: true,
|
|
179
|
-
get: function () { return
|
|
179
|
+
get: function () { return chunkUJBE43WI_cjs.setValueByPath; }
|
|
180
180
|
});
|
|
181
181
|
Object.defineProperty(exports, "traverseStore", {
|
|
182
182
|
enumerable: true,
|
|
183
|
-
get: function () { return
|
|
183
|
+
get: function () { return chunkUJBE43WI_cjs.traverseStore; }
|
|
184
184
|
});
|
|
185
185
|
Object.defineProperty(exports, "traverseValue", {
|
|
186
186
|
enumerable: true,
|
|
187
|
-
get: function () { return
|
|
187
|
+
get: function () { return chunkUJBE43WI_cjs.traverseValue; }
|
|
188
188
|
});
|
|
189
189
|
Object.defineProperty(exports, "validateJsonFieldName", {
|
|
190
190
|
enumerable: true,
|
|
191
|
-
get: function () { return
|
|
191
|
+
get: function () { return chunkUJBE43WI_cjs.validateJsonFieldName; }
|
|
192
192
|
});
|
|
193
193
|
Object.defineProperty(exports, "FieldChangeType", {
|
|
194
194
|
enumerable: true,
|
|
@@ -272,179 +272,187 @@ Object.defineProperty(exports, "SystemSchemaIds", {
|
|
|
272
272
|
});
|
|
273
273
|
Object.defineProperty(exports, "JsonArrayStore", {
|
|
274
274
|
enumerable: true,
|
|
275
|
-
get: function () { return
|
|
275
|
+
get: function () { return chunkTMWPWGUN_cjs.JsonArrayStore; }
|
|
276
276
|
});
|
|
277
277
|
Object.defineProperty(exports, "JsonArrayValueStore", {
|
|
278
278
|
enumerable: true,
|
|
279
|
-
get: function () { return
|
|
279
|
+
get: function () { return chunkTMWPWGUN_cjs.JsonArrayValueStore; }
|
|
280
280
|
});
|
|
281
281
|
Object.defineProperty(exports, "JsonBooleanStore", {
|
|
282
282
|
enumerable: true,
|
|
283
|
-
get: function () { return
|
|
283
|
+
get: function () { return chunkTMWPWGUN_cjs.JsonBooleanStore; }
|
|
284
284
|
});
|
|
285
285
|
Object.defineProperty(exports, "JsonBooleanValueStore", {
|
|
286
286
|
enumerable: true,
|
|
287
|
-
get: function () { return
|
|
287
|
+
get: function () { return chunkTMWPWGUN_cjs.JsonBooleanValueStore; }
|
|
288
288
|
});
|
|
289
289
|
Object.defineProperty(exports, "JsonNumberStore", {
|
|
290
290
|
enumerable: true,
|
|
291
|
-
get: function () { return
|
|
291
|
+
get: function () { return chunkTMWPWGUN_cjs.JsonNumberStore; }
|
|
292
292
|
});
|
|
293
293
|
Object.defineProperty(exports, "JsonNumberValueStore", {
|
|
294
294
|
enumerable: true,
|
|
295
|
-
get: function () { return
|
|
295
|
+
get: function () { return chunkTMWPWGUN_cjs.JsonNumberValueStore; }
|
|
296
296
|
});
|
|
297
297
|
Object.defineProperty(exports, "JsonObjectStore", {
|
|
298
298
|
enumerable: true,
|
|
299
|
-
get: function () { return
|
|
299
|
+
get: function () { return chunkTMWPWGUN_cjs.JsonObjectStore; }
|
|
300
300
|
});
|
|
301
301
|
Object.defineProperty(exports, "JsonObjectValueStore", {
|
|
302
302
|
enumerable: true,
|
|
303
|
-
get: function () { return
|
|
303
|
+
get: function () { return chunkTMWPWGUN_cjs.JsonObjectValueStore; }
|
|
304
304
|
});
|
|
305
305
|
Object.defineProperty(exports, "JsonStringStore", {
|
|
306
306
|
enumerable: true,
|
|
307
|
-
get: function () { return
|
|
307
|
+
get: function () { return chunkTMWPWGUN_cjs.JsonStringStore; }
|
|
308
308
|
});
|
|
309
309
|
Object.defineProperty(exports, "JsonStringValueStore", {
|
|
310
310
|
enumerable: true,
|
|
311
|
-
get: function () { return
|
|
311
|
+
get: function () { return chunkTMWPWGUN_cjs.JsonStringValueStore; }
|
|
312
312
|
});
|
|
313
313
|
Object.defineProperty(exports, "addSharedFieldsFromState", {
|
|
314
314
|
enumerable: true,
|
|
315
|
-
get: function () { return
|
|
315
|
+
get: function () { return chunkTMWPWGUN_cjs.addSharedFieldsFromState; }
|
|
316
316
|
});
|
|
317
317
|
Object.defineProperty(exports, "createJsonArrayValueStore", {
|
|
318
318
|
enumerable: true,
|
|
319
|
-
get: function () { return
|
|
319
|
+
get: function () { return chunkTMWPWGUN_cjs.createJsonArrayValueStore; }
|
|
320
320
|
});
|
|
321
321
|
Object.defineProperty(exports, "createJsonObjectValueStore", {
|
|
322
322
|
enumerable: true,
|
|
323
|
-
get: function () { return
|
|
323
|
+
get: function () { return chunkTMWPWGUN_cjs.createJsonObjectValueStore; }
|
|
324
324
|
});
|
|
325
325
|
Object.defineProperty(exports, "createJsonValueStore", {
|
|
326
326
|
enumerable: true,
|
|
327
|
-
get: function () { return
|
|
327
|
+
get: function () { return chunkTMWPWGUN_cjs.createJsonValueStore; }
|
|
328
328
|
});
|
|
329
329
|
Object.defineProperty(exports, "createPrimitiveValueStore", {
|
|
330
330
|
enumerable: true,
|
|
331
|
-
get: function () { return
|
|
331
|
+
get: function () { return chunkTMWPWGUN_cjs.createPrimitiveValueStore; }
|
|
332
332
|
});
|
|
333
333
|
Object.defineProperty(exports, "equal", {
|
|
334
334
|
enumerable: true,
|
|
335
|
-
get: function () { return
|
|
335
|
+
get: function () { return chunkTMWPWGUN_cjs.equal; }
|
|
336
336
|
});
|
|
337
337
|
Object.defineProperty(exports, "fromArrayToObject", {
|
|
338
338
|
enumerable: true,
|
|
339
|
-
get: function () { return
|
|
339
|
+
get: function () { return chunkTMWPWGUN_cjs.fromArrayToObject; }
|
|
340
340
|
});
|
|
341
341
|
Object.defineProperty(exports, "fromArrayTransformation", {
|
|
342
342
|
enumerable: true,
|
|
343
|
-
get: function () { return
|
|
343
|
+
get: function () { return chunkTMWPWGUN_cjs.fromArrayTransformation; }
|
|
344
344
|
});
|
|
345
345
|
Object.defineProperty(exports, "fromBooleanToNumber", {
|
|
346
346
|
enumerable: true,
|
|
347
|
-
get: function () { return
|
|
347
|
+
get: function () { return chunkTMWPWGUN_cjs.fromBooleanToNumber; }
|
|
348
348
|
});
|
|
349
349
|
Object.defineProperty(exports, "fromBooleanToString", {
|
|
350
350
|
enumerable: true,
|
|
351
|
-
get: function () { return
|
|
351
|
+
get: function () { return chunkTMWPWGUN_cjs.fromBooleanToString; }
|
|
352
352
|
});
|
|
353
353
|
Object.defineProperty(exports, "fromNumberToBoolean", {
|
|
354
354
|
enumerable: true,
|
|
355
|
-
get: function () { return
|
|
355
|
+
get: function () { return chunkTMWPWGUN_cjs.fromNumberToBoolean; }
|
|
356
356
|
});
|
|
357
357
|
Object.defineProperty(exports, "fromNumberToString", {
|
|
358
358
|
enumerable: true,
|
|
359
|
-
get: function () { return
|
|
359
|
+
get: function () { return chunkTMWPWGUN_cjs.fromNumberToString; }
|
|
360
360
|
});
|
|
361
361
|
Object.defineProperty(exports, "fromObjectToArray", {
|
|
362
362
|
enumerable: true,
|
|
363
|
-
get: function () { return
|
|
363
|
+
get: function () { return chunkTMWPWGUN_cjs.fromObjectToArray; }
|
|
364
364
|
});
|
|
365
365
|
Object.defineProperty(exports, "fromObjectToPrimitive", {
|
|
366
366
|
enumerable: true,
|
|
367
|
-
get: function () { return
|
|
367
|
+
get: function () { return chunkTMWPWGUN_cjs.fromObjectToPrimitive; }
|
|
368
368
|
});
|
|
369
369
|
Object.defineProperty(exports, "fromPrimitiveToObject", {
|
|
370
370
|
enumerable: true,
|
|
371
|
-
get: function () { return
|
|
371
|
+
get: function () { return chunkTMWPWGUN_cjs.fromPrimitiveToObject; }
|
|
372
372
|
});
|
|
373
373
|
Object.defineProperty(exports, "fromStringToBoolean", {
|
|
374
374
|
enumerable: true,
|
|
375
|
-
get: function () { return
|
|
375
|
+
get: function () { return chunkTMWPWGUN_cjs.fromStringToBoolean; }
|
|
376
376
|
});
|
|
377
377
|
Object.defineProperty(exports, "fromStringToNumber", {
|
|
378
378
|
enumerable: true,
|
|
379
|
-
get: function () { return
|
|
379
|
+
get: function () { return chunkTMWPWGUN_cjs.fromStringToNumber; }
|
|
380
380
|
});
|
|
381
381
|
Object.defineProperty(exports, "getTransformation", {
|
|
382
382
|
enumerable: true,
|
|
383
|
-
get: function () { return
|
|
383
|
+
get: function () { return chunkTMWPWGUN_cjs.getTransformation; }
|
|
384
384
|
});
|
|
385
385
|
Object.defineProperty(exports, "toArrayTransformation", {
|
|
386
386
|
enumerable: true,
|
|
387
|
-
get: function () { return
|
|
387
|
+
get: function () { return chunkTMWPWGUN_cjs.toArrayTransformation; }
|
|
388
388
|
});
|
|
389
389
|
Object.defineProperty(exports, "JsonSchemaTypeName", {
|
|
390
390
|
enumerable: true,
|
|
391
|
-
get: function () { return
|
|
391
|
+
get: function () { return chunkB22UU3JK_cjs.JsonSchemaTypeName; }
|
|
392
392
|
});
|
|
393
393
|
Object.defineProperty(exports, "arrayMetaSchema", {
|
|
394
394
|
enumerable: true,
|
|
395
|
-
get: function () { return
|
|
395
|
+
get: function () { return chunkT7VRK5OQ_cjs.arrayMetaSchema; }
|
|
396
396
|
});
|
|
397
397
|
Object.defineProperty(exports, "baseStringFields", {
|
|
398
398
|
enumerable: true,
|
|
399
|
-
get: function () { return
|
|
399
|
+
get: function () { return chunkT7VRK5OQ_cjs.baseStringFields; }
|
|
400
400
|
});
|
|
401
401
|
Object.defineProperty(exports, "booleanMetaSchema", {
|
|
402
402
|
enumerable: true,
|
|
403
|
-
get: function () { return
|
|
403
|
+
get: function () { return chunkT7VRK5OQ_cjs.booleanMetaSchema; }
|
|
404
404
|
});
|
|
405
405
|
Object.defineProperty(exports, "historyPatchesSchema", {
|
|
406
406
|
enumerable: true,
|
|
407
|
-
get: function () { return
|
|
407
|
+
get: function () { return chunkT7VRK5OQ_cjs.historyPatchesSchema; }
|
|
408
408
|
});
|
|
409
409
|
Object.defineProperty(exports, "jsonPatchSchema", {
|
|
410
410
|
enumerable: true,
|
|
411
|
-
get: function () { return
|
|
411
|
+
get: function () { return chunkT7VRK5OQ_cjs.jsonPatchSchema; }
|
|
412
412
|
});
|
|
413
413
|
Object.defineProperty(exports, "metaSchema", {
|
|
414
414
|
enumerable: true,
|
|
415
|
-
get: function () { return
|
|
415
|
+
get: function () { return chunkT7VRK5OQ_cjs.metaSchema; }
|
|
416
416
|
});
|
|
417
417
|
Object.defineProperty(exports, "noForeignKeyStringMetaSchema", {
|
|
418
418
|
enumerable: true,
|
|
419
|
-
get: function () { return
|
|
419
|
+
get: function () { return chunkT7VRK5OQ_cjs.noForeignKeyStringMetaSchema; }
|
|
420
420
|
});
|
|
421
421
|
Object.defineProperty(exports, "notForeignKeyMetaSchema", {
|
|
422
422
|
enumerable: true,
|
|
423
|
-
get: function () { return
|
|
423
|
+
get: function () { return chunkT7VRK5OQ_cjs.notForeignKeyMetaSchema; }
|
|
424
424
|
});
|
|
425
425
|
Object.defineProperty(exports, "numberMetaSchema", {
|
|
426
426
|
enumerable: true,
|
|
427
|
-
get: function () { return
|
|
427
|
+
get: function () { return chunkT7VRK5OQ_cjs.numberMetaSchema; }
|
|
428
428
|
});
|
|
429
429
|
Object.defineProperty(exports, "objectMetaSchema", {
|
|
430
430
|
enumerable: true,
|
|
431
|
-
get: function () { return
|
|
431
|
+
get: function () { return chunkT7VRK5OQ_cjs.objectMetaSchema; }
|
|
432
432
|
});
|
|
433
433
|
Object.defineProperty(exports, "refMetaSchema", {
|
|
434
434
|
enumerable: true,
|
|
435
|
-
get: function () { return
|
|
435
|
+
get: function () { return chunkT7VRK5OQ_cjs.refMetaSchema; }
|
|
436
436
|
});
|
|
437
437
|
Object.defineProperty(exports, "sharedFields", {
|
|
438
438
|
enumerable: true,
|
|
439
|
-
get: function () { return
|
|
439
|
+
get: function () { return chunkT7VRK5OQ_cjs.sharedFields; }
|
|
440
440
|
});
|
|
441
441
|
Object.defineProperty(exports, "stringMetaSchema", {
|
|
442
442
|
enumerable: true,
|
|
443
|
-
get: function () { return
|
|
443
|
+
get: function () { return chunkT7VRK5OQ_cjs.stringMetaSchema; }
|
|
444
444
|
});
|
|
445
445
|
Object.defineProperty(exports, "tableMigrationsSchema", {
|
|
446
446
|
enumerable: true,
|
|
447
|
-
get: function () { return
|
|
447
|
+
get: function () { return chunkT7VRK5OQ_cjs.tableMigrationsSchema; }
|
|
448
|
+
});
|
|
449
|
+
Object.defineProperty(exports, "xFormulaRequiresReadOnly", {
|
|
450
|
+
enumerable: true,
|
|
451
|
+
get: function () { return chunkT7VRK5OQ_cjs.xFormulaRequiresReadOnly; }
|
|
452
|
+
});
|
|
453
|
+
Object.defineProperty(exports, "xFormulaSchema", {
|
|
454
|
+
enumerable: true,
|
|
455
|
+
get: function () { return chunkT7VRK5OQ_cjs.xFormulaSchema; }
|
|
448
456
|
});
|
|
449
457
|
//# sourceMappingURL=index.cjs.map
|
|
450
458
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.d.cts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export { b as JsonArray, J as JsonObject, a as JsonPrimitives, c as JsonValue } from './json.types-46Cq-WxU.cjs';
|
|
2
|
-
export { h as JsonPatch, g as JsonPatchAdd, c as JsonPatchAddOperation, d as JsonPatchMove, J as JsonPatchMoveOperation, f as JsonPatchRemove, b as JsonPatchRemoveOperation, e as JsonPatchReplace, a as JsonPatchReplaceOperation } from './json-patch.types-
|
|
2
|
+
export { h as JsonPatch, g as JsonPatchAdd, c as JsonPatchAddOperation, d as JsonPatchMove, J as JsonPatchMoveOperation, f as JsonPatchRemove, b as JsonPatchRemoveOperation, e as JsonPatchReplace, a as JsonPatchReplaceOperation } from './json-patch.types-DUcWbQRY.cjs';
|
|
3
3
|
export { InitMigration, JsonValuePatch, JsonValuePatchAdd, JsonValuePatchMove, JsonValuePatchRemove, JsonValuePatchReplace, Migration, RemoveMigration, RenameMigration, UpdateMigration } from './types/index.cjs';
|
|
4
|
-
export { g as JsonArraySchema, d as JsonBooleanSchema, c as JsonNumberSchema, f as JsonObjectSchema, h as JsonRefSchema, i as JsonSchema, e as JsonSchemaPrimitives, a as JsonSchemaSharedFields, J as JsonSchemaTypeName, j as JsonSchemaWithoutRef, b as JsonStringSchema } from './schema.types-
|
|
4
|
+
export { g as JsonArraySchema, d as JsonBooleanSchema, c as JsonNumberSchema, f as JsonObjectSchema, h as JsonRefSchema, i as JsonSchema, e as JsonSchemaPrimitives, a as JsonSchemaSharedFields, J as JsonSchemaTypeName, j as JsonSchemaWithoutRef, b as JsonStringSchema, X as XFormula } from './schema.types-CLHMJmkJ.cjs';
|
|
5
5
|
export { a as FieldChange, F as FieldChangeType } from './value-diff.types-BRoI_kGE.cjs';
|
|
6
6
|
export { ajvFileSchema, ajvRowCreatedAtSchema, ajvRowCreatedIdSchema, ajvRowHashSchema, ajvRowIdSchema, ajvRowPublishedAtSchema, ajvRowSchemaHashSchema, ajvRowUpdatedAtSchema, ajvRowVersionIdSchema, fileSchema, rowCreatedAtSchema, rowCreatedIdSchema, rowHashSchema, rowIdSchema, rowPublishedAtSchema, rowSchemaHashSchema, rowUpdatedAtSchema, rowVersionIdSchema } from './plugins/index.cjs';
|
|
7
7
|
export { getAddPatch, getArraySchema, getBooleanSchema, getMovePatch, getNumberSchema, getObjectSchema, getRefSchema, getRemovePatch, getReplacePatch, getStringSchema } from './mocks/index.cjs';
|
|
8
8
|
export { CustomSchemeKeywords } from './consts/index.cjs';
|
|
9
|
-
export { A as AddedPropertyEvent, C as ChangeNameEvent, f as JsonArrayStore, m as JsonArrayValueStore, b as JsonBooleanStore, k as JsonBooleanValueStore, a as JsonNumberStore, j as JsonNumberValueStore, c as JsonObjectStore, l as JsonObjectValueStore, h as JsonSchemaStore, g as JsonSchemaStorePrimitives, J as JsonStringStore, i as JsonStringValueStore, p as JsonValueStore, o as JsonValueStoreParent, n as JsonValueStorePrimitives, d as MigrateItemsEvent, M as MigratePropertyEvent, R as RemovedPropertyEvent, e as ReplaceItemsEvent } from './json-string.store-
|
|
9
|
+
export { A as AddedPropertyEvent, C as ChangeNameEvent, f as JsonArrayStore, m as JsonArrayValueStore, b as JsonBooleanStore, k as JsonBooleanValueStore, a as JsonNumberStore, j as JsonNumberValueStore, c as JsonObjectStore, l as JsonObjectValueStore, h as JsonSchemaStore, g as JsonSchemaStorePrimitives, J as JsonStringStore, i as JsonStringValueStore, p as JsonValueStore, o as JsonValueStoreParent, n as JsonValueStorePrimitives, d as MigrateItemsEvent, M as MigratePropertyEvent, R as RemovedPropertyEvent, e as ReplaceItemsEvent } from './json-string.store-CcZ197KO.cjs';
|
|
10
10
|
export { equal, fromArrayToObject, fromArrayTransformation, fromBooleanToNumber, fromBooleanToString, fromNumberToBoolean, fromNumberToString, fromObjectToArray, fromObjectToPrimitive, fromPrimitiveToObject, fromStringToBoolean, fromStringToNumber, getTransformation, toArrayTransformation } from './model/index.cjs';
|
|
11
11
|
export { GetForeignKeysFromValueType, RefsType, ReplaceForeignKeyValueOptions, SchemaTable, VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE, addSharedFieldsFromState, applyAddPatch, applyMovePatch, applyRemovePatch, applyReplacePatch, computeValueDiff, convertJsonPathToSchemaPath, convertSchemaPathToJsonPath, createJsonArrayValueStore, createJsonObjectSchemaStore, createJsonObjectValueStore, createJsonSchemaStore, createJsonValueStore, createPrimitiveStoreBySchema, createPrimitiveValueStore, deepEqual, getDBJsonPathByJsonSchemaStore, getForeignKeyPatchesFromSchema, getForeignKeysFromSchema, getForeignKeysFromValue, getInvalidFieldNamesInSchema, getJsonSchemaStoreByPath, getJsonValueStoreByPath, getParentForPath, getPathByStore, getValueByPath, hasPath, parsePath, pluginRefs, replaceForeignKeyValue, resolveRefs, saveSharedFields, setValueByPath, traverseStore, traverseValue, validateJsonFieldName } from './lib/index.cjs';
|
|
12
|
-
export { arrayMetaSchema, baseStringFields, booleanMetaSchema, historyPatchesSchema, jsonPatchSchema, metaSchema, noForeignKeyStringMetaSchema, notForeignKeyMetaSchema, numberMetaSchema, objectMetaSchema, refMetaSchema, sharedFields, stringMetaSchema, tableMigrationsSchema } from './validation-schemas/index.cjs';
|
|
12
|
+
export { arrayMetaSchema, baseStringFields, booleanMetaSchema, historyPatchesSchema, jsonPatchSchema, metaSchema, noForeignKeyStringMetaSchema, notForeignKeyMetaSchema, numberMetaSchema, objectMetaSchema, refMetaSchema, sharedFields, stringMetaSchema, tableMigrationsSchema, xFormulaRequiresReadOnly, xFormulaSchema } from './validation-schemas/index.cjs';
|
|
13
13
|
export { S as SystemSchemaIds } from './system-schema-ids-B-2xMN-1.cjs';
|
|
14
14
|
import 'node:events';
|
|
15
15
|
import 'ajv/dist/2020';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export { b as JsonArray, J as JsonObject, a as JsonPrimitives, c as JsonValue } from './json.types-46Cq-WxU.js';
|
|
2
|
-
export { h as JsonPatch, g as JsonPatchAdd, c as JsonPatchAddOperation, d as JsonPatchMove, J as JsonPatchMoveOperation, f as JsonPatchRemove, b as JsonPatchRemoveOperation, e as JsonPatchReplace, a as JsonPatchReplaceOperation } from './json-patch.types-
|
|
2
|
+
export { h as JsonPatch, g as JsonPatchAdd, c as JsonPatchAddOperation, d as JsonPatchMove, J as JsonPatchMoveOperation, f as JsonPatchRemove, b as JsonPatchRemoveOperation, e as JsonPatchReplace, a as JsonPatchReplaceOperation } from './json-patch.types-CYt9TCu3.js';
|
|
3
3
|
export { InitMigration, JsonValuePatch, JsonValuePatchAdd, JsonValuePatchMove, JsonValuePatchRemove, JsonValuePatchReplace, Migration, RemoveMigration, RenameMigration, UpdateMigration } from './types/index.js';
|
|
4
|
-
export { g as JsonArraySchema, d as JsonBooleanSchema, c as JsonNumberSchema, f as JsonObjectSchema, h as JsonRefSchema, i as JsonSchema, e as JsonSchemaPrimitives, a as JsonSchemaSharedFields, J as JsonSchemaTypeName, j as JsonSchemaWithoutRef, b as JsonStringSchema } from './schema.types-
|
|
4
|
+
export { g as JsonArraySchema, d as JsonBooleanSchema, c as JsonNumberSchema, f as JsonObjectSchema, h as JsonRefSchema, i as JsonSchema, e as JsonSchemaPrimitives, a as JsonSchemaSharedFields, J as JsonSchemaTypeName, j as JsonSchemaWithoutRef, b as JsonStringSchema, X as XFormula } from './schema.types-CLHMJmkJ.js';
|
|
5
5
|
export { a as FieldChange, F as FieldChangeType } from './value-diff.types-BRoI_kGE.js';
|
|
6
6
|
export { ajvFileSchema, ajvRowCreatedAtSchema, ajvRowCreatedIdSchema, ajvRowHashSchema, ajvRowIdSchema, ajvRowPublishedAtSchema, ajvRowSchemaHashSchema, ajvRowUpdatedAtSchema, ajvRowVersionIdSchema, fileSchema, rowCreatedAtSchema, rowCreatedIdSchema, rowHashSchema, rowIdSchema, rowPublishedAtSchema, rowSchemaHashSchema, rowUpdatedAtSchema, rowVersionIdSchema } from './plugins/index.js';
|
|
7
7
|
export { getAddPatch, getArraySchema, getBooleanSchema, getMovePatch, getNumberSchema, getObjectSchema, getRefSchema, getRemovePatch, getReplacePatch, getStringSchema } from './mocks/index.js';
|
|
8
8
|
export { CustomSchemeKeywords } from './consts/index.js';
|
|
9
|
-
export { A as AddedPropertyEvent, C as ChangeNameEvent, f as JsonArrayStore, m as JsonArrayValueStore, b as JsonBooleanStore, k as JsonBooleanValueStore, a as JsonNumberStore, j as JsonNumberValueStore, c as JsonObjectStore, l as JsonObjectValueStore, h as JsonSchemaStore, g as JsonSchemaStorePrimitives, J as JsonStringStore, i as JsonStringValueStore, p as JsonValueStore, o as JsonValueStoreParent, n as JsonValueStorePrimitives, d as MigrateItemsEvent, M as MigratePropertyEvent, R as RemovedPropertyEvent, e as ReplaceItemsEvent } from './json-string.store-
|
|
9
|
+
export { A as AddedPropertyEvent, C as ChangeNameEvent, f as JsonArrayStore, m as JsonArrayValueStore, b as JsonBooleanStore, k as JsonBooleanValueStore, a as JsonNumberStore, j as JsonNumberValueStore, c as JsonObjectStore, l as JsonObjectValueStore, h as JsonSchemaStore, g as JsonSchemaStorePrimitives, J as JsonStringStore, i as JsonStringValueStore, p as JsonValueStore, o as JsonValueStoreParent, n as JsonValueStorePrimitives, d as MigrateItemsEvent, M as MigratePropertyEvent, R as RemovedPropertyEvent, e as ReplaceItemsEvent } from './json-string.store-DckDcMVN.js';
|
|
10
10
|
export { equal, fromArrayToObject, fromArrayTransformation, fromBooleanToNumber, fromBooleanToString, fromNumberToBoolean, fromNumberToString, fromObjectToArray, fromObjectToPrimitive, fromPrimitiveToObject, fromStringToBoolean, fromStringToNumber, getTransformation, toArrayTransformation } from './model/index.js';
|
|
11
11
|
export { GetForeignKeysFromValueType, RefsType, ReplaceForeignKeyValueOptions, SchemaTable, VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE, addSharedFieldsFromState, applyAddPatch, applyMovePatch, applyRemovePatch, applyReplacePatch, computeValueDiff, convertJsonPathToSchemaPath, convertSchemaPathToJsonPath, createJsonArrayValueStore, createJsonObjectSchemaStore, createJsonObjectValueStore, createJsonSchemaStore, createJsonValueStore, createPrimitiveStoreBySchema, createPrimitiveValueStore, deepEqual, getDBJsonPathByJsonSchemaStore, getForeignKeyPatchesFromSchema, getForeignKeysFromSchema, getForeignKeysFromValue, getInvalidFieldNamesInSchema, getJsonSchemaStoreByPath, getJsonValueStoreByPath, getParentForPath, getPathByStore, getValueByPath, hasPath, parsePath, pluginRefs, replaceForeignKeyValue, resolveRefs, saveSharedFields, setValueByPath, traverseStore, traverseValue, validateJsonFieldName } from './lib/index.js';
|
|
12
|
-
export { arrayMetaSchema, baseStringFields, booleanMetaSchema, historyPatchesSchema, jsonPatchSchema, metaSchema, noForeignKeyStringMetaSchema, notForeignKeyMetaSchema, numberMetaSchema, objectMetaSchema, refMetaSchema, sharedFields, stringMetaSchema, tableMigrationsSchema } from './validation-schemas/index.js';
|
|
12
|
+
export { arrayMetaSchema, baseStringFields, booleanMetaSchema, historyPatchesSchema, jsonPatchSchema, metaSchema, noForeignKeyStringMetaSchema, notForeignKeyMetaSchema, numberMetaSchema, objectMetaSchema, refMetaSchema, sharedFields, stringMetaSchema, tableMigrationsSchema, xFormulaRequiresReadOnly, xFormulaSchema } from './validation-schemas/index.js';
|
|
13
13
|
export { S as SystemSchemaIds } from './system-schema-ids-B-2xMN-1.js';
|
|
14
14
|
import 'node:events';
|
|
15
15
|
import 'ajv/dist/2020';
|
package/dist/index.js
CHANGED
|
@@ -2,12 +2,12 @@ import './chunk-SBJFTOWW.js';
|
|
|
2
2
|
export { getAddPatch, getArraySchema, getBooleanSchema, getMovePatch, getNumberSchema, getObjectSchema, getRefSchema, getRemovePatch, getReplacePatch, getStringSchema } from './chunk-AORPUIKD.js';
|
|
3
3
|
export { CustomSchemeKeywords } from './chunk-5VDDLW7U.js';
|
|
4
4
|
import './chunk-H7W4QNMA.js';
|
|
5
|
-
export { SchemaTable, VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE, applyAddPatch, applyMovePatch, applyRemovePatch, applyReplacePatch, computeValueDiff, convertJsonPathToSchemaPath, convertSchemaPathToJsonPath, createJsonObjectSchemaStore, createJsonSchemaStore, createPrimitiveStoreBySchema, deepEqual, getDBJsonPathByJsonSchemaStore, getForeignKeyPatchesFromSchema, getForeignKeysFromSchema, getForeignKeysFromValue, getInvalidFieldNamesInSchema, getJsonSchemaStoreByPath, getJsonValueStoreByPath, getParentForPath, getPathByStore, getValueByPath, hasPath, parsePath, pluginRefs, replaceForeignKeyValue, resolveRefs, saveSharedFields, setValueByPath, traverseStore, traverseValue, validateJsonFieldName } from './chunk-
|
|
5
|
+
export { SchemaTable, VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE, applyAddPatch, applyMovePatch, applyRemovePatch, applyReplacePatch, computeValueDiff, convertJsonPathToSchemaPath, convertSchemaPathToJsonPath, createJsonObjectSchemaStore, createJsonSchemaStore, createPrimitiveStoreBySchema, deepEqual, getDBJsonPathByJsonSchemaStore, getForeignKeyPatchesFromSchema, getForeignKeysFromSchema, getForeignKeysFromValue, getInvalidFieldNamesInSchema, getJsonSchemaStoreByPath, getJsonValueStoreByPath, getParentForPath, getPathByStore, getValueByPath, hasPath, parsePath, pluginRefs, replaceForeignKeyValue, resolveRefs, saveSharedFields, setValueByPath, traverseStore, traverseValue, validateJsonFieldName } from './chunk-4BIANIHT.js';
|
|
6
6
|
export { FieldChangeType } from './chunk-KJCURW4D.js';
|
|
7
7
|
export { ajvFileSchema, ajvRowCreatedAtSchema, ajvRowCreatedIdSchema, ajvRowHashSchema, ajvRowIdSchema, ajvRowPublishedAtSchema, ajvRowSchemaHashSchema, ajvRowUpdatedAtSchema, ajvRowVersionIdSchema, fileSchema, rowCreatedAtSchema, rowCreatedIdSchema, rowHashSchema, rowIdSchema, rowPublishedAtSchema, rowSchemaHashSchema, rowUpdatedAtSchema, rowVersionIdSchema } from './chunk-LLHQWDAR.js';
|
|
8
8
|
export { SystemSchemaIds } from './chunk-Q2UOTIMG.js';
|
|
9
|
-
export { JsonArrayStore, JsonArrayValueStore, JsonBooleanStore, JsonBooleanValueStore, JsonNumberStore, JsonNumberValueStore, JsonObjectStore, JsonObjectValueStore, JsonStringStore, JsonStringValueStore, addSharedFieldsFromState, createJsonArrayValueStore, createJsonObjectValueStore, createJsonValueStore, createPrimitiveValueStore, equal, fromArrayToObject, fromArrayTransformation, fromBooleanToNumber, fromBooleanToString, fromNumberToBoolean, fromNumberToString, fromObjectToArray, fromObjectToPrimitive, fromPrimitiveToObject, fromStringToBoolean, fromStringToNumber, getTransformation, toArrayTransformation } from './chunk-
|
|
10
|
-
export { JsonSchemaTypeName } from './chunk-
|
|
11
|
-
export { arrayMetaSchema, baseStringFields, booleanMetaSchema, historyPatchesSchema, jsonPatchSchema, metaSchema, noForeignKeyStringMetaSchema, notForeignKeyMetaSchema, numberMetaSchema, objectMetaSchema, refMetaSchema, sharedFields, stringMetaSchema, tableMigrationsSchema } from './chunk-
|
|
9
|
+
export { JsonArrayStore, JsonArrayValueStore, JsonBooleanStore, JsonBooleanValueStore, JsonNumberStore, JsonNumberValueStore, JsonObjectStore, JsonObjectValueStore, JsonStringStore, JsonStringValueStore, addSharedFieldsFromState, createJsonArrayValueStore, createJsonObjectValueStore, createJsonValueStore, createPrimitiveValueStore, equal, fromArrayToObject, fromArrayTransformation, fromBooleanToNumber, fromBooleanToString, fromNumberToBoolean, fromNumberToString, fromObjectToArray, fromObjectToPrimitive, fromPrimitiveToObject, fromStringToBoolean, fromStringToNumber, getTransformation, toArrayTransformation } from './chunk-HY4VE7H2.js';
|
|
10
|
+
export { JsonSchemaTypeName } from './chunk-L5MLJEC7.js';
|
|
11
|
+
export { arrayMetaSchema, baseStringFields, booleanMetaSchema, historyPatchesSchema, jsonPatchSchema, metaSchema, noForeignKeyStringMetaSchema, notForeignKeyMetaSchema, numberMetaSchema, objectMetaSchema, refMetaSchema, sharedFields, stringMetaSchema, tableMigrationsSchema, xFormulaRequiresReadOnly, xFormulaSchema } from './chunk-UM4JZEOH.js';
|
|
12
12
|
//# sourceMappingURL=index.js.map
|
|
13
13
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from 'node:events';
|
|
2
|
-
import { d as JsonBooleanSchema, J as JsonSchemaTypeName, h as JsonRefSchema, c as JsonNumberSchema, f as JsonObjectSchema, g as JsonArraySchema, b as JsonStringSchema } from './schema.types-
|
|
2
|
+
import { d as JsonBooleanSchema, J as JsonSchemaTypeName, X as XFormula, h as JsonRefSchema, c as JsonNumberSchema, f as JsonObjectSchema, g as JsonArraySchema, b as JsonStringSchema } from './schema.types-CLHMJmkJ.cjs';
|
|
3
3
|
import { J as JsonObject, b as JsonArray } from './json.types-46Cq-WxU.cjs';
|
|
4
4
|
|
|
5
5
|
declare class JsonBooleanStore extends EventEmitter implements JsonBooleanSchema {
|
|
@@ -13,6 +13,7 @@ declare class JsonBooleanStore extends EventEmitter implements JsonBooleanSchema
|
|
|
13
13
|
title?: string;
|
|
14
14
|
description?: string;
|
|
15
15
|
deprecated?: boolean;
|
|
16
|
+
'x-formula'?: XFormula;
|
|
16
17
|
private readonly valuesMap;
|
|
17
18
|
constructor(nodeId?: string);
|
|
18
19
|
registerValue(value: JsonBooleanValueStore): number;
|
|
@@ -45,6 +46,7 @@ declare class JsonNumberStore extends EventEmitter implements JsonNumberSchema {
|
|
|
45
46
|
title?: string;
|
|
46
47
|
description?: string;
|
|
47
48
|
deprecated?: boolean;
|
|
49
|
+
'x-formula'?: XFormula;
|
|
48
50
|
private readonly valuesMap;
|
|
49
51
|
constructor(nodeId?: string);
|
|
50
52
|
registerValue(value: JsonNumberValueStore): number;
|
|
@@ -216,6 +218,7 @@ declare class JsonStringStore extends EventEmitter implements JsonStringSchema {
|
|
|
216
218
|
enum?: string[];
|
|
217
219
|
format?: JsonStringSchema['format'];
|
|
218
220
|
contentMediaType?: JsonStringSchema['contentMediaType'];
|
|
221
|
+
'x-formula'?: XFormula;
|
|
219
222
|
private readonly valuesMap;
|
|
220
223
|
constructor(nodeId?: string);
|
|
221
224
|
registerValue(value: JsonStringValueStore): number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from 'node:events';
|
|
2
|
-
import { d as JsonBooleanSchema, J as JsonSchemaTypeName, h as JsonRefSchema, c as JsonNumberSchema, f as JsonObjectSchema, g as JsonArraySchema, b as JsonStringSchema } from './schema.types-
|
|
2
|
+
import { d as JsonBooleanSchema, J as JsonSchemaTypeName, X as XFormula, h as JsonRefSchema, c as JsonNumberSchema, f as JsonObjectSchema, g as JsonArraySchema, b as JsonStringSchema } from './schema.types-CLHMJmkJ.js';
|
|
3
3
|
import { J as JsonObject, b as JsonArray } from './json.types-46Cq-WxU.js';
|
|
4
4
|
|
|
5
5
|
declare class JsonBooleanStore extends EventEmitter implements JsonBooleanSchema {
|
|
@@ -13,6 +13,7 @@ declare class JsonBooleanStore extends EventEmitter implements JsonBooleanSchema
|
|
|
13
13
|
title?: string;
|
|
14
14
|
description?: string;
|
|
15
15
|
deprecated?: boolean;
|
|
16
|
+
'x-formula'?: XFormula;
|
|
16
17
|
private readonly valuesMap;
|
|
17
18
|
constructor(nodeId?: string);
|
|
18
19
|
registerValue(value: JsonBooleanValueStore): number;
|
|
@@ -45,6 +46,7 @@ declare class JsonNumberStore extends EventEmitter implements JsonNumberSchema {
|
|
|
45
46
|
title?: string;
|
|
46
47
|
description?: string;
|
|
47
48
|
deprecated?: boolean;
|
|
49
|
+
'x-formula'?: XFormula;
|
|
48
50
|
private readonly valuesMap;
|
|
49
51
|
constructor(nodeId?: string);
|
|
50
52
|
registerValue(value: JsonNumberValueStore): number;
|
|
@@ -216,6 +218,7 @@ declare class JsonStringStore extends EventEmitter implements JsonStringSchema {
|
|
|
216
218
|
enum?: string[];
|
|
217
219
|
format?: JsonStringSchema['format'];
|
|
218
220
|
contentMediaType?: JsonStringSchema['contentMediaType'];
|
|
221
|
+
'x-formula'?: XFormula;
|
|
219
222
|
private readonly valuesMap;
|
|
220
223
|
constructor(nodeId?: string);
|
|
221
224
|
registerValue(value: JsonStringValueStore): number;
|