astn 0.113.27 → 0.113.29
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/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +11 -11
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +1 -1
- package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +4 -4
- package/dist/interface/generated/pareto/core/location.d.ts +11 -0
- package/dist/interface/generated/pareto/core/location.js +3 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +191 -1124
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +123 -419
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +213 -389
- package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +79 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +58 -311
- package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +58 -244
- package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +57 -266
- package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +58 -377
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +53 -242
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +53 -242
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +9 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +8 -31
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +8 -22
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +7 -26
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +8 -31
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +137 -930
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +137 -930
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +58 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +43 -227
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +43 -162
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +42 -194
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +43 -227
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +64 -369
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +64 -369
- package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +16 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +13 -42
- package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +12 -50
- package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +38 -185
- package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +38 -185
- package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +23 -0
- package/dist/interface/generated/pareto/schemas/ide/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +18 -87
- package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +18 -62
- package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +17 -74
- package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +18 -87
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +40 -207
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +0 -212
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.js +0 -1
- package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +16 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +13 -42
- package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +12 -50
- package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +98 -305
- package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +98 -305
- package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +72 -0
- package/dist/interface/generated/pareto/schemas/token/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +53 -283
- package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +53 -202
- package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +52 -242
- package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +53 -283
- package/dist/shorthands/parse_result.d.ts +1 -1
- package/dist/shorthands/parse_result.js +1 -1
- package/package.json +1 -1
|
@@ -1,377 +1,72 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
export
|
|
3
|
-
readonly 'type': _i_core._T_State_Group<null, readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
|
|
4
|
-
'dictionary',
|
|
5
|
-
_i_core._T_List<null, {
|
|
6
|
-
readonly 'key': string;
|
|
7
|
-
readonly 'value': _T_Value;
|
|
8
|
-
}>
|
|
9
|
-
] | readonly [
|
|
10
|
-
'verbose group',
|
|
11
|
-
_i_core._T_List<null, {
|
|
12
|
-
readonly 'key': string;
|
|
13
|
-
readonly 'value': _T_Value;
|
|
14
|
-
}>
|
|
15
|
-
] | readonly [
|
|
16
|
-
'text',
|
|
17
|
-
{
|
|
18
|
-
readonly 'value': string;
|
|
19
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
20
|
-
}
|
|
21
|
-
] | readonly ['nothing', null] | readonly [
|
|
22
|
-
'optional',
|
|
23
|
-
_i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
|
|
24
|
-
] | readonly [
|
|
25
|
-
'state',
|
|
26
|
-
_i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
|
|
27
|
-
'set',
|
|
28
|
-
{
|
|
29
|
-
readonly 'state': string;
|
|
30
|
-
readonly 'value': _T_Value;
|
|
31
|
-
}
|
|
32
|
-
]>
|
|
33
|
-
]>;
|
|
34
|
-
};
|
|
35
|
-
export type _T_Document = _T_Value;
|
|
36
|
-
export type Value = _T_Value;
|
|
37
|
-
export type Document = _T_Document;
|
|
38
|
-
export declare namespace _T_Value {
|
|
1
|
+
import * as _pi from "pareto-core-interface";
|
|
2
|
+
export declare namespace Value_ {
|
|
39
3
|
namespace _type {
|
|
40
|
-
namespace
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
type
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
namespace value {
|
|
57
|
-
}
|
|
58
|
-
type value = _T_Value;
|
|
59
|
-
}
|
|
60
|
-
type L = {
|
|
61
|
-
readonly 'key': string;
|
|
62
|
-
readonly 'value': _T_Value;
|
|
63
|
-
};
|
|
64
|
-
}
|
|
65
|
-
type dictionary = _i_core._T_List<null, {
|
|
66
|
-
readonly 'key': string;
|
|
67
|
-
readonly 'value': _T_Value;
|
|
68
|
-
}>;
|
|
69
|
-
namespace verbose_group {
|
|
70
|
-
namespace L {
|
|
71
|
-
type key = string;
|
|
72
|
-
namespace value {
|
|
73
|
-
}
|
|
74
|
-
type value = _T_Value;
|
|
75
|
-
}
|
|
76
|
-
type L = {
|
|
77
|
-
readonly 'key': string;
|
|
78
|
-
readonly 'value': _T_Value;
|
|
79
|
-
};
|
|
80
|
-
}
|
|
81
|
-
type verbose_group = _i_core._T_List<null, {
|
|
82
|
-
readonly 'key': string;
|
|
83
|
-
readonly 'value': _T_Value;
|
|
84
|
-
}>;
|
|
85
|
-
namespace text {
|
|
86
|
-
type value = string;
|
|
87
|
-
namespace delimiter {
|
|
88
|
-
namespace SG {
|
|
89
|
-
type none = null;
|
|
90
|
-
type quote = null;
|
|
91
|
-
type backtick = null;
|
|
92
|
-
}
|
|
93
|
-
type SG = readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null];
|
|
94
|
-
}
|
|
95
|
-
type delimiter = _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
96
|
-
}
|
|
97
|
-
type text = {
|
|
98
|
-
readonly 'value': string;
|
|
99
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
4
|
+
namespace list {
|
|
5
|
+
type L = Value_;
|
|
6
|
+
}
|
|
7
|
+
type list = _pi.List<list.L>;
|
|
8
|
+
namespace concise_group {
|
|
9
|
+
type L = Value_;
|
|
10
|
+
}
|
|
11
|
+
type concise_group = _pi.List<concise_group.L>;
|
|
12
|
+
namespace dictionary {
|
|
13
|
+
namespace L {
|
|
14
|
+
type key = string;
|
|
15
|
+
type value = Value_;
|
|
16
|
+
}
|
|
17
|
+
type L = {
|
|
18
|
+
readonly 'key': L.key;
|
|
19
|
+
readonly 'value': L.value;
|
|
100
20
|
};
|
|
101
|
-
type nothing = null;
|
|
102
|
-
namespace optional {
|
|
103
|
-
namespace SG {
|
|
104
|
-
type not_set = null;
|
|
105
|
-
namespace _set {
|
|
106
|
-
}
|
|
107
|
-
type _set = _T_Value;
|
|
108
|
-
}
|
|
109
|
-
type SG = readonly ['not set', null] | readonly ['set', _T_Value];
|
|
110
|
-
}
|
|
111
|
-
type optional = _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>;
|
|
112
|
-
namespace state {
|
|
113
|
-
namespace SG {
|
|
114
|
-
type missing_data = null;
|
|
115
|
-
namespace _set {
|
|
116
|
-
type state = string;
|
|
117
|
-
namespace value {
|
|
118
|
-
}
|
|
119
|
-
type value = _T_Value;
|
|
120
|
-
}
|
|
121
|
-
type _set = {
|
|
122
|
-
readonly 'state': string;
|
|
123
|
-
readonly 'value': _T_Value;
|
|
124
|
-
};
|
|
125
|
-
}
|
|
126
|
-
type SG = readonly ['missing data', null] | readonly [
|
|
127
|
-
'set',
|
|
128
|
-
{
|
|
129
|
-
readonly 'state': string;
|
|
130
|
-
readonly 'value': _T_Value;
|
|
131
|
-
}
|
|
132
|
-
];
|
|
133
|
-
}
|
|
134
|
-
type state = _i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
|
|
135
|
-
'set',
|
|
136
|
-
{
|
|
137
|
-
readonly 'state': string;
|
|
138
|
-
readonly 'value': _T_Value;
|
|
139
|
-
}
|
|
140
|
-
]>;
|
|
141
21
|
}
|
|
142
|
-
type
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
readonly 'value': _T_Value;
|
|
153
|
-
}>
|
|
154
|
-
] | readonly [
|
|
155
|
-
'text',
|
|
156
|
-
{
|
|
157
|
-
readonly 'value': string;
|
|
158
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
159
|
-
}
|
|
160
|
-
] | readonly ['nothing', null] | readonly [
|
|
161
|
-
'optional',
|
|
162
|
-
_i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
|
|
163
|
-
] | readonly [
|
|
164
|
-
'state',
|
|
165
|
-
_i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
|
|
166
|
-
'set',
|
|
167
|
-
{
|
|
168
|
-
readonly 'state': string;
|
|
169
|
-
readonly 'value': _T_Value;
|
|
170
|
-
}
|
|
171
|
-
]>
|
|
172
|
-
];
|
|
173
|
-
}
|
|
174
|
-
type _type = _i_core._T_State_Group<null, readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
|
|
175
|
-
'dictionary',
|
|
176
|
-
_i_core._T_List<null, {
|
|
177
|
-
readonly 'key': string;
|
|
178
|
-
readonly 'value': _T_Value;
|
|
179
|
-
}>
|
|
180
|
-
] | readonly [
|
|
181
|
-
'verbose group',
|
|
182
|
-
_i_core._T_List<null, {
|
|
183
|
-
readonly 'key': string;
|
|
184
|
-
readonly 'value': _T_Value;
|
|
185
|
-
}>
|
|
186
|
-
] | readonly [
|
|
187
|
-
'text',
|
|
188
|
-
{
|
|
189
|
-
readonly 'value': string;
|
|
190
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
22
|
+
type dictionary = _pi.List<dictionary.L>;
|
|
23
|
+
namespace verbose_group {
|
|
24
|
+
namespace L {
|
|
25
|
+
type key = string;
|
|
26
|
+
type value = Value_;
|
|
27
|
+
}
|
|
28
|
+
type L = {
|
|
29
|
+
readonly 'key': L.key;
|
|
30
|
+
readonly 'value': L.value;
|
|
31
|
+
};
|
|
191
32
|
}
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
}
|
|
222
|
-
type concise_group = _i_core._T_List<null, _T_Value>;
|
|
223
|
-
namespace dictionary {
|
|
224
|
-
namespace L {
|
|
225
|
-
type key = string;
|
|
226
|
-
namespace value {
|
|
227
|
-
}
|
|
228
|
-
type value = _T_Value;
|
|
229
|
-
}
|
|
230
|
-
type L = {
|
|
231
|
-
readonly 'key': string;
|
|
232
|
-
readonly 'value': _T_Value;
|
|
233
|
-
};
|
|
234
|
-
}
|
|
235
|
-
type dictionary = _i_core._T_List<null, {
|
|
236
|
-
readonly 'key': string;
|
|
237
|
-
readonly 'value': _T_Value;
|
|
238
|
-
}>;
|
|
239
|
-
namespace verbose_group {
|
|
240
|
-
namespace L {
|
|
241
|
-
type key = string;
|
|
242
|
-
namespace value {
|
|
243
|
-
}
|
|
244
|
-
type value = _T_Value;
|
|
245
|
-
}
|
|
246
|
-
type L = {
|
|
247
|
-
readonly 'key': string;
|
|
248
|
-
readonly 'value': _T_Value;
|
|
249
|
-
};
|
|
250
|
-
}
|
|
251
|
-
type verbose_group = _i_core._T_List<null, {
|
|
252
|
-
readonly 'key': string;
|
|
253
|
-
readonly 'value': _T_Value;
|
|
254
|
-
}>;
|
|
255
|
-
namespace text {
|
|
256
|
-
type value = string;
|
|
257
|
-
namespace delimiter {
|
|
258
|
-
namespace SG {
|
|
259
|
-
type none = null;
|
|
260
|
-
type quote = null;
|
|
261
|
-
type backtick = null;
|
|
262
|
-
}
|
|
263
|
-
type SG = readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null];
|
|
264
|
-
}
|
|
265
|
-
type delimiter = _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
266
|
-
}
|
|
267
|
-
type text = {
|
|
268
|
-
readonly 'value': string;
|
|
269
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
33
|
+
type verbose_group = _pi.List<verbose_group.L>;
|
|
34
|
+
namespace text {
|
|
35
|
+
type value = string;
|
|
36
|
+
namespace delimiter {
|
|
37
|
+
type none = null;
|
|
38
|
+
type quote = null;
|
|
39
|
+
type backtick = null;
|
|
40
|
+
}
|
|
41
|
+
type delimiter = readonly ['none', delimiter.none] | readonly ['quote', delimiter.quote] | readonly ['backtick', delimiter.backtick];
|
|
42
|
+
}
|
|
43
|
+
type text = {
|
|
44
|
+
readonly 'value': text.value;
|
|
45
|
+
readonly 'delimiter': text.delimiter;
|
|
46
|
+
};
|
|
47
|
+
type nothing = null;
|
|
48
|
+
namespace optional {
|
|
49
|
+
type not_set = null;
|
|
50
|
+
type _set = Value_;
|
|
51
|
+
}
|
|
52
|
+
type optional = readonly ['not set', optional.not_set] | readonly ['set', optional._set];
|
|
53
|
+
namespace state {
|
|
54
|
+
type missing_data = null;
|
|
55
|
+
namespace _set {
|
|
56
|
+
type state = string;
|
|
57
|
+
type value = Value_;
|
|
58
|
+
}
|
|
59
|
+
type _set = {
|
|
60
|
+
readonly 'state': _set.state;
|
|
61
|
+
readonly 'value': _set.value;
|
|
270
62
|
};
|
|
271
|
-
type nothing = null;
|
|
272
|
-
namespace optional {
|
|
273
|
-
namespace SG {
|
|
274
|
-
type not_set = null;
|
|
275
|
-
namespace _set {
|
|
276
|
-
}
|
|
277
|
-
type _set = _T_Value;
|
|
278
|
-
}
|
|
279
|
-
type SG = readonly ['not set', null] | readonly ['set', _T_Value];
|
|
280
|
-
}
|
|
281
|
-
type optional = _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>;
|
|
282
|
-
namespace state {
|
|
283
|
-
namespace SG {
|
|
284
|
-
type missing_data = null;
|
|
285
|
-
namespace _set {
|
|
286
|
-
type state = string;
|
|
287
|
-
namespace value {
|
|
288
|
-
}
|
|
289
|
-
type value = _T_Value;
|
|
290
|
-
}
|
|
291
|
-
type _set = {
|
|
292
|
-
readonly 'state': string;
|
|
293
|
-
readonly 'value': _T_Value;
|
|
294
|
-
};
|
|
295
|
-
}
|
|
296
|
-
type SG = readonly ['missing data', null] | readonly [
|
|
297
|
-
'set',
|
|
298
|
-
{
|
|
299
|
-
readonly 'state': string;
|
|
300
|
-
readonly 'value': _T_Value;
|
|
301
|
-
}
|
|
302
|
-
];
|
|
303
|
-
}
|
|
304
|
-
type state = _i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
|
|
305
|
-
'set',
|
|
306
|
-
{
|
|
307
|
-
readonly 'state': string;
|
|
308
|
-
readonly 'value': _T_Value;
|
|
309
|
-
}
|
|
310
|
-
]>;
|
|
311
63
|
}
|
|
312
|
-
type
|
|
313
|
-
'dictionary',
|
|
314
|
-
_i_core._T_List<null, {
|
|
315
|
-
readonly 'key': string;
|
|
316
|
-
readonly 'value': _T_Value;
|
|
317
|
-
}>
|
|
318
|
-
] | readonly [
|
|
319
|
-
'verbose group',
|
|
320
|
-
_i_core._T_List<null, {
|
|
321
|
-
readonly 'key': string;
|
|
322
|
-
readonly 'value': _T_Value;
|
|
323
|
-
}>
|
|
324
|
-
] | readonly [
|
|
325
|
-
'text',
|
|
326
|
-
{
|
|
327
|
-
readonly 'value': string;
|
|
328
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
329
|
-
}
|
|
330
|
-
] | readonly ['nothing', null] | readonly [
|
|
331
|
-
'optional',
|
|
332
|
-
_i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
|
|
333
|
-
] | readonly [
|
|
334
|
-
'state',
|
|
335
|
-
_i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
|
|
336
|
-
'set',
|
|
337
|
-
{
|
|
338
|
-
readonly 'state': string;
|
|
339
|
-
readonly 'value': _T_Value;
|
|
340
|
-
}
|
|
341
|
-
]>
|
|
342
|
-
];
|
|
64
|
+
type state = readonly ['missing data', state.missing_data] | readonly ['set', state._set];
|
|
343
65
|
}
|
|
344
|
-
type _type =
|
|
345
|
-
'dictionary',
|
|
346
|
-
_i_core._T_List<null, {
|
|
347
|
-
readonly 'key': string;
|
|
348
|
-
readonly 'value': _T_Value;
|
|
349
|
-
}>
|
|
350
|
-
] | readonly [
|
|
351
|
-
'verbose group',
|
|
352
|
-
_i_core._T_List<null, {
|
|
353
|
-
readonly 'key': string;
|
|
354
|
-
readonly 'value': _T_Value;
|
|
355
|
-
}>
|
|
356
|
-
] | readonly [
|
|
357
|
-
'text',
|
|
358
|
-
{
|
|
359
|
-
readonly 'value': string;
|
|
360
|
-
readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
|
|
361
|
-
}
|
|
362
|
-
] | readonly ['nothing', null] | readonly [
|
|
363
|
-
'optional',
|
|
364
|
-
_i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
|
|
365
|
-
] | readonly [
|
|
366
|
-
'state',
|
|
367
|
-
_i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
|
|
368
|
-
'set',
|
|
369
|
-
{
|
|
370
|
-
readonly 'state': string;
|
|
371
|
-
readonly 'value': _T_Value;
|
|
372
|
-
}
|
|
373
|
-
]>
|
|
374
|
-
]>;
|
|
375
|
-
}
|
|
376
|
-
export declare namespace Document {
|
|
66
|
+
type _type = readonly ['list', _type.list] | readonly ['concise group', _type.concise_group] | readonly ['dictionary', _type.dictionary] | readonly ['verbose group', _type.verbose_group] | readonly ['text', _type.text] | readonly ['nothing', _type.nothing] | readonly ['optional', _type.optional] | readonly ['state', _type.state];
|
|
377
67
|
}
|
|
68
|
+
export type Value_ = {
|
|
69
|
+
readonly 'type': Value_._type;
|
|
70
|
+
};
|
|
71
|
+
export type Document_ = Value_;
|
|
72
|
+
export { Value_ as Value, Document_ as Document, };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as i_out from "./data_types/target";
|
|
2
|
+
export declare namespace Value_ {
|
|
3
|
+
type I = string;
|
|
4
|
+
type O = i_out.Value;
|
|
5
|
+
namespace P {
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
export type Value_ = ($$_: Value_.I) => Value_.O;
|
|
9
|
+
export declare namespace Document_ {
|
|
10
|
+
type I = string;
|
|
11
|
+
type O = i_out.Document;
|
|
12
|
+
namespace P {
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export type Document_ = ($$_: Document_.I) => Document_.O;
|
|
16
|
+
export { Value_ as Value, Document_ as Document, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hdXRob3JpbmdfdGFyZ2V0L2Rlc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,63 +1,17 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
|
|
8
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
|
-
}) => _i_out._T_Value;
|
|
10
|
-
export type Value = _T_Value;
|
|
11
|
-
export type Document = _T_Document;
|
|
12
|
-
export declare namespace _T_Value {
|
|
13
|
-
namespace CONTEXT {
|
|
1
|
+
import * as i_out from "astn/dist/interface/generated/pareto/schemas/sealed_target/data_types/target";
|
|
2
|
+
import * as i_in from "./data_types/source";
|
|
3
|
+
export declare namespace Value_ {
|
|
4
|
+
type I = i_in.Value;
|
|
5
|
+
type O = i_out.Value;
|
|
6
|
+
namespace P {
|
|
14
7
|
}
|
|
15
|
-
type CONTEXT = _i_in._T_Value;
|
|
16
|
-
namespace PARAMS {
|
|
17
|
-
namespace value_serializers {
|
|
18
|
-
}
|
|
19
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
20
|
-
}
|
|
21
|
-
namespace RESULT {
|
|
22
|
-
}
|
|
23
|
-
type RESULT = _i_out._T_Value;
|
|
24
|
-
}
|
|
25
|
-
export declare namespace _T_Document {
|
|
26
|
-
namespace CONTEXT {
|
|
27
|
-
}
|
|
28
|
-
type CONTEXT = _i_in._T_Document;
|
|
29
|
-
namespace PARAMS {
|
|
30
|
-
namespace value_serializers {
|
|
31
|
-
}
|
|
32
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
33
|
-
}
|
|
34
|
-
namespace RESULT {
|
|
35
|
-
}
|
|
36
|
-
type RESULT = _i_out._T_Value;
|
|
37
8
|
}
|
|
38
|
-
export
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
type
|
|
42
|
-
namespace
|
|
43
|
-
namespace value_serializers {
|
|
44
|
-
}
|
|
45
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
46
|
-
}
|
|
47
|
-
namespace RESULT {
|
|
48
|
-
}
|
|
49
|
-
type RESULT = _i_out._T_Value;
|
|
50
|
-
}
|
|
51
|
-
export declare namespace Document {
|
|
52
|
-
namespace CONTEXT {
|
|
53
|
-
}
|
|
54
|
-
type CONTEXT = _i_in._T_Document;
|
|
55
|
-
namespace PARAMS {
|
|
56
|
-
namespace value_serializers {
|
|
57
|
-
}
|
|
58
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
59
|
-
}
|
|
60
|
-
namespace RESULT {
|
|
9
|
+
export type Value_ = ($$_: Value_.I) => Value_.O;
|
|
10
|
+
export declare namespace Document_ {
|
|
11
|
+
type I = i_in.Document;
|
|
12
|
+
type O = i_out.Value;
|
|
13
|
+
namespace P {
|
|
61
14
|
}
|
|
62
|
-
type RESULT = _i_out._T_Value;
|
|
63
15
|
}
|
|
16
|
+
export type Document_ = ($$_: Document_.I) => Document_.O;
|
|
17
|
+
export { Value_ as Value, Document_ as Document, };
|
|
@@ -1,46 +1,17 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export declare namespace _T_Value {
|
|
8
|
-
namespace CONTEXT {
|
|
1
|
+
import * as i_out from "./data_types/target";
|
|
2
|
+
import * as i_in from "./data_types/source";
|
|
3
|
+
export declare namespace Value_ {
|
|
4
|
+
type I = i_in.Value;
|
|
5
|
+
type O = i_out.Value;
|
|
6
|
+
namespace P {
|
|
9
7
|
}
|
|
10
|
-
type CONTEXT = _i_in._T_Value;
|
|
11
|
-
namespace PARAMS {
|
|
12
|
-
}
|
|
13
|
-
namespace RESULT {
|
|
14
|
-
}
|
|
15
|
-
type RESULT = _i_out._T_Value;
|
|
16
|
-
}
|
|
17
|
-
export declare namespace _T_Document {
|
|
18
|
-
namespace CONTEXT {
|
|
19
|
-
}
|
|
20
|
-
type CONTEXT = _i_in._T_Document;
|
|
21
|
-
namespace PARAMS {
|
|
22
|
-
}
|
|
23
|
-
namespace RESULT {
|
|
24
|
-
}
|
|
25
|
-
type RESULT = _i_out._T_Document;
|
|
26
8
|
}
|
|
27
|
-
export
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
type
|
|
31
|
-
namespace
|
|
32
|
-
}
|
|
33
|
-
namespace RESULT {
|
|
34
|
-
}
|
|
35
|
-
type RESULT = _i_out._T_Value;
|
|
36
|
-
}
|
|
37
|
-
export declare namespace Document {
|
|
38
|
-
namespace CONTEXT {
|
|
39
|
-
}
|
|
40
|
-
type CONTEXT = _i_in._T_Document;
|
|
41
|
-
namespace PARAMS {
|
|
42
|
-
}
|
|
43
|
-
namespace RESULT {
|
|
9
|
+
export type Value_ = ($$_: Value_.I) => Value_.O;
|
|
10
|
+
export declare namespace Document_ {
|
|
11
|
+
type I = i_in.Document;
|
|
12
|
+
type O = i_out.Document;
|
|
13
|
+
namespace P {
|
|
44
14
|
}
|
|
45
|
-
type RESULT = _i_out._T_Document;
|
|
46
15
|
}
|
|
16
|
+
export type Document_ = ($$_: Document_.I) => Document_.O;
|
|
17
|
+
export { Value_ as Value, Document_ as Document, };
|
|
@@ -1,54 +1,16 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
|
|
7
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
8
|
-
}) => string;
|
|
9
|
-
export type Value = _T_Value;
|
|
10
|
-
export type Document = _T_Document;
|
|
11
|
-
export declare namespace _T_Value {
|
|
12
|
-
namespace CONTEXT {
|
|
1
|
+
import * as i_in from "./data_types/source";
|
|
2
|
+
export declare namespace Value_ {
|
|
3
|
+
type I = i_in.Value;
|
|
4
|
+
type O = string;
|
|
5
|
+
namespace P {
|
|
13
6
|
}
|
|
14
|
-
type CONTEXT = _i_in._T_Value;
|
|
15
|
-
namespace PARAMS {
|
|
16
|
-
namespace value_serializers {
|
|
17
|
-
}
|
|
18
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
19
|
-
}
|
|
20
|
-
type RESULT = string;
|
|
21
|
-
}
|
|
22
|
-
export declare namespace _T_Document {
|
|
23
|
-
namespace CONTEXT {
|
|
24
|
-
}
|
|
25
|
-
type CONTEXT = _i_in._T_Document;
|
|
26
|
-
namespace PARAMS {
|
|
27
|
-
namespace value_serializers {
|
|
28
|
-
}
|
|
29
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
30
|
-
}
|
|
31
|
-
type RESULT = string;
|
|
32
7
|
}
|
|
33
|
-
export
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
type
|
|
37
|
-
namespace
|
|
38
|
-
namespace value_serializers {
|
|
39
|
-
}
|
|
40
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
41
|
-
}
|
|
42
|
-
type RESULT = string;
|
|
43
|
-
}
|
|
44
|
-
export declare namespace Document {
|
|
45
|
-
namespace CONTEXT {
|
|
46
|
-
}
|
|
47
|
-
type CONTEXT = _i_in._T_Document;
|
|
48
|
-
namespace PARAMS {
|
|
49
|
-
namespace value_serializers {
|
|
50
|
-
}
|
|
51
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
8
|
+
export type Value_ = ($$_: Value_.I) => Value_.O;
|
|
9
|
+
export declare namespace Document_ {
|
|
10
|
+
type I = i_in.Document;
|
|
11
|
+
type O = string;
|
|
12
|
+
namespace P {
|
|
52
13
|
}
|
|
53
|
-
type RESULT = string;
|
|
54
14
|
}
|
|
15
|
+
export type Document_ = ($$_: Document_.I) => Document_.O;
|
|
16
|
+
export { Value_ as Value, Document_ as Document, };
|