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
package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/deserialize.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9leGVjdXRlX2FueV9wcm9jZWR1cmVfZXhlY3V0YWJsZS9kZXNlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/marshall.d.ts
ADDED
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9leGVjdXRlX2FueV9wcm9jZWR1cmVfZXhlY3V0YWJsZS9tYXJzaGFsbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2V4ZWN1dGVfYW55X3Byb2NlZHVyZV9leGVjdXRhYmxlL21pZ3JhdGVfYm9pbGVycGxhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/serialize.d.ts
ADDED
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvZXhlY3V0ZV9hbnlfcHJvY2VkdXJlX2V4ZWN1dGFibGUvc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/unmarshall.d.ts
ADDED
|
@@ -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
|
+
}
|
package/dist/interface/generated/pareto/schemas/execute_any_procedure_executable/unmarshall.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2V4ZWN1dGVfYW55X3Byb2NlZHVyZV9leGVjdXRhYmxlL3VubWFyc2hhbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2V4ZWN1dGVfYW55X3Byb2NlZHVyZV9leGVjdXRhYmxlL3ZhbHVlX2Rlc2VyaWFsaXplcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9leGVjdXRlX2FueV9wcm9jZWR1cmVfZXhlY3V0YWJsZS92YWx1ZV9zZXJpYWxpemVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/resolve.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/resolve.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
// **** TYPES
|
|
4
|
+
// **** FRIENDLY NAMES FOR THE GLOBAL TYPES
|
|
5
|
+
// **** ALIASES FOR NESTED TYPE WITH PREFIXED ROOT NAMES
|
|
6
|
+
// *** ALIASES FOR NESTED TYPES
|
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2V4ZWN1dGVfYW55X3F1ZXJ5X2V4ZWN1dGFibGUvZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBTUEsYUFBYTtBQUViLDJDQUEyQztBQUUzQyx3REFBd0Q7QUFFeEQsK0JBQStCIn0=
|
package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/source.d.ts
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import * as _pt from 'exupery-core-types';
|
|
2
|
+
import * as _i_core from "../../../core/resolved";
|
|
3
|
+
export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
4
|
+
'failed to spawn',
|
|
5
|
+
{
|
|
6
|
+
readonly 'message': string;
|
|
7
|
+
}
|
|
8
|
+
] | readonly [
|
|
9
|
+
'non zero exit code',
|
|
10
|
+
{
|
|
11
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
12
|
+
readonly 'stderr': string;
|
|
13
|
+
}
|
|
14
|
+
]>;
|
|
15
|
+
export type _T_Parameters = {
|
|
16
|
+
readonly 'args': _i_core._T_List<null, string>;
|
|
17
|
+
readonly 'program': string;
|
|
18
|
+
};
|
|
19
|
+
export type _T_Result = {
|
|
20
|
+
readonly 'stdout': string;
|
|
21
|
+
};
|
|
22
|
+
export type Error = _T_Error;
|
|
23
|
+
export type Parameters = _T_Parameters;
|
|
24
|
+
export type Result = _T_Result;
|
|
25
|
+
export declare namespace _T_Error {
|
|
26
|
+
namespace SG {
|
|
27
|
+
namespace failed_to_spawn {
|
|
28
|
+
type message = string;
|
|
29
|
+
}
|
|
30
|
+
type failed_to_spawn = {
|
|
31
|
+
readonly 'message': string;
|
|
32
|
+
};
|
|
33
|
+
namespace non_zero_exit_code {
|
|
34
|
+
namespace exit_code {
|
|
35
|
+
type O = number;
|
|
36
|
+
}
|
|
37
|
+
type exit_code = _pt.Optional_Value<number>;
|
|
38
|
+
type stderr = string;
|
|
39
|
+
}
|
|
40
|
+
type non_zero_exit_code = {
|
|
41
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
42
|
+
readonly 'stderr': string;
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
type SG = readonly [
|
|
46
|
+
'failed to spawn',
|
|
47
|
+
{
|
|
48
|
+
readonly 'message': string;
|
|
49
|
+
}
|
|
50
|
+
] | readonly [
|
|
51
|
+
'non zero exit code',
|
|
52
|
+
{
|
|
53
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
54
|
+
readonly 'stderr': string;
|
|
55
|
+
}
|
|
56
|
+
];
|
|
57
|
+
}
|
|
58
|
+
export declare namespace _T_Parameters {
|
|
59
|
+
namespace args {
|
|
60
|
+
type L = string;
|
|
61
|
+
}
|
|
62
|
+
type args = _i_core._T_List<null, string>;
|
|
63
|
+
type program = string;
|
|
64
|
+
}
|
|
65
|
+
export declare namespace _T_Result {
|
|
66
|
+
type stdout = string;
|
|
67
|
+
}
|
|
68
|
+
export declare namespace Error {
|
|
69
|
+
namespace SG {
|
|
70
|
+
namespace failed_to_spawn {
|
|
71
|
+
type message = string;
|
|
72
|
+
}
|
|
73
|
+
type failed_to_spawn = {
|
|
74
|
+
readonly 'message': string;
|
|
75
|
+
};
|
|
76
|
+
namespace non_zero_exit_code {
|
|
77
|
+
namespace exit_code {
|
|
78
|
+
type O = number;
|
|
79
|
+
}
|
|
80
|
+
type exit_code = _pt.Optional_Value<number>;
|
|
81
|
+
type stderr = string;
|
|
82
|
+
}
|
|
83
|
+
type non_zero_exit_code = {
|
|
84
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
85
|
+
readonly 'stderr': string;
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
type SG = readonly [
|
|
89
|
+
'failed to spawn',
|
|
90
|
+
{
|
|
91
|
+
readonly 'message': string;
|
|
92
|
+
}
|
|
93
|
+
] | readonly [
|
|
94
|
+
'non zero exit code',
|
|
95
|
+
{
|
|
96
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
97
|
+
readonly 'stderr': string;
|
|
98
|
+
}
|
|
99
|
+
];
|
|
100
|
+
}
|
|
101
|
+
export declare namespace Parameters {
|
|
102
|
+
namespace args {
|
|
103
|
+
type L = string;
|
|
104
|
+
}
|
|
105
|
+
type args = _i_core._T_List<null, string>;
|
|
106
|
+
type program = string;
|
|
107
|
+
}
|
|
108
|
+
export declare namespace Result {
|
|
109
|
+
type stdout = string;
|
|
110
|
+
}
|
package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/source.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvZXhlY3V0ZV9hbnlfcXVlcnlfZXhlY3V0YWJsZS9kYXRhX3R5cGVzL3NvdXJjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/target.d.ts
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import * as _pt from 'exupery-core-types';
|
|
2
|
+
import * as _i_core from "../../../core/unconstrained";
|
|
3
|
+
export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
4
|
+
'failed to spawn',
|
|
5
|
+
{
|
|
6
|
+
readonly 'message': string;
|
|
7
|
+
}
|
|
8
|
+
] | readonly [
|
|
9
|
+
'non zero exit code',
|
|
10
|
+
{
|
|
11
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
12
|
+
readonly 'stderr': string;
|
|
13
|
+
}
|
|
14
|
+
]>;
|
|
15
|
+
export type _T_Parameters = {
|
|
16
|
+
readonly 'args': _i_core._T_List<null, string>;
|
|
17
|
+
readonly 'program': string;
|
|
18
|
+
};
|
|
19
|
+
export type _T_Result = {
|
|
20
|
+
readonly 'stdout': string;
|
|
21
|
+
};
|
|
22
|
+
export type Error = _T_Error;
|
|
23
|
+
export type Parameters = _T_Parameters;
|
|
24
|
+
export type Result = _T_Result;
|
|
25
|
+
export declare namespace _T_Error {
|
|
26
|
+
namespace SG {
|
|
27
|
+
namespace failed_to_spawn {
|
|
28
|
+
type message = string;
|
|
29
|
+
}
|
|
30
|
+
type failed_to_spawn = {
|
|
31
|
+
readonly 'message': string;
|
|
32
|
+
};
|
|
33
|
+
namespace non_zero_exit_code {
|
|
34
|
+
namespace exit_code {
|
|
35
|
+
type O = number;
|
|
36
|
+
}
|
|
37
|
+
type exit_code = _pt.Optional_Value<number>;
|
|
38
|
+
type stderr = string;
|
|
39
|
+
}
|
|
40
|
+
type non_zero_exit_code = {
|
|
41
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
42
|
+
readonly 'stderr': string;
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
type SG = readonly [
|
|
46
|
+
'failed to spawn',
|
|
47
|
+
{
|
|
48
|
+
readonly 'message': string;
|
|
49
|
+
}
|
|
50
|
+
] | readonly [
|
|
51
|
+
'non zero exit code',
|
|
52
|
+
{
|
|
53
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
54
|
+
readonly 'stderr': string;
|
|
55
|
+
}
|
|
56
|
+
];
|
|
57
|
+
}
|
|
58
|
+
export declare namespace _T_Parameters {
|
|
59
|
+
namespace args {
|
|
60
|
+
type L = string;
|
|
61
|
+
}
|
|
62
|
+
type args = _i_core._T_List<null, string>;
|
|
63
|
+
type program = string;
|
|
64
|
+
}
|
|
65
|
+
export declare namespace _T_Result {
|
|
66
|
+
type stdout = string;
|
|
67
|
+
}
|
|
68
|
+
export declare namespace Error {
|
|
69
|
+
namespace SG {
|
|
70
|
+
namespace failed_to_spawn {
|
|
71
|
+
type message = string;
|
|
72
|
+
}
|
|
73
|
+
type failed_to_spawn = {
|
|
74
|
+
readonly 'message': string;
|
|
75
|
+
};
|
|
76
|
+
namespace non_zero_exit_code {
|
|
77
|
+
namespace exit_code {
|
|
78
|
+
type O = number;
|
|
79
|
+
}
|
|
80
|
+
type exit_code = _pt.Optional_Value<number>;
|
|
81
|
+
type stderr = string;
|
|
82
|
+
}
|
|
83
|
+
type non_zero_exit_code = {
|
|
84
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
85
|
+
readonly 'stderr': string;
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
type SG = readonly [
|
|
89
|
+
'failed to spawn',
|
|
90
|
+
{
|
|
91
|
+
readonly 'message': string;
|
|
92
|
+
}
|
|
93
|
+
] | readonly [
|
|
94
|
+
'non zero exit code',
|
|
95
|
+
{
|
|
96
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
97
|
+
readonly 'stderr': string;
|
|
98
|
+
}
|
|
99
|
+
];
|
|
100
|
+
}
|
|
101
|
+
export declare namespace Parameters {
|
|
102
|
+
namespace args {
|
|
103
|
+
type L = string;
|
|
104
|
+
}
|
|
105
|
+
type args = _i_core._T_List<null, string>;
|
|
106
|
+
type program = string;
|
|
107
|
+
}
|
|
108
|
+
export declare namespace Result {
|
|
109
|
+
type stdout = string;
|
|
110
|
+
}
|
package/dist/interface/generated/pareto/schemas/execute_any_query_executable/data_types/target.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvZXhlY3V0ZV9hbnlfcXVlcnlfZXhlY3V0YWJsZS9kYXRhX3R5cGVzL3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,80 @@
|
|
|
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 _T_Result = ($$_: string, $$_p: {
|
|
10
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
11
|
+
}) => _i_out._T_Result;
|
|
12
|
+
export type Error = _T_Error;
|
|
13
|
+
export type Parameters = _T_Parameters;
|
|
14
|
+
export type Result = _T_Result;
|
|
15
|
+
export declare namespace _T_Error {
|
|
16
|
+
type CONTEXT = string;
|
|
17
|
+
namespace PARAMS {
|
|
18
|
+
namespace value_deserializers {
|
|
19
|
+
}
|
|
20
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
21
|
+
}
|
|
22
|
+
namespace RESULT {
|
|
23
|
+
}
|
|
24
|
+
type RESULT = _i_out._T_Error;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace _T_Parameters {
|
|
27
|
+
type CONTEXT = string;
|
|
28
|
+
namespace PARAMS {
|
|
29
|
+
namespace value_deserializers {
|
|
30
|
+
}
|
|
31
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
32
|
+
}
|
|
33
|
+
namespace RESULT {
|
|
34
|
+
}
|
|
35
|
+
type RESULT = _i_out._T_Parameters;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace _T_Result {
|
|
38
|
+
type CONTEXT = string;
|
|
39
|
+
namespace PARAMS {
|
|
40
|
+
namespace value_deserializers {
|
|
41
|
+
}
|
|
42
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
43
|
+
}
|
|
44
|
+
namespace RESULT {
|
|
45
|
+
}
|
|
46
|
+
type RESULT = _i_out._T_Result;
|
|
47
|
+
}
|
|
48
|
+
export declare namespace Error {
|
|
49
|
+
type CONTEXT = string;
|
|
50
|
+
namespace PARAMS {
|
|
51
|
+
namespace value_deserializers {
|
|
52
|
+
}
|
|
53
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
54
|
+
}
|
|
55
|
+
namespace RESULT {
|
|
56
|
+
}
|
|
57
|
+
type RESULT = _i_out._T_Error;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace Parameters {
|
|
60
|
+
type CONTEXT = string;
|
|
61
|
+
namespace PARAMS {
|
|
62
|
+
namespace value_deserializers {
|
|
63
|
+
}
|
|
64
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
65
|
+
}
|
|
66
|
+
namespace RESULT {
|
|
67
|
+
}
|
|
68
|
+
type RESULT = _i_out._T_Parameters;
|
|
69
|
+
}
|
|
70
|
+
export declare namespace Result {
|
|
71
|
+
type CONTEXT = string;
|
|
72
|
+
namespace PARAMS {
|
|
73
|
+
namespace value_deserializers {
|
|
74
|
+
}
|
|
75
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
76
|
+
}
|
|
77
|
+
namespace RESULT {
|
|
78
|
+
}
|
|
79
|
+
type RESULT = _i_out._T_Result;
|
|
80
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9leGVjdXRlX2FueV9xdWVyeV9leGVjdXRhYmxlL2Rlc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|