exupery-resources 0.3.2 → 0.3.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.
- package/dist/implementation/algorithms/procedures/unguaranteed/{execute_procedure_executable.d.ts → execute_any_procedure_executable.d.ts} +1 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/{execute_procedure_executable.js → execute_any_procedure_executable.js} +1 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/{execute_smelly_procedure_executable.d.ts → execute_any_smelly_procedure_executable.d.ts} +1 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/{execute_smelly_procedure_executable.js → execute_any_smelly_procedure_executable.js} +1 -1
- package/dist/implementation/algorithms/queries/unguaranteed/{execute_query_executable.d.ts → execute_any_query_executable.d.ts} +1 -1
- package/dist/implementation/algorithms/queries/unguaranteed/{execute_query_executable.js → execute_any_query_executable.js} +1 -1
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/deserialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/deserialize.js +32 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/marshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/marshall.js +67 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/unmarshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_procedure_executable/unmarshall.js +68 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/deserialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/deserialize.js +34 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/marshall.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/marshall.js +74 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/serialize.js +41 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/unmarshall.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_query_executable/unmarshall.js +76 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/deserialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/deserialize.js +32 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/marshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/marshall.js +71 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/unmarshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_any_smelly_procedure_executable/unmarshall.js +71 -0
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/marshall.js +1 -5
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/unmarshall.js +1 -4
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/marshall.js +1 -5
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/unmarshall.js +1 -4
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/marshall.js +1 -5
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/unmarshall.js +1 -4
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/source.d.ts +100 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/target.d.ts +100 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/deserialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/marshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/migrate_boilerplate.d.ts +46 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/unmarshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/source.d.ts +110 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/target.d.ts +110 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/deserialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/marshall.d.ts +93 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/migrate_boilerplate.d.ts +68 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/serialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/unmarshall.d.ts +93 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_any_query_executable/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/source.d.ts +107 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/target.d.ts +107 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/deserialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/marshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/migrate_boilerplate.d.ts +46 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/unmarshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/source.d.ts +0 -3
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/target.d.ts +0 -3
- package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/source.d.ts +0 -3
- package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/target.d.ts +0 -3
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/source.d.ts +0 -3
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/target.d.ts +0 -3
- package/package.json +2 -2
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvZXhlY3V0ZV9hbnlfc21lbGx5X3Byb2NlZHVyZV9leGVjdXRhYmxlL2RhdGFfdHlwZXMvdGFyZ2V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import * as _i_out from "./data_types/target";
|
|
2
|
+
import * as _i_vd from "./value_deserializers";
|
|
3
|
+
export type _T_Error = ($$_: string, $$_p: {
|
|
4
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
5
|
+
}) => _i_out._T_Error;
|
|
6
|
+
export type _T_Parameters = ($$_: string, $$_p: {
|
|
7
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
8
|
+
}) => _i_out._T_Parameters;
|
|
9
|
+
export type Error = _T_Error;
|
|
10
|
+
export type Parameters = _T_Parameters;
|
|
11
|
+
export declare namespace _T_Error {
|
|
12
|
+
type CONTEXT = string;
|
|
13
|
+
namespace PARAMS {
|
|
14
|
+
namespace value_deserializers {
|
|
15
|
+
}
|
|
16
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
17
|
+
}
|
|
18
|
+
namespace RESULT {
|
|
19
|
+
}
|
|
20
|
+
type RESULT = _i_out._T_Error;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace _T_Parameters {
|
|
23
|
+
type CONTEXT = string;
|
|
24
|
+
namespace PARAMS {
|
|
25
|
+
namespace value_deserializers {
|
|
26
|
+
}
|
|
27
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
28
|
+
}
|
|
29
|
+
namespace RESULT {
|
|
30
|
+
}
|
|
31
|
+
type RESULT = _i_out._T_Parameters;
|
|
32
|
+
}
|
|
33
|
+
export declare namespace Error {
|
|
34
|
+
type CONTEXT = string;
|
|
35
|
+
namespace PARAMS {
|
|
36
|
+
namespace value_deserializers {
|
|
37
|
+
}
|
|
38
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
39
|
+
}
|
|
40
|
+
namespace RESULT {
|
|
41
|
+
}
|
|
42
|
+
type RESULT = _i_out._T_Error;
|
|
43
|
+
}
|
|
44
|
+
export declare namespace Parameters {
|
|
45
|
+
type CONTEXT = string;
|
|
46
|
+
namespace PARAMS {
|
|
47
|
+
namespace value_deserializers {
|
|
48
|
+
}
|
|
49
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
50
|
+
}
|
|
51
|
+
namespace RESULT {
|
|
52
|
+
}
|
|
53
|
+
type RESULT = _i_out._T_Parameters;
|
|
54
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9leGVjdXRlX2FueV9zbWVsbHlfcHJvY2VkdXJlX2V4ZWN1dGFibGUvZGVzZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import * as _i_in from "./data_types/source";
|
|
2
|
+
import * as _i_out from "../../core/astn_target";
|
|
3
|
+
import * as _i_vs from "./value_serializers";
|
|
4
|
+
export type _T_Error = ($$_: _i_in._T_Error, $$_p: {
|
|
5
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
6
|
+
}) => _i_out._T_Value;
|
|
7
|
+
export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: {
|
|
8
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
|
+
}) => _i_out._T_Value;
|
|
10
|
+
export type Error = _T_Error;
|
|
11
|
+
export type Parameters = _T_Parameters;
|
|
12
|
+
export declare namespace _T_Error {
|
|
13
|
+
namespace CONTEXT {
|
|
14
|
+
}
|
|
15
|
+
type CONTEXT = _i_in._T_Error;
|
|
16
|
+
namespace PARAMS {
|
|
17
|
+
namespace value_serializers {
|
|
18
|
+
}
|
|
19
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
20
|
+
}
|
|
21
|
+
namespace RESULT {
|
|
22
|
+
}
|
|
23
|
+
type RESULT = _i_out._T_Value;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace _T_Parameters {
|
|
26
|
+
namespace CONTEXT {
|
|
27
|
+
}
|
|
28
|
+
type CONTEXT = _i_in._T_Parameters;
|
|
29
|
+
namespace PARAMS {
|
|
30
|
+
namespace value_serializers {
|
|
31
|
+
}
|
|
32
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
33
|
+
}
|
|
34
|
+
namespace RESULT {
|
|
35
|
+
}
|
|
36
|
+
type RESULT = _i_out._T_Value;
|
|
37
|
+
}
|
|
38
|
+
export declare namespace Error {
|
|
39
|
+
namespace CONTEXT {
|
|
40
|
+
}
|
|
41
|
+
type CONTEXT = _i_in._T_Error;
|
|
42
|
+
namespace PARAMS {
|
|
43
|
+
namespace value_serializers {
|
|
44
|
+
}
|
|
45
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
46
|
+
}
|
|
47
|
+
namespace RESULT {
|
|
48
|
+
}
|
|
49
|
+
type RESULT = _i_out._T_Value;
|
|
50
|
+
}
|
|
51
|
+
export declare namespace Parameters {
|
|
52
|
+
namespace CONTEXT {
|
|
53
|
+
}
|
|
54
|
+
type CONTEXT = _i_in._T_Parameters;
|
|
55
|
+
namespace PARAMS {
|
|
56
|
+
namespace value_serializers {
|
|
57
|
+
}
|
|
58
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
59
|
+
}
|
|
60
|
+
namespace RESULT {
|
|
61
|
+
}
|
|
62
|
+
type RESULT = _i_out._T_Value;
|
|
63
|
+
}
|
package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/marshall.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9leGVjdXRlX2FueV9zbWVsbHlfcHJvY2VkdXJlX2V4ZWN1dGFibGUvbWFyc2hhbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import * as _i_in from "./data_types/source";
|
|
2
|
+
import * as _i_out from "./data_types/target";
|
|
3
|
+
export type _T_Error = ($$_: _i_in._T_Error, $$_p: null) => _i_out._T_Error;
|
|
4
|
+
export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: null) => _i_out._T_Parameters;
|
|
5
|
+
export type Error = _T_Error;
|
|
6
|
+
export type Parameters = _T_Parameters;
|
|
7
|
+
export declare namespace _T_Error {
|
|
8
|
+
namespace CONTEXT {
|
|
9
|
+
}
|
|
10
|
+
type CONTEXT = _i_in._T_Error;
|
|
11
|
+
namespace PARAMS {
|
|
12
|
+
}
|
|
13
|
+
namespace RESULT {
|
|
14
|
+
}
|
|
15
|
+
type RESULT = _i_out._T_Error;
|
|
16
|
+
}
|
|
17
|
+
export declare namespace _T_Parameters {
|
|
18
|
+
namespace CONTEXT {
|
|
19
|
+
}
|
|
20
|
+
type CONTEXT = _i_in._T_Parameters;
|
|
21
|
+
namespace PARAMS {
|
|
22
|
+
}
|
|
23
|
+
namespace RESULT {
|
|
24
|
+
}
|
|
25
|
+
type RESULT = _i_out._T_Parameters;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace Error {
|
|
28
|
+
namespace CONTEXT {
|
|
29
|
+
}
|
|
30
|
+
type CONTEXT = _i_in._T_Error;
|
|
31
|
+
namespace PARAMS {
|
|
32
|
+
}
|
|
33
|
+
namespace RESULT {
|
|
34
|
+
}
|
|
35
|
+
type RESULT = _i_out._T_Error;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace Parameters {
|
|
38
|
+
namespace CONTEXT {
|
|
39
|
+
}
|
|
40
|
+
type CONTEXT = _i_in._T_Parameters;
|
|
41
|
+
namespace PARAMS {
|
|
42
|
+
}
|
|
43
|
+
namespace RESULT {
|
|
44
|
+
}
|
|
45
|
+
type RESULT = _i_out._T_Parameters;
|
|
46
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2V4ZWN1dGVfYW55X3NtZWxseV9wcm9jZWR1cmVfZXhlY3V0YWJsZS9taWdyYXRlX2JvaWxlcnBsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import * as _i_in from "./data_types/source";
|
|
2
|
+
import * as _i_vs from "./value_serializers";
|
|
3
|
+
export type _T_Error = ($$_: _i_in._T_Error, $$_p: {
|
|
4
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
5
|
+
}) => string;
|
|
6
|
+
export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: {
|
|
7
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
8
|
+
}) => string;
|
|
9
|
+
export type Error = _T_Error;
|
|
10
|
+
export type Parameters = _T_Parameters;
|
|
11
|
+
export declare namespace _T_Error {
|
|
12
|
+
namespace CONTEXT {
|
|
13
|
+
}
|
|
14
|
+
type CONTEXT = _i_in._T_Error;
|
|
15
|
+
namespace PARAMS {
|
|
16
|
+
namespace value_serializers {
|
|
17
|
+
}
|
|
18
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
19
|
+
}
|
|
20
|
+
type RESULT = string;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace _T_Parameters {
|
|
23
|
+
namespace CONTEXT {
|
|
24
|
+
}
|
|
25
|
+
type CONTEXT = _i_in._T_Parameters;
|
|
26
|
+
namespace PARAMS {
|
|
27
|
+
namespace value_serializers {
|
|
28
|
+
}
|
|
29
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
30
|
+
}
|
|
31
|
+
type RESULT = string;
|
|
32
|
+
}
|
|
33
|
+
export declare namespace Error {
|
|
34
|
+
namespace CONTEXT {
|
|
35
|
+
}
|
|
36
|
+
type CONTEXT = _i_in._T_Error;
|
|
37
|
+
namespace PARAMS {
|
|
38
|
+
namespace value_serializers {
|
|
39
|
+
}
|
|
40
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
41
|
+
}
|
|
42
|
+
type RESULT = string;
|
|
43
|
+
}
|
|
44
|
+
export declare namespace Parameters {
|
|
45
|
+
namespace CONTEXT {
|
|
46
|
+
}
|
|
47
|
+
type CONTEXT = _i_in._T_Parameters;
|
|
48
|
+
namespace PARAMS {
|
|
49
|
+
namespace value_serializers {
|
|
50
|
+
}
|
|
51
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
52
|
+
}
|
|
53
|
+
type RESULT = string;
|
|
54
|
+
}
|
package/dist/interface/generated/pareto/schemas/execute_any_smelly_procedure_executable/serialize.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvZXhlY3V0ZV9hbnlfc21lbGx5X3Byb2NlZHVyZV9leGVjdXRhYmxlL3NlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,63 @@
|
|
|
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_Error = ($$_: _i_in._T_Value, $$_p: {
|
|
5
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
6
|
+
}) => _i_out._T_Error;
|
|
7
|
+
export type _T_Parameters = ($$_: _i_in._T_Value, $$_p: {
|
|
8
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
9
|
+
}) => _i_out._T_Parameters;
|
|
10
|
+
export type Error = _T_Error;
|
|
11
|
+
export type Parameters = _T_Parameters;
|
|
12
|
+
export declare namespace _T_Error {
|
|
13
|
+
namespace CONTEXT {
|
|
14
|
+
}
|
|
15
|
+
type CONTEXT = _i_in._T_Value;
|
|
16
|
+
namespace PARAMS {
|
|
17
|
+
namespace value_deserializers {
|
|
18
|
+
}
|
|
19
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
20
|
+
}
|
|
21
|
+
namespace RESULT {
|
|
22
|
+
}
|
|
23
|
+
type RESULT = _i_out._T_Error;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace _T_Parameters {
|
|
26
|
+
namespace CONTEXT {
|
|
27
|
+
}
|
|
28
|
+
type CONTEXT = _i_in._T_Value;
|
|
29
|
+
namespace PARAMS {
|
|
30
|
+
namespace value_deserializers {
|
|
31
|
+
}
|
|
32
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
33
|
+
}
|
|
34
|
+
namespace RESULT {
|
|
35
|
+
}
|
|
36
|
+
type RESULT = _i_out._T_Parameters;
|
|
37
|
+
}
|
|
38
|
+
export declare namespace Error {
|
|
39
|
+
namespace CONTEXT {
|
|
40
|
+
}
|
|
41
|
+
type CONTEXT = _i_in._T_Value;
|
|
42
|
+
namespace PARAMS {
|
|
43
|
+
namespace value_deserializers {
|
|
44
|
+
}
|
|
45
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
46
|
+
}
|
|
47
|
+
namespace RESULT {
|
|
48
|
+
}
|
|
49
|
+
type RESULT = _i_out._T_Error;
|
|
50
|
+
}
|
|
51
|
+
export declare namespace Parameters {
|
|
52
|
+
namespace CONTEXT {
|
|
53
|
+
}
|
|
54
|
+
type CONTEXT = _i_in._T_Value;
|
|
55
|
+
namespace PARAMS {
|
|
56
|
+
namespace value_deserializers {
|
|
57
|
+
}
|
|
58
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
59
|
+
}
|
|
60
|
+
namespace RESULT {
|
|
61
|
+
}
|
|
62
|
+
type RESULT = _i_out._T_Parameters;
|
|
63
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2V4ZWN1dGVfYW55X3NtZWxseV9wcm9jZWR1cmVfZXhlY3V0YWJsZS91bm1hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2V4ZWN1dGVfYW55X3NtZWxseV9wcm9jZWR1cmVfZXhlY3V0YWJsZS92YWx1ZV9kZXNlcmlhbGl6ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9leGVjdXRlX2FueV9zbWVsbHlfcHJvY2VkdXJlX2V4ZWN1dGFibGUvdmFsdWVfc2VyaWFsaXplcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/source.d.ts
CHANGED
|
@@ -14,7 +14,6 @@ export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
|
14
14
|
]>;
|
|
15
15
|
export type _T_Parameters = {
|
|
16
16
|
readonly 'args': _i_core._T_List<null, string>;
|
|
17
|
-
readonly 'program': string;
|
|
18
17
|
};
|
|
19
18
|
export type Error = _T_Error;
|
|
20
19
|
export type Parameters = _T_Parameters;
|
|
@@ -56,7 +55,6 @@ export declare namespace _T_Parameters {
|
|
|
56
55
|
type L = string;
|
|
57
56
|
}
|
|
58
57
|
type args = _i_core._T_List<null, string>;
|
|
59
|
-
type program = string;
|
|
60
58
|
}
|
|
61
59
|
export declare namespace Error {
|
|
62
60
|
namespace SG {
|
|
@@ -96,5 +94,4 @@ export declare namespace Parameters {
|
|
|
96
94
|
type L = string;
|
|
97
95
|
}
|
|
98
96
|
type args = _i_core._T_List<null, string>;
|
|
99
|
-
type program = string;
|
|
100
97
|
}
|
package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/target.d.ts
CHANGED
|
@@ -14,7 +14,6 @@ export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
|
14
14
|
]>;
|
|
15
15
|
export type _T_Parameters = {
|
|
16
16
|
readonly 'args': _i_core._T_List<null, string>;
|
|
17
|
-
readonly 'program': string;
|
|
18
17
|
};
|
|
19
18
|
export type Error = _T_Error;
|
|
20
19
|
export type Parameters = _T_Parameters;
|
|
@@ -56,7 +55,6 @@ export declare namespace _T_Parameters {
|
|
|
56
55
|
type L = string;
|
|
57
56
|
}
|
|
58
57
|
type args = _i_core._T_List<null, string>;
|
|
59
|
-
type program = string;
|
|
60
58
|
}
|
|
61
59
|
export declare namespace Error {
|
|
62
60
|
namespace SG {
|
|
@@ -96,5 +94,4 @@ export declare namespace Parameters {
|
|
|
96
94
|
type L = string;
|
|
97
95
|
}
|
|
98
96
|
type args = _i_core._T_List<null, string>;
|
|
99
|
-
type program = string;
|
|
100
97
|
}
|
package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/source.d.ts
CHANGED
|
@@ -14,7 +14,6 @@ export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
|
14
14
|
]>;
|
|
15
15
|
export type _T_Parameters = {
|
|
16
16
|
readonly 'args': _i_core._T_List<null, string>;
|
|
17
|
-
readonly 'program': string;
|
|
18
17
|
};
|
|
19
18
|
export type _T_Result = {
|
|
20
19
|
readonly 'stdout': string;
|
|
@@ -60,7 +59,6 @@ export declare namespace _T_Parameters {
|
|
|
60
59
|
type L = string;
|
|
61
60
|
}
|
|
62
61
|
type args = _i_core._T_List<null, string>;
|
|
63
|
-
type program = string;
|
|
64
62
|
}
|
|
65
63
|
export declare namespace _T_Result {
|
|
66
64
|
type stdout = string;
|
|
@@ -103,7 +101,6 @@ export declare namespace Parameters {
|
|
|
103
101
|
type L = string;
|
|
104
102
|
}
|
|
105
103
|
type args = _i_core._T_List<null, string>;
|
|
106
|
-
type program = string;
|
|
107
104
|
}
|
|
108
105
|
export declare namespace Result {
|
|
109
106
|
type stdout = string;
|
package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/target.d.ts
CHANGED
|
@@ -14,7 +14,6 @@ export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
|
14
14
|
]>;
|
|
15
15
|
export type _T_Parameters = {
|
|
16
16
|
readonly 'args': _i_core._T_List<null, string>;
|
|
17
|
-
readonly 'program': string;
|
|
18
17
|
};
|
|
19
18
|
export type _T_Result = {
|
|
20
19
|
readonly 'stdout': string;
|
|
@@ -60,7 +59,6 @@ export declare namespace _T_Parameters {
|
|
|
60
59
|
type L = string;
|
|
61
60
|
}
|
|
62
61
|
type args = _i_core._T_List<null, string>;
|
|
63
|
-
type program = string;
|
|
64
62
|
}
|
|
65
63
|
export declare namespace _T_Result {
|
|
66
64
|
type stdout = string;
|
|
@@ -103,7 +101,6 @@ export declare namespace Parameters {
|
|
|
103
101
|
type L = string;
|
|
104
102
|
}
|
|
105
103
|
type args = _i_core._T_List<null, string>;
|
|
106
|
-
type program = string;
|
|
107
104
|
}
|
|
108
105
|
export declare namespace Result {
|
|
109
106
|
type stdout = string;
|
|
@@ -15,7 +15,6 @@ export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
|
15
15
|
]>;
|
|
16
16
|
export type _T_Parameters = {
|
|
17
17
|
readonly 'args': _i_core._T_List<null, string>;
|
|
18
|
-
readonly 'program': string;
|
|
19
18
|
};
|
|
20
19
|
export type Error = _T_Error;
|
|
21
20
|
export type Parameters = _T_Parameters;
|
|
@@ -60,7 +59,6 @@ export declare namespace _T_Parameters {
|
|
|
60
59
|
type L = string;
|
|
61
60
|
}
|
|
62
61
|
type args = _i_core._T_List<null, string>;
|
|
63
|
-
type program = string;
|
|
64
62
|
}
|
|
65
63
|
export declare namespace Error {
|
|
66
64
|
namespace SG {
|
|
@@ -103,5 +101,4 @@ export declare namespace Parameters {
|
|
|
103
101
|
type L = string;
|
|
104
102
|
}
|
|
105
103
|
type args = _i_core._T_List<null, string>;
|
|
106
|
-
type program = string;
|
|
107
104
|
}
|
|
@@ -15,7 +15,6 @@ export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
|
15
15
|
]>;
|
|
16
16
|
export type _T_Parameters = {
|
|
17
17
|
readonly 'args': _i_core._T_List<null, string>;
|
|
18
|
-
readonly 'program': string;
|
|
19
18
|
};
|
|
20
19
|
export type Error = _T_Error;
|
|
21
20
|
export type Parameters = _T_Parameters;
|
|
@@ -60,7 +59,6 @@ export declare namespace _T_Parameters {
|
|
|
60
59
|
type L = string;
|
|
61
60
|
}
|
|
62
61
|
type args = _i_core._T_List<null, string>;
|
|
63
|
-
type program = string;
|
|
64
62
|
}
|
|
65
63
|
export declare namespace Error {
|
|
66
64
|
namespace SG {
|
|
@@ -103,5 +101,4 @@ export declare namespace Parameters {
|
|
|
103
101
|
type L = string;
|
|
104
102
|
}
|
|
105
103
|
type args = _i_core._T_List<null, string>;
|
|
106
|
-
type program = string;
|
|
107
104
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exupery-resources",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.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",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
],
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"exupery-core-alg": "^0.5.0",
|
|
12
|
-
"exupery-core-async": "^0.3.
|
|
12
|
+
"exupery-core-async": "^0.3.5",
|
|
13
13
|
"exupery-core-dev": "^0.3.0",
|
|
14
14
|
"exupery-standard-library": "^0.3.0"
|
|
15
15
|
},
|