pareto 0.78.2 → 0.78.4

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 (159) hide show
  1. package/dist/bin/compile_temp_schemas.js +17 -14
  2. package/dist/bin/seal.js +7 -9
  3. package/dist/bin/serialize_schemas.js +7 -9
  4. package/dist/globals.d.ts +2 -0
  5. package/dist/implementation/commands/compile_temp_schemas.d.ts +19 -0
  6. package/dist/implementation/commands/compile_temp_schemas.js +131 -0
  7. package/dist/implementation/commands/seal.d.ts +8 -0
  8. package/dist/{bin/validate.js → implementation/commands/seal.js} +13 -7
  9. package/dist/implementation/commands/serialize_schemas.d.ts +8 -0
  10. package/dist/implementation/commands/serialize_schemas.js +61 -0
  11. package/dist/implementation/generated/pareto/generic/parse/ast.js +21 -21
  12. package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.d.ts +1 -1
  13. package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.js +1 -1
  14. package/dist/implementation/generated/pareto/generic/parse/parse.js +4 -3
  15. package/dist/implementation/generated/pareto/generic/parse/string_iterator.d.ts +1 -1
  16. package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +4 -4
  17. package/dist/implementation/generated/pareto/generic/parse/token.js +5 -5
  18. package/dist/implementation/generated/pareto/generic/resolve.d.ts +4 -4
  19. package/dist/implementation/generated/pareto/generic/resolve.js +2 -2
  20. package/dist/implementation/generated/pareto/schemas/module/resolve.js +33 -33
  21. package/dist/implementation/generated/pareto/schemas/schema/resolve.js +2 -2
  22. package/dist/implementation/{algorithms/operations → operations}/impure/tbd/path.d.ts +1 -1
  23. package/dist/implementation/{algorithms/operations → operations}/impure/tbd/path.js +1 -1
  24. package/dist/implementation/{algorithms/queries/unguaranteed → queries}/load_pareto_document.d.ts +10 -7
  25. package/dist/implementation/queries/load_pareto_document.js +65 -0
  26. package/dist/implementation/{algorithms/queries/unguaranteed → queries}/load_pareto_file.d.ts +3 -5
  27. package/dist/implementation/queries/load_pareto_file.js +40 -0
  28. package/dist/{exceptional/deserializers → implementation/refiners}/load_schema.d.ts +1 -1
  29. package/dist/implementation/refiners/load_schema.js +83 -0
  30. package/dist/implementation/{algorithms/transformations → transformations}/module/exupery_implementation.d.ts +1 -1
  31. package/dist/implementation/{algorithms/transformations → transformations}/module/exupery_implementation.js +2 -2
  32. package/dist/implementation/{algorithms/transformations → transformations}/module/exupery_interface.d.ts +1 -1
  33. package/dist/implementation/{algorithms/transformations → transformations}/module/exupery_interface.js +1 -1
  34. package/dist/implementation/{algorithms/transformations → transformations}/module/temp_typescript_implementation.d.ts +1 -1
  35. package/dist/implementation/{algorithms/transformations → transformations}/module/temp_typescript_implementation.js +1 -1
  36. package/dist/implementation/{algorithms/transformations → transformations}/module/temp_typescript_interface.d.ts +1 -1
  37. package/dist/implementation/{algorithms/transformations → transformations}/module/temp_typescript_interface.js +1 -1
  38. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/deserialize.d.ts +2 -2
  39. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/deserialize.js +7 -7
  40. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/main.d.ts +3 -3
  41. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/main.js +1 -1
  42. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/marshall.d.ts +3 -3
  43. package/dist/implementation/transformations/schema/exupery_implementation/marshall.js +142 -0
  44. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/migrate_boilerplate.d.ts +2 -2
  45. package/dist/implementation/transformations/schema/exupery_implementation/migrate_boilerplate.js +105 -0
  46. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/resolve.d.ts +5 -5
  47. package/dist/implementation/transformations/schema/exupery_implementation/resolve.js +300 -0
  48. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/serialize.d.ts +2 -2
  49. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/serialize.js +7 -7
  50. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_implementation/unmarshall.d.ts +3 -3
  51. package/dist/implementation/transformations/schema/exupery_implementation/unmarshall.js +158 -0
  52. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/deserialize.d.ts +1 -1
  53. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/deserialize.js +1 -1
  54. package/dist/implementation/transformations/schema/exupery_interface/dummy_resolve.js +13 -0
  55. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/main.d.ts +1 -1
  56. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/main.js +1 -1
  57. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/marshall.d.ts +1 -1
  58. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/marshall.js +1 -1
  59. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/migrate_boilerplate.d.ts +1 -1
  60. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/migrate_boilerplate.js +1 -1
  61. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/resolve.d.ts +2 -2
  62. package/dist/implementation/transformations/schema/exupery_interface/resolve.js +110 -0
  63. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/serialize.d.ts +1 -1
  64. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/serialize.js +1 -1
  65. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/types.d.ts +1 -1
  66. package/dist/implementation/transformations/schema/exupery_interface/types.js +192 -0
  67. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/unmarshall.d.ts +1 -1
  68. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/unmarshall.js +1 -1
  69. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/value_deserializers.d.ts +1 -1
  70. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/value_deserializers.js +1 -1
  71. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/value_serializers.d.ts +1 -1
  72. package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/value_serializers.js +1 -1
  73. package/dist/implementation/transformations/temp/astn_schema.d.ts +10 -0
  74. package/dist/implementation/transformations/temp/astn_schema.js +140 -0
  75. package/dist/implementation/{algorithms/transformations → transformations}/temp/unmarshall_astn_ast.d.ts +2 -2
  76. package/dist/implementation/{algorithms/transformations → transformations}/temp/unmarshall_astn_ast.js +2 -2
  77. package/dist/implementation/{algorithms/transformations → transformations}/unmarshall_errors/fountain_pen.d.ts +1 -1
  78. package/dist/implementation/{algorithms/transformations → transformations}/unmarshall_errors/fountain_pen.js +1 -1
  79. package/dist/implementation/{algorithms/transformations → transformations}/unmarshall_result/astn_authoring_target.d.ts +1 -1
  80. package/dist/implementation/{algorithms/transformations → transformations}/unmarshall_result/astn_authoring_target.js +1 -1
  81. package/dist/implementation/{algorithms/transformations → transformations}/unmarshall_result/unmarshall_errors.d.ts +2 -2
  82. package/dist/implementation/transformations/unmarshall_result/unmarshall_errors.js +344 -0
  83. package/dist/interface/algorithms/procedures/{unguaranteed/compile.js → compile.js} +1 -1
  84. package/dist/interface/algorithms/procedures/{unguaranteed/seal.js → seal.js} +1 -1
  85. package/dist/interface/algorithms/procedures/{unguaranteed/serialize_schemas.js → serialize_schemas.js} +1 -1
  86. package/dist/interface/algorithms/procedures/{unguaranteed/validate.js → validate.js} +1 -1
  87. package/dist/interface/algorithms/queries/load_pareto_document.js +5 -0
  88. package/dist/interface/algorithms/queries/{unguaranteed/load_pareto_file.js → load_pareto_file.js} +2 -2
  89. package/dist/interface/generated/pareto/core/astn_source.d.ts +3 -3
  90. package/dist/interface/generated/pareto/core/astn_target.d.ts +7 -7
  91. package/dist/interface/generated/pareto/core/parse_result.d.ts +1 -1
  92. package/dist/interface/generated/pareto/core/resolve.d.ts +2 -2
  93. package/dist/interface/generated/pareto/core/resolved.d.ts +12 -12
  94. package/dist/interface/generated/pareto/core/token.d.ts +3 -3
  95. package/dist/interface/generated/pareto/core/unconstrained.d.ts +3 -3
  96. package/dist/interface/generated/pareto/core/unresolved.d.ts +10 -10
  97. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +71 -71
  98. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/source.d.ts +14 -14
  99. package/dist/interface/generated/pareto/schemas/parse_tree/data_types/target.d.ts +14 -14
  100. package/dist/interface/generated/pareto/schemas/schema/data_types/resolve.d.ts +428 -428
  101. package/dist/interface/generated/pareto/schemas/schema/data_types/source.d.ts +67 -67
  102. package/dist/interface/generated/pareto/schemas/schema/data_types/target.d.ts +67 -67
  103. package/dist/modules/pareto-fountain-pen-directory/implementation/commands/console_error.d.ts +12 -0
  104. package/dist/modules/pareto-fountain-pen-directory/implementation/commands/console_error.js +36 -0
  105. package/dist/modules/pareto-fountain-pen-directory/implementation/commands/console_log.d.ts +12 -0
  106. package/dist/modules/pareto-fountain-pen-directory/implementation/commands/console_log.js +36 -0
  107. package/dist/modules/pareto-fountain-pen-directory/implementation/commands/write_to_directory.d.ts +12 -0
  108. package/dist/modules/pareto-fountain-pen-directory/implementation/commands/write_to_directory.js +56 -0
  109. package/dist/modules/pareto-fountain-pen-directory/implementation/commands/write_to_file.d.ts +10 -0
  110. package/dist/modules/pareto-fountain-pen-directory/implementation/commands/write_to_file.js +45 -0
  111. package/dist/modules/pareto-fountain-pen-directory/implementation/commands/write_to_node.d.ts +12 -0
  112. package/dist/modules/pareto-fountain-pen-directory/implementation/commands/write_to_node.js +58 -0
  113. package/dist/modules/pareto-fountain-pen-directory/interface/temp_types.d.ts +30 -0
  114. package/dist/modules/pareto-fountain-pen-directory/interface/temp_types.js +3 -0
  115. package/dist/temp/resolvers/module.js +2 -2
  116. package/dist/temp/resolvers/schema.js +2 -2
  117. package/dist/temp/temp_unmashall_result_types.d.ts +4 -4
  118. package/dist/temp/temporary_schemas/astn/schemas/authoring_parse_tree/$.types.astn.js +10 -10
  119. package/dist/temp/temporary_schemas/exupery-resources/schemas/read_directory/$.types.astn.js +5 -3
  120. package/dist/temp/temporary_schemas/pareto-boekhouding/schemas/boekhouding_oude_model/$.types.astn.js +10 -5
  121. package/dist/temp/temporary_schemas/pareto-static-html/schema_tree.astn.js +3 -3
  122. package/dist/temp/temporary_schemas/pareto-static-html/schemas/{html-print → static-html}/$.globals.astn.js +1 -1
  123. package/dist/temp/temporary_schemas/pareto-static-html/schemas/{html-print → static-html}/$.module.astn.js +1 -1
  124. package/dist/temp/temporary_schemas/pareto-static-html/schemas/static-html/$.types.astn.js +84 -0
  125. package/package.json +9 -9
  126. package/dist/bin/validate.d.ts +0 -2
  127. package/dist/exceptional/deserializers/load_schema.js +0 -83
  128. package/dist/implementation/algorithms/procedures/unguaranteed/compile_temp_schemas.d.ts +0 -19
  129. package/dist/implementation/algorithms/procedures/unguaranteed/compile_temp_schemas.js +0 -148
  130. package/dist/implementation/algorithms/procedures/unguaranteed/seal.d.ts +0 -9
  131. package/dist/implementation/algorithms/procedures/unguaranteed/seal.js +0 -41
  132. package/dist/implementation/algorithms/procedures/unguaranteed/serialize_schemas.d.ts +0 -9
  133. package/dist/implementation/algorithms/procedures/unguaranteed/serialize_schemas.js +0 -60
  134. package/dist/implementation/algorithms/procedures/unguaranteed/validate.d.ts +0 -4
  135. package/dist/implementation/algorithms/procedures/unguaranteed/validate.js +0 -45
  136. package/dist/implementation/algorithms/queries/unguaranteed/load_pareto_document.js +0 -74
  137. package/dist/implementation/algorithms/queries/unguaranteed/load_pareto_file.js +0 -17
  138. package/dist/implementation/algorithms/transformations/schema/exupery_implementation/marshall.js +0 -142
  139. package/dist/implementation/algorithms/transformations/schema/exupery_implementation/migrate_boilerplate.js +0 -105
  140. package/dist/implementation/algorithms/transformations/schema/exupery_implementation/resolve.js +0 -300
  141. package/dist/implementation/algorithms/transformations/schema/exupery_implementation/unmarshall.js +0 -158
  142. package/dist/implementation/algorithms/transformations/schema/exupery_interface/dummy_resolve.js +0 -13
  143. package/dist/implementation/algorithms/transformations/schema/exupery_interface/resolve.js +0 -110
  144. package/dist/implementation/algorithms/transformations/schema/exupery_interface/types.js +0 -192
  145. package/dist/implementation/algorithms/transformations/temp/astn_schema.d.ts +0 -10
  146. package/dist/implementation/algorithms/transformations/temp/astn_schema.js +0 -140
  147. package/dist/implementation/algorithms/transformations/unmarshall_result/unmarshall_errors.js +0 -344
  148. package/dist/interface/algorithms/queries/unguaranteed/load_pareto_document.js +0 -5
  149. package/dist/temp/temporary_schemas/pareto-static-html/schemas/html-print/$.types.astn.js +0 -81
  150. /package/dist/implementation/{algorithms/transformations → transformations}/schema/exupery_interface/dummy_resolve.d.ts +0 -0
  151. /package/dist/interface/algorithms/procedures/{unguaranteed/compile.d.ts → compile.d.ts} +0 -0
  152. /package/dist/interface/algorithms/procedures/{unguaranteed/seal.d.ts → seal.d.ts} +0 -0
  153. /package/dist/interface/algorithms/procedures/{unguaranteed/serialize_schemas.d.ts → serialize_schemas.d.ts} +0 -0
  154. /package/dist/interface/algorithms/procedures/{unguaranteed/validate.d.ts → validate.d.ts} +0 -0
  155. /package/dist/interface/algorithms/queries/{unguaranteed/load_pareto_document.d.ts → load_pareto_document.d.ts} +0 -0
  156. /package/dist/interface/algorithms/queries/{unguaranteed/load_pareto_file.d.ts → load_pareto_file.d.ts} +0 -0
  157. /package/dist/temp/temporary_schemas/pareto-static-html/schemas/{html-print → static-html}/$.globals.astn.d.ts +0 -0
  158. /package/dist/temp/temporary_schemas/pareto-static-html/schemas/{html-print → static-html}/$.module.astn.d.ts +0 -0
  159. /package/dist/temp/temporary_schemas/pareto-static-html/schemas/{html-print → static-html}/$.types.astn.d.ts +0 -0