pareto 0.76.66 → 0.76.68

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 (547) hide show
  1. package/dist/bin/compile.js +2 -2
  2. package/dist/bin/seal.js +2 -2
  3. package/dist/bin/serialize_schemas.js +2 -2
  4. package/dist/bin/validate.js +2 -2
  5. package/dist/exceptional/deserializers/load_schema.d.ts +2 -2
  6. package/dist/exceptional/deserializers/load_schema.js +3 -3
  7. package/dist/{generated/implementation → implementation/generated/pareto}/generic/resolve.d.ts +3 -3
  8. package/dist/implementation/generated/pareto/generic/resolve.js +276 -0
  9. package/dist/{generated/implementation → implementation/generated/pareto}/generic/unmarshall.d.ts +3 -3
  10. package/dist/implementation/generated/pareto/generic/unmarshall.js +238 -0
  11. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/astn_schema/marshall.d.ts +1 -1
  12. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +232 -0
  13. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/astn_schema/resolve.d.ts +1 -1
  14. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +446 -0
  15. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/astn_schema/unmarshall.d.ts +1 -1
  16. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +206 -0
  17. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/module/marshall.d.ts +1 -1
  18. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/module/marshall.js +1 -1
  19. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/module/resolve.d.ts +1 -1
  20. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/module/resolve.js +1 -1
  21. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/module/unmarshall.d.ts +1 -1
  22. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/module/unmarshall.js +1 -1
  23. package/dist/{generated/implementation/schemas/ast → implementation/generated/pareto/schemas/parse_tree}/marshall.d.ts +1 -1
  24. package/dist/{generated/implementation/schemas/ast → implementation/generated/pareto/schemas/parse_tree}/marshall.js +1 -1
  25. package/dist/{generated/implementation/schemas/ast → implementation/generated/pareto/schemas/parse_tree}/unmarshall.d.ts +1 -1
  26. package/dist/{generated/implementation/schemas/ast → implementation/generated/pareto/schemas/parse_tree}/unmarshall.js +1 -1
  27. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/schema/marshall.d.ts +1 -1
  28. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/schema/marshall.js +1 -1
  29. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/schema/resolve.d.ts +1 -1
  30. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/schema/resolve.js +1 -1
  31. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/schema/unmarshall.d.ts +1 -1
  32. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/schema/unmarshall.js +1 -1
  33. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/token/marshall.d.ts +1 -1
  34. package/dist/implementation/generated/pareto/schemas/token/marshall.js +230 -0
  35. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/token/unmarshall.d.ts +1 -1
  36. package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +218 -0
  37. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/unmarshall_errors/marshall.d.ts +1 -1
  38. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/unmarshall_errors/marshall.js +1 -1
  39. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/unmarshall_errors/unmarshall.d.ts +1 -1
  40. package/dist/{generated/implementation → implementation/generated/pareto}/schemas/unmarshall_errors/unmarshall.js +1 -1
  41. package/dist/implementation/generated/pareto/schemas/unmarshall_result/marshall.js +3 -0
  42. package/dist/implementation/generated/pareto/schemas/unmarshall_result/unmarshall.js +3 -0
  43. package/dist/implementation/operations/impure/tbd/path.js +16 -0
  44. package/dist/implementation/procedures/unguaranteed/compile.js +160 -0
  45. package/dist/{procedures → implementation/procedures/unguaranteed}/seal.js +2 -2
  46. package/dist/{procedures → implementation/procedures/unguaranteed}/serialize_schemas.js +5 -5
  47. package/dist/{procedures → implementation/procedures/unguaranteed}/validate.js +3 -3
  48. package/dist/{queries → implementation/queries/unguaranteed}/load_pareto_document.d.ts +2 -2
  49. package/dist/{queries → implementation/queries/unguaranteed}/load_pareto_document.js +6 -6
  50. package/dist/{queries → implementation/queries/unguaranteed}/load_pareto_file.d.ts +1 -1
  51. package/dist/{queries → implementation/queries/unguaranteed}/load_pareto_file.js +4 -4
  52. package/dist/implementation/transformations/module/exupery_implementation.d.ts +4 -0
  53. package/dist/{transformations → implementation/transformations}/module/exupery_implementation.js +1 -1
  54. package/dist/{transformations → implementation/transformations}/module/exupery_interface.d.ts +2 -2
  55. package/dist/{transformations → implementation/transformations}/module/exupery_interface.js +1 -1
  56. package/dist/implementation/transformations/module/temp_typescript.d.ts +3 -0
  57. package/dist/{transformations → implementation/transformations}/module/temp_typescript.js +4 -4
  58. package/dist/{transformations → implementation/transformations}/schema/exupery_implementation/main.d.ts +2 -2
  59. package/dist/{transformations → implementation/transformations}/schema/exupery_implementation/main.js +3 -3
  60. package/dist/{transformations → implementation/transformations}/schema/exupery_implementation/marshall.d.ts +3 -3
  61. package/dist/implementation/transformations/schema/exupery_implementation/marshall.js +142 -0
  62. package/dist/{transformations → implementation/transformations}/schema/exupery_implementation/migrate_boilerplate.d.ts +3 -3
  63. package/dist/implementation/transformations/schema/exupery_implementation/migrate_boilerplate.js +105 -0
  64. package/dist/{transformations → implementation/transformations}/schema/exupery_implementation/resolve.d.ts +3 -3
  65. package/dist/implementation/transformations/schema/exupery_implementation/resolve.js +300 -0
  66. package/dist/{transformations → implementation/transformations}/schema/exupery_implementation/unmarshall.d.ts +3 -3
  67. package/dist/implementation/transformations/schema/exupery_implementation/unmarshall.js +158 -0
  68. package/dist/{transformations → implementation/transformations}/schema/exupery_interface/dummy_resolve.d.ts +1 -1
  69. package/dist/implementation/transformations/schema/exupery_interface/dummy_resolve.js +13 -0
  70. package/dist/{transformations → implementation/transformations}/schema/exupery_interface/main.d.ts +2 -2
  71. package/dist/{transformations → implementation/transformations}/schema/exupery_interface/main.js +1 -1
  72. package/dist/implementation/transformations/schema/exupery_interface/marshall.d.ts +6 -0
  73. package/dist/{transformations → implementation/transformations}/schema/exupery_interface/marshall.js +1 -1
  74. package/dist/implementation/transformations/schema/exupery_interface/migrate_boilerplate.d.ts +7 -0
  75. package/dist/{transformations → implementation/transformations}/schema/exupery_interface/migrate_boilerplate.js +1 -1
  76. package/dist/{transformations → implementation/transformations}/schema/exupery_interface/resolve.d.ts +2 -2
  77. package/dist/implementation/transformations/schema/exupery_interface/resolve.js +110 -0
  78. package/dist/{transformations → implementation/transformations}/schema/exupery_interface/types.d.ts +2 -2
  79. package/dist/implementation/transformations/schema/exupery_interface/types.js +192 -0
  80. package/dist/{transformations → implementation/transformations}/schema/exupery_interface/unmarshall.d.ts +2 -2
  81. package/dist/{transformations → implementation/transformations}/schema/exupery_interface/unmarshall.js +1 -1
  82. package/dist/implementation/transformations/schema/exupery_interface/value_deserializers.d.ts +6 -0
  83. package/dist/{transformations → implementation/transformations}/schema/exupery_interface/value_deserializers.js +1 -1
  84. package/dist/implementation/transformations/schema/exupery_interface/value_serializers.d.ts +6 -0
  85. package/dist/{transformations → implementation/transformations}/schema/exupery_interface/value_serializers.js +1 -1
  86. package/dist/{transformations/schema → implementation/transformations/temp}/astn_schema.d.ts +2 -2
  87. package/dist/implementation/transformations/temp/astn_schema.js +140 -0
  88. package/dist/{transformations → implementation/transformations/temp}/unmarshall_astn_ast.d.ts +4 -4
  89. package/dist/{transformations → implementation/transformations/temp}/unmarshall_astn_ast.js +6 -6
  90. package/dist/implementation/transformations/unmarshall_errors/fountain_pen.d.ts +9 -0
  91. package/dist/implementation/transformations/unmarshall_errors/fountain_pen.js +86 -0
  92. package/dist/implementation/transformations/unmarshall_result/astn_authoring_target.d.ts +3 -0
  93. package/dist/{transformations → implementation/transformations}/unmarshall_result/astn_authoring_target.js +1 -1
  94. package/dist/{transformations → implementation/transformations}/unmarshall_result/unmarshall_errors.d.ts +3 -3
  95. package/dist/{transformations → implementation/transformations}/unmarshall_result/unmarshall_errors.js +3 -3
  96. package/dist/{generated/interface → interface/generated/pareto}/core/astn_source.js +1 -1
  97. package/dist/{generated/interface → interface/generated/pareto}/core/astn_target.js +1 -1
  98. package/dist/{generated/interface → interface/generated/pareto}/core/resolve.js +1 -1
  99. package/dist/{generated/interface → interface/generated/pareto}/core/resolved.js +1 -1
  100. package/dist/{generated/interface → interface/generated/pareto}/core/unconstrained.js +1 -1
  101. package/dist/{generated/interface → interface/generated/pareto}/core/unresolved.js +1 -1
  102. package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/astn_schema}/data_types/resolve.js +1 -1
  103. package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/astn_schema}/data_types/source.js +1 -1
  104. package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/astn_schema}/data_types/target.js +1 -1
  105. package/dist/{generated/implementation/schemas/unmarshall_result → interface/generated/pareto/schemas/astn_schema}/marshall.js +1 -1
  106. package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/astn_schema}/migrate_boilerplate.js +1 -1
  107. package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/astn_schema}/unmarshall.js +1 -1
  108. package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.js +3 -0
  109. package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/astn_schema}/value_serializers.js +1 -1
  110. package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/module}/data_types/resolve.js +1 -1
  111. package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/module}/data_types/source.js +1 -1
  112. package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/module}/data_types/target.js +1 -1
  113. package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/module}/marshall.js +1 -1
  114. package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/module}/migrate_boilerplate.js +1 -1
  115. package/dist/{generated/interface/schemas/schema → interface/generated/pareto/schemas/module}/unmarshall.js +1 -1
  116. package/dist/{generated/interface → interface/generated/pareto}/schemas/module/value_deserializers.js +1 -1
  117. package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/module}/value_serializers.js +1 -1
  118. package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/data_types/resolve.js +1 -1
  119. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/source.js +3 -0
  120. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/target.js +3 -0
  121. package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/parse_tree}/marshall.js +1 -1
  122. package/dist/interface/generated/pareto/schemas/parse_tree/migrate_boilerplate.js +3 -0
  123. package/dist/interface/generated/pareto/schemas/parse_tree/unmarshall.js +3 -0
  124. package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/parse_tree}/value_deserializers.js +1 -1
  125. package/dist/interface/generated/pareto/schemas/parse_tree/value_serializers.js +3 -0
  126. package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/schema}/data_types/resolve.js +1 -1
  127. package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/schema}/data_types/source.js +1 -1
  128. package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/schema}/data_types/target.js +1 -1
  129. package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/schema}/marshall.js +1 -1
  130. package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/schema}/migrate_boilerplate.js +1 -1
  131. package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/schema}/unmarshall.js +1 -1
  132. package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/value_deserializers.js +1 -1
  133. package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/schema}/value_serializers.js +1 -1
  134. package/dist/{generated/interface → interface/generated/pareto}/schemas/token/data_types/resolve.js +1 -1
  135. package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/token}/data_types/source.js +1 -1
  136. package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/token}/data_types/target.js +1 -1
  137. package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/token}/marshall.js +1 -1
  138. package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/token}/migrate_boilerplate.js +1 -1
  139. package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/token}/unmarshall.js +1 -1
  140. package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/token}/value_deserializers.js +1 -1
  141. package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/token}/value_serializers.js +1 -1
  142. package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/data_types/resolve.js +1 -1
  143. package/dist/interface/generated/pareto/schemas/unmarshall_errors/data_types/source.js +3 -0
  144. package/dist/interface/generated/pareto/schemas/unmarshall_errors/data_types/target.js +3 -0
  145. package/dist/interface/generated/pareto/schemas/unmarshall_errors/marshall.js +3 -0
  146. package/dist/interface/generated/pareto/schemas/unmarshall_errors/migrate_boilerplate.js +3 -0
  147. package/dist/{generated/implementation/schemas/unmarshall_result → interface/generated/pareto/schemas/unmarshall_errors}/unmarshall.js +1 -1
  148. package/dist/interface/generated/pareto/schemas/unmarshall_errors/value_deserializers.js +3 -0
  149. package/dist/interface/generated/pareto/schemas/unmarshall_errors/value_serializers.js +3 -0
  150. package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/data_types/resolve.js +1 -1
  151. package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/data_types/source.js +1 -1
  152. package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/data_types/target.js +1 -1
  153. package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/marshall.js +1 -1
  154. package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/migrate_boilerplate.js +1 -1
  155. package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/unmarshall.js +1 -1
  156. package/dist/interface/generated/pareto/schemas/unmarshall_result/value_deserializers.js +3 -0
  157. package/dist/interface/generated/pareto/schemas/unmarshall_result/value_serializers.js +3 -0
  158. package/dist/shorthands/module.d.ts +2 -2
  159. package/dist/shorthands/schema.d.ts +1 -1
  160. package/dist/temp/resolvers/module.d.ts +1 -1
  161. package/dist/temp/resolvers/module.js +2 -2
  162. package/dist/temp/resolvers/schema.d.ts +1 -1
  163. package/dist/temp/resolvers/schema.js +2 -2
  164. package/dist/temp/temp_unmashall_result_types.d.ts +3 -3
  165. package/dist/temp/temporary_schemas/accounting_ruwe_data/module.astn.d.ts +1 -1
  166. package/dist/temp/temporary_schemas/accounting_ruwe_data/operations.astn.d.ts +1 -1
  167. package/dist/temp/temporary_schemas/accounting_ruwe_data/schema_tree.astn.d.ts +1 -1
  168. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.globals.astn.d.ts +1 -1
  169. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.d.ts +1 -1
  170. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.types.astn.d.ts +1 -1
  171. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.globals.astn.d.ts +1 -1
  172. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.module.astn.d.ts +1 -1
  173. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.d.ts +1 -1
  174. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/csv/$.globals.astn.d.ts +1 -1
  175. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/csv/$.module.astn.d.ts +1 -1
  176. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/csv/$.types.astn.d.ts +1 -1
  177. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/html/$.globals.astn.d.ts +1 -1
  178. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/html/$.module.astn.d.ts +1 -1
  179. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/html/$.types.astn.d.ts +1 -1
  180. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.globals.astn.d.ts +1 -1
  181. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.module.astn.d.ts +1 -1
  182. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/json_schema/$.types.astn.d.ts +1 -1
  183. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.globals.astn.d.ts +1 -1
  184. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.module.astn.d.ts +1 -1
  185. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/legacy_schema/$.types.astn.d.ts +1 -1
  186. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.globals.astn.d.ts +1 -1
  187. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.module.astn.d.ts +1 -1
  188. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/railroad_diagram/$.types.astn.d.ts +1 -1
  189. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.globals.astn.d.ts +1 -1
  190. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.module.astn.d.ts +1 -1
  191. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/regular_expression/$.types.astn.d.ts +1 -1
  192. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.globals.astn.d.ts +1 -1
  193. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.module.astn.d.ts +1 -1
  194. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/semantic_versioning/$.types.astn.d.ts +1 -1
  195. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.globals.astn.d.ts +1 -1
  196. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.module.astn.d.ts +1 -1
  197. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/parse_result/$.types.astn.d.ts +1 -1
  198. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.globals.astn.d.ts +1 -1
  199. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.module.astn.d.ts +1 -1
  200. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/xml/simple/$.types.astn.d.ts +1 -1
  201. package/dist/temp/temporary_schemas/all.d.ts +1 -1
  202. package/dist/temp/temporary_schemas/antlr/module.astn.d.ts +1 -1
  203. package/dist/temp/temporary_schemas/antlr/operations.astn.d.ts +1 -1
  204. package/dist/temp/temporary_schemas/antlr/schema_tree.astn.d.ts +1 -1
  205. package/dist/temp/temporary_schemas/antlr/schemas/ast/$.globals.astn.d.ts +1 -1
  206. package/dist/temp/temporary_schemas/antlr/schemas/ast/$.module.astn.d.ts +1 -1
  207. package/dist/temp/temporary_schemas/antlr/schemas/ast/$.types.astn.d.ts +1 -1
  208. package/dist/temp/temporary_schemas/antlr/schemas/atn/$.globals.astn.d.ts +1 -1
  209. package/dist/temp/temporary_schemas/antlr/schemas/atn/$.module.astn.d.ts +1 -1
  210. package/dist/temp/temporary_schemas/antlr/schemas/atn/$.types.astn.d.ts +1 -1
  211. package/dist/temp/temporary_schemas/antlr/schemas/dfa/$.globals.astn.d.ts +1 -1
  212. package/dist/temp/temporary_schemas/antlr/schemas/dfa/$.module.astn.d.ts +1 -1
  213. package/dist/temp/temporary_schemas/antlr/schemas/dfa/$.types.astn.d.ts +1 -1
  214. package/dist/temp/temporary_schemas/antlr/schemas/lookahead/$.globals.astn.d.ts +1 -1
  215. package/dist/temp/temporary_schemas/antlr/schemas/lookahead/$.module.astn.d.ts +1 -1
  216. package/dist/temp/temporary_schemas/antlr/schemas/lookahead/$.types.astn.d.ts +1 -1
  217. package/dist/temp/temporary_schemas/astn/module.astn.d.ts +1 -1
  218. package/dist/temp/temporary_schemas/astn/operations.astn.d.ts +1 -1
  219. package/dist/temp/temporary_schemas/astn/schema_tree.astn.d.ts +1 -1
  220. package/dist/temp/temporary_schemas/astn/schemas/astn_schema/$.globals.astn.d.ts +1 -1
  221. package/dist/temp/temporary_schemas/astn/schemas/astn_schema/$.module.astn.d.ts +1 -1
  222. package/dist/temp/temporary_schemas/astn/schemas/astn_schema/$.resolvers.astn.d.ts +1 -1
  223. package/dist/temp/temporary_schemas/astn/schemas/astn_schema/$.signatures.astn.d.ts +1 -1
  224. package/dist/temp/temporary_schemas/astn/schemas/astn_schema/$.types.astn.d.ts +1 -1
  225. package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_result/$.globals.astn.d.ts +1 -1
  226. package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_result/$.module.astn.d.ts +1 -1
  227. package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_result/$.types.astn.d.ts +1 -1
  228. package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_tree/$.globals.astn.d.ts +1 -1
  229. package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_tree/$.module.astn.d.ts +1 -1
  230. package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_tree/$.types.astn.d.ts +1 -1
  231. package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_tree/$.types.astn.js +1 -1
  232. package/dist/temp/temporary_schemas/astn/schemas/authoring_target/$.globals.astn.d.ts +1 -1
  233. package/dist/temp/temporary_schemas/astn/schemas/authoring_target/$.module.astn.d.ts +1 -1
  234. package/dist/temp/temporary_schemas/astn/schemas/authoring_target/$.types.astn.d.ts +1 -1
  235. package/dist/temp/temporary_schemas/astn/schemas/ide/$.globals.astn.d.ts +1 -1
  236. package/dist/temp/temporary_schemas/astn/schemas/ide/$.module.astn.d.ts +1 -1
  237. package/dist/temp/temporary_schemas/astn/schemas/ide/$.types.astn.d.ts +1 -1
  238. package/dist/temp/temporary_schemas/astn/schemas/sealed_ast/$.globals.astn.d.ts +1 -1
  239. package/dist/temp/temporary_schemas/astn/schemas/sealed_ast/$.module.astn.d.ts +1 -1
  240. package/dist/temp/temporary_schemas/astn/schemas/sealed_ast/$.types.astn.d.ts +1 -1
  241. package/dist/temp/temporary_schemas/astn/schemas/sealed_ast/$.types.astn.js +1 -1
  242. package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.globals.astn.d.ts +1 -1
  243. package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.module.astn.d.ts +1 -1
  244. package/dist/temp/temporary_schemas/astn/schemas/sealed_parse_result/$.types.astn.d.ts +1 -1
  245. package/dist/temp/temporary_schemas/astn/schemas/sealed_target/$.globals.astn.d.ts +1 -1
  246. package/dist/temp/temporary_schemas/astn/schemas/sealed_target/$.module.astn.d.ts +1 -1
  247. package/dist/temp/temporary_schemas/astn/schemas/sealed_target/$.types.astn.d.ts +1 -1
  248. package/dist/temp/temporary_schemas/astn/schemas/token/$.globals.astn.d.ts +1 -1
  249. package/dist/temp/temporary_schemas/astn/schemas/token/$.module.astn.d.ts +1 -1
  250. package/dist/temp/temporary_schemas/astn/schemas/token/$.types.astn.d.ts +1 -1
  251. package/dist/temp/temporary_schemas/astn-to-xml/module.astn.d.ts +1 -1
  252. package/dist/temp/temporary_schemas/astn-to-xml/operations.astn.d.ts +1 -1
  253. package/dist/temp/temporary_schemas/astn-to-xml/schema_tree.astn.d.ts +1 -1
  254. package/dist/temp/temporary_schemas/astn-to-xml/schemas/xml/$.globals.astn.d.ts +1 -1
  255. package/dist/temp/temporary_schemas/astn-to-xml/schemas/xml/$.module.astn.d.ts +1 -1
  256. package/dist/temp/temporary_schemas/astn-to-xml/schemas/xml/$.types.astn.d.ts +1 -1
  257. package/dist/temp/temporary_schemas/exupery/module.astn.d.ts +1 -1
  258. package/dist/temp/temporary_schemas/exupery/operations.astn.d.ts +1 -1
  259. package/dist/temp/temporary_schemas/exupery/schema_tree.astn.d.ts +1 -1
  260. package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.globals.astn.d.ts +1 -1
  261. package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.module.astn.d.ts +1 -1
  262. package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.resolvers.astn.d.ts +1 -1
  263. package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.signatures.astn.d.ts +1 -1
  264. package/dist/temp/temporary_schemas/exupery/schemas/implementation/$.types.astn.d.ts +1 -1
  265. package/dist/temp/temporary_schemas/exupery/schemas/interface/$.globals.astn.d.ts +1 -1
  266. package/dist/temp/temporary_schemas/exupery/schemas/interface/$.module.astn.d.ts +1 -1
  267. package/dist/temp/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.d.ts +1 -1
  268. package/dist/temp/temporary_schemas/exupery/schemas/interface/$.signatures.astn.d.ts +1 -1
  269. package/dist/temp/temporary_schemas/exupery/schemas/interface/$.types.astn.d.ts +1 -1
  270. package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.globals.astn.d.ts +1 -1
  271. package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.module.astn.d.ts +1 -1
  272. package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.d.ts +1 -1
  273. package/dist/temp/temporary_schemas/exupery/schemas/typescript_light/$.types.astn.js +12 -12
  274. package/dist/temp/temporary_schemas/exupery-resources/module.astn.d.ts +1 -1
  275. package/dist/temp/temporary_schemas/exupery-resources/operations.astn.d.ts +1 -1
  276. package/dist/temp/temporary_schemas/exupery-resources/schema_tree.astn.d.ts +1 -1
  277. package/dist/temp/temporary_schemas/exupery-resources/schema_tree.astn.js +15 -9
  278. package/dist/temp/temporary_schemas/exupery-resources/schemas/copy/$.globals.astn.d.ts +1 -1
  279. package/dist/temp/temporary_schemas/exupery-resources/schemas/copy/$.module.astn.d.ts +1 -1
  280. package/dist/temp/temporary_schemas/exupery-resources/schemas/copy/$.types.astn.d.ts +1 -1
  281. package/dist/temp/temporary_schemas/{pareto-json/schemas/ast → exupery-resources/schemas/execute_procedure_executable}/$.globals.astn.d.ts +1 -1
  282. package/dist/temp/temporary_schemas/{pareto-json/schemas/atn → exupery-resources/schemas/execute_procedure_executable}/$.globals.astn.js +1 -1
  283. package/dist/temp/temporary_schemas/{pareto-json/schemas/ast → exupery-resources/schemas/execute_procedure_executable}/$.module.astn.d.ts +1 -1
  284. package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_procedure_executable/$.module.astn.js +8 -0
  285. package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_procedure_executable/$.types.astn.d.ts +3 -0
  286. package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_procedure_executable/$.types.astn.js +20 -0
  287. package/dist/temp/temporary_schemas/{pareto-json/schemas/atn → exupery-resources/schemas/execute_query_executable}/$.globals.astn.d.ts +1 -1
  288. package/dist/temp/temporary_schemas/{pareto-json/schemas/ast → exupery-resources/schemas/execute_query_executable}/$.globals.astn.js +1 -1
  289. package/dist/temp/temporary_schemas/{pareto-json/schemas/atn → exupery-resources/schemas/execute_query_executable}/$.module.astn.d.ts +1 -1
  290. package/dist/temp/temporary_schemas/{pareto-json/schemas/ast → exupery-resources/schemas/execute_query_executable}/$.module.astn.js +1 -1
  291. package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable/$.types.astn.d.ts +3 -0
  292. package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable/$.types.astn.js +23 -0
  293. package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable_and_catch/$.globals.astn.d.ts +3 -0
  294. package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable_and_catch/$.globals.astn.js +6 -0
  295. package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable_and_catch/$.module.astn.d.ts +3 -0
  296. package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable_and_catch/$.module.astn.js +8 -0
  297. package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable_and_catch/$.types.astn.d.ts +3 -0
  298. package/dist/temp/temporary_schemas/exupery-resources/schemas/execute_query_executable_and_catch/$.types.astn.js +26 -0
  299. package/dist/temp/temporary_schemas/exupery-resources/schemas/get_instream_data/$.globals.astn.d.ts +1 -1
  300. package/dist/temp/temporary_schemas/exupery-resources/schemas/get_instream_data/$.module.astn.d.ts +1 -1
  301. package/dist/temp/temporary_schemas/exupery-resources/schemas/get_instream_data/$.types.astn.d.ts +1 -1
  302. package/dist/temp/temporary_schemas/exupery-resources/schemas/log/$.globals.astn.d.ts +1 -1
  303. package/dist/temp/temporary_schemas/exupery-resources/schemas/log/$.module.astn.d.ts +1 -1
  304. package/dist/temp/temporary_schemas/exupery-resources/schemas/log/$.types.astn.d.ts +1 -1
  305. package/dist/temp/temporary_schemas/exupery-resources/schemas/log_error/$.globals.astn.d.ts +1 -1
  306. package/dist/temp/temporary_schemas/exupery-resources/schemas/log_error/$.module.astn.d.ts +1 -1
  307. package/dist/temp/temporary_schemas/exupery-resources/schemas/log_error/$.types.astn.d.ts +1 -1
  308. package/dist/temp/temporary_schemas/exupery-resources/schemas/make_directory/$.globals.astn.d.ts +1 -1
  309. package/dist/temp/temporary_schemas/exupery-resources/schemas/make_directory/$.module.astn.d.ts +1 -1
  310. package/dist/temp/temporary_schemas/exupery-resources/schemas/make_directory/$.types.astn.d.ts +1 -1
  311. package/dist/temp/temporary_schemas/exupery-resources/schemas/read_directory/$.globals.astn.d.ts +1 -1
  312. package/dist/temp/temporary_schemas/exupery-resources/schemas/read_directory/$.module.astn.d.ts +1 -1
  313. package/dist/temp/temporary_schemas/exupery-resources/schemas/read_directory/$.types.astn.d.ts +1 -1
  314. package/dist/temp/temporary_schemas/exupery-resources/schemas/read_file/$.globals.astn.d.ts +1 -1
  315. package/dist/temp/temporary_schemas/exupery-resources/schemas/read_file/$.module.astn.d.ts +1 -1
  316. package/dist/temp/temporary_schemas/exupery-resources/schemas/read_file/$.types.astn.d.ts +1 -1
  317. package/dist/temp/temporary_schemas/exupery-resources/schemas/remove/$.globals.astn.d.ts +1 -1
  318. package/dist/temp/temporary_schemas/exupery-resources/schemas/remove/$.module.astn.d.ts +1 -1
  319. package/dist/temp/temporary_schemas/exupery-resources/schemas/remove/$.types.astn.d.ts +1 -1
  320. package/dist/temp/temporary_schemas/exupery-resources/schemas/stat/$.globals.astn.d.ts +1 -1
  321. package/dist/temp/temporary_schemas/exupery-resources/schemas/stat/$.module.astn.d.ts +1 -1
  322. package/dist/temp/temporary_schemas/exupery-resources/schemas/stat/$.types.astn.d.ts +1 -1
  323. package/dist/temp/temporary_schemas/exupery-resources/schemas/write_file/$.globals.astn.d.ts +1 -1
  324. package/dist/temp/temporary_schemas/exupery-resources/schemas/write_file/$.module.astn.d.ts +1 -1
  325. package/dist/temp/temporary_schemas/exupery-resources/schemas/write_file/$.types.astn.d.ts +1 -1
  326. package/dist/temp/temporary_schemas/git/module.astn.d.ts +1 -1
  327. package/dist/temp/temporary_schemas/git/operations.astn.d.ts +1 -1
  328. package/dist/temp/temporary_schemas/git/schema_tree.astn.d.ts +1 -1
  329. package/dist/temp/temporary_schemas/git/schemas/git/$.globals.astn.d.ts +1 -1
  330. package/dist/temp/temporary_schemas/git/schemas/git/$.module.astn.d.ts +1 -1
  331. package/dist/temp/temporary_schemas/git/schemas/git/$.types.astn.d.ts +1 -1
  332. package/dist/temp/temporary_schemas/json-to-astn/module.astn.d.ts +1 -1
  333. package/dist/temp/temporary_schemas/json-to-astn/operations.astn.d.ts +1 -1
  334. package/dist/temp/temporary_schemas/json-to-astn/schema_tree.astn.d.ts +1 -1
  335. package/dist/temp/temporary_schemas/json-to-astn/schemas/legacy_json_schema/$.globals.astn.d.ts +1 -1
  336. package/dist/temp/temporary_schemas/json-to-astn/schemas/legacy_json_schema/$.module.astn.d.ts +1 -1
  337. package/dist/temp/temporary_schemas/json-to-astn/schemas/legacy_json_schema/$.types.astn.d.ts +1 -1
  338. package/dist/temp/temporary_schemas/pareto/module.astn.d.ts +1 -1
  339. package/dist/temp/temporary_schemas/pareto/operations.astn.d.ts +1 -1
  340. package/dist/temp/temporary_schemas/pareto/schema_tree.astn.d.ts +1 -1
  341. package/dist/temp/temporary_schemas/pareto/schemas/module/$.globals.astn.d.ts +1 -1
  342. package/dist/temp/temporary_schemas/pareto/schemas/module/$.module.astn.d.ts +1 -1
  343. package/dist/temp/temporary_schemas/pareto/schemas/module/$.resolvers.astn.d.ts +1 -1
  344. package/dist/temp/temporary_schemas/pareto/schemas/module/$.signatures.astn.d.ts +1 -1
  345. package/dist/temp/temporary_schemas/pareto/schemas/module/$.types.astn.d.ts +1 -1
  346. package/dist/temp/temporary_schemas/pareto/schemas/schema/$.globals.astn.d.ts +1 -1
  347. package/dist/temp/temporary_schemas/pareto/schemas/schema/$.module.astn.d.ts +1 -1
  348. package/dist/temp/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.d.ts +1 -1
  349. package/dist/temp/temporary_schemas/pareto/schemas/schema/$.signatures.astn.d.ts +1 -1
  350. package/dist/temp/temporary_schemas/pareto/schemas/schema/$.types.astn.d.ts +1 -1
  351. package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.globals.astn.d.ts +1 -1
  352. package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.module.astn.d.ts +1 -1
  353. package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_errors/$.types.astn.d.ts +1 -1
  354. package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.d.ts +1 -1
  355. package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.d.ts +1 -1
  356. package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.d.ts +1 -1
  357. package/dist/temp/temporary_schemas/pareto-boekhouding/module.astn.d.ts +1 -1
  358. package/dist/temp/temporary_schemas/pareto-boekhouding/operations.astn.d.ts +1 -1
  359. package/dist/temp/temporary_schemas/pareto-boekhouding/schema_tree.astn.d.ts +1 -1
  360. package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.globals.astn.d.ts +1 -1
  361. package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.module.astn.d.ts +1 -1
  362. package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.resolvers.astn.d.ts +1 -1
  363. package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.signatures.astn.d.ts +1 -1
  364. package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding/$.types.astn.d.ts +1 -1
  365. package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.globals.astn.d.ts +1 -1
  366. package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.module.astn.d.ts +1 -1
  367. package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.types.astn.d.ts +1 -1
  368. package/dist/temp/temporary_schemas/pareto-fountain-pen/module.astn.d.ts +1 -1
  369. package/dist/temp/temporary_schemas/pareto-fountain-pen/operations.astn.d.ts +1 -1
  370. package/dist/temp/temporary_schemas/pareto-fountain-pen/schema_tree.astn.d.ts +1 -1
  371. package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.globals.astn.d.ts +1 -1
  372. package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.module.astn.d.ts +1 -1
  373. package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.d.ts +1 -1
  374. package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/block/$.types.astn.js +12 -12
  375. package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.globals.astn.d.ts +1 -1
  376. package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.module.astn.d.ts +1 -1
  377. package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/lines/$.types.astn.d.ts +1 -1
  378. package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.globals.astn.d.ts +1 -1
  379. package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.module.astn.d.ts +1 -1
  380. package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/semi_lines/$.types.astn.d.ts +1 -1
  381. package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.globals.astn.d.ts +1 -1
  382. package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.module.astn.d.ts +1 -1
  383. package/dist/temp/temporary_schemas/pareto-fountain-pen/schemas/text/$.types.astn.d.ts +1 -1
  384. package/dist/temp/temporary_schemas/pareto-json/module.astn.d.ts +1 -1
  385. package/dist/temp/temporary_schemas/pareto-json/operations.astn.d.ts +1 -1
  386. package/dist/temp/temporary_schemas/pareto-json/schema_tree.astn.d.ts +1 -1
  387. package/dist/temp/temporary_schemas/pareto-json/schema_tree.astn.js +3 -5
  388. package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.globals.astn.d.ts +3 -0
  389. package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.globals.astn.js +10 -0
  390. package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.module.astn.d.ts +3 -0
  391. package/dist/temp/temporary_schemas/pareto-json/schemas/{atn → json}/$.module.astn.js +1 -1
  392. package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.types.astn.d.ts +3 -0
  393. package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.types.astn.js +25 -0
  394. package/dist/temp/temporary_schemas/pareto-lionweb/module.astn.d.ts +1 -1
  395. package/dist/temp/temporary_schemas/pareto-lionweb/operations.astn.d.ts +1 -1
  396. package/dist/temp/temporary_schemas/pareto-lionweb/schema_tree.astn.d.ts +1 -1
  397. package/dist/temp/temporary_schemas/pareto-lionweb/schemas/lioncore/$.globals.astn.d.ts +1 -1
  398. package/dist/temp/temporary_schemas/pareto-lionweb/schemas/lioncore/$.module.astn.d.ts +1 -1
  399. package/dist/temp/temporary_schemas/pareto-lionweb/schemas/lioncore/$.types.astn.d.ts +1 -1
  400. package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3_normalized/$.globals.astn.d.ts +1 -1
  401. package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3_normalized/$.module.astn.d.ts +1 -1
  402. package/dist/temp/temporary_schemas/pareto-lionweb/schemas/m3_normalized/$.types.astn.d.ts +1 -1
  403. package/dist/temp/temporary_schemas/pareto-targets/module.astn.d.ts +1 -1
  404. package/dist/temp/temporary_schemas/pareto-targets/operations.astn.d.ts +1 -1
  405. package/dist/temp/temporary_schemas/pareto-targets/schema_tree.astn.d.ts +1 -1
  406. package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.globals.astn.d.ts +1 -1
  407. package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.module.astn.d.ts +1 -1
  408. package/dist/temp/temporary_schemas/pareto-targets/schemas/alan_light/$.types.astn.d.ts +1 -1
  409. package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.globals.astn.d.ts +1 -1
  410. package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.module.astn.d.ts +1 -1
  411. package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/high_level/$.types.astn.d.ts +1 -1
  412. package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.globals.astn.d.ts +1 -1
  413. package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.module.astn.d.ts +1 -1
  414. package/dist/temp/temporary_schemas/pareto-targets/schemas/graphviz/low_level/$.types.astn.d.ts +1 -1
  415. package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.globals.astn.d.ts +1 -1
  416. package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.module.astn.d.ts +1 -1
  417. package/dist/temp/temporary_schemas/pareto-targets/schemas/lionweb/$.types.astn.d.ts +1 -1
  418. package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.globals.astn.d.ts +1 -1
  419. package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.module.astn.d.ts +1 -1
  420. package/dist/temp/temporary_schemas/pareto-targets/schemas/pareto_documentation/$.types.astn.d.ts +1 -1
  421. package/dist/temp/temporary_schemas/pareto-vscode-backend/module.astn.d.ts +1 -1
  422. package/dist/temp/temporary_schemas/pareto-vscode-backend/operations.astn.d.ts +1 -1
  423. package/dist/temp/temporary_schemas/pareto-vscode-backend/schema_tree.astn.d.ts +1 -1
  424. package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/client/$.globals.astn.d.ts +1 -1
  425. package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/client/$.module.astn.d.ts +1 -1
  426. package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/client/$.types.astn.d.ts +1 -1
  427. package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/server/$.globals.astn.d.ts +1 -1
  428. package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/server/$.module.astn.d.ts +1 -1
  429. package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/server/$.types.astn.d.ts +1 -1
  430. package/package.json +5 -5
  431. package/dist/generated/implementation/generic/resolve.js +0 -276
  432. package/dist/generated/implementation/generic/unmarshall.js +0 -238
  433. package/dist/generated/implementation/schemas/astn_schema/marshall.js +0 -232
  434. package/dist/generated/implementation/schemas/astn_schema/resolve.js +0 -446
  435. package/dist/generated/implementation/schemas/astn_schema/unmarshall.js +0 -206
  436. package/dist/generated/implementation/schemas/token/marshall.js +0 -230
  437. package/dist/generated/implementation/schemas/token/unmarshall.js +0 -218
  438. package/dist/generated/interface/schemas/token/data_types/source.js +0 -3
  439. package/dist/generated/interface/schemas/token/data_types/target.js +0 -3
  440. package/dist/generated/interface/schemas/token/marshall.js +0 -3
  441. package/dist/generated/interface/schemas/token/migrate_boilerplate.js +0 -3
  442. package/dist/generated/interface/schemas/token/unmarshall.js +0 -3
  443. package/dist/generated/interface/schemas/token/value_deserializers.js +0 -3
  444. package/dist/generated/interface/schemas/token/value_serializers.js +0 -3
  445. package/dist/generated/interface/schemas/unmarshall_errors/data_types/source.js +0 -3
  446. package/dist/generated/interface/schemas/unmarshall_errors/data_types/target.js +0 -3
  447. package/dist/generated/interface/schemas/unmarshall_errors/marshall.js +0 -3
  448. package/dist/generated/interface/schemas/unmarshall_errors/migrate_boilerplate.js +0 -3
  449. package/dist/generated/interface/schemas/unmarshall_errors/unmarshall.js +0 -3
  450. package/dist/generated/interface/schemas/unmarshall_errors/value_deserializers.js +0 -3
  451. package/dist/generated/interface/schemas/unmarshall_errors/value_serializers.js +0 -3
  452. package/dist/generated/interface/schemas/unmarshall_result/data_types/unconstrained.d.ts +0 -1
  453. package/dist/generated/interface/schemas/unmarshall_result/data_types/unconstrained.js +0 -7
  454. package/dist/generated/interface/schemas/unmarshall_result/value_deserializers.js +0 -3
  455. package/dist/generated/interface/schemas/unmarshall_result/value_serializers.js +0 -3
  456. package/dist/operations/impure/tbd/path.js +0 -16
  457. package/dist/procedures/compile.js +0 -140
  458. package/dist/temp/temporary_schemas/pareto-json/schemas/ast/$.types.astn.d.ts +0 -3
  459. package/dist/temp/temporary_schemas/pareto-json/schemas/ast/$.types.astn.js +0 -6
  460. package/dist/temp/temporary_schemas/pareto-json/schemas/atn/$.types.astn.d.ts +0 -3
  461. package/dist/temp/temporary_schemas/pareto-json/schemas/atn/$.types.astn.js +0 -6
  462. package/dist/transformations/module/exupery_implementation.d.ts +0 -4
  463. package/dist/transformations/module/temp_typescript.d.ts +0 -3
  464. package/dist/transformations/schema/astn_schema.js +0 -140
  465. package/dist/transformations/schema/exupery_implementation/marshall.js +0 -142
  466. package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.js +0 -105
  467. package/dist/transformations/schema/exupery_implementation/resolve.js +0 -300
  468. package/dist/transformations/schema/exupery_implementation/unmarshall.js +0 -158
  469. package/dist/transformations/schema/exupery_interface/dummy_resolve.js +0 -13
  470. package/dist/transformations/schema/exupery_interface/marshall.d.ts +0 -6
  471. package/dist/transformations/schema/exupery_interface/migrate_boilerplate.d.ts +0 -7
  472. package/dist/transformations/schema/exupery_interface/resolve.js +0 -110
  473. package/dist/transformations/schema/exupery_interface/types.js +0 -192
  474. package/dist/transformations/schema/exupery_interface/value_deserializers.d.ts +0 -6
  475. package/dist/transformations/schema/exupery_interface/value_serializers.d.ts +0 -6
  476. package/dist/transformations/unmarshall_errors/fountain_pen.d.ts +0 -9
  477. package/dist/transformations/unmarshall_errors/fountain_pen.js +0 -86
  478. package/dist/transformations/unmarshall_result/astn_authoring_target.d.ts +0 -3
  479. /package/dist/{generated/implementation → implementation/generated/pareto}/schemas/unmarshall_result/marshall.d.ts +0 -0
  480. /package/dist/{generated/implementation → implementation/generated/pareto}/schemas/unmarshall_result/unmarshall.d.ts +0 -0
  481. /package/dist/{operations → implementation/operations}/impure/tbd/path.d.ts +0 -0
  482. /package/dist/{procedures → implementation/procedures/unguaranteed}/compile.d.ts +0 -0
  483. /package/dist/{procedures → implementation/procedures/unguaranteed}/seal.d.ts +0 -0
  484. /package/dist/{procedures → implementation/procedures/unguaranteed}/serialize_schemas.d.ts +0 -0
  485. /package/dist/{procedures → implementation/procedures/unguaranteed}/validate.d.ts +0 -0
  486. /package/dist/{generated/interface → interface/generated/pareto}/core/astn_source.d.ts +0 -0
  487. /package/dist/{generated/interface → interface/generated/pareto}/core/astn_target.d.ts +0 -0
  488. /package/dist/{generated/interface → interface/generated/pareto}/core/resolve.d.ts +0 -0
  489. /package/dist/{generated/interface → interface/generated/pareto}/core/resolved.d.ts +0 -0
  490. /package/dist/{generated/interface → interface/generated/pareto}/core/unconstrained.d.ts +0 -0
  491. /package/dist/{generated/interface → interface/generated/pareto}/core/unresolved.d.ts +0 -0
  492. /package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/data_types/resolve.d.ts +0 -0
  493. /package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/data_types/source.d.ts +0 -0
  494. /package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/data_types/target.d.ts +0 -0
  495. /package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/marshall.d.ts +0 -0
  496. /package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/migrate_boilerplate.d.ts +0 -0
  497. /package/dist/{generated/interface → interface/generated/pareto}/schemas/astn_schema/unmarshall.d.ts +0 -0
  498. /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/astn_schema}/value_deserializers.d.ts +0 -0
  499. /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/astn_schema}/value_serializers.d.ts +0 -0
  500. /package/dist/{generated/interface → interface/generated/pareto}/schemas/module/data_types/resolve.d.ts +0 -0
  501. /package/dist/{generated/interface → interface/generated/pareto}/schemas/module/data_types/source.d.ts +0 -0
  502. /package/dist/{generated/interface → interface/generated/pareto}/schemas/module/data_types/target.d.ts +0 -0
  503. /package/dist/{generated/interface → interface/generated/pareto}/schemas/module/marshall.d.ts +0 -0
  504. /package/dist/{generated/interface → interface/generated/pareto}/schemas/module/migrate_boilerplate.d.ts +0 -0
  505. /package/dist/{generated/interface → interface/generated/pareto}/schemas/module/unmarshall.d.ts +0 -0
  506. /package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/module}/value_deserializers.d.ts +0 -0
  507. /package/dist/{generated/interface/schemas/astn_schema → interface/generated/pareto/schemas/module}/value_serializers.d.ts +0 -0
  508. /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/data_types/resolve.d.ts +0 -0
  509. /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/data_types/source.d.ts +0 -0
  510. /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/data_types/target.d.ts +0 -0
  511. /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/marshall.d.ts +0 -0
  512. /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/migrate_boilerplate.d.ts +0 -0
  513. /package/dist/{generated/interface/schemas/ast → interface/generated/pareto/schemas/parse_tree}/unmarshall.d.ts +0 -0
  514. /package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/parse_tree}/value_deserializers.d.ts +0 -0
  515. /package/dist/{generated/interface/schemas/module → interface/generated/pareto/schemas/parse_tree}/value_serializers.d.ts +0 -0
  516. /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/data_types/resolve.d.ts +0 -0
  517. /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/data_types/source.d.ts +0 -0
  518. /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/data_types/target.d.ts +0 -0
  519. /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/marshall.d.ts +0 -0
  520. /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/migrate_boilerplate.d.ts +0 -0
  521. /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/unmarshall.d.ts +0 -0
  522. /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/value_deserializers.d.ts +0 -0
  523. /package/dist/{generated/interface → interface/generated/pareto}/schemas/schema/value_serializers.d.ts +0 -0
  524. /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/data_types/resolve.d.ts +0 -0
  525. /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/data_types/source.d.ts +0 -0
  526. /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/data_types/target.d.ts +0 -0
  527. /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/marshall.d.ts +0 -0
  528. /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/migrate_boilerplate.d.ts +0 -0
  529. /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/unmarshall.d.ts +0 -0
  530. /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/value_deserializers.d.ts +0 -0
  531. /package/dist/{generated/interface → interface/generated/pareto}/schemas/token/value_serializers.d.ts +0 -0
  532. /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/data_types/resolve.d.ts +0 -0
  533. /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/data_types/source.d.ts +0 -0
  534. /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/data_types/target.d.ts +0 -0
  535. /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/marshall.d.ts +0 -0
  536. /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/migrate_boilerplate.d.ts +0 -0
  537. /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/unmarshall.d.ts +0 -0
  538. /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/value_deserializers.d.ts +0 -0
  539. /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_errors/value_serializers.d.ts +0 -0
  540. /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/data_types/resolve.d.ts +0 -0
  541. /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/data_types/source.d.ts +0 -0
  542. /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/data_types/target.d.ts +0 -0
  543. /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/marshall.d.ts +0 -0
  544. /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/migrate_boilerplate.d.ts +0 -0
  545. /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/unmarshall.d.ts +0 -0
  546. /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/value_deserializers.d.ts +0 -0
  547. /package/dist/{generated/interface → interface/generated/pareto}/schemas/unmarshall_result/value_serializers.d.ts +0 -0
