exupery-resources 0.3.36 → 0.3.38

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 (46) hide show
  1. package/dist/implementation/generated/pareto/schemas/copy/marshall.js +3 -3
  2. package/dist/implementation/generated/pareto/schemas/copy/unmarshall.js +3 -3
  3. package/dist/implementation/generated/pareto/schemas/make_directory/marshall.js +2 -2
  4. package/dist/implementation/generated/pareto/schemas/make_directory/unmarshall.js +2 -2
  5. package/dist/implementation/generated/pareto/schemas/path/deserialize.d.ts +0 -2
  6. package/dist/implementation/generated/pareto/schemas/path/deserialize.js +2 -6
  7. package/dist/implementation/generated/pareto/schemas/path/marshall.d.ts +0 -2
  8. package/dist/implementation/generated/pareto/schemas/path/marshall.js +2 -22
  9. package/dist/implementation/generated/pareto/schemas/path/serialize.d.ts +0 -2
  10. package/dist/implementation/generated/pareto/schemas/path/serialize.js +2 -10
  11. package/dist/implementation/generated/pareto/schemas/path/unmarshall.d.ts +0 -2
  12. package/dist/implementation/generated/pareto/schemas/path/unmarshall.js +2 -32
  13. package/dist/implementation/generated/pareto/schemas/read_directory/marshall.js +6 -2
  14. package/dist/implementation/generated/pareto/schemas/read_directory/unmarshall.js +3 -2
  15. package/dist/implementation/generated/pareto/schemas/read_file/marshall.js +2 -2
  16. package/dist/implementation/generated/pareto/schemas/read_file/unmarshall.js +2 -2
  17. package/dist/implementation/generated/pareto/schemas/remove/marshall.js +2 -2
  18. package/dist/implementation/generated/pareto/schemas/remove/unmarshall.js +2 -2
  19. package/dist/implementation/generated/pareto/schemas/stat/marshall.js +2 -2
  20. package/dist/implementation/generated/pareto/schemas/stat/unmarshall.js +2 -2
  21. package/dist/implementation/generated/pareto/schemas/write_file/marshall.js +2 -2
  22. package/dist/implementation/generated/pareto/schemas/write_file/unmarshall.js +2 -2
  23. package/dist/implementation/queries/directory_content.js +5 -10
  24. package/dist/interface/algorithms/queries/directory_content.d.ts +1 -1
  25. package/dist/interface/generated/pareto/schemas/copy/data_types/source.d.ts +6 -6
  26. package/dist/interface/generated/pareto/schemas/copy/data_types/target.d.ts +6 -6
  27. package/dist/interface/generated/pareto/schemas/make_directory/data_types/source.d.ts +1 -1
  28. package/dist/interface/generated/pareto/schemas/make_directory/data_types/target.d.ts +1 -1
  29. package/dist/interface/generated/pareto/schemas/path/data_types/source.d.ts +0 -34
  30. package/dist/interface/generated/pareto/schemas/path/data_types/target.d.ts +0 -34
  31. package/dist/interface/generated/pareto/schemas/path/deserialize.d.ts +0 -52
  32. package/dist/interface/generated/pareto/schemas/path/marshall.d.ts +0 -60
  33. package/dist/interface/generated/pareto/schemas/path/migrate_boilerplate.d.ts +0 -44
  34. package/dist/interface/generated/pareto/schemas/path/serialize.d.ts +0 -52
  35. package/dist/interface/generated/pareto/schemas/path/unmarshall.d.ts +0 -60
  36. package/dist/interface/generated/pareto/schemas/read_directory/data_types/source.d.ts +8 -6
  37. package/dist/interface/generated/pareto/schemas/read_directory/data_types/target.d.ts +8 -6
  38. package/dist/interface/generated/pareto/schemas/read_file/data_types/source.d.ts +1 -1
  39. package/dist/interface/generated/pareto/schemas/read_file/data_types/target.d.ts +1 -1
  40. package/dist/interface/generated/pareto/schemas/remove/data_types/source.d.ts +3 -3
  41. package/dist/interface/generated/pareto/schemas/remove/data_types/target.d.ts +3 -3
  42. package/dist/interface/generated/pareto/schemas/stat/data_types/source.d.ts +1 -1
  43. package/dist/interface/generated/pareto/schemas/stat/data_types/target.d.ts +1 -1
  44. package/dist/interface/generated/pareto/schemas/write_file/data_types/source.d.ts +3 -3
  45. package/dist/interface/generated/pareto/schemas/write_file/data_types/target.d.ts +3 -3
  46. package/package.json +1 -1
