mrs-toolbox-cli 0.0.104 → 0.0.105

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.
@@ -300,8 +300,9 @@ export declare namespace dto.form.property {
300
300
  set variant(value: Nullable<dto.form.property.misc.AttachmentVariant>);
301
301
  get label(): Nullable<string>;
302
302
  set label(value: Nullable<string>);
303
+ get maxCount(): number;
303
304
  /** @deprecated This synthesized declaration should not be used directly */
304
- static AttachmentsProperty_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, canAddFile: Nullable<boolean>, viewers: Nullable<Array<dto.form.property.misc.Viewer>>, variant: Nullable<dto.form.property.misc.AttachmentVariant>, label: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.AttachmentsProperty;
305
+ static AttachmentsProperty_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, canAddFile: Nullable<boolean>, viewers: Nullable<Array<dto.form.property.misc.Viewer>>, variant: Nullable<dto.form.property.misc.AttachmentVariant>, label: Nullable<string>, maxCount: number, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.AttachmentsProperty;
305
306
  static get Companion(): {
306
307
  serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.AttachmentsProperty> */;
307
308
  };
@@ -649,8 +650,9 @@ export declare namespace dto.form.property {
649
650
  get linkTo(): Nullable<dto.form.property.misc.LinkedTo>;
650
651
  set linkTo(value: Nullable<dto.form.property.misc.LinkedTo>);
651
652
  get autoUpdate(): Nullable<boolean>;
653
+ get maxCount(): number;
652
654
  /** @deprecated This synthesized declaration should not be used directly */
653
- 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>, sort: Nullable<Array<dto.query.Sort>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ViewProperty;
655
+ 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;
654
656
  static get Companion(): {
655
657
  serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ViewProperty> */;
656
658
  };
@@ -2817,6 +2819,7 @@ export declare namespace util {
2817
2819
  clear(): void;
2818
2820
  error(message: string): void;
2819
2821
  log(message: string): void;
2822
+ warn(message: string): void;
2820
2823
  }
2821
2824
  }
2822
2825
  export declare const CommandExecutor: {
@@ -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.r7l(tmp$ret$1);
51
+ $this$copy.s7l(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.r7l(tmp$ret$1);
64
+ $this$copy.s7l(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.j7l();
75
- var tmp_1 = this_0.l7m();
76
- var tmp_2 = this_0.k7l();
77
- tmp.u7q_1 = this_0.m7m(tmp_0, tmp_1, tmp_2, Auth$email$delegate$lambda).s7m(this, email$factory());
74
+ var tmp_0 = this_0.k7l();
75
+ var tmp_1 = this_0.m7m();
76
+ var tmp_2 = this_0.l7l();
77
+ tmp.v7q_1 = this_0.n7m(tmp_0, tmp_1, tmp_2, Auth$email$delegate$lambda).t7m(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.j7l();
82
- var tmp_5 = this_1.l7m();
83
- var tmp_6 = this_1.k7l();
84
- tmp_3.v7q_1 = this_1.m7m(tmp_4, tmp_5, tmp_6, Auth$password$delegate$lambda).s7m(this, password$factory());
85
- this.w7q_1 = optional(argument(this, VOID, 'Url to strapi server')).o7l(this, url$factory());
86
- this.x7q_1 = option(this, ['-c', '--config'], 'Config file name').s7m(this, config$factory());
87
- this.y7q_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.n5y()).s7m(this, cwd$factory());
88
- }
89
- protoOf(Auth).z7q = function () {
90
- return this.u7q_1.i7m(this, email$factory_0());
81
+ var tmp_4 = this_1.k7l();
82
+ var tmp_5 = this_1.m7m();
83
+ var tmp_6 = this_1.l7l();
84
+ tmp_3.w7q_1 = this_1.n7m(tmp_4, tmp_5, tmp_6, Auth$password$delegate$lambda).t7m(this, password$factory());
85
+ this.x7q_1 = optional(argument(this, VOID, 'Url to strapi server')).p7l(this, url$factory());
86
+ this.y7q_1 = option(this, ['-c', '--config'], 'Config file name').t7m(this, config$factory());
87
+ this.z7q_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.o5y()).t7m(this, cwd$factory());
88
+ }
89
+ protoOf(Auth).a7r = function () {
90
+ return this.v7q_1.j7m(this, email$factory_0());
91
91
  };
92
92
  protoOf(Auth).l21 = function () {
93
- return this.v7q_1.i7m(this, password$factory_0());
93
+ return this.w7q_1.j7m(this, password$factory_0());
94
94
  };
95
- protoOf(Auth).t3h = function () {
96
- return this.w7q_1.i7m(this, url$factory_0());
95
+ protoOf(Auth).u3h = function () {
96
+ return this.x7q_1.j7m(this, url$factory_0());
97
97
  };
98
- protoOf(Auth).w3y = function () {
99
- return this.x7q_1.i7m(this, config$factory_0());
98
+ protoOf(Auth).x3y = function () {
99
+ return this.y7q_1.j7m(this, config$factory_0());
100
100
  };
101
- protoOf(Auth).z5z = function () {
102
- return this.y7q_1.i7m(this, cwd$factory_0());
101
+ protoOf(Auth).a60 = function () {
102
+ return this.z7q_1.j7m(this, cwd$factory_0());
103
103
  };
104
104
  protoOf(Auth).lr = function () {
105
- CommandExecutor_getInstance().auth(this.z7q(), this.l21(), this.t3h(), this.z5z(), this.w3y());
105
+ CommandExecutor_getInstance().auth(this.a7r(), this.l21(), this.u3h(), this.a60(), this.x3y());
106
106
  };
107
107
  function Test() {
108
108
  CliktCommand.call(this, 'Test hooks');
109
- this.r7r_1 = option(this, ['-c', '--config'], 'Config file name').s7m(this, config$factory_1());
110
- this.s7r_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.n5y()).s7m(this, cwd$factory_1());
109
+ this.s7r_1 = option(this, ['-c', '--config'], 'Config file name').t7m(this, config$factory_1());
110
+ this.t7r_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.o5y()).t7m(this, cwd$factory_1());
111
111
  }
112
- protoOf(Test).w3y = function () {
113
- return this.r7r_1.i7m(this, config$factory_2());
112
+ protoOf(Test).x3y = function () {
113
+ return this.s7r_1.j7m(this, config$factory_2());
114
114
  };
115
- protoOf(Test).z5z = function () {
116
- return this.s7r_1.i7m(this, cwd$factory_2());
115
+ protoOf(Test).a60 = function () {
116
+ return this.t7r_1.j7m(this, cwd$factory_2());
117
117
  };
118
118
  protoOf(Test).lr = function () {
119
- CommandExecutor_getInstance().test(this.z5z(), this.w3y());
119
+ CommandExecutor_getInstance().test(this.a60(), this.x3y());
120
120
  };
121
121
  function Prepare() {
122
122
  CliktCommand.call(this, 'Prepare workspace');
123
- this.k7s_1 = option(this, ['-c', '--config'], 'Config file name').s7m(this, config$factory_3());
124
- this.l7s_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.n5y()).s7m(this, cwd$factory_3());
123
+ this.l7s_1 = option(this, ['-c', '--config'], 'Config file name').t7m(this, config$factory_3());
124
+ this.m7s_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.o5y()).t7m(this, cwd$factory_3());
125
125
  }
126
- protoOf(Prepare).w3y = function () {
127
- return this.k7s_1.i7m(this, config$factory_4());
126
+ protoOf(Prepare).x3y = function () {
127
+ return this.l7s_1.j7m(this, config$factory_4());
128
128
  };
129
- protoOf(Prepare).z5z = function () {
130
- return this.l7s_1.i7m(this, cwd$factory_4());
129
+ protoOf(Prepare).a60 = function () {
130
+ return this.m7s_1.j7m(this, cwd$factory_4());
131
131
  };
132
132
  protoOf(Prepare).lr = function () {
133
- CommandExecutor_getInstance().prepare(this.z5z(), this.w3y());
133
+ CommandExecutor_getInstance().prepare(this.a60(), this.x3y());
134
134
  };
135
135
  function Export() {
136
136
  CliktCommand.call(this, 'Create export config for s3');
137
- this.d7t_1 = option(this, ['-c', '--config'], 'Config file name').s7m(this, config$factory_5());
138
- this.e7t_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.n5y()).s7m(this, cwd$factory_5());
139
- this.f7t_1 = flag(option(this, ['--autoUpdate'], 'Autoupdate config in s3 storage', VOID, true), [], false).s7m(this, autoUpdate$factory());
140
- this.g7t_1 = option(this, ['-v', '--version'], 'Version for build').s7m(this, version$factory());
137
+ this.e7t_1 = option(this, ['-c', '--config'], 'Config file name').t7m(this, config$factory_5());
138
+ this.f7t_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.o5y()).t7m(this, cwd$factory_5());
139
+ this.g7t_1 = flag(option(this, ['--autoUpdate'], 'Autoupdate config in s3 storage', VOID, true), [], false).t7m(this, autoUpdate$factory());
140
+ this.h7t_1 = option(this, ['-v', '--version'], 'Version for build').t7m(this, version$factory());
141
141
  }
142
- protoOf(Export).w3y = function () {
143
- return this.d7t_1.i7m(this, config$factory_6());
142
+ protoOf(Export).x3y = function () {
143
+ return this.e7t_1.j7m(this, config$factory_6());
144
144
  };
145
- protoOf(Export).z5z = function () {
146
- return this.e7t_1.i7m(this, cwd$factory_6());
145
+ protoOf(Export).a60 = function () {
146
+ return this.f7t_1.j7m(this, cwd$factory_6());
147
147
  };
148
- protoOf(Export).b3g = function () {
149
- return this.f7t_1.i7m(this, autoUpdate$factory_0());
148
+ protoOf(Export).c3g = function () {
149
+ return this.g7t_1.j7m(this, autoUpdate$factory_0());
150
150
  };
151
- protoOf(Export).i3k = function () {
152
- return this.g7t_1.i7m(this, version$factory_0());
151
+ protoOf(Export).j3k = function () {
152
+ return this.h7t_1.j7m(this, version$factory_0());
153
153
  };
154
154
  protoOf(Export).lr = function () {
155
- CommandExecutor_getInstance().export(this.b3g(), this.z5z(), this.w3y(), this.i3k());
155
+ CommandExecutor_getInstance().export(this.c3g(), this.a60(), this.x3y(), this.j3k());
156
156
  };
157
157
  function Upload() {
158
158
  CliktCommand.call(this, 'Upload exportConfig to s3');
159
- this.y7t_1 = option(this, ['-c', '--config'], 'Config file name').s7m(this, config$factory_7());
160
- this.z7t_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.n5y()).s7m(this, cwd$factory_7());
159
+ this.z7t_1 = option(this, ['-c', '--config'], 'Config file name').t7m(this, config$factory_7());
160
+ this.a7u_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.o5y()).t7m(this, cwd$factory_7());
161
161
  }
162
- protoOf(Upload).w3y = function () {
163
- return this.y7t_1.i7m(this, config$factory_8());
162
+ protoOf(Upload).x3y = function () {
163
+ return this.z7t_1.j7m(this, config$factory_8());
164
164
  };
165
- protoOf(Upload).z5z = function () {
166
- return this.z7t_1.i7m(this, cwd$factory_8());
165
+ protoOf(Upload).a60 = function () {
166
+ return this.a7u_1.j7m(this, cwd$factory_8());
167
167
  };
168
168
  protoOf(Upload).lr = function () {
169
- CommandExecutor_getInstance().upload(this.z5z(), this.w3y());
169
+ CommandExecutor_getInstance().upload(this.a60(), this.x3y());
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.i7v_1 = option(this, ['-c', '--config'], 'Config file name').s7m(this, config$factory_9());
180
- this.j7v_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.n5y()).s7m(this, cwd$factory_9());
179
+ this.j7v_1 = option(this, ['-c', '--config'], 'Config file name').t7m(this, config$factory_9());
180
+ this.k7v_1 = default_0(option(this, [], 'Current working directory', VOID, true), FileManager_instance.o5y()).t7m(this, cwd$factory_9());
181
181
  }
182
- protoOf(PullReferences).w3y = function () {
183
- return this.i7v_1.i7m(this, config$factory_10());
182
+ protoOf(PullReferences).x3y = function () {
183
+ return this.j7v_1.j7m(this, config$factory_10());
184
184
  };
185
- protoOf(PullReferences).z5z = function () {
186
- return this.j7v_1.i7m(this, cwd$factory_10());
185
+ protoOf(PullReferences).a60 = function () {
186
+ return this.k7v_1.j7m(this, cwd$factory_10());
187
187
  };
188
188
  protoOf(PullReferences).lr = function () {
189
- CommandExecutor_getInstance().pullReferences(this.z5z(), this.w3y());
189
+ CommandExecutor_getInstance().pullReferences(this.a60(), this.x3y());
190
190
  };
191
191
  function email$factory() {
192
192
  return getPropertyCallableRef('email', 1, KProperty1, function (receiver) {
193
- return receiver.z7q();
193
+ return receiver.a7r();
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.t3h();
203
+ return receiver.u3h();
204
204
  }, null);
205
205
  }
206
206
  function config$factory() {
207
207
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
208
- return receiver.w3y();
208
+ return receiver.x3y();
209
209
  }, null);
210
210
  }
211
211
  function cwd$factory() {
212
212
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
213
- return receiver.z5z();
213
+ return receiver.a60();
214
214
  }, null);
215
215
  }
216
216
  function email$factory_0() {
217
217
  return getPropertyCallableRef('email', 1, KProperty1, function (receiver) {
218
- return receiver.z7q();
218
+ return receiver.a7r();
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.t3h();
228
+ return receiver.u3h();
229
229
  }, null);
230
230
  }
231
231
  function config$factory_0() {
232
232
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
233
- return receiver.w3y();
233
+ return receiver.x3y();
234
234
  }, null);
235
235
  }
236
236
  function cwd$factory_0() {
237
237
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
238
- return receiver.z5z();
238
+ return receiver.a60();
239
239
  }, null);
240
240
  }
