pareto-resources 0.1.0 → 0.1.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 (647) hide show
  1. package/dist/globals.d.ts +26 -0
  2. package/dist/globals.js +2 -0
  3. package/dist/implementation/generated/pareto/generic/parse/ast.d.ts +10 -0
  4. package/dist/implementation/generated/pareto/generic/parse/ast.js +245 -0
  5. package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.d.ts +16 -0
  6. package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.js +47 -0
  7. package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +5 -0
  8. package/dist/implementation/generated/pareto/generic/parse/parse.js +55 -0
  9. package/dist/implementation/generated/pareto/generic/parse/string_iterator.d.ts +40 -0
  10. package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +109 -0
  11. package/dist/implementation/generated/pareto/generic/parse/token.d.ts +10 -0
  12. package/dist/implementation/generated/pareto/generic/parse/token.js +519 -0
  13. package/dist/implementation/generated/pareto/generic/resolve.d.ts +109 -0
  14. package/dist/implementation/generated/pareto/generic/resolve.js +277 -0
  15. package/dist/implementation/generated/pareto/generic/serialize.d.ts +4 -0
  16. package/dist/implementation/generated/pareto/generic/serialize.js +93 -0
  17. package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +42 -0
  18. package/dist/implementation/generated/pareto/generic/unmarshall.js +247 -0
  19. package/dist/implementation/generated/pareto/schemas/copy/deserialize.d.ts +3 -0
  20. package/dist/implementation/generated/pareto/schemas/copy/deserialize.js +32 -0
  21. package/dist/implementation/generated/pareto/schemas/copy/marshall.d.ts +3 -0
  22. package/dist/implementation/generated/pareto/schemas/copy/marshall.js +78 -0
  23. package/dist/implementation/generated/pareto/schemas/copy/serialize.d.ts +3 -0
  24. package/dist/implementation/generated/pareto/schemas/copy/serialize.js +37 -0
  25. package/dist/implementation/generated/pareto/schemas/copy/unmarshall.d.ts +3 -0
  26. package/dist/implementation/generated/pareto/schemas/copy/unmarshall.js +82 -0
  27. package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/deserialize.d.ts +3 -0
  28. package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/deserialize.js +32 -0
  29. package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/marshall.d.ts +3 -0
  30. package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/marshall.js +67 -0
  31. package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/serialize.d.ts +3 -0
  32. package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/serialize.js +37 -0
  33. package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/unmarshall.d.ts +3 -0
  34. package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/unmarshall.js +68 -0
  35. package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/deserialize.d.ts +4 -0
  36. package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/deserialize.js +34 -0
  37. package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/marshall.d.ts +4 -0
  38. package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/marshall.js +74 -0
  39. package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/serialize.d.ts +4 -0
  40. package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/serialize.js +41 -0
  41. package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/unmarshall.d.ts +4 -0
  42. package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/unmarshall.js +76 -0
  43. package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/deserialize.d.ts +3 -0
  44. package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/deserialize.js +32 -0
  45. package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/marshall.d.ts +3 -0
  46. package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/marshall.js +71 -0
  47. package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/serialize.d.ts +3 -0
  48. package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/serialize.js +37 -0
  49. package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/unmarshall.d.ts +3 -0
  50. package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/unmarshall.js +71 -0
  51. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/deserialize.d.ts +3 -0
  52. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/deserialize.js +32 -0
  53. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/marshall.d.ts +3 -0
  54. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/marshall.js +63 -0
  55. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/serialize.d.ts +3 -0
  56. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/serialize.js +37 -0
  57. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/unmarshall.d.ts +3 -0
  58. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/unmarshall.js +65 -0
  59. package/dist/implementation/generated/pareto/schemas/execute_query_executable/deserialize.d.ts +4 -0
  60. package/dist/implementation/generated/pareto/schemas/execute_query_executable/deserialize.js +34 -0
  61. package/dist/implementation/generated/pareto/schemas/execute_query_executable/marshall.d.ts +4 -0
  62. package/dist/implementation/generated/pareto/schemas/execute_query_executable/marshall.js +70 -0
  63. package/dist/implementation/generated/pareto/schemas/execute_query_executable/serialize.d.ts +4 -0
  64. package/dist/implementation/generated/pareto/schemas/execute_query_executable/serialize.js +41 -0
  65. package/dist/implementation/generated/pareto/schemas/execute_query_executable/unmarshall.d.ts +4 -0
  66. package/dist/implementation/generated/pareto/schemas/execute_query_executable/unmarshall.js +73 -0
  67. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.d.ts +4 -0
  68. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.js +34 -0
  69. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/marshall.d.ts +4 -0
  70. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/marshall.js +88 -0
  71. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/serialize.d.ts +4 -0
  72. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/serialize.js +41 -0
  73. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/unmarshall.d.ts +4 -0
  74. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/unmarshall.js +83 -0
  75. package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/deserialize.d.ts +3 -0
  76. package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/deserialize.js +32 -0
  77. package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/marshall.d.ts +3 -0
  78. package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/marshall.js +67 -0
  79. package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/serialize.d.ts +3 -0
  80. package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/serialize.js +37 -0
  81. package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/unmarshall.d.ts +3 -0
  82. package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/unmarshall.js +68 -0
  83. package/dist/implementation/generated/pareto/schemas/get_instream_data/deserialize.d.ts +3 -0
  84. package/dist/implementation/generated/pareto/schemas/get_instream_data/deserialize.js +32 -0
  85. package/dist/implementation/generated/pareto/schemas/get_instream_data/marshall.d.ts +3 -0
  86. package/dist/implementation/generated/pareto/schemas/get_instream_data/marshall.js +11 -0
  87. package/dist/implementation/generated/pareto/schemas/get_instream_data/serialize.d.ts +3 -0
  88. package/dist/implementation/generated/pareto/schemas/get_instream_data/serialize.js +37 -0
  89. package/dist/implementation/generated/pareto/schemas/get_instream_data/unmarshall.d.ts +3 -0
  90. package/dist/implementation/generated/pareto/schemas/get_instream_data/unmarshall.js +32 -0
  91. package/dist/implementation/generated/pareto/schemas/log/deserialize.d.ts +2 -0
  92. package/dist/implementation/generated/pareto/schemas/log/deserialize.js +30 -0
  93. package/dist/implementation/generated/pareto/schemas/log/marshall.d.ts +2 -0
  94. package/dist/implementation/generated/pareto/schemas/log/marshall.js +35 -0
  95. package/dist/implementation/generated/pareto/schemas/log/serialize.d.ts +2 -0
  96. package/dist/implementation/generated/pareto/schemas/log/serialize.js +33 -0
  97. package/dist/implementation/generated/pareto/schemas/log/unmarshall.d.ts +2 -0
  98. package/dist/implementation/generated/pareto/schemas/log/unmarshall.js +39 -0
  99. package/dist/implementation/generated/pareto/schemas/log_error/deserialize.d.ts +2 -0
  100. package/dist/implementation/generated/pareto/schemas/log_error/deserialize.js +30 -0
  101. package/dist/implementation/generated/pareto/schemas/log_error/marshall.d.ts +2 -0
  102. package/dist/implementation/generated/pareto/schemas/log_error/marshall.js +35 -0
  103. package/dist/implementation/generated/pareto/schemas/log_error/serialize.d.ts +2 -0
  104. package/dist/implementation/generated/pareto/schemas/log_error/serialize.js +33 -0
  105. package/dist/implementation/generated/pareto/schemas/log_error/unmarshall.d.ts +2 -0
  106. package/dist/implementation/generated/pareto/schemas/log_error/unmarshall.js +39 -0
  107. package/dist/implementation/generated/pareto/schemas/make_directory/deserialize.d.ts +3 -0
  108. package/dist/implementation/generated/pareto/schemas/make_directory/deserialize.js +32 -0
  109. package/dist/implementation/generated/pareto/schemas/make_directory/marshall.d.ts +3 -0
  110. package/dist/implementation/generated/pareto/schemas/make_directory/marshall.js +47 -0
  111. package/dist/implementation/generated/pareto/schemas/make_directory/serialize.d.ts +3 -0
  112. package/dist/implementation/generated/pareto/schemas/make_directory/serialize.js +37 -0
  113. package/dist/implementation/generated/pareto/schemas/make_directory/unmarshall.d.ts +3 -0
  114. package/dist/implementation/generated/pareto/schemas/make_directory/unmarshall.js +41 -0
  115. package/dist/implementation/generated/pareto/schemas/path/deserialize.d.ts +7 -0
  116. package/dist/implementation/generated/pareto/schemas/path/deserialize.js +40 -0
  117. package/dist/implementation/generated/pareto/schemas/path/marshall.d.ts +7 -0
  118. package/dist/implementation/generated/pareto/schemas/path/marshall.js +110 -0
  119. package/dist/implementation/generated/pareto/schemas/path/serialize.d.ts +7 -0
  120. package/dist/implementation/generated/pareto/schemas/path/serialize.js +53 -0
  121. package/dist/implementation/generated/pareto/schemas/path/unmarshall.d.ts +7 -0
  122. package/dist/implementation/generated/pareto/schemas/path/unmarshall.js +107 -0
  123. package/dist/implementation/generated/pareto/schemas/read_directory/deserialize.d.ts +5 -0
  124. package/dist/implementation/generated/pareto/schemas/read_directory/deserialize.js +36 -0
  125. package/dist/implementation/generated/pareto/schemas/read_directory/marshall.d.ts +5 -0
  126. package/dist/implementation/generated/pareto/schemas/read_directory/marshall.js +79 -0
  127. package/dist/implementation/generated/pareto/schemas/read_directory/serialize.d.ts +5 -0
  128. package/dist/implementation/generated/pareto/schemas/read_directory/serialize.js +45 -0
  129. package/dist/implementation/generated/pareto/schemas/read_directory/unmarshall.d.ts +5 -0
  130. package/dist/implementation/generated/pareto/schemas/read_directory/unmarshall.js +77 -0
  131. package/dist/implementation/generated/pareto/schemas/read_file/deserialize.d.ts +4 -0
  132. package/dist/implementation/generated/pareto/schemas/read_file/deserialize.js +34 -0
  133. package/dist/implementation/generated/pareto/schemas/read_file/marshall.d.ts +4 -0
  134. package/dist/implementation/generated/pareto/schemas/read_file/marshall.js +64 -0
  135. package/dist/implementation/generated/pareto/schemas/read_file/serialize.d.ts +4 -0
  136. package/dist/implementation/generated/pareto/schemas/read_file/serialize.js +41 -0
  137. package/dist/implementation/generated/pareto/schemas/read_file/unmarshall.d.ts +4 -0
  138. package/dist/implementation/generated/pareto/schemas/read_file/unmarshall.js +46 -0
  139. package/dist/implementation/generated/pareto/schemas/remove/deserialize.d.ts +3 -0
  140. package/dist/implementation/generated/pareto/schemas/remove/deserialize.js +32 -0
  141. package/dist/implementation/generated/pareto/schemas/remove/marshall.d.ts +3 -0
  142. package/dist/implementation/generated/pareto/schemas/remove/marshall.js +53 -0
  143. package/dist/implementation/generated/pareto/schemas/remove/serialize.d.ts +3 -0
  144. package/dist/implementation/generated/pareto/schemas/remove/serialize.js +37 -0
  145. package/dist/implementation/generated/pareto/schemas/remove/unmarshall.d.ts +3 -0
  146. package/dist/implementation/generated/pareto/schemas/remove/unmarshall.js +52 -0
  147. package/dist/implementation/generated/pareto/schemas/stat/deserialize.d.ts +5 -0
  148. package/dist/implementation/generated/pareto/schemas/stat/deserialize.js +36 -0
  149. package/dist/implementation/generated/pareto/schemas/stat/marshall.d.ts +5 -0
  150. package/dist/implementation/generated/pareto/schemas/stat/marshall.js +61 -0
  151. package/dist/implementation/generated/pareto/schemas/stat/serialize.d.ts +5 -0
  152. package/dist/implementation/generated/pareto/schemas/stat/serialize.js +45 -0
  153. package/dist/implementation/generated/pareto/schemas/stat/unmarshall.d.ts +5 -0
  154. package/dist/implementation/generated/pareto/schemas/stat/unmarshall.js +51 -0
  155. package/dist/implementation/generated/pareto/schemas/write_file/deserialize.d.ts +3 -0
  156. package/dist/implementation/generated/pareto/schemas/write_file/deserialize.js +32 -0
  157. package/dist/implementation/generated/pareto/schemas/write_file/marshall.d.ts +3 -0
  158. package/dist/implementation/generated/pareto/schemas/write_file/marshall.js +49 -0
  159. package/dist/implementation/generated/pareto/schemas/write_file/serialize.d.ts +3 -0
  160. package/dist/implementation/generated/pareto/schemas/write_file/serialize.js +37 -0
  161. package/dist/implementation/generated/pareto/schemas/write_file/unmarshall.d.ts +3 -0
  162. package/dist/implementation/generated/pareto/schemas/write_file/unmarshall.js +49 -0
  163. package/dist/implementation/generated/pareto/schemas/write_to_stderr/deserialize.d.ts +2 -0
  164. package/dist/implementation/generated/pareto/schemas/write_to_stderr/deserialize.js +30 -0
  165. package/dist/implementation/generated/pareto/schemas/write_to_stderr/marshall.d.ts +2 -0
  166. package/dist/implementation/generated/pareto/schemas/write_to_stderr/marshall.js +9 -0
  167. package/dist/implementation/generated/pareto/schemas/write_to_stderr/serialize.d.ts +2 -0
  168. package/dist/implementation/generated/pareto/schemas/write_to_stderr/serialize.js +33 -0
  169. package/dist/implementation/generated/pareto/schemas/write_to_stderr/unmarshall.d.ts +2 -0
  170. package/dist/implementation/generated/pareto/schemas/write_to_stderr/unmarshall.js +30 -0
  171. package/dist/implementation/generated/pareto/schemas/write_to_stdout/deserialize.d.ts +2 -0
  172. package/dist/implementation/generated/pareto/schemas/write_to_stdout/deserialize.js +30 -0
  173. package/dist/implementation/generated/pareto/schemas/write_to_stdout/marshall.d.ts +2 -0
  174. package/dist/implementation/generated/pareto/schemas/write_to_stdout/marshall.js +9 -0
  175. package/dist/implementation/generated/pareto/schemas/write_to_stdout/serialize.d.ts +2 -0
  176. package/dist/implementation/generated/pareto/schemas/write_to_stdout/serialize.js +33 -0
  177. package/dist/implementation/generated/pareto/schemas/write_to_stdout/unmarshall.d.ts +2 -0
  178. package/dist/implementation/generated/pareto/schemas/write_to_stdout/unmarshall.js +30 -0
  179. package/dist/implementation/manual/commands/write_directory_content.d.ts +2 -0
  180. package/dist/implementation/manual/commands/write_directory_content.js +52 -0
  181. package/dist/implementation/manual/queries/read_directory_content.d.ts +2 -0
  182. package/dist/implementation/manual/queries/read_directory_content.js +46 -0
  183. package/dist/implementation/manual/schemas/context_path/deserializers.d.ts +2 -0
  184. package/dist/implementation/manual/schemas/context_path/deserializers.js +34 -0
  185. package/dist/implementation/manual/schemas/context_path/refiners/non_normalized_path.d.ts +3 -0
  186. package/dist/implementation/manual/schemas/context_path/refiners/non_normalized_path.js +66 -0
  187. package/dist/implementation/manual/schemas/directory_content/transformers/fountain_pen.d.ts +10 -0
  188. package/dist/implementation/manual/schemas/directory_content/transformers/fountain_pen.js +57 -0
  189. package/dist/implementation/manual/schemas/execute_command_executable/transformers/fountain_pen.d.ts +7 -0
  190. package/dist/implementation/manual/schemas/execute_command_executable/transformers/fountain_pen.js +55 -0
  191. package/dist/implementation/manual/schemas/execute_query_executable/transformers/fountain_pen.d.ts +7 -0
  192. package/dist/implementation/manual/schemas/execute_query_executable/transformers/fountain_pen.js +56 -0
  193. package/dist/implementation/manual/schemas/execute_smelly_command_executable/transformers/fountain_pen.d.ts +5 -0
  194. package/dist/implementation/manual/schemas/execute_smelly_command_executable/transformers/fountain_pen.js +59 -0
  195. package/dist/implementation/manual/schemas/make_directory/transformers/fountain_pen.d.ts +5 -0
  196. package/dist/implementation/manual/schemas/make_directory/transformers/fountain_pen.js +39 -0
  197. package/dist/implementation/manual/schemas/node_path/deserializers.d.ts +10 -0
  198. package/dist/implementation/manual/schemas/node_path/deserializers.js +34 -0
  199. package/dist/implementation/manual/schemas/node_path/refiners/non_normalized_path.d.ts +10 -0
  200. package/dist/implementation/manual/schemas/node_path/refiners/non_normalized_path.js +85 -0
  201. package/dist/implementation/manual/schemas/non_normalized_path/deserializers.d.ts +2 -0
  202. package/dist/implementation/manual/schemas/non_normalized_path/deserializers.js +86 -0
  203. package/dist/implementation/manual/schemas/path/serializers.d.ts +3 -0
  204. package/dist/implementation/manual/schemas/path/serializers.js +60 -0
  205. package/dist/implementation/manual/schemas/path/transformers/path.d.ts +9 -0
  206. package/dist/implementation/manual/schemas/path/transformers/path.js +31 -0
  207. package/dist/implementation/manual/schemas/read_directory/transformers/fountain_pen.d.ts +7 -0
  208. package/dist/implementation/manual/schemas/read_directory/transformers/fountain_pen.js +37 -0
  209. package/dist/implementation/manual/schemas/read_file/transformers/fountain_pen.d.ts +5 -0
  210. package/dist/implementation/manual/schemas/read_file/transformers/fountain_pen.js +43 -0
  211. package/dist/implementation/manual/schemas/remove/transformers/fountain_pen.d.ts +5 -0
  212. package/dist/implementation/manual/schemas/remove/transformers/fountain_pen.js +39 -0
  213. package/dist/implementation/manual/schemas/write_file/transformers/fountain_pen.d.ts +5 -0
  214. package/dist/implementation/manual/schemas/write_file/transformers/fountain_pen.js +38 -0
  215. package/dist/implementation/temp/temp_core.d.ts +10 -0
  216. package/dist/implementation/temp/temp_core.js +73 -0
  217. package/dist/index.d.ts +1 -0
  218. package/dist/index.js +5 -0
  219. package/dist/interface/generated/pareto/core/astn_source.d.ts +123 -0
  220. package/dist/interface/generated/pareto/core/astn_source.js +3 -0
  221. package/dist/interface/generated/pareto/core/astn_target.d.ts +186 -0
  222. package/dist/interface/generated/pareto/core/astn_target.js +3 -0
  223. package/dist/interface/generated/pareto/core/parse_result.d.ts +25 -0
  224. package/dist/interface/generated/pareto/core/parse_result.js +3 -0
  225. package/dist/interface/generated/pareto/core/resolve.d.ts +14 -0
  226. package/dist/interface/generated/pareto/core/resolve.js +3 -0
  227. package/dist/interface/generated/pareto/core/resolved.d.ts +117 -0
  228. package/dist/interface/generated/pareto/core/resolved.js +3 -0
  229. package/dist/interface/generated/pareto/core/token.d.ts +49 -0
  230. package/dist/interface/generated/pareto/core/token.js +3 -0
  231. package/dist/interface/generated/pareto/core/unconstrained.d.ts +19 -0
  232. package/dist/interface/generated/pareto/core/unconstrained.js +3 -0
  233. package/dist/interface/generated/pareto/core/unresolved.d.ts +181 -0
  234. package/dist/interface/generated/pareto/core/unresolved.js +3 -0
  235. package/dist/interface/generated/pareto/schemas/copy/data_types/resolve.d.ts +1 -0
  236. package/dist/interface/generated/pareto/schemas/copy/data_types/resolve.js +7 -0
  237. package/dist/interface/generated/pareto/schemas/copy/data_types/source.d.ts +89 -0
  238. package/dist/interface/generated/pareto/schemas/copy/data_types/source.js +3 -0
  239. package/dist/interface/generated/pareto/schemas/copy/data_types/target.d.ts +89 -0
  240. package/dist/interface/generated/pareto/schemas/copy/data_types/target.js +3 -0
  241. package/dist/interface/generated/pareto/schemas/copy/deserialize.d.ts +54 -0
  242. package/dist/interface/generated/pareto/schemas/copy/deserialize.js +3 -0
  243. package/dist/interface/generated/pareto/schemas/copy/marshall.d.ts +63 -0
  244. package/dist/interface/generated/pareto/schemas/copy/marshall.js +3 -0
  245. package/dist/interface/generated/pareto/schemas/copy/migrate_boilerplate.d.ts +46 -0
  246. package/dist/interface/generated/pareto/schemas/copy/migrate_boilerplate.js +3 -0
  247. package/dist/interface/generated/pareto/schemas/copy/serialize.d.ts +54 -0
  248. package/dist/interface/generated/pareto/schemas/copy/serialize.js +3 -0
  249. package/dist/interface/generated/pareto/schemas/copy/unmarshall.d.ts +63 -0
  250. package/dist/interface/generated/pareto/schemas/copy/unmarshall.js +3 -0
  251. package/dist/interface/generated/pareto/schemas/copy/value_deserializers.d.ts +44 -0
  252. package/dist/interface/generated/pareto/schemas/copy/value_deserializers.js +3 -0
  253. package/dist/interface/generated/pareto/schemas/copy/value_serializers.d.ts +44 -0
  254. package/dist/interface/generated/pareto/schemas/copy/value_serializers.js +3 -0
  255. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/resolve.d.ts +1 -0
  256. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/resolve.js +7 -0
  257. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/source.d.ts +100 -0
  258. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/source.js +3 -0
  259. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/target.d.ts +100 -0
  260. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/target.js +3 -0
  261. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/deserialize.d.ts +54 -0
  262. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/deserialize.js +3 -0
  263. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/marshall.d.ts +63 -0
  264. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/marshall.js +3 -0
  265. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/migrate_boilerplate.d.ts +46 -0
  266. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/migrate_boilerplate.js +3 -0
  267. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/serialize.d.ts +54 -0
  268. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/serialize.js +3 -0
  269. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/unmarshall.d.ts +63 -0
  270. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/unmarshall.js +3 -0
  271. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/value_deserializers.d.ts +44 -0
  272. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/value_deserializers.js +3 -0
  273. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/value_serializers.d.ts +44 -0
  274. package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/value_serializers.js +3 -0
  275. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/resolve.d.ts +1 -0
  276. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/resolve.js +7 -0
  277. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/source.d.ts +110 -0
  278. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/source.js +3 -0
  279. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/target.d.ts +110 -0
  280. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/target.js +3 -0
  281. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/deserialize.d.ts +80 -0
  282. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/deserialize.js +3 -0
  283. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/marshall.d.ts +93 -0
  284. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/marshall.js +3 -0
  285. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/migrate_boilerplate.d.ts +68 -0
  286. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/migrate_boilerplate.js +3 -0
  287. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/serialize.d.ts +80 -0
  288. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/serialize.js +3 -0
  289. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/unmarshall.d.ts +93 -0
  290. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/unmarshall.js +3 -0
  291. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/value_deserializers.d.ts +44 -0
  292. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/value_deserializers.js +3 -0
  293. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/value_serializers.d.ts +44 -0
  294. package/dist/interface/generated/pareto/schemas/execute_any_query_executable/value_serializers.js +3 -0
  295. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/resolve.d.ts +1 -0
  296. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/resolve.js +7 -0
  297. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/source.d.ts +107 -0
  298. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/source.js +3 -0
  299. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/target.d.ts +107 -0
  300. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/target.js +3 -0
  301. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/deserialize.d.ts +54 -0
  302. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/deserialize.js +3 -0
  303. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/marshall.d.ts +63 -0
  304. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/marshall.js +3 -0
  305. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/migrate_boilerplate.d.ts +46 -0
  306. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/migrate_boilerplate.js +3 -0
  307. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/serialize.d.ts +54 -0
  308. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/serialize.js +3 -0
  309. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/unmarshall.d.ts +63 -0
  310. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/unmarshall.js +3 -0
  311. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/value_deserializers.d.ts +44 -0
  312. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/value_deserializers.js +3 -0
  313. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/value_serializers.d.ts +44 -0
  314. package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/value_serializers.js +3 -0
  315. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/resolve.d.ts +1 -0
  316. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/resolve.js +7 -0
  317. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/source.d.ts +97 -0
  318. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/source.js +3 -0
  319. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/target.d.ts +97 -0
  320. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/target.js +3 -0
  321. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/deserialize.d.ts +54 -0
  322. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/deserialize.js +3 -0
  323. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/marshall.d.ts +63 -0
  324. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/marshall.js +3 -0
  325. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/migrate_boilerplate.d.ts +46 -0
  326. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/migrate_boilerplate.js +3 -0
  327. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/serialize.d.ts +54 -0
  328. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/serialize.js +3 -0
  329. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/unmarshall.d.ts +63 -0
  330. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/unmarshall.js +3 -0
  331. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/value_deserializers.d.ts +44 -0
  332. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/value_deserializers.js +3 -0
  333. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/value_serializers.d.ts +44 -0
  334. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/value_serializers.js +3 -0
  335. package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/resolve.d.ts +1 -0
  336. package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/resolve.js +7 -0
  337. package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/source.d.ts +107 -0
  338. package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/source.js +3 -0
  339. package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/target.d.ts +107 -0
  340. package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/target.js +3 -0
  341. package/dist/interface/generated/pareto/schemas/execute_query_executable/deserialize.d.ts +80 -0
  342. package/dist/interface/generated/pareto/schemas/execute_query_executable/deserialize.js +3 -0
  343. package/dist/interface/generated/pareto/schemas/execute_query_executable/marshall.d.ts +93 -0
  344. package/dist/interface/generated/pareto/schemas/execute_query_executable/marshall.js +3 -0
  345. package/dist/interface/generated/pareto/schemas/execute_query_executable/migrate_boilerplate.d.ts +68 -0
  346. package/dist/interface/generated/pareto/schemas/execute_query_executable/migrate_boilerplate.js +3 -0
  347. package/dist/interface/generated/pareto/schemas/execute_query_executable/serialize.d.ts +80 -0
  348. package/dist/interface/generated/pareto/schemas/execute_query_executable/serialize.js +3 -0
  349. package/dist/interface/generated/pareto/schemas/execute_query_executable/unmarshall.d.ts +93 -0
  350. package/dist/interface/generated/pareto/schemas/execute_query_executable/unmarshall.js +3 -0
  351. package/dist/interface/generated/pareto/schemas/execute_query_executable/value_deserializers.d.ts +44 -0
  352. package/dist/interface/generated/pareto/schemas/execute_query_executable/value_deserializers.js +3 -0
  353. package/dist/interface/generated/pareto/schemas/execute_query_executable/value_serializers.d.ts +44 -0
  354. package/dist/interface/generated/pareto/schemas/execute_query_executable/value_serializers.js +3 -0
  355. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/data_types/resolve.d.ts +1 -0
  356. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/data_types/resolve.js +7 -0
  357. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/data_types/source.d.ts +145 -0
  358. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/data_types/source.js +3 -0
  359. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/data_types/target.d.ts +145 -0
  360. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/data_types/target.js +3 -0
  361. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.d.ts +80 -0
  362. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.js +3 -0
  363. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/marshall.d.ts +93 -0
  364. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/marshall.js +3 -0
  365. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/migrate_boilerplate.d.ts +68 -0
  366. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/migrate_boilerplate.js +3 -0
  367. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/serialize.d.ts +80 -0
  368. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/serialize.js +3 -0
  369. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/unmarshall.d.ts +93 -0
  370. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/unmarshall.js +3 -0
  371. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/value_deserializers.d.ts +44 -0
  372. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/value_deserializers.js +3 -0
  373. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/value_serializers.d.ts +44 -0
  374. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/value_serializers.js +3 -0
  375. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/resolve.d.ts +1 -0
  376. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/resolve.js +7 -0
  377. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/source.d.ts +104 -0
  378. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/source.js +3 -0
  379. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/target.d.ts +104 -0
  380. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/target.js +3 -0
  381. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/deserialize.d.ts +54 -0
  382. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/deserialize.js +3 -0
  383. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/marshall.d.ts +63 -0
  384. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/marshall.js +3 -0
  385. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/migrate_boilerplate.d.ts +46 -0
  386. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/migrate_boilerplate.js +3 -0
  387. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/serialize.d.ts +54 -0
  388. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/serialize.js +3 -0
  389. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/unmarshall.d.ts +63 -0
  390. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/unmarshall.js +3 -0
  391. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/value_deserializers.d.ts +44 -0
  392. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/value_deserializers.js +3 -0
  393. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/value_serializers.d.ts +44 -0
  394. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/value_serializers.js +3 -0
  395. package/dist/interface/generated/pareto/schemas/get_instream_data/data_types/resolve.d.ts +1 -0
  396. package/dist/interface/generated/pareto/schemas/get_instream_data/data_types/resolve.js +7 -0
  397. package/dist/interface/generated/pareto/schemas/get_instream_data/data_types/source.d.ts +4 -0
  398. package/dist/interface/generated/pareto/schemas/get_instream_data/data_types/source.js +5 -0
  399. package/dist/interface/generated/pareto/schemas/get_instream_data/data_types/target.d.ts +4 -0
  400. package/dist/interface/generated/pareto/schemas/get_instream_data/data_types/target.js +5 -0
  401. package/dist/interface/generated/pareto/schemas/get_instream_data/deserialize.d.ts +54 -0
  402. package/dist/interface/generated/pareto/schemas/get_instream_data/deserialize.js +3 -0
  403. package/dist/interface/generated/pareto/schemas/get_instream_data/marshall.d.ts +63 -0
  404. package/dist/interface/generated/pareto/schemas/get_instream_data/marshall.js +3 -0
  405. package/dist/interface/generated/pareto/schemas/get_instream_data/migrate_boilerplate.d.ts +46 -0
  406. package/dist/interface/generated/pareto/schemas/get_instream_data/migrate_boilerplate.js +3 -0
  407. package/dist/interface/generated/pareto/schemas/get_instream_data/serialize.d.ts +54 -0
  408. package/dist/interface/generated/pareto/schemas/get_instream_data/serialize.js +3 -0
  409. package/dist/interface/generated/pareto/schemas/get_instream_data/unmarshall.d.ts +63 -0
  410. package/dist/interface/generated/pareto/schemas/get_instream_data/unmarshall.js +3 -0
  411. package/dist/interface/generated/pareto/schemas/get_instream_data/value_deserializers.d.ts +44 -0
  412. package/dist/interface/generated/pareto/schemas/get_instream_data/value_deserializers.js +3 -0
  413. package/dist/interface/generated/pareto/schemas/get_instream_data/value_serializers.d.ts +44 -0
  414. package/dist/interface/generated/pareto/schemas/get_instream_data/value_serializers.js +3 -0
  415. package/dist/interface/generated/pareto/schemas/log/data_types/resolve.d.ts +1 -0
  416. package/dist/interface/generated/pareto/schemas/log/data_types/resolve.js +7 -0
  417. package/dist/interface/generated/pareto/schemas/log/data_types/source.d.ts +17 -0
  418. package/dist/interface/generated/pareto/schemas/log/data_types/source.js +3 -0
  419. package/dist/interface/generated/pareto/schemas/log/data_types/target.d.ts +17 -0
  420. package/dist/interface/generated/pareto/schemas/log/data_types/target.js +3 -0
  421. package/dist/interface/generated/pareto/schemas/log/deserialize.d.ts +28 -0
  422. package/dist/interface/generated/pareto/schemas/log/deserialize.js +3 -0
  423. package/dist/interface/generated/pareto/schemas/log/marshall.d.ts +33 -0
  424. package/dist/interface/generated/pareto/schemas/log/marshall.js +3 -0
  425. package/dist/interface/generated/pareto/schemas/log/migrate_boilerplate.d.ts +24 -0
  426. package/dist/interface/generated/pareto/schemas/log/migrate_boilerplate.js +3 -0
  427. package/dist/interface/generated/pareto/schemas/log/serialize.d.ts +28 -0
  428. package/dist/interface/generated/pareto/schemas/log/serialize.js +3 -0
  429. package/dist/interface/generated/pareto/schemas/log/unmarshall.d.ts +33 -0
  430. package/dist/interface/generated/pareto/schemas/log/unmarshall.js +3 -0
  431. package/dist/interface/generated/pareto/schemas/log/value_deserializers.d.ts +44 -0
  432. package/dist/interface/generated/pareto/schemas/log/value_deserializers.js +3 -0
  433. package/dist/interface/generated/pareto/schemas/log/value_serializers.d.ts +44 -0
  434. package/dist/interface/generated/pareto/schemas/log/value_serializers.js +3 -0
  435. package/dist/interface/generated/pareto/schemas/log_error/data_types/resolve.d.ts +1 -0
  436. package/dist/interface/generated/pareto/schemas/log_error/data_types/resolve.js +7 -0
  437. package/dist/interface/generated/pareto/schemas/log_error/data_types/source.d.ts +17 -0
  438. package/dist/interface/generated/pareto/schemas/log_error/data_types/source.js +3 -0
  439. package/dist/interface/generated/pareto/schemas/log_error/data_types/target.d.ts +17 -0
  440. package/dist/interface/generated/pareto/schemas/log_error/data_types/target.js +3 -0
  441. package/dist/interface/generated/pareto/schemas/log_error/deserialize.d.ts +28 -0
  442. package/dist/interface/generated/pareto/schemas/log_error/deserialize.js +3 -0
  443. package/dist/interface/generated/pareto/schemas/log_error/marshall.d.ts +33 -0
  444. package/dist/interface/generated/pareto/schemas/log_error/marshall.js +3 -0
  445. package/dist/interface/generated/pareto/schemas/log_error/migrate_boilerplate.d.ts +24 -0
  446. package/dist/interface/generated/pareto/schemas/log_error/migrate_boilerplate.js +3 -0
  447. package/dist/interface/generated/pareto/schemas/log_error/serialize.d.ts +28 -0
  448. package/dist/interface/generated/pareto/schemas/log_error/serialize.js +3 -0
  449. package/dist/interface/generated/pareto/schemas/log_error/unmarshall.d.ts +33 -0
  450. package/dist/interface/generated/pareto/schemas/log_error/unmarshall.js +3 -0
  451. package/dist/interface/generated/pareto/schemas/log_error/value_deserializers.d.ts +44 -0
  452. package/dist/interface/generated/pareto/schemas/log_error/value_deserializers.js +3 -0
  453. package/dist/interface/generated/pareto/schemas/log_error/value_serializers.d.ts +44 -0
  454. package/dist/interface/generated/pareto/schemas/log_error/value_serializers.js +3 -0
  455. package/dist/interface/generated/pareto/schemas/make_directory/data_types/resolve.d.ts +1 -0
  456. package/dist/interface/generated/pareto/schemas/make_directory/data_types/resolve.js +7 -0
  457. package/dist/interface/generated/pareto/schemas/make_directory/data_types/source.d.ts +24 -0
  458. package/dist/interface/generated/pareto/schemas/make_directory/data_types/source.js +3 -0
  459. package/dist/interface/generated/pareto/schemas/make_directory/data_types/target.d.ts +24 -0
  460. package/dist/interface/generated/pareto/schemas/make_directory/data_types/target.js +3 -0
  461. package/dist/interface/generated/pareto/schemas/make_directory/deserialize.d.ts +54 -0
  462. package/dist/interface/generated/pareto/schemas/make_directory/deserialize.js +3 -0
  463. package/dist/interface/generated/pareto/schemas/make_directory/marshall.d.ts +63 -0
  464. package/dist/interface/generated/pareto/schemas/make_directory/marshall.js +3 -0
  465. package/dist/interface/generated/pareto/schemas/make_directory/migrate_boilerplate.d.ts +46 -0
  466. package/dist/interface/generated/pareto/schemas/make_directory/migrate_boilerplate.js +3 -0
  467. package/dist/interface/generated/pareto/schemas/make_directory/serialize.d.ts +54 -0
  468. package/dist/interface/generated/pareto/schemas/make_directory/serialize.js +3 -0
  469. package/dist/interface/generated/pareto/schemas/make_directory/unmarshall.d.ts +63 -0
  470. package/dist/interface/generated/pareto/schemas/make_directory/unmarshall.js +3 -0
  471. package/dist/interface/generated/pareto/schemas/make_directory/value_deserializers.d.ts +44 -0
  472. package/dist/interface/generated/pareto/schemas/make_directory/value_deserializers.js +3 -0
  473. package/dist/interface/generated/pareto/schemas/make_directory/value_serializers.d.ts +44 -0
  474. package/dist/interface/generated/pareto/schemas/make_directory/value_serializers.js +3 -0
  475. package/dist/interface/generated/pareto/schemas/path/data_types/resolve.d.ts +1 -0
  476. package/dist/interface/generated/pareto/schemas/path/data_types/resolve.js +7 -0
  477. package/dist/interface/generated/pareto/schemas/path/data_types/source.d.ts +134 -0
  478. package/dist/interface/generated/pareto/schemas/path/data_types/source.js +3 -0
  479. package/dist/interface/generated/pareto/schemas/path/data_types/target.d.ts +134 -0
  480. package/dist/interface/generated/pareto/schemas/path/data_types/target.js +3 -0
  481. package/dist/interface/generated/pareto/schemas/path/deserialize.d.ts +158 -0
  482. package/dist/interface/generated/pareto/schemas/path/deserialize.js +3 -0
  483. package/dist/interface/generated/pareto/schemas/path/marshall.d.ts +183 -0
  484. package/dist/interface/generated/pareto/schemas/path/marshall.js +3 -0
  485. package/dist/interface/generated/pareto/schemas/path/migrate_boilerplate.d.ts +134 -0
  486. package/dist/interface/generated/pareto/schemas/path/migrate_boilerplate.js +3 -0
  487. package/dist/interface/generated/pareto/schemas/path/serialize.d.ts +158 -0
  488. package/dist/interface/generated/pareto/schemas/path/serialize.js +3 -0
  489. package/dist/interface/generated/pareto/schemas/path/unmarshall.d.ts +183 -0
  490. package/dist/interface/generated/pareto/schemas/path/unmarshall.js +3 -0
  491. package/dist/interface/generated/pareto/schemas/path/value_deserializers.d.ts +44 -0
  492. package/dist/interface/generated/pareto/schemas/path/value_deserializers.js +3 -0
  493. package/dist/interface/generated/pareto/schemas/path/value_serializers.d.ts +44 -0
  494. package/dist/interface/generated/pareto/schemas/path/value_serializers.js +3 -0
  495. package/dist/interface/generated/pareto/schemas/read_directory/data_types/resolve.d.ts +1 -0
  496. package/dist/interface/generated/pareto/schemas/read_directory/data_types/resolve.js +7 -0
  497. package/dist/interface/generated/pareto/schemas/read_directory/data_types/source.d.ts +92 -0
  498. package/dist/interface/generated/pareto/schemas/read_directory/data_types/source.js +3 -0
  499. package/dist/interface/generated/pareto/schemas/read_directory/data_types/target.d.ts +92 -0
  500. package/dist/interface/generated/pareto/schemas/read_directory/data_types/target.js +3 -0
  501. package/dist/interface/generated/pareto/schemas/read_directory/deserialize.d.ts +106 -0
  502. package/dist/interface/generated/pareto/schemas/read_directory/deserialize.js +3 -0
  503. package/dist/interface/generated/pareto/schemas/read_directory/marshall.d.ts +123 -0
  504. package/dist/interface/generated/pareto/schemas/read_directory/marshall.js +3 -0
  505. package/dist/interface/generated/pareto/schemas/read_directory/migrate_boilerplate.d.ts +90 -0
  506. package/dist/interface/generated/pareto/schemas/read_directory/migrate_boilerplate.js +3 -0
  507. package/dist/interface/generated/pareto/schemas/read_directory/serialize.d.ts +106 -0
  508. package/dist/interface/generated/pareto/schemas/read_directory/serialize.js +3 -0
  509. package/dist/interface/generated/pareto/schemas/read_directory/unmarshall.d.ts +123 -0
  510. package/dist/interface/generated/pareto/schemas/read_directory/unmarshall.js +3 -0
  511. package/dist/interface/generated/pareto/schemas/read_directory/value_deserializers.d.ts +44 -0
  512. package/dist/interface/generated/pareto/schemas/read_directory/value_deserializers.js +3 -0
  513. package/dist/interface/generated/pareto/schemas/read_directory/value_serializers.d.ts +44 -0
  514. package/dist/interface/generated/pareto/schemas/read_directory/value_serializers.js +3 -0
  515. package/dist/interface/generated/pareto/schemas/read_file/data_types/resolve.d.ts +1 -0
  516. package/dist/interface/generated/pareto/schemas/read_file/data_types/resolve.js +7 -0
  517. package/dist/interface/generated/pareto/schemas/read_file/data_types/source.d.ts +32 -0
  518. package/dist/interface/generated/pareto/schemas/read_file/data_types/source.js +3 -0
  519. package/dist/interface/generated/pareto/schemas/read_file/data_types/target.d.ts +32 -0
  520. package/dist/interface/generated/pareto/schemas/read_file/data_types/target.js +3 -0
  521. package/dist/interface/generated/pareto/schemas/read_file/deserialize.d.ts +80 -0
  522. package/dist/interface/generated/pareto/schemas/read_file/deserialize.js +3 -0
  523. package/dist/interface/generated/pareto/schemas/read_file/marshall.d.ts +93 -0
  524. package/dist/interface/generated/pareto/schemas/read_file/marshall.js +3 -0
  525. package/dist/interface/generated/pareto/schemas/read_file/migrate_boilerplate.d.ts +68 -0
  526. package/dist/interface/generated/pareto/schemas/read_file/migrate_boilerplate.js +3 -0
  527. package/dist/interface/generated/pareto/schemas/read_file/serialize.d.ts +80 -0
  528. package/dist/interface/generated/pareto/schemas/read_file/serialize.js +3 -0
  529. package/dist/interface/generated/pareto/schemas/read_file/unmarshall.d.ts +93 -0
  530. package/dist/interface/generated/pareto/schemas/read_file/unmarshall.js +3 -0
  531. package/dist/interface/generated/pareto/schemas/read_file/value_deserializers.d.ts +44 -0
  532. package/dist/interface/generated/pareto/schemas/read_file/value_deserializers.js +3 -0
  533. package/dist/interface/generated/pareto/schemas/read_file/value_serializers.d.ts +44 -0
  534. package/dist/interface/generated/pareto/schemas/read_file/value_serializers.js +3 -0
  535. package/dist/interface/generated/pareto/schemas/remove/data_types/resolve.d.ts +1 -0
  536. package/dist/interface/generated/pareto/schemas/remove/data_types/resolve.js +7 -0
  537. package/dist/interface/generated/pareto/schemas/remove/data_types/source.d.ts +35 -0
  538. package/dist/interface/generated/pareto/schemas/remove/data_types/source.js +3 -0
  539. package/dist/interface/generated/pareto/schemas/remove/data_types/target.d.ts +35 -0
  540. package/dist/interface/generated/pareto/schemas/remove/data_types/target.js +3 -0
  541. package/dist/interface/generated/pareto/schemas/remove/deserialize.d.ts +54 -0
  542. package/dist/interface/generated/pareto/schemas/remove/deserialize.js +3 -0
  543. package/dist/interface/generated/pareto/schemas/remove/marshall.d.ts +63 -0
  544. package/dist/interface/generated/pareto/schemas/remove/marshall.js +3 -0
  545. package/dist/interface/generated/pareto/schemas/remove/migrate_boilerplate.d.ts +46 -0
  546. package/dist/interface/generated/pareto/schemas/remove/migrate_boilerplate.js +3 -0
  547. package/dist/interface/generated/pareto/schemas/remove/serialize.d.ts +54 -0
  548. package/dist/interface/generated/pareto/schemas/remove/serialize.js +3 -0
  549. package/dist/interface/generated/pareto/schemas/remove/unmarshall.d.ts +63 -0
  550. package/dist/interface/generated/pareto/schemas/remove/unmarshall.js +3 -0
  551. package/dist/interface/generated/pareto/schemas/remove/value_deserializers.d.ts +44 -0
  552. package/dist/interface/generated/pareto/schemas/remove/value_deserializers.js +3 -0
  553. package/dist/interface/generated/pareto/schemas/remove/value_serializers.d.ts +44 -0
  554. package/dist/interface/generated/pareto/schemas/remove/value_serializers.js +3 -0
  555. package/dist/interface/generated/pareto/schemas/stat/data_types/resolve.d.ts +1 -0
  556. package/dist/interface/generated/pareto/schemas/stat/data_types/resolve.js +7 -0
  557. package/dist/interface/generated/pareto/schemas/stat/data_types/source.d.ts +44 -0
  558. package/dist/interface/generated/pareto/schemas/stat/data_types/source.js +3 -0
  559. package/dist/interface/generated/pareto/schemas/stat/data_types/target.d.ts +44 -0
  560. package/dist/interface/generated/pareto/schemas/stat/data_types/target.js +3 -0
  561. package/dist/interface/generated/pareto/schemas/stat/deserialize.d.ts +106 -0
  562. package/dist/interface/generated/pareto/schemas/stat/deserialize.js +3 -0
  563. package/dist/interface/generated/pareto/schemas/stat/marshall.d.ts +123 -0
  564. package/dist/interface/generated/pareto/schemas/stat/marshall.js +3 -0
  565. package/dist/interface/generated/pareto/schemas/stat/migrate_boilerplate.d.ts +90 -0
  566. package/dist/interface/generated/pareto/schemas/stat/migrate_boilerplate.js +3 -0
  567. package/dist/interface/generated/pareto/schemas/stat/serialize.d.ts +106 -0
  568. package/dist/interface/generated/pareto/schemas/stat/serialize.js +3 -0
  569. package/dist/interface/generated/pareto/schemas/stat/unmarshall.d.ts +123 -0
  570. package/dist/interface/generated/pareto/schemas/stat/unmarshall.js +3 -0
  571. package/dist/interface/generated/pareto/schemas/stat/value_deserializers.d.ts +44 -0
  572. package/dist/interface/generated/pareto/schemas/stat/value_deserializers.js +3 -0
  573. package/dist/interface/generated/pareto/schemas/stat/value_serializers.d.ts +44 -0
  574. package/dist/interface/generated/pareto/schemas/stat/value_serializers.js +3 -0
  575. package/dist/interface/generated/pareto/schemas/write_file/data_types/resolve.d.ts +1 -0
  576. package/dist/interface/generated/pareto/schemas/write_file/data_types/resolve.js +7 -0
  577. package/dist/interface/generated/pareto/schemas/write_file/data_types/source.d.ts +33 -0
  578. package/dist/interface/generated/pareto/schemas/write_file/data_types/source.js +3 -0
  579. package/dist/interface/generated/pareto/schemas/write_file/data_types/target.d.ts +33 -0
  580. package/dist/interface/generated/pareto/schemas/write_file/data_types/target.js +3 -0
  581. package/dist/interface/generated/pareto/schemas/write_file/deserialize.d.ts +54 -0
  582. package/dist/interface/generated/pareto/schemas/write_file/deserialize.js +3 -0
  583. package/dist/interface/generated/pareto/schemas/write_file/marshall.d.ts +63 -0
  584. package/dist/interface/generated/pareto/schemas/write_file/marshall.js +3 -0
  585. package/dist/interface/generated/pareto/schemas/write_file/migrate_boilerplate.d.ts +46 -0
  586. package/dist/interface/generated/pareto/schemas/write_file/migrate_boilerplate.js +3 -0
  587. package/dist/interface/generated/pareto/schemas/write_file/serialize.d.ts +54 -0
  588. package/dist/interface/generated/pareto/schemas/write_file/serialize.js +3 -0
  589. package/dist/interface/generated/pareto/schemas/write_file/unmarshall.d.ts +63 -0
  590. package/dist/interface/generated/pareto/schemas/write_file/unmarshall.js +3 -0
  591. package/dist/interface/generated/pareto/schemas/write_file/value_deserializers.d.ts +44 -0
  592. package/dist/interface/generated/pareto/schemas/write_file/value_deserializers.js +3 -0
  593. package/dist/interface/generated/pareto/schemas/write_file/value_serializers.d.ts +44 -0
  594. package/dist/interface/generated/pareto/schemas/write_file/value_serializers.js +3 -0
  595. package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/resolve.d.ts +1 -0
  596. package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/resolve.js +7 -0
  597. package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/source.d.ts +2 -0
  598. package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/source.js +5 -0
  599. package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/target.d.ts +2 -0
  600. package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/target.js +5 -0
  601. package/dist/interface/generated/pareto/schemas/write_to_stderr/deserialize.d.ts +28 -0
  602. package/dist/interface/generated/pareto/schemas/write_to_stderr/deserialize.js +3 -0
  603. package/dist/interface/generated/pareto/schemas/write_to_stderr/marshall.d.ts +33 -0
  604. package/dist/interface/generated/pareto/schemas/write_to_stderr/marshall.js +3 -0
  605. package/dist/interface/generated/pareto/schemas/write_to_stderr/migrate_boilerplate.d.ts +24 -0
  606. package/dist/interface/generated/pareto/schemas/write_to_stderr/migrate_boilerplate.js +3 -0
  607. package/dist/interface/generated/pareto/schemas/write_to_stderr/serialize.d.ts +28 -0
  608. package/dist/interface/generated/pareto/schemas/write_to_stderr/serialize.js +3 -0
  609. package/dist/interface/generated/pareto/schemas/write_to_stderr/unmarshall.d.ts +33 -0
  610. package/dist/interface/generated/pareto/schemas/write_to_stderr/unmarshall.js +3 -0
  611. package/dist/interface/generated/pareto/schemas/write_to_stderr/value_deserializers.d.ts +44 -0
  612. package/dist/interface/generated/pareto/schemas/write_to_stderr/value_deserializers.js +3 -0
  613. package/dist/interface/generated/pareto/schemas/write_to_stderr/value_serializers.d.ts +44 -0
  614. package/dist/interface/generated/pareto/schemas/write_to_stderr/value_serializers.js +3 -0
  615. package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/resolve.d.ts +1 -0
  616. package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/resolve.js +7 -0
  617. package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/source.d.ts +2 -0
  618. package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/source.js +5 -0
  619. package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/target.d.ts +2 -0
  620. package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/target.js +5 -0
  621. package/dist/interface/generated/pareto/schemas/write_to_stdout/deserialize.d.ts +28 -0
  622. package/dist/interface/generated/pareto/schemas/write_to_stdout/deserialize.js +3 -0
  623. package/dist/interface/generated/pareto/schemas/write_to_stdout/marshall.d.ts +33 -0
  624. package/dist/interface/generated/pareto/schemas/write_to_stdout/marshall.js +3 -0
  625. package/dist/interface/generated/pareto/schemas/write_to_stdout/migrate_boilerplate.d.ts +24 -0
  626. package/dist/interface/generated/pareto/schemas/write_to_stdout/migrate_boilerplate.js +3 -0
  627. package/dist/interface/generated/pareto/schemas/write_to_stdout/serialize.d.ts +28 -0
  628. package/dist/interface/generated/pareto/schemas/write_to_stdout/serialize.js +3 -0
  629. package/dist/interface/generated/pareto/schemas/write_to_stdout/unmarshall.d.ts +33 -0
  630. package/dist/interface/generated/pareto/schemas/write_to_stdout/unmarshall.js +3 -0
  631. package/dist/interface/generated/pareto/schemas/write_to_stdout/value_deserializers.d.ts +44 -0
  632. package/dist/interface/generated/pareto/schemas/write_to_stdout/value_deserializers.js +3 -0
  633. package/dist/interface/generated/pareto/schemas/write_to_stdout/value_serializers.d.ts +44 -0
  634. package/dist/interface/generated/pareto/schemas/write_to_stdout/value_serializers.js +3 -0
  635. package/dist/interface/resources.d.ts +47 -0
  636. package/dist/interface/resources.js +3 -0
  637. package/dist/interface/signatures.d.ts +28 -0
  638. package/dist/interface/signatures.js +3 -0
  639. package/dist/interface/to_be_generated/directory_content.d.ts +3 -0
  640. package/dist/interface/to_be_generated/directory_content.js +3 -0
  641. package/dist/interface/to_be_generated/read_directory_content.d.ts +11 -0
  642. package/dist/interface/to_be_generated/read_directory_content.js +3 -0
  643. package/dist/interface/to_be_generated/temp_main.d.ts +7 -0
  644. package/dist/interface/to_be_generated/temp_main.js +3 -0
  645. package/dist/interface/to_be_generated/write_directory_content.d.ts +10 -0
  646. package/dist/interface/to_be_generated/write_directory_content.js +3 -0
  647. package/package.json +1 -1