@@ -2,10 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.$ = void 0;
4
4
  const schema_1 = require("../../../shorthands/schema");
5
- const __module_astn_1 = require("./schemas/ast/$.module.astn");
6
- const __module_astn_2 = require("./schemas/atn/$.module.astn");
5
+ const __module_astn_1 = require("./schemas/json/$.module.astn");
7
6
  exports.$ = schema_1.st.set({
8
- "ast": __module_astn_1.$,
9
- "atn": __module_astn_2.$,
7
+ "json": __module_astn_1.$,
10
8
  });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hX3RyZWUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1qc29uL3NjaGVtYV90cmVlLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsdURBQStDO0FBRy9DLCtEQUF3RDtBQUN4RCwrREFBd0Q7QUFFM0MsUUFBQSxDQUFDLEdBQXVDLFdBQUUsQ0FBQyxHQUFHLENBQUM7SUFDeEQsS0FBSyxFQUFFLGlCQUFLO0lBQ1osS0FBSyxFQUFFLGlCQUFLO0NBQ2YsQ0FBQyxDQUFBIn0=
9
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hX3RyZWUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1qc29uL3NjaGVtYV90cmVlLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsdURBQStDO0FBRy9DLGdFQUEwRDtBQUU3QyxRQUFBLENBQUMsR0FBdUMsV0FBRSxDQUFDLEdBQUcsQ0FBQztJQUN4RCxNQUFNLEVBQUUsaUJBQU07Q0FDakIsQ0FBQyxDQUFBIn0=
@@ -0,0 +1,3 @@
1
+ import * as _edata from 'exupery-core-data';
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
+ export declare const $: g_.Globals<_edata.Source_Location>;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../../../../shorthands/schema");
5
+ exports.$ = (0, schema_1.globals)('unconstrained', {
6
+ "Text Value": (0, schema_1.text)("single line"),
7
+ }, {
8
+ "Position": schema_1.n.natural(),
9
+ });
10
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5nbG9iYWxzLmFzdG4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvdGVtcC90ZW1wb3Jhcnlfc2NoZW1hcy9wYXJldG8tanNvbi9zY2hlbWFzL2pzb24vJC5nbG9iYWxzLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsNkRBSXlDO0FBRzVCLFFBQUEsQ0FBQyxHQUF1QyxJQUFBLGdCQUFPLEVBQ25ELGVBQWUsRUFDcEI7SUFDSSxZQUFZLEVBQUUsSUFBQSxhQUFJLEVBQUMsYUFBYSxDQUFDO0NBQ3BDLEVBQ0Q7SUFDSSxVQUFVLEVBQUUsVUFBQyxDQUFDLE9BQU8sRUFBRTtDQUMxQixDQUNKLENBQUEifQ==
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
+ export declare const $: g_.Schemas.D<pd.Source_Location>;
@@ -5,4 +5,4 @@ const schema_1 = require("../../../../../shorthands/schema");
5
5
  const __types_astn_1 = require("./$.types.astn");
