exupery-resources 0.2.2 → 0.2.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 (108) hide show
  1. package/dist/implementation/algorithms/procedures/guaranteed/log.js +2 -2
  2. package/dist/implementation/algorithms/procedures/guaranteed/log_error.js +2 -2
  3. package/dist/implementation/algorithms/procedures/guaranteed/write_to_stderr.d.ts +3 -0
  4. package/dist/implementation/algorithms/procedures/guaranteed/write_to_stderr.js +37 -0
  5. package/dist/implementation/algorithms/procedures/guaranteed/write_to_stdout.d.ts +3 -0
  6. package/dist/implementation/algorithms/procedures/guaranteed/write_to_stdout.js +37 -0
  7. package/dist/implementation/algorithms/procedures/unguaranteed/execute_procedure_executable.js +5 -2
  8. package/dist/implementation/algorithms/procedures/unguaranteed/execute_smelly_procedure_executable.d.ts +8 -0
  9. package/dist/implementation/algorithms/procedures/unguaranteed/execute_smelly_procedure_executable.js +75 -0
  10. package/dist/implementation/algorithms/queries/guaranteed/execute_query_executable_and_catch.js +4 -3
  11. package/dist/implementation/algorithms/queries/unguaranteed/execute_query_executable.js +3 -3
  12. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/marshall.js +5 -5
  13. package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/unmarshall.js +7 -5
  14. package/dist/implementation/generated/pareto/schemas/execute_query_executable/marshall.js +5 -5
  15. package/dist/implementation/generated/pareto/schemas/execute_query_executable/unmarshall.js +7 -5
  16. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/marshall.js +5 -5
  17. package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/unmarshall.js +7 -5
  18. package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/deserialize.d.ts +3 -0
  19. package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/deserialize.js +32 -0
  20. package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/marshall.d.ts +3 -0
  21. package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/marshall.js +71 -0
  22. package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/serialize.d.ts +3 -0
  23. package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/serialize.js +37 -0
  24. package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/unmarshall.d.ts +3 -0
  25. package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/unmarshall.js +71 -0
  26. package/dist/implementation/generated/pareto/schemas/write_to_stderr/deserialize.d.ts +2 -0
  27. package/dist/implementation/generated/pareto/schemas/write_to_stderr/deserialize.js +30 -0
  28. package/dist/implementation/generated/pareto/schemas/write_to_stderr/marshall.d.ts +2 -0
  29. package/dist/implementation/generated/pareto/schemas/write_to_stderr/marshall.js +9 -0
  30. package/dist/implementation/generated/pareto/schemas/write_to_stderr/serialize.d.ts +2 -0
  31. package/dist/implementation/generated/pareto/schemas/write_to_stderr/serialize.js +33 -0
  32. package/dist/implementation/generated/pareto/schemas/write_to_stderr/unmarshall.d.ts +2 -0
  33. package/dist/implementation/generated/pareto/schemas/write_to_stderr/unmarshall.js +30 -0
  34. package/dist/implementation/generated/pareto/schemas/write_to_stdout/deserialize.d.ts +2 -0
  35. package/dist/implementation/generated/pareto/schemas/write_to_stdout/deserialize.js +30 -0
  36. package/dist/implementation/generated/pareto/schemas/write_to_stdout/marshall.d.ts +2 -0
  37. package/dist/implementation/generated/pareto/schemas/write_to_stdout/marshall.js +9 -0
  38. package/dist/implementation/generated/pareto/schemas/write_to_stdout/serialize.d.ts +2 -0
  39. package/dist/implementation/generated/pareto/schemas/write_to_stdout/serialize.js +33 -0
  40. package/dist/implementation/generated/pareto/schemas/write_to_stdout/unmarshall.d.ts +2 -0
  41. package/dist/implementation/generated/pareto/schemas/write_to_stdout/unmarshall.js +30 -0
  42. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/source.d.ts +14 -7
  43. package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/target.d.ts +14 -7
  44. package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/source.d.ts +14 -7
  45. package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/target.d.ts +14 -7
  46. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/data_types/source.d.ts +14 -7
  47. package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/data_types/target.d.ts +14 -7
  48. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/resolve.d.ts +1 -0
  49. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/resolve.js +7 -0
  50. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/source.d.ts +107 -0
  51. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/source.js +3 -0
  52. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/target.d.ts +107 -0
  53. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/target.js +3 -0
  54. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/deserialize.d.ts +54 -0
  55. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/deserialize.js +3 -0
  56. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/marshall.d.ts +63 -0
  57. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/marshall.js +3 -0
  58. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/migrate_boilerplate.d.ts +46 -0
  59. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/migrate_boilerplate.js +3 -0
  60. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/serialize.d.ts +54 -0
  61. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/serialize.js +3 -0
  62. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/unmarshall.d.ts +63 -0
  63. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/unmarshall.js +3 -0
  64. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/value_deserializers.d.ts +44 -0
  65. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/value_deserializers.js +3 -0
  66. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/value_serializers.d.ts +44 -0
  67. package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/value_serializers.js +3 -0
  68. package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/resolve.d.ts +1 -0
  69. package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/resolve.js +7 -0
  70. package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/source.d.ts +2 -0
  71. package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/source.js +5 -0
  72. package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/target.d.ts +2 -0
  73. package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/target.js +5 -0
  74. package/dist/interface/generated/pareto/schemas/write_to_stderr/deserialize.d.ts +28 -0
  75. package/dist/interface/generated/pareto/schemas/write_to_stderr/deserialize.js +3 -0
  76. package/dist/interface/generated/pareto/schemas/write_to_stderr/marshall.d.ts +33 -0
  77. package/dist/interface/generated/pareto/schemas/write_to_stderr/marshall.js +3 -0
  78. package/dist/interface/generated/pareto/schemas/write_to_stderr/migrate_boilerplate.d.ts +24 -0
  79. package/dist/interface/generated/pareto/schemas/write_to_stderr/migrate_boilerplate.js +3 -0
  80. package/dist/interface/generated/pareto/schemas/write_to_stderr/serialize.d.ts +28 -0
  81. package/dist/interface/generated/pareto/schemas/write_to_stderr/serialize.js +3 -0
  82. package/dist/interface/generated/pareto/schemas/write_to_stderr/unmarshall.d.ts +33 -0
  83. package/dist/interface/generated/pareto/schemas/write_to_stderr/unmarshall.js +3 -0
  84. package/dist/interface/generated/pareto/schemas/write_to_stderr/value_deserializers.d.ts +44 -0
  85. package/dist/interface/generated/pareto/schemas/write_to_stderr/value_deserializers.js +3 -0
  86. package/dist/interface/generated/pareto/schemas/write_to_stderr/value_serializers.d.ts +44 -0
  87. package/dist/interface/generated/pareto/schemas/write_to_stderr/value_serializers.js +3 -0
  88. package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/resolve.d.ts +1 -0
  89. package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/resolve.js +7 -0
  90. package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/source.d.ts +2 -0
  91. package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/source.js +5 -0
  92. package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/target.d.ts +2 -0
  93. package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/target.js +5 -0
  94. package/dist/interface/generated/pareto/schemas/write_to_stdout/deserialize.d.ts +28 -0
  95. package/dist/interface/generated/pareto/schemas/write_to_stdout/deserialize.js +3 -0
  96. package/dist/interface/generated/pareto/schemas/write_to_stdout/marshall.d.ts +33 -0
  97. package/dist/interface/generated/pareto/schemas/write_to_stdout/marshall.js +3 -0
  98. package/dist/interface/generated/pareto/schemas/write_to_stdout/migrate_boilerplate.d.ts +24 -0
  99. package/dist/interface/generated/pareto/schemas/write_to_stdout/migrate_boilerplate.js +3 -0
  100. package/dist/interface/generated/pareto/schemas/write_to_stdout/serialize.d.ts +28 -0
  101. package/dist/interface/generated/pareto/schemas/write_to_stdout/serialize.js +3 -0
  102. package/dist/interface/generated/pareto/schemas/write_to_stdout/unmarshall.d.ts +33 -0
  103. package/dist/interface/generated/pareto/schemas/write_to_stdout/unmarshall.js +3 -0
  104. package/dist/interface/generated/pareto/schemas/write_to_stdout/value_deserializers.d.ts +44 -0
  105. package/dist/interface/generated/pareto/schemas/write_to_stdout/value_deserializers.js +3 -0
  106. package/dist/interface/generated/pareto/schemas/write_to_stdout/value_serializers.d.ts +44 -0
  107. package/dist/interface/generated/pareto/schemas/write_to_stdout/value_serializers.js +3 -0
  108. package/package.json +1 -1
