mrs-toolbox-cli 0.0.90 → 0.0.92

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.
@@ -1050,6 +1050,27 @@ export declare namespace dto.manifest {
1050
1050
  } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.manifest.ManifestApp> */;
1051
1051
  }
1052
1052
  }
1053
+ export declare namespace dto.manifest {
1054
+ class ManifestBuild {
1055
+ constructor();
1056
+ get version(): string;
1057
+ set version(value: string);
1058
+ get name(): string;
1059
+ set name(value: string);
1060
+ get platformVersion(): string;
1061
+ set platformVersion(value: string);
1062
+ get modularComponents(): Array<string>;
1063
+ set modularComponents(value: Array<string>);
1064
+ /** @deprecated This synthesized declaration should not be used directly */
1065
+ static ManifestBuild_init_$Create$(seen1: number, version: Nullable<string>, name: Nullable<string>, platformVersion: Nullable<string>, modularComponents: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.manifest.ManifestBuild;
1066
+ static get Companion(): {
1067
+ serializer(): any/* kotlinx.serialization.KSerializer<dto.manifest.ManifestBuild> */;
1068
+ };
1069
+ /** @deprecated This synthesized declaration should not be used directly */
1070
+ static get $serializer(): {
1071
+ } & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.manifest.ManifestBuild> */;
1072
+ }
1073
+ }
1053
1074
  export declare namespace dto.manifest {
1054
1075
  class ManifestLogo {
1055
1076
  constructor();
@@ -2540,11 +2561,11 @@ export declare namespace types {
2540
2561
  }
2541
2562
  export declare namespace types {
2542
2563
  class ExportConfig {
2543
- constructor(app: Nullable<dto.manifest.ManifestApp> | undefined, build: Nullable<types.internal.ManifestBuild> | undefined, docTemplates: Array<dto.doctemplates.InternalDocTemplate>, forms: Array<dto.form.FormDTO>, menu: Nullable<dto.menu.Menu>, views: Array<dto.view.ViewDTO>, relations: dto.relations.Relations);
2544
- get app(): Nullable<dto.manifest.ManifestApp>;
2545
- set app(value: Nullable<dto.manifest.ManifestApp>);
2546
- get build(): Nullable<types.internal.ManifestBuild>;
2547
- set build(value: Nullable<types.internal.ManifestBuild>);
2564
+ constructor(app: dto.manifest.ManifestApp | undefined, build: dto.manifest.ManifestBuild | undefined, docTemplates: Array<dto.doctemplates.InternalDocTemplate>, forms: Array<dto.form.FormDTO>, menu: Nullable<dto.menu.Menu>, views: Array<dto.view.ViewDTO>, relations: dto.relations.Relations);
2565
+ get app(): dto.manifest.ManifestApp;
2566
+ set app(value: dto.manifest.ManifestApp);
2567
+ get build(): dto.manifest.ManifestBuild;
2568
+ set build(value: dto.manifest.ManifestBuild);
2548
2569
  get docTemplates(): Array<dto.doctemplates.InternalDocTemplate>;
2549
2570
  set docTemplates(value: Array<dto.doctemplates.InternalDocTemplate>);
2550
2571
  get forms(): Array<dto.form.FormDTO>;
@@ -2639,27 +2660,12 @@ export declare namespace types {
2639
2660
  }
2640
2661
  export declare namespace types.internal {
2641
2662
  class Manifest {
2642
- constructor(app?: Nullable<dto.manifest.ManifestApp>, build?: Nullable<types.internal.ManifestBuild>);
2643
- get app(): Nullable<dto.manifest.ManifestApp>;
2644
- set app(value: Nullable<dto.manifest.ManifestApp>);
2645
- get build(): Nullable<types.internal.ManifestBuild>;
2646
- set build(value: Nullable<types.internal.ManifestBuild>);
2647
- copy(app?: Nullable<dto.manifest.ManifestApp>, build?: Nullable<types.internal.ManifestBuild>): types.internal.Manifest;
2648
- toString(): string;
2649
- hashCode(): number;
2650
- equals(other: Nullable<any>): boolean;
2651
- static get Companion(): {
2652
- };
2653
- }
2654
- class ManifestBuild {
2655
- constructor(version?: Nullable<string>, name?: Nullable<string>, modularComponents?: Array<string>);
2656
- get version(): Nullable<string>;
2657
- set version(value: Nullable<string>);
2658
- get name(): Nullable<string>;
2659
- set name(value: Nullable<string>);
2660
- get modularComponents(): Array<string>;
2661
- set modularComponents(value: Array<string>);
2662
- copy(version?: Nullable<string>, name?: Nullable<string>, modularComponents?: Array<string>): types.internal.ManifestBuild;
2663
+ constructor(app?: dto.manifest.ManifestApp, build?: dto.manifest.ManifestBuild);
2664
+ get app(): dto.manifest.ManifestApp;
2665
+ set app(value: dto.manifest.ManifestApp);
2666
+ get build(): dto.manifest.ManifestBuild;
2667
+ set build(value: dto.manifest.ManifestBuild);
2668
+ copy(app?: dto.manifest.ManifestApp, build?: dto.manifest.ManifestBuild): types.internal.Manifest;
2663
2669
  toString(): string;
2664
2670
  hashCode(): number;
2665
2671
  equals(other: Nullable<any>): boolean;
@@ -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.e7j(tmp$ret$1);
51
+ $this$copy.i7j(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.e7j(tmp$ret$1);
64
+ $this$copy.i7j(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.w7i();
75
- var tmp_1 = this_0.y7j();
76
- var tmp_2 = this_0.x7i();
77
- tmp.h7o_1 = this_0.z7j(tmp_0, tmp_1, tmp_2, Auth$email$delegate$lambda).f7k(this, email$factory());
74
+ var tmp_0 = this_0.a7j();
75
+ var tmp_1 = this_0.c7k();
76
+ var tmp_2 = this_0.b7j();
77
+ tmp.l7o_1 = this_0.d7k(tmp_0, tmp_1, tmp_2, Auth$email$delegate$lambda).j7k(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.w7i();
82
- var tmp_5 = this_1.y7j();
83
- var tmp_6 = this_1.x7i();
84
- tmp_3.i7o_1 = this_1.z7j(tmp_4, tmp_5, tmp_6, Auth$password$delegate$lambda).f7k(this, password$factory());
85
- this.j7o_1 = optional(argument(this, VOID, 'Url to strapi server')).b7j(this, url$factory());
86
- this.k7o_1 = option(this, ['-c', '--config'], 'Config file name').f7k(this, config$factory());
87
- this.l7o_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.a5w()).f7k(this, cwd$factory());
88
- }
89
- protoOf(Auth).m7o = function () {
90
- return this.h7o_1.v7j(this, email$factory_0());
81
+ var tmp_4 = this_1.a7j();
82
+ var tmp_5 = this_1.c7k();
83
+ var tmp_6 = this_1.b7j();
84
+ tmp_3.m7o_1 = this_1.d7k(tmp_4, tmp_5, tmp_6, Auth$password$delegate$lambda).j7k(this, password$factory());
85
+ this.n7o_1 = optional(argument(this, VOID, 'Url to strapi server')).f7j(this, url$factory());
86
+ this.o7o_1 = option(this, ['-c', '--config'], 'Config file name').j7k(this, config$factory());
87
+ this.p7o_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.e5w()).j7k(this, cwd$factory());
88
+ }
89
+ protoOf(Auth).q7o = function () {
90
+ return this.l7o_1.z7j(this, email$factory_0());
91
91
  };
92
92
  protoOf(Auth).l21 = function () {
93
- return this.i7o_1.v7j(this, password$factory_0());
93
+ return this.m7o_1.z7j(this, password$factory_0());
94
94
  };
95
95
  protoOf(Auth).o3h = function () {
96
- return this.j7o_1.v7j(this, url$factory_0());
96
+ return this.n7o_1.z7j(this, url$factory_0());
97
97
  };
98
- protoOf(Auth).q3x = function () {
99
- return this.k7o_1.v7j(this, config$factory_0());
98
+ protoOf(Auth).c3y = function () {
99
+ return this.o7o_1.z7j(this, config$factory_0());
100
100
  };
101
- protoOf(Auth).m5x = function () {
102
- return this.l7o_1.v7j(this, cwd$factory_0());
101
+ protoOf(Auth).q5x = function () {
102
+ return this.p7o_1.z7j(this, cwd$factory_0());
103
103
  };
104
104
  protoOf(Auth).lr = function () {
105
- CommandExecutor_getInstance().auth(this.m7o(), this.l21(), this.o3h(), this.m5x(), this.q3x());
105
+ CommandExecutor_getInstance().auth(this.q7o(), this.l21(), this.o3h(), this.q5x(), this.c3y());
106
106
  };
107
107
  function Test() {
108
108
  CliktCommand.call(this, 'Test hooks');
109
- this.e7p_1 = option(this, ['-c', '--config'], 'Config file name').f7k(this, config$factory_1());
110
- this.f7p_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.a5w()).f7k(this, cwd$factory_1());
109
+ this.i7p_1 = option(this, ['-c', '--config'], 'Config file name').j7k(this, config$factory_1());
110
+ this.j7p_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.e5w()).j7k(this, cwd$factory_1());
111
111
  }
112
- protoOf(Test).q3x = function () {
113
- return this.e7p_1.v7j(this, config$factory_2());
112
+ protoOf(Test).c3y = function () {
113
+ return this.i7p_1.z7j(this, config$factory_2());
114
114
  };
115
- protoOf(Test).m5x = function () {
116
- return this.f7p_1.v7j(this, cwd$factory_2());
115
+ protoOf(Test).q5x = function () {
116
+ return this.j7p_1.z7j(this, cwd$factory_2());
117
117
  };
118
118
  protoOf(Test).lr = function () {
119
- CommandExecutor_getInstance().test(this.m5x(), this.q3x());
119
+ CommandExecutor_getInstance().test(this.q5x(), this.c3y());
120
120
  };
121
121
  function Prepare() {
122
122
  CliktCommand.call(this, 'Prepare workspace');
123
- this.x7p_1 = option(this, ['-c', '--config'], 'Config file name').f7k(this, config$factory_3());
124
- this.y7p_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.a5w()).f7k(this, cwd$factory_3());
123
+ this.b7q_1 = option(this, ['-c', '--config'], 'Config file name').j7k(this, config$factory_3());
124
+ this.c7q_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.e5w()).j7k(this, cwd$factory_3());
125
125
  }
126
- protoOf(Prepare).q3x = function () {
127
- return this.x7p_1.v7j(this, config$factory_4());
126
+ protoOf(Prepare).c3y = function () {
127
+ return this.b7q_1.z7j(this, config$factory_4());
128
128
  };
129
- protoOf(Prepare).m5x = function () {
130
- return this.y7p_1.v7j(this, cwd$factory_4());
129
+ protoOf(Prepare).q5x = function () {
130
+ return this.c7q_1.z7j(this, cwd$factory_4());
131
131
  };
132
132
  protoOf(Prepare).lr = function () {
133
- CommandExecutor_getInstance().prepare(this.m5x(), this.q3x());
133
+ CommandExecutor_getInstance().prepare(this.q5x(), this.c3y());
134
134
  };
135
135
  function Export() {
136
136
  CliktCommand.call(this, 'Create export config for s3');
137
- this.q7q_1 = option(this, ['-c', '--config'], 'Config file name').f7k(this, config$factory_5());
138
- this.r7q_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.a5w()).f7k(this, cwd$factory_5());
139
- this.s7q_1 = flag(option(this, ['--autoUpdate'], 'Autoupdate config in s3 storage', VOID, true), [], false).f7k(this, autoUpdate$factory());
140
- this.t7q_1 = option(this, ['-v', '--version'], 'Version for build').f7k(this, version$factory());
137
+ this.u7q_1 = option(this, ['-c', '--config'], 'Config file name').j7k(this, config$factory_5());
138
+ this.v7q_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.e5w()).j7k(this, cwd$factory_5());
139
+ this.w7q_1 = flag(option(this, ['--autoUpdate'], 'Autoupdate config in s3 storage', VOID, true), [], false).j7k(this, autoUpdate$factory());
140
+ this.x7q_1 = option(this, ['-v', '--version'], 'Version for build').j7k(this, version$factory());
141
141
  }
142
- protoOf(Export).q3x = function () {
143
- return this.q7q_1.v7j(this, config$factory_6());
142
+ protoOf(Export).c3y = function () {
143
+ return this.u7q_1.z7j(this, config$factory_6());
144
144
  };
145
- protoOf(Export).m5x = function () {
146
- return this.r7q_1.v7j(this, cwd$factory_6());
145
+ protoOf(Export).q5x = function () {
146
+ return this.v7q_1.z7j(this, cwd$factory_6());
147
147
  };
148
148
  protoOf(Export).z3f = function () {
149
- return this.s7q_1.v7j(this, autoUpdate$factory_0());
149
+ return this.w7q_1.z7j(this, autoUpdate$factory_0());
150
150
  };
151
- protoOf(Export).u40 = function () {
152
- return this.t7q_1.v7j(this, version$factory_0());
151
+ protoOf(Export).d3k = function () {
152
+ return this.x7q_1.z7j(this, version$factory_0());
153
153
  };
154
154
  protoOf(Export).lr = function () {
155
- CommandExecutor_getInstance().export(this.z3f(), this.m5x(), this.q3x(), this.u40());
155
+ CommandExecutor_getInstance().export(this.z3f(), this.q5x(), this.c3y(), this.d3k());
156
156
  };
157
157
  function Upload() {
158
158
  CliktCommand.call(this, 'Upload exportConfig to s3');
159
- this.l7r_1 = option(this, ['-c', '--config'], 'Config file name').f7k(this, config$factory_7());
160
- this.m7r_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.a5w()).f7k(this, cwd$factory_7());
159
+ this.p7r_1 = option(this, ['-c', '--config'], 'Config file name').j7k(this, config$factory_7());
160
+ this.q7r_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.e5w()).j7k(this, cwd$factory_7());
161
161
  }
162
- protoOf(Upload).q3x = function () {
163
- return this.l7r_1.v7j(this, config$factory_8());
162
+ protoOf(Upload).c3y = function () {
163
+ return this.p7r_1.z7j(this, config$factory_8());
164
164
  };
165
- protoOf(Upload).m5x = function () {
166
- return this.m7r_1.v7j(this, cwd$factory_8());
165
+ protoOf(Upload).q5x = function () {
166
+ return this.q7r_1.z7j(this, cwd$factory_8());
167
167
  };
168
168
  protoOf(Upload).lr = function () {
169
- CommandExecutor_getInstance().upload(this.m5x(), this.q3x());
169
+ CommandExecutor_getInstance().upload(this.q5x(), this.c3y());
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.v7s_1 = option(this, ['-c', '--config'], 'Config file name').f7k(this, config$factory_9());
180
- this.w7s_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.a5w()).f7k(this, cwd$factory_9());
179
+ this.z7s_1 = option(this, ['-c', '--config'], 'Config file name').j7k(this, config$factory_9());
180
+ this.a7t_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.e5w()).j7k(this, cwd$factory_9());
181
181
  }
182
- protoOf(PullReferences).q3x = function () {
183
- return this.v7s_1.v7j(this, config$factory_10());
182
+ protoOf(PullReferences).c3y = function () {
183
+ return this.z7s_1.z7j(this, config$factory_10());
184
184
  };
185
- protoOf(PullReferences).m5x = function () {
186
- return this.w7s_1.v7j(this, cwd$factory_10());
185
+ protoOf(PullReferences).q5x = function () {
186
+ return this.a7t_1.z7j(this, cwd$factory_10());
187
187
  };
188
188
  protoOf(PullReferences).lr = function () {
189
- CommandExecutor_getInstance().pullReferences(this.m5x(), this.q3x());
189
+ CommandExecutor_getInstance().pullReferences(this.q5x(), this.c3y());
190
190
  };
191
191
  function email$factory() {
192
192
  return getPropertyCallableRef('email', 1, KProperty1, function (receiver) {
193
- return receiver.m7o();
193
+ return receiver.q7o();
194
194
  }, null);
195
195
  }
196
196
  function password$factory() {
@@ -205,17 +205,17 @@
205
205
  }
206
206
  function config$factory() {
207
207
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
208
- return receiver.q3x();
208
+ return receiver.c3y();
209
209
  }, null);
210
210
  }
211
211
  function cwd$factory() {
212
212
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
213
- return receiver.m5x();
213
+ return receiver.q5x();
214
214
  }, null);
215
215
  }
216
216
  function email$factory_0() {
217
217
  return getPropertyCallableRef('email', 1, KProperty1, function (receiver) {
218
- return receiver.m7o();
218
+ return receiver.q7o();
219
219
  }, null);
220
220
  }
221
221
  function password$factory_0() {
@@ -230,62 +230,62 @@
230
230
  }
231
231
  function config$factory_0() {
232
232
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
233
- return receiver.q3x();
233
+ return receiver.c3y();
234
234
  }, null);
235
235
  }
236
236
  function cwd$factory_0() {
237
237
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
238
- return receiver.m5x();
238
+ return receiver.q5x();
239
239
  }, null);
240
240
  }
241
241
  function config$factory_1() {
242
242
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
243
- return receiver.q3x();
243
+ return receiver.c3y();
244
244
  }, null);
245
245
  }