6
6
  const __globals_astn_1 = require("./$.globals.astn");
7
7
  exports.$ = (0, schema_1.schema_)({}, __globals_astn_1.$, __types_astn_1.$, null);
8
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1qc29uL3NjaGVtYXMvYXRuLyQubW9kdWxlLmFzdG4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBSUEsNkRBQXVFO0FBR3ZFLGlEQUE0QztBQUM1QyxxREFBK0M7QUFFbEMsUUFBQSxDQUFDLEdBQXFDLElBQUEsZ0JBQU8sRUFDdEQsRUFBRSxFQUNGLGtCQUFPLEVBQ1AsZ0JBQU0sRUFDTixJQUFJLENBQ1AsQ0FBQSJ9
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC5tb2R1bGUuYXN0bi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy90ZW1wL3RlbXBvcmFyeV9zY2hlbWFzL3BhcmV0by1qc29uL3NjaGVtYXMvanNvbi8kLm1vZHVsZS5hc3RuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUlBLDZEQUF1RTtBQUd2RSxpREFBNEM7QUFDNUMscURBQStDO0FBRWxDLFFBQUEsQ0FBQyxHQUFxQyxJQUFBLGdCQUFPLEVBQ3RELEVBQUUsRUFDRixrQkFBTyxFQUNQLGdCQUFNLEVBQ04sSUFBSSxDQUNQLENBQUEifQ==
@@ -0,0 +1,3 @@
1
+ import * as pd from 'exupery-core-data';
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
+ export declare const $: g_.Types<pd.Source_Location>;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.$ = void 0;
4
+ const schema_1 = require("../../../../../shorthands/schema");
5
+ exports.$ = (0, schema_1.types)({
6
+ "Document": (0, schema_1.type)(schema_1.t.component("Value")),
7
+ "Value": (0, schema_1.type)(schema_1.t.state_group({
8
+ "array": (0, schema_1.tstate)(schema_1.t.list(schema_1.t.component_cyclic("Value"))),
9
+ "object": (0, schema_1.tstate)(schema_1.t.state_group({
10
+ "key value array": (0, schema_1.tstate)(schema_1.t.list(schema_1.t.group({
11
+ "key": (0, schema_1.prop)(schema_1.t.text_global("Text Value")),
12
+ "value": (0, schema_1.prop)(schema_1.t.component_cyclic("Value"))
13
+ }))),
14
+ "dictionary": (0, schema_1.tstate)(schema_1.t.dictionary(schema_1.t.component_cyclic("Value"))),
15
+ })),
16
+ "number": (0, schema_1.tstate)(schema_1.t.state_group({
17
+ "integer": (0, schema_1.tstate)(schema_1.t.number_local(schema_1.n.integer())),
18
+ "float": (0, schema_1.tstate)(schema_1.t.number_local(schema_1.n.approximation(16))),
19
+ })),
20
+ "string": (0, schema_1.tstate)(schema_1.t.text_global("Text Value")),
21
+ "boolean": (0, schema_1.tstate)(schema_1.t.boolean()),
22
+ "null": (0, schema_1.tstate)(schema_1.t.nothing()),
23
+ })),
24
+ });
25
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiJC50eXBlcy5hc3RuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL3RlbXAvdGVtcG9yYXJ5X3NjaGVtYXMvcGFyZXRvLWpzb24vc2NoZW1hcy9qc29uLyQudHlwZXMuYXN0bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFFQSw2REFPeUM7QUFHNUIsUUFBQSxDQUFDLEdBQWlDLElBQUEsY0FBSyxFQUNoRDtJQUVJLFVBQVUsRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsU0FBUyxDQUFDLE9BQU8sQ0FBQyxDQUFDO0lBRXRDLE9BQU8sRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsV0FBVyxDQUFDO1FBQ3hCLE9BQU8sRUFBRSxJQUFBLGVBQU0sRUFBQyxVQUFDLENBQUMsSUFBSSxDQUFDLFVBQUMsQ0FBQyxnQkFBZ0IsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDO1FBQ3BELFFBQVEsRUFBRSxJQUFBLGVBQU0sRUFBQyxVQUFDLENBQUMsV0FBVyxDQUFDO1lBQzNCLGlCQUFpQixFQUFFLElBQUEsZUFBTSxFQUFDLFVBQUMsQ0FBQyxJQUFJLENBQUMsVUFBQyxDQUFDLEtBQUssQ0FBQztnQkFDckMsS0FBSyxFQUFFLElBQUEsYUFBSSxFQUFDLFVBQUMsQ0FBQyxXQUFXLENBQUMsWUFBWSxDQUFDLENBQUM7Z0JBQ3hDLE9BQU8sRUFBRSxJQUFBLGFBQUksRUFBQyxVQUFDLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxDQUFDLENBQUM7YUFDN0MsQ0FBQyxDQUFDLENBQUM7WUFDSixZQUFZLEVBQUUsSUFBQSxlQUFNLEVBQUMsVUFBQyxDQUFDLFVBQVUsQ0FBQyxVQUFDLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQztTQUNsRSxDQUFDLENBQUM7UUFDSCxRQUFRLEVBQUUsSUFBQSxlQUFNLEVBQUMsVUFBQyxDQUFDLFdBQVcsQ0FBQztZQUMzQixTQUFTLEVBQUUsSUFBQSxlQUFNLEVBQUMsVUFBQyxDQUFDLFlBQVksQ0FBQyxVQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQztZQUM5QyxPQUFPLEVBQUUsSUFBQSxlQUFNLEVBQUMsVUFBQyxDQUFDLFlBQVksQ0FBQyxVQUFDLENBQUMsYUFBYSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7U0FDdkQsQ0FBQyxDQUFDO1FBQ0gsUUFBUSxFQUFFLElBQUEsZUFBTSxFQUFDLFVBQUMsQ0FBQyxXQUFXLENBQUMsWUFBWSxDQUFDLENBQUM7UUFDN0MsU0FBUyxFQUFFLElBQUEsZUFBTSxFQUFDLFVBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQztRQUM5QixNQUFNLEVBQUUsSUFBQSxlQUFNLEVBQUMsVUFBQyxDQUFDLE9BQU8sRUFBRSxDQUFDO0tBQzlCLENBQUMsQ0FBQztDQUNOLENBQ0osQ0FBQSJ9
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../generated/interface/schemas/module/data_types/target";
2
+ import * as g_ from "../../../interface/generated/pareto/schemas/module/data_types/target";
3
3
  export declare const $: g_.Module<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as _edata from 'exupery-core-data';
