mrs-toolbox-cli 0.0.81 → 0.0.82
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/88b0986a7186d029-atomicfu-js-ir.js +2 -2
- package/88b0986a7186d029-atomicfu-js-ir.js.hash +1 -1
- package/clikt-clikt-js-ir.js +1004 -1004
- package/clikt-clikt-js-ir.js.hash +1 -1
- package/com.mrs.platform.configuration.dto.js +2452 -2188
- package/com.mrs.platform.configuration.dto.js.hash +1 -1
- package/com.mrs.platform.configuration.dto.js.map +1 -1
- package/com.mrs.platform.configuration.dto.js.map.hash +1 -1
- package/kotlin-kotlin-stdlib-js-ir.js +92 -74
- package/kotlin-kotlin-stdlib-js-ir.js.hash +1 -1
- package/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
- package/kotlin-kotlin-stdlib-js-ir.js.map.hash +1 -1
- package/kotlin-logging-js-ir.js +45 -45
- package/kotlin-logging-js-ir.js.hash +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +27 -27
- package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js.hash +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +27 -27
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js.hash +1 -1
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +18 -18
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.hash +1 -1
- package/ktor-ktor-client-content-negotiation.js +5 -5
- package/ktor-ktor-client-content-negotiation.js.hash +1 -1
- package/ktor-ktor-client-core.js +17 -17
- package/ktor-ktor-client-core.js.hash +1 -1
- package/ktor-ktor-events.js +3 -3
- package/ktor-ktor-events.js.hash +1 -1
- package/ktor-ktor-http.js +16 -16
- package/ktor-ktor-http.js.hash +1 -1
- package/ktor-ktor-io.js +7 -7
- package/ktor-ktor-io.js.hash +1 -1
- package/ktor-ktor-serialization-kotlinx-json.js +1 -1
- package/ktor-ktor-serialization-kotlinx-json.js.hash +1 -1
- package/ktor-ktor-serialization-kotlinx.js +2 -2
- package/ktor-ktor-serialization-kotlinx.js.hash +1 -1
- package/ktor-ktor-serialization.js +4 -4
- package/ktor-ktor-serialization.js.hash +1 -1
- package/ktor-ktor-utils.js +11 -11
- package/ktor-ktor-utils.js.hash +1 -1
- package/ktor-ktor-websockets.js +4 -4
- package/ktor-ktor-websockets.js.hash +1 -1
- package/mrs-toolbox-cli.d.ts +54 -29
- package/mrs-toolbox-cli.d.ts.hash +1 -1
- package/mrs-toolbox-cli.js +70 -70
- package/mrs-toolbox-cli.js.hash +1 -1
- package/package.json +1 -1
- package/toolbox.js +3509 -3058
- package/toolbox.js.hash +1 -1
- package/toolbox.js.map +1 -1
- package/toolbox.js.map.hash +1 -1
package/mrs-toolbox-cli.d.ts
CHANGED
|
@@ -260,7 +260,7 @@ export declare namespace dto.form.items {
|
|
|
260
260
|
export declare namespace dto.form.property {
|
|
261
261
|
class ArrayProperty extends dto.form.property.Property /* implements dto.form.property.ICollectionProperty */ {
|
|
262
262
|
constructor();
|
|
263
|
-
static ArrayProperty_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>, items: Nullable<dto.form.items.FormItems>, minItems: Nullable<number>, maxItems: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ArrayProperty;
|
|
263
|
+
static ArrayProperty_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, items: Nullable<dto.form.items.FormItems>, minItems: Nullable<number>, maxItems: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ArrayProperty;
|
|
264
264
|
static get Companion(): {
|
|
265
265
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ArrayProperty> */;
|
|
266
266
|
};
|
|
@@ -279,7 +279,7 @@ export declare namespace dto.form.property {
|
|
|
279
279
|
set variant(value: Nullable<dto.form.property.misc.AttachmentVariant>);
|
|
280
280
|
get label(): Nullable<string>;
|
|
281
281
|
set label(value: Nullable<string>);
|
|
282
|
-
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>, 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;
|
|
282
|
+
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;
|
|
283
283
|
static get Companion(): {
|
|
284
284
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.AttachmentsProperty> */;
|
|
285
285
|
};
|
|
@@ -290,7 +290,7 @@ export declare namespace dto.form.property {
|
|
|
290
290
|
export declare namespace dto.form.property {
|
|
291
291
|
class BooleanProperty extends dto.form.property.Property {
|
|
292
292
|
constructor();
|
|
293
|
-
static BooleanProperty_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>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.BooleanProperty;
|
|
293
|
+
static BooleanProperty_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, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.BooleanProperty;
|
|
294
294
|
static get Companion(): {
|
|
295
295
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.BooleanProperty> */;
|
|
296
296
|
};
|
|
@@ -301,7 +301,7 @@ export declare namespace dto.form.property {
|
|
|
301
301
|
export declare namespace dto.form.property {
|
|
302
302
|
class ButtonSwitcherProperty extends dto.form.property.Property /* implements dto.form.property.IEnumProperty */ {
|
|
303
303
|
constructor();
|
|
304
|
-
static ButtonSwitcherProperty_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>, _enum: Nullable<Array<string>>, enumNames: Nullable<Array<string>>, enumDisabled: Nullable<Array<string>>, allOf: Nullable<Array<dto.form.property.misc.AnyOf>>, anyOf: Nullable<Array<dto.form.property.misc.AnyOf>>, oneOf: Nullable<Array<dto.form.property.misc.AnyOf>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ButtonSwitcherProperty;
|
|
304
|
+
static ButtonSwitcherProperty_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, _enum: Nullable<Array<string>>, enumNames: Nullable<Array<string>>, enumDisabled: Nullable<Array<string>>, allOf: Nullable<Array<dto.form.property.misc.AnyOf>>, anyOf: Nullable<Array<dto.form.property.misc.AnyOf>>, oneOf: Nullable<Array<dto.form.property.misc.AnyOf>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ButtonSwitcherProperty;
|
|
305
305
|
static get Companion(): {
|
|
306
306
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ButtonSwitcherProperty> */;
|
|
307
307
|
};
|
|
@@ -312,7 +312,7 @@ export declare namespace dto.form.property {
|
|
|
312
312
|
export declare namespace dto.form.property {
|
|
313
313
|
class ChainProperty extends dto.form.property.Property {
|
|
314
314
|
constructor();
|
|
315
|
-
static ChainProperty_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>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ChainProperty;
|
|
315
|
+
static ChainProperty_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, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ChainProperty;
|
|
316
316
|
static get Companion(): {
|
|
317
317
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ChainProperty> */;
|
|
318
318
|
};
|
|
@@ -323,7 +323,7 @@ export declare namespace dto.form.property {
|
|
|
323
323
|
export declare namespace dto.form.property {
|
|
324
324
|
class CheckboxesProperty extends dto.form.property.Property /* implements dto.form.property.ICollectionProperty */ {
|
|
325
325
|
constructor();
|
|
326
|
-
static CheckboxesProperty_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>, items: Nullable<dto.form.items.FormItems>, minItems: Nullable<number>, maxItems: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.CheckboxesProperty;
|
|
326
|
+
static CheckboxesProperty_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, items: Nullable<dto.form.items.FormItems>, minItems: Nullable<number>, maxItems: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.CheckboxesProperty;
|
|
327
327
|
static get Companion(): {
|
|
328
328
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.CheckboxesProperty> */;
|
|
329
329
|
};
|
|
@@ -338,7 +338,7 @@ export declare namespace dto.form.property {
|
|
|
338
338
|
set groups(value: Array<dto.form.property.misc.Group>);
|
|
339
339
|
get variants(): Array<dto.form.property.misc.Variant>;
|
|
340
340
|
set variants(value: Array<dto.form.property.misc.Variant>);
|
|
341
|
-
static ChecklistProperty_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>, groups: Nullable<Array<dto.form.property.misc.Group>>, variants: Nullable<Array<dto.form.property.misc.Variant>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ChecklistProperty;
|
|
341
|
+
static ChecklistProperty_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, groups: Nullable<Array<dto.form.property.misc.Group>>, variants: Nullable<Array<dto.form.property.misc.Variant>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ChecklistProperty;
|
|
342
342
|
static get Companion(): {
|
|
343
343
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ChecklistProperty> */;
|
|
344
344
|
};
|
|
@@ -349,7 +349,7 @@ export declare namespace dto.form.property {
|
|
|
349
349
|
export declare namespace dto.form.property {
|
|
350
350
|
class DateProperty extends dto.form.property.Property {
|
|
351
351
|
constructor();
|
|
352
|
-
static DateProperty_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>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.DateProperty;
|
|
352
|
+
static DateProperty_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, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.DateProperty;
|
|
353
353
|
static get Companion(): {
|
|
354
354
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.DateProperty> */;
|
|
355
355
|
};
|
|
@@ -360,7 +360,7 @@ export declare namespace dto.form.property {
|
|
|
360
360
|
export declare namespace dto.form.property {
|
|
361
361
|
class DatetimeProperty extends dto.form.property.Property {
|
|
362
362
|
constructor();
|
|
363
|
-
static DatetimeProperty_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>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.DatetimeProperty;
|
|
363
|
+
static DatetimeProperty_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, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.DatetimeProperty;
|
|
364
364
|
static get Companion(): {
|
|
365
365
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.DatetimeProperty> */;
|
|
366
366
|
};
|
|
@@ -377,7 +377,7 @@ export declare namespace dto.form.property {
|
|
|
377
377
|
set fields(value: Nullable<Array<string>>);
|
|
378
378
|
get multiple(): Nullable<boolean>;
|
|
379
379
|
set multiple(value: Nullable<boolean>);
|
|
380
|
-
static DictionaryProperty_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>, dictionaryName: Nullable<string>, fields: Nullable<Array<string>>, multiple: Nullable<boolean>, sort: Nullable<Array<dto.query.Sort>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.DictionaryProperty;
|
|
380
|
+
static DictionaryProperty_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, dictionaryName: Nullable<string>, fields: Nullable<Array<string>>, multiple: Nullable<boolean>, sort: Nullable<Array<dto.query.Sort>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.DictionaryProperty;
|
|
381
381
|
static get Companion(): {
|
|
382
382
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.DictionaryProperty> */;
|
|
383
383
|
};
|
|
@@ -390,7 +390,7 @@ export declare namespace dto.form.property {
|
|
|
390
390
|
constructor();
|
|
391
391
|
get viewId(): string;
|
|
392
392
|
set viewId(value: string);
|
|
393
|
-
static Drawing2dProperty_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>, viewId: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.Drawing2dProperty;
|
|
393
|
+
static Drawing2dProperty_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>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.Drawing2dProperty;
|
|
394
394
|
static get Companion(): {
|
|
395
395
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.Drawing2dProperty> */;
|
|
396
396
|
};
|
|
@@ -401,7 +401,7 @@ export declare namespace dto.form.property {
|
|
|
401
401
|
export declare namespace dto.form.property {
|
|
402
402
|
class EmailProperty extends dto.form.property.Property {
|
|
403
403
|
constructor();
|
|
404
|
-
static EmailProperty_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>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.EmailProperty;
|
|
404
|
+
static EmailProperty_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, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.EmailProperty;
|
|
405
405
|
static get Companion(): {
|
|
406
406
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.EmailProperty> */;
|
|
407
407
|
};
|
|
@@ -412,7 +412,7 @@ export declare namespace dto.form.property {
|
|
|
412
412
|
export declare namespace dto.form.property {
|
|
413
413
|
class FeedProperty extends dto.form.property.Property {
|
|
414
414
|
constructor();
|
|
415
|
-
static FeedProperty_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>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.FeedProperty;
|
|
415
|
+
static FeedProperty_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, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.FeedProperty;
|
|
416
416
|
static get Companion(): {
|
|
417
417
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.FeedProperty> */;
|
|
418
418
|
};
|
|
@@ -423,7 +423,7 @@ export declare namespace dto.form.property {
|
|
|
423
423
|
export declare namespace dto.form.property {
|
|
424
424
|
class NumberProperty extends dto.form.property.Property {
|
|
425
425
|
constructor();
|
|
426
|
-
static NumberProperty_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>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.NumberProperty;
|
|
426
|
+
static NumberProperty_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, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.NumberProperty;
|
|
427
427
|
static get Companion(): {
|
|
428
428
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.NumberProperty> */;
|
|
429
429
|
};
|
|
@@ -440,7 +440,7 @@ export declare namespace dto.form.property {
|
|
|
440
440
|
set required(value: Nullable<Array<string>>);
|
|
441
441
|
get order(): Nullable<Array<string>>;
|
|
442
442
|
set order(value: Nullable<Array<string>>);
|
|
443
|
-
static ObjectProperty_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>, properties: Nullable<Array<dto.form.property.Property>>, required: Nullable<Array<string>>, order: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ObjectProperty;
|
|
443
|
+
static ObjectProperty_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, properties: Nullable<Array<dto.form.property.Property>>, required: Nullable<Array<string>>, order: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ObjectProperty;
|
|
444
444
|
static get Companion(): {
|
|
445
445
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ObjectProperty> */;
|
|
446
446
|
};
|
|
@@ -465,7 +465,9 @@ export declare namespace dto.form.property {
|
|
|
465
465
|
set helperText(value: Nullable<string>);
|
|
466
466
|
get description(): Nullable<string>;
|
|
467
467
|
set description(value: Nullable<string>);
|
|
468
|
-
|
|
468
|
+
get lazyLoading(): boolean;
|
|
469
|
+
set lazyLoading(value: boolean);
|
|
470
|
+
static Property_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, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.Property;
|
|
469
471
|
static get Companion(): {
|
|
470
472
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.Property> */;
|
|
471
473
|
} & any/* kotlinx.serialization.internal.SerializerFactory */;
|
|
@@ -476,7 +478,7 @@ export declare namespace dto.form.property {
|
|
|
476
478
|
constructor();
|
|
477
479
|
get variant(): dto.form.property.misc.RadioButtonVariant;
|
|
478
480
|
set variant(value: dto.form.property.misc.RadioButtonVariant);
|
|
479
|
-
static RadioProperty_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>, _enum: Nullable<Array<string>>, enumNames: Nullable<Array<string>>, enumDisabled: Nullable<Array<string>>, variant: Nullable<dto.form.property.misc.RadioButtonVariant>, allOf: Nullable<Array<dto.form.property.misc.AnyOf>>, anyOf: Nullable<Array<dto.form.property.misc.AnyOf>>, oneOf: Nullable<Array<dto.form.property.misc.AnyOf>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.RadioProperty;
|
|
481
|
+
static RadioProperty_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, _enum: Nullable<Array<string>>, enumNames: Nullable<Array<string>>, enumDisabled: Nullable<Array<string>>, variant: Nullable<dto.form.property.misc.RadioButtonVariant>, allOf: Nullable<Array<dto.form.property.misc.AnyOf>>, anyOf: Nullable<Array<dto.form.property.misc.AnyOf>>, oneOf: Nullable<Array<dto.form.property.misc.AnyOf>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.RadioProperty;
|
|
480
482
|
static get Companion(): {
|
|
481
483
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.RadioProperty> */;
|
|
482
484
|
};
|
|
@@ -487,7 +489,7 @@ export declare namespace dto.form.property {
|
|
|
487
489
|
export declare namespace dto.form.property {
|
|
488
490
|
class SelectProperty extends dto.form.property.Property /* implements dto.form.property.IEnumProperty */ {
|
|
489
491
|
constructor();
|
|
490
|
-
static SelectProperty_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>, _enum: Nullable<Array<string>>, enumNames: Nullable<Array<string>>, enumDisabled: Nullable<Array<string>>, allOf: Nullable<Array<dto.form.property.misc.AnyOf>>, anyOf: Nullable<Array<dto.form.property.misc.AnyOf>>, oneOf: Nullable<Array<dto.form.property.misc.AnyOf>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.SelectProperty;
|
|
492
|
+
static SelectProperty_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, _enum: Nullable<Array<string>>, enumNames: Nullable<Array<string>>, enumDisabled: Nullable<Array<string>>, allOf: Nullable<Array<dto.form.property.misc.AnyOf>>, anyOf: Nullable<Array<dto.form.property.misc.AnyOf>>, oneOf: Nullable<Array<dto.form.property.misc.AnyOf>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.SelectProperty;
|
|
491
493
|
static get Companion(): {
|
|
492
494
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.SelectProperty> */;
|
|
493
495
|
};
|
|
@@ -499,7 +501,7 @@ export declare namespace dto.form.property {
|
|
|
499
501
|
class SignatureProperty extends dto.form.property.Property {
|
|
500
502
|
constructor();
|
|
501
503
|
get showTextToSign(): Nullable<boolean>;
|
|
502
|
-
static SignatureProperty_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>, showTextToSign: Nullable<boolean>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.SignatureProperty;
|
|
504
|
+
static SignatureProperty_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, showTextToSign: Nullable<boolean>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.SignatureProperty;
|
|
503
505
|
static get Companion(): {
|
|
504
506
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.SignatureProperty> */;
|
|
505
507
|
};
|
|
@@ -510,7 +512,7 @@ export declare namespace dto.form.property {
|
|
|
510
512
|
export declare namespace dto.form.property {
|
|
511
513
|
class TextProperty extends dto.form.property.Property /* implements dto.form.property.ITextProperty */ {
|
|
512
514
|
constructor();
|
|
513
|
-
static TextProperty_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>, minLength: Nullable<number>, maxLength: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.TextProperty;
|
|
515
|
+
static TextProperty_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, minLength: Nullable<number>, maxLength: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.TextProperty;
|
|
514
516
|
static get Companion(): {
|
|
515
517
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.TextProperty> */;
|
|
516
518
|
};
|
|
@@ -525,7 +527,7 @@ export declare namespace dto.form.property {
|
|
|
525
527
|
set minRows(value: Nullable<number>);
|
|
526
528
|
get maxRows(): Nullable<number>;
|
|
527
529
|
set maxRows(value: Nullable<number>);
|
|
528
|
-
static TextareaProperty_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>, minLength: Nullable<number>, maxLength: Nullable<number>, minRows: Nullable<number>, maxRows: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.TextareaProperty;
|
|
530
|
+
static TextareaProperty_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, minLength: Nullable<number>, maxLength: Nullable<number>, minRows: Nullable<number>, maxRows: Nullable<number>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.TextareaProperty;
|
|
529
531
|
static get Companion(): {
|
|
530
532
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.TextareaProperty> */;
|
|
531
533
|
};
|
|
@@ -536,7 +538,7 @@ export declare namespace dto.form.property {
|
|
|
536
538
|
export declare namespace dto.form.property {
|
|
537
539
|
class UserProperty extends dto.form.property.Property {
|
|
538
540
|
constructor();
|
|
539
|
-
static UserProperty_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>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.UserProperty;
|
|
541
|
+
static UserProperty_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, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.UserProperty;
|
|
540
542
|
static get Companion(): {
|
|
541
543
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.UserProperty> */;
|
|
542
544
|
};
|
|
@@ -555,7 +557,7 @@ export declare namespace dto.form.property {
|
|
|
555
557
|
set fields(value: Nullable<Array<string>>);
|
|
556
558
|
get canCreate(): Nullable<boolean>;
|
|
557
559
|
set canCreate(value: Nullable<boolean>);
|
|
558
|
-
static ViewDisplayProperty_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>, viewId: Nullable<string>, variables: Nullable<any>/* Nullable<kotlin.collections.Map<string, string>> */, fields: Nullable<Array<string>>, sort: Nullable<Array<dto.query.Sort>>, canCreate: Nullable<boolean>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ViewDisplayProperty;
|
|
560
|
+
static ViewDisplayProperty_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>>, sort: Nullable<Array<dto.query.Sort>>, canCreate: Nullable<boolean>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ViewDisplayProperty;
|
|
559
561
|
static get Companion(): {
|
|
560
562
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ViewDisplayProperty> */;
|
|
561
563
|
};
|
|
@@ -579,7 +581,7 @@ export declare namespace dto.form.property {
|
|
|
579
581
|
get linkTo(): Nullable<dto.form.property.misc.LinkedTo>;
|
|
580
582
|
set linkTo(value: Nullable<dto.form.property.misc.LinkedTo>);
|
|
581
583
|
get autoUpdate(): Nullable<boolean>;
|
|
582
|
-
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>, 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;
|
|
584
|
+
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;
|
|
583
585
|
static get Companion(): {
|
|
584
586
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ViewProperty> */;
|
|
585
587
|
};
|
|
@@ -2166,6 +2168,29 @@ export declare namespace dto.view.settings {
|
|
|
2166
2168
|
} & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.UiConfigType> */;
|
|
2167
2169
|
}
|
|
2168
2170
|
}
|
|
2171
|
+
export declare namespace types {
|
|
2172
|
+
class Component {
|
|
2173
|
+
constructor(type: string, fieldName?: Nullable<string>, schemaType?: Nullable<string>, viewType?: Nullable<string>);
|
|
2174
|
+
get type(): string;
|
|
2175
|
+
set type(value: string);
|
|
2176
|
+
get fieldName(): Nullable<string>;
|
|
2177
|
+
set fieldName(value: Nullable<string>);
|
|
2178
|
+
get schemaType(): Nullable<string>;
|
|
2179
|
+
set schemaType(value: Nullable<string>);
|
|
2180
|
+
get viewType(): Nullable<string>;
|
|
2181
|
+
set viewType(value: Nullable<string>);
|
|
2182
|
+
copy(type?: string, fieldName?: Nullable<string>, schemaType?: Nullable<string>, viewType?: Nullable<string>): types.Component;
|
|
2183
|
+
toString(): string;
|
|
2184
|
+
hashCode(): number;
|
|
2185
|
+
equals(other: Nullable<any>): boolean;
|
|
2186
|
+
static Component_init_$Create$(seen1: number, type: Nullable<string>, fieldName: Nullable<string>, schemaType: Nullable<string>, viewType: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): types.Component;
|
|
2187
|
+
static get Companion(): {
|
|
2188
|
+
serializer(): any/* kotlinx.serialization.KSerializer<types.Component> */;
|
|
2189
|
+
};
|
|
2190
|
+
static get $serializer(): {
|
|
2191
|
+
} & any/* kotlinx.serialization.internal.GeneratedSerializer<types.Component> */;
|
|
2192
|
+
}
|
|
2193
|
+
}
|
|
2169
2194
|
export declare namespace types {
|
|
2170
2195
|
class Config {
|
|
2171
2196
|
constructor(url?: Nullable<string>, testsDirectory?: Nullable<string>, mapName?: Nullable<string>, token?: Nullable<string>, refreshToken?: Nullable<string>, s3?: Nullable<types.S3Config>, port?: Nullable<number>, referencesCollections?: Array<string>, currentReferencePrefix?: Nullable<string>);
|
|
@@ -2364,18 +2389,18 @@ export declare namespace types.internal {
|
|
|
2364
2389
|
} & any/* kotlinx.serialization.internal.GeneratedSerializer<types.internal.Manifest> */;
|
|
2365
2390
|
}
|
|
2366
2391
|
class ManifestBuild {
|
|
2367
|
-
constructor(version?: Nullable<string>, name?: Nullable<string>,
|
|
2392
|
+
constructor(version?: Nullable<string>, name?: Nullable<string>, modularComponents?: Array<string>);
|
|
2368
2393
|
get version(): Nullable<string>;
|
|
2369
2394
|
set version(value: Nullable<string>);
|
|
2370
2395
|
get name(): Nullable<string>;
|
|
2371
2396
|
set name(value: Nullable<string>);
|
|
2372
|
-
get
|
|
2373
|
-
set
|
|
2374
|
-
copy(version?: Nullable<string>, name?: Nullable<string>,
|
|
2397
|
+
get modularComponents(): Array<string>;
|
|
2398
|
+
set modularComponents(value: Array<string>);
|
|
2399
|
+
copy(version?: Nullable<string>, name?: Nullable<string>, modularComponents?: Array<string>): types.internal.ManifestBuild;
|
|
2375
2400
|
toString(): string;
|
|
2376
2401
|
hashCode(): number;
|
|
2377
2402
|
equals(other: Nullable<any>): boolean;
|
|
2378
|
-
static ManifestBuild_init_$Create$(seen1: number, version: Nullable<string>, name: Nullable<string>,
|
|
2403
|
+
static ManifestBuild_init_$Create$(seen1: number, version: Nullable<string>, name: Nullable<string>, modularComponents: Nullable<Array<string>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): types.internal.ManifestBuild;
|
|
2379
2404
|
static get Companion(): {
|
|
2380
2405
|
serializer(): any/* kotlinx.serialization.KSerializer<types.internal.ManifestBuild> */;
|
|
2381
2406
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
48d710bed0496abd9526f8538ff34db4
|