pareto-json 0.3.81 → 0.3.82

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 (103) hide show
  1. package/dist/declarations/refiners/json_with_parse_info/list_of_characters.d.ts +5 -5
  2. package/dist/implementation/refiners/json_with_parse_info/astn_parse_tree.d.ts +4 -4
  3. package/dist/implementation/refiners/json_x/json_with_parse_info.d.ts +13 -13
  4. package/dist/implementation/refiners/json_x/json_with_parse_info.js +1 -1
  5. package/dist/implementation/refiners/json_y/json_with_parse_info.d.ts +5 -5
  6. package/dist/implementation/refiners/primitives/list_of_characters.d.ts +2 -2
  7. package/dist/implementation/refiners/unmarshalled/astn_parse_tree.js +26 -26
  8. package/dist/implementation/transformers/json_from_list_of_characters_refiner/prose.d.ts +8 -2
  9. package/dist/implementation/transformers/json_from_list_of_characters_refiner/prose.js +1 -1
  10. package/dist/implementation/transformers/json_from_parse_tree_refiner/prose.d.ts +8 -2
  11. package/dist/implementation/transformers/json_from_parse_tree_refiner/prose.js +1 -1
  12. package/dist/implementation/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +9 -2
  13. package/dist/implementation/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.js +2 -1
  14. package/dist/implementation/transformers/json_with_guaranteed_unique_keys/prose.d.ts +8 -8
  15. package/dist/implementation/transformers/json_with_guaranteed_unique_keys/prose.js +1 -1
  16. package/dist/implementation/transformers/json_with_guaranteed_unique_keys/text.d.ts +9 -2
  17. package/dist/implementation/transformers/json_with_guaranteed_unique_keys/text.js +2 -1
  18. package/dist/implementation/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +9 -2
  19. package/dist/implementation/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.js +2 -1
  20. package/dist/implementation/transformers/json_without_guaranteed_unique_keys/prose.d.ts +8 -8
  21. package/dist/implementation/transformers/json_without_guaranteed_unique_keys/prose.js +1 -1
  22. package/dist/implementation/transformers/json_without_guaranteed_unique_keys/text.d.ts +9 -2
  23. package/dist/implementation/transformers/json_without_guaranteed_unique_keys/text.js +2 -1
  24. package/dist/implementation/transformers/primitives/deprecated_list_of_characters.d.ts +8 -8
  25. package/dist/implementation/transformers/primitives/deprecated_list_of_characters.js +1 -1
  26. package/dist/implementation/transformers/unmarshalled_from_json/prose.d.ts +8 -2
  27. package/dist/implementation/transformers/unmarshalled_from_json/prose.js +1 -1
  28. package/dist/implementation/transformers/unmarshalled_from_parse_tree/prose.d.ts +8 -2
  29. package/dist/implementation/transformers/unmarshalled_from_parse_tree/prose.js +1 -1
  30. package/dist/interface/schemas/deserialize_parse_tree.d.ts +1 -0
  31. package/dist/interface/schemas/deserialize_parse_tree.js +2 -0
  32. package/dist/interface/schemas/json_from_list_of_characters_refiner.d.ts +3 -0
  33. package/dist/interface/{data → schemas}/json_from_list_of_characters_refiner.js +1 -1
  34. package/dist/interface/{data → schemas}/json_from_parse_tree_refiner.d.ts +2 -2
  35. package/dist/interface/schemas/json_from_parse_tree_refiner.js +2 -0
  36. package/dist/interface/{data → schemas}/json_with_guaranteed_unique_keys.js +1 -1
  37. package/dist/interface/{data → schemas}/json_with_parse_info.d.ts +9 -9
  38. package/dist/interface/{data → schemas}/json_with_parse_info.js +1 -1
  39. package/dist/interface/{data → schemas}/json_without_guaranteed_unique_keys.js +1 -1
  40. package/dist/interface/schemas/json_x.d.ts +16 -0
  41. package/dist/interface/{data → schemas}/json_x.js +1 -1
  42. package/dist/interface/schemas/json_y.d.ts +5 -0
  43. package/dist/interface/{data → schemas}/json_y.js +1 -1
  44. package/dist/interface/schemas/list_of_characters.d.ts +1 -0
  45. package/dist/interface/schemas/list_of_characters.js +2 -0
  46. package/dist/interface/schemas/location.d.ts +1 -0
  47. package/dist/interface/schemas/location.js +2 -0
  48. package/dist/interface/schemas/parse_tree.d.ts +1 -0
  49. package/dist/interface/schemas/parse_tree.js +2 -0
  50. package/dist/interface/schemas/prose.d.ts +1 -0
  51. package/dist/interface/schemas/prose.js +2 -0
  52. package/dist/interface/schemas/prose_serialize.d.ts +1 -0
  53. package/dist/interface/schemas/prose_serialize.js +2 -0
  54. package/dist/interface/schemas/text.d.ts +1 -0
  55. package/dist/interface/schemas/text.js +2 -0
  56. package/dist/interface/schemas/unmarshall.d.ts +1 -0
  57. package/dist/interface/schemas/unmarshall.js +2 -0
  58. package/dist/interface/schemas/unmarshall_json.d.ts +3 -0
  59. package/dist/interface/{data → schemas}/unmarshall_json.js +1 -1
  60. package/dist/interface/{data → schemas}/unmarshalled_from_json.d.ts +3 -3
  61. package/dist/interface/schemas/unmarshalled_from_json.js +2 -0
  62. package/dist/interface/schemas/unmarshalled_from_parse_tree.d.ts +3 -0
  63. package/dist/interface/schemas/unmarshalled_from_parse_tree.js +2 -0
  64. package/dist/interface/schemas/unmarshalled_from_parse_tree_x.d.ts +8 -0
  65. package/dist/interface/{data → schemas}/unmarshalled_from_parse_tree_x.js +1 -1
  66. package/dist/shorthands/json_with_guaranteed_unique_keys/target.d.ts +1 -8
  67. package/dist/shorthands/json_with_guaranteed_unique_keys/target.js +2 -2
  68. package/dist/shorthands/json_without_guaranteed_unique_keys/target.d.ts +1 -8
  69. package/dist/shorthands/json_without_guaranteed_unique_keys/target.js +2 -2
  70. package/package.json +1 -1
  71. package/dist/declarations/transformers/json_from_list_of_characters_refiner/prose.d.ts +0 -4
  72. package/dist/declarations/transformers/json_from_list_of_characters_refiner/prose.js +0 -2
  73. package/dist/declarations/transformers/json_from_parse_tree_refiner/prose.d.ts +0 -4
  74. package/dist/declarations/transformers/json_from_parse_tree_refiner/prose.js +0 -2
  75. package/dist/declarations/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +0 -5
  76. package/dist/declarations/transformers/json_with_guaranteed_unique_keys/deprecated_list_of_characters.js +0 -2
  77. package/dist/declarations/transformers/json_with_guaranteed_unique_keys/prose.d.ts +0 -1
  78. package/dist/declarations/transformers/json_with_guaranteed_unique_keys/prose.js +0 -2
  79. package/dist/declarations/transformers/json_with_guaranteed_unique_keys/text.d.ts +0 -5
  80. package/dist/declarations/transformers/json_with_guaranteed_unique_keys/text.js +0 -2
  81. package/dist/declarations/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.d.ts +0 -5
  82. package/dist/declarations/transformers/json_without_guaranteed_unique_keys/deprecated_list_of_characters.js +0 -2
  83. package/dist/declarations/transformers/json_without_guaranteed_unique_keys/prose.d.ts +0 -1
  84. package/dist/declarations/transformers/json_without_guaranteed_unique_keys/prose.js +0 -2
  85. package/dist/declarations/transformers/json_without_guaranteed_unique_keys/text.d.ts +0 -5
  86. package/dist/declarations/transformers/json_without_guaranteed_unique_keys/text.js +0 -2
  87. package/dist/declarations/transformers/primitives/deprecated_list_of_characters.d.ts +0 -1
  88. package/dist/declarations/transformers/primitives/deprecated_list_of_characters.js +0 -2
  89. package/dist/declarations/transformers/unmarshalled_from_json/prose.d.ts +0 -4
  90. package/dist/declarations/transformers/unmarshalled_from_json/prose.js +0 -2
  91. package/dist/declarations/transformers/unmarshalled_from_parse_tree/prose.d.ts +0 -4
  92. package/dist/declarations/transformers/unmarshalled_from_parse_tree/prose.js +0 -2
  93. package/dist/interface/data/json_from_list_of_characters_refiner.d.ts +0 -3
  94. package/dist/interface/data/json_from_parse_tree_refiner.js +0 -2
  95. package/dist/interface/data/json_x.d.ts +0 -16
  96. package/dist/interface/data/json_y.d.ts +0 -5
  97. package/dist/interface/data/unmarshall_json.d.ts +0 -3
  98. package/dist/interface/data/unmarshalled_from_json.js +0 -2
  99. package/dist/interface/data/unmarshalled_from_parse_tree.d.ts +0 -3
  100. package/dist/interface/data/unmarshalled_from_parse_tree.js +0 -2
  101. package/dist/interface/data/unmarshalled_from_parse_tree_x.d.ts +0 -8
  102. /package/dist/interface/{data → schemas}/json_with_guaranteed_unique_keys.d.ts +0 -0
  103. /package/dist/interface/{data → schemas}/json_without_guaranteed_unique_keys.d.ts +0 -0
