astn 0.110.25 → 0.110.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/dist/generated/implementation/generic/unmarshall.js +24 -15
  2. package/dist/generated/interface/core/astn_source.d.ts +59 -59
  3. package/dist/generated/interface/schemas/ast/data_types/resolve.d.ts +1 -0
  4. package/dist/generated/interface/schemas/ast/data_types/resolve.js +7 -0
  5. package/dist/generated/interface/schemas/ast/data_types/source.d.ts +841 -0
  6. package/dist/generated/interface/schemas/ast/data_types/source.js +3 -0
  7. package/dist/generated/interface/schemas/ast/data_types/target.d.ts +841 -0
  8. package/dist/generated/interface/schemas/ast/data_types/target.js +3 -0
  9. package/dist/generated/interface/schemas/ast/marshall.d.ts +1 -1
  10. package/dist/generated/interface/schemas/ast/migrate_boilerplate.d.ts +2 -2
  11. package/dist/generated/interface/schemas/ast/unmarshall.d.ts +1 -1
  12. package/dist/generated/interface/schemas/ide/data_types/resolve.d.ts +1 -0
  13. package/dist/generated/interface/schemas/ide/data_types/resolve.js +7 -0
  14. package/dist/generated/interface/schemas/ide/data_types/source.d.ts +190 -0
  15. package/dist/generated/interface/schemas/ide/data_types/source.js +3 -0
  16. package/dist/generated/interface/schemas/ide/data_types/target.d.ts +190 -0
  17. package/dist/generated/interface/schemas/ide/data_types/target.js +3 -0
  18. package/dist/generated/interface/schemas/ide/marshall.d.ts +1 -1
  19. package/dist/generated/interface/schemas/ide/migrate_boilerplate.d.ts +2 -2
  20. package/dist/generated/interface/schemas/ide/unmarshall.d.ts +1 -1
  21. package/dist/generated/interface/schemas/parse_result/data_types/resolve.d.ts +1 -0
  22. package/dist/generated/interface/schemas/parse_result/data_types/resolve.js +7 -0
  23. package/dist/generated/interface/schemas/parse_result/data_types/source.d.ts +268 -0
  24. package/dist/generated/interface/schemas/parse_result/data_types/source.js +3 -0
  25. package/dist/generated/interface/schemas/parse_result/data_types/target.d.ts +268 -0
  26. package/dist/generated/interface/schemas/parse_result/data_types/target.js +3 -0
  27. package/dist/generated/interface/schemas/parse_result/marshall.d.ts +1 -1
  28. package/dist/generated/interface/schemas/parse_result/migrate_boilerplate.d.ts +2 -2
  29. package/dist/generated/interface/schemas/parse_result/unmarshall.d.ts +1 -1
  30. package/dist/generated/interface/schemas/target/data_types/resolve.d.ts +1 -0
  31. package/dist/generated/interface/schemas/target/data_types/resolve.js +7 -0
  32. package/dist/generated/interface/schemas/target/data_types/source.d.ts +186 -0
  33. package/dist/generated/interface/schemas/target/data_types/source.js +3 -0
  34. package/dist/generated/interface/schemas/target/data_types/target.d.ts +186 -0
  35. package/dist/generated/interface/schemas/target/data_types/target.js +3 -0
  36. package/dist/generated/interface/schemas/target/marshall.d.ts +1 -1
  37. package/dist/generated/interface/schemas/target/migrate_boilerplate.d.ts +2 -2
  38. package/dist/generated/interface/schemas/target/unmarshall.d.ts +1 -1
  39. package/dist/generated/interface/schemas/token/data_types/resolve.d.ts +1 -0
  40. package/dist/generated/interface/schemas/token/data_types/resolve.js +7 -0
  41. package/dist/generated/interface/schemas/token/data_types/source.d.ts +326 -0
  42. package/dist/generated/interface/schemas/token/data_types/source.js +3 -0
  43. package/dist/generated/interface/schemas/token/data_types/target.d.ts +326 -0
  44. package/dist/generated/interface/schemas/token/data_types/target.js +3 -0
  45. package/dist/generated/interface/schemas/token/marshall.d.ts +1 -1
  46. package/dist/generated/interface/schemas/token/migrate_boilerplate.d.ts +2 -2
  47. package/dist/generated/interface/schemas/token/unmarshall.d.ts +1 -1
  48. package/dist/parse/ast.d.ts +9 -9
  49. package/dist/parse/ast.js +1 -1
  50. package/dist/parse/astn_parse_generic.d.ts +6 -6
  51. package/dist/parse/parse.d.ts +2 -2
  52. package/dist/parse/parse.js +1 -1
  53. package/dist/parse/token.d.ts +1 -1
  54. package/dist/serializers/parse_result.d.ts +3 -3
  55. package/dist/serializers/parse_result.js +1 -1
  56. package/dist/transformations/ast/ide.d.ts +3 -3
  57. package/dist/transformations/ast/json_target.d.ts +2 -2
  58. package/dist/transformations/ast/temp_value_range.d.ts +2 -2
  59. package/dist/transformations/target/fountain_pen_block.d.ts +2 -2
  60. package/package.json +3 -3
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9hc3QvZGF0YV90eXBlcy90YXJnZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,4 +1,4 @@
1
- import * as _i_in from "./data_types/unconstrained";
1
+ import * as _i_in from "./data_types/source";
2
2
  import * as _i_out from "../../core/astn_target";