241
241
  function config$factory_1() {
242
242
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
243
- return receiver.w3y();
243
+ return receiver.x3y();
244
244
  }, null);
245
245
  }
246
246
  function cwd$factory_1() {
247
247
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
248
- return receiver.z5z();
248
+ return receiver.a60();
249
249
  }, null);
250
250
  }
251
251
  function config$factory_2() {
252
252
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
253
- return receiver.w3y();
253
+ return receiver.x3y();
254
254
  }, null);
255
255
  }
256
256
  function cwd$factory_2() {
257
257
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
258
- return receiver.z5z();
258
+ return receiver.a60();
259
259
  }, null);
260
260
  }
261
261
  function config$factory_3() {
262
262
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
263
- return receiver.w3y();
263
+ return receiver.x3y();
264
264
  }, null);
265
265
  }
266
266
  function cwd$factory_3() {
267
267
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
268
- return receiver.z5z();
268
+ return receiver.a60();
269
269
  }, null);
270
270
  }
271
271
  function config$factory_4() {
272
272
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
273
- return receiver.w3y();
273
+ return receiver.x3y();
274
274
  }, null);
275
275
  }
276
276
  function cwd$factory_4() {
277
277
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
278
- return receiver.z5z();
278
+ return receiver.a60();
279
279
  }, null);
