exupery-resources 0.3.37 → 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 (45) 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 +2 -2
  14. package/dist/implementation/generated/pareto/schemas/read_directory/unmarshall.js +2 -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 +3 -9
  24. package/dist/interface/generated/pareto/schemas/copy/data_types/source.d.ts +6 -6
  25. package/dist/interface/generated/pareto/schemas/copy/data_types/target.d.ts +6 -6
  26. package/dist/interface/generated/pareto/schemas/make_directory/data_types/source.d.ts +1 -1
  27. package/dist/interface/generated/pareto/schemas/make_directory/data_types/target.d.ts +1 -1
  28. package/dist/interface/generated/pareto/schemas/path/data_types/source.d.ts +0 -34
  29. package/dist/interface/generated/pareto/schemas/path/data_types/target.d.ts +0 -34
  30. package/dist/interface/generated/pareto/schemas/path/deserialize.d.ts +0 -52
  31. package/dist/interface/generated/pareto/schemas/path/marshall.d.ts +0 -60
  32. package/dist/interface/generated/pareto/schemas/path/migrate_boilerplate.d.ts +0 -44
  33. package/dist/interface/generated/pareto/schemas/path/serialize.d.ts +0 -52
  34. package/dist/interface/generated/pareto/schemas/path/unmarshall.d.ts +0 -60
  35. package/dist/interface/generated/pareto/schemas/read_directory/data_types/source.d.ts +3 -3
  36. package/dist/interface/generated/pareto/schemas/read_directory/data_types/target.d.ts +3 -3
  37. package/dist/interface/generated/pareto/schemas/read_file/data_types/source.d.ts +1 -1
  38. package/dist/interface/generated/pareto/schemas/read_file/data_types/target.d.ts +1 -1
  39. package/dist/interface/generated/pareto/schemas/remove/data_types/source.d.ts +3 -3
  40. package/dist/interface/generated/pareto/schemas/remove/data_types/target.d.ts +3 -3
  41. package/dist/interface/generated/pareto/schemas/stat/data_types/source.d.ts +1 -1
  42. package/dist/interface/generated/pareto/schemas/stat/data_types/target.d.ts +1 -1
  43. package/dist/interface/generated/pareto/schemas/write_file/data_types/source.d.ts +3 -3
  44. package/dist/interface/generated/pareto/schemas/write_file/data_types/target.d.ts +3 -3
  45. package/package.json +1 -1
@@ -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.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",