exupery-resources 0.2.0 → 0.2.1

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 (225) hide show
  1. package/dist/implementation/algorithms/procedures/unguaranteed/copy.d.ts +1 -1
  2. package/dist/implementation/algorithms/procedures/unguaranteed/copy.js +1 -1
  3. package/dist/implementation/algorithms/procedures/unguaranteed/execute_procedure_executable.d.ts +1 -1
  4. package/dist/implementation/algorithms/procedures/unguaranteed/execute_procedure_executable.js +1 -1
  5. package/dist/implementation/algorithms/procedures/unguaranteed/make_directory.d.ts +1 -1
  6. package/dist/implementation/algorithms/procedures/unguaranteed/make_directory.js +1 -1
  7. package/dist/implementation/algorithms/procedures/unguaranteed/remove.d.ts +1 -1
  8. package/dist/implementation/algorithms/procedures/unguaranteed/remove.js +1 -1
  9. package/dist/implementation/algorithms/procedures/unguaranteed/write_file.d.ts +1 -1
  10. package/dist/implementation/algorithms/procedures/unguaranteed/write_file.js +1 -1
  11. package/dist/implementation/algorithms/queries/unguaranteed/execute_query_executable.d.ts +1 -1
  12. package/dist/implementation/algorithms/queries/unguaranteed/execute_query_executable.js +1 -1
  13. package/dist/implementation/algorithms/queries/unguaranteed/read_directory.d.ts +1 -1
  14. package/dist/implementation/algorithms/queries/unguaranteed/read_directory.js +3 -3
  15. package/dist/implementation/algorithms/queries/unguaranteed/read_file.d.ts +1 -1
  16. package/dist/implementation/algorithms/queries/unguaranteed/read_file.js +1 -1
  17. package/dist/implementation/algorithms/queries/unguaranteed/stat.d.ts +1 -1
  18. package/dist/implementation/algorithms/queries/unguaranteed/stat.js +1 -1
  19. package/dist/implementation/generated/pareto/generic/parse/ast.d.ts +10 -0
  20. package/dist/implementation/generated/pareto/generic/parse/ast.js +245 -0
  21. package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.d.ts +13 -0
  22. package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.js +50 -0
  23. package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +6 -0
  24. package/dist/implementation/generated/pareto/generic/parse/parse.js +65 -0
  25. package/dist/implementation/generated/pareto/generic/parse/string_iterator.d.ts +40 -0
  26. package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +109 -0
  27. package/dist/implementation/generated/pareto/generic/parse/token.d.ts +9 -0
  28. package/dist/implementation/generated/pareto/generic/parse/token.js +519 -0
  29. package/dist/implementation/generated/pareto/generic/resolve.d.ts +3 -3
  30. package/dist/implementation/generated/pareto/generic/resolve.js +5 -6
  31. package/dist/implementation/generated/pareto/generic/serialize.d.ts +4 -0
  32. package/dist/implementation/generated/pareto/generic/serialize.js +93 -0
  33. package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +26 -26
  34. package/dist/implementation/generated/pareto/generic/unmarshall.js +38 -30
  35. package/dist/implementation/generated/pareto/schemas/copy/deserialize.d.ts +4 -0
  36. package/dist/implementation/generated/pareto/schemas/copy/deserialize.js +34 -0
  37. package/dist/implementation/generated/pareto/schemas/copy/marshall.d.ts +1 -1
  38. package/dist/implementation/generated/pareto/schemas/copy/marshall.js +4 -4
  39. package/dist/implementation/generated/pareto/schemas/copy/serialize.d.ts +4 -0
  40. package/dist/implementation/generated/pareto/schemas/copy/serialize.js +41 -0
  41. package/dist/implementation/generated/pareto/schemas/copy/unmarshall.d.ts +1 -1
  42. package/dist/implementation/generated/pareto/schemas/copy/unmarshall.js +4 -4
  43. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/deserialize.d.ts +3 -0
  44. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/deserialize.js +32 -0
  45. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/marshall.d.ts +1 -1
  46. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/marshall.js +4 -4
  47. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/serialize.d.ts +3 -0
  48. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/serialize.js +37 -0
  49. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/unmarshall.d.ts +1 -1
  50. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/unmarshall.js +4 -4
  51. package/dist/implementation/generated/pareto/schemas/execute_query_executable/deserialize.d.ts +4 -0
  52. package/dist/implementation/generated/pareto/schemas/execute_query_executable/deserialize.js +34 -0
  53. package/dist/implementation/generated/pareto/schemas/execute_query_executable/marshall.d.ts +1 -1
  54. package/dist/implementation/generated/pareto/schemas/execute_query_executable/marshall.js +4 -4
  55. package/dist/implementation/generated/pareto/schemas/execute_query_executable/serialize.d.ts +4 -0
  56. package/dist/implementation/generated/pareto/schemas/execute_query_executable/serialize.js +41 -0
  57. package/dist/implementation/generated/pareto/schemas/execute_query_executable/unmarshall.d.ts +1 -1
  58. package/dist/implementation/generated/pareto/schemas/execute_query_executable/unmarshall.js +4 -4
  59. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.d.ts +4 -0
  60. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.js +34 -0
  61. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/serialize.d.ts +4 -0
  62. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/serialize.js +41 -0
  63. package/dist/implementation/generated/pareto/schemas/get_instream_data/deserialize.d.ts +2 -0
  64. package/dist/implementation/generated/pareto/schemas/get_instream_data/deserialize.js +30 -0
  65. package/dist/implementation/generated/pareto/schemas/get_instream_data/serialize.d.ts +2 -0
  66. package/dist/implementation/generated/pareto/schemas/get_instream_data/serialize.js +33 -0
  67. package/dist/implementation/generated/pareto/schemas/log/deserialize.d.ts +2 -0
  68. package/dist/implementation/generated/pareto/schemas/log/deserialize.js +30 -0
  69. package/dist/implementation/generated/pareto/schemas/log/serialize.d.ts +2 -0
  70. package/dist/implementation/generated/pareto/schemas/log/serialize.js +33 -0
  71. package/dist/implementation/generated/pareto/schemas/log_error/deserialize.d.ts +2 -0
  72. package/dist/implementation/generated/pareto/schemas/log_error/deserialize.js +30 -0
  73. package/dist/implementation/generated/pareto/schemas/log_error/serialize.d.ts +2 -0
  74. package/dist/implementation/generated/pareto/schemas/log_error/serialize.js +33 -0
  75. package/dist/implementation/generated/pareto/schemas/make_directory/deserialize.d.ts +4 -0
  76. package/dist/implementation/generated/pareto/schemas/make_directory/deserialize.js +34 -0
  77. package/dist/implementation/generated/pareto/schemas/make_directory/marshall.d.ts +1 -1
  78. package/dist/implementation/generated/pareto/schemas/make_directory/marshall.js +4 -4
  79. package/dist/implementation/generated/pareto/schemas/make_directory/serialize.d.ts +4 -0
  80. package/dist/implementation/generated/pareto/schemas/make_directory/serialize.js +41 -0
  81. package/dist/implementation/generated/pareto/schemas/make_directory/unmarshall.d.ts +1 -1
  82. package/dist/implementation/generated/pareto/schemas/make_directory/unmarshall.js +4 -4
  83. package/dist/implementation/generated/pareto/schemas/read_directory/deserialize.d.ts +6 -0
  84. package/dist/implementation/generated/pareto/schemas/read_directory/deserialize.js +38 -0
  85. package/dist/implementation/generated/pareto/schemas/read_directory/marshall.d.ts +1 -1
  86. package/dist/implementation/generated/pareto/schemas/read_directory/marshall.js +13 -7
  87. package/dist/implementation/generated/pareto/schemas/read_directory/serialize.d.ts +6 -0
  88. package/dist/implementation/generated/pareto/schemas/read_directory/serialize.js +49 -0
  89. package/dist/implementation/generated/pareto/schemas/read_directory/unmarshall.d.ts +1 -1
  90. package/dist/implementation/generated/pareto/schemas/read_directory/unmarshall.js +17 -6
  91. package/dist/implementation/generated/pareto/schemas/read_file/deserialize.d.ts +5 -0
  92. package/dist/implementation/generated/pareto/schemas/read_file/deserialize.js +36 -0
  93. package/dist/implementation/generated/pareto/schemas/read_file/marshall.d.ts +1 -1
  94. package/dist/implementation/generated/pareto/schemas/read_file/marshall.js +4 -4
  95. package/dist/implementation/generated/pareto/schemas/read_file/serialize.d.ts +5 -0
  96. package/dist/implementation/generated/pareto/schemas/read_file/serialize.js +45 -0
  97. package/dist/implementation/generated/pareto/schemas/read_file/unmarshall.d.ts +1 -1
  98. package/dist/implementation/generated/pareto/schemas/read_file/unmarshall.js +4 -4
  99. package/dist/implementation/generated/pareto/schemas/remove/deserialize.d.ts +4 -0
  100. package/dist/implementation/generated/pareto/schemas/remove/deserialize.js +34 -0
  101. package/dist/implementation/generated/pareto/schemas/remove/marshall.d.ts +1 -1
  102. package/dist/implementation/generated/pareto/schemas/remove/marshall.js +4 -4
  103. package/dist/implementation/generated/pareto/schemas/remove/serialize.d.ts +4 -0
  104. package/dist/implementation/generated/pareto/schemas/remove/serialize.js +41 -0
  105. package/dist/implementation/generated/pareto/schemas/remove/unmarshall.d.ts +1 -1
  106. package/dist/implementation/generated/pareto/schemas/remove/unmarshall.js +4 -4
  107. package/dist/implementation/generated/pareto/schemas/stat/deserialize.d.ts +6 -0
  108. package/dist/implementation/generated/pareto/schemas/stat/deserialize.js +38 -0
  109. package/dist/implementation/generated/pareto/schemas/stat/marshall.d.ts +1 -1
  110. package/dist/implementation/generated/pareto/schemas/stat/marshall.js +4 -4
  111. package/dist/implementation/generated/pareto/schemas/stat/serialize.d.ts +6 -0
  112. package/dist/implementation/generated/pareto/schemas/stat/serialize.js +49 -0
  113. package/dist/implementation/generated/pareto/schemas/stat/unmarshall.d.ts +1 -1
  114. package/dist/implementation/generated/pareto/schemas/stat/unmarshall.js +4 -4
  115. package/dist/implementation/generated/pareto/schemas/write_file/deserialize.d.ts +4 -0
  116. package/dist/implementation/generated/pareto/schemas/write_file/deserialize.js +34 -0
  117. package/dist/implementation/generated/pareto/schemas/write_file/marshall.d.ts +1 -1
  118. package/dist/implementation/generated/pareto/schemas/write_file/marshall.js +4 -4
  119. package/dist/implementation/generated/pareto/schemas/write_file/serialize.d.ts +4 -0
  120. package/dist/implementation/generated/pareto/schemas/write_file/serialize.js +41 -0
  121. package/dist/implementation/generated/pareto/schemas/write_file/unmarshall.d.ts +1 -1
  122. package/dist/implementation/generated/pareto/schemas/write_file/unmarshall.js +4 -4
  123. package/dist/interface/generated/pareto/core/astn_source.d.ts +15 -0
  124. package/dist/interface/generated/pareto/core/parse_result.d.ts +25 -0
  125. package/dist/interface/generated/pareto/core/parse_result.js +3 -0
  126. package/dist/interface/generated/pareto/core/token.d.ts +49 -0
  127. package/dist/interface/generated/pareto/core/token.js +3 -0
  128. package/dist/interface/generated/pareto/schemas/copy/data_types/source.d.ts +4 -4
  129. package/dist/interface/generated/pareto/schemas/copy/data_types/target.d.ts +4 -4
  130. package/dist/interface/generated/pareto/schemas/copy/deserialize.d.ts +80 -0
  131. package/dist/interface/generated/pareto/schemas/copy/deserialize.js +3 -0
  132. package/dist/interface/generated/pareto/schemas/copy/marshall.d.ts +6 -6
  133. package/dist/interface/generated/pareto/schemas/copy/migrate_boilerplate.d.ts +8 -8
  134. package/dist/interface/generated/pareto/schemas/copy/serialize.d.ts +80 -0
  135. package/dist/interface/generated/pareto/schemas/copy/serialize.js +3 -0
  136. package/dist/interface/generated/pareto/schemas/copy/unmarshall.d.ts +7 -7
  137. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/source.d.ts +4 -4
  138. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/target.d.ts +4 -4
  139. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/deserialize.d.ts +54 -0
  140. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/deserialize.js +3 -0
  141. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/marshall.d.ts +6 -6
  142. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/migrate_boilerplate.d.ts +8 -8
  143. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/serialize.d.ts +54 -0
  144. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/serialize.js +3 -0
  145. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/unmarshall.d.ts +7 -7
  146. package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/source.d.ts +4 -4
  147. package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/target.d.ts +4 -4
  148. package/dist/interface/generated/pareto/schemas/execute_query_executable/deserialize.d.ts +80 -0
  149. package/dist/interface/generated/pareto/schemas/execute_query_executable/deserialize.js +3 -0
  150. package/dist/interface/generated/pareto/schemas/execute_query_executable/marshall.d.ts +6 -6
  151. package/dist/interface/generated/pareto/schemas/execute_query_executable/migrate_boilerplate.d.ts +8 -8
  152. package/dist/interface/generated/pareto/schemas/execute_query_executable/serialize.d.ts +80 -0
  153. package/dist/interface/generated/pareto/schemas/execute_query_executable/serialize.js +3 -0
  154. package/dist/interface/generated/pareto/schemas/execute_query_executable/unmarshall.d.ts +7 -7
  155. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.d.ts +80 -0
  156. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.js +3 -0
  157. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/serialize.d.ts +80 -0
  158. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/serialize.js +3 -0
  159. package/dist/interface/generated/pareto/schemas/get_instream_data/deserialize.d.ts +28 -0
  160. package/dist/interface/generated/pareto/schemas/get_instream_data/deserialize.js +3 -0
  161. package/dist/interface/generated/pareto/schemas/get_instream_data/serialize.d.ts +28 -0
  162. package/dist/interface/generated/pareto/schemas/get_instream_data/serialize.js +3 -0
  163. package/dist/interface/generated/pareto/schemas/log/deserialize.d.ts +28 -0
  164. package/dist/interface/generated/pareto/schemas/log/deserialize.js +3 -0
  165. package/dist/interface/generated/pareto/schemas/log/serialize.d.ts +28 -0
  166. package/dist/interface/generated/pareto/schemas/log/serialize.js +3 -0
  167. package/dist/interface/generated/pareto/schemas/log_error/deserialize.d.ts +28 -0
  168. package/dist/interface/generated/pareto/schemas/log_error/deserialize.js +3 -0
  169. package/dist/interface/generated/pareto/schemas/log_error/serialize.d.ts +28 -0
  170. package/dist/interface/generated/pareto/schemas/log_error/serialize.js +3 -0
  171. package/dist/interface/generated/pareto/schemas/make_directory/data_types/source.d.ts +4 -4
  172. package/dist/interface/generated/pareto/schemas/make_directory/data_types/target.d.ts +4 -4
  173. package/dist/interface/generated/pareto/schemas/make_directory/deserialize.d.ts +80 -0
  174. package/dist/interface/generated/pareto/schemas/make_directory/deserialize.js +3 -0
  175. package/dist/interface/generated/pareto/schemas/make_directory/marshall.d.ts +6 -6
  176. package/dist/interface/generated/pareto/schemas/make_directory/migrate_boilerplate.d.ts +8 -8
  177. package/dist/interface/generated/pareto/schemas/make_directory/serialize.d.ts +80 -0
  178. package/dist/interface/generated/pareto/schemas/make_directory/serialize.js +3 -0
  179. package/dist/interface/generated/pareto/schemas/make_directory/unmarshall.d.ts +7 -7
  180. package/dist/interface/generated/pareto/schemas/read_directory/data_types/source.d.ts +16 -5
  181. package/dist/interface/generated/pareto/schemas/read_directory/data_types/target.d.ts +16 -5
  182. package/dist/interface/generated/pareto/schemas/read_directory/deserialize.d.ts +132 -0
  183. package/dist/interface/generated/pareto/schemas/read_directory/deserialize.js +3 -0
  184. package/dist/interface/generated/pareto/schemas/read_directory/marshall.d.ts +6 -6
  185. package/dist/interface/generated/pareto/schemas/read_directory/migrate_boilerplate.d.ts +8 -8
  186. package/dist/interface/generated/pareto/schemas/read_directory/serialize.d.ts +132 -0
  187. package/dist/interface/generated/pareto/schemas/read_directory/serialize.js +3 -0
  188. package/dist/interface/generated/pareto/schemas/read_directory/unmarshall.d.ts +7 -7
  189. package/dist/interface/generated/pareto/schemas/read_file/data_types/source.d.ts +4 -4
  190. package/dist/interface/generated/pareto/schemas/read_file/data_types/target.d.ts +4 -4
  191. package/dist/interface/generated/pareto/schemas/read_file/deserialize.d.ts +106 -0
  192. package/dist/interface/generated/pareto/schemas/read_file/deserialize.js +3 -0
  193. package/dist/interface/generated/pareto/schemas/read_file/marshall.d.ts +6 -6
  194. package/dist/interface/generated/pareto/schemas/read_file/migrate_boilerplate.d.ts +8 -8
  195. package/dist/interface/generated/pareto/schemas/read_file/serialize.d.ts +106 -0
  196. package/dist/interface/generated/pareto/schemas/read_file/serialize.js +3 -0
  197. package/dist/interface/generated/pareto/schemas/read_file/unmarshall.d.ts +7 -7
  198. package/dist/interface/generated/pareto/schemas/remove/data_types/source.d.ts +4 -4
  199. package/dist/interface/generated/pareto/schemas/remove/data_types/target.d.ts +4 -4
  200. package/dist/interface/generated/pareto/schemas/remove/deserialize.d.ts +80 -0
  201. package/dist/interface/generated/pareto/schemas/remove/deserialize.js +3 -0
  202. package/dist/interface/generated/pareto/schemas/remove/marshall.d.ts +6 -6
  203. package/dist/interface/generated/pareto/schemas/remove/migrate_boilerplate.d.ts +8 -8
  204. package/dist/interface/generated/pareto/schemas/remove/serialize.d.ts +80 -0
  205. package/dist/interface/generated/pareto/schemas/remove/serialize.js +3 -0
  206. package/dist/interface/generated/pareto/schemas/remove/unmarshall.d.ts +7 -7
  207. package/dist/interface/generated/pareto/schemas/stat/data_types/source.d.ts +4 -4
  208. package/dist/interface/generated/pareto/schemas/stat/data_types/target.d.ts +4 -4
  209. package/dist/interface/generated/pareto/schemas/stat/deserialize.d.ts +132 -0
  210. package/dist/interface/generated/pareto/schemas/stat/deserialize.js +3 -0
  211. package/dist/interface/generated/pareto/schemas/stat/marshall.d.ts +6 -6
  212. package/dist/interface/generated/pareto/schemas/stat/migrate_boilerplate.d.ts +8 -8
  213. package/dist/interface/generated/pareto/schemas/stat/serialize.d.ts +132 -0
  214. package/dist/interface/generated/pareto/schemas/stat/serialize.js +3 -0
  215. package/dist/interface/generated/pareto/schemas/stat/unmarshall.d.ts +7 -7
  216. package/dist/interface/generated/pareto/schemas/write_file/data_types/source.d.ts +4 -4
  217. package/dist/interface/generated/pareto/schemas/write_file/data_types/target.d.ts +4 -4
  218. package/dist/interface/generated/pareto/schemas/write_file/deserialize.d.ts +80 -0
  219. package/dist/interface/generated/pareto/schemas/write_file/deserialize.js +3 -0
  220. package/dist/interface/generated/pareto/schemas/write_file/marshall.d.ts +6 -6
  221. package/dist/interface/generated/pareto/schemas/write_file/migrate_boilerplate.d.ts +8 -8
  222. package/dist/interface/generated/pareto/schemas/write_file/serialize.d.ts +80 -0
  223. package/dist/interface/generated/pareto/schemas/write_file/serialize.js +3 -0
  224. package/dist/interface/generated/pareto/schemas/write_file/unmarshall.d.ts +7 -7
  225. package/package.json +3 -2