@@ -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,10 +1,10 @@
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
- export type _T_Node_Type = _i_core._T_State_Group<null, readonly ['file', null] | readonly ['directory', null]>;
7
+ export type _T_Node_Type = _i_core._T_State_Group<null, readonly ['file', null] | readonly ['directory', null] | readonly ['other', null]>;
8
8
  export type _T_Result = _i_core._T_Dictionary<null, {
9
9
  readonly 'node type': _T_Node_Type;
10
10
  readonly 'context directory': _i_imports_path._T_Context_Path;
@@ -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 {
@@ -30,8 +30,9 @@ export declare namespace _T_Node_Type {
30
30
  namespace SG {
31
31
  type file = null;
32
32
  type directory = null;
33
+ type other = null;
33
34
  }
34
- type SG = readonly ['file', null] | readonly ['directory', null];
35
+ type SG = readonly ['file', null] | readonly ['directory', null] | readonly ['other', null];
35
36
  }
36
37
  export declare namespace _T_Result {
37
38
  namespace D {
@@ -54,7 +55,7 @@ export declare namespace _T_Result {
54
55
  export declare namespace Parameters {
55
56
  namespace path {
56
57
  }
57
- type path = _i_imports_path._T_Node_Path_Parameter;
58
+ type path = _i_imports_path._T_Node_Path;
58
59
  }
59
60
  export declare namespace Error {
60
61
  namespace SG {
@@ -67,8 +68,9 @@ export declare namespace Node_Type {
67
68
  namespace SG {
68
69
  type file = null;
69
70
  type directory = null;
71
+ type other = null;
70
72
  }
71
- type SG = readonly ['file', null] | readonly ['directory', null];
73
+ type SG = readonly ['file', null] | readonly ['directory', null] | readonly ['other', null];
72
74
  }
73
75
  export declare namespace Result {
74
76
  namespace D {
@@ -1,10 +1,10 @@
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
- export type _T_Node_Type = _i_core._T_State_Group<null, readonly ['file', null] | readonly ['directory', null]>;
7
+ export type _T_Node_Type = _i_core._T_State_Group<null, readonly ['file', null] | readonly ['directory', null] | readonly ['other', null]>;
8
8
  export type _T_Result = _i_core._T_Dictionary<null, {
9
9
  readonly 'node type': _T_Node_Type;
10
10
  readonly 'context directory': _i_imports_path._T_Context_Path;
@@ -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 {
@@ -30,8 +30,9 @@ export declare namespace _T_Node_Type {
30
30
  namespace SG {
31
31
  type file = null;
32
32
  type directory = null;
33
+ type other = null;
33
34
  }
34
- type SG = readonly ['file', null] | readonly ['directory', null];
35
+ type SG = readonly ['file', null] | readonly ['directory', null] | readonly ['other', null];
35
36
  }
36
37
  export declare namespace _T_Result {
37
38
  namespace D {
@@ -54,7 +55,7 @@ export declare namespace _T_Result {
54
55
  export declare namespace Parameters {
55
56
  namespace path {
56
57
  }
57
- type path = _i_imports_path._T_Node_Path_Parameter;
58
+ type path = _i_imports_path._T_Node_Path;
58
59
  }
59
60
  export declare namespace Error {
60
61
  namespace SG {
@@ -67,8 +68,9 @@ export declare namespace Node_Type {
67
68
  namespace SG {
68
69
  type file = null;
69
70
  type directory = null;
71
+ type other = null;
70
72
  }
71
- type SG = readonly ['file', null] | readonly ['directory', null];
73
+ type SG = readonly ['file', null] | readonly ['directory', null] | readonly ['other', null];
72
74
  }
73
75
  export declare namespace Result {
74
76
  namespace D {
@@ -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.36",
3
+ "version": "0.3.38",
4
4
  "description": "A library providing resources forthe Exupery programming Language",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",