pareto-test 0.12.3 → 0.13.1

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 (69) hide show
  1. package/dist/globals.d.ts +26 -0
  2. package/dist/globals.js +2 -0
  3. package/dist/implementation/commands/run_tests.d.ts +11 -0
  4. package/dist/implementation/commands/run_tests.js +73 -0
  5. package/dist/implementation/generic.d.ts +13 -0
  6. package/dist/implementation/generic.js +100 -0
  7. package/dist/implementation/transformers/test_result/fountain_pen.d.ts +4 -0
  8. package/dist/implementation/transformers/test_result/fountain_pen.js +55 -0
  9. package/dist/implementation/transformers/test_result/lines.d.ts +3 -0
  10. package/dist/implementation/transformers/test_result/lines.js +35 -0
  11. package/dist/interface/generic.d.ts +27 -0
  12. package/dist/interface/generic.js +3 -0
  13. package/package.json +6 -7
  14. package/dist/bin/json_to_astn.d.ts +0 -2
  15. package/dist/bin/json_to_astn.js +0 -177
  16. package/dist/bin/temp_serialize_json_schema.d.ts +0 -2
  17. package/dist/bin/temp_serialize_json_schema.js +0 -60
  18. package/dist/generated/implementation/generic/resolve.d.ts +0 -109
  19. package/dist/generated/implementation/generic/resolve.js +0 -276
  20. package/dist/generated/implementation/generic/unmarshall.d.ts +0 -42
  21. package/dist/generated/implementation/generic/unmarshall.js +0 -238
  22. package/dist/generated/implementation/schemas/legacy_json_schema/marshall.d.ts +0 -11
  23. package/dist/generated/implementation/schemas/legacy_json_schema/marshall.js +0 -260
  24. package/dist/generated/implementation/schemas/legacy_json_schema/unmarshall.d.ts +0 -11
  25. package/dist/generated/implementation/schemas/legacy_json_schema/unmarshall.js +0 -246
  26. package/dist/generated/interface/core/astn_source.d.ts +0 -108
  27. package/dist/generated/interface/core/astn_source.js +0 -3
  28. package/dist/generated/interface/core/astn_target.d.ts +0 -186
  29. package/dist/generated/interface/core/astn_target.js +0 -3
  30. package/dist/generated/interface/core/resolve.d.ts +0 -11
  31. package/dist/generated/interface/core/resolve.js +0 -3
  32. package/dist/generated/interface/core/resolved.d.ts +0 -117
  33. package/dist/generated/interface/core/resolved.js +0 -3
  34. package/dist/generated/interface/core/unconstrained.d.ts +0 -19
  35. package/dist/generated/interface/core/unconstrained.js +0 -3
  36. package/dist/generated/interface/core/unresolved.d.ts +0 -181
  37. package/dist/generated/interface/core/unresolved.js +0 -3
  38. package/dist/generated/interface/schemas/legacy_json_schema/data_types/resolve.d.ts +0 -1
  39. package/dist/generated/interface/schemas/legacy_json_schema/data_types/resolve.js +0 -7
  40. package/dist/generated/interface/schemas/legacy_json_schema/data_types/source.d.ts +0 -574
  41. package/dist/generated/interface/schemas/legacy_json_schema/data_types/source.js +0 -3
  42. package/dist/generated/interface/schemas/legacy_json_schema/data_types/target.d.ts +0 -574
  43. package/dist/generated/interface/schemas/legacy_json_schema/data_types/target.js +0 -3
  44. package/dist/generated/interface/schemas/legacy_json_schema/marshall.d.ts +0 -303
  45. package/dist/generated/interface/schemas/legacy_json_schema/marshall.js +0 -3
  46. package/dist/generated/interface/schemas/legacy_json_schema/migrate_boilerplate.d.ts +0 -222
  47. package/dist/generated/interface/schemas/legacy_json_schema/migrate_boilerplate.js +0 -3
  48. package/dist/generated/interface/schemas/legacy_json_schema/unmarshall.d.ts +0 -303
  49. package/dist/generated/interface/schemas/legacy_json_schema/unmarshall.js +0 -3
  50. package/dist/generated/interface/schemas/legacy_json_schema/value_deserializers.d.ts +0 -44
  51. package/dist/generated/interface/schemas/legacy_json_schema/value_deserializers.js +0 -3
  52. package/dist/generated/interface/schemas/legacy_json_schema/value_serializers.d.ts +0 -44
  53. package/dist/generated/interface/schemas/legacy_json_schema/value_serializers.js +0 -3
  54. package/dist/interface/testrunner.d.ts +0 -6
  55. package/dist/interface/testrunner.js +0 -3
  56. package/dist/run_tests.d.ts +0 -3
  57. package/dist/run_tests.js +0 -232
  58. package/dist/shorthands/legacy_json_schema.d.ts +0 -32
  59. package/dist/shorthands/legacy_json_schema.js +0 -119
  60. package/dist/temp_astn_target_to_fountain_pen_block.d.ts +0 -8
  61. package/dist/temp_astn_target_to_fountain_pen_block.js +0 -131
  62. package/dist/temp_data/json_schema.astn.d.ts +0 -2
  63. package/dist/temp_data/json_schema.astn.js +0 -278
  64. package/dist/transformations/legacy_json_schema/astn_sealed_target.d.ts +0 -38
  65. package/dist/transformations/legacy_json_schema/astn_sealed_target.js +0 -252
  66. package/dist/types/json.d.ts +0 -4
  67. package/dist/types/json.js +0 -3
  68. package/dist/unmarshall_helpers.d.ts +0 -16
  69. package/dist/unmarshall_helpers.js +0 -163