@@ -1,16 +1,16 @@
1
1
  import * as _i_core from "../../../core/resolved";
2
- export type _T_Errors = _i_core._T_State_Group<null, readonly ['device not ready', null] | readonly ['file does not exist', null] | readonly ['file too large', null] | readonly ['node is not a file', null] | readonly ['permission denied', null]>;
2
+ export type _T_Error = _i_core._T_State_Group<null, readonly ['device not ready', null] | readonly ['file does not exist', null] | readonly ['file too large', null] | readonly ['node is not a file', null] | readonly ['permission denied', null]>;
3
3
  export type _T_Parameters = _T_Path;
4
4
  export type _T_Path = {
5
5
  readonly 'escape spaces in path': boolean;
6
6
  readonly 'path': string;
7
7
  };
8
8
  export type _T_Result = string;
9
- export type Errors = _T_Errors;
9
+ export type Error = _T_Error;
10
10
  export type Parameters = _T_Parameters;
11
11
  export type Path = _T_Path;
12
12
  export type Result = _T_Result;
13
- export declare namespace _T_Errors {
13
+ export declare namespace _T_Error {
14
14
  namespace SG {
15
15
  type device_not_ready = null;
16
16
  type file_does_not_exist = null;
@@ -26,7 +26,7 @@ export declare namespace _T_Path {
26
26
  type escape_spaces_in_path = boolean;
27
27
  type path = string;
28
28
  }
29
- export declare namespace Errors {
29
+ export declare namespace Error {
30
30
  namespace SG {
31
31
  type device_not_ready = null;
32
32
  type file_does_not_exist = null;
@@ -1,16 +1,16 @@
1
1
  import * as _i_core from "../../../core/unconstrained";
2
- export type _T_Errors = _i_core._T_State_Group<null, readonly ['device not ready', null] | readonly ['file does not exist', null] | readonly ['file too large', null] | readonly ['node is not a file', null] | readonly ['permission denied', null]>;
2
+ export type _T_Error = _i_core._T_State_Group<null, readonly ['device not ready', null] | readonly ['file does not exist', null] | readonly ['file too large', null] | readonly ['node is not a file', null] | readonly ['permission denied', null]>;
3
3
  export type _T_Parameters = _T_Path;
4
4
  export type _T_Path = {
5
5
  readonly 'escape spaces in path': boolean;
6
6
  readonly 'path': string;
7
7
  };
8
8
  export type _T_Result = string;
9
- export type Errors = _T_Errors;
9
+ export type Error = _T_Error;
10
10
  export type Parameters = _T_Parameters;
11
11
  export type Path = _T_Path;
12
12
  export type Result = _T_Result;
13
- export declare namespace _T_Errors {
13
+ export declare namespace _T_Error {
14
14
  namespace SG {
15
15
  type device_not_ready = null;
16
16
  type file_does_not_exist = null;
@@ -26,7 +26,7 @@ export declare namespace _T_Path {
26
26
  type escape_spaces_in_path = boolean;
27
27
  type path = string;
28
28
  }
29
- export declare namespace Errors {
29
+ export declare namespace Error {
30
30
  namespace SG {
31
31
  type device_not_ready = null;
32
32
  type file_does_not_exist = null;
@@ -0,0 +1,106 @@
1
+ import * as _i_out from "./data_types/target";
2
+ import * as _i_vd from "./value_deserializers";
3
+ export type _T_Error = ($$_: string, $$_p: {
4
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
5
+ }) => _i_out._T_Error;
6
+ export type _T_Parameters = ($$_: string, $$_p: {
7
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
8
+ }) => _i_out._T_Parameters;
9
+ export type _T_Path = ($$_: string, $$_p: {
10
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
11
+ }) => _i_out._T_Path;
12
+ export type _T_Result = ($$_: string, $$_p: {
13
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
14
+ }) => _i_out._T_Result;
15
+ export type Error = _T_Error;
16
+ export type Parameters = _T_Parameters;
17
+ export type Path = _T_Path;
18
+ export type Result = _T_Result;
19
+ export declare namespace _T_Error {
20
+ type CONTEXT = string;
21
+ namespace PARAMS {
22
+ namespace value_deserializers {
23
+ }
24
+ type value_deserializers = _i_vd._T_Value_Deserializers;
25
+ }
26
+ namespace RESULT {
27
+ }
28
+ type RESULT = _i_out._T_Error;
29
+ }
30
+ export declare namespace _T_Parameters {
31
+ type CONTEXT = string;
32
+ namespace PARAMS {
33
+ namespace value_deserializers {
34
+ }
35
+ type value_deserializers = _i_vd._T_Value_Deserializers;
36
+ }
37
+ namespace RESULT {
38
+ }
39
+ type RESULT = _i_out._T_Parameters;
40
+ }
41
+ export declare namespace _T_Path {
42
+ type CONTEXT = string;
43
+ namespace PARAMS {
44
+ namespace value_deserializers {
45
+ }
46
+ type value_deserializers = _i_vd._T_Value_Deserializers;
47
+ }
48
+ namespace RESULT {
49
+ }
50
+ type RESULT = _i_out._T_Path;
51
+ }
52
+ export declare namespace _T_Result {
53
+ type CONTEXT = string;
54
+ namespace PARAMS {
55
+ namespace value_deserializers {
56
+ }
57
+ type value_deserializers = _i_vd._T_Value_Deserializers;
58
+ }
59
+ namespace RESULT {
60
+ }
61
+ type RESULT = _i_out._T_Result;
62
+ }
63
+ export declare namespace Error {
64
+ type CONTEXT = string;
65
+ namespace PARAMS {
66
+ namespace value_deserializers {
67
+ }
68
+ type value_deserializers = _i_vd._T_Value_Deserializers;
69
+ }
70
+ namespace RESULT {
71
+ }
72
+ type RESULT = _i_out._T_Error;
73
+ }
74
+ export declare namespace Parameters {
75
+ type CONTEXT = string;
76
+ namespace PARAMS {
77
+ namespace value_deserializers {
78
+ }
79
+ type value_deserializers = _i_vd._T_Value_Deserializers;
80
+ }
81
+ namespace RESULT {
82
+ }
83
+ type RESULT = _i_out._T_Parameters;
84
+ }
85
+ export declare namespace Path {
86
+ type CONTEXT = string;
87
+ namespace PARAMS {
88
+ namespace value_deserializers {
89
+ }
90
+ type value_deserializers = _i_vd._T_Value_Deserializers;
91
+ }
92
+ namespace RESULT {
93
+ }
94
+ type RESULT = _i_out._T_Path;
95
+ }
96
+ export declare namespace Result {
97
+ type CONTEXT = string;
98
+ namespace PARAMS {
99
+ namespace value_deserializers {
100
+ }
101
+ type value_deserializers = _i_vd._T_Value_Deserializers;
102
+ }
103
+ namespace RESULT {
104
+ }
105
+ type RESULT = _i_out._T_Result;
106
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9yZWFkX2ZpbGUvZGVzZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,7 +1,7 @@
1
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
- export type _T_Errors = ($$_: _i_in._T_Errors, $$_p: {
4
+ export type _T_Error = ($$_: _i_in._T_Error, $$_p: {
5
5
  readonly 'value serializers': _i_vs._T_Value_Serializers;
6
6
  }) => _i_out._T_Value;
7
7
  export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: {
@@ -13,14 +13,14 @@ export type _T_Path = ($$_: _i_in._T_Path, $$_p: {
13
13
  export type _T_Result = ($$_: _i_in._T_Result, $$_p: {
14
14
  readonly 'value serializers': _i_vs._T_Value_Serializers;
15
15
  }) => _i_out._T_Value;
16
- export type Errors = _T_Errors;
16
+ export type Error = _T_Error;
17
17
  export type Parameters = _T_Parameters;
18
18
  export type Path = _T_Path;
19
19
  export type Result = _T_Result;
20
- export declare namespace _T_Errors {
20
+ export declare namespace _T_Error {
21
21
  namespace CONTEXT {
22
22
  }
23
- type CONTEXT = _i_in._T_Errors;
23
+ type CONTEXT = _i_in._T_Error;
24
24
  namespace PARAMS {
25
25
  namespace value_serializers {
26
26
  }
@@ -69,10 +69,10 @@ export declare namespace _T_Result {
69
69
  }
70
70
  type RESULT = _i_out._T_Value;
71
71
  }
72
- export declare namespace Errors {
72
+ export declare namespace Error {
73
73
  namespace CONTEXT {
74
74
  }
75
- type CONTEXT = _i_in._T_Errors;
75
+ type CONTEXT = _i_in._T_Error;
76
76
  namespace PARAMS {
77
77
  namespace value_serializers {
78
78
  }
@@ -1,22 +1,22 @@
1
1
  import * as _i_in from "./data_types/source";
2
2
  import * as _i_out from "./data_types/target";
3
- export type _T_Errors = ($$_: _i_in._T_Errors, $$_p: null) => _i_out._T_Errors;
3
+ export type _T_Error = ($$_: _i_in._T_Error, $$_p: null) => _i_out._T_Error;
4
4
  export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: null) => _i_out._T_Parameters;
5
5
  export type _T_Path = ($$_: _i_in._T_Path, $$_p: null) => _i_out._T_Path;
6
6
  export type _T_Result = ($$_: _i_in._T_Result, $$_p: null) => _i_out._T_Result;
7
- export type Errors = _T_Errors;
7
+ export type Error = _T_Error;
8
8
  export type Parameters = _T_Parameters;
9
9
  export type Path = _T_Path;
10
10
  export type Result = _T_Result;
11
- export declare namespace _T_Errors {
11
+ export declare namespace _T_Error {
12
12
  namespace CONTEXT {
13
13
  }
14
- type CONTEXT = _i_in._T_Errors;
14
+ type CONTEXT = _i_in._T_Error;
15
15
  namespace PARAMS {
16
16
  }
17
17
  namespace RESULT {
18
18
  }
19
- type RESULT = _i_out._T_Errors;
19
+ type RESULT = _i_out._T_Error;
20
20
  }
21
21
  export declare namespace _T_Parameters {
22
22
  namespace CONTEXT {
@@ -48,15 +48,15 @@ export declare namespace _T_Result {
48
48
  }
49
49
  type RESULT = _i_out._T_Result;
50
50
  }
51
- export declare namespace Errors {
51
+ export declare namespace Error {
52
52
  namespace CONTEXT {
53
53
  }
54
- type CONTEXT = _i_in._T_Errors;
54
+ type CONTEXT = _i_in._T_Error;
55
55
  namespace PARAMS {
56
56
  }
57
57
  namespace RESULT {
58
58
  }
59
- type RESULT = _i_out._T_Errors;
59
+ type RESULT = _i_out._T_Error;
60
60
  }
61
61
  export declare namespace Parameters {
62
62
  namespace CONTEXT {
@@ -0,0 +1,106 @@
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_vs from "./value_serializers";
3
+ export type _T_Error = ($$_: _i_in._T_Error, $$_p: {
4
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
5
+ }) => string;
6
+ export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: {
7
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
8
+ }) => string;
9
+ export type _T_Path = ($$_: _i_in._T_Path, $$_p: {
10
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
11
+ }) => string;
12
+ export type _T_Result = ($$_: _i_in._T_Result, $$_p: {
13
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
14
+ }) => string;
15
+ export type Error = _T_Error;
16
+ export type Parameters = _T_Parameters;
17
+ export type Path = _T_Path;
18
+ export type Result = _T_Result;
19
+ export declare namespace _T_Error {
20
+ namespace CONTEXT {
21
+ }
22
+ type CONTEXT = _i_in._T_Error;
23
+ namespace PARAMS {
24
+ namespace value_serializers {
25
+ }
26
+ type value_serializers = _i_vs._T_Value_Serializers;
27
+ }
28
+ type RESULT = string;
29
+ }
30
+ export declare namespace _T_Parameters {
31
+ namespace CONTEXT {
32
+ }
33
+ type CONTEXT = _i_in._T_Parameters;
34
+ namespace PARAMS {
35
+ namespace value_serializers {
36
+ }
37
+ type value_serializers = _i_vs._T_Value_Serializers;
38
+ }
39
+ type RESULT = string;
40
+ }
41
+ export declare namespace _T_Path {
42
+ namespace CONTEXT {
43
+ }
44
+ type CONTEXT = _i_in._T_Path;
45
+ namespace PARAMS {
46
+ namespace value_serializers {
47
+ }
48
+ type value_serializers = _i_vs._T_Value_Serializers;
49
+ }
50
+ type RESULT = string;
51
+ }
52
+ export declare namespace _T_Result {
53
+ namespace CONTEXT {
54
+ }
55
+ type CONTEXT = _i_in._T_Result;
56
+ namespace PARAMS {
57
+ namespace value_serializers {
58
+ }
59
+ type value_serializers = _i_vs._T_Value_Serializers;
60
+ }
61
+ type RESULT = string;
62
+ }
63
+ export declare namespace Error {
64
+ namespace CONTEXT {
65
+ }
66
+ type CONTEXT = _i_in._T_Error;
67
+ namespace PARAMS {
68
+ namespace value_serializers {
69
+ }
70
+ type value_serializers = _i_vs._T_Value_Serializers;
71
+ }
72
+ type RESULT = string;
73
+ }
74
+ export declare namespace Parameters {
75
+ namespace CONTEXT {
76
+ }
77
+ type CONTEXT = _i_in._T_Parameters;
78
+ namespace PARAMS {
79
+ namespace value_serializers {
80
+ }
81
+ type value_serializers = _i_vs._T_Value_Serializers;
82
+ }
83
+ type RESULT = string;
84
+ }
85
+ export declare namespace Path {
86
+ namespace CONTEXT {
87
+ }
88
+ type CONTEXT = _i_in._T_Path;
89
+ namespace PARAMS {
90
+ namespace value_serializers {
91
+ }
92
+ type value_serializers = _i_vs._T_Value_Serializers;
93
+ }
94
+ type RESULT = string;
95
+ }
96
+ export declare namespace Result {
97
+ namespace CONTEXT {
98
+ }
99
+ type CONTEXT = _i_in._T_Result;
100
+ namespace PARAMS {
101
+ namespace value_serializers {
102
+ }
103
+ type value_serializers = _i_vs._T_Value_Serializers;
104
+ }
105
+ type RESULT = string;
106
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvcmVhZF9maWxlL3NlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,9 +1,9 @@
1
1
  import * as _i_in from "../../core/astn_source";
2
2
  import * as _i_out from "./data_types/target";
3
3
  import * as _i_vd from "./value_deserializers";
4
- export type _T_Errors = ($$_: _i_in._T_Value, $$_p: {
4
+ export type _T_Error = ($$_: _i_in._T_Value, $$_p: {
5
5
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
- }) => _i_out._T_Errors;
6
+ }) => _i_out._T_Error;
7
7
  export type _T_Parameters = ($$_: _i_in._T_Value, $$_p: {
8
8
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
9
  }) => _i_out._T_Parameters;
@@ -13,11 +13,11 @@ export type _T_Path = ($$_: _i_in._T_Value, $$_p: {
13
13
  export type _T_Result = ($$_: _i_in._T_Value, $$_p: {
14
14
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
15
15
  }) => _i_out._T_Result;
16
- export type Errors = _T_Errors;
16
+ export type Error = _T_Error;
17
17
  export type Parameters = _T_Parameters;
18
18
  export type Path = _T_Path;
19
19
  export type Result = _T_Result;
20
- export declare namespace _T_Errors {
20
+ export declare namespace _T_Error {
21
21
  namespace CONTEXT {
22
22
  }
23
23
  type CONTEXT = _i_in._T_Value;
@@ -28,7 +28,7 @@ export declare namespace _T_Errors {
28
28
  }
29
29
  namespace RESULT {
30
30
  }
31
- type RESULT = _i_out._T_Errors;
31
+ type RESULT = _i_out._T_Error;
32
32
  }
33
33
  export declare namespace _T_Parameters {
34
34
  namespace CONTEXT {
@@ -69,7 +69,7 @@ export declare namespace _T_Result {
69
69
  }
70
70
  type RESULT = _i_out._T_Result;
71
71
  }
72
- export declare namespace Errors {
72
+ export declare namespace Error {
73
73
  namespace CONTEXT {
74
74
  }
75
75
  type CONTEXT = _i_in._T_Value;
@@ -80,7 +80,7 @@ export declare namespace Errors {
80
80
  }
81
81
  namespace RESULT {
82
82
  }
83
- type RESULT = _i_out._T_Errors;
83
+ type RESULT = _i_out._T_Error;
84
84
  }
85
85
  export declare namespace Parameters {
86
86
  namespace CONTEXT {
@@ -1,5 +1,5 @@
1
1
  import * as _i_core from "../../../core/resolved";
2
- export type _T_Errors = _i_core._T_State_Group<null, readonly ['node does not exist', null] | readonly ['permission denied', null]>;
2
+ export type _T_Error = _i_core._T_State_Group<null, readonly ['node does not exist', null] | readonly ['permission denied', null]>;
3
3
  export type _T_Parameters = {
4
4
  readonly 'error if not exists': boolean;
5
5
  readonly 'path': _T_Path;
@@ -8,10 +8,10 @@ export type _T_Path = {
8
8
  readonly 'escape spaces in path': boolean;
9
9
  readonly 'path': string;
10
10
  };
11
- export type Errors = _T_Errors;
11
+ export type Error = _T_Error;
12
12
  export type Parameters = _T_Parameters;
13
13
  export type Path = _T_Path;
14
- export declare namespace _T_Errors {
14
+ export declare namespace _T_Error {
15
15
  namespace SG {
16
16
  type node_does_not_exist = null;
17
17
  type permission_denied = null;
@@ -28,7 +28,7 @@ export declare namespace _T_Path {
28
28
  type escape_spaces_in_path = boolean;
29
29
  type path = string;
30
30
  }
31
- export declare namespace Errors {
31
+ export declare namespace Error {
32
32
  namespace SG {
33
33
  type node_does_not_exist = null;
34
34
  type permission_denied = null;
@@ -1,5 +1,5 @@
1
1
  import * as _i_core from "../../../core/unconstrained";
2
- export type _T_Errors = _i_core._T_State_Group<null, readonly ['node does not exist', null] | readonly ['permission denied', null]>;
2
+ export type _T_Error = _i_core._T_State_Group<null, readonly ['node does not exist', null] | readonly ['permission denied', null]>;
3
3
  export type _T_Parameters = {
4
4
  readonly 'error if not exists': boolean;
5
5
  readonly 'path': _T_Path;
@@ -8,10 +8,10 @@ export type _T_Path = {
8
8
  readonly 'escape spaces in path': boolean;
9
9
  readonly 'path': string;
10
10
  };
11
- export type Errors = _T_Errors;
11
+ export type Error = _T_Error;
12
12
  export type Parameters = _T_Parameters;
13
13
  export type Path = _T_Path;
14
- export declare namespace _T_Errors {
14
+ export declare namespace _T_Error {
15
15
  namespace SG {
16
16
  type node_does_not_exist = null;
17
17
  type permission_denied = null;
@@ -28,7 +28,7 @@ export declare namespace _T_Path {
28
28
  type escape_spaces_in_path = boolean;
29
29
  type path = string;
30
30
  }
31
- export declare namespace Errors {
31
+ export declare namespace Error {
32
32
  namespace SG {
33
33
  type node_does_not_exist = null;
34
34
  type permission_denied = null;
@@ -0,0 +1,80 @@
1
+ import * as _i_out from "./data_types/target";
2
+ import * as _i_vd from "./value_deserializers";
3
+ export type _T_Error = ($$_: string, $$_p: {
4
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
5
+ }) => _i_out._T_Error;
6
+ export type _T_Parameters = ($$_: string, $$_p: {
7
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
8
+ }) => _i_out._T_Parameters;
9
+ export type _T_Path = ($$_: string, $$_p: {
10
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
11
+ }) => _i_out._T_Path;
12
+ export type Error = _T_Error;
13
+ export type Parameters = _T_Parameters;
14
+ export type Path = _T_Path;
15
+ export declare namespace _T_Error {
16
+ type CONTEXT = string;
17
+ namespace PARAMS {
18
+ namespace value_deserializers {
19
+ }
20
+ type value_deserializers = _i_vd._T_Value_Deserializers;
21
+ }
22
+ namespace RESULT {
23
+ }
24
+ type RESULT = _i_out._T_Error;
25
+ }
26
+ export declare namespace _T_Parameters {
27
+ type CONTEXT = string;
28
+ namespace PARAMS {
29
+ namespace value_deserializers {
30
+ }
31
+ type value_deserializers = _i_vd._T_Value_Deserializers;
32
+ }
33
+ namespace RESULT {
34
+ }
35
+ type RESULT = _i_out._T_Parameters;
36
+ }
37
+ export declare namespace _T_Path {
38
+ type CONTEXT = string;
39
+ namespace PARAMS {
40
+ namespace value_deserializers {
41
+ }
42
+ type value_deserializers = _i_vd._T_Value_Deserializers;
43
+ }
44
+ namespace RESULT {
45
+ }
46
+ type RESULT = _i_out._T_Path;
47
+ }
48
+ export declare namespace Error {
49
+ type CONTEXT = string;
50
+ namespace PARAMS {
51
+ namespace value_deserializers {
52
+ }
53
+ type value_deserializers = _i_vd._T_Value_Deserializers;
54
+ }
55
+ namespace RESULT {
56
+ }
57
+ type RESULT = _i_out._T_Error;
58
+ }
59
+ export declare namespace Parameters {
60
+ type CONTEXT = string;
61
+ namespace PARAMS {
62
+ namespace value_deserializers {
63
+ }
64
+ type value_deserializers = _i_vd._T_Value_Deserializers;
65
+ }
66
+ namespace RESULT {
67
+ }
68
+ type RESULT = _i_out._T_Parameters;
69
+ }
70
+ export declare namespace Path {
71
+ type CONTEXT = string;
72
+ namespace PARAMS {
73
+ namespace value_deserializers {
74
+ }
75
+ type value_deserializers = _i_vd._T_Value_Deserializers;
76
+ }
77
+ namespace RESULT {
78
+ }
79
+ type RESULT = _i_out._T_Path;
80
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9yZW1vdmUvZGVzZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,7 +1,7 @@
1
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
- export type _T_Errors = ($$_: _i_in._T_Errors, $$_p: {
4
+ export type _T_Error = ($$_: _i_in._T_Error, $$_p: {
5
5
  readonly 'value serializers': _i_vs._T_Value_Serializers;
6
6
  }) => _i_out._T_Value;
7
7
  export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: {
@@ -10,13 +10,13 @@ export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: {
10
10
  export type _T_Path = ($$_: _i_in._T_Path, $$_p: {
11
11
  readonly 'value serializers': _i_vs._T_Value_Serializers;
12
12
  }) => _i_out._T_Value;
13
- export type Errors = _T_Errors;
13
+ export type Error = _T_Error;
14
14
  export type Parameters = _T_Parameters;
15
15
  export type Path = _T_Path;
16
- export declare namespace _T_Errors {
16
+ export declare namespace _T_Error {
17
17
  namespace CONTEXT {
18
18
  }
19
- type CONTEXT = _i_in._T_Errors;
19
+ type CONTEXT = _i_in._T_Error;
20
20
  namespace PARAMS {
21
21
  namespace value_serializers {
22
22
  }
@@ -52,10 +52,10 @@ export declare namespace _T_Path {
52
52
  }
53
53
  type RESULT = _i_out._T_Value;
54
54
  }
55
- export declare namespace Errors {
55
+ export declare namespace Error {
56
56
  namespace CONTEXT {
57
57
  }
58
- type CONTEXT = _i_in._T_Errors;
58
+ type CONTEXT = _i_in._T_Error;
59
59
  namespace PARAMS {
60
60
  namespace value_serializers {
61
61
  }
@@ -1,20 +1,20 @@
1
1
  import * as _i_in from "./data_types/source";
2
2
  import * as _i_out from "./data_types/target";
3
- export type _T_Errors = ($$_: _i_in._T_Errors, $$_p: null) => _i_out._T_Errors;
3
+ export type _T_Error = ($$_: _i_in._T_Error, $$_p: null) => _i_out._T_Error;
4
4
  export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: null) => _i_out._T_Parameters;
5
5
  export type _T_Path = ($$_: _i_in._T_Path, $$_p: null) => _i_out._T_Path;
6
- export type Errors = _T_Errors;
6
+ export type Error = _T_Error;
7
7
  export type Parameters = _T_Parameters;
8
8
  export type Path = _T_Path;
9
- export declare namespace _T_Errors {
9
+ export declare namespace _T_Error {
10
10
  namespace CONTEXT {
11
11
  }
12
- type CONTEXT = _i_in._T_Errors;
12
+ type CONTEXT = _i_in._T_Error;
13
13
  namespace PARAMS {
14
14
  }
15
15
  namespace RESULT {
16
16
  }
17
- type RESULT = _i_out._T_Errors;
17
+ type RESULT = _i_out._T_Error;
18
18
  }
19
19
  export declare namespace _T_Parameters {
20
20
  namespace CONTEXT {
@@ -36,15 +36,15 @@ export declare namespace _T_Path {
36
36
  }
37
37
  type RESULT = _i_out._T_Path;
38
38
  }
39
- export declare namespace Errors {
39
+ export declare namespace Error {
40
40
  namespace CONTEXT {
41
41
  }
42
- type CONTEXT = _i_in._T_Errors;
42
+ type CONTEXT = _i_in._T_Error;
43
43
  namespace PARAMS {
44
44
  }
45
45
  namespace RESULT {
46
46
  }
47
- type RESULT = _i_out._T_Errors;
47
+ type RESULT = _i_out._T_Error;
48
48
  }
49
49
  export declare namespace Parameters {
50
50
  namespace CONTEXT {