280
280
  }
281
281
  function config$factory_5() {
282
282
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
283
- return receiver.w3y();
283
+ return receiver.x3y();
284
284
  }, null);
285
285
  }
286
286
  function cwd$factory_5() {
287
287
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
288
- return receiver.z5z();
288
+ return receiver.a60();
289
289
  }, null);
290
290
  }
291
291
  function autoUpdate$factory() {
292
292
  return getPropertyCallableRef('autoUpdate', 1, KProperty1, function (receiver) {
293
- return receiver.b3g();
293
+ return receiver.c3g();
294
294
  }, null);
295
295
  }
296
296
  function version$factory() {
297
297
  return getPropertyCallableRef('version', 1, KProperty1, function (receiver) {
298
- return receiver.i3k();
298
+ return receiver.j3k();
299
299
  }, null);
300
300
  }
301
301
  function config$factory_6() {
302
302
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
303
- return receiver.w3y();
303
+ return receiver.x3y();
304
304
  }, null);
305
305
  }
306
306
  function cwd$factory_6() {
307
307
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
308
- return receiver.z5z();
308
+ return receiver.a60();
309
309
  }, null);
310
310
  }
311
311
  function autoUpdate$factory_0() {
312
312
  return getPropertyCallableRef('autoUpdate', 1, KProperty1, function (receiver) {
313
- return receiver.b3g();
313
+ return receiver.c3g();
314
314
  }, null);
315
315
  }