246
246
  function cwd$factory_1() {
247
247
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
248
- return receiver.m5x();
248
+ return receiver.q5x();
249
249
  }, null);
250
250
  }
251
251
  function config$factory_2() {
252
252
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
253
- return receiver.q3x();
253
+ return receiver.c3y();
254
254
  }, null);
255
255
  }
256
256
  function cwd$factory_2() {
257
257
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
258
- return receiver.m5x();
258
+ return receiver.q5x();
259
259
  }, null);
260
260
  }
261
261
  function config$factory_3() {
262
262
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
263
- return receiver.q3x();
263
+ return receiver.c3y();
264
264
  }, null);
265
265
  }
266
266
  function cwd$factory_3() {
267
267
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
268
- return receiver.m5x();
268
+ return receiver.q5x();
269
269
  }, null);
270
270
  }
271
271
  function config$factory_4() {
272
272
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
273
- return receiver.q3x();
273
+ return receiver.c3y();
274
274
  }, null);
275
275
  }
276
276
  function cwd$factory_4() {
277
277
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
278
- return receiver.m5x();
278
+ return receiver.q5x();
279
279
  }, null);
280
280
  }
281
281
  function config$factory_5() {
282
282
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
283
- return receiver.q3x();
283
+ return receiver.c3y();
284
284
  }, null);