@@ -1,574 +0,0 @@
1
- import * as _pt from 'exupery-core-types';
2
- import * as _i_core from "../../../core/resolved";
3
- export type _T_Array_Definition = {
4
- readonly 'type': _i_core._T_State_Group<null, readonly ['list', _T_Definition]>;
5
- };
6
- export type _T_Boolean_Definition = null;
7
- export type _T_Definition = _i_core._T_State_Group<null, readonly ['any', null] | readonly [
8
- 'any of',
9
- {
10
- readonly 'array': _pt.Optional_Value<_T_Array_Definition>;
11
- readonly 'boolean': _pt.Optional_Value<_T_Boolean_Definition>;
12
- readonly 'else': _pt.Optional_Value<string>;
13
- readonly 'null': _pt.Optional_Value<_T_Null_Definition>;
14
- readonly 'number': _pt.Optional_Value<_T_Number_Definition>;
15
- readonly 'object': _pt.Optional_Value<_T_Object_Definition>;
16
- readonly 'string': _pt.Optional_Value<_T_String_Definition>;
17
- }
18
- ] | readonly ['array', _T_Array_Definition] | readonly ['boolean', _T_Boolean_Definition] | readonly ['definition reference', string] | readonly ['null', _T_Null_Definition] | readonly ['number', _T_Number_Definition] | readonly ['object', _T_Object_Definition] | readonly ['string', _T_String_Definition]>;
19
- export type _T_Error = {
20
- readonly 'path': string;
21
- readonly 'type': _i_core._T_State_Group<null, readonly ['missing property', string] | readonly [
22
- 'not the right type',
23
- {
24
- readonly 'actual': _T_Value_Type;
25
- readonly 'expected': _T_Value_Type;
26
- }
27
- ] | readonly [
28
- 'superfluous property',
29
- {
30
- readonly 'name': string;
31
- readonly 'type': _T_Value_Type;
32
- }
33
- ] | readonly [
34
- 'type not allowed',
35
- {
36
- readonly 'type': _T_Value_Type;
37
- }
38
- ]>;
39
- };
40
- export type _T_Null_Definition = null;
41
- export type _T_Number_Definition = null;
42
- export type _T_Object_Definition = {
43
- readonly 'type': _i_core._T_State_Group<null, readonly ['dictionary', _T_Definition] | readonly [
44
- 'verbose group',
45
- {
46
- readonly 'properties': _i_core._T_Dictionary<null, {
47
- readonly 'definition': _T_Definition;
48
- readonly 'optional': boolean;
49
- }>;
50
- }
51
- ]>;
52
- };
53
- export type _T_Schema = {
54
- readonly 'definitions': _i_core._T_Dictionary<null, _T_Definition>;
55
- readonly 'root': string;
56
- };
57
- export type _T_String_Definition = _i_core._T_State_Group<null, readonly ['any', null] | readonly ['enum', _i_core._T_Dictionary<null, null>]>;
58
- export type _T_Value_Type = _i_core._T_State_Group<null, readonly ['array', null] | readonly ['boolean', null] | readonly ['null', null] | readonly ['number', null] | readonly ['object', null] | readonly ['string', null]>;
59
- export type Array_Definition = _T_Array_Definition;
60
- export type Boolean_Definition = _T_Boolean_Definition;
61
- export type Definition = _T_Definition;
62
- export type Error = _T_Error;
63
- export type Null_Definition = _T_Null_Definition;
64
- export type Number_Definition = _T_Number_Definition;
65
- export type Object_Definition = _T_Object_Definition;
66
- export type Schema = _T_Schema;
67
- export type String_Definition = _T_String_Definition;
68
- export type Value_Type = _T_Value_Type;
69
- export declare namespace _T_Array_Definition {
70
- namespace _type {
71
- namespace SG {
72
- namespace list {
73
- }
74
- type list = _T_Definition;
75
- }
76
- type SG = readonly ['list', _T_Definition];
77
- }
78
- type _type = _i_core._T_State_Group<null, readonly ['list', _T_Definition]>;
79
- }
80
- export declare namespace _T_Definition {
81
- namespace SG {
82
- type _any = null;
83
- namespace any_of {
84
- namespace array {
85
- namespace O {
86
- }
87
- type O = _T_Array_Definition;
88
- }
89
- type array = _pt.Optional_Value<_T_Array_Definition>;
90
- namespace _boolean {
91
- namespace O {
92
- }
93
- type O = _T_Boolean_Definition;
94
- }
95
- type _boolean = _pt.Optional_Value<_T_Boolean_Definition>;
96
- namespace _else {
97
- type O = string;
98
- }
99
- type _else = _pt.Optional_Value<string>;
100
- namespace _null {
101
- namespace O {
102
- }
103
- type O = _T_Null_Definition;
104
- }
105
- type _null = _pt.Optional_Value<_T_Null_Definition>;
106
- namespace _number {
107
- namespace O {
108
- }
109
- type O = _T_Number_Definition;
110
- }
111
- type _number = _pt.Optional_Value<_T_Number_Definition>;
112
- namespace _object {
113
- namespace O {
114
- }
115
- type O = _T_Object_Definition;
116
- }
117
- type _object = _pt.Optional_Value<_T_Object_Definition>;
118
- namespace _string {
119
- namespace O {
120
- }
121
- type O = _T_String_Definition;
122
- }
123
- type _string = _pt.Optional_Value<_T_String_Definition>;
124
- }
125
- type any_of = {
126
- readonly 'array': _pt.Optional_Value<_T_Array_Definition>;
127
- readonly 'boolean': _pt.Optional_Value<_T_Boolean_Definition>;
128
- readonly 'else': _pt.Optional_Value<string>;
129
- readonly 'null': _pt.Optional_Value<_T_Null_Definition>;
130
- readonly 'number': _pt.Optional_Value<_T_Number_Definition>;
131
- readonly 'object': _pt.Optional_Value<_T_Object_Definition>;
132
- readonly 'string': _pt.Optional_Value<_T_String_Definition>;
133
- };
134
- namespace array {
135
- }
136
- type array = _T_Array_Definition;
137
- namespace _boolean {
138
- }
139
- type _boolean = _T_Boolean_Definition;
140
- type definition_reference = string;
141
- namespace _null {
142
- }
143
- type _null = _T_Null_Definition;
144
- namespace _number {
145
- }
146
- type _number = _T_Number_Definition;
147
- namespace _object {
148
- }
149
- type _object = _T_Object_Definition;
150
- namespace _string {
151
- }
152
- type _string = _T_String_Definition;
153
- }
154
- type SG = readonly ['any', null] | readonly [
155
- 'any of',
156
- {
157
- readonly 'array': _pt.Optional_Value<_T_Array_Definition>;
158
- readonly 'boolean': _pt.Optional_Value<_T_Boolean_Definition>;
159
- readonly 'else': _pt.Optional_Value<string>;
160
- readonly 'null': _pt.Optional_Value<_T_Null_Definition>;
161
- readonly 'number': _pt.Optional_Value<_T_Number_Definition>;
162
- readonly 'object': _pt.Optional_Value<_T_Object_Definition>;
163
- readonly 'string': _pt.Optional_Value<_T_String_Definition>;
164
- }
165
- ] | readonly ['array', _T_Array_Definition] | readonly ['boolean', _T_Boolean_Definition] | readonly ['definition reference', string] | readonly ['null', _T_Null_Definition] | readonly ['number', _T_Number_Definition] | readonly ['object', _T_Object_Definition] | readonly ['string', _T_String_Definition];
166
- }
167
- export declare namespace _T_Error {
168
- type path = string;
169
- namespace _type {
170
- namespace SG {
171
- type missing_property = string;
172
- namespace not_the_right_type {
173
- namespace actual {
174
- }
175
- type actual = _T_Value_Type;
176
- namespace expected {
177
- }
178
- type expected = _T_Value_Type;
179
- }
180
- type not_the_right_type = {
181
- readonly 'actual': _T_Value_Type;
182
- readonly 'expected': _T_Value_Type;
183
- };
184
- namespace superfluous_property {
185
- type name = string;
186
- namespace _type {
187
- }
188
- type _type = _T_Value_Type;
189
- }
190
- type superfluous_property = {
191
- readonly 'name': string;
192
- readonly 'type': _T_Value_Type;
193
- };
194
- namespace type_not_allowed {
195
- namespace _type {
196
- }
197
- type _type = _T_Value_Type;
198
- }
199
- type type_not_allowed = {
200
- readonly 'type': _T_Value_Type;
201
- };
202
- }
203
- type SG = readonly ['missing property', string] | readonly [
204
- 'not the right type',
205
- {
206
- readonly 'actual': _T_Value_Type;
207
- readonly 'expected': _T_Value_Type;
208
- }
209
- ] | readonly [
210
- 'superfluous property',
211
- {
212
- readonly 'name': string;
213
- readonly 'type': _T_Value_Type;
214
- }
215
- ] | readonly [
216
- 'type not allowed',
217
- {
218
- readonly 'type': _T_Value_Type;
219
- }
220
- ];
221
- }
222
- type _type = _i_core._T_State_Group<null, readonly ['missing property', string] | readonly [
223
- 'not the right type',
224
- {
225
- readonly 'actual': _T_Value_Type;
226
- readonly 'expected': _T_Value_Type;
227
- }
228
- ] | readonly [
229
- 'superfluous property',
230
- {
231
- readonly 'name': string;
232
- readonly 'type': _T_Value_Type;
233
- }
234
- ] | readonly [
235
- 'type not allowed',
236
- {
237
- readonly 'type': _T_Value_Type;
238
- }
239
- ]>;
240
- }
241
- export declare namespace _T_Object_Definition {
242
- namespace _type {
243
- namespace SG {
244
- namespace dictionary {
245
- }
246
- type dictionary = _T_Definition;
247
- namespace verbose_group {
248
- namespace properties {
249
- namespace D {
250
- namespace definition {
251
- }
252
- type definition = _T_Definition;
253
- type optional = boolean;
254
- }
255
- type D = {
256
- readonly 'definition': _T_Definition;
257
- readonly 'optional': boolean;
258
- };
259
- }
260
- type properties = _i_core._T_Dictionary<null, {
261
- readonly 'definition': _T_Definition;
262
- readonly 'optional': boolean;
263
- }>;
264
- }
265
- type verbose_group = {
266
- readonly 'properties': _i_core._T_Dictionary<null, {
267
- readonly 'definition': _T_Definition;
268
- readonly 'optional': boolean;
269
- }>;
270
- };
271
- }
272
- type SG = readonly ['dictionary', _T_Definition] | readonly [
273
- 'verbose group',
274
- {
275
- readonly 'properties': _i_core._T_Dictionary<null, {
276
- readonly 'definition': _T_Definition;
277
- readonly 'optional': boolean;
278
- }>;
279
- }
280
- ];
281
- }
282
- type _type = _i_core._T_State_Group<null, readonly ['dictionary', _T_Definition] | readonly [
283
- 'verbose group',
284
- {
285
- readonly 'properties': _i_core._T_Dictionary<null, {
286
- readonly 'definition': _T_Definition;
287
- readonly 'optional': boolean;
288
- }>;
289
- }
290
- ]>;
291
- }
292
- export declare namespace _T_Schema {
293
- namespace definitions {
294
- namespace D {
295
- }
296
- type D = _T_Definition;
297
- }
298
- type definitions = _i_core._T_Dictionary<null, _T_Definition>;
299
- type root = string;
300
- }
301
- export declare namespace _T_String_Definition {
302
- namespace SG {
303
- type _any = null;
304
- namespace _enum {
305
- type D = null;
306
- }
307
- type _enum = _i_core._T_Dictionary<null, null>;
308
- }
309
- type SG = readonly ['any', null] | readonly ['enum', _i_core._T_Dictionary<null, null>];
310
- }
311
- export declare namespace _T_Value_Type {
312
- namespace SG {
313
- type array = null;
314
- type _boolean = null;
315
- type _null = null;
316
- type _number = null;
317
- type _object = null;
318
- type _string = null;
319
- }
320
- type SG = readonly ['array', null] | readonly ['boolean', null] | readonly ['null', null] | readonly ['number', null] | readonly ['object', null] | readonly ['string', null];
321
- }
322
- export declare namespace Array_Definition {
323
- namespace _type {
324
- namespace SG {
325
- namespace list {
326
- }
327
- type list = _T_Definition;
328
- }
329
- type SG = readonly ['list', _T_Definition];
330
- }
331
- type _type = _i_core._T_State_Group<null, readonly ['list', _T_Definition]>;
332
- }
333
- export declare namespace Definition {
334
- namespace SG {
335
- type _any = null;
336
- namespace any_of {
337
- namespace array {
338
- namespace O {
339
- }
340
- type O = _T_Array_Definition;
341
- }
342
- type array = _pt.Optional_Value<_T_Array_Definition>;
343
- namespace _boolean {
344
- namespace O {
345
- }
346
- type O = _T_Boolean_Definition;
347
- }
348
- type _boolean = _pt.Optional_Value<_T_Boolean_Definition>;
349
- namespace _else {
350
- type O = string;
351
- }
352
- type _else = _pt.Optional_Value<string>;
353
- namespace _null {
354
- namespace O {
355
- }
356
- type O = _T_Null_Definition;
357
- }
358
- type _null = _pt.Optional_Value<_T_Null_Definition>;
359
- namespace _number {
360
- namespace O {
361
- }
362
- type O = _T_Number_Definition;
363
- }
364
- type _number = _pt.Optional_Value<_T_Number_Definition>;
365
- namespace _object {
366
- namespace O {
367
- }
368
- type O = _T_Object_Definition;
369
- }
370
- type _object = _pt.Optional_Value<_T_Object_Definition>;
371
- namespace _string {
372
- namespace O {
373
- }
374
- type O = _T_String_Definition;
375
- }
376
- type _string = _pt.Optional_Value<_T_String_Definition>;
377
- }
378
- type any_of = {
379
- readonly 'array': _pt.Optional_Value<_T_Array_Definition>;
380
- readonly 'boolean': _pt.Optional_Value<_T_Boolean_Definition>;
381
- readonly 'else': _pt.Optional_Value<string>;
382
- readonly 'null': _pt.Optional_Value<_T_Null_Definition>;
383
- readonly 'number': _pt.Optional_Value<_T_Number_Definition>;
384
- readonly 'object': _pt.Optional_Value<_T_Object_Definition>;
385
- readonly 'string': _pt.Optional_Value<_T_String_Definition>;
386
- };
387
- namespace array {
388
- }
389
- type array = _T_Array_Definition;
390
- namespace _boolean {
391
- }
392
- type _boolean = _T_Boolean_Definition;
393
- type definition_reference = string;
394
- namespace _null {
395
- }
396
- type _null = _T_Null_Definition;
397
- namespace _number {
398
- }
399
- type _number = _T_Number_Definition;
400
- namespace _object {
401
- }
402
- type _object = _T_Object_Definition;
403
- namespace _string {
404
- }
405
- type _string = _T_String_Definition;
406
- }
407
- type SG = readonly ['any', null] | readonly [
408
- 'any of',
409
- {
410
- readonly 'array': _pt.Optional_Value<_T_Array_Definition>;
411
- readonly 'boolean': _pt.Optional_Value<_T_Boolean_Definition>;
412
- readonly 'else': _pt.Optional_Value<string>;
413
- readonly 'null': _pt.Optional_Value<_T_Null_Definition>;
414
- readonly 'number': _pt.Optional_Value<_T_Number_Definition>;
415
- readonly 'object': _pt.Optional_Value<_T_Object_Definition>;
416
- readonly 'string': _pt.Optional_Value<_T_String_Definition>;
417
- }
418
- ] | readonly ['array', _T_Array_Definition] | readonly ['boolean', _T_Boolean_Definition] | readonly ['definition reference', string] | readonly ['null', _T_Null_Definition] | readonly ['number', _T_Number_Definition] | readonly ['object', _T_Object_Definition] | readonly ['string', _T_String_Definition];
419
- }
420
- export declare namespace Error {
421
- type path = string;
422
- namespace _type {
423
- namespace SG {
424
- type missing_property = string;
425
- namespace not_the_right_type {
426
- namespace actual {
427
- }
428
- type actual = _T_Value_Type;
429
- namespace expected {
430
- }
431
- type expected = _T_Value_Type;
432
- }
433
- type not_the_right_type = {
434
- readonly 'actual': _T_Value_Type;
435
- readonly 'expected': _T_Value_Type;
436
- };
437
- namespace superfluous_property {
438
- type name = string;
439
- namespace _type {
440
- }
441
- type _type = _T_Value_Type;
442
- }
443
- type superfluous_property = {
444
- readonly 'name': string;
445
- readonly 'type': _T_Value_Type;
446
- };
447
- namespace type_not_allowed {
448
- namespace _type {
449
- }
450
- type _type = _T_Value_Type;
451
- }
452
- type type_not_allowed = {
453
- readonly 'type': _T_Value_Type;
454
- };
455
- }
456
- type SG = readonly ['missing property', string] | readonly [
457
- 'not the right type',
458
- {
459
- readonly 'actual': _T_Value_Type;
460
- readonly 'expected': _T_Value_Type;
461
- }
462
- ] | readonly [
463
- 'superfluous property',
464
- {
465
- readonly 'name': string;
466
- readonly 'type': _T_Value_Type;
467
- }
468
- ] | readonly [
469
- 'type not allowed',
470
- {
471
- readonly 'type': _T_Value_Type;
472
- }
473
- ];
474
- }
475
- type _type = _i_core._T_State_Group<null, readonly ['missing property', string] | readonly [
476
- 'not the right type',
477
- {
478
- readonly 'actual': _T_Value_Type;
479
- readonly 'expected': _T_Value_Type;
480
- }
481
- ] | readonly [
482
- 'superfluous property',
483
- {
484
- readonly 'name': string;
485
- readonly 'type': _T_Value_Type;
486
- }
487
- ] | readonly [
488
- 'type not allowed',
489
- {
490
- readonly 'type': _T_Value_Type;
491
- }
492
- ]>;
493
- }
494
- export declare namespace Object_Definition {
495
- namespace _type {
496
- namespace SG {
497
- namespace dictionary {
498
- }
499
- type dictionary = _T_Definition;
500
- namespace verbose_group {
501
- namespace properties {
502
- namespace D {
503
- namespace definition {
504
- }
505
- type definition = _T_Definition;
506
- type optional = boolean;
507
- }
508
- type D = {
509
- readonly 'definition': _T_Definition;
510
- readonly 'optional': boolean;
511
- };
512
- }
513
- type properties = _i_core._T_Dictionary<null, {
514
- readonly 'definition': _T_Definition;
515
- readonly 'optional': boolean;
516
- }>;
517
- }
518
- type verbose_group = {
519
- readonly 'properties': _i_core._T_Dictionary<null, {
520
- readonly 'definition': _T_Definition;
521
- readonly 'optional': boolean;
522
- }>;
523
- };
524
- }
525
- type SG = readonly ['dictionary', _T_Definition] | readonly [
526
- 'verbose group',
527
- {
528
- readonly 'properties': _i_core._T_Dictionary<null, {
529
- readonly 'definition': _T_Definition;
530
- readonly 'optional': boolean;
531
- }>;
532
- }
533
- ];
534
- }
535
- type _type = _i_core._T_State_Group<null, readonly ['dictionary', _T_Definition] | readonly [
536
- 'verbose group',
537
- {
538
- readonly 'properties': _i_core._T_Dictionary<null, {
539
- readonly 'definition': _T_Definition;
540
- readonly 'optional': boolean;
541
- }>;
542
- }
543
- ]>;
544
- }
545
- export declare namespace Schema {
546
- namespace definitions {
547
- namespace D {
548
- }
549
- type D = _T_Definition;
550
- }
551
- type definitions = _i_core._T_Dictionary<null, _T_Definition>;
552
- type root = string;
553
- }
554
- export declare namespace String_Definition {
555
- namespace SG {
556
- type _any = null;
557
- namespace _enum {
558
- type D = null;
559
- }
560
- type _enum = _i_core._T_Dictionary<null, null>;
561
- }
562
- type SG = readonly ['any', null] | readonly ['enum', _i_core._T_Dictionary<null, null>];
563
- }
564
- export declare namespace Value_Type {
565
- namespace SG {
566
- type array = null;
567
- type _boolean = null;
568
- type _null = null;
569
- type _number = null;
570
- type _object = null;
571
- type _string = null;
572
- }
573
- type SG = readonly ['array', null] | readonly ['boolean', null] | readonly ['null', null] | readonly ['number', null] | readonly ['object', null] | readonly ['string', null];
574
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9sZWdhY3lfanNvbl9zY2hlbWEvZGF0YV90eXBlcy9zb3VyY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9