exupery-resources 0.3.37 → 0.3.39

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 (66) hide show
  1. package/dist/implementation/generated/pareto/schemas/copy/deserialize.js +3 -3
  2. package/dist/implementation/generated/pareto/schemas/copy/marshall.js +3 -3
  3. package/dist/implementation/generated/pareto/schemas/copy/unmarshall.js +3 -3
  4. package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/deserialize.js +3 -3
  5. package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/deserialize.js +4 -4
  6. package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/deserialize.js +3 -3
  7. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/deserialize.js +3 -3
  8. package/dist/implementation/generated/pareto/schemas/execute_query_executable/deserialize.js +4 -4
  9. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.js +4 -4
  10. package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/deserialize.js +3 -3
  11. package/dist/implementation/generated/pareto/schemas/get_instream_data/deserialize.js +3 -3
  12. package/dist/implementation/generated/pareto/schemas/log/deserialize.js +2 -2
  13. package/dist/implementation/generated/pareto/schemas/log_error/deserialize.js +2 -2
  14. package/dist/implementation/generated/pareto/schemas/make_directory/deserialize.js +3 -3
  15. package/dist/implementation/generated/pareto/schemas/make_directory/marshall.js +2 -2
  16. package/dist/implementation/generated/pareto/schemas/make_directory/unmarshall.js +2 -2
  17. package/dist/implementation/generated/pareto/schemas/path/deserialize.d.ts +0 -2
  18. package/dist/implementation/generated/pareto/schemas/path/deserialize.js +8 -12
  19. package/dist/implementation/generated/pareto/schemas/path/marshall.d.ts +0 -2
  20. package/dist/implementation/generated/pareto/schemas/path/marshall.js +2 -22
  21. package/dist/implementation/generated/pareto/schemas/path/serialize.d.ts +0 -2
  22. package/dist/implementation/generated/pareto/schemas/path/serialize.js +2 -10
  23. package/dist/implementation/generated/pareto/schemas/path/unmarshall.d.ts +0 -2
  24. package/dist/implementation/generated/pareto/schemas/path/unmarshall.js +2 -32
  25. package/dist/implementation/generated/pareto/schemas/read_directory/deserialize.js +5 -5
  26. package/dist/implementation/generated/pareto/schemas/read_directory/marshall.js +2 -2
  27. package/dist/implementation/generated/pareto/schemas/read_directory/unmarshall.js +2 -2
  28. package/dist/implementation/generated/pareto/schemas/read_file/deserialize.js +4 -4
  29. package/dist/implementation/generated/pareto/schemas/read_file/marshall.js +2 -2
  30. package/dist/implementation/generated/pareto/schemas/read_file/unmarshall.js +2 -2
  31. package/dist/implementation/generated/pareto/schemas/remove/deserialize.js +3 -3
  32. package/dist/implementation/generated/pareto/schemas/remove/marshall.js +2 -2
  33. package/dist/implementation/generated/pareto/schemas/remove/unmarshall.js +2 -2
  34. package/dist/implementation/generated/pareto/schemas/stat/deserialize.js +5 -5
  35. package/dist/implementation/generated/pareto/schemas/stat/marshall.js +2 -2
  36. package/dist/implementation/generated/pareto/schemas/stat/unmarshall.js +2 -2
  37. package/dist/implementation/generated/pareto/schemas/write_file/deserialize.js +3 -3
  38. package/dist/implementation/generated/pareto/schemas/write_file/marshall.js +2 -2
  39. package/dist/implementation/generated/pareto/schemas/write_file/unmarshall.js +2 -2
  40. package/dist/implementation/generated/pareto/schemas/write_to_stderr/deserialize.js +2 -2
  41. package/dist/implementation/generated/pareto/schemas/write_to_stdout/deserialize.js +2 -2
  42. package/dist/implementation/queries/directory_content.js +3 -9
  43. package/dist/implementation/transformers/path/path.d.ts +7 -2
  44. package/dist/implementation/transformers/path/path.js +17 -8
  45. package/dist/interface/generated/pareto/schemas/copy/data_types/source.d.ts +6 -6
  46. package/dist/interface/generated/pareto/schemas/copy/data_types/target.d.ts +6 -6
  47. package/dist/interface/generated/pareto/schemas/make_directory/data_types/source.d.ts +1 -1
  48. package/dist/interface/generated/pareto/schemas/make_directory/data_types/target.d.ts +1 -1
  49. package/dist/interface/generated/pareto/schemas/path/data_types/source.d.ts +0 -34
  50. package/dist/interface/generated/pareto/schemas/path/data_types/target.d.ts +0 -34
  51. package/dist/interface/generated/pareto/schemas/path/deserialize.d.ts +0 -52
  52. package/dist/interface/generated/pareto/schemas/path/marshall.d.ts +0 -60
  53. package/dist/interface/generated/pareto/schemas/path/migrate_boilerplate.d.ts +0 -44
  54. package/dist/interface/generated/pareto/schemas/path/serialize.d.ts +0 -52
  55. package/dist/interface/generated/pareto/schemas/path/unmarshall.d.ts +0 -60
  56. package/dist/interface/generated/pareto/schemas/read_directory/data_types/source.d.ts +3 -3
  57. package/dist/interface/generated/pareto/schemas/read_directory/data_types/target.d.ts +3 -3
  58. package/dist/interface/generated/pareto/schemas/read_file/data_types/source.d.ts +1 -1
  59. package/dist/interface/generated/pareto/schemas/read_file/data_types/target.d.ts +1 -1
  60. package/dist/interface/generated/pareto/schemas/remove/data_types/source.d.ts +3 -3
  61. package/dist/interface/generated/pareto/schemas/remove/data_types/target.d.ts +3 -3
  62. package/dist/interface/generated/pareto/schemas/stat/data_types/source.d.ts +1 -1
  63. package/dist/interface/generated/pareto/schemas/stat/data_types/target.d.ts +1 -1
  64. package/dist/interface/generated/pareto/schemas/write_file/data_types/source.d.ts +3 -3
  65. package/dist/interface/generated/pareto/schemas/write_file/data_types/target.d.ts +3 -3
  66. package/package.json +2 -2