@@ -1,2 +0,0 @@
1
- import * as p_ from 'pareto-core/interface/data';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbGVkX2Zyb21fanNvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZGF0YS91bm1hcnNoYWxsZWRfZnJvbV9qc29uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sS0FBSyxFQUFFLE1BQU0sNEJBQTRCLENBQUEifQ==
@@ -1,3 +0,0 @@
1
- import type * as d_unmarshalled_from_json from "./unmarshalled_from_json.js";
2
- import type * as d_json_from_parse_tree from "./json_from_parse_tree_refiner.js";
3
- export type Error = ['json', d_json_from_parse_tree.Error] | ['unmarshall', d_unmarshalled_from_json.Error];
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbGVkX2Zyb21fcGFyc2VfdHJlZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZGF0YS91bm1hcnNoYWxsZWRfZnJvbV9wYXJzZV90cmVlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -1,8 +0,0 @@
1
- import * as p_ from 'pareto-core/interface/data';
2
- import type * as d_astn_unmarshall from "astn-core/interface/data/unmarshall";
3
- import type * as d_astn_location from "astn-core/interface/data/location";
4
- export type Error = ['astn', d_astn_unmarshall.Error] | ['json', JSON_Unmarshall_Error];
5
- export type JSON_Unmarshall_Error = {
6
- 'type': ['unexpected properties', p_.Dictionary<d_astn_location.Range>] | ['missing property', string] | ['not a boolean', null] | ['not a null', null] | ['not a number', null] | ['not a string', null];
7
- 'range': d_astn_location.Range;
8
- };