mrs-toolbox-cli 0.0.114 → 0.0.116
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/Kotlin-DateTime-library-kotlinx-datetime.js +70 -70
- package/clikt-clikt.js +1120 -1120
- package/colormath-root-colormath.js +358 -358
- package/com.mrs.platform.configuration.dto.js +1173 -1261
- package/com.mrs.platform.configuration.dto.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +5 -5
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-logging-js-ir.js +34 -34
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +7 -7
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
- package/ktor-ktor-client-content-negotiation.js +125 -125
- package/ktor-ktor-client-core.js +1401 -1401
- package/ktor-ktor-events.js +4 -4
- package/markdown.js +1799 -1799
- package/mordant-mordant.js +1627 -1627
- package/mrs-toolbox-cli.d.ts +6 -26
- package/mrs-toolbox-cli.js +99 -99
- package/package.json +1 -1
- package/toolbox.js +2003 -2003
package/mrs-toolbox-cli.d.ts
CHANGED
|
@@ -669,12 +669,14 @@ export declare namespace dto.form.property {
|
|
|
669
669
|
set multiple(value: Nullable<boolean>);
|
|
670
670
|
get canCreate(): Nullable<boolean>;
|
|
671
671
|
set canCreate(value: Nullable<boolean>);
|
|
672
|
+
get canSelect(): Nullable<boolean>;
|
|
673
|
+
set canSelect(value: Nullable<boolean>);
|
|
672
674
|
get linkTo(): Nullable<dto.form.property.misc.LinkedTo>;
|
|
673
675
|
set linkTo(value: Nullable<dto.form.property.misc.LinkedTo>);
|
|
674
676
|
get autoUpdate(): Nullable<boolean>;
|
|
675
677
|
get maxCount(): number;
|
|
676
678
|
/** @deprecated This synthesized declaration should not be used directly */
|
|
677
|
-
static ViewProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, viewId: Nullable<string>, variables: Nullable<any>/* Nullable<kotlin.collections.Map<string, string>> */, fields: Nullable<Array<string>>, multiple: Nullable<boolean>, canCreate: Nullable<boolean>, linkTo: Nullable<dto.form.property.misc.LinkedTo>, autoUpdate: Nullable<boolean>, maxCount: number, sort: Nullable<Array<dto.query.Sort>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ViewProperty;
|
|
679
|
+
static ViewProperty_init_$Create$(seen1: number, name: Nullable<string>, title: Nullable<string>, readOnly: Nullable<boolean>, disabled: Nullable<boolean>, hidden: Nullable<boolean>, helperText: Nullable<string>, description: Nullable<string>, lazyLoading: boolean, viewId: Nullable<string>, variables: Nullable<any>/* Nullable<kotlin.collections.Map<string, string>> */, fields: Nullable<Array<string>>, multiple: Nullable<boolean>, canCreate: Nullable<boolean>, canSelect: Nullable<boolean>, linkTo: Nullable<dto.form.property.misc.LinkedTo>, autoUpdate: Nullable<boolean>, maxCount: number, sort: Nullable<Array<dto.query.Sort>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ViewProperty;
|
|
678
680
|
static get Companion(): {
|
|
679
681
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ViewProperty> */;
|
|
680
682
|
};
|
|
@@ -2613,27 +2615,6 @@ export declare namespace dto.workflow {
|
|
|
2613
2615
|
} & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.workflow.WorkflowQuery> */;
|
|
2614
2616
|
}
|
|
2615
2617
|
}
|
|
2616
|
-
export declare namespace dto.workflow.triggers {
|
|
2617
|
-
abstract class WorkflowBusType {
|
|
2618
|
-
private constructor();
|
|
2619
|
-
get code(): string;
|
|
2620
|
-
static get rabbitmq(): dto.workflow.triggers.WorkflowBusType & {
|
|
2621
|
-
get name(): "rabbitmq";
|
|
2622
|
-
get ordinal(): 0;
|
|
2623
|
-
};
|
|
2624
|
-
static get kafka(): dto.workflow.triggers.WorkflowBusType & {
|
|
2625
|
-
get name(): "kafka";
|
|
2626
|
-
get ordinal(): 1;
|
|
2627
|
-
};
|
|
2628
|
-
static values(): Array<dto.workflow.triggers.WorkflowBusType>;
|
|
2629
|
-
static valueOf(value: string): dto.workflow.triggers.WorkflowBusType;
|
|
2630
|
-
get name(): "rabbitmq" | "kafka";
|
|
2631
|
-
get ordinal(): 0 | 1;
|
|
2632
|
-
static get Companion(): {
|
|
2633
|
-
serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.triggers.WorkflowBusType> */;
|
|
2634
|
-
} & any/* kotlinx.serialization.internal.SerializerFactory */;
|
|
2635
|
-
}
|
|
2636
|
-
}
|
|
2637
2618
|
export declare namespace dto.workflow.triggers {
|
|
2638
2619
|
class WorkflowCron extends dto.workflow.triggers.WorkflowTrigger {
|
|
2639
2620
|
constructor(type: dto.workflow.triggers.WorkflowTriggerType | undefined, expression: string);
|
|
@@ -2655,17 +2636,16 @@ export declare namespace dto.workflow.triggers {
|
|
|
2655
2636
|
}
|
|
2656
2637
|
export declare namespace dto.workflow.triggers {
|
|
2657
2638
|
class WorkflowEvent extends dto.workflow.triggers.WorkflowTrigger {
|
|
2658
|
-
constructor(type: dto.workflow.triggers.WorkflowTriggerType | undefined, regex: string,
|
|
2639
|
+
constructor(type: dto.workflow.triggers.WorkflowTriggerType | undefined, regex: string, credName?: string);
|
|
2659
2640
|
get type(): dto.workflow.triggers.WorkflowTriggerType;
|
|
2660
2641
|
get regex(): string;
|
|
2661
|
-
get busType(): dto.workflow.triggers.WorkflowBusType;
|
|
2662
2642
|
get credName(): string;
|
|
2663
|
-
copy(type?: dto.workflow.triggers.WorkflowTriggerType, regex?: string,
|
|
2643
|
+
copy(type?: dto.workflow.triggers.WorkflowTriggerType, regex?: string, credName?: string): dto.workflow.triggers.WorkflowEvent;
|
|
2664
2644
|
toString(): string;
|
|
2665
2645
|
hashCode(): number;
|
|
2666
2646
|
equals(other: Nullable<any>): boolean;
|
|
2667
2647
|
/** @deprecated This synthesized declaration should not be used directly */
|
|
2668
|
-
static WorkflowEvent_init_$Create$(seen1: number, type: Nullable<dto.workflow.triggers.WorkflowTriggerType>, regex: Nullable<string>,
|
|
2648
|
+
static WorkflowEvent_init_$Create$(seen1: number, type: Nullable<dto.workflow.triggers.WorkflowTriggerType>, regex: Nullable<string>, credName: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.workflow.triggers.WorkflowEvent;
|
|
2669
2649
|
static get Companion(): {
|
|
2670
2650
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.triggers.WorkflowEvent> */;
|
|
2671
2651
|
};
|
package/mrs-toolbox-cli.js
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
if (!(charSequenceLength(it) > 0)) {
|
|
49
49
|
// Inline function 'Auth.email$delegate.<anonymous>.<anonymous>' call
|
|
50
50
|
var tmp$ret$1 = "Email can't be empty!";
|
|
51
|
-
$this$copy.
|
|
51
|
+
$this$copy.c7p(tmp$ret$1);
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
return Unit_instance;
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
if (!(charSequenceLength(it) > 0)) {
|
|
62
62
|
// Inline function 'Auth.password$delegate.<anonymous>.<anonymous>' call
|
|
63
63
|
var tmp$ret$1 = "Password can't be empty!";
|
|
64
|
-
$this$copy.
|
|
64
|
+
$this$copy.c7p(tmp$ret$1);
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
return Unit_instance;
|
|
@@ -71,102 +71,102 @@
|
|
|
71
71
|
var tmp = this;
|
|
72
72
|
// Inline function 'com.github.ajalt.clikt.parameters.options.validate' call
|
|
73
73
|
var this_0 = prompt(option(this, ['-e', '--email'], 'Email for log in'));
|
|
74
|
-
var tmp_0 = this_0.
|
|
75
|
-
var tmp_1 = this_0.
|
|
76
|
-
var tmp_2 = this_0.
|
|
77
|
-
tmp.
|
|
74
|
+
var tmp_0 = this_0.u7o();
|
|
75
|
+
var tmp_1 = this_0.w7p();
|
|
76
|
+
var tmp_2 = this_0.v7o();
|
|
77
|
+
tmp.f7u_1 = this_0.x7p(tmp_0, tmp_1, tmp_2, Auth$email$delegate$lambda).d7q(this, email$factory());
|
|
78
78
|
var tmp_3 = this;
|
|
79
79
|
// Inline function 'com.github.ajalt.clikt.parameters.options.validate' call
|
|
80
80
|
var this_1 = prompt(option(this, ['-p', '--password'], 'Password for log in'));
|
|
81
|
-
var tmp_4 = this_1.
|
|
82
|
-
var tmp_5 = this_1.
|
|
83
|
-
var tmp_6 = this_1.
|
|
84
|
-
tmp_3.
|
|
85
|
-
this.
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
88
|
-
}
|
|
89
|
-
protoOf(Auth).
|
|
90
|
-
return this.
|
|
81
|
+
var tmp_4 = this_1.u7o();
|
|
82
|
+
var tmp_5 = this_1.w7p();
|
|
83
|
+
var tmp_6 = this_1.v7o();
|
|
84
|
+
tmp_3.g7u_1 = this_1.x7p(tmp_4, tmp_5, tmp_6, Auth$password$delegate$lambda).d7q(this, password$factory());
|
|
85
|
+
this.h7u_1 = optional(argument(this, VOID, 'Url to strapi server')).z7o(this, url$factory());
|
|
86
|
+
this.i7u_1 = option(this, ['-c', '--config'], 'Config file name').d7q(this, config$factory());
|
|
87
|
+
this.j7u_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.x61()).d7q(this, cwd$factory());
|
|
88
|
+
}
|
|
89
|
+
protoOf(Auth).k7u = function () {
|
|
90
|
+
return this.f7u_1.t7p(this, email$factory_0());
|
|
91
91
|
};
|
|
92
92
|
protoOf(Auth).l21 = function () {
|
|
93
|
-
return this.
|
|
93
|
+
return this.g7u_1.t7p(this, password$factory_0());
|
|
94
94
|
};
|
|
95
|
-
protoOf(Auth).
|
|
96
|
-
return this.
|
|
95
|
+
protoOf(Auth).b3i = function () {
|
|
96
|
+
return this.h7u_1.t7p(this, url$factory_0());
|
|
97
97
|
};
|
|
98
|
-
protoOf(Auth).
|
|
99
|
-
return this.
|
|
98
|
+
protoOf(Auth).h40 = function () {
|
|
99
|
+
return this.i7u_1.t7p(this, config$factory_0());
|
|
100
100
|
};
|
|
101
|
-
protoOf(Auth).
|
|
102
|
-
return this.
|
|
101
|
+
protoOf(Auth).j63 = function () {
|
|
102
|
+
return this.j7u_1.t7p(this, cwd$factory_0());
|
|
103
103
|
};
|
|
104
104
|
protoOf(Auth).kr = function () {
|
|
105
|
-
CommandExecutor_getInstance().auth(this.
|
|
105
|
+
CommandExecutor_getInstance().auth(this.k7u(), this.l21(), this.b3i(), this.j63(), this.h40());
|
|
106
106
|
};
|
|
107
107
|
function Test() {
|
|
108
108
|
CliktCommand.call(this, 'Test hooks');
|
|
109
|
-
this.
|
|
110
|
-
this.
|
|
109
|
+
this.c7v_1 = option(this, ['-c', '--config'], 'Config file name').d7q(this, config$factory_1());
|
|
110
|
+
this.d7v_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.x61()).d7q(this, cwd$factory_1());
|
|
111
111
|
}
|
|
112
|
-
protoOf(Test).
|
|
113
|
-
return this.
|
|
112
|
+
protoOf(Test).h40 = function () {
|
|
113
|
+
return this.c7v_1.t7p(this, config$factory_2());
|
|
114
114
|
};
|
|
115
|
-
protoOf(Test).
|
|
116
|
-
return this.
|
|
115
|
+
protoOf(Test).j63 = function () {
|
|
116
|
+
return this.d7v_1.t7p(this, cwd$factory_2());
|
|
117
117
|
};
|
|
118
118
|
protoOf(Test).kr = function () {
|
|
119
|
-
CommandExecutor_getInstance().test(this.
|
|
119
|
+
CommandExecutor_getInstance().test(this.j63(), this.h40());
|
|
120
120
|
};
|
|
121
121
|
function Prepare() {
|
|
122
122
|
CliktCommand.call(this, 'Prepare workspace');
|
|
123
|
-
this.
|
|
124
|
-
this.
|
|
123
|
+
this.v7v_1 = option(this, ['-c', '--config'], 'Config file name').d7q(this, config$factory_3());
|
|
124
|
+
this.w7v_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.x61()).d7q(this, cwd$factory_3());
|
|
125
125
|
}
|
|
126
|
-
protoOf(Prepare).
|
|
127
|
-
return this.
|
|
126
|
+
protoOf(Prepare).h40 = function () {
|
|
127
|
+
return this.v7v_1.t7p(this, config$factory_4());
|
|
128
128
|
};
|
|
129
|
-
protoOf(Prepare).
|
|
130
|
-
return this.
|
|
129
|
+
protoOf(Prepare).j63 = function () {
|
|
130
|
+
return this.w7v_1.t7p(this, cwd$factory_4());
|
|
131
131
|
};
|
|
132
132
|
protoOf(Prepare).kr = function () {
|
|
133
|
-
CommandExecutor_getInstance().prepare(this.
|
|
133
|
+
CommandExecutor_getInstance().prepare(this.j63(), this.h40());
|
|
134
134
|
};
|
|
135
135
|
function Export() {
|
|
136
136
|
CliktCommand.call(this, 'Create export config for s3');
|
|
137
|
-
this.
|
|
138
|
-
this.
|
|
139
|
-
this.
|
|
140
|
-
this.
|
|
137
|
+
this.o7w_1 = option(this, ['-c', '--config'], 'Config file name').d7q(this, config$factory_5());
|
|
138
|
+
this.p7w_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.x61()).d7q(this, cwd$factory_5());
|
|
139
|
+
this.q7w_1 = flag(option(this, ['--autoUpdate'], 'Autoupdate config in s3 storage', VOID, true), [], false).d7q(this, autoUpdate$factory());
|
|
140
|
+
this.r7w_1 = option(this, ['-v', '--version'], 'Version for build').d7q(this, version$factory());
|
|
141
141
|
}
|
|
142
|
-
protoOf(Export).
|
|
143
|
-
return this.
|
|
142
|
+
protoOf(Export).h40 = function () {
|
|
143
|
+
return this.o7w_1.t7p(this, config$factory_6());
|
|
144
144
|
};
|
|
145
|
-
protoOf(Export).
|
|
146
|
-
return this.
|
|
145
|
+
protoOf(Export).j63 = function () {
|
|
146
|
+
return this.p7w_1.t7p(this, cwd$factory_6());
|
|
147
147
|
};
|
|
148
|
-
protoOf(Export).
|
|
149
|
-
return this.
|
|
148
|
+
protoOf(Export).j3g = function () {
|
|
149
|
+
return this.q7w_1.t7p(this, autoUpdate$factory_0());
|
|
150
150
|
};
|
|
151
|
-
protoOf(Export).
|
|
152
|
-
return this.
|
|
151
|
+
protoOf(Export).q3k = function () {
|
|
152
|
+
return this.r7w_1.t7p(this, version$factory_0());
|
|
153
153
|
};
|
|
154
154
|
protoOf(Export).kr = function () {
|
|
155
|
-
CommandExecutor_getInstance().export(this.
|
|
155
|
+
CommandExecutor_getInstance().export(this.j3g(), this.j63(), this.h40(), this.q3k());
|
|
156
156
|
};
|
|
157
157
|
function Upload() {
|
|
158
158
|
CliktCommand.call(this, 'Upload exportConfig to s3');
|
|
159
|
-
this.
|
|
160
|
-
this.
|
|
159
|
+
this.j7x_1 = option(this, ['-c', '--config'], 'Config file name').d7q(this, config$factory_7());
|
|
160
|
+
this.k7x_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.x61()).d7q(this, cwd$factory_7());
|
|
161
161
|
}
|
|
162
|
-
protoOf(Upload).
|
|
163
|
-
return this.
|
|
162
|
+
protoOf(Upload).h40 = function () {
|
|
163
|
+
return this.j7x_1.t7p(this, config$factory_8());
|
|
164
164
|
};
|
|
165
|
-
protoOf(Upload).
|
|
166
|
-
return this.
|
|
165
|
+
protoOf(Upload).j63 = function () {
|
|
166
|
+
return this.k7x_1.t7p(this, cwd$factory_8());
|
|
167
167
|
};
|
|
168
168
|
protoOf(Upload).kr = function () {
|
|
169
|
-
CommandExecutor_getInstance().upload(this.
|
|
169
|
+
CommandExecutor_getInstance().upload(this.j63(), this.h40());
|
|
170
170
|
};
|
|
171
171
|
function Version() {
|
|
172
172
|
CliktCommand.call(this, 'Get toolbox version');
|
|
@@ -176,21 +176,21 @@
|
|
|
176
176
|
};
|
|
177
177
|
function PullReferences() {
|
|
178
178
|
CliktCommand.call(this, 'Pull references from Directus');
|
|
179
|
-
this.
|
|
180
|
-
this.
|
|
179
|
+
this.t7y_1 = option(this, ['-c', '--config'], 'Config file name').d7q(this, config$factory_9());
|
|
180
|
+
this.u7y_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.x61()).d7q(this, cwd$factory_9());
|
|
181
181
|
}
|
|
182
|
-
protoOf(PullReferences).
|
|
183
|
-
return this.
|
|
182
|
+
protoOf(PullReferences).h40 = function () {
|
|
183
|
+
return this.t7y_1.t7p(this, config$factory_10());
|
|
184
184
|
};
|
|
185
|
-
protoOf(PullReferences).
|
|
186
|
-
return this.
|
|
185
|
+
protoOf(PullReferences).j63 = function () {
|
|
186
|
+
return this.u7y_1.t7p(this, cwd$factory_10());
|
|
187
187
|
};
|
|
188
188
|
protoOf(PullReferences).kr = function () {
|
|
189
|
-
CommandExecutor_getInstance().pullReferences(this.
|
|
189
|
+
CommandExecutor_getInstance().pullReferences(this.j63(), this.h40());
|
|
190
190
|
};
|
|
191
191
|
function email$factory() {
|
|
192
192
|
return getPropertyCallableRef('email', 1, KProperty1, function (receiver) {
|
|
193
|
-
return receiver.
|
|
193
|
+
return receiver.k7u();
|
|
194
194
|
}, null);
|
|
195
195
|
}
|
|
196
196
|
function password$factory() {
|
|
@@ -200,22 +200,22 @@
|
|
|
200
200
|
}
|
|
201
201
|
function url$factory() {
|
|
202
202
|
return getPropertyCallableRef('url', 1, KProperty1, function (receiver) {
|
|
203
|
-
return receiver.
|
|
203
|
+
return receiver.b3i();
|
|
204
204
|
}, null);
|
|
205
205
|
}
|
|
206
206
|
function config$factory() {
|
|
207
207
|
return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
|
|
208
|
-
return receiver.
|
|
208
|
+
return receiver.h40();
|
|
209
209
|
}, null);
|
|
210
210
|
}
|
|
211
211
|
function cwd$factory() {
|
|
212
212
|
return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
|
|
213
|
-
return receiver.
|
|
213
|
+
return receiver.j63();
|
|
214
214
|
}, null);
|
|
215
215
|
}
|
|
216
216
|
function email$factory_0() {
|
|
217
217
|
return getPropertyCallableRef('email', 1, KProperty1, function (receiver) {
|
|
218
|
-
return receiver.
|
|
218
|
+
return receiver.k7u();
|
|
219
219
|
}, null);
|
|
220
220
|
}
|
|
221
221
|
function password$factory_0() {
|
|
@@ -225,137 +225,137 @@
|
|
|
225
225
|
}
|
|
226
226
|
function url$factory_0() {
|
|
227
227
|
return getPropertyCallableRef('url', 1, KProperty1, function (receiver) {
|
|
228
|
-
return receiver.
|
|
228
|
+
return receiver.b3i();
|
|
229
229
|
}, null);
|
|
230
230
|
}
|
|
231
231
|
function config$factory_0() {
|
|
232
232
|
return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
|
|
233
|
-
return receiver.
|
|
233
|
+
return receiver.h40();
|
|
234
234
|
}, null);
|
|
235
235
|
}
|
|
236
236
|
function cwd$factory_0() {
|
|
237
237
|
return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
|
|
238
|
-
return receiver.
|
|
238
|
+
return receiver.j63();
|
|
239
239
|
}, null);
|
|
240
240
|
}
|
|
241
241
|
function config$factory_1() {
|
|
242
242
|
return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
|
|
243
|
-
return receiver.
|
|
243
|
+
return receiver.h40();
|
|
244
244
|
}, null);
|
|
245
245
|
}
|
|
246
246
|
function cwd$factory_1() {
|
|
247
247
|
return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
|
|
248
|
-
return receiver.
|
|
248
|
+
return receiver.j63();
|
|
249
249
|
}, null);
|
|
250
250
|
}
|
|
251
251
|
function config$factory_2() {
|
|
252
252
|
return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
|
|
253
|
-
return receiver.
|
|
253
|
+
return receiver.h40();
|
|
254
254
|
}, null);
|
|
255
255
|
}
|
|
256
256
|
function cwd$factory_2() {
|
|
257
257
|
return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
|
|
258
|
-
return receiver.
|
|
258
|
+
return receiver.j63();
|
|
259
259
|
}, null);
|
|
260
260
|
}
|
|
261
261
|
function config$factory_3() {
|
|
262
262
|
return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
|
|
263
|
-
return receiver.
|
|
263
|
+
return receiver.h40();
|
|
264
264
|
}, null);
|
|
265
265
|
}
|
|
266
266
|
function cwd$factory_3() {
|
|
267
267
|
return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
|
|
268
|
-
return receiver.
|
|
268
|
+
return receiver.j63();
|
|
269
269
|
}, null);
|
|
270
270
|
}
|
|
271
271
|
function config$factory_4() {
|
|
272
272
|
return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
|
|
273
|
-
return receiver.
|
|
273
|
+
return receiver.h40();
|
|
274
274
|
}, null);
|
|
275
275
|
}
|
|
276
276
|
function cwd$factory_4() {
|
|
277
277
|
return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
|
|
278
|
-
return receiver.
|
|
278
|
+
return receiver.j63();
|
|
279
279
|
}, null);
|
|
280
280
|
}
|
|
281
281
|
function config$factory_5() {
|
|
282
282
|
return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
|
|
283
|
-
return receiver.
|
|
283
|
+
return receiver.h40();
|
|
284
284
|
}, null);
|
|
285
285
|
}
|
|
286
286
|
function cwd$factory_5() {
|
|
287
287
|
return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
|
|
288
|
-
return receiver.
|
|
288
|
+
return receiver.j63();
|
|
289
289
|
}, null);
|
|
290
290
|
}
|
|
291
291
|
function autoUpdate$factory() {
|
|
292
292
|
return getPropertyCallableRef('autoUpdate', 1, KProperty1, function (receiver) {
|
|
293
|
-
return receiver.
|
|
293
|
+
return receiver.j3g();
|
|
294
294
|
}, null);
|
|
295
295
|
}
|
|
296
296
|
function version$factory() {
|
|
297
297
|
return getPropertyCallableRef('version', 1, KProperty1, function (receiver) {
|
|
298
|
-
return receiver.
|
|
298
|
+
return receiver.q3k();
|
|
299
299
|
}, null);
|
|
300
300
|
}
|
|
301
301
|
function config$factory_6() {
|
|
302
302
|
return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
|
|
303
|
-
return receiver.
|
|
303
|
+
return receiver.h40();
|
|
304
304
|
}, null);
|
|
305
305
|
}
|
|
306
306
|
function cwd$factory_6() {
|
|
307
307
|
return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
|
|
308
|
-
return receiver.
|
|
308
|
+
return receiver.j63();
|
|
309
309
|
}, null);
|
|
310
310
|
}
|
|
311
311
|
function autoUpdate$factory_0() {
|
|
312
312
|
return getPropertyCallableRef('autoUpdate', 1, KProperty1, function (receiver) {
|
|
313
|
-
return receiver.
|
|
313
|
+
return receiver.j3g();
|
|
314
314
|
}, null);
|
|
315
315
|
}
|
|
316
316
|
function version$factory_0() {
|
|
317
317
|
return getPropertyCallableRef('version', 1, KProperty1, function (receiver) {
|
|
318
|
-
return receiver.
|
|
318
|
+
return receiver.q3k();
|
|
319
319
|
}, null);
|
|
320
320
|
}
|
|
321
321
|
function config$factory_7() {
|
|
322
322
|
return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
|
|
323
|
-
return receiver.
|
|
323
|
+
return receiver.h40();
|
|
324
324
|
}, null);
|
|
325
325
|
}
|
|
326
326
|
function cwd$factory_7() {
|
|
327
327
|
return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
|
|
328
|
-
return receiver.
|
|
328
|
+
return receiver.j63();
|
|
329
329
|
}, null);
|
|
330
330
|
}
|
|
331
331
|
function config$factory_8() {
|
|
332
332
|
return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
|
|
333
|
-
return receiver.
|
|
333
|
+
return receiver.h40();
|
|
334
334
|
}, null);
|
|
335
335
|
}
|
|
336
336
|
function cwd$factory_8() {
|
|
337
337
|
return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
|
|
338
|
-
return receiver.
|
|
338
|
+
return receiver.j63();
|
|
339
339
|
}, null);
|
|
340
340
|
}
|
|
341
341
|
function config$factory_9() {
|
|
342
342
|
return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
|
|
343
|
-
return receiver.
|
|
343
|
+
return receiver.h40();
|
|
344
344
|
}, null);
|
|
345
345
|
}
|
|
346
346
|
function cwd$factory_9() {
|
|
347
347
|
return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
|
|
348
|
-
return receiver.
|
|
348
|
+
return receiver.j63();
|
|
349
349
|
}, null);
|
|
350
350
|
}
|
|
351
351
|
function config$factory_10() {
|
|
352
352
|
return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
|
|
353
|
-
return receiver.
|
|
353
|
+
return receiver.h40();
|
|
354
354
|
}, null);
|
|
355
355
|
}
|
|
356
356
|
function cwd$factory_10() {
|
|
357
357
|
return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
|
|
358
|
-
return receiver.
|
|
358
|
+
return receiver.j63();
|
|
359
359
|
}, null);
|
|
360
360
|
}
|
|
361
361
|
function main(args) {
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
var argv = (!(tmp == null) ? isArray(tmp) : false) ? tmp : THROW_CCE();
|
|
364
364
|
println(split(argv[0], [' ']));
|
|
365
365
|
try {
|
|
366
|
-
subcommands(new Mrsc(), [new Auth(), new Test(), new Prepare(), new Export(), new Upload(), new Version(), new PullReferences()]).
|
|
366
|
+
subcommands(new Mrsc(), [new Auth(), new Test(), new Prepare(), new Export(), new Upload(), new Version(), new PullReferences()]).d7h(split(argv[0], [' ']));
|
|
367
367
|
} catch ($p) {
|
|
368
368
|
if ($p instanceof Error) {
|
|
369
369
|
var e = $p;
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
373
373
|
// Inline function 'kotlin.js.asDynamic' call
|
|
374
374
|
var tmp$ret$2 = ['--help'];
|
|
375
|
-
tmp_0.
|
|
375
|
+
tmp_0.e7h(tmp$ret$2);
|
|
376
376
|
} else {
|
|
377
377
|
throw $p;
|
|
378
378
|
}
|