@@ -0,0 +1,44 @@
1
+ export type _T_Value_Serializers = {
2
+ readonly 'default number': ($$_: number, $$_p: null) => string;
3
+ readonly 'boolean': ($$_: boolean, $$_p: null) => string;
4
+ readonly 'custom numbers': null;
5
+ };
6
+ export type Value_Serializers = _T_Value_Serializers;
7
+ export declare namespace _T_Value_Serializers {
8
+ namespace default_number {
9
+ type CONTEXT = number;
10
+ namespace PARAMS {
11
+ }
12
+ type RESULT = string;
13
+ }
14
+ type default_number = ($$_: number, $$_p: null) => string;
15
+ namespace _boolean {
16
+ type CONTEXT = boolean;
17
+ namespace PARAMS {
18
+ }
19
+ type RESULT = string;
20
+ }
21
+ type _boolean = ($$_: boolean, $$_p: null) => string;
22
+ namespace custom_numbers {
23
+ }
24
+ type custom_numbers = null;
25
+ }
26
+ export declare namespace Value_Serializers {
27
+ namespace default_number {
28
+ type CONTEXT = number;
29
+ namespace PARAMS {
30
+ }
31
+ type RESULT = string;
32
+ }
33
+ type default_number = ($$_: number, $$_p: null) => string;
34
+ namespace _boolean {
35
+ type CONTEXT = boolean;
36
+ namespace PARAMS {
37
+ }
38
+ type RESULT = string;
39
+ }
40
+ type _boolean = ($$_: boolean, $$_p: null) => string;
41
+ namespace custom_numbers {
42
+ }
43
+ type custom_numbers = null;
44
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9tYWtlX2RpcmVjdG9yeS92YWx1ZV9zZXJpYWxpemVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ // **** TYPES
4
+ // **** FRIENDLY NAMES FOR THE GLOBAL TYPES
5
+ // **** ALIASES FOR NESTED TYPE WITH PREFIXED ROOT NAMES
6
+ // *** ALIASES FOR NESTED TYPES
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3BhdGgvZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBTUEsYUFBYTtBQUViLDJDQUEyQztBQUUzQyx3REFBd0Q7QUFFeEQsK0JBQStCIn0=
@@ -0,0 +1,134 @@
1
+ import * as _i_core from "../../../core/resolved";
2
+ export type _T_Up_Steps = number;
3
+ export type _T_Start = _i_core._T_State_Group<null, readonly ['absolute', null] | readonly [
4
+ 'relative',
5
+ {
6
+ readonly 'up steps': _T_Up_Steps;
7
+ }
8
+ ]>;
9
+ export type _T_Context_Subpath = _i_core._T_List<null, string>;
10
+ export type _T_Context_Path = {
11
+ readonly 'start': _T_Start;
12
+ readonly 'subpath': _T_Context_Subpath;
13
+ };
14
+ export type _T_Node_Path = {
15
+ readonly 'context': _T_Context_Path;
16
+ readonly 'node': string;
17
+ };
18
+ export type _T_Non_Normalized_Path = {
19
+ readonly 'leading slash': boolean;
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]>>;
21
+ readonly 'trailing slash': boolean;
22
+ };
23
+ export type Up_Steps = _T_Up_Steps;
24
+ export type Start = _T_Start;
25
+ export type Context_Subpath = _T_Context_Subpath;
26
+ export type Context_Path = _T_Context_Path;
27
+ export type Node_Path = _T_Node_Path;
28
+ export type Non_Normalized_Path = _T_Non_Normalized_Path;
29
+ export declare namespace _T_Start {
30
+ namespace SG {
31
+ type absolute = null;
32
+ namespace relative {
33
+ namespace up_steps {
34
+ }
35
+ type up_steps = _T_Up_Steps;
36
+ }
37
+ type relative = {
38
+ readonly 'up steps': _T_Up_Steps;
39
+ };
40
+ }
41
+ type SG = readonly ['absolute', null] | readonly [
42
+ 'relative',
43
+ {
44
+ readonly 'up steps': _T_Up_Steps;
45
+ }
46
+ ];
47
+ }
48
+ export declare namespace _T_Context_Subpath {
49
+ type L = string;
50
+ }
51
+ export declare namespace _T_Context_Path {
52
+ namespace start {
53
+ }
54
+ type start = _T_Start;
55
+ namespace subpath {
56
+ }
57
+ type subpath = _T_Context_Subpath;
58
+ }
59
+ export declare namespace _T_Node_Path {
60
+ namespace context {
61
+ }
62
+ type context = _T_Context_Path;
63
+ type node = string;
64
+ }
65
+ export declare namespace _T_Non_Normalized_Path {
66
+ type leading_slash = boolean;
67
+ namespace segments {
68
+ namespace L {
69
+ namespace SG {
70
+ type parent = null;
71
+ type child = string;
72
+ type current = null;
73
+ type nothing = null;
74
+ }
75
+ type SG = readonly ['parent', null] | readonly ['child', string] | readonly ['current', null] | readonly ['nothing', null];
76
+ }
77
+ type L = _i_core._T_State_Group<null, readonly ['parent', null] | readonly ['child', string] | readonly ['current', null] | readonly ['nothing', null]>;
78
+ }
79
+ type segments = _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['parent', null] | readonly ['child', string] | readonly ['current', null] | readonly ['nothing', null]>>;
80
+ type trailing_slash = boolean;
81
+ }
82
+ export declare namespace Start {
83
+ namespace SG {
84
+ type absolute = null;
85
+ namespace relative {
86
+ namespace up_steps {
87
+ }
88
+ type up_steps = _T_Up_Steps;
89
+ }
90
+ type relative = {
91
+ readonly 'up steps': _T_Up_Steps;
92
+ };
93
+ }
94
+ type SG = readonly ['absolute', null] | readonly [
95
+ 'relative',
96
+ {
97
+ readonly 'up steps': _T_Up_Steps;
98
+ }
99
+ ];
100
+ }
101
+ export declare namespace Context_Subpath {
102
+ type L = string;
103
+ }
104
+ export declare namespace Context_Path {
105
+ namespace start {
106
+ }
107
+ type start = _T_Start;
108
+ namespace subpath {
109
+ }
110
+ type subpath = _T_Context_Subpath;
111
+ }
112
+ export declare namespace Node_Path {
113
+ namespace context {
114
+ }
115
+ type context = _T_Context_Path;
116
+ type node = string;
117
+ }
118
+ export declare namespace Non_Normalized_Path {
119
+ type leading_slash = boolean;
120
+ namespace segments {
121
+ namespace L {
122
+ namespace SG {
123
+ type parent = null;
124
+ type child = string;
125
+ type current = null;
126
+ type nothing = null;
127
+ }
128
+ type SG = readonly ['parent', null] | readonly ['child', string] | readonly ['current', null] | readonly ['nothing', null];
129
+ }
130
+ type L = _i_core._T_State_Group<null, readonly ['parent', null] | readonly ['child', string] | readonly ['current', null] | readonly ['nothing', null]>;
131
+ }
132
+ type segments = _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['parent', null] | readonly ['child', string] | readonly ['current', null] | readonly ['nothing', null]>>;
133
+ type trailing_slash = boolean;
134
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvcGF0aC9kYXRhX3R5cGVzL3NvdXJjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,134 @@
1
+ import * as _i_core from "../../../core/unconstrained";
2
+ export type _T_Up_Steps = number;
3
+ export type _T_Start = _i_core._T_State_Group<null, readonly ['absolute', null] | readonly [
4
+ 'relative',
5
+ {
6
+ readonly 'up steps': _T_Up_Steps;
7
+ }
8
+ ]>;
9
+ export type _T_Context_Subpath = _i_core._T_List<null, string>;
10
+ export type _T_Context_Path = {
11
+ readonly 'start': _T_Start;
12
+ readonly 'subpath': _T_Context_Subpath;
13
+ };
14
+ export type _T_Node_Path = {
15
+ readonly 'context': _T_Context_Path;
16
+ readonly 'node': string;
17
+ };
18
+ export type _T_Non_Normalized_Path = {
19
+ readonly 'leading slash': boolean;
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]>>;
21
+ readonly 'trailing slash': boolean;
22
+ };
23
+ export type Up_Steps = _T_Up_Steps;
24
+ export type Start = _T_Start;
25
+ export type Context_Subpath = _T_Context_Subpath;
26
+ export type Context_Path = _T_Context_Path;
27
+ export type Node_Path = _T_Node_Path;
28
+ export type Non_Normalized_Path = _T_Non_Normalized_Path;
29
+ export declare namespace _T_Start {
30
+ namespace SG {
31
+ type absolute = null;
32
+ namespace relative {
33
+ namespace up_steps {
34
+ }
35
+ type up_steps = _T_Up_Steps;
36
+ }
37
+ type relative = {
38
+ readonly 'up steps': _T_Up_Steps;
39
+ };
40
+ }
41
+ type SG = readonly ['absolute', null] | readonly [
42
+ 'relative',
43
+ {
44
+ readonly 'up steps': _T_Up_Steps;
45
+ }
46
+ ];
47
+ }
48
+ export declare namespace _T_Context_Subpath {
49
+ type L = string;
50
+ }
51
+ export declare namespace _T_Context_Path {
52
+ namespace start {
53
+ }
54
+ type start = _T_Start;
55
+ namespace subpath {
56
+ }
57
+ type subpath = _T_Context_Subpath;
58
+ }
59
+ export declare namespace _T_Node_Path {
60
+ namespace context {
61
+ }
62
+ type context = _T_Context_Path;
63
+ type node = string;
64
+ }
65
+ export declare namespace _T_Non_Normalized_Path {
66
+ type leading_slash = boolean;
67
+ namespace segments {
68
+ namespace L {
69
+ namespace SG {
70
+ type parent = null;
71
+ type child = string;
72
+ type current = null;
73
+ type nothing = null;
74
+ }
75
+ type SG = readonly ['parent', null] | readonly ['child', string] | readonly ['current', null] | readonly ['nothing', null];
76
+ }
77
+ type L = _i_core._T_State_Group<null, readonly ['parent', null] | readonly ['child', string] | readonly ['current', null] | readonly ['nothing', null]>;
78
+ }
79
+ type segments = _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['parent', null] | readonly ['child', string] | readonly ['current', null] | readonly ['nothing', null]>>;
80
+ type trailing_slash = boolean;
81
+ }
82
+ export declare namespace Start {
83
+ namespace SG {
84
+ type absolute = null;
85
+ namespace relative {
86
+ namespace up_steps {
87
+ }
88
+ type up_steps = _T_Up_Steps;
89
+ }
90
+ type relative = {
91
+ readonly 'up steps': _T_Up_Steps;
92
+ };
93
+ }
94
+ type SG = readonly ['absolute', null] | readonly [
95
+ 'relative',
96
+ {
97
+ readonly 'up steps': _T_Up_Steps;
98
+ }
99
+ ];
100
+ }
101
+ export declare namespace Context_Subpath {
102
+ type L = string;
103
+ }
104
+ export declare namespace Context_Path {
105
+ namespace start {
106
+ }
107
+ type start = _T_Start;
108
+ namespace subpath {
109
+ }
110
+ type subpath = _T_Context_Subpath;
111
+ }
112
+ export declare namespace Node_Path {
113
+ namespace context {
114
+ }
115
+ type context = _T_Context_Path;
116
+ type node = string;
117
+ }
118
+ export declare namespace Non_Normalized_Path {
119
+ type leading_slash = boolean;
120
+ namespace segments {
121
+ namespace L {
122
+ namespace SG {
123
+ type parent = null;
124
+ type child = string;
125
+ type current = null;
126
+ type nothing = null;
127
+ }
128
+ type SG = readonly ['parent', null] | readonly ['child', string] | readonly ['current', null] | readonly ['nothing', null];
129
+ }
130
+ type L = _i_core._T_State_Group<null, readonly ['parent', null] | readonly ['child', string] | readonly ['current', null] | readonly ['nothing', null]>;
131
+ }
132
+ type segments = _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['parent', null] | readonly ['child', string] | readonly ['current', null] | readonly ['nothing', null]>>;
133
+ type trailing_slash = boolean;
134
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvcGF0aC9kYXRhX3R5cGVzL3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,158 @@
1
+ import * as _i_out from "./data_types/target";
2
+ import * as _i_vd from "./value_deserializers";
3
+ export type _T_Up_Steps = ($$_: string, $$_p: {
4
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
5
+ }) => _i_out._T_Up_Steps;
6
+ export type _T_Start = ($$_: string, $$_p: {
7
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
8
+ }) => _i_out._T_Start;
9
+ export type _T_Context_Subpath = ($$_: string, $$_p: {
10
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
11
+ }) => _i_out._T_Context_Subpath;
12
+ export type _T_Context_Path = ($$_: string, $$_p: {
13
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
14
+ }) => _i_out._T_Context_Path;
15
+ export type _T_Node_Path = ($$_: string, $$_p: {
16
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
17
+ }) => _i_out._T_Node_Path;
18
+ export type _T_Non_Normalized_Path = ($$_: string, $$_p: {
19
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
20
+ }) => _i_out._T_Non_Normalized_Path;
21
+ export type Up_Steps = _T_Up_Steps;
22
+ export type Start = _T_Start;
23
+ export type Context_Subpath = _T_Context_Subpath;
24
+ export type Context_Path = _T_Context_Path;
25
+ export type Node_Path = _T_Node_Path;
26
+ export type Non_Normalized_Path = _T_Non_Normalized_Path;
27
+ export declare namespace _T_Up_Steps {
28
+ type CONTEXT = string;
29
+ namespace PARAMS {
30
+ namespace value_deserializers {
31
+ }
32
+ type value_deserializers = _i_vd._T_Value_Deserializers;
33
+ }
34
+ namespace RESULT {
35
+ }
36
+ type RESULT = _i_out._T_Up_Steps;
37
+ }
38
+ export declare namespace _T_Start {
39
+ type CONTEXT = string;
40
+ namespace PARAMS {
41
+ namespace value_deserializers {
42
+ }
43
+ type value_deserializers = _i_vd._T_Value_Deserializers;
44
+ }
45
+ namespace RESULT {
46
+ }
47
+ type RESULT = _i_out._T_Start;
48
+ }
49
+ export declare namespace _T_Context_Subpath {
50
+ type CONTEXT = string;
51
+ namespace PARAMS {
52
+ namespace value_deserializers {
53
+ }
54
+ type value_deserializers = _i_vd._T_Value_Deserializers;
55
+ }
56
+ namespace RESULT {
57
+ }
58
+ type RESULT = _i_out._T_Context_Subpath;
59
+ }
60
+ export declare namespace _T_Context_Path {
61
+ type CONTEXT = string;
62
+ namespace PARAMS {
63
+ namespace value_deserializers {
64
+ }
65
+ type value_deserializers = _i_vd._T_Value_Deserializers;
66
+ }
67
+ namespace RESULT {
68
+ }
69
+ type RESULT = _i_out._T_Context_Path;
70
+ }
71
+ export declare namespace _T_Node_Path {
72
+ type CONTEXT = string;
73
+ namespace PARAMS {
74
+ namespace value_deserializers {
75
+ }
76
+ type value_deserializers = _i_vd._T_Value_Deserializers;
77
+ }
78
+ namespace RESULT {
79
+ }
80
+ type RESULT = _i_out._T_Node_Path;
81
+ }
82
+ export declare namespace _T_Non_Normalized_Path {
83
+ type CONTEXT = string;
84
+ namespace PARAMS {
85
+ namespace value_deserializers {
86
+ }
87
+ type value_deserializers = _i_vd._T_Value_Deserializers;
88
+ }
89
+ namespace RESULT {
90
+ }
91
+ type RESULT = _i_out._T_Non_Normalized_Path;
92
+ }
93
+ export declare namespace Up_Steps {
94
+ type CONTEXT = string;
95
+ namespace PARAMS {
96
+ namespace value_deserializers {
97
+ }
98
+ type value_deserializers = _i_vd._T_Value_Deserializers;
99
+ }
100
+ namespace RESULT {
101
+ }
102
+ type RESULT = _i_out._T_Up_Steps;
103
+ }
104
+ export declare namespace Start {
105
+ type CONTEXT = string;
106
+ namespace PARAMS {
107
+ namespace value_deserializers {
108
+ }
109
+ type value_deserializers = _i_vd._T_Value_Deserializers;
110
+ }
111
+ namespace RESULT {
112
+ }
113
+ type RESULT = _i_out._T_Start;
114
+ }
115
+ export declare namespace Context_Subpath {
116
+ type CONTEXT = string;
117
+ namespace PARAMS {
118
+ namespace value_deserializers {
119
+ }
120
+ type value_deserializers = _i_vd._T_Value_Deserializers;
121
+ }
122
+ namespace RESULT {
123
+ }
124
+ type RESULT = _i_out._T_Context_Subpath;
125
+ }
126
+ export declare namespace Context_Path {
127
+ type CONTEXT = string;
128
+ namespace PARAMS {
129
+ namespace value_deserializers {
130
+ }
131
+ type value_deserializers = _i_vd._T_Value_Deserializers;
132
+ }
133
+ namespace RESULT {
134
+ }
135
+ type RESULT = _i_out._T_Context_Path;
136
+ }
137
+ export declare namespace Node_Path {
138
+ type CONTEXT = string;
139
+ namespace PARAMS {
140
+ namespace value_deserializers {
141
+ }
142
+ type value_deserializers = _i_vd._T_Value_Deserializers;
143
+ }
144
+ namespace RESULT {
145
+ }
146
+ type RESULT = _i_out._T_Node_Path;
147
+ }
148
+ export declare namespace Non_Normalized_Path {
149
+ type CONTEXT = string;
150
+ namespace PARAMS {
151
+ namespace value_deserializers {
152
+ }
153
+ type value_deserializers = _i_vd._T_Value_Deserializers;
154
+ }
155
+ namespace RESULT {
156
+ }
157
+ type RESULT = _i_out._T_Non_Normalized_Path;
158
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9wYXRoL2Rlc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,183 @@
1
+ import * as _i_out from "../../core/astn_target";
2
+ import * as _i_in from "./data_types/source";
3
+ import * as _i_vs from "./value_serializers";
4
+ export type _T_Up_Steps = ($$_: _i_in._T_Up_Steps, $$_p: {
5
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
6
+ }) => _i_out._T_Value;
7
+ export type _T_Start = ($$_: _i_in._T_Start, $$_p: {
8
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
9
+ }) => _i_out._T_Value;
10
+ export type _T_Context_Subpath = ($$_: _i_in._T_Context_Subpath, $$_p: {
11
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
12
+ }) => _i_out._T_Value;
13
+ export type _T_Context_Path = ($$_: _i_in._T_Context_Path, $$_p: {
14
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
15
+ }) => _i_out._T_Value;
16
+ export type _T_Node_Path = ($$_: _i_in._T_Node_Path, $$_p: {
17
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
18
+ }) => _i_out._T_Value;
19
+ export type _T_Non_Normalized_Path = ($$_: _i_in._T_Non_Normalized_Path, $$_p: {
20
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
21
+ }) => _i_out._T_Value;
22
+ export type Up_Steps = _T_Up_Steps;
23
+ export type Start = _T_Start;
24
+ export type Context_Subpath = _T_Context_Subpath;
25
+ export type Context_Path = _T_Context_Path;
26
+ export type Node_Path = _T_Node_Path;
27
+ export type Non_Normalized_Path = _T_Non_Normalized_Path;
28
+ export declare namespace _T_Up_Steps {
29
+ namespace CONTEXT {
30
+ }
31
+ type CONTEXT = _i_in._T_Up_Steps;
32
+ namespace PARAMS {
33
+ namespace value_serializers {
34
+ }
35
+ type value_serializers = _i_vs._T_Value_Serializers;
36
+ }
37
+ namespace RESULT {
38
+ }
39
+ type RESULT = _i_out._T_Value;
40
+ }
41
+ export declare namespace _T_Start {
42
+ namespace CONTEXT {
43
+ }
44
+ type CONTEXT = _i_in._T_Start;
45
+ namespace PARAMS {
46
+ namespace value_serializers {
47
+ }
48
+ type value_serializers = _i_vs._T_Value_Serializers;
49
+ }
50
+ namespace RESULT {
51
+ }
52
+ type RESULT = _i_out._T_Value;
53
+ }
54
+ export declare namespace _T_Context_Subpath {
55
+ namespace CONTEXT {
56
+ }
57
+ type CONTEXT = _i_in._T_Context_Subpath;
58
+ namespace PARAMS {
59
+ namespace value_serializers {
60
+ }
61
+ type value_serializers = _i_vs._T_Value_Serializers;
62
+ }
63
+ namespace RESULT {
64
+ }
65
+ type RESULT = _i_out._T_Value;
66
+ }
67
+ export declare namespace _T_Context_Path {
68
+ namespace CONTEXT {
69
+ }
70
+ type CONTEXT = _i_in._T_Context_Path;
71
+ namespace PARAMS {
72
+ namespace value_serializers {
73
+ }
74
+ type value_serializers = _i_vs._T_Value_Serializers;
75
+ }
76
+ namespace RESULT {
77
+ }
78
+ type RESULT = _i_out._T_Value;
79
+ }
80
+ export declare namespace _T_Node_Path {
81
+ namespace CONTEXT {
82
+ }
83
+ type CONTEXT = _i_in._T_Node_Path;
84
+ namespace PARAMS {
85
+ namespace value_serializers {
86
+ }
87
+ type value_serializers = _i_vs._T_Value_Serializers;
88
+ }
89
+ namespace RESULT {
90
+ }
91
+ type RESULT = _i_out._T_Value;
92
+ }
93
+ export declare namespace _T_Non_Normalized_Path {
94
+ namespace CONTEXT {
95
+ }
96
+ type CONTEXT = _i_in._T_Non_Normalized_Path;
97
+ namespace PARAMS {
98
+ namespace value_serializers {
99
+ }
100
+ type value_serializers = _i_vs._T_Value_Serializers;
101
+ }
102
+ namespace RESULT {
103
+ }
104
+ type RESULT = _i_out._T_Value;
105
+ }
106
+ export declare namespace Up_Steps {
107
+ namespace CONTEXT {
108
+ }
109
+ type CONTEXT = _i_in._T_Up_Steps;
110
+ namespace PARAMS {
111
+ namespace value_serializers {
112
+ }
113
+ type value_serializers = _i_vs._T_Value_Serializers;
114
+ }
115
+ namespace RESULT {
116
+ }
117
+ type RESULT = _i_out._T_Value;
118
+ }
119
+ export declare namespace Start {
120
+ namespace CONTEXT {
121
+ }
122
+ type CONTEXT = _i_in._T_Start;
123
+ namespace PARAMS {
124
+ namespace value_serializers {
125
+ }
126
+ type value_serializers = _i_vs._T_Value_Serializers;
127
+ }
128
+ namespace RESULT {
129
+ }
130
+ type RESULT = _i_out._T_Value;
131
+ }
132
+ export declare namespace Context_Subpath {
133
+ namespace CONTEXT {
134
+ }
135
+ type CONTEXT = _i_in._T_Context_Subpath;
136
+ namespace PARAMS {
137
+ namespace value_serializers {
138
+ }
139
+ type value_serializers = _i_vs._T_Value_Serializers;
140
+ }
141
+ namespace RESULT {
142
+ }
143
+ type RESULT = _i_out._T_Value;
144
+ }
145
+ export declare namespace Context_Path {
146
+ namespace CONTEXT {
147
+ }
148
+ type CONTEXT = _i_in._T_Context_Path;
149
+ namespace PARAMS {
150
+ namespace value_serializers {
151
+ }
152
+ type value_serializers = _i_vs._T_Value_Serializers;
153
+ }
154
+ namespace RESULT {
155
+ }
156
+ type RESULT = _i_out._T_Value;
157
+ }
158
+ export declare namespace Node_Path {
159
+ namespace CONTEXT {
160
+ }
161
+ type CONTEXT = _i_in._T_Node_Path;
162
+ namespace PARAMS {
163
+ namespace value_serializers {
164
+ }
165
+ type value_serializers = _i_vs._T_Value_Serializers;
166
+ }
167
+ namespace RESULT {
168
+ }
169
+ type RESULT = _i_out._T_Value;
170
+ }
171
+ export declare namespace Non_Normalized_Path {
172
+ namespace CONTEXT {
173
+ }
174
+ type CONTEXT = _i_in._T_Non_Normalized_Path;
175
+ namespace PARAMS {
176
+ namespace value_serializers {
177
+ }
178
+ type value_serializers = _i_vs._T_Value_Serializers;
179
+ }
180
+ namespace RESULT {
181
+ }
182
+ type RESULT = _i_out._T_Value;
183
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9wYXRoL21hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==