astn 0.113.22 → 0.113.24
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/generated/pareto/generic/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/generic/serialize.js +93 -0
- package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +28 -28
- package/dist/implementation/generated/pareto/generic/unmarshall.js +38 -29
- package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.d.ts +7 -7
- package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +86 -104
- package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.d.ts +8 -8
- package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +226 -244
- package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.d.ts +12 -0
- package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.js +73 -0
- package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.d.ts +7 -7
- package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +72 -84
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +84 -84
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +44 -42
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +6 -5
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +135 -134
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +9 -0
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.js +61 -0
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +6 -5
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +172 -175
- package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +72 -72
- package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +48 -48
- package/dist/implementation/generated/pareto/schemas/ide/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/ide/marshall.js +29 -29
- package/dist/implementation/generated/pareto/schemas/ide/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/ide/serialize.js +41 -0
- package/dist/implementation/generated/pareto/schemas/ide/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +25 -25
- package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +66 -66
- package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +46 -46
- package/dist/implementation/generated/pareto/schemas/token/marshall.d.ts +5 -5
- package/dist/implementation/generated/pareto/schemas/token/marshall.js +131 -131
- package/dist/implementation/generated/pareto/schemas/token/serialize.d.ts +11 -0
- package/dist/implementation/generated/pareto/schemas/token/serialize.js +69 -0
- package/dist/implementation/generated/pareto/schemas/token/unmarshall.d.ts +5 -5
- package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +120 -120
- package/dist/implementation/manual/schemas/annotated_characters/deserializers.js +10 -3
- package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +5 -2
- package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +11 -21
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.d.ts +1 -1
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.js +3 -3
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +3 -3
- package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/ide.js +3 -17
- package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/json_target.js +3 -3
- package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/token.js +3 -3
- package/dist/implementation/manual/schemas/token/productions/annotated_character.d.ts +12 -5
- package/dist/implementation/manual/schemas/token/productions/annotated_character.js +56 -62
- package/dist/implementation/manual/text_to_text/convert_to_json.js +1 -1
- package/dist/interface/generated/pareto/core/astn_source.d.ts +9 -9
- package/dist/interface/generated/pareto/core/astn_target.d.ts +15 -15
- package/dist/interface/generated/pareto/core/parse_result.d.ts +2 -2
- package/dist/interface/generated/pareto/core/resolved.d.ts +12 -12
- package/dist/interface/generated/pareto/core/token.d.ts +4 -4
- package/dist/interface/generated/pareto/core/unconstrained.d.ts +3 -3
- package/dist/interface/generated/pareto/core/unresolved.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +548 -548
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +119 -160
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +119 -160
- package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +56 -56
- package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +65 -65
- package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +288 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +65 -65
- package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +84 -77
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +84 -77
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +347 -356
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +347 -356
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +66 -36
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +68 -46
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +210 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +71 -41
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +145 -145
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +145 -145
- package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -13
- package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +54 -54
- package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +54 -54
- package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +17 -17
- package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/ide/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +17 -17
- package/dist/interface/generated/pareto/schemas/ide/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/ide/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +114 -114
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +114 -114
- package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -13
- package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +188 -188
- package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +188 -188
- package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +56 -56
- package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +66 -66
- package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +262 -0
- package/dist/interface/generated/pareto/schemas/token/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +59 -59
- package/dist/interface/generated/pareto/schemas/token/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/token/value_serializers.d.ts +10 -10
- package/dist/interface/to_be_generated/annotated_characters.d.ts +5 -2
- package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.d.ts +6 -6
- package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.d.ts +9 -9
- package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.d.ts +15 -15
- package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.d.ts +2 -2
- package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.d.ts +12 -12
- package/dist/modules/pareto-json/interface/generated/pareto/core/token.d.ts +4 -4
- package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.d.ts +3 -3
- package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.d.ts +10 -10
- package/dist/shorthands/parse_result.js +29 -5
- package/package.json +6 -6
|
@@ -1,38 +1,42 @@
|
|
|
1
|
-
import * as _i_in from "./data_types/source";
|
|
2
1
|
import * as _i_out from "../../core/astn_target";
|
|
2
|
+
import * as _i_in from "./data_types/source";
|
|
3
3
|
import * as _i_vs from "./value_serializers";
|
|
4
|
-
export type
|
|
4
|
+
export type _T_Structural_Token = ($$_: _i_in._T_Structural_Token, $$_p: {
|
|
5
5
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
6
6
|
}) => _i_out._T_Value;
|
|
7
|
-
export type
|
|
7
|
+
export type _T_String = ($$_: _i_in._T_String, $$_p: {
|
|
8
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
|
+
}) => _i_out._T_Value;
|
|
10
|
+
export type _T_Key_Value_Pairs = ($$_: _i_in._T_Key_Value_Pairs, $$_p: {
|
|
8
11
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
12
|
}) => _i_out._T_Value;
|
|
10
13
|
export type _T_Elements = ($$_: _i_in._T_Elements, $$_p: {
|
|
11
14
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
12
15
|
}) => _i_out._T_Value;
|
|
13
|
-
export type
|
|
16
|
+
export type _T_Concrete_Value = ($$_: _i_in._T_Concrete_Value, $$_p: {
|
|
14
17
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
15
18
|
}) => _i_out._T_Value;
|
|
16
|
-
export type
|
|
19
|
+
export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
|
|
17
20
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
18
21
|
}) => _i_out._T_Value;
|
|
19
|
-
export type
|
|
22
|
+
export type _T_Content = ($$_: _i_in._T_Content, $$_p: {
|
|
20
23
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
21
24
|
}) => _i_out._T_Value;
|
|
22
|
-
export type
|
|
25
|
+
export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
|
|
23
26
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
24
27
|
}) => _i_out._T_Value;
|
|
25
|
-
export type Concrete_Value = _T_Concrete_Value;
|
|
26
|
-
export type Document = _T_Document;
|
|
27
|
-
export type Elements = _T_Elements;
|
|
28
|
-
export type Key_Value_Pairs = _T_Key_Value_Pairs;
|
|
29
|
-
export type String = _T_String;
|
|
30
28
|
export type Structural_Token = _T_Structural_Token;
|
|
29
|
+
export type String = _T_String;
|
|
30
|
+
export type Key_Value_Pairs = _T_Key_Value_Pairs;
|
|
31
|
+
export type Elements = _T_Elements;
|
|
32
|
+
export type Concrete_Value = _T_Concrete_Value;
|
|
31
33
|
export type Value = _T_Value;
|
|
32
|
-
export
|
|
34
|
+
export type Content = _T_Content;
|
|
35
|
+
export type Document = _T_Document;
|
|
36
|
+
export declare namespace _T_Structural_Token {
|
|
33
37
|
namespace CONTEXT {
|
|
34
38
|
}
|
|
35
|
-
type CONTEXT = _i_in.
|
|
39
|
+
type CONTEXT = _i_in._T_Structural_Token;
|
|
36
40
|
namespace PARAMS {
|
|
37
41
|
namespace value_serializers {
|
|
38
42
|
}
|
|
@@ -42,10 +46,10 @@ export declare namespace _T_Concrete_Value {
|
|
|
42
46
|
}
|
|
43
47
|
type RESULT = _i_out._T_Value;
|
|
44
48
|
}
|
|
45
|
-
export declare namespace
|
|
49
|
+
export declare namespace _T_String {
|
|
46
50
|
namespace CONTEXT {
|
|
47
51
|
}
|
|
48
|
-
type CONTEXT = _i_in.
|
|
52
|
+
type CONTEXT = _i_in._T_String;
|
|
49
53
|
namespace PARAMS {
|
|
50
54
|
namespace value_serializers {
|
|
51
55
|
}
|
|
@@ -55,10 +59,10 @@ export declare namespace _T_Document {
|
|
|
55
59
|
}
|
|
56
60
|
type RESULT = _i_out._T_Value;
|
|
57
61
|
}
|
|
58
|
-
export declare namespace
|
|
62
|
+
export declare namespace _T_Key_Value_Pairs {
|
|
59
63
|
namespace CONTEXT {
|
|
60
64
|
}
|
|
61
|
-
type CONTEXT = _i_in.
|
|
65
|
+
type CONTEXT = _i_in._T_Key_Value_Pairs;
|
|
62
66
|
namespace PARAMS {
|
|
63
67
|
namespace value_serializers {
|
|
64
68
|
}
|
|
@@ -68,10 +72,10 @@ export declare namespace _T_Elements {
|
|
|
68
72
|
}
|
|
69
73
|
type RESULT = _i_out._T_Value;
|
|
70
74
|
}
|
|
71
|
-
export declare namespace
|
|
75
|
+
export declare namespace _T_Elements {
|
|
72
76
|
namespace CONTEXT {
|
|
73
77
|
}
|
|
74
|
-
type CONTEXT = _i_in.
|
|
78
|
+
type CONTEXT = _i_in._T_Elements;
|
|
75
79
|
namespace PARAMS {
|
|
76
80
|
namespace value_serializers {
|
|
77
81
|
}
|
|
@@ -81,10 +85,10 @@ export declare namespace _T_Key_Value_Pairs {
|
|
|
81
85
|
}
|
|
82
86
|
type RESULT = _i_out._T_Value;
|
|
83
87
|
}
|
|
84
|
-
export declare namespace
|
|
88
|
+
export declare namespace _T_Concrete_Value {
|
|
85
89
|
namespace CONTEXT {
|
|
86
90
|
}
|
|
87
|
-
type CONTEXT = _i_in.
|
|
91
|
+
type CONTEXT = _i_in._T_Concrete_Value;
|
|
88
92
|
namespace PARAMS {
|
|
89
93
|
namespace value_serializers {
|
|
90
94
|
}
|
|
@@ -94,10 +98,10 @@ export declare namespace _T_String {
|
|
|
94
98
|
}
|
|
95
99
|
type RESULT = _i_out._T_Value;
|
|
96
100
|
}
|
|
97
|
-
export declare namespace
|
|
101
|
+
export declare namespace _T_Value {
|
|
98
102
|
namespace CONTEXT {
|
|
99
103
|
}
|
|
100
|
-
type CONTEXT = _i_in.
|
|
104
|
+
type CONTEXT = _i_in._T_Value;
|
|
101
105
|
namespace PARAMS {
|
|
102
106
|
namespace value_serializers {
|
|
103
107
|
}
|
|
@@ -107,10 +111,10 @@ export declare namespace _T_Structural_Token {
|
|
|
107
111
|
}
|
|
108
112
|
type RESULT = _i_out._T_Value;
|
|
109
113
|
}
|
|
110
|
-
export declare namespace
|
|
114
|
+
export declare namespace _T_Content {
|
|
111
115
|
namespace CONTEXT {
|
|
112
116
|
}
|
|
113
|
-
type CONTEXT = _i_in.
|
|
117
|
+
type CONTEXT = _i_in._T_Content;
|
|
114
118
|
namespace PARAMS {
|
|
115
119
|
namespace value_serializers {
|
|
116
120
|
}
|
|
@@ -120,10 +124,10 @@ export declare namespace _T_Value {
|
|
|
120
124
|
}
|
|
121
125
|
type RESULT = _i_out._T_Value;
|
|
122
126
|
}
|
|
123
|
-
export declare namespace
|
|
127
|
+
export declare namespace _T_Document {
|
|
124
128
|
namespace CONTEXT {
|
|
125
129
|
}
|
|
126
|
-
type CONTEXT = _i_in.
|
|
130
|
+
type CONTEXT = _i_in._T_Document;
|
|
127
131
|
namespace PARAMS {
|
|
128
132
|
namespace value_serializers {
|
|
129
133
|
}
|
|
@@ -133,10 +137,10 @@ export declare namespace Concrete_Value {
|
|
|
133
137
|
}
|
|
134
138
|
type RESULT = _i_out._T_Value;
|
|
135
139
|
}
|
|
136
|
-
export declare namespace
|
|
140
|
+
export declare namespace Structural_Token {
|
|
137
141
|
namespace CONTEXT {
|
|
138
142
|
}
|
|
139
|
-
type CONTEXT = _i_in.
|
|
143
|
+
type CONTEXT = _i_in._T_Structural_Token;
|
|
140
144
|
namespace PARAMS {
|
|
141
145
|
namespace value_serializers {
|
|
142
146
|
}
|
|
@@ -146,10 +150,10 @@ export declare namespace Document {
|
|
|
146
150
|
}
|
|
147
151
|
type RESULT = _i_out._T_Value;
|
|
148
152
|
}
|
|
149
|
-
export declare namespace
|
|
153
|
+
export declare namespace String {
|
|
150
154
|
namespace CONTEXT {
|
|
151
155
|
}
|
|
152
|
-
type CONTEXT = _i_in.
|
|
156
|
+
type CONTEXT = _i_in._T_String;
|
|
153
157
|
namespace PARAMS {
|
|
154
158
|
namespace value_serializers {
|
|
155
159
|
}
|
|
@@ -172,10 +176,10 @@ export declare namespace Key_Value_Pairs {
|
|
|
172
176
|
}
|
|
173
177
|
type RESULT = _i_out._T_Value;
|
|
174
178
|
}
|
|
175
|
-
export declare namespace
|
|
179
|
+
export declare namespace Elements {
|
|
176
180
|
namespace CONTEXT {
|
|
177
181
|
}
|
|
178
|
-
type CONTEXT = _i_in.
|
|
182
|
+
type CONTEXT = _i_in._T_Elements;
|
|
179
183
|
namespace PARAMS {
|
|
180
184
|
namespace value_serializers {
|
|
181
185
|
}
|
|
@@ -185,10 +189,10 @@ export declare namespace String {
|
|
|
185
189
|
}
|
|
186
190
|
type RESULT = _i_out._T_Value;
|
|
187
191
|
}
|
|
188
|
-
export declare namespace
|
|
192
|
+
export declare namespace Concrete_Value {
|
|
189
193
|
namespace CONTEXT {
|
|
190
194
|
}
|
|
191
|
-
type CONTEXT = _i_in.
|
|
195
|
+
type CONTEXT = _i_in._T_Concrete_Value;
|
|
192
196
|
namespace PARAMS {
|
|
193
197
|
namespace value_serializers {
|
|
194
198
|
}
|
|
@@ -211,3 +215,29 @@ export declare namespace Value {
|
|
|
211
215
|
}
|
|
212
216
|
type RESULT = _i_out._T_Value;
|
|
213
217
|
}
|
|
218
|
+
export declare namespace Content {
|
|
219
|
+
namespace CONTEXT {
|
|
220
|
+
}
|
|
221
|
+
type CONTEXT = _i_in._T_Content;
|
|
222
|
+
namespace PARAMS {
|
|
223
|
+
namespace value_serializers {
|
|
224
|
+
}
|
|
225
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
226
|
+
}
|
|
227
|
+
namespace RESULT {
|
|
228
|
+
}
|
|
229
|
+
type RESULT = _i_out._T_Value;
|
|
230
|
+
}
|
|
231
|
+
export declare namespace Document {
|
|
232
|
+
namespace CONTEXT {
|
|
233
|
+
}
|
|
234
|
+
type CONTEXT = _i_in._T_Document;
|
|
235
|
+
namespace PARAMS {
|
|
236
|
+
namespace value_serializers {
|
|
237
|
+
}
|
|
238
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
239
|
+
}
|
|
240
|
+
namespace RESULT {
|
|
241
|
+
}
|
|
242
|
+
type RESULT = _i_out._T_Value;
|
|
243
|
+
}
|
package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts
CHANGED
|
@@ -1,48 +1,40 @@
|
|
|
1
|
-
import * as _i_in from "./data_types/source";
|
|
2
1
|
import * as _i_out from "./data_types/target";
|
|
3
|
-
|
|
4
|
-
export type _T_Document = ($$_: _i_in._T_Document, $$_p: null) => _i_out._T_Document;
|
|
5
|
-
export type _T_Elements = ($$_: _i_in._T_Elements, $$_p: null) => _i_out._T_Elements;
|
|
6
|
-
export type _T_Key_Value_Pairs = ($$_: _i_in._T_Key_Value_Pairs, $$_p: null) => _i_out._T_Key_Value_Pairs;
|
|
7
|
-
export type _T_String = ($$_: _i_in._T_String, $$_p: null) => _i_out._T_String;
|
|
2
|
+
import * as _i_in from "./data_types/source";
|
|
8
3
|
export type _T_Structural_Token = ($$_: _i_in._T_Structural_Token, $$_p: null) => _i_out._T_Structural_Token;
|
|
4
|
+
export type _T_String = ($$_: _i_in._T_String, $$_p: null) => _i_out._T_String;
|
|
5
|
+
export type _T_Key_Value_Pairs = ($$_: _i_in._T_Key_Value_Pairs, $$_p: null) => _i_out._T_Key_Value_Pairs;
|
|
6
|
+
export type _T_Elements = ($$_: _i_in._T_Elements, $$_p: null) => _i_out._T_Elements;
|
|
7
|
+
export type _T_Concrete_Value = ($$_: _i_in._T_Concrete_Value, $$_p: null) => _i_out._T_Concrete_Value;
|
|
9
8
|
export type _T_Value = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Value;
|
|
10
|
-
export type
|
|
11
|
-
export type
|
|
12
|
-
export type Elements = _T_Elements;
|
|
13
|
-
export type Key_Value_Pairs = _T_Key_Value_Pairs;
|
|
14
|
-
export type String = _T_String;
|
|
9
|
+
export type _T_Content = ($$_: _i_in._T_Content, $$_p: null) => _i_out._T_Content;
|
|
10
|
+
export type _T_Document = ($$_: _i_in._T_Document, $$_p: null) => _i_out._T_Document;
|
|
15
11
|
export type Structural_Token = _T_Structural_Token;
|
|
12
|
+
export type String = _T_String;
|
|
13
|
+
export type Key_Value_Pairs = _T_Key_Value_Pairs;
|
|
14
|
+
export type Elements = _T_Elements;
|
|
15
|
+
export type Concrete_Value = _T_Concrete_Value;
|
|
16
16
|
export type Value = _T_Value;
|
|
17
|
-
export
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
type CONTEXT = _i_in._T_Concrete_Value;
|
|
21
|
-
namespace PARAMS {
|
|
22
|
-
}
|
|
23
|
-
namespace RESULT {
|
|
24
|
-
}
|
|
25
|
-
type RESULT = _i_out._T_Concrete_Value;
|
|
26
|
-
}
|
|
27
|
-
export declare namespace _T_Document {
|
|
17
|
+
export type Content = _T_Content;
|
|
18
|
+
export type Document = _T_Document;
|
|
19
|
+
export declare namespace _T_Structural_Token {
|
|
28
20
|
namespace CONTEXT {
|
|
29
21
|
}
|
|
30
|
-
type CONTEXT = _i_in.
|
|
22
|
+
type CONTEXT = _i_in._T_Structural_Token;
|
|
31
23
|
namespace PARAMS {
|
|
32
24
|
}
|
|
33
25
|
namespace RESULT {
|
|
34
26
|
}
|
|
35
|
-
type RESULT = _i_out.
|
|
27
|
+
type RESULT = _i_out._T_Structural_Token;
|
|
36
28
|
}
|
|
37
|
-
export declare namespace
|
|
29
|
+
export declare namespace _T_String {
|
|
38
30
|
namespace CONTEXT {
|
|
39
31
|
}
|
|
40
|
-
type CONTEXT = _i_in.
|
|
32
|
+
type CONTEXT = _i_in._T_String;
|
|
41
33
|
namespace PARAMS {
|
|
42
34
|
}
|
|
43
35
|
namespace RESULT {
|
|
44
36
|
}
|
|
45
|
-
type RESULT = _i_out.
|
|
37
|
+
type RESULT = _i_out._T_String;
|
|
46
38
|
}
|
|
47
39
|
export declare namespace _T_Key_Value_Pairs {
|
|
48
40
|
namespace CONTEXT {
|
|
@@ -54,25 +46,25 @@ export declare namespace _T_Key_Value_Pairs {
|
|
|
54
46
|
}
|
|
55
47
|
type RESULT = _i_out._T_Key_Value_Pairs;
|
|
56
48
|
}
|
|
57
|
-
export declare namespace
|
|
49
|
+
export declare namespace _T_Elements {
|
|
58
50
|
namespace CONTEXT {
|
|
59
51
|
}
|
|
60
|
-
type CONTEXT = _i_in.
|
|
52
|
+
type CONTEXT = _i_in._T_Elements;
|
|
61
53
|
namespace PARAMS {
|
|
62
54
|
}
|
|
63
55
|
namespace RESULT {
|
|
64
56
|
}
|
|
65
|
-
type RESULT = _i_out.
|
|
57
|
+
type RESULT = _i_out._T_Elements;
|
|
66
58
|
}
|
|
67
|
-
export declare namespace
|
|
59
|
+
export declare namespace _T_Concrete_Value {
|
|
68
60
|
namespace CONTEXT {
|
|
69
61
|
}
|
|
70
|
-
type CONTEXT = _i_in.
|
|
62
|
+
type CONTEXT = _i_in._T_Concrete_Value;
|
|
71
63
|
namespace PARAMS {
|
|
72
64
|
}
|
|
73
65
|
namespace RESULT {
|
|
74
66
|
}
|
|
75
|
-
type RESULT = _i_out.
|
|
67
|
+
type RESULT = _i_out._T_Concrete_Value;
|
|
76
68
|
}
|
|
77
69
|
export declare namespace _T_Value {
|
|
78
70
|
namespace CONTEXT {
|
|
@@ -84,17 +76,17 @@ export declare namespace _T_Value {
|
|
|
84
76
|
}
|
|
85
77
|
type RESULT = _i_out._T_Value;
|
|
86
78
|
}
|
|
87
|
-
export declare namespace
|
|
79
|
+
export declare namespace _T_Content {
|
|
88
80
|
namespace CONTEXT {
|
|
89
81
|
}
|
|
90
|
-
type CONTEXT = _i_in.
|
|
82
|
+
type CONTEXT = _i_in._T_Content;
|
|
91
83
|
namespace PARAMS {
|
|
92
84
|
}
|
|
93
85
|
namespace RESULT {
|
|
94
86
|
}
|
|
95
|
-
type RESULT = _i_out.
|
|
87
|
+
type RESULT = _i_out._T_Content;
|
|
96
88
|
}
|
|
97
|
-
export declare namespace
|
|
89
|
+
export declare namespace _T_Document {
|
|
98
90
|
namespace CONTEXT {
|
|
99
91
|
}
|
|
100
92
|
type CONTEXT = _i_in._T_Document;
|
|
@@ -104,15 +96,25 @@ export declare namespace Document {
|
|
|
104
96
|
}
|
|
105
97
|
type RESULT = _i_out._T_Document;
|
|
106
98
|
}
|
|
107
|
-
export declare namespace
|
|
99
|
+
export declare namespace Structural_Token {
|
|
108
100
|
namespace CONTEXT {
|
|
109
101
|
}
|
|
110
|
-
type CONTEXT = _i_in.
|
|
102
|
+
type CONTEXT = _i_in._T_Structural_Token;
|
|
111
103
|
namespace PARAMS {
|
|
112
104
|
}
|
|
113
105
|
namespace RESULT {
|
|
114
106
|
}
|
|
115
|
-
type RESULT = _i_out.
|
|
107
|
+
type RESULT = _i_out._T_Structural_Token;
|
|
108
|
+
}
|
|
109
|
+
export declare namespace String {
|
|
110
|
+
namespace CONTEXT {
|
|
111
|
+
}
|
|
112
|
+
type CONTEXT = _i_in._T_String;
|
|
113
|
+
namespace PARAMS {
|
|
114
|
+
}
|
|
115
|
+
namespace RESULT {
|
|
116
|
+
}
|
|
117
|
+
type RESULT = _i_out._T_String;
|
|
116
118
|
}
|
|
117
119
|
export declare namespace Key_Value_Pairs {
|
|
118
120
|
namespace CONTEXT {
|
|
@@ -124,25 +126,25 @@ export declare namespace Key_Value_Pairs {
|
|
|
124
126
|
}
|
|
125
127
|
type RESULT = _i_out._T_Key_Value_Pairs;
|
|
126
128
|
}
|
|
127
|
-
export declare namespace
|
|
129
|
+
export declare namespace Elements {
|
|
128
130
|
namespace CONTEXT {
|
|
129
131
|
}
|
|
130
|
-
type CONTEXT = _i_in.
|
|
132
|
+
type CONTEXT = _i_in._T_Elements;
|
|
131
133
|
namespace PARAMS {
|
|
132
134
|
}
|
|
133
135
|
namespace RESULT {
|
|
134
136
|
}
|
|
135
|
-
type RESULT = _i_out.
|
|
137
|
+
type RESULT = _i_out._T_Elements;
|
|
136
138
|
}
|
|
137
|
-
export declare namespace
|
|
139
|
+
export declare namespace Concrete_Value {
|
|
138
140
|
namespace CONTEXT {
|
|
139
141
|
}
|
|
140
|
-
type CONTEXT = _i_in.
|
|
142
|
+
type CONTEXT = _i_in._T_Concrete_Value;
|
|
141
143
|
namespace PARAMS {
|
|
142
144
|
}
|
|
143
145
|
namespace RESULT {
|
|
144
146
|
}
|
|
145
|
-
type RESULT = _i_out.
|
|
147
|
+
type RESULT = _i_out._T_Concrete_Value;
|
|
146
148
|
}
|
|
147
149
|
export declare namespace Value {
|
|
148
150
|
namespace CONTEXT {
|
|
@@ -154,3 +156,23 @@ export declare namespace Value {
|
|
|
154
156
|
}
|
|
155
157
|
type RESULT = _i_out._T_Value;
|
|
156
158
|
}
|
|
159
|
+
export declare namespace Content {
|
|
160
|
+
namespace CONTEXT {
|
|
161
|
+
}
|
|
162
|
+
type CONTEXT = _i_in._T_Content;
|
|
163
|
+
namespace PARAMS {
|
|
164
|
+
}
|
|
165
|
+
namespace RESULT {
|
|
166
|
+
}
|
|
167
|
+
type RESULT = _i_out._T_Content;
|
|
168
|
+
}
|
|
169
|
+
export declare namespace Document {
|
|
170
|
+
namespace CONTEXT {
|
|
171
|
+
}
|
|
172
|
+
type CONTEXT = _i_in._T_Document;
|
|
173
|
+
namespace PARAMS {
|
|
174
|
+
}
|
|
175
|
+
namespace RESULT {
|
|
176
|
+
}
|
|
177
|
+
type RESULT = _i_out._T_Document;
|
|
178
|
+
}
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
import * as _i_in from "./data_types/source";
|
|
2
|
+
import * as _i_vs from "./value_serializers";
|
|
3
|
+
export type _T_Structural_Token = ($$_: _i_in._T_Structural_Token, $$_p: {
|
|
4
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
5
|
+
}) => string;
|
|
6
|
+
export type _T_String = ($$_: _i_in._T_String, $$_p: {
|
|
7
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
8
|
+
}) => string;
|
|
9
|
+
export type _T_Key_Value_Pairs = ($$_: _i_in._T_Key_Value_Pairs, $$_p: {
|
|
10
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
11
|
+
}) => string;
|
|
12
|
+
export type _T_Elements = ($$_: _i_in._T_Elements, $$_p: {
|
|
13
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
14
|
+
}) => string;
|
|
15
|
+
export type _T_Concrete_Value = ($$_: _i_in._T_Concrete_Value, $$_p: {
|
|
16
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
17
|
+
}) => string;
|
|
18
|
+
export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
|
|
19
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
20
|
+
}) => string;
|
|
21
|
+
export type _T_Content = ($$_: _i_in._T_Content, $$_p: {
|
|
22
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
23
|
+
}) => string;
|
|
24
|
+
export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
|
|
25
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
26
|
+
}) => string;
|
|
27
|
+
export type Structural_Token = _T_Structural_Token;
|
|
28
|
+
export type String = _T_String;
|
|
29
|
+
export type Key_Value_Pairs = _T_Key_Value_Pairs;
|
|
30
|
+
export type Elements = _T_Elements;
|
|
31
|
+
export type Concrete_Value = _T_Concrete_Value;
|
|
32
|
+
export type Value = _T_Value;
|
|
33
|
+
export type Content = _T_Content;
|
|
34
|
+
export type Document = _T_Document;
|
|
35
|
+
export declare namespace _T_Structural_Token {
|
|
36
|
+
namespace CONTEXT {
|
|
37
|
+
}
|
|
38
|
+
type CONTEXT = _i_in._T_Structural_Token;
|
|
39
|
+
namespace PARAMS {
|
|
40
|
+
namespace value_serializers {
|
|
41
|
+
}
|
|
42
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
43
|
+
}
|
|
44
|
+
type RESULT = string;
|
|
45
|
+
}
|
|
46
|
+
export declare namespace _T_String {
|
|
47
|
+
namespace CONTEXT {
|
|
48
|
+
}
|
|
49
|
+
type CONTEXT = _i_in._T_String;
|
|
50
|
+
namespace PARAMS {
|
|
51
|
+
namespace value_serializers {
|
|
52
|
+
}
|
|
53
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
54
|
+
}
|
|
55
|
+
type RESULT = string;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace _T_Key_Value_Pairs {
|
|
58
|
+
namespace CONTEXT {
|
|
59
|
+
}
|
|
60
|
+
type CONTEXT = _i_in._T_Key_Value_Pairs;
|
|
61
|
+
namespace PARAMS {
|
|
62
|
+
namespace value_serializers {
|
|
63
|
+
}
|
|
64
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
65
|
+
}
|
|
66
|
+
type RESULT = string;
|
|
67
|
+
}
|
|
68
|
+
export declare namespace _T_Elements {
|
|
69
|
+
namespace CONTEXT {
|
|
70
|
+
}
|
|
71
|
+
type CONTEXT = _i_in._T_Elements;
|
|
72
|
+
namespace PARAMS {
|
|
73
|
+
namespace value_serializers {
|
|
74
|
+
}
|
|
75
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
76
|
+
}
|
|
77
|
+
type RESULT = string;
|
|
78
|
+
}
|
|
79
|
+
export declare namespace _T_Concrete_Value {
|
|
80
|
+
namespace CONTEXT {
|
|
81
|
+
}
|
|
82
|
+
type CONTEXT = _i_in._T_Concrete_Value;
|
|
83
|
+
namespace PARAMS {
|
|
84
|
+
namespace value_serializers {
|
|
85
|
+
}
|
|
86
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
87
|
+
}
|
|
88
|
+
type RESULT = string;
|
|
89
|
+
}
|
|
90
|
+
export declare namespace _T_Value {
|
|
91
|
+
namespace CONTEXT {
|
|
92
|
+
}
|
|
93
|
+
type CONTEXT = _i_in._T_Value;
|
|
94
|
+
namespace PARAMS {
|
|
95
|
+
namespace value_serializers {
|
|
96
|
+
}
|
|
97
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
98
|
+
}
|
|
99
|
+
type RESULT = string;
|
|
100
|
+
}
|
|
101
|
+
export declare namespace _T_Content {
|
|
102
|
+
namespace CONTEXT {
|
|
103
|
+
}
|
|
104
|
+
type CONTEXT = _i_in._T_Content;
|
|
105
|
+
namespace PARAMS {
|
|
106
|
+
namespace value_serializers {
|
|
107
|
+
}
|
|
108
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
109
|
+
}
|
|
110
|
+
type RESULT = string;
|
|
111
|
+
}
|
|
112
|
+
export declare namespace _T_Document {
|
|
113
|
+
namespace CONTEXT {
|
|
114
|
+
}
|
|
115
|
+
type CONTEXT = _i_in._T_Document;
|
|
116
|
+
namespace PARAMS {
|
|
117
|
+
namespace value_serializers {
|
|
118
|
+
}
|
|
119
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
120
|
+
}
|
|
121
|
+
type RESULT = string;
|
|
122
|
+
}
|
|
123
|
+
export declare namespace Structural_Token {
|
|
124
|
+
namespace CONTEXT {
|
|
125
|
+
}
|
|
126
|
+
type CONTEXT = _i_in._T_Structural_Token;
|
|
127
|
+
namespace PARAMS {
|
|
128
|
+
namespace value_serializers {
|
|
129
|
+
}
|
|
130
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
131
|
+
}
|
|
132
|
+
type RESULT = string;
|
|
133
|
+
}
|
|
134
|
+
export declare namespace String {
|
|
135
|
+
namespace CONTEXT {
|
|
136
|
+
}
|
|
137
|
+
type CONTEXT = _i_in._T_String;
|
|
138
|
+
namespace PARAMS {
|
|
139
|
+
namespace value_serializers {
|
|
140
|
+
}
|
|
141
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
142
|
+
}
|
|
143
|
+
type RESULT = string;
|
|
144
|
+
}
|
|
145
|
+
export declare namespace Key_Value_Pairs {
|
|
146
|
+
namespace CONTEXT {
|
|
147
|
+
}
|
|
148
|
+
type CONTEXT = _i_in._T_Key_Value_Pairs;
|
|
149
|
+
namespace PARAMS {
|
|
150
|
+
namespace value_serializers {
|
|
151
|
+
}
|
|
152
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
153
|
+
}
|
|
154
|
+
type RESULT = string;
|
|
155
|
+
}
|
|
156
|
+
export declare namespace Elements {
|
|
157
|
+
namespace CONTEXT {
|
|
158
|
+
}
|
|
159
|
+
type CONTEXT = _i_in._T_Elements;
|
|
160
|
+
namespace PARAMS {
|
|
161
|
+
namespace value_serializers {
|
|
162
|
+
}
|
|
163
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
164
|
+
}
|
|
165
|
+
type RESULT = string;
|
|
166
|
+
}
|
|
167
|
+
export declare namespace Concrete_Value {
|
|
168
|
+
namespace CONTEXT {
|
|
169
|
+
}
|
|
170
|
+
type CONTEXT = _i_in._T_Concrete_Value;
|
|
171
|
+
namespace PARAMS {
|
|
172
|
+
namespace value_serializers {
|
|
173
|
+
}
|
|
174
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
175
|
+
}
|
|
176
|
+
type RESULT = string;
|
|
177
|
+
}
|
|
178
|
+
export declare namespace Value {
|
|
179
|
+
namespace CONTEXT {
|
|
180
|
+
}
|
|
181
|
+
type CONTEXT = _i_in._T_Value;
|
|
182
|
+
namespace PARAMS {
|
|
183
|
+
namespace value_serializers {
|
|
184
|
+
}
|
|
185
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
186
|
+
}
|
|
187
|
+
type RESULT = string;
|
|
188
|
+
}
|
|
189
|
+
export declare namespace Content {
|
|
190
|
+
namespace CONTEXT {
|
|
191
|
+
}
|
|
192
|
+
type CONTEXT = _i_in._T_Content;
|
|
193
|
+
namespace PARAMS {
|
|
194
|
+
namespace value_serializers {
|
|
195
|
+
}
|
|
196
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
197
|
+
}
|
|
198
|
+
type RESULT = string;
|
|
199
|
+
}
|
|
200
|
+
export declare namespace Document {
|
|
201
|
+
namespace CONTEXT {
|
|
202
|
+
}
|
|
203
|
+
type CONTEXT = _i_in._T_Document;
|
|
204
|
+
namespace PARAMS {
|
|
205
|
+
namespace value_serializers {
|
|
206
|
+
}
|
|
207
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
208
|
+
}
|
|
209
|
+
type RESULT = string;
|
|
210
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYXV0aG9yaW5nX3BhcnNlX3RyZWUvc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|