285
285
  }
286
286
  function cwd$factory_5() {
287
287
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
288
- return receiver.m5x();
288
+ return receiver.q5x();
289
289
  }, null);
290
290
  }
291
291
  function autoUpdate$factory() {
@@ -295,17 +295,17 @@
295
295
  }
296
296
  function version$factory() {
297
297
  return getPropertyCallableRef('version', 1, KProperty1, function (receiver) {
298
- return receiver.u40();
298
+ return receiver.d3k();
299
299
  }, null);
300
300
  }
301
301
  function config$factory_6() {
302
302
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
303
- return receiver.q3x();
303
+ return receiver.c3y();
304
304
  }, null);
305
305
  }
306
306
  function cwd$factory_6() {
307
307
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
308
- return receiver.m5x();
308
+ return receiver.q5x();
309
309
  }, null);
310
310
  }
311
311
  function autoUpdate$factory_0() {
@@ -315,47 +315,47 @@
315
315
  }
316
316
  function version$factory_0() {
317
317
  return getPropertyCallableRef('version', 1, KProperty1, function (receiver) {
318
- return receiver.u40();
318
+ return receiver.d3k();
319
319
  }, null);
320
320
  }
321
321
  function config$factory_7() {
322
322
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
323
- return receiver.q3x();
323
+ return receiver.c3y();
324
324
  }, null);