@@ -15,14 +15,6 @@ export type _T_Node_Path = {
15
15
  readonly 'context': _T_Context_Path;
16
16
  readonly 'node': string;
17
17
  };
18
- export type _T_Node_Path_Parameter = {
19
- readonly 'path': _T_Node_Path;
20
- readonly 'escape spaces in path': boolean;
21
- };
22
- export type _T_Context_Path_Parameter = {
23
- readonly 'path': _T_Context_Path;
24
- readonly 'escape spaces in path': boolean;
25
- };
26
18
  export type _T_Non_Normalized_Path = {
27
19
  readonly 'leading slash': boolean;
28
20
  readonly 'segments': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['parent', null] | readonly ['child', string] | readonly ['current', null] | readonly ['nothing', null]>>;
@@ -33,8 +25,6 @@ export type Start = _T_Start;
33
25
  export type Context_Subpath = _T_Context_Subpath;
34
26
  export type Context_Path = _T_Context_Path;
35
27
  export type Node_Path = _T_Node_Path;
36
- export type Node_Path_Parameter = _T_Node_Path_Parameter;
37
- export type Context_Path_Parameter = _T_Context_Path_Parameter;
38
28
  export type Non_Normalized_Path = _T_Non_Normalized_Path;
39
29
  export declare namespace _T_Start {
40
30
  namespace SG {
@@ -72,18 +62,6 @@ export declare namespace _T_Node_Path {
72
62
  type context = _T_Context_Path;
73
63
  type node = string;
74
64
  }
75
- export declare namespace _T_Node_Path_Parameter {
76
- namespace path {
77
- }
78
- type path = _T_Node_Path;
79
- type escape_spaces_in_path = boolean;
80
- }
81
- export declare namespace _T_Context_Path_Parameter {
82
- namespace path {
83
- }
84
- type path = _T_Context_Path;
85
- type escape_spaces_in_path = boolean;
86
- }
87
65
  export declare namespace _T_Non_Normalized_Path {
88
66
  type leading_slash = boolean;
89
67
  namespace segments {
@@ -137,18 +115,6 @@ export declare namespace Node_Path {
137
115
  type context = _T_Context_Path;
138
116
  type node = string;
139
117
  }
140
- export declare namespace Node_Path_Parameter {
141
- namespace path {
142
- }
143
- type path = _T_Node_Path;
144
- type escape_spaces_in_path = boolean;
145
- }
146
- export declare namespace Context_Path_Parameter {
147
- namespace path {
148
- }
149
- type path = _T_Context_Path;
150
- type escape_spaces_in_path = boolean;
151
- }
152
118
  export declare namespace Non_Normalized_Path {
153
119
  type leading_slash = boolean;
154
120
  namespace segments {
@@ -15,12 +15,6 @@ export type _T_Context_Path = ($$_: string, $$_p: {
15
15
  export type _T_Node_Path = ($$_: string, $$_p: {
16
16
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
17
17
  }) => _i_out._T_Node_Path;
18
- export type _T_Node_Path_Parameter = ($$_: string, $$_p: {
19
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
20
- }) => _i_out._T_Node_Path_Parameter;
21
- export type _T_Context_Path_Parameter = ($$_: string, $$_p: {
22
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
23
- }) => _i_out._T_Context_Path_Parameter;
24
18
  export type _T_Non_Normalized_Path = ($$_: string, $$_p: {
25
19
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
26
20
  }) => _i_out._T_Non_Normalized_Path;
@@ -29,8 +23,6 @@ export type Start = _T_Start;
29
23
  export type Context_Subpath = _T_Context_Subpath;
30
24
  export type Context_Path = _T_Context_Path;
31
25
  export type Node_Path = _T_Node_Path;
32
- export type Node_Path_Parameter = _T_Node_Path_Parameter;
33
- export type Context_Path_Parameter = _T_Context_Path_Parameter;
34
26
  export type Non_Normalized_Path = _T_Non_Normalized_Path;
35
27
  export declare namespace _T_Up_Steps {
36
28
  type CONTEXT = string;
@@ -87,28 +79,6 @@ export declare namespace _T_Node_Path {
87
79
  }
88
80
  type RESULT = _i_out._T_Node_Path;
89
81
  }
90
- export declare namespace _T_Node_Path_Parameter {
91
- type CONTEXT = string;
92
- namespace PARAMS {
93
- namespace value_deserializers {
94
- }
95
- type value_deserializers = _i_vd._T_Value_Deserializers;
96
- }
97
- namespace RESULT {
98
- }
99
- type RESULT = _i_out._T_Node_Path_Parameter;
100
- }
101
- export declare namespace _T_Context_Path_Parameter {
102
- type CONTEXT = string;
103
- namespace PARAMS {
104
- namespace value_deserializers {
105
- }
106
- type value_deserializers = _i_vd._T_Value_Deserializers;
107
- }
108
- namespace RESULT {
109
- }
110
- type RESULT = _i_out._T_Context_Path_Parameter;
111
- }
112
82
  export declare namespace _T_Non_Normalized_Path {
113
83
  type CONTEXT = string;
114
84
  namespace PARAMS {
@@ -175,28 +145,6 @@ export declare namespace Node_Path {
175
145
  }
176
146
  type RESULT = _i_out._T_Node_Path;
177
147
  }
178
- export declare namespace Node_Path_Parameter {
179
- type CONTEXT = string;
180
- namespace PARAMS {
181
- namespace value_deserializers {
182
- }
183
- type value_deserializers = _i_vd._T_Value_Deserializers;
184
- }
185
- namespace RESULT {
186
- }
187
- type RESULT = _i_out._T_Node_Path_Parameter;
188
- }
189
- export declare namespace Context_Path_Parameter {
190
- type CONTEXT = string;
191
- namespace PARAMS {
192
- namespace value_deserializers {
193
- }
194
- type value_deserializers = _i_vd._T_Value_Deserializers;
195
- }
196
- namespace RESULT {
197
- }
198
- type RESULT = _i_out._T_Context_Path_Parameter;
199
- }
200
148
  export declare namespace Non_Normalized_Path {
201
149
  type CONTEXT = string;
202
150
  namespace PARAMS {
@@ -16,12 +16,6 @@ export type _T_Context_Path = ($$_: _i_in._T_Context_Path, $$_p: {
16
16
  export type _T_Node_Path = ($$_: _i_in._T_Node_Path, $$_p: {
17
17
  readonly 'value serializers': _i_vs._T_Value_Serializers;
18
18
  }) => _i_out._T_Value;
19
- export type _T_Node_Path_Parameter = ($$_: _i_in._T_Node_Path_Parameter, $$_p: {
20
- readonly 'value serializers': _i_vs._T_Value_Serializers;
21
- }) => _i_out._T_Value;
22
- export type _T_Context_Path_Parameter = ($$_: _i_in._T_Context_Path_Parameter, $$_p: {
23
- readonly 'value serializers': _i_vs._T_Value_Serializers;
24
- }) => _i_out._T_Value;
25
19
  export type _T_Non_Normalized_Path = ($$_: _i_in._T_Non_Normalized_Path, $$_p: {
26
20
  readonly 'value serializers': _i_vs._T_Value_Serializers;
27
21
  }) => _i_out._T_Value;
@@ -30,8 +24,6 @@ export type Start = _T_Start;
30
24
  export type Context_Subpath = _T_Context_Subpath;
31
25
  export type Context_Path = _T_Context_Path;
32
26
  export type Node_Path = _T_Node_Path;
33
- export type Node_Path_Parameter = _T_Node_Path_Parameter;
34
- export type Context_Path_Parameter = _T_Context_Path_Parameter;
35
27
  export type Non_Normalized_Path = _T_Non_Normalized_Path;
36
28
  export declare namespace _T_Up_Steps {
37
29
  namespace CONTEXT {
@@ -98,32 +90,6 @@ export declare namespace _T_Node_Path {
98
90
  }
99
91
  type RESULT = _i_out._T_Value;
100
92
  }
101
- export declare namespace _T_Node_Path_Parameter {
102
- namespace CONTEXT {
103
- }
104
- type CONTEXT = _i_in._T_Node_Path_Parameter;
105
- namespace PARAMS {
106
- namespace value_serializers {
107
- }
108
- type value_serializers = _i_vs._T_Value_Serializers;
109
- }
110
- namespace RESULT {
111
- }
112
- type RESULT = _i_out._T_Value;
113
- }
114
- export declare namespace _T_Context_Path_Parameter {
115
- namespace CONTEXT {
116
- }
117
- type CONTEXT = _i_in._T_Context_Path_Parameter;
118
- namespace PARAMS {
119
- namespace value_serializers {
120
- }
121
- type value_serializers = _i_vs._T_Value_Serializers;
122
- }
123
- namespace RESULT {
124
- }
125
- type RESULT = _i_out._T_Value;
126
- }
127
93
  export declare namespace _T_Non_Normalized_Path {
128
94
  namespace CONTEXT {
129
95
  }
@@ -202,32 +168,6 @@ export declare namespace Node_Path {
202
168
  }
203
169
  type RESULT = _i_out._T_Value;
204
170
  }
205
- export declare namespace Node_Path_Parameter {
206
- namespace CONTEXT {
207
- }
208
- type CONTEXT = _i_in._T_Node_Path_Parameter;
209
- namespace PARAMS {
210
- namespace value_serializers {
211
- }
212
- type value_serializers = _i_vs._T_Value_Serializers;
213
- }
214
- namespace RESULT {
215
- }
216
- type RESULT = _i_out._T_Value;
217
- }
218
- export declare namespace Context_Path_Parameter {
219
- namespace CONTEXT {
220
- }
221
- type CONTEXT = _i_in._T_Context_Path_Parameter;
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
171
  export declare namespace Non_Normalized_Path {
232
172
  namespace CONTEXT {
233
173
  }
@@ -5,16 +5,12 @@ export type _T_Start = ($$_: _i_in._T_Start, $$_p: null) => _i_out._T_Start;
5
5
  export type _T_Context_Subpath = ($$_: _i_in._T_Context_Subpath, $$_p: null) => _i_out._T_Context_Subpath;
6
6
  export type _T_Context_Path = ($$_: _i_in._T_Context_Path, $$_p: null) => _i_out._T_Context_Path;
7
7
  export type _T_Node_Path = ($$_: _i_in._T_Node_Path, $$_p: null) => _i_out._T_Node_Path;
8
- export type _T_Node_Path_Parameter = ($$_: _i_in._T_Node_Path_Parameter, $$_p: null) => _i_out._T_Node_Path_Parameter;
9
- export type _T_Context_Path_Parameter = ($$_: _i_in._T_Context_Path_Parameter, $$_p: null) => _i_out._T_Context_Path_Parameter;
10
8
  export type _T_Non_Normalized_Path = ($$_: _i_in._T_Non_Normalized_Path, $$_p: null) => _i_out._T_Non_Normalized_Path;
11
9
  export type Up_Steps = _T_Up_Steps;
12
10
  export type Start = _T_Start;
13
11
  export type Context_Subpath = _T_Context_Subpath;
14
12
  export type Context_Path = _T_Context_Path;
15
13
  export type Node_Path = _T_Node_Path;
16
- export type Node_Path_Parameter = _T_Node_Path_Parameter;
17
- export type Context_Path_Parameter = _T_Context_Path_Parameter;
18
14
  export type Non_Normalized_Path = _T_Non_Normalized_Path;
19
15
  export declare namespace _T_Up_Steps {
20
16
  namespace CONTEXT {
@@ -66,26 +62,6 @@ export declare namespace _T_Node_Path {
66
62
  }
67
63
  type RESULT = _i_out._T_Node_Path;
68
64
  }
69
- export declare namespace _T_Node_Path_Parameter {
70
- namespace CONTEXT {
71
- }
72
- type CONTEXT = _i_in._T_Node_Path_Parameter;
73
- namespace PARAMS {
74
- }
75
- namespace RESULT {
76
- }
77
- type RESULT = _i_out._T_Node_Path_Parameter;
78
- }
79
- export declare namespace _T_Context_Path_Parameter {
80
- namespace CONTEXT {
81
- }
82
- type CONTEXT = _i_in._T_Context_Path_Parameter;
83
- namespace PARAMS {
84
- }
85
- namespace RESULT {
86
- }
87
- type RESULT = _i_out._T_Context_Path_Parameter;
88
- }
89
65
  export declare namespace _T_Non_Normalized_Path {
90
66
  namespace CONTEXT {
91
67
  }
@@ -146,26 +122,6 @@ export declare namespace Node_Path {
146
122
  }
147
123
  type RESULT = _i_out._T_Node_Path;
148
124
  }
149
- export declare namespace Node_Path_Parameter {
150
- namespace CONTEXT {
151
- }
152
- type CONTEXT = _i_in._T_Node_Path_Parameter;
153
- namespace PARAMS {
154
- }
155
- namespace RESULT {
156
- }
157
- type RESULT = _i_out._T_Node_Path_Parameter;
158
- }
159
- export declare namespace Context_Path_Parameter {
160
- namespace CONTEXT {
161
- }
162
- type CONTEXT = _i_in._T_Context_Path_Parameter;
163
- namespace PARAMS {
164
- }
165
- namespace RESULT {
166
- }
167
- type RESULT = _i_out._T_Context_Path_Parameter;
168
- }
169
125
  export declare namespace Non_Normalized_Path {
170
126
  namespace CONTEXT {
171
127
  }
@@ -15,12 +15,6 @@ export type _T_Context_Path = ($$_: _i_in._T_Context_Path, $$_p: {
15
15
  export type _T_Node_Path = ($$_: _i_in._T_Node_Path, $$_p: {
16
16
  readonly 'value serializers': _i_vs._T_Value_Serializers;
17
17
  }) => string;
18
- export type _T_Node_Path_Parameter = ($$_: _i_in._T_Node_Path_Parameter, $$_p: {
19
- readonly 'value serializers': _i_vs._T_Value_Serializers;
20
- }) => string;
21
- export type _T_Context_Path_Parameter = ($$_: _i_in._T_Context_Path_Parameter, $$_p: {
22
- readonly 'value serializers': _i_vs._T_Value_Serializers;
23
- }) => string;
24
18
  export type _T_Non_Normalized_Path = ($$_: _i_in._T_Non_Normalized_Path, $$_p: {
25
19
  readonly 'value serializers': _i_vs._T_Value_Serializers;
26
20
  }) => string;
@@ -29,8 +23,6 @@ export type Start = _T_Start;
29
23
  export type Context_Subpath = _T_Context_Subpath;
30
24
  export type Context_Path = _T_Context_Path;
31
25
  export type Node_Path = _T_Node_Path;
32
- export type Node_Path_Parameter = _T_Node_Path_Parameter;
33
- export type Context_Path_Parameter = _T_Context_Path_Parameter;
34
26
  export type Non_Normalized_Path = _T_Non_Normalized_Path;
35
27
  export declare namespace _T_Up_Steps {
36
28
  namespace CONTEXT {
@@ -87,28 +79,6 @@ export declare namespace _T_Node_Path {
87
79
  }
88
80
  type RESULT = string;
89
81
  }
90
- export declare namespace _T_Node_Path_Parameter {
91
- namespace CONTEXT {
92
- }
93
- type CONTEXT = _i_in._T_Node_Path_Parameter;
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_Context_Path_Parameter {
102
- namespace CONTEXT {
103
- }
104
- type CONTEXT = _i_in._T_Context_Path_Parameter;
105
- namespace PARAMS {
106
- namespace value_serializers {
107
- }
108
- type value_serializers = _i_vs._T_Value_Serializers;
109
- }
110
- type RESULT = string;
111
- }
112
82
  export declare namespace _T_Non_Normalized_Path {
113
83
  namespace CONTEXT {
114
84
  }
@@ -175,28 +145,6 @@ export declare namespace Node_Path {
175
145
  }
176
146
  type RESULT = string;
177
147
  }
178
- export declare namespace Node_Path_Parameter {
179
- namespace CONTEXT {
180
- }
181
- type CONTEXT = _i_in._T_Node_Path_Parameter;
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 Context_Path_Parameter {
190
- namespace CONTEXT {
191
- }
192
- type CONTEXT = _i_in._T_Context_Path_Parameter;
193
- namespace PARAMS {
194
- namespace value_serializers {
195
- }
196
- type value_serializers = _i_vs._T_Value_Serializers;
197
- }
198
- type RESULT = string;
199
- }
200
148
  export declare namespace Non_Normalized_Path {
201
149
  namespace CONTEXT {
202
150
  }
@@ -16,12 +16,6 @@ export type _T_Context_Path = ($$_: _i_in._T_Value, $$_p: {
16
16
  export type _T_Node_Path = ($$_: _i_in._T_Value, $$_p: {
17
17
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
18
18
  }) => _i_out._T_Node_Path;
19
- export type _T_Node_Path_Parameter = ($$_: _i_in._T_Value, $$_p: {
20
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
21
- }) => _i_out._T_Node_Path_Parameter;
22
- export type _T_Context_Path_Parameter = ($$_: _i_in._T_Value, $$_p: {
23
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
24
- }) => _i_out._T_Context_Path_Parameter;
25
19
  export type _T_Non_Normalized_Path = ($$_: _i_in._T_Value, $$_p: {
26
20
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
27
21
  }) => _i_out._T_Non_Normalized_Path;
@@ -30,8 +24,6 @@ export type Start = _T_Start;
30
24
  export type Context_Subpath = _T_Context_Subpath;
31
25
  export type Context_Path = _T_Context_Path;
32
26
  export type Node_Path = _T_Node_Path;
33
- export type Node_Path_Parameter = _T_Node_Path_Parameter;
34
- export type Context_Path_Parameter = _T_Context_Path_Parameter;
35
27
  export type Non_Normalized_Path = _T_Non_Normalized_Path;
36
28
  export declare namespace _T_Up_Steps {
37
29
  namespace CONTEXT {
@@ -98,32 +90,6 @@ export declare namespace _T_Node_Path {
98
90
  }
99
91
  type RESULT = _i_out._T_Node_Path;
100
92
  }
101
- export declare namespace _T_Node_Path_Parameter {
102
- namespace CONTEXT {
103
- }
104
- type CONTEXT = _i_in._T_Value;
105
- namespace PARAMS {
106
- namespace value_deserializers {
107
- }
108
- type value_deserializers = _i_vd._T_Value_Deserializers;
109
- }
110
- namespace RESULT {
111
- }
112
- type RESULT = _i_out._T_Node_Path_Parameter;
113
- }
114
- export declare namespace _T_Context_Path_Parameter {
115
- namespace CONTEXT {
116
- }
117
- type CONTEXT = _i_in._T_Value;
118
- namespace PARAMS {
119
- namespace value_deserializers {
120
- }
121
- type value_deserializers = _i_vd._T_Value_Deserializers;
122
- }
123
- namespace RESULT {
124
- }
125
- type RESULT = _i_out._T_Context_Path_Parameter;
126
- }
127
93
  export declare namespace _T_Non_Normalized_Path {
128
94
  namespace CONTEXT {
129
95
  }
@@ -202,32 +168,6 @@ export declare namespace Node_Path {
202
168
  }
203
169
  type RESULT = _i_out._T_Node_Path;
204
170
  }
205
- export declare namespace Node_Path_Parameter {
206
- namespace CONTEXT {
207
- }
208
- type CONTEXT = _i_in._T_Value;
209
- namespace PARAMS {
210
- namespace value_deserializers {
211
- }
212
- type value_deserializers = _i_vd._T_Value_Deserializers;
213
- }
214
- namespace RESULT {
215
- }
216
- type RESULT = _i_out._T_Node_Path_Parameter;
217
- }
218
- export declare namespace Context_Path_Parameter {
219
- namespace CONTEXT {
220
- }
221
- type CONTEXT = _i_in._T_Value;
222
- namespace PARAMS {
223
- namespace value_deserializers {
224
- }
225
- type value_deserializers = _i_vd._T_Value_Deserializers;
226
- }
227
- namespace RESULT {
228
- }
229
- type RESULT = _i_out._T_Context_Path_Parameter;
230
- }
231
171
  export declare namespace Non_Normalized_Path {
232
172
  namespace CONTEXT {
233
173
  }
@@ -1,7 +1,7 @@
1
1
  import * as _i_core from "../../../core/resolved";
2
2
  import * as _i_imports_path from "../../path/data_types/source";
3
3
  export type _T_Parameters = {
4
- readonly 'path': _i_imports_path._T_Node_Path_Parameter;
4
+ readonly 'path': _i_imports_path._T_Node_Path;
5
5
  };
6
6
  export type _T_Error = _i_core._T_State_Group<null, readonly ['directory does not exist', null] | readonly ['node is not a directory', null]>;
7
7
  export type _T_Node_Type = _i_core._T_State_Group<null, readonly ['file', null] | readonly ['directory', null] | readonly ['other', null]>;
@@ -17,7 +17,7 @@ export type Result = _T_Result;
17
17
  export declare namespace _T_Parameters {
18
18
  namespace path {
19
19
  }
20
- type path = _i_imports_path._T_Node_Path_Parameter;
20
+ type path = _i_imports_path._T_Node_Path;
21
21
  }
22
22
  export declare namespace _T_Error {
23
23
  namespace SG {
@@ -55,7 +55,7 @@ export declare namespace _T_Result {
55
55
  export declare namespace Parameters {
56
56
  namespace path {
57
57
  }
58
- type path = _i_imports_path._T_Node_Path_Parameter;
58
+ type path = _i_imports_path._T_Node_Path;
59
59
  }
60
60
  export declare namespace Error {
61
61
  namespace SG {
@@ -1,7 +1,7 @@
1
1
  import * as _i_core from "../../../core/unconstrained";
2
2
  import * as _i_imports_path from "../../path/data_types/target";
3
3
  export type _T_Parameters = {
4
- readonly 'path': _i_imports_path._T_Node_Path_Parameter;
4
+ readonly 'path': _i_imports_path._T_Node_Path;
5
5
  };
6
6
  export type _T_Error = _i_core._T_State_Group<null, readonly ['directory does not exist', null] | readonly ['node is not a directory', null]>;
7
7
  export type _T_Node_Type = _i_core._T_State_Group<null, readonly ['file', null] | readonly ['directory', null] | readonly ['other', null]>;
@@ -17,7 +17,7 @@ export type Result = _T_Result;
17
17
  export declare namespace _T_Parameters {
18
18
  namespace path {
19
19
  }
20
- type path = _i_imports_path._T_Node_Path_Parameter;
20
+ type path = _i_imports_path._T_Node_Path;
21
21
  }
22
22
  export declare namespace _T_Error {
23
23
  namespace SG {
@@ -55,7 +55,7 @@ export declare namespace _T_Result {
55
55
  export declare namespace Parameters {
56
56
  namespace path {
57
57
  }
58
- type path = _i_imports_path._T_Node_Path_Parameter;
58
+ type path = _i_imports_path._T_Node_Path;
59
59
  }
60
60
  export declare namespace Error {
61
61
  namespace SG {
@@ -1,6 +1,6 @@
1
1
  import * as _i_core from "../../../core/resolved";
2
2
  import * as _i_imports_path from "../../path/data_types/source";
3
- export type _T_Parameters = _i_imports_path._T_Node_Path_Parameter;
3
+ export type _T_Parameters = _i_imports_path._T_Node_Path;
4
4
  export type _T_Error = _i_core._T_State_Group<null, readonly ['file does not exist', null] | readonly ['node is not a file', null] | readonly ['permission denied', null] | readonly ['file too large', null] | readonly ['device not ready', null]>;
5
5
  export type _T_Result = string;
6
6
  export type Parameters = _T_Parameters;
@@ -1,6 +1,6 @@
1
1
  import * as _i_core from "../../../core/unconstrained";
2
2
  import * as _i_imports_path from "../../path/data_types/target";
3
- export type _T_Parameters = _i_imports_path._T_Node_Path_Parameter;
3
+ export type _T_Parameters = _i_imports_path._T_Node_Path;
4
4
  export type _T_Error = _i_core._T_State_Group<null, readonly ['file does not exist', null] | readonly ['node is not a file', null] | readonly ['permission denied', null] | readonly ['file too large', null] | readonly ['device not ready', null]>;
5
5
  export type _T_Result = string;
6
6
  export type Parameters = _T_Parameters;
@@ -1,7 +1,7 @@
1
1
  import * as _i_core from "../../../core/resolved";
2
2
  import * as _i_imports_path from "../../path/data_types/source";
3
3
  export type _T_Parameters = {
4
- readonly 'path': _i_imports_path._T_Node_Path_Parameter;
4
+ readonly 'path': _i_imports_path._T_Node_Path;
5
5
  readonly 'error if not exists': boolean;
6
6
  };
7
7
  export type _T_Error = _i_core._T_State_Group<null, readonly ['node does not exist', null] | readonly ['permission denied', null]>;
@@ -10,7 +10,7 @@ export type Error = _T_Error;
10
10
  export declare namespace _T_Parameters {
11
11
  namespace path {
12
12
  }
13
- type path = _i_imports_path._T_Node_Path_Parameter;
13
+ type path = _i_imports_path._T_Node_Path;
14
14
  type error_if_not_exists = boolean;
15
15
  }
16
16
  export declare namespace _T_Error {
@@ -23,7 +23,7 @@ export declare namespace _T_Error {
23
23
  export declare namespace Parameters {
24
24
  namespace path {
25
25
  }
26
- type path = _i_imports_path._T_Node_Path_Parameter;
26
+ type path = _i_imports_path._T_Node_Path;
27
27
  type error_if_not_exists = boolean;
28
28
  }
29
29
  export declare namespace Error {
@@ -1,7 +1,7 @@
1
1
  import * as _i_core from "../../../core/unconstrained";
2
2
  import * as _i_imports_path from "../../path/data_types/target";
3
3
  export type _T_Parameters = {
4
- readonly 'path': _i_imports_path._T_Node_Path_Parameter;
4
+ readonly 'path': _i_imports_path._T_Node_Path;
5
5
  readonly 'error if not exists': boolean;
6
6
  };
7
7
  export type _T_Error = _i_core._T_State_Group<null, readonly ['node does not exist', null] | readonly ['permission denied', null]>;
@@ -10,7 +10,7 @@ export type Error = _T_Error;
10
10
  export declare namespace _T_Parameters {
11
11
  namespace path {
12
12
  }
13
- type path = _i_imports_path._T_Node_Path_Parameter;
13
+ type path = _i_imports_path._T_Node_Path;
14
14
  type error_if_not_exists = boolean;
15
15
  }
16
16
  export declare namespace _T_Error {
@@ -23,7 +23,7 @@ export declare namespace _T_Error {
23
23
  export declare namespace Parameters {
24
24
  namespace path {
25
25
  }
26
- type path = _i_imports_path._T_Node_Path_Parameter;
26
+ type path = _i_imports_path._T_Node_Path;
27
27
  type error_if_not_exists = boolean;
28
28
  }
29
29
  export declare namespace Error {
@@ -1,6 +1,6 @@
1
1
  import * as _i_core from "../../../core/resolved";
2
2
  import * as _i_imports_path from "../../path/data_types/source";
3
- export type _T_Parameters = _i_imports_path._T_Node_Path_Parameter;
3
+ export type _T_Parameters = _i_imports_path._T_Node_Path;
4
4
  export type _T_Error = _i_core._T_State_Group<null, readonly ['node does not exist', null]>;
5
5
  export type _T_Node_Type = _i_core._T_State_Group<null, readonly ['file', null] | readonly ['directory', null]>;
6
6
  export type _T_Result = _T_Node_Type;
@@ -1,6 +1,6 @@
1
1
  import * as _i_core from "../../../core/unconstrained";
2
2
  import * as _i_imports_path from "../../path/data_types/target";
3
- export type _T_Parameters = _i_imports_path._T_Node_Path_Parameter;
3
+ export type _T_Parameters = _i_imports_path._T_Node_Path;
4
4
  export type _T_Error = _i_core._T_State_Group<null, readonly ['node does not exist', null]>;
5
5
  export type _T_Node_Type = _i_core._T_State_Group<null, readonly ['file', null] | readonly ['directory', null]>;
6
6
  export type _T_Result = _T_Node_Type;
@@ -1,7 +1,7 @@
1
1
  import * as _i_core from "../../../core/resolved";
2
2
  import * as _i_imports_path from "../../path/data_types/source";
3
3
  export type _T_Parameters = {
4
- readonly 'path': _i_imports_path._T_Node_Path_Parameter;
4
+ readonly 'path': _i_imports_path._T_Node_Path;
5
5
  readonly 'data': string;
6
6
  };
7
7
  export type _T_Error = _i_core._T_State_Group<null, readonly ['permission denied', null]>;
@@ -10,7 +10,7 @@ export type Error = _T_Error;
10
10
  export declare namespace _T_Parameters {
11
11
  namespace path {
12
12
  }
13
- type path = _i_imports_path._T_Node_Path_Parameter;
13
+ type path = _i_imports_path._T_Node_Path;
14
14
  type data = string;
15
15
  }
16
16
  export declare namespace _T_Error {
@@ -22,7 +22,7 @@ export declare namespace _T_Error {
22
22
  export declare namespace Parameters {
23
23
  namespace path {
24
24
  }
25
- type path = _i_imports_path._T_Node_Path_Parameter;
25
+ type path = _i_imports_path._T_Node_Path;
26
26
  type data = string;
27
27
  }
28
28
  export declare namespace Error {
@@ -1,7 +1,7 @@
1
1
  import * as _i_core from "../../../core/unconstrained";
2
2
  import * as _i_imports_path from "../../path/data_types/target";
3
3
  export type _T_Parameters = {
4
- readonly 'path': _i_imports_path._T_Node_Path_Parameter;
4
+ readonly 'path': _i_imports_path._T_Node_Path;
5
5
  readonly 'data': string;
6
6
  };
7
7
  export type _T_Error = _i_core._T_State_Group<null, readonly ['permission denied', null]>;
@@ -10,7 +10,7 @@ export type Error = _T_Error;
10
10
  export declare namespace _T_Parameters {
11
11
  namespace path {
12
12
  }
13
- type path = _i_imports_path._T_Node_Path_Parameter;
13
+ type path = _i_imports_path._T_Node_Path;
14
14
  type data = string;
15
15
  }
16
16
  export declare namespace _T_Error {
@@ -22,7 +22,7 @@ export declare namespace _T_Error {
22
22
  export declare namespace Parameters {
23
23
  namespace path {
24
24
  }
25
- type path = _i_imports_path._T_Node_Path_Parameter;
25
+ type path = _i_imports_path._T_Node_Path;
26
26
  type data = string;
27
27
  }
28
28
  export declare namespace Error {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exupery-resources",
3
- "version": "0.3.37",
3
+ "version": "0.3.39",
4
4
  "description": "A library providing resources forthe Exupery programming Language",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "dependencies": {
11
11
  "exupery-core-alg": "^0.5.15",
12
12
  "exupery-core-async": "^0.3.75",
13
- "exupery-core-dev": "^0.3.2",
13
+ "exupery-core-dev": "^0.3.3",
14
14
  "pareto-fountain-pen": "^0.3.13"
15
15
  }
16
16
  }