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.
- package/dist/implementation/algorithms/procedures/guaranteed/log.js +2 -2
- package/dist/implementation/algorithms/procedures/guaranteed/log_error.js +2 -2
- package/dist/implementation/algorithms/procedures/guaranteed/write_to_stderr.d.ts +3 -0
- package/dist/implementation/algorithms/procedures/guaranteed/write_to_stderr.js +37 -0
- package/dist/implementation/algorithms/procedures/guaranteed/write_to_stdout.d.ts +3 -0
- package/dist/implementation/algorithms/procedures/guaranteed/write_to_stdout.js +37 -0
- package/dist/implementation/algorithms/procedures/unguaranteed/execute_procedure_executable.js +5 -2
- package/dist/implementation/algorithms/procedures/unguaranteed/execute_smelly_procedure_executable.d.ts +8 -0
- package/dist/implementation/algorithms/procedures/unguaranteed/execute_smelly_procedure_executable.js +75 -0
- package/dist/implementation/algorithms/queries/guaranteed/execute_query_executable_and_catch.js +4 -3
- package/dist/implementation/algorithms/queries/unguaranteed/execute_query_executable.js +3 -3
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/marshall.js +5 -5
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/unmarshall.js +7 -5
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/marshall.js +5 -5
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/unmarshall.js +7 -5
- package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/marshall.js +5 -5
- package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/unmarshall.js +7 -5
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/deserialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/deserialize.js +32 -0
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/marshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/marshall.js +71 -0
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/unmarshall.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_smelly_procedure_executable/unmarshall.js +71 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stderr/deserialize.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stderr/deserialize.js +30 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stderr/marshall.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stderr/marshall.js +9 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stderr/serialize.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stderr/serialize.js +33 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stderr/unmarshall.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stderr/unmarshall.js +30 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stdout/deserialize.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stdout/deserialize.js +30 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stdout/marshall.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stdout/marshall.js +9 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stdout/serialize.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stdout/serialize.js +33 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stdout/unmarshall.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/write_to_stdout/unmarshall.js +30 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/source.d.ts +14 -7
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/target.d.ts +14 -7
- package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/source.d.ts +14 -7
- package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/target.d.ts +14 -7
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/data_types/source.d.ts +14 -7
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/data_types/target.d.ts +14 -7
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/source.d.ts +107 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/target.d.ts +107 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/deserialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/marshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/migrate_boilerplate.d.ts +46 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/unmarshall.d.ts +63 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/source.d.ts +2 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/source.js +5 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/target.d.ts +2 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/data_types/target.js +5 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/deserialize.d.ts +28 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/marshall.d.ts +33 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/migrate_boilerplate.d.ts +24 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/serialize.d.ts +28 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/unmarshall.d.ts +33 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/write_to_stderr/value_serializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/source.d.ts +2 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/source.js +5 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/target.d.ts +2 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/data_types/target.js +5 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/deserialize.d.ts +28 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/marshall.d.ts +33 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/migrate_boilerplate.d.ts +24 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/serialize.d.ts +28 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/unmarshall.d.ts +33 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/write_to_stdout/value_serializers.js +3 -0
- package/package.json +1 -1
package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/source.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as _pt from 'exupery-core-types';
|
|
1
2
|
import * as _i_core from "../../../core/resolved";
|
|
2
3
|
export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
3
4
|
'failed to spawn',
|
|
@@ -7,7 +8,7 @@ export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
|
7
8
|
] | readonly [
|
|
8
9
|
'non zero exit code',
|
|
9
10
|
{
|
|
10
|
-
readonly '
|
|
11
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
11
12
|
readonly 'stderr': string;
|
|
12
13
|
}
|
|
13
14
|
]>;
|
|
@@ -30,11 +31,14 @@ export declare namespace _T_Error {
|
|
|
30
31
|
readonly 'message': string;
|
|
31
32
|
};
|
|
32
33
|
namespace non_zero_exit_code {
|
|
33
|
-
|
|
34
|
+
namespace exit_code {
|
|
35
|
+
type O = number;
|
|
36
|
+
}
|
|
37
|
+
type exit_code = _pt.Optional_Value<number>;
|
|
34
38
|
type stderr = string;
|
|
35
39
|
}
|
|
36
40
|
type non_zero_exit_code = {
|
|
37
|
-
readonly '
|
|
41
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
38
42
|
readonly 'stderr': string;
|
|
39
43
|
};
|
|
40
44
|
}
|
|
@@ -46,7 +50,7 @@ export declare namespace _T_Error {
|
|
|
46
50
|
] | readonly [
|
|
47
51
|
'non zero exit code',
|
|
48
52
|
{
|
|
49
|
-
readonly '
|
|
53
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
50
54
|
readonly 'stderr': string;
|
|
51
55
|
}
|
|
52
56
|
];
|
|
@@ -70,11 +74,14 @@ export declare namespace Error {
|
|
|
70
74
|
readonly 'message': string;
|
|
71
75
|
};
|
|
72
76
|
namespace non_zero_exit_code {
|
|
73
|
-
|
|
77
|
+
namespace exit_code {
|
|
78
|
+
type O = number;
|
|
79
|
+
}
|
|
80
|
+
type exit_code = _pt.Optional_Value<number>;
|
|
74
81
|
type stderr = string;
|
|
75
82
|
}
|
|
76
83
|
type non_zero_exit_code = {
|
|
77
|
-
readonly '
|
|
84
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
78
85
|
readonly 'stderr': string;
|
|
79
86
|
};
|
|
80
87
|
}
|
|
@@ -86,7 +93,7 @@ export declare namespace Error {
|
|
|
86
93
|
] | readonly [
|
|
87
94
|
'non zero exit code',
|
|
88
95
|
{
|
|
89
|
-
readonly '
|
|
96
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
90
97
|
readonly 'stderr': string;
|
|
91
98
|
}
|
|
92
99
|
];
|
package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/target.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as _pt from 'exupery-core-types';
|
|
1
2
|
import * as _i_core from "../../../core/unconstrained";
|
|
2
3
|
export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
3
4
|
'failed to spawn',
|
|
@@ -7,7 +8,7 @@ export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
|
7
8
|
] | readonly [
|
|
8
9
|
'non zero exit code',
|
|
9
10
|
{
|
|
10
|
-
readonly '
|
|
11
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
11
12
|
readonly 'stderr': string;
|
|
12
13
|
}
|
|
13
14
|
]>;
|
|
@@ -30,11 +31,14 @@ export declare namespace _T_Error {
|
|
|
30
31
|
readonly 'message': string;
|
|
31
32
|
};
|
|
32
33
|
namespace non_zero_exit_code {
|
|
33
|
-
|
|
34
|
+
namespace exit_code {
|
|
35
|
+
type O = number;
|
|
36
|
+
}
|
|
37
|
+
type exit_code = _pt.Optional_Value<number>;
|
|
34
38
|
type stderr = string;
|
|
35
39
|
}
|
|
36
40
|
type non_zero_exit_code = {
|
|
37
|
-
readonly '
|
|
41
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
38
42
|
readonly 'stderr': string;
|
|
39
43
|
};
|
|
40
44
|
}
|
|
@@ -46,7 +50,7 @@ export declare namespace _T_Error {
|
|
|
46
50
|
] | readonly [
|
|
47
51
|
'non zero exit code',
|
|
48
52
|
{
|
|
49
|
-
readonly '
|
|
53
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
50
54
|
readonly 'stderr': string;
|
|
51
55
|
}
|
|
52
56
|
];
|
|
@@ -70,11 +74,14 @@ export declare namespace Error {
|
|
|
70
74
|
readonly 'message': string;
|
|
71
75
|
};
|
|
72
76
|
namespace non_zero_exit_code {
|
|
73
|
-
|
|
77
|
+
namespace exit_code {
|
|
78
|
+
type O = number;
|
|
79
|
+
}
|
|
80
|
+
type exit_code = _pt.Optional_Value<number>;
|
|
74
81
|
type stderr = string;
|
|
75
82
|
}
|
|
76
83
|
type non_zero_exit_code = {
|
|
77
|
-
readonly '
|
|
84
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
78
85
|
readonly 'stderr': string;
|
|
79
86
|
};
|
|
80
87
|
}
|
|
@@ -86,7 +93,7 @@ export declare namespace Error {
|
|
|
86
93
|
] | readonly [
|
|
87
94
|
'non zero exit code',
|
|
88
95
|
{
|
|
89
|
-
readonly '
|
|
96
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
90
97
|
readonly 'stderr': string;
|
|
91
98
|
}
|
|
92
99
|
];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as _pt from 'exupery-core-types';
|
|
1
2
|
import * as _i_core from "../../../core/resolved";
|
|
2
3
|
export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
3
4
|
'failed to spawn',
|
|
@@ -7,7 +8,7 @@ export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
|
7
8
|
] | readonly [
|
|
8
9
|
'non zero exit code',
|
|
9
10
|
{
|
|
10
|
-
readonly '
|
|
11
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
11
12
|
readonly 'stderr': string;
|
|
12
13
|
}
|
|
13
14
|
]>;
|
|
@@ -33,11 +34,14 @@ export declare namespace _T_Error {
|
|
|
33
34
|
readonly 'message': string;
|
|
34
35
|
};
|
|
35
36
|
namespace non_zero_exit_code {
|
|
36
|
-
|
|
37
|
+
namespace exit_code {
|
|
38
|
+
type O = number;
|
|
39
|
+
}
|
|
40
|
+
type exit_code = _pt.Optional_Value<number>;
|
|
37
41
|
type stderr = string;
|
|
38
42
|
}
|
|
39
43
|
type non_zero_exit_code = {
|
|
40
|
-
readonly '
|
|
44
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
41
45
|
readonly 'stderr': string;
|
|
42
46
|
};
|
|
43
47
|
}
|
|
@@ -49,7 +53,7 @@ export declare namespace _T_Error {
|
|
|
49
53
|
] | readonly [
|
|
50
54
|
'non zero exit code',
|
|
51
55
|
{
|
|
52
|
-
readonly '
|
|
56
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
53
57
|
readonly 'stderr': string;
|
|
54
58
|
}
|
|
55
59
|
];
|
|
@@ -89,11 +93,14 @@ export declare namespace Error {
|
|
|
89
93
|
readonly 'message': string;
|
|
90
94
|
};
|
|
91
95
|
namespace non_zero_exit_code {
|
|
92
|
-
|
|
96
|
+
namespace exit_code {
|
|
97
|
+
type O = number;
|
|
98
|
+
}
|
|
99
|
+
type exit_code = _pt.Optional_Value<number>;
|
|
93
100
|
type stderr = string;
|
|
94
101
|
}
|
|
95
102
|
type non_zero_exit_code = {
|
|
96
|
-
readonly '
|
|
103
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
97
104
|
readonly 'stderr': string;
|
|
98
105
|
};
|
|
99
106
|
}
|
|
@@ -105,7 +112,7 @@ export declare namespace Error {
|
|
|
105
112
|
] | readonly [
|
|
106
113
|
'non zero exit code',
|
|
107
114
|
{
|
|
108
|
-
readonly '
|
|
115
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
109
116
|
readonly 'stderr': string;
|
|
110
117
|
}
|
|
111
118
|
];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as _pt from 'exupery-core-types';
|
|
1
2
|
import * as _i_core from "../../../core/unconstrained";
|
|
2
3
|
export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
3
4
|
'failed to spawn',
|
|
@@ -7,7 +8,7 @@ export type _T_Error = _i_core._T_State_Group<null, readonly [
|
|
|
7
8
|
] | readonly [
|
|
8
9
|
'non zero exit code',
|
|
9
10
|
{
|
|
10
|
-
readonly '
|
|
11
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
11
12
|
readonly 'stderr': string;
|
|
12
13
|
}
|
|
13
14
|
]>;
|
|
@@ -33,11 +34,14 @@ export declare namespace _T_Error {
|
|
|
33
34
|
readonly 'message': string;
|
|
34
35
|
};
|
|
35
36
|
namespace non_zero_exit_code {
|
|
36
|
-
|
|
37
|
+
namespace exit_code {
|
|
38
|
+
type O = number;
|
|
39
|
+
}
|
|
40
|
+
type exit_code = _pt.Optional_Value<number>;
|
|
37
41
|
type stderr = string;
|
|
38
42
|
}
|
|
39
43
|
type non_zero_exit_code = {
|
|
40
|
-
readonly '
|
|
44
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
41
45
|
readonly 'stderr': string;
|
|
42
46
|
};
|
|
43
47
|
}
|
|
@@ -49,7 +53,7 @@ export declare namespace _T_Error {
|
|
|
49
53
|
] | readonly [
|
|
50
54
|
'non zero exit code',
|
|
51
55
|
{
|
|
52
|
-
readonly '
|
|
56
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
53
57
|
readonly 'stderr': string;
|
|
54
58
|
}
|
|
55
59
|
];
|
|
@@ -89,11 +93,14 @@ export declare namespace Error {
|
|
|
89
93
|
readonly 'message': string;
|
|
90
94
|
};
|
|
91
95
|
namespace non_zero_exit_code {
|
|
92
|
-
|
|
96
|
+
namespace exit_code {
|
|
97
|
+
type O = number;
|
|
98
|
+
}
|
|
99
|
+
type exit_code = _pt.Optional_Value<number>;
|
|
93
100
|
type stderr = string;
|
|
94
101
|
}
|
|
95
102
|
type non_zero_exit_code = {
|
|
96
|
-
readonly '
|
|
103
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
97
104
|
readonly 'stderr': string;
|
|
98
105
|
};
|
|
99
106
|
}
|
|
@@ -105,7 +112,7 @@ export declare namespace Error {
|
|
|
105
112
|
] | readonly [
|
|
106
113
|
'non zero exit code',
|
|
107
114
|
{
|
|
108
|
-
readonly '
|
|
115
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
109
116
|
readonly 'stderr': string;
|
|
110
117
|
}
|
|
111
118
|
];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2V4ZWN1dGVfc21lbGx5X3Byb2NlZHVyZV9leGVjdXRhYmxlL2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQU1BLGFBQWE7QUFFYiwyQ0FBMkM7QUFFM0Msd0RBQXdEO0FBRXhELCtCQUErQiJ9
|
|
@@ -0,0 +1,107 @@
|
|
|
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
|
+
readonly 'stdout': string;
|
|
14
|
+
}
|
|
15
|
+
]>;
|
|
16
|
+
export type _T_Parameters = {
|
|
17
|
+
readonly 'args': _i_core._T_List<null, string>;
|
|
18
|
+
readonly 'program': string;
|
|
19
|
+
};
|
|
20
|
+
export type Error = _T_Error;
|
|
21
|
+
export type Parameters = _T_Parameters;
|
|
22
|
+
export declare namespace _T_Error {
|
|
23
|
+
namespace SG {
|
|
24
|
+
namespace failed_to_spawn {
|
|
25
|
+
type message = string;
|
|
26
|
+
}
|
|
27
|
+
type failed_to_spawn = {
|
|
28
|
+
readonly 'message': string;
|
|
29
|
+
};
|
|
30
|
+
namespace non_zero_exit_code {
|
|
31
|
+
namespace exit_code {
|
|
32
|
+
type O = number;
|
|
33
|
+
}
|
|
34
|
+
type exit_code = _pt.Optional_Value<number>;
|
|
35
|
+
type stderr = string;
|
|
36
|
+
type stdout = string;
|
|
37
|
+
}
|
|
38
|
+
type non_zero_exit_code = {
|
|
39
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
40
|
+
readonly 'stderr': string;
|
|
41
|
+
readonly 'stdout': string;
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
type SG = readonly [
|
|
45
|
+
'failed to spawn',
|
|
46
|
+
{
|
|
47
|
+
readonly 'message': string;
|
|
48
|
+
}
|
|
49
|
+
] | readonly [
|
|
50
|
+
'non zero exit code',
|
|
51
|
+
{
|
|
52
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
53
|
+
readonly 'stderr': string;
|
|
54
|
+
readonly 'stdout': 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 Error {
|
|
66
|
+
namespace SG {
|
|
67
|
+
namespace failed_to_spawn {
|
|
68
|
+
type message = string;
|
|
69
|
+
}
|
|
70
|
+
type failed_to_spawn = {
|
|
71
|
+
readonly 'message': string;
|
|
72
|
+
};
|
|
73
|
+
namespace non_zero_exit_code {
|
|
74
|
+
namespace exit_code {
|
|
75
|
+
type O = number;
|
|
76
|
+
}
|
|
77
|
+
type exit_code = _pt.Optional_Value<number>;
|
|
78
|
+
type stderr = string;
|
|
79
|
+
type stdout = string;
|
|
80
|
+
}
|
|
81
|
+
type non_zero_exit_code = {
|
|
82
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
83
|
+
readonly 'stderr': string;
|
|
84
|
+
readonly 'stdout': string;
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
type SG = readonly [
|
|
88
|
+
'failed to spawn',
|
|
89
|
+
{
|
|
90
|
+
readonly 'message': string;
|
|
91
|
+
}
|
|
92
|
+
] | readonly [
|
|
93
|
+
'non zero exit code',
|
|
94
|
+
{
|
|
95
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
96
|
+
readonly 'stderr': string;
|
|
97
|
+
readonly 'stdout': 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
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvZXhlY3V0ZV9zbWVsbHlfcHJvY2VkdXJlX2V4ZWN1dGFibGUvZGF0YV90eXBlcy9zb3VyY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,107 @@
|
|
|
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
|
+
readonly 'stdout': string;
|
|
14
|
+
}
|
|
15
|
+
]>;
|
|
16
|
+
export type _T_Parameters = {
|
|
17
|
+
readonly 'args': _i_core._T_List<null, string>;
|
|
18
|
+
readonly 'program': string;
|
|
19
|
+
};
|
|
20
|
+
export type Error = _T_Error;
|
|
21
|
+
export type Parameters = _T_Parameters;
|
|
22
|
+
export declare namespace _T_Error {
|
|
23
|
+
namespace SG {
|
|
24
|
+
namespace failed_to_spawn {
|
|
25
|
+
type message = string;
|
|
26
|
+
}
|
|
27
|
+
type failed_to_spawn = {
|
|
28
|
+
readonly 'message': string;
|
|
29
|
+
};
|
|
30
|
+
namespace non_zero_exit_code {
|
|
31
|
+
namespace exit_code {
|
|
32
|
+
type O = number;
|
|
33
|
+
}
|
|
34
|
+
type exit_code = _pt.Optional_Value<number>;
|
|
35
|
+
type stderr = string;
|
|
36
|
+
type stdout = string;
|
|
37
|
+
}
|
|
38
|
+
type non_zero_exit_code = {
|
|
39
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
40
|
+
readonly 'stderr': string;
|
|
41
|
+
readonly 'stdout': string;
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
type SG = readonly [
|
|
45
|
+
'failed to spawn',
|
|
46
|
+
{
|
|
47
|
+
readonly 'message': string;
|
|
48
|
+
}
|
|
49
|
+
] | readonly [
|
|
50
|
+
'non zero exit code',
|
|
51
|
+
{
|
|
52
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
53
|
+
readonly 'stderr': string;
|
|
54
|
+
readonly 'stdout': 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 Error {
|
|
66
|
+
namespace SG {
|
|
67
|
+
namespace failed_to_spawn {
|
|
68
|
+
type message = string;
|
|
69
|
+
}
|
|
70
|
+
type failed_to_spawn = {
|
|
71
|
+
readonly 'message': string;
|
|
72
|
+
};
|
|
73
|
+
namespace non_zero_exit_code {
|
|
74
|
+
namespace exit_code {
|
|
75
|
+
type O = number;
|
|
76
|
+
}
|
|
77
|
+
type exit_code = _pt.Optional_Value<number>;
|
|
78
|
+
type stderr = string;
|
|
79
|
+
type stdout = string;
|
|
80
|
+
}
|
|
81
|
+
type non_zero_exit_code = {
|
|
82
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
83
|
+
readonly 'stderr': string;
|
|
84
|
+
readonly 'stdout': string;
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
type SG = readonly [
|
|
88
|
+
'failed to spawn',
|
|
89
|
+
{
|
|
90
|
+
readonly 'message': string;
|
|
91
|
+
}
|
|
92
|
+
] | readonly [
|
|
93
|
+
'non zero exit code',
|
|
94
|
+
{
|
|
95
|
+
readonly 'exit code': _pt.Optional_Value<number>;
|
|
96
|
+
readonly 'stderr': string;
|
|
97
|
+
readonly 'stdout': 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
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvZXhlY3V0ZV9zbWVsbHlfcHJvY2VkdXJlX2V4ZWN1dGFibGUvZGF0YV90eXBlcy90YXJnZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
package/dist/interface/generated/pareto/schemas/execute_smelly_procedure_executable/deserialize.d.ts
ADDED
|
@@ -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
|
+
}
|
package/dist/interface/generated/pareto/schemas/execute_smelly_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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9leGVjdXRlX3NtZWxseV9wcm9jZWR1cmVfZXhlY3V0YWJsZS9kZXNlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
package/dist/interface/generated/pareto/schemas/execute_smelly_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
|
+
}
|
package/dist/interface/generated/pareto/schemas/execute_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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9leGVjdXRlX3NtZWxseV9wcm9jZWR1cmVfZXhlY3V0YWJsZS9tYXJzaGFsbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2V4ZWN1dGVfc21lbGx5X3Byb2NlZHVyZV9leGVjdXRhYmxlL21pZ3JhdGVfYm9pbGVycGxhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|