325
325
  }
326
326
  function cwd$factory_7() {
327
327
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
328
- return receiver.m5x();
328
+ return receiver.q5x();
329
329
  }, null);
330
330
  }
331
331
  function config$factory_8() {
332
332
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
333
- return receiver.q3x();
333
+ return receiver.c3y();
334
334
  }, null);
335
335
  }
336
336
  function cwd$factory_8() {
337
337
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
338
- return receiver.m5x();
338
+ return receiver.q5x();
339
339
  }, null);
340
340
  }
341
341
  function config$factory_9() {
342
342
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
343
- return receiver.q3x();
343
+ return receiver.c3y();
344
344
  }, null);
345
345
  }
346
346
  function cwd$factory_9() {
347
347
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
348
- return receiver.m5x();
348
+ return receiver.q5x();
349
349
  }, null);
350
350
  }
351
351
  function config$factory_10() {
352
352
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
353
- return receiver.q3x();
353
+ return receiver.c3y();
354
354
  }, null);
355
355
  }
356
356
  function cwd$factory_10() {
357
357
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
358
- return receiver.m5x();
358
+ return receiver.q5x();
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()]).f7b(split(argv[0], [' ']));
366
+ subcommands(new Mrsc(), [new Auth(), new Test(), new Prepare(), new Export(), new Upload(), new Version(), new PullReferences()]).j7b(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.g7b(tmp$ret$2);
375
+ tmp_0.k7b(tmp$ret$2);
376
376
  } else {
377
377
  throw $p;
378
378
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mrs-toolbox-cli",
3
- "version": "0.0.90",
3
+ "version": "0.0.92",
4
4
  "main": "mrs-toolbox-cli.js",
5
5
  "types": "mrs-toolbox-cli.d.ts",
6
6
  "devDependencies": {