316
316
  function version$factory_0() {
317
317
  return getPropertyCallableRef('version', 1, KProperty1, function (receiver) {
318
- return receiver.i3k();
318
+ return receiver.j3k();
319
319
  }, null);
320
320
  }
321
321
  function config$factory_7() {
322
322
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
323
- return receiver.w3y();
323
+ return receiver.x3y();
324
324
  }, null);
325
325
  }
326
326
  function cwd$factory_7() {
327
327
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
328
- return receiver.z5z();
328
+ return receiver.a60();
329
329
  }, null);
330
330
  }
331
331
  function config$factory_8() {
332
332
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
333
- return receiver.w3y();
333
+ return receiver.x3y();
334
334
  }, null);
335
335
  }
336
336
  function cwd$factory_8() {
337
337
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
338
- return receiver.z5z();
338
+ return receiver.a60();
339
339
  }, null);
340
340
  }
341
341
  function config$factory_9() {
342
342
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
343
- return receiver.w3y();
343
+ return receiver.x3y();
344
344
  }, null);
345
345
  }
346
346
  function cwd$factory_9() {
347
347
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
348
- return receiver.z5z();
348
+ return receiver.a60();
349
349
  }, null);
350
350
  }
351
351
  function config$factory_10() {
352
352
  return getPropertyCallableRef('config', 1, KProperty1, function (receiver) {
353
- return receiver.w3y();
353
+ return receiver.x3y();
354
354
  }, null);
355
355
  }
356
356
  function cwd$factory_10() {
357
357
  return getPropertyCallableRef('cwd', 1, KProperty1, function (receiver) {
358
- return receiver.z5z();
358
+ return receiver.a60();
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()]).s7d(split(argv[0], [' ']));
366
+ subcommands(new Mrsc(), [new Auth(), new Test(), new Prepare(), new Export(), new Upload(), new Version(), new PullReferences()]).t7d(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.t7d(tmp$ret$2);
375
+ tmp_0.u7d(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.104",
3
+ "version": "0.0.105",
4
4
  "main": "mrs-toolbox-cli.js",
5
5
  "types": "mrs-toolbox-cli.d.ts",
6
6
  "devDependencies": {