@@ -0,0 +1,24 @@
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_out from "./data_types/target";
3
+ export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: null) => _i_out._T_Parameters;
4
+ export type Parameters = _T_Parameters;
5
+ export declare namespace _T_Parameters {
6
+ namespace CONTEXT {
7
+ }
8
+ type CONTEXT = _i_in._T_Parameters;
9
+ namespace PARAMS {
10
+ }
11
+ namespace RESULT {
12
+ }
13
+ type RESULT = _i_out._T_Parameters;
14
+ }
15
+ export declare namespace Parameters {
16
+ namespace CONTEXT {
17
+ }
18
+ type CONTEXT = _i_in._T_Parameters;
19
+ namespace PARAMS {
20
+ }
21
+ namespace RESULT {
22
+ }
23
+ type RESULT = _i_out._T_Parameters;
24
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3dyaXRlX3RvX3N0ZG91dC9taWdyYXRlX2JvaWxlcnBsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,28 @@
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_vs from "./value_serializers";
3
+ export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: {
4
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
5
+ }) => string;
6
+ export type Parameters = _T_Parameters;
7
+ export declare namespace _T_Parameters {
8
+ namespace CONTEXT {
9
+ }
10
+ type CONTEXT = _i_in._T_Parameters;
11
+ namespace PARAMS {
12
+ namespace value_serializers {
13
+ }
14
+ type value_serializers = _i_vs._T_Value_Serializers;
15
+ }
16
+ type RESULT = string;
17
+ }
18
+ export declare namespace Parameters {
19
+ namespace CONTEXT {
20
+ }
21
+ type CONTEXT = _i_in._T_Parameters;
22
+ namespace PARAMS {
23
+ namespace value_serializers {
24
+ }
25
+ type value_serializers = _i_vs._T_Value_Serializers;
26
+ }
27
+ type RESULT = string;
28
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvd3JpdGVfdG9fc3Rkb3V0L3NlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,33 @@
1
+ import * as _i_in from "../../core/astn_source";
2
+ import * as _i_out from "./data_types/target";
3
+ import * as _i_vd from "./value_deserializers";
4
+ export type _T_Parameters = ($$_: _i_in._T_Value, $$_p: {
5
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
+ }) => _i_out._T_Parameters;
7
+ export type Parameters = _T_Parameters;
8
+ export declare namespace _T_Parameters {
9
+ namespace CONTEXT {
10
+ }
11
+ type CONTEXT = _i_in._T_Value;
12
+ namespace PARAMS {
13
+ namespace value_deserializers {
14
+ }
15
+ type value_deserializers = _i_vd._T_Value_Deserializers;
16
+ }
17
+ namespace RESULT {
18
+ }
19
+ type RESULT = _i_out._T_Parameters;
20
+ }
21
+ export declare namespace Parameters {
22
+ namespace CONTEXT {
23
+ }
24
+ type CONTEXT = _i_in._T_Value;
25
+ namespace PARAMS {
26
+ namespace value_deserializers {
27
+ }
28
+ type value_deserializers = _i_vd._T_Value_Deserializers;
29
+ }
30
+ namespace RESULT {
31
+ }
32
+ type RESULT = _i_out._T_Parameters;
33
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3dyaXRlX3RvX3N0ZG91dC91bm1hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,44 @@
1
+ export type _T_Value_Deserializers = {
2
+ readonly 'boolean': ($$_: string, $$_p: null) => boolean;
3
+ readonly 'custom numbers': null;
4
+ readonly 'default number': ($$_: string, $$_p: null) => number;
5
+ };
6
+ export type Value_Deserializers = _T_Value_Deserializers;
7
+ export declare namespace _T_Value_Deserializers {
8
+ namespace _boolean {
9
+ type CONTEXT = string;
10
+ namespace PARAMS {
11
+ }
12
+ type RESULT = boolean;
13
+ }
14
+ type _boolean = ($$_: string, $$_p: null) => boolean;
15
+ namespace custom_numbers {
16
+ }
17
+ type custom_numbers = null;
18
+ namespace default_number {
19
+ type CONTEXT = string;
20
+ namespace PARAMS {
21
+ }
22
+ type RESULT = number;
23
+ }
24
+ type default_number = ($$_: string, $$_p: null) => number;
25
+ }
26
+ export declare namespace Value_Deserializers {
27
+ namespace _boolean {
28
+ type CONTEXT = string;
29
+ namespace PARAMS {
30
+ }
31
+ type RESULT = boolean;
32
+ }
33
+ type _boolean = ($$_: string, $$_p: null) => boolean;
34
+ namespace custom_numbers {
35
+ }
36
+ type custom_numbers = null;
37
+ namespace default_number {
38
+ type CONTEXT = string;
39
+ namespace PARAMS {
40
+ }
41
+ type RESULT = number;
42
+ }
43
+ type default_number = ($$_: string, $$_p: null) => number;
44
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3dyaXRlX3RvX3N0ZG91dC92YWx1ZV9kZXNlcmlhbGl6ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,44 @@
1
+ export type _T_Value_Serializers = {
2
+ readonly 'boolean': ($$_: boolean, $$_p: null) => string;
3
+ readonly 'custom numbers': null;
4
+ readonly 'default number': ($$_: number, $$_p: null) => string;
5
+ };
6
+ export type Value_Serializers = _T_Value_Serializers;
7
+ export declare namespace _T_Value_Serializers {
8
+ namespace _boolean {
9
+ type CONTEXT = boolean;
10
+ namespace PARAMS {
11
+ }
12
+ type RESULT = string;
13
+ }
14
+ type _boolean = ($$_: boolean, $$_p: null) => string;
15
+ namespace custom_numbers {
16
+ }
17
+ type custom_numbers = null;
18
+ namespace default_number {
19
+ type CONTEXT = number;
20
+ namespace PARAMS {
21
+ }
22
+ type RESULT = string;
23
+ }
24
+ type default_number = ($$_: number, $$_p: null) => string;
25
+ }
26
+ export declare namespace Value_Serializers {
27
+ namespace _boolean {
28
+ type CONTEXT = boolean;
29
+ namespace PARAMS {
30
+ }
31
+ type RESULT = string;
32
+ }
33
+ type _boolean = ($$_: boolean, $$_p: null) => string;
34
+ namespace custom_numbers {
35
+ }
36
+ type custom_numbers = null;
37
+ namespace default_number {
38
+ type CONTEXT = number;
39
+ namespace PARAMS {
40
+ }
41
+ type RESULT = string;
42
+ }
43
+ type default_number = ($$_: number, $$_p: null) => string;
44
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy93cml0ZV90b19zdGRvdXQvdmFsdWVfc2VyaWFsaXplcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exupery-resources",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "A library providing resources forthe Exupery programming Language",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",