3
3
  import * as _i_vs from "./value_serializers";
4
4
  export type _T_Concrete_Value = ($$_: _i_in._T_Concrete_Value, $$_p: {
@@ -1,5 +1,5 @@
1
- import * as _i_in from "./data_types/unconstrained";
2
- import * as _i_out from "./data_types/unconstrained";
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_out from "./data_types/target";
3
3
  export type _T_Concrete_Value = ($$_: _i_in._T_Concrete_Value, $$_p: null) => _i_out._T_Concrete_Value;
4
4
  export type _T_Document = ($$_: _i_in._T_Document, $$_p: null) => _i_out._T_Document;
5
5
  export type _T_Elements = ($$_: _i_in._T_Elements, $$_p: null) => _i_out._T_Elements;
@@ -1,5 +1,5 @@
1
1
  import * as _i_in from "../../core/astn_source";
2
- import * as _i_out from "./data_types/unconstrained";
2
+ import * as _i_out from "./data_types/target";
3
3
  import * as _i_vd from "./value_deserializers";
4
4
  export type _T_Concrete_Value = ($$_: _i_in._T_Value, $$_p: {
5
5
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ // **** TYPES
4
+ // **** FRIENDLY NAMES FOR THE GLOBAL TYPES
5
+ // **** ALIASES FOR NESTED TYPE WITH PREFIXED ROOT NAMES
6
+ // *** ALIASES FOR NESTED TYPES
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaWRlL2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQU1BLGFBQWE7QUFFYiwyQ0FBMkM7QUFFM0Msd0RBQXdEO0FBRXhELCtCQUErQiJ9
@@ -0,0 +1,190 @@
1
+ import * as _i_core from "../../../core/resolved";
2
+ import * as _i_imports_token from "../../token/data_types/source";
3
+ export type _T_Key_Value_Pairs_To_Be_Sorted = _i_core._T_Dictionary<null, string>;
4
+ export type _T_Relative_Range = {
5
+ readonly 'end': _i_imports_token._T_Relative_Location;
6
+ readonly 'start': _i_imports_token._T_Relative_Location;
7
+ };
8
+ export type _T_Text_Edits = _i_core._T_List<null, _i_core._T_State_Group<null, readonly [
9
+ 'delete',
10
+ {
11
+ readonly 'range': _T_Relative_Range;
12
+ }
13
+ ] | readonly [
14
+ 'insert',
15
+ {
16
+ readonly 'location': _i_imports_token._T_Relative_Location;
17
+ readonly 'text': string;
18
+ }
19
+ ] | readonly [
20
+ 'replace',
21
+ {
22
+ readonly 'range': _T_Relative_Range;
23
+ readonly 'text': string;
24
+ }
25
+ ]>>;
26
+ export type Key_Value_Pairs_To_Be_Sorted = _T_Key_Value_Pairs_To_Be_Sorted;
27
+ export type Relative_Range = _T_Relative_Range;
28
+ export type Text_Edits = _T_Text_Edits;
29
+ export declare namespace _T_Key_Value_Pairs_To_Be_Sorted {
30
+ type D = string;
31
+ }
32
+ export declare namespace _T_Relative_Range {
33
+ namespace end {
34
+ }
35
+ type end = _i_imports_token._T_Relative_Location;
36
+ namespace start {
37
+ }
38
+ type start = _i_imports_token._T_Relative_Location;
39
+ }
40
+ export declare namespace _T_Text_Edits {
41
+ namespace L {
42
+ namespace SG {
43
+ namespace _delete {
44
+ namespace range {
45
+ }
46
+ type range = _T_Relative_Range;
47
+ }
48
+ type _delete = {
49
+ readonly 'range': _T_Relative_Range;
50
+ };
51
+ namespace insert {
52
+ namespace location {
53
+ }
54
+ type location = _i_imports_token._T_Relative_Location;
55
+ type text = string;
56
+ }
57
+ type insert = {
58
+ readonly 'location': _i_imports_token._T_Relative_Location;
59
+ readonly 'text': string;
60
+ };
61
+ namespace replace {
62
+ namespace range {
63
+ }
64
+ type range = _T_Relative_Range;
65
+ type text = string;
66
+ }
67
+ type replace = {
68
+ readonly 'range': _T_Relative_Range;
69
+ readonly 'text': string;
70
+ };
71
+ }
72
+ type SG = readonly [
73
+ 'delete',
74
+ {
75
+ readonly 'range': _T_Relative_Range;
76
+ }
77
+ ] | readonly [
78
+ 'insert',
79
+ {
80
+ readonly 'location': _i_imports_token._T_Relative_Location;
81
+ readonly 'text': string;
82
+ }
83
+ ] | readonly [
84
+ 'replace',
85
+ {
86
+ readonly 'range': _T_Relative_Range;
87
+ readonly 'text': string;
88
+ }
89
+ ];
90
+ }
91
+ type L = _i_core._T_State_Group<null, readonly [
92
+ 'delete',
93
+ {
94
+ readonly 'range': _T_Relative_Range;
95
+ }
96
+ ] | readonly [
97
+ 'insert',
98
+ {
99
+ readonly 'location': _i_imports_token._T_Relative_Location;
100
+ readonly 'text': string;
101
+ }
102
+ ] | readonly [
103
+ 'replace',
104
+ {
105
+ readonly 'range': _T_Relative_Range;
106
+ readonly 'text': string;
107
+ }
108
+ ]>;
109
+ }
110
+ export declare namespace Key_Value_Pairs_To_Be_Sorted {
111
+ type D = string;
112
+ }
113
+ export declare namespace Relative_Range {
114
+ namespace end {
115
+ }
116
+ type end = _i_imports_token._T_Relative_Location;
117
+ namespace start {
118
+ }
119
+ type start = _i_imports_token._T_Relative_Location;
120
+ }
121
+ export declare namespace Text_Edits {
122
+ namespace L {
123
+ namespace SG {
124
+ namespace _delete {
125
+ namespace range {
126
+ }
127
+ type range = _T_Relative_Range;
128
+ }
129
+ type _delete = {
130
+ readonly 'range': _T_Relative_Range;
131
+ };
132
+ namespace insert {
133
+ namespace location {
134
+ }
135
+ type location = _i_imports_token._T_Relative_Location;
136
+ type text = string;
137
+ }
138
+ type insert = {
139
+ readonly 'location': _i_imports_token._T_Relative_Location;
140
+ readonly 'text': string;
141
+ };
142
+ namespace replace {
143
+ namespace range {
144
+ }
145
+ type range = _T_Relative_Range;
146
+ type text = string;
147
+ }
148
+ type replace = {
149
+ readonly 'range': _T_Relative_Range;
150
+ readonly 'text': string;
151
+ };
152
+ }
153
+ type SG = readonly [
154
+ 'delete',
155
+ {
156
+ readonly 'range': _T_Relative_Range;
157
+ }
158
+ ] | readonly [
159
+ 'insert',
160
+ {
161
+ readonly 'location': _i_imports_token._T_Relative_Location;
162
+ readonly 'text': string;
163
+ }
164
+ ] | readonly [
165
+ 'replace',
166
+ {
167
+ readonly 'range': _T_Relative_Range;
168
+ readonly 'text': string;
169
+ }
170
+ ];
171
+ }
172
+ type L = _i_core._T_State_Group<null, readonly [
173
+ 'delete',
174
+ {
175
+ readonly 'range': _T_Relative_Range;
176
+ }
177
+ ] | readonly [
178
+ 'insert',
179
+ {
180
+ readonly 'location': _i_imports_token._T_Relative_Location;
181
+ readonly 'text': string;
182
+ }
183
+ ] | readonly [
184
+ 'replace',
185
+ {
186
+ readonly 'range': _T_Relative_Range;
187
+ readonly 'text': string;
188
+ }
189
+ ]>;
190
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9pZGUvZGF0YV90eXBlcy9zb3VyY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -0,0 +1,190 @@
1
+ import * as _i_core from "../../../core/unconstrained";
2
+ import * as _i_imports_token from "../../token/data_types/target";
3
+ export type _T_Key_Value_Pairs_To_Be_Sorted = _i_core._T_Dictionary<null, string>;
4
+ export type _T_Relative_Range = {
5
+ readonly 'end': _i_imports_token._T_Relative_Location;
6
+ readonly 'start': _i_imports_token._T_Relative_Location;
7
+ };
8
+ export type _T_Text_Edits = _i_core._T_List<null, _i_core._T_State_Group<null, readonly [
9
+ 'delete',
10
+ {
11
+ readonly 'range': _T_Relative_Range;
12
+ }
13
+ ] | readonly [
14
+ 'insert',
15
+ {
16
+ readonly 'location': _i_imports_token._T_Relative_Location;
17
+ readonly 'text': string;
18
+ }
19
+ ] | readonly [
20
+ 'replace',
21
+ {
22
+ readonly 'range': _T_Relative_Range;
23
+ readonly 'text': string;
24
+ }
25
+ ]>>;
26
+ export type Key_Value_Pairs_To_Be_Sorted = _T_Key_Value_Pairs_To_Be_Sorted;
27
+ export type Relative_Range = _T_Relative_Range;
28
+ export type Text_Edits = _T_Text_Edits;
29
+ export declare namespace _T_Key_Value_Pairs_To_Be_Sorted {
30
+ type D = string;
31
+ }
32
+ export declare namespace _T_Relative_Range {
33
+ namespace end {
34
+ }
35
+ type end = _i_imports_token._T_Relative_Location;
36
+ namespace start {
37
+ }
38
+ type start = _i_imports_token._T_Relative_Location;
39
+ }
40
+ export declare namespace _T_Text_Edits {
41
+ namespace L {
42
+ namespace SG {
43
+ namespace _delete {
44
+ namespace range {
45
+ }
46
+ type range = _T_Relative_Range;
47
+ }
48
+ type _delete = {
49
+ readonly 'range': _T_Relative_Range;
50
+ };
51
+ namespace insert {
52
+ namespace location {
53
+ }
54
+ type location = _i_imports_token._T_Relative_Location;
55
+ type text = string;
56
+ }
57
+ type insert = {
58
+ readonly 'location': _i_imports_token._T_Relative_Location;
59
+ readonly 'text': string;
60
+ };
61
+ namespace replace {
62
+ namespace range {
63
+ }
64
+ type range = _T_Relative_Range;
65
+ type text = string;
66
+ }
67
+ type replace = {
68
+ readonly 'range': _T_Relative_Range;
69
+ readonly 'text': string;
70
+ };
71
+ }
72
+ type SG = readonly [
73
+ 'delete',
74
+ {
75
+ readonly 'range': _T_Relative_Range;
76
+ }
77
+ ] | readonly [
78
+ 'insert',
79
+ {
80
+ readonly 'location': _i_imports_token._T_Relative_Location;
81
+ readonly 'text': string;
82
+ }
83
+ ] | readonly [
84
+ 'replace',
85
+ {
86
+ readonly 'range': _T_Relative_Range;
87
+ readonly 'text': string;
88
+ }
89
+ ];
90
+ }
91
+ type L = _i_core._T_State_Group<null, readonly [
92
+ 'delete',
93
+ {
94
+ readonly 'range': _T_Relative_Range;
95
+ }
96
+ ] | readonly [
97
+ 'insert',
98
+ {
99
+ readonly 'location': _i_imports_token._T_Relative_Location;
100
+ readonly 'text': string;
101
+ }
102
+ ] | readonly [
103
+ 'replace',
104
+ {
105
+ readonly 'range': _T_Relative_Range;
106
+ readonly 'text': string;
107
+ }
108
+ ]>;
109
+ }
110
+ export declare namespace Key_Value_Pairs_To_Be_Sorted {
111
+ type D = string;
112
+ }
113
+ export declare namespace Relative_Range {
114
+ namespace end {
115
+ }
116
+ type end = _i_imports_token._T_Relative_Location;
117
+ namespace start {
118
+ }
119
+ type start = _i_imports_token._T_Relative_Location;
120
+ }
121
+ export declare namespace Text_Edits {
122
+ namespace L {
123
+ namespace SG {
124
+ namespace _delete {
125
+ namespace range {
126
+ }
127
+ type range = _T_Relative_Range;
128
+ }
129
+ type _delete = {
130
+ readonly 'range': _T_Relative_Range;
131
+ };
132
+ namespace insert {
133
+ namespace location {
134
+ }
135
+ type location = _i_imports_token._T_Relative_Location;
136
+ type text = string;
137
+ }
138
+ type insert = {
139
+ readonly 'location': _i_imports_token._T_Relative_Location;
140
+ readonly 'text': string;
141
+ };
142
+ namespace replace {
143
+ namespace range {
144
+ }
145
+ type range = _T_Relative_Range;
146
+ type text = string;
147
+ }
148
+ type replace = {
149
+ readonly 'range': _T_Relative_Range;
150
+ readonly 'text': string;
151
+ };
152
+ }
153
+ type SG = readonly [
154
+ 'delete',
155
+ {
156
+ readonly 'range': _T_Relative_Range;
157
+ }
158
+ ] | readonly [
159
+ 'insert',
160
+ {
161
+ readonly 'location': _i_imports_token._T_Relative_Location;
162
+ readonly 'text': string;
163
+ }
164
+ ] | readonly [
165
+ 'replace',
166
+ {
167
+ readonly 'range': _T_Relative_Range;
168
+ readonly 'text': string;
169
+ }
170
+ ];
171
+ }
172
+ type L = _i_core._T_State_Group<null, readonly [
173
+ 'delete',
174
+ {
175
+ readonly 'range': _T_Relative_Range;
176
+ }
177
+ ] | readonly [
178
+ 'insert',
179
+ {
180
+ readonly 'location': _i_imports_token._T_Relative_Location;
181
+ readonly 'text': string;
182
+ }
183
+ ] | readonly [
184
+ 'replace',
185
+ {
186
+ readonly 'range': _T_Relative_Range;
187
+ readonly 'text': string;
188
+ }
189
+ ]>;
190
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9pZGUvZGF0YV90eXBlcy90YXJnZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,4 +1,4 @@
1
- import * as _i_in from "./data_types/unconstrained";
1
+ import * as _i_in from "./data_types/source";
2
2
  import * as _i_out from "../../core/astn_target";
3
3
  import * as _i_vs from "./value_serializers";
4
4
  export type _T_Key_Value_Pairs_To_Be_Sorted = ($$_: _i_in._T_Key_Value_Pairs_To_Be_Sorted, $$_p: {
@@ -1,5 +1,5 @@
1
- import * as _i_in from "./data_types/unconstrained";
2
- import * as _i_out from "./data_types/unconstrained";
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_out from "./data_types/target";
3
3
  export type _T_Key_Value_Pairs_To_Be_Sorted = ($$_: _i_in._T_Key_Value_Pairs_To_Be_Sorted, $$_p: null) => _i_out._T_Key_Value_Pairs_To_Be_Sorted;
4
4
  export type _T_Relative_Range = ($$_: _i_in._T_Relative_Range, $$_p: null) => _i_out._T_Relative_Range;
5
5
  export type _T_Text_Edits = ($$_: _i_in._T_Text_Edits, $$_p: null) => _i_out._T_Text_Edits;
@@ -1,5 +1,5 @@
1
1
  import * as _i_in from "../../core/astn_source";
2
- import * as _i_out from "./data_types/unconstrained";
2
+ import * as _i_out from "./data_types/target";
3
3
  import * as _i_vd from "./value_deserializers";
4
4
  export type _T_Key_Value_Pairs_To_Be_Sorted = ($$_: _i_in._T_Value, $$_p: {
5
5
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ // **** TYPES
4
+ // **** FRIENDLY NAMES FOR THE GLOBAL TYPES
5
+ // **** ALIASES FOR NESTED TYPE WITH PREFIXED ROOT NAMES
6
+ // *** ALIASES FOR NESTED TYPES
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvcGFyc2VfcmVzdWx0L2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQU1BLGFBQWE7QUFFYiwyQ0FBMkM7QUFFM0Msd0RBQXdEO0FBRXhELCtCQUErQiJ9