pareto 0.76.60 → 0.76.62
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/generated/implementation/schemas/astn_schema/marshall.d.ts +12 -0
- package/dist/generated/implementation/schemas/astn_schema/marshall.js +232 -0
- package/dist/generated/implementation/schemas/astn_schema/resolve.d.ts +12 -0
- package/dist/generated/implementation/schemas/astn_schema/resolve.js +446 -0
- package/dist/generated/implementation/schemas/astn_schema/unmarshall.d.ts +12 -0
- package/dist/generated/implementation/schemas/astn_schema/unmarshall.js +206 -0
- package/dist/generated/implementation/schemas/schema/marshall.js +2 -29
- package/dist/generated/implementation/schemas/schema/resolve.js +4 -48
- package/dist/generated/implementation/schemas/schema/unmarshall.js +1 -10
- package/dist/generated/implementation/schemas/unmarshall_errors/marshall.js +5 -1
- package/dist/generated/implementation/schemas/unmarshall_errors/unmarshall.js +2 -1
- package/dist/generated/interface/schemas/astn_schema/data_types/resolve.d.ts +1125 -0
- package/dist/generated/interface/schemas/astn_schema/data_types/resolve.js +3 -0
- package/dist/generated/interface/schemas/astn_schema/data_types/source.d.ts +487 -0
- package/dist/generated/interface/schemas/astn_schema/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/astn_schema/data_types/target.d.ts +487 -0
- package/dist/generated/interface/schemas/astn_schema/data_types/target.js +3 -0
- package/dist/generated/interface/schemas/astn_schema/marshall.d.ts +333 -0
- package/dist/generated/interface/schemas/astn_schema/marshall.js +3 -0
- package/dist/generated/interface/schemas/astn_schema/migrate_boilerplate.d.ts +266 -0
- package/dist/generated/interface/schemas/astn_schema/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/astn_schema/unmarshall.d.ts +399 -0
- package/dist/generated/interface/schemas/astn_schema/unmarshall.js +3 -0
- package/dist/generated/interface/schemas/astn_schema/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/astn_schema/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/astn_schema/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/astn_schema/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/schema/data_types/source.d.ts +20 -48
- package/dist/generated/interface/schemas/schema/data_types/target.d.ts +20 -48
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/source.d.ts +17 -15
- package/dist/generated/interface/schemas/unmarshall_errors/data_types/target.d.ts +17 -15
- package/dist/queries/load_pareto_document.js +1 -1
- package/dist/resolvers/schema.js +22 -52
- package/dist/shorthands/schema.d.ts +0 -2
- package/dist/shorthands/schema.js +4 -7
- package/dist/temp/temp_unmashall_result_types.d.ts +1 -4
- package/dist/temp/temporary_schemas/accounting_ruwe_data/operations.astn.js +207 -68
- package/dist/temp/temporary_schemas/astn/schemas/authoring_target/$.types.astn.js +35 -23
- package/dist/temp/temporary_schemas/exupery/operations.astn.js +207 -68
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +1 -2
- package/dist/temp/temporary_schemas/exupery/schemas/interface/$.types.astn.js +1 -2
- package/dist/temp/temporary_schemas/pareto/operations.astn.js +207 -68
- package/dist/temp/temporary_schemas/pareto/schema_tree.astn.js +7 -5
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.globals.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.globals.astn.js +6 -0
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.module.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.module.astn.js +10 -0
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.resolvers.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.resolvers.astn.js +116 -0
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.signatures.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.signatures.astn.js +49 -0
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.types.astn.d.ts +3 -0
- package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.types.astn.js +74 -0
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +3 -17
- package/dist/temp/temporary_schemas/pareto/schemas/schema/$.types.astn.js +7 -7
- package/dist/temp/temporary_schemas/pareto-boekhouding/operations.astn.js +207 -68
- package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/server/$.types.astn.js +4 -1
- package/dist/transformations/module/exupery_interface.js +5 -2
- package/dist/transformations/schema/astn_schema.d.ts +10 -0
- package/dist/transformations/schema/astn_schema.js +140 -0
- package/dist/transformations/schema/exupery_implementation/marshall.js +3 -5
- package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.js +3 -5
- package/dist/transformations/schema/exupery_implementation/resolve.js +2 -4
- package/dist/transformations/schema/exupery_implementation/unmarshall.js +8 -4
- package/dist/transformations/schema/exupery_interface/resolve.js +1 -3
- package/dist/transformations/schema/exupery_interface/types.js +3 -6
- package/dist/transformations/unmarshall_astn_ast.js +5 -6
- package/dist/transformations/unmarshall_errors/fountain_pen.js +2 -1
- package/dist/transformations/unmarshall_result/astn_authoring_target.d.ts +3 -0
- package/dist/transformations/unmarshall_result/astn_authoring_target.js +60 -0
- package/dist/transformations/unmarshall_result/unmarshall_errors.js +1 -2
- package/package.json +5 -5
|
@@ -20,7 +20,7 @@ export type _T_Errors = _i_core._T_List<null, {
|
|
|
20
20
|
}
|
|
21
21
|
] | readonly [
|
|
22
22
|
'state',
|
|
23
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
23
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
24
24
|
'unknown state',
|
|
25
25
|
{
|
|
26
26
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -99,6 +99,7 @@ export declare namespace _T_Errors {
|
|
|
99
99
|
};
|
|
100
100
|
namespace state {
|
|
101
101
|
namespace SG {
|
|
102
|
+
type missing_data_marker = null;
|
|
102
103
|
type missing_state_name = null;
|
|
103
104
|
type missing_value = null;
|
|
104
105
|
type more_than_2_elements = null;
|
|
@@ -115,7 +116,7 @@ export declare namespace _T_Errors {
|
|
|
115
116
|
readonly 'found': string;
|
|
116
117
|
};
|
|
117
118
|
}
|
|
118
|
-
type SG = readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
119
|
+
type SG = readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
119
120
|
'unknown state',
|
|
120
121
|
{
|
|
121
122
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -123,7 +124,7 @@ export declare namespace _T_Errors {
|
|
|
123
124
|
}
|
|
124
125
|
];
|
|
125
126
|
}
|
|
126
|
-
type state = _i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
127
|
+
type state = _i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
127
128
|
'unknown state',
|
|
128
129
|
{
|
|
129
130
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -154,7 +155,7 @@ export declare namespace _T_Errors {
|
|
|
154
155
|
}
|
|
155
156
|
] | readonly [
|
|
156
157
|
'state',
|
|
157
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
158
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
158
159
|
'unknown state',
|
|
159
160
|
{
|
|
160
161
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -185,7 +186,7 @@ export declare namespace _T_Errors {
|
|
|
185
186
|
}
|
|
186
187
|
] | readonly [
|
|
187
188
|
'state',
|
|
188
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
189
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
189
190
|
'unknown state',
|
|
190
191
|
{
|
|
191
192
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -228,7 +229,7 @@ export declare namespace _T_Errors {
|
|
|
228
229
|
}
|
|
229
230
|
] | readonly [
|
|
230
231
|
'state',
|
|
231
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
232
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
232
233
|
'unknown state',
|
|
233
234
|
{
|
|
234
235
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -265,7 +266,7 @@ export declare namespace _T_Errors {
|
|
|
265
266
|
}
|
|
266
267
|
] | readonly [
|
|
267
268
|
'state',
|
|
268
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
269
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
269
270
|
'unknown state',
|
|
270
271
|
{
|
|
271
272
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -304,7 +305,7 @@ export declare namespace _T_Errors {
|
|
|
304
305
|
}
|
|
305
306
|
] | readonly [
|
|
306
307
|
'state',
|
|
307
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
308
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
308
309
|
'unknown state',
|
|
309
310
|
{
|
|
310
311
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -386,6 +387,7 @@ export declare namespace Errors {
|
|
|
386
387
|
};
|
|
387
388
|
namespace state {
|
|
388
389
|
namespace SG {
|
|
390
|
+
type missing_data_marker = null;
|
|
389
391
|
type missing_state_name = null;
|
|
390
392
|
type missing_value = null;
|
|
391
393
|
type more_than_2_elements = null;
|
|
@@ -402,7 +404,7 @@ export declare namespace Errors {
|
|
|
402
404
|
readonly 'found': string;
|
|
403
405
|
};
|
|
404
406
|
}
|
|
405
|
-
type SG = readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
407
|
+
type SG = readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
406
408
|
'unknown state',
|
|
407
409
|
{
|
|
408
410
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -410,7 +412,7 @@ export declare namespace Errors {
|
|
|
410
412
|
}
|
|
411
413
|
];
|
|
412
414
|
}
|
|
413
|
-
type state = _i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
415
|
+
type state = _i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
414
416
|
'unknown state',
|
|
415
417
|
{
|
|
416
418
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -441,7 +443,7 @@ export declare namespace Errors {
|
|
|
441
443
|
}
|
|
442
444
|
] | readonly [
|
|
443
445
|
'state',
|
|
444
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
446
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
445
447
|
'unknown state',
|
|
446
448
|
{
|
|
447
449
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -472,7 +474,7 @@ export declare namespace Errors {
|
|
|
472
474
|
}
|
|
473
475
|
] | readonly [
|
|
474
476
|
'state',
|
|
475
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
477
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
476
478
|
'unknown state',
|
|
477
479
|
{
|
|
478
480
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -515,7 +517,7 @@ export declare namespace Errors {
|
|
|
515
517
|
}
|
|
516
518
|
] | readonly [
|
|
517
519
|
'state',
|
|
518
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
520
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
519
521
|
'unknown state',
|
|
520
522
|
{
|
|
521
523
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -552,7 +554,7 @@ export declare namespace Errors {
|
|
|
552
554
|
}
|
|
553
555
|
] | readonly [
|
|
554
556
|
'state',
|
|
555
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
557
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
556
558
|
'unknown state',
|
|
557
559
|
{
|
|
558
560
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -591,7 +593,7 @@ export declare namespace Errors {
|
|
|
591
593
|
}
|
|
592
594
|
] | readonly [
|
|
593
595
|
'state',
|
|
594
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
596
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
595
597
|
'unknown state',
|
|
596
598
|
{
|
|
597
599
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -20,7 +20,7 @@ export type _T_Errors = _i_core._T_List<null, {
|
|
|
20
20
|
}
|
|
21
21
|
] | readonly [
|
|
22
22
|
'state',
|
|
23
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
23
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
24
24
|
'unknown state',
|
|
25
25
|
{
|
|
26
26
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -99,6 +99,7 @@ export declare namespace _T_Errors {
|
|
|
99
99
|
};
|
|
100
100
|
namespace state {
|
|
101
101
|
namespace SG {
|
|
102
|
+
type missing_data_marker = null;
|
|
102
103
|
type missing_state_name = null;
|
|
103
104
|
type missing_value = null;
|
|
104
105
|
type more_than_2_elements = null;
|
|
@@ -115,7 +116,7 @@ export declare namespace _T_Errors {
|
|
|
115
116
|
readonly 'found': string;
|
|
116
117
|
};
|
|
117
118
|
}
|
|
118
|
-
type SG = readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
119
|
+
type SG = readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
119
120
|
'unknown state',
|
|
120
121
|
{
|
|
121
122
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -123,7 +124,7 @@ export declare namespace _T_Errors {
|
|
|
123
124
|
}
|
|
124
125
|
];
|
|
125
126
|
}
|
|
126
|
-
type state = _i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
127
|
+
type state = _i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
127
128
|
'unknown state',
|
|
128
129
|
{
|
|
129
130
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -154,7 +155,7 @@ export declare namespace _T_Errors {
|
|
|
154
155
|
}
|
|
155
156
|
] | readonly [
|
|
156
157
|
'state',
|
|
157
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
158
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
158
159
|
'unknown state',
|
|
159
160
|
{
|
|
160
161
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -185,7 +186,7 @@ export declare namespace _T_Errors {
|
|
|
185
186
|
}
|
|
186
187
|
] | readonly [
|
|
187
188
|
'state',
|
|
188
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
189
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
189
190
|
'unknown state',
|
|
190
191
|
{
|
|
191
192
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -228,7 +229,7 @@ export declare namespace _T_Errors {
|
|
|
228
229
|
}
|
|
229
230
|
] | readonly [
|
|
230
231
|
'state',
|
|
231
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
232
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
232
233
|
'unknown state',
|
|
233
234
|
{
|
|
234
235
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -265,7 +266,7 @@ export declare namespace _T_Errors {
|
|
|
265
266
|
}
|
|
266
267
|
] | readonly [
|
|
267
268
|
'state',
|
|
268
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
269
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
269
270
|
'unknown state',
|
|
270
271
|
{
|
|
271
272
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -304,7 +305,7 @@ export declare namespace _T_Errors {
|
|
|
304
305
|
}
|
|
305
306
|
] | readonly [
|
|
306
307
|
'state',
|
|
307
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
308
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
308
309
|
'unknown state',
|
|
309
310
|
{
|
|
310
311
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -386,6 +387,7 @@ export declare namespace Errors {
|
|
|
386
387
|
};
|
|
387
388
|
namespace state {
|
|
388
389
|
namespace SG {
|
|
390
|
+
type missing_data_marker = null;
|
|
389
391
|
type missing_state_name = null;
|
|
390
392
|
type missing_value = null;
|
|
391
393
|
type more_than_2_elements = null;
|
|
@@ -402,7 +404,7 @@ export declare namespace Errors {
|
|
|
402
404
|
readonly 'found': string;
|
|
403
405
|
};
|
|
404
406
|
}
|
|
405
|
-
type SG = readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
407
|
+
type SG = readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
406
408
|
'unknown state',
|
|
407
409
|
{
|
|
408
410
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -410,7 +412,7 @@ export declare namespace Errors {
|
|
|
410
412
|
}
|
|
411
413
|
];
|
|
412
414
|
}
|
|
413
|
-
type state = _i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
415
|
+
type state = _i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
414
416
|
'unknown state',
|
|
415
417
|
{
|
|
416
418
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -441,7 +443,7 @@ export declare namespace Errors {
|
|
|
441
443
|
}
|
|
442
444
|
] | readonly [
|
|
443
445
|
'state',
|
|
444
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
446
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
445
447
|
'unknown state',
|
|
446
448
|
{
|
|
447
449
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -472,7 +474,7 @@ export declare namespace Errors {
|
|
|
472
474
|
}
|
|
473
475
|
] | readonly [
|
|
474
476
|
'state',
|
|
475
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
477
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
476
478
|
'unknown state',
|
|
477
479
|
{
|
|
478
480
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -515,7 +517,7 @@ export declare namespace Errors {
|
|
|
515
517
|
}
|
|
516
518
|
] | readonly [
|
|
517
519
|
'state',
|
|
518
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
520
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
519
521
|
'unknown state',
|
|
520
522
|
{
|
|
521
523
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -552,7 +554,7 @@ export declare namespace Errors {
|
|
|
552
554
|
}
|
|
553
555
|
] | readonly [
|
|
554
556
|
'state',
|
|
555
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
557
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
556
558
|
'unknown state',
|
|
557
559
|
{
|
|
558
560
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -591,7 +593,7 @@ export declare namespace Errors {
|
|
|
591
593
|
}
|
|
592
594
|
] | readonly [
|
|
593
595
|
'state',
|
|
594
|
-
_i_core._T_State_Group<null, readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
596
|
+
_i_core._T_State_Group<null, readonly ['missing data marker', null] | readonly ['missing state name', null] | readonly ['missing value', null] | readonly ['more than 2 elements', null] | readonly ['state is not a string', null] | readonly [
|
|
595
597
|
'unknown state',
|
|
596
598
|
{
|
|
597
599
|
readonly 'expected': _i_core._T_Dictionary<null, null>;
|
|
@@ -76,4 +76,4 @@ const $$ = ($p) => {
|
|
|
76
76
|
}, ($) => _easync.query.unguaranteed['raise exception'](['parse error', $]));
|
|
77
77
|
};
|
|
78
78
|
exports.$$ = $$;
|
|
79
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
79
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZF9wYXJldG9fZG9jdW1lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvcXVlcmllcy9sb2FkX3BhcmV0b19kb2N1bWVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLE1BQU07QUFDTixzREFBdUM7QUFJdkMsNERBQTZDO0FBTTdDLDhGQUErRTtBQUUvRSx1RUFBd0Q7QUFJeEQscUlBQTRIO0FBRTVILHdFQUE0RTtBQUc1RSw2Q0FBdUQ7QUFFdkQsOERBQWtFO0FBZTNELE1BQU0sRUFBRSxHQUF5RSxDQUNwRixFQUFFLEVBQ0osRUFBRTtJQUNBLE1BQU0sYUFBYSxHQUFHLEVBQUUsQ0FBQyxXQUFXLENBQUMsQ0FBQTtJQUNyQyxNQUFNLFdBQVcsR0FBRyxJQUFBLHNDQUFzQixFQUN0QyxJQUFBLHlCQUFrQixFQUFDLEVBQUUsQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FDekMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsRUFDUixHQUFHLEVBQUUsQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLDhCQUE4QixDQUFDLENBQ2xELEVBQ0Q7UUFDSSxXQUFXLEVBQUUsR0FBRztLQUNuQixDQUNKLEdBQUcsY0FBYyxDQUFBO0lBQ2xCLE9BQU8sS0FBSyxDQUFDLEtBQUssQ0FDZCxFQUFFLENBQUMsT0FBTyxFQUNWO1FBQ0ksVUFBVSxFQUFFLENBQUM7S0FDaEIsQ0FDSixDQUFDLFNBQVMsQ0FDUCxDQUFDLENBQUMsRUFBRSxFQUFFO1FBQ0Ysc0NBQXNDO1FBRXRDLE1BQU0sT0FBTyxHQUFHLENBQUMsQ0FBQyxPQUFPLENBQUE7UUFFekIsMkJBQTJCO1FBRTNCLE9BQU8sSUFBQSxjQUFXLEVBQUM7WUFDZixNQUFNLEVBQUUsV0FBVztZQUNuQix1QkFBdUIsRUFBRSxJQUFJO1NBQ2hDLENBQUMsQ0FBQyxjQUFjLENBQ2IsR0FBRyxFQUFFLENBQUMsQ0FBQyxnQkFBZ0IsRUFBRSxJQUFJLENBQVUsQ0FDMUMsQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFO1lBQ3RCLHVDQUF1QztZQUN2QyxPQUFPLEdBQUcsQ0FBQyxFQUFFLENBQ1QsSUFBQSxlQUFXLEVBQ1AsQ0FBQyxDQUNKLEVBQ0QsQ0FBQyxDQUFDLEVBQWlELEVBQUU7Z0JBQ2pELFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7b0JBQ1gsS0FBSyxPQUFPLENBQUMsQ0FBQyxPQUFPLEdBQUcsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFO3dCQUNsRCxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDOzRCQUNYLEtBQUssYUFBYSxDQUFDLENBQUMsT0FBTyxHQUFHLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFO2dDQUV2QyxPQUFPLE9BQU8sQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxjQUFjLEVBQUU7d0NBQ3RFLGlCQUFpQjt3Q0FDakIsZUFBZSxFQUFFLFdBQVc7cUNBQy9CLENBQUMsQ0FBQyxDQUFBOzRCQUNILENBQUMsQ0FBQyxDQUFBOzRCQUNGLE9BQU8sQ0FBQyxDQUFDLE9BQU8sR0FBRyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQTt3QkFDaEMsQ0FBQztvQkFDTCxDQUFDLENBQUMsQ0FBQyxDQUFBO29CQUNILEtBQUssU0FBUyxDQUFDLENBQUMsT0FBTyxHQUFHLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFO3dCQUNuQyxvQ0FBb0M7d0JBRXBDLE1BQU0sSUFBSSxHQUFHLENBQUMsQ0FBQTt3QkFFZCxPQUFPLE9BQU8sQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLGVBQWUsQ0FBQyxDQUFDLHFCQUFxQixDQUFDLElBQUksQ0FDekUsT0FBTyxFQUNQOzRCQUNJLFlBQVksRUFBRSxJQUFJLENBQUMsSUFBSTt5QkFDMUIsQ0FDSixDQUFDLENBQUE7b0JBQ04sQ0FBQyxDQUFDLENBQUE7b0JBQ0YsT0FBTyxDQUFDLENBQUMsT0FBTyxHQUFHLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFBO2dCQUNoQyxDQUFDO1lBQ0wsQ0FBQyxDQUNKLENBQUE7UUFDTCxDQUFDLENBQUMsQ0FBQTtJQUdOLENBQUMsRUFDRCxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxZQUFZLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDLGFBQWEsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUMzRSxDQUFBO0FBQ0wsQ0FBQyxDQUFBO0FBekVZLFFBQUEsRUFBRSxNQXlFZCJ9
|