2
- import * as g_ from "../../../generated/interface/schemas/module/data_types/target";
2
+ import * as g_ from "../../../interface/generated/pareto/schemas/module/data_types/target";
3
3
  export declare const $: g_.Operations<_edata.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Schema_Tree<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as _edata from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Globals<_edata.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Schemas.D<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Types<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as _edata from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Globals<_edata.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Schemas.D<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Types<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../generated/interface/schemas/module/data_types/target";
2
+ import * as g_ from "../../../interface/generated/pareto/schemas/module/data_types/target";
3
3
  export declare const $: g_.Module<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../generated/interface/schemas/module/data_types/target";
2
+ import * as g_ from "../../../interface/generated/pareto/schemas/module/data_types/target";
3
3
  export declare const $: g_.Operations<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Schema_Tree<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Globals<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Schemas.D<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Types<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Globals<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Schemas.D<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Types<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Globals<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Schemas.D<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Types<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Globals<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Schemas.D<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Types<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Globals<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Schemas.D<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Types<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../generated/interface/schemas/module/data_types/target";
2
+ import * as g_ from "../../../interface/generated/pareto/schemas/module/data_types/target";
3
3
  export declare const $: g_.Module<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as _edata from 'exupery-core-data';
2
- import * as g_ from "../../../generated/interface/schemas/module/data_types/target";
2
+ import * as g_ from "../../../interface/generated/pareto/schemas/module/data_types/target";
3
3
  export declare const $: g_.Operations<_edata.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Schema_Tree<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as _edata from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Globals<_edata.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Schemas.D<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Types<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as _edata from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Globals<_edata.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Schemas.D<pd.Source_Location>;
@@ -1,3 +1,3 @@
1
1
  import * as pd from 'exupery-core-data';
2
- import * as g_ from "../../../../../generated/interface/schemas/schema/data_types/target";
2
+ import * as g_ from "../../../../../interface/generated/pareto/schemas/schema/data_types/target";
3
3
  export declare const $: g_.Types<pd.Source_Location>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto",
3
- "version": "0.76.66",
3
+ "version": "0.76.68",
4
4
  "description": "A library for the Pareto programming Language",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,13 +8,13 @@
8
8
  "dist"
9
9
  ],
10
10
  "dependencies": {
11
- "astn": "^0.111.23",
12
- "exupery": "^0.1.25",
11
+ "astn": "^0.111.29",
12
+ "exupery": "^0.1.30",
13
13
  "exupery-core-alg": "^0.1.12",
14
14
  "exupery-core-bin": "^0.1.18",
15
15
  "exupery-core-data": "^0.1.11",
16
16
  "exupery-core-dev": "^0.1.3",
17
- "pareto-fountain-pen": "^0.1.36",
18
- "pareto-standard-operations": "^0.1.15"
17
+ "pareto-fountain-pen": "^0.1.41",
18
+ "pareto-standard-operations": "^0.1.17"
19
19
  }
20
20
  }