exupery-resources 0.1.12 → 0.1.13
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/generated/implementation/generic/resolve.d.ts +112 -0
- package/dist/generated/implementation/generic/resolve.js +276 -0
- package/dist/generated/implementation/generic/unmarshall.d.ts +42 -0
- package/dist/generated/implementation/generic/unmarshall.js +238 -0
- package/dist/generated/implementation/schemas/errors/marshall.d.ts +8 -0
- package/dist/generated/implementation/schemas/errors/marshall.js +142 -0
- package/dist/generated/implementation/schemas/errors/unmarshall.d.ts +8 -0
- package/dist/generated/implementation/schemas/errors/unmarshall.js +82 -0
- package/dist/generated/implementation/schemas/parameters/marshall.d.ts +6 -0
- package/dist/generated/implementation/schemas/parameters/marshall.js +89 -0
- package/dist/generated/implementation/schemas/parameters/unmarshall.d.ts +6 -0
- package/dist/generated/implementation/schemas/parameters/unmarshall.js +122 -0
- package/dist/generated/implementation/schemas/results/marshall.d.ts +3 -0
- package/dist/generated/implementation/schemas/results/marshall.js +46 -0
- package/dist/generated/implementation/schemas/results/unmarshall.d.ts +3 -0
- package/dist/generated/implementation/schemas/results/unmarshall.js +42 -0
- package/dist/generated/interface/core/astn_source.d.ts +108 -0
- package/dist/generated/interface/core/astn_source.js +3 -0
- package/dist/generated/interface/core/astn_target.d.ts +186 -0
- package/dist/generated/interface/core/astn_target.js +3 -0
- package/dist/generated/interface/core/resolve.d.ts +11 -0
- package/dist/generated/interface/core/resolve.js +3 -0
- package/dist/generated/interface/core/resolved.d.ts +117 -0
- package/dist/generated/interface/core/resolved.js +3 -0
- package/dist/generated/interface/core/unconstrained.d.ts +19 -0
- package/dist/generated/interface/core/unconstrained.js +3 -0
- package/dist/generated/interface/core/unresolved.d.ts +181 -0
- package/dist/generated/interface/core/unresolved.js +3 -0
- package/dist/generated/interface/schemas/errors/data_types/resolve.d.ts +1 -0
- package/dist/generated/interface/schemas/errors/data_types/resolve.js +7 -0
- package/dist/generated/interface/schemas/errors/data_types/source.d.ts +121 -0
- package/dist/generated/interface/schemas/errors/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/errors/data_types/target.d.ts +121 -0
- package/dist/generated/interface/schemas/errors/data_types/target.js +3 -0
- package/dist/generated/interface/schemas/errors/marshall.d.ts +213 -0
- package/dist/generated/interface/schemas/errors/marshall.js +3 -0
- package/dist/generated/interface/schemas/errors/migrate_boilerplate.d.ts +156 -0
- package/dist/generated/interface/schemas/errors/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/errors/unmarshall.d.ts +213 -0
- package/dist/generated/interface/schemas/errors/unmarshall.js +3 -0
- package/dist/generated/interface/schemas/errors/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/errors/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/errors/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/errors/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/parameters/data_types/resolve.d.ts +1 -0
- package/dist/generated/interface/schemas/parameters/data_types/resolve.js +7 -0
- package/dist/generated/interface/schemas/parameters/data_types/source.d.ts +129 -0
- package/dist/generated/interface/schemas/parameters/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/parameters/data_types/target.d.ts +129 -0
- package/dist/generated/interface/schemas/parameters/data_types/target.js +3 -0
- package/dist/generated/interface/schemas/parameters/marshall.d.ts +153 -0
- package/dist/generated/interface/schemas/parameters/marshall.js +3 -0
- package/dist/generated/interface/schemas/parameters/migrate_boilerplate.d.ts +112 -0
- package/dist/generated/interface/schemas/parameters/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/parameters/unmarshall.d.ts +153 -0
- package/dist/generated/interface/schemas/parameters/unmarshall.js +3 -0
- package/dist/generated/interface/schemas/parameters/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/parameters/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/parameters/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/parameters/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/results/data_types/resolve.d.ts +1 -0
- package/dist/generated/interface/schemas/results/data_types/resolve.js +7 -0
- package/dist/generated/interface/schemas/results/data_types/source.d.ts +29 -0
- package/dist/generated/interface/schemas/results/data_types/source.js +3 -0
- package/dist/generated/interface/schemas/results/data_types/target.d.ts +29 -0
- package/dist/generated/interface/schemas/results/data_types/target.js +3 -0
- package/dist/generated/interface/schemas/results/marshall.d.ts +63 -0
- package/dist/generated/interface/schemas/results/marshall.js +3 -0
- package/dist/generated/interface/schemas/results/migrate_boilerplate.d.ts +46 -0
- package/dist/generated/interface/schemas/results/migrate_boilerplate.js +3 -0
- package/dist/generated/interface/schemas/results/unmarshall.d.ts +63 -0
- package/dist/generated/interface/schemas/results/unmarshall.js +3 -0
- package/dist/generated/interface/schemas/results/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/results/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/results/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/results/value_serializers.js +3 -0
- package/dist/procedures/copy.d.ts +3 -2
- package/dist/procedures/copy.js +6 -2
- package/dist/procedures/do_nothing.js +1 -1
- package/dist/procedures/log.d.ts +2 -2
- package/dist/procedures/log.js +1 -1
- package/dist/procedures/log_error.d.ts +2 -2
- package/dist/procedures/log_error.js +1 -1
- package/dist/procedures/make_directory.d.ts +3 -2
- package/dist/procedures/make_directory.js +1 -1
- package/dist/procedures/remove.d.ts +3 -2
- package/dist/procedures/remove.js +1 -1
- package/dist/procedures/write_file.d.ts +3 -2
- package/dist/procedures/write_file.js +1 -1
- package/dist/queries/get_instream_data.js +1 -1
- package/dist/queries/read_directory.d.ts +4 -2
- package/dist/queries/read_directory.js +1 -1
- package/dist/queries/read_file.d.ts +3 -2
- package/dist/queries/read_file.js +1 -1
- package/dist/queries/stat.d.ts +4 -2
- package/dist/queries/stat.js +1 -1
- package/package.json +2 -1
- package/dist/types.d.ts +0 -34
- package/dist/types.js +0 -3
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import * as _pt from 'exupery-core-types';
|
|
2
|
+
import * as _i_core from "../../../core/resolved";
|
|
3
|
+
export type _T_Copy = {
|
|
4
|
+
readonly 'options': {
|
|
5
|
+
readonly 'errorOnExist': _pt.Optional_Value<boolean>;
|
|
6
|
+
readonly 'force': _pt.Optional_Value<boolean>;
|
|
7
|
+
readonly 'recursive': _pt.Optional_Value<boolean>;
|
|
8
|
+
};
|
|
9
|
+
readonly 'source': _T_Path;
|
|
10
|
+
readonly 'target': _T_Path;
|
|
11
|
+
};
|
|
12
|
+
export type _T_Log = {
|
|
13
|
+
readonly 'lines': _i_core._T_List<null, string>;
|
|
14
|
+
};
|
|
15
|
+
export type _T_Path = {
|
|
16
|
+
readonly 'escape spaces in path': boolean;
|
|
17
|
+
readonly 'path': string;
|
|
18
|
+
};
|
|
19
|
+
export type _T_Remove = {
|
|
20
|
+
readonly 'error if not exists': boolean;
|
|
21
|
+
readonly 'path': _T_Path;
|
|
22
|
+
};
|
|
23
|
+
export type _T_Write_File = {
|
|
24
|
+
readonly 'data': string;
|
|
25
|
+
readonly 'path': _T_Path;
|
|
26
|
+
};
|
|
27
|
+
export type Copy = _T_Copy;
|
|
28
|
+
export type Log = _T_Log;
|
|
29
|
+
export type Path = _T_Path;
|
|
30
|
+
export type Remove = _T_Remove;
|
|
31
|
+
export type Write_File = _T_Write_File;
|
|
32
|
+
export declare namespace _T_Copy {
|
|
33
|
+
namespace options {
|
|
34
|
+
namespace errorOnExist {
|
|
35
|
+
type O = boolean;
|
|
36
|
+
}
|
|
37
|
+
type errorOnExist = _pt.Optional_Value<boolean>;
|
|
38
|
+
namespace force {
|
|
39
|
+
type O = boolean;
|
|
40
|
+
}
|
|
41
|
+
type force = _pt.Optional_Value<boolean>;
|
|
42
|
+
namespace recursive {
|
|
43
|
+
type O = boolean;
|
|
44
|
+
}
|
|
45
|
+
type recursive = _pt.Optional_Value<boolean>;
|
|
46
|
+
}
|
|
47
|
+
type options = {
|
|
48
|
+
readonly 'errorOnExist': _pt.Optional_Value<boolean>;
|
|
49
|
+
readonly 'force': _pt.Optional_Value<boolean>;
|
|
50
|
+
readonly 'recursive': _pt.Optional_Value<boolean>;
|
|
51
|
+
};
|
|
52
|
+
namespace source {
|
|
53
|
+
}
|
|
54
|
+
type source = _T_Path;
|
|
55
|
+
namespace target {
|
|
56
|
+
}
|
|
57
|
+
type target = _T_Path;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace _T_Log {
|
|
60
|
+
namespace lines {
|
|
61
|
+
type L = string;
|
|
62
|
+
}
|
|
63
|
+
type lines = _i_core._T_List<null, string>;
|
|
64
|
+
}
|
|
65
|
+
export declare namespace _T_Path {
|
|
66
|
+
type escape_spaces_in_path = boolean;
|
|
67
|
+
type path = string;
|
|
68
|
+
}
|
|
69
|
+
export declare namespace _T_Remove {
|
|
70
|
+
type error_if_not_exists = boolean;
|
|
71
|
+
namespace path {
|
|
72
|
+
}
|
|
73
|
+
type path = _T_Path;
|
|
74
|
+
}
|
|
75
|
+
export declare namespace _T_Write_File {
|
|
76
|
+
type data = string;
|
|
77
|
+
namespace path {
|
|
78
|
+
}
|
|
79
|
+
type path = _T_Path;
|
|
80
|
+
}
|
|
81
|
+
export declare namespace Copy {
|
|
82
|
+
namespace options {
|
|
83
|
+
namespace errorOnExist {
|
|
84
|
+
type O = boolean;
|
|
85
|
+
}
|
|
86
|
+
type errorOnExist = _pt.Optional_Value<boolean>;
|
|
87
|
+
namespace force {
|
|
88
|
+
type O = boolean;
|
|
89
|
+
}
|
|
90
|
+
type force = _pt.Optional_Value<boolean>;
|
|
91
|
+
namespace recursive {
|
|
92
|
+
type O = boolean;
|
|
93
|
+
}
|
|
94
|
+
type recursive = _pt.Optional_Value<boolean>;
|
|
95
|
+
}
|
|
96
|
+
type options = {
|
|
97
|
+
readonly 'errorOnExist': _pt.Optional_Value<boolean>;
|
|
98
|
+
readonly 'force': _pt.Optional_Value<boolean>;
|
|
99
|
+
readonly 'recursive': _pt.Optional_Value<boolean>;
|
|
100
|
+
};
|
|
101
|
+
namespace source {
|
|
102
|
+
}
|
|
103
|
+
type source = _T_Path;
|
|
104
|
+
namespace target {
|
|
105
|
+
}
|
|
106
|
+
type target = _T_Path;
|
|
107
|
+
}
|
|
108
|
+
export declare namespace Log {
|
|
109
|
+
namespace lines {
|
|
110
|
+
type L = string;
|
|
111
|
+
}
|
|
112
|
+
type lines = _i_core._T_List<null, string>;
|
|
113
|
+
}
|
|
114
|
+
export declare namespace Path {
|
|
115
|
+
type escape_spaces_in_path = boolean;
|
|
116
|
+
type path = string;
|
|
117
|
+
}
|
|
118
|
+
export declare namespace Remove {
|
|
119
|
+
type error_if_not_exists = boolean;
|
|
120
|
+
namespace path {
|
|
121
|
+
}
|
|
122
|
+
type path = _T_Path;
|
|
123
|
+
}
|
|
124
|
+
export declare namespace Write_File {
|
|
125
|
+
type data = string;
|
|
126
|
+
namespace path {
|
|
127
|
+
}
|
|
128
|
+
type path = _T_Path;
|
|
129
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9wYXJhbWV0ZXJzL2RhdGFfdHlwZXMvc291cmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import * as _pt from 'exupery-core-types';
|
|
2
|
+
import * as _i_core from "../../../core/unconstrained";
|
|
3
|
+
export type _T_Copy = {
|
|
4
|
+
readonly 'options': {
|
|
5
|
+
readonly 'errorOnExist': _pt.Optional_Value<boolean>;
|
|
6
|
+
readonly 'force': _pt.Optional_Value<boolean>;
|
|
7
|
+
readonly 'recursive': _pt.Optional_Value<boolean>;
|
|
8
|
+
};
|
|
9
|
+
readonly 'source': _T_Path;
|
|
10
|
+
readonly 'target': _T_Path;
|
|
11
|
+
};
|
|
12
|
+
export type _T_Log = {
|
|
13
|
+
readonly 'lines': _i_core._T_List<null, string>;
|
|
14
|
+
};
|
|
15
|
+
export type _T_Path = {
|
|
16
|
+
readonly 'escape spaces in path': boolean;
|
|
17
|
+
readonly 'path': string;
|
|
18
|
+
};
|
|
19
|
+
export type _T_Remove = {
|
|
20
|
+
readonly 'error if not exists': boolean;
|
|
21
|
+
readonly 'path': _T_Path;
|
|
22
|
+
};
|
|
23
|
+
export type _T_Write_File = {
|
|
24
|
+
readonly 'data': string;
|
|
25
|
+
readonly 'path': _T_Path;
|
|
26
|
+
};
|
|
27
|
+
export type Copy = _T_Copy;
|
|
28
|
+
export type Log = _T_Log;
|
|
29
|
+
export type Path = _T_Path;
|
|
30
|
+
export type Remove = _T_Remove;
|
|
31
|
+
export type Write_File = _T_Write_File;
|
|
32
|
+
export declare namespace _T_Copy {
|
|
33
|
+
namespace options {
|
|
34
|
+
namespace errorOnExist {
|
|
35
|
+
type O = boolean;
|
|
36
|
+
}
|
|
37
|
+
type errorOnExist = _pt.Optional_Value<boolean>;
|
|
38
|
+
namespace force {
|
|
39
|
+
type O = boolean;
|
|
40
|
+
}
|
|
41
|
+
type force = _pt.Optional_Value<boolean>;
|
|
42
|
+
namespace recursive {
|
|
43
|
+
type O = boolean;
|
|
44
|
+
}
|
|
45
|
+
type recursive = _pt.Optional_Value<boolean>;
|
|
46
|
+
}
|
|
47
|
+
type options = {
|
|
48
|
+
readonly 'errorOnExist': _pt.Optional_Value<boolean>;
|
|
49
|
+
readonly 'force': _pt.Optional_Value<boolean>;
|
|
50
|
+
readonly 'recursive': _pt.Optional_Value<boolean>;
|
|
51
|
+
};
|
|
52
|
+
namespace source {
|
|
53
|
+
}
|
|
54
|
+
type source = _T_Path;
|
|
55
|
+
namespace target {
|
|
56
|
+
}
|
|
57
|
+
type target = _T_Path;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace _T_Log {
|
|
60
|
+
namespace lines {
|
|
61
|
+
type L = string;
|
|
62
|
+
}
|
|
63
|
+
type lines = _i_core._T_List<null, string>;
|
|
64
|
+
}
|
|
65
|
+
export declare namespace _T_Path {
|
|
66
|
+
type escape_spaces_in_path = boolean;
|
|
67
|
+
type path = string;
|
|
68
|
+
}
|
|
69
|
+
export declare namespace _T_Remove {
|
|
70
|
+
type error_if_not_exists = boolean;
|
|
71
|
+
namespace path {
|
|
72
|
+
}
|
|
73
|
+
type path = _T_Path;
|
|
74
|
+
}
|
|
75
|
+
export declare namespace _T_Write_File {
|
|
76
|
+
type data = string;
|
|
77
|
+
namespace path {
|
|
78
|
+
}
|
|
79
|
+
type path = _T_Path;
|
|
80
|
+
}
|
|
81
|
+
export declare namespace Copy {
|
|
82
|
+
namespace options {
|
|
83
|
+
namespace errorOnExist {
|
|
84
|
+
type O = boolean;
|
|
85
|
+
}
|
|
86
|
+
type errorOnExist = _pt.Optional_Value<boolean>;
|
|
87
|
+
namespace force {
|
|
88
|
+
type O = boolean;
|
|
89
|
+
}
|
|
90
|
+
type force = _pt.Optional_Value<boolean>;
|
|
91
|
+
namespace recursive {
|
|
92
|
+
type O = boolean;
|
|
93
|
+
}
|
|
94
|
+
type recursive = _pt.Optional_Value<boolean>;
|
|
95
|
+
}
|
|
96
|
+
type options = {
|
|
97
|
+
readonly 'errorOnExist': _pt.Optional_Value<boolean>;
|
|
98
|
+
readonly 'force': _pt.Optional_Value<boolean>;
|
|
99
|
+
readonly 'recursive': _pt.Optional_Value<boolean>;
|
|
100
|
+
};
|
|
101
|
+
namespace source {
|
|
102
|
+
}
|
|
103
|
+
type source = _T_Path;
|
|
104
|
+
namespace target {
|
|
105
|
+
}
|
|
106
|
+
type target = _T_Path;
|
|
107
|
+
}
|
|
108
|
+
export declare namespace Log {
|
|
109
|
+
namespace lines {
|
|
110
|
+
type L = string;
|
|
111
|
+
}
|
|
112
|
+
type lines = _i_core._T_List<null, string>;
|
|
113
|
+
}
|
|
114
|
+
export declare namespace Path {
|
|
115
|
+
type escape_spaces_in_path = boolean;
|
|
116
|
+
type path = string;
|
|
117
|
+
}
|
|
118
|
+
export declare namespace Remove {
|
|
119
|
+
type error_if_not_exists = boolean;
|
|
120
|
+
namespace path {
|
|
121
|
+
}
|
|
122
|
+
type path = _T_Path;
|
|
123
|
+
}
|
|
124
|
+
export declare namespace Write_File {
|
|
125
|
+
type data = string;
|
|
126
|
+
namespace path {
|
|
127
|
+
}
|
|
128
|
+
type path = _T_Path;
|
|
129
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9wYXJhbWV0ZXJzL2RhdGFfdHlwZXMvdGFyZ2V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,153 @@
|
|
|
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_Copy = ($$_: _i_in._T_Copy, $$_p: {
|
|
5
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
6
|
+
}) => _i_out._T_Value;
|
|
7
|
+
export type _T_Log = ($$_: _i_in._T_Log, $$_p: {
|
|
8
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
|
+
}) => _i_out._T_Value;
|
|
10
|
+
export type _T_Path = ($$_: _i_in._T_Path, $$_p: {
|
|
11
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
12
|
+
}) => _i_out._T_Value;
|
|
13
|
+
export type _T_Remove = ($$_: _i_in._T_Remove, $$_p: {
|
|
14
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
15
|
+
}) => _i_out._T_Value;
|
|
16
|
+
export type _T_Write_File = ($$_: _i_in._T_Write_File, $$_p: {
|
|
17
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
18
|
+
}) => _i_out._T_Value;
|
|
19
|
+
export type Copy = _T_Copy;
|
|
20
|
+
export type Log = _T_Log;
|
|
21
|
+
export type Path = _T_Path;
|
|
22
|
+
export type Remove = _T_Remove;
|
|
23
|
+
export type Write_File = _T_Write_File;
|
|
24
|
+
export declare namespace _T_Copy {
|
|
25
|
+
namespace CONTEXT {
|
|
26
|
+
}
|
|
27
|
+
type CONTEXT = _i_in._T_Copy;
|
|
28
|
+
namespace PARAMS {
|
|
29
|
+
namespace value_serializers {
|
|
30
|
+
}
|
|
31
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
32
|
+
}
|
|
33
|
+
namespace RESULT {
|
|
34
|
+
}
|
|
35
|
+
type RESULT = _i_out._T_Value;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace _T_Log {
|
|
38
|
+
namespace CONTEXT {
|
|
39
|
+
}
|
|
40
|
+
type CONTEXT = _i_in._T_Log;
|
|
41
|
+
namespace PARAMS {
|
|
42
|
+
namespace value_serializers {
|
|
43
|
+
}
|
|
44
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
45
|
+
}
|
|
46
|
+
namespace RESULT {
|
|
47
|
+
}
|
|
48
|
+
type RESULT = _i_out._T_Value;
|
|
49
|
+
}
|
|
50
|
+
export declare namespace _T_Path {
|
|
51
|
+
namespace CONTEXT {
|
|
52
|
+
}
|
|
53
|
+
type CONTEXT = _i_in._T_Path;
|
|
54
|
+
namespace PARAMS {
|
|
55
|
+
namespace value_serializers {
|
|
56
|
+
}
|
|
57
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
58
|
+
}
|
|
59
|
+
namespace RESULT {
|
|
60
|
+
}
|
|
61
|
+
type RESULT = _i_out._T_Value;
|
|
62
|
+
}
|
|
63
|
+
export declare namespace _T_Remove {
|
|
64
|
+
namespace CONTEXT {
|
|
65
|
+
}
|
|
66
|
+
type CONTEXT = _i_in._T_Remove;
|
|
67
|
+
namespace PARAMS {
|
|
68
|
+
namespace value_serializers {
|
|
69
|
+
}
|
|
70
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
71
|
+
}
|
|
72
|
+
namespace RESULT {
|
|
73
|
+
}
|
|
74
|
+
type RESULT = _i_out._T_Value;
|
|
75
|
+
}
|
|
76
|
+
export declare namespace _T_Write_File {
|
|
77
|
+
namespace CONTEXT {
|
|
78
|
+
}
|
|
79
|
+
type CONTEXT = _i_in._T_Write_File;
|
|
80
|
+
namespace PARAMS {
|
|
81
|
+
namespace value_serializers {
|
|
82
|
+
}
|
|
83
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
84
|
+
}
|
|
85
|
+
namespace RESULT {
|
|
86
|
+
}
|
|
87
|
+
type RESULT = _i_out._T_Value;
|
|
88
|
+
}
|
|
89
|
+
export declare namespace Copy {
|
|
90
|
+
namespace CONTEXT {
|
|
91
|
+
}
|
|
92
|
+
type CONTEXT = _i_in._T_Copy;
|
|
93
|
+
namespace PARAMS {
|
|
94
|
+
namespace value_serializers {
|
|
95
|
+
}
|
|
96
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
97
|
+
}
|
|
98
|
+
namespace RESULT {
|
|
99
|
+
}
|
|
100
|
+
type RESULT = _i_out._T_Value;
|
|
101
|
+
}
|
|
102
|
+
export declare namespace Log {
|
|
103
|
+
namespace CONTEXT {
|
|
104
|
+
}
|
|
105
|
+
type CONTEXT = _i_in._T_Log;
|
|
106
|
+
namespace PARAMS {
|
|
107
|
+
namespace value_serializers {
|
|
108
|
+
}
|
|
109
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
110
|
+
}
|
|
111
|
+
namespace RESULT {
|
|
112
|
+
}
|
|
113
|
+
type RESULT = _i_out._T_Value;
|
|
114
|
+
}
|
|
115
|
+
export declare namespace Path {
|
|
116
|
+
namespace CONTEXT {
|
|
117
|
+
}
|
|
118
|
+
type CONTEXT = _i_in._T_Path;
|
|
119
|
+
namespace PARAMS {
|
|
120
|
+
namespace value_serializers {
|
|
121
|
+
}
|
|
122
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
123
|
+
}
|
|
124
|
+
namespace RESULT {
|
|
125
|
+
}
|
|
126
|
+
type RESULT = _i_out._T_Value;
|
|
127
|
+
}
|
|
128
|
+
export declare namespace Remove {
|
|
129
|
+
namespace CONTEXT {
|
|
130
|
+
}
|
|
131
|
+
type CONTEXT = _i_in._T_Remove;
|
|
132
|
+
namespace PARAMS {
|
|
133
|
+
namespace value_serializers {
|
|
134
|
+
}
|
|
135
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
136
|
+
}
|
|
137
|
+
namespace RESULT {
|
|
138
|
+
}
|
|
139
|
+
type RESULT = _i_out._T_Value;
|
|
140
|
+
}
|
|
141
|
+
export declare namespace Write_File {
|
|
142
|
+
namespace CONTEXT {
|
|
143
|
+
}
|
|
144
|
+
type CONTEXT = _i_in._T_Write_File;
|
|
145
|
+
namespace PARAMS {
|
|
146
|
+
namespace value_serializers {
|
|
147
|
+
}
|
|
148
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
149
|
+
}
|
|
150
|
+
namespace RESULT {
|
|
151
|
+
}
|
|
152
|
+
type RESULT = _i_out._T_Value;
|
|
153
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL3BhcmFtZXRlcnMvbWFyc2hhbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import * as _i_in from "./data_types/source";
|
|
2
|
+
import * as _i_out from "./data_types/target";
|
|
3
|
+
export type _T_Copy = ($$_: _i_in._T_Copy, $$_p: null) => _i_out._T_Copy;
|
|
4
|
+
export type _T_Log = ($$_: _i_in._T_Log, $$_p: null) => _i_out._T_Log;
|
|
5
|
+
export type _T_Path = ($$_: _i_in._T_Path, $$_p: null) => _i_out._T_Path;
|
|
6
|
+
export type _T_Remove = ($$_: _i_in._T_Remove, $$_p: null) => _i_out._T_Remove;
|
|
7
|
+
export type _T_Write_File = ($$_: _i_in._T_Write_File, $$_p: null) => _i_out._T_Write_File;
|
|
8
|
+
export type Copy = _T_Copy;
|
|
9
|
+
export type Log = _T_Log;
|
|
10
|
+
export type Path = _T_Path;
|
|
11
|
+
export type Remove = _T_Remove;
|
|
12
|
+
export type Write_File = _T_Write_File;
|
|
13
|
+
export declare namespace _T_Copy {
|
|
14
|
+
namespace CONTEXT {
|
|
15
|
+
}
|
|
16
|
+
type CONTEXT = _i_in._T_Copy;
|
|
17
|
+
namespace PARAMS {
|
|
18
|
+
}
|
|
19
|
+
namespace RESULT {
|
|
20
|
+
}
|
|
21
|
+
type RESULT = _i_out._T_Copy;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace _T_Log {
|
|
24
|
+
namespace CONTEXT {
|
|
25
|
+
}
|
|
26
|
+
type CONTEXT = _i_in._T_Log;
|
|
27
|
+
namespace PARAMS {
|
|
28
|
+
}
|
|
29
|
+
namespace RESULT {
|
|
30
|
+
}
|
|
31
|
+
type RESULT = _i_out._T_Log;
|
|
32
|
+
}
|
|
33
|
+
export declare namespace _T_Path {
|
|
34
|
+
namespace CONTEXT {
|
|
35
|
+
}
|
|
36
|
+
type CONTEXT = _i_in._T_Path;
|
|
37
|
+
namespace PARAMS {
|
|
38
|
+
}
|
|
39
|
+
namespace RESULT {
|
|
40
|
+
}
|
|
41
|
+
type RESULT = _i_out._T_Path;
|
|
42
|
+
}
|
|
43
|
+
export declare namespace _T_Remove {
|
|
44
|
+
namespace CONTEXT {
|
|
45
|
+
}
|
|
46
|
+
type CONTEXT = _i_in._T_Remove;
|
|
47
|
+
namespace PARAMS {
|
|
48
|
+
}
|
|
49
|
+
namespace RESULT {
|
|
50
|
+
}
|
|
51
|
+
type RESULT = _i_out._T_Remove;
|
|
52
|
+
}
|
|
53
|
+
export declare namespace _T_Write_File {
|
|
54
|
+
namespace CONTEXT {
|
|
55
|
+
}
|
|
56
|
+
type CONTEXT = _i_in._T_Write_File;
|
|
57
|
+
namespace PARAMS {
|
|
58
|
+
}
|
|
59
|
+
namespace RESULT {
|
|
60
|
+
}
|
|
61
|
+
type RESULT = _i_out._T_Write_File;
|
|
62
|
+
}
|
|
63
|
+
export declare namespace Copy {
|
|
64
|
+
namespace CONTEXT {
|
|
65
|
+
}
|
|
66
|
+
type CONTEXT = _i_in._T_Copy;
|
|
67
|
+
namespace PARAMS {
|
|
68
|
+
}
|
|
69
|
+
namespace RESULT {
|
|
70
|
+
}
|
|
71
|
+
type RESULT = _i_out._T_Copy;
|
|
72
|
+
}
|
|
73
|
+
export declare namespace Log {
|
|
74
|
+
namespace CONTEXT {
|
|
75
|
+
}
|
|
76
|
+
type CONTEXT = _i_in._T_Log;
|
|
77
|
+
namespace PARAMS {
|
|
78
|
+
}
|
|
79
|
+
namespace RESULT {
|
|
80
|
+
}
|
|
81
|
+
type RESULT = _i_out._T_Log;
|
|
82
|
+
}
|
|
83
|
+
export declare namespace Path {
|
|
84
|
+
namespace CONTEXT {
|
|
85
|
+
}
|
|
86
|
+
type CONTEXT = _i_in._T_Path;
|
|
87
|
+
namespace PARAMS {
|
|
88
|
+
}
|
|
89
|
+
namespace RESULT {
|
|
90
|
+
}
|
|
91
|
+
type RESULT = _i_out._T_Path;
|
|
92
|
+
}
|
|
93
|
+
export declare namespace Remove {
|
|
94
|
+
namespace CONTEXT {
|
|
95
|
+
}
|
|
96
|
+
type CONTEXT = _i_in._T_Remove;
|
|
97
|
+
namespace PARAMS {
|
|
98
|
+
}
|
|
99
|
+
namespace RESULT {
|
|
100
|
+
}
|
|
101
|
+
type RESULT = _i_out._T_Remove;
|
|
102
|
+
}
|
|
103
|
+
export declare namespace Write_File {
|
|
104
|
+
namespace CONTEXT {
|
|
105
|
+
}
|
|
106
|
+
type CONTEXT = _i_in._T_Write_File;
|
|
107
|
+
namespace PARAMS {
|
|
108
|
+
}
|
|
109
|
+
namespace RESULT {
|
|
110
|
+
}
|
|
111
|
+
type RESULT = _i_out._T_Write_File;
|
|
112
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvcGFyYW1ldGVycy9taWdyYXRlX2JvaWxlcnBsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,153 @@
|
|
|
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_Copy = ($$_: _i_in._T_Value, $$_p: {
|
|
5
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
6
|
+
}) => _i_out._T_Copy;
|
|
7
|
+
export type _T_Log = ($$_: _i_in._T_Value, $$_p: {
|
|
8
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
9
|
+
}) => _i_out._T_Log;
|
|
10
|
+
export type _T_Path = ($$_: _i_in._T_Value, $$_p: {
|
|
11
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
12
|
+
}) => _i_out._T_Path;
|
|
13
|
+
export type _T_Remove = ($$_: _i_in._T_Value, $$_p: {
|
|
14
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
15
|
+
}) => _i_out._T_Remove;
|
|
16
|
+
export type _T_Write_File = ($$_: _i_in._T_Value, $$_p: {
|
|
17
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
18
|
+
}) => _i_out._T_Write_File;
|
|
19
|
+
export type Copy = _T_Copy;
|
|
20
|
+
export type Log = _T_Log;
|
|
21
|
+
export type Path = _T_Path;
|
|
22
|
+
export type Remove = _T_Remove;
|
|
23
|
+
export type Write_File = _T_Write_File;
|
|
24
|
+
export declare namespace _T_Copy {
|
|
25
|
+
namespace CONTEXT {
|
|
26
|
+
}
|
|
27
|
+
type CONTEXT = _i_in._T_Value;
|
|
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_Copy;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace _T_Log {
|
|
38
|
+
namespace CONTEXT {
|
|
39
|
+
}
|
|
40
|
+
type CONTEXT = _i_in._T_Value;
|
|
41
|
+
namespace PARAMS {
|
|
42
|
+
namespace value_deserializers {
|
|
43
|
+
}
|
|
44
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
45
|
+
}
|
|
46
|
+
namespace RESULT {
|
|
47
|
+
}
|
|
48
|
+
type RESULT = _i_out._T_Log;
|
|
49
|
+
}
|
|
50
|
+
export declare namespace _T_Path {
|
|
51
|
+
namespace CONTEXT {
|
|
52
|
+
}
|
|
53
|
+
type CONTEXT = _i_in._T_Value;
|
|
54
|
+
namespace PARAMS {
|
|
55
|
+
namespace value_deserializers {
|
|
56
|
+
}
|
|
57
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
58
|
+
}
|
|
59
|
+
namespace RESULT {
|
|
60
|
+
}
|
|
61
|
+
type RESULT = _i_out._T_Path;
|
|
62
|
+
}
|
|
63
|
+
export declare namespace _T_Remove {
|
|
64
|
+
namespace CONTEXT {
|
|
65
|
+
}
|
|
66
|
+
type CONTEXT = _i_in._T_Value;
|
|
67
|
+
namespace PARAMS {
|
|
68
|
+
namespace value_deserializers {
|
|
69
|
+
}
|
|
70
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
71
|
+
}
|
|
72
|
+
namespace RESULT {
|
|
73
|
+
}
|
|
74
|
+
type RESULT = _i_out._T_Remove;
|
|
75
|
+
}
|
|
76
|
+
export declare namespace _T_Write_File {
|
|
77
|
+
namespace CONTEXT {
|
|
78
|
+
}
|
|
79
|
+
type CONTEXT = _i_in._T_Value;
|
|
80
|
+
namespace PARAMS {
|
|
81
|
+
namespace value_deserializers {
|
|
82
|
+
}
|
|
83
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
84
|
+
}
|
|
85
|
+
namespace RESULT {
|
|
86
|
+
}
|
|
87
|
+
type RESULT = _i_out._T_Write_File;
|
|
88
|
+
}
|
|
89
|
+
export declare namespace Copy {
|
|
90
|
+
namespace CONTEXT {
|
|
91
|
+
}
|
|
92
|
+
type CONTEXT = _i_in._T_Value;
|
|
93
|
+
namespace PARAMS {
|
|
94
|
+
namespace value_deserializers {
|
|
95
|
+
}
|
|
96
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
97
|
+
}
|
|
98
|
+
namespace RESULT {
|
|
99
|
+
}
|
|
100
|
+
type RESULT = _i_out._T_Copy;
|
|
101
|
+
}
|
|
102
|
+
export declare namespace Log {
|
|
103
|
+
namespace CONTEXT {
|
|
104
|
+
}
|
|
105
|
+
type CONTEXT = _i_in._T_Value;
|
|
106
|
+
namespace PARAMS {
|
|
107
|
+
namespace value_deserializers {
|
|
108
|
+
}
|
|
109
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
110
|
+
}
|
|
111
|
+
namespace RESULT {
|
|
112
|
+
}
|
|
113
|
+
type RESULT = _i_out._T_Log;
|
|
114
|
+
}
|
|
115
|
+
export declare namespace Path {
|
|
116
|
+
namespace CONTEXT {
|
|
117
|
+
}
|
|
118
|
+
type CONTEXT = _i_in._T_Value;
|
|
119
|
+
namespace PARAMS {
|
|
120
|
+
namespace value_deserializers {
|
|
121
|
+
}
|
|
122
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
123
|
+
}
|
|
124
|
+
namespace RESULT {
|
|
125
|
+
}
|
|
126
|
+
type RESULT = _i_out._T_Path;
|
|
127
|
+
}
|
|
128
|
+
export declare namespace Remove {
|
|
129
|
+
namespace CONTEXT {
|
|
130
|
+
}
|
|
131
|
+
type CONTEXT = _i_in._T_Value;
|
|
132
|
+
namespace PARAMS {
|
|
133
|
+
namespace value_deserializers {
|
|
134
|
+
}
|
|
135
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
136
|
+
}
|
|
137
|
+
namespace RESULT {
|
|
138
|
+
}
|
|
139
|
+
type RESULT = _i_out._T_Remove;
|
|
140
|
+
}
|
|
141
|
+
export declare namespace Write_File {
|
|
142
|
+
namespace CONTEXT {
|
|
143
|
+
}
|
|
144
|
+
type CONTEXT = _i_in._T_Value;
|
|
145
|
+
namespace PARAMS {
|
|
146
|
+
namespace value_deserializers {
|
|
147
|
+
}
|
|
148
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
149
|
+
}
|
|
150
|
+
namespace RESULT {
|
|
151
|
+
}
|
|
152
|
+
type RESULT = _i_out._T_Write_File;
|
|
153
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvcGFyYW1ldGVycy91bm1hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|