mrs-toolbox-cli 0.0.118 → 0.0.120
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 +71 -71
- package/clikt-clikt.js +1139 -1139
- package/colormath-root-colormath.js +368 -368
- package/com.mrs.platform.configuration.dto.js +786 -2335
- package/com.mrs.platform.configuration.dto.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +11 -11
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-logging-js-ir.js +34 -34
- package/kotlinx-serialization-kotlinx-serialization-json.js +75 -70
- package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +6 -6
- 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 +1411 -1411
- package/ktor-ktor-events.js +4 -4
- package/ktor-ktor-serialization-kotlinx-json.js +1 -1
- package/markdown.js +1804 -1804
- package/mordant-mordant.js +1672 -1672
- package/mrs-toolbox-cli.d.ts +37 -218
- package/mrs-toolbox-cli.js +95 -95
- package/mrs-toolbox-cli.js.map +1 -1
- package/package.json +1 -1
- package/toolbox.js +6220 -6220
- package/toolbox.js.map +1 -1
package/mrs-toolbox-cli.d.ts
CHANGED
|
@@ -2074,11 +2074,11 @@ export declare namespace dto.view {
|
|
|
2074
2074
|
}
|
|
2075
2075
|
export declare namespace dto.view {
|
|
2076
2076
|
class ViewDTO implements dto.view.Query, dto.WithName {
|
|
2077
|
-
constructor(viewType: dto.view.ViewType, settings:
|
|
2077
|
+
constructor(viewType: dto.view.ViewType, settings: any/* kotlinx.serialization.json.JsonObject */, forCreate: Nullable<dto.view.creation.ForCreate> | undefined, creationList: Nullable<Array<dto.view.creation.CreationItem>> | undefined, title: Nullable<string> | undefined, name: string, filters?: Array<dto.view.filters.Filter>, queries?: Array<dto.view.QueryItem>);
|
|
2078
2078
|
get viewType(): dto.view.ViewType;
|
|
2079
2079
|
set viewType(value: dto.view.ViewType);
|
|
2080
|
-
get settings():
|
|
2081
|
-
set settings(value:
|
|
2080
|
+
get settings(): any/* kotlinx.serialization.json.JsonObject */;
|
|
2081
|
+
set settings(value: any/* kotlinx.serialization.json.JsonObject */);
|
|
2082
2082
|
get forCreate(): Nullable<dto.view.creation.ForCreate>;
|
|
2083
2083
|
set forCreate(value: Nullable<dto.view.creation.ForCreate>);
|
|
2084
2084
|
get creationList(): Nullable<Array<dto.view.creation.CreationItem>>;
|
|
@@ -2091,8 +2091,9 @@ export declare namespace dto.view {
|
|
|
2091
2091
|
set filters(value: Array<dto.view.filters.Filter>);
|
|
2092
2092
|
get queries(): Array<dto.view.QueryItem>;
|
|
2093
2093
|
set queries(value: Array<dto.view.QueryItem>);
|
|
2094
|
+
getSettings(): string;
|
|
2094
2095
|
/** @deprecated This synthesized declaration should not be used directly */
|
|
2095
|
-
static ViewDTO_init_$Create$(seen1: number, viewType: Nullable<dto.view.ViewType>, settings: Nullable<
|
|
2096
|
+
static ViewDTO_init_$Create$(seen1: number, viewType: Nullable<dto.view.ViewType>, settings: Nullable<any>/* Nullable<kotlinx.serialization.json.JsonObject> */, forCreate: Nullable<dto.view.creation.ForCreate>, creationList: Nullable<Array<dto.view.creation.CreationItem>>, title: Nullable<string>, name: Nullable<string>, filters: Nullable<Array<dto.view.filters.Filter>>, queries: Nullable<Array<dto.view.QueryItem>>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.ViewDTO;
|
|
2096
2097
|
readonly __doNotUseOrImplementIt: dto.view.Query["__doNotUseOrImplementIt"] & dto.WithName["__doNotUseOrImplementIt"];
|
|
2097
2098
|
static get Companion(): {
|
|
2098
2099
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.view.ViewDTO> */;
|
|
@@ -2461,210 +2462,6 @@ export declare namespace dto.view.filters {
|
|
|
2461
2462
|
};
|
|
2462
2463
|
}
|
|
2463
2464
|
}
|
|
2464
|
-
export declare namespace dto.view.settings {
|
|
2465
|
-
class Column {
|
|
2466
|
-
constructor();
|
|
2467
|
-
get id(): Nullable<string>;
|
|
2468
|
-
set id(value: Nullable<string>);
|
|
2469
|
-
get type(): Nullable<string>;
|
|
2470
|
-
set type(value: Nullable<string>);
|
|
2471
|
-
get color(): Nullable<string>;
|
|
2472
|
-
set color(value: Nullable<string>);
|
|
2473
|
-
get header(): Nullable<Array<any/* kotlin.collections.Map<string, Nullable<string>> */>>;
|
|
2474
|
-
set header(value: Nullable<Array<any/* kotlin.collections.Map<string, Nullable<string>> */>>);
|
|
2475
|
-
get name(): Nullable<string>;
|
|
2476
|
-
set name(value: Nullable<string>);
|
|
2477
|
-
get tree(): Nullable<string>;
|
|
2478
|
-
set tree(value: Nullable<string>);
|
|
2479
|
-
get label(): Nullable<string>;
|
|
2480
|
-
set label(value: Nullable<string>);
|
|
2481
|
-
get width(): Nullable<string>;
|
|
2482
|
-
set width(value: Nullable<string>);
|
|
2483
|
-
get format(): Nullable<string>;
|
|
2484
|
-
set format(value: Nullable<string>);
|
|
2485
|
-
get resize(): Nullable<boolean>;
|
|
2486
|
-
set resize(value: Nullable<boolean>);
|
|
2487
|
-
get min_width(): Nullable<string>;
|
|
2488
|
-
set min_width(value: Nullable<string>);
|
|
2489
|
-
get fontWeight(): Nullable<string>;
|
|
2490
|
-
set fontWeight(value: Nullable<string>);
|
|
2491
|
-
get hide(): Nullable<string>;
|
|
2492
|
-
set hide(value: Nullable<string>);
|
|
2493
|
-
get align(): Nullable<string>;
|
|
2494
|
-
set align(value: Nullable<string>);
|
|
2495
|
-
/** @deprecated This synthesized declaration should not be used directly */
|
|
2496
|
-
static Column_init_$Create$(seen1: number, id: Nullable<string>, type: Nullable<string>, color: Nullable<string>, header: Nullable<Array<any/* kotlin.collections.Map<string, Nullable<string>> */>>, name: Nullable<string>, tree: Nullable<string>, label: Nullable<string>, width: Nullable<string>, format: Nullable<string>, resize: Nullable<boolean>, min_width: Nullable<string>, fontWeight: Nullable<string>, hide: Nullable<string>, align: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.settings.Column;
|
|
2497
|
-
static get Companion(): {
|
|
2498
|
-
serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.Column> */;
|
|
2499
|
-
};
|
|
2500
|
-
/** @deprecated This synthesized declaration should not be used directly */
|
|
2501
|
-
static get $serializer(): {
|
|
2502
|
-
} & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.Column> */;
|
|
2503
|
-
}
|
|
2504
|
-
}
|
|
2505
|
-
export declare namespace dto.view.settings {
|
|
2506
|
-
class EmptyList {
|
|
2507
|
-
constructor();
|
|
2508
|
-
get nothingFound(): Nullable<dto.view.settings.NothingFound>;
|
|
2509
|
-
set nothingFound(value: Nullable<dto.view.settings.NothingFound>);
|
|
2510
|
-
get nothingSelected(): Nullable<dto.view.settings.NothingSelected>;
|
|
2511
|
-
set nothingSelected(value: Nullable<dto.view.settings.NothingSelected>);
|
|
2512
|
-
/** @deprecated This synthesized declaration should not be used directly */
|
|
2513
|
-
static EmptyList_init_$Create$(seen1: number, nothingFound: Nullable<dto.view.settings.NothingFound>, nothingSelected: Nullable<dto.view.settings.NothingSelected>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.settings.EmptyList;
|
|
2514
|
-
static get Companion(): {
|
|
2515
|
-
serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.EmptyList> */;
|
|
2516
|
-
};
|
|
2517
|
-
/** @deprecated This synthesized declaration should not be used directly */
|
|
2518
|
-
static get $serializer(): {
|
|
2519
|
-
} & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.EmptyList> */;
|
|
2520
|
-
}
|
|
2521
|
-
}
|
|
2522
|
-
export declare namespace dto.view.settings {
|
|
2523
|
-
class NothingFound {
|
|
2524
|
-
constructor();
|
|
2525
|
-
get text(): Nullable<string>;
|
|
2526
|
-
set text(value: Nullable<string>);
|
|
2527
|
-
get subtitle(): Nullable<string>;
|
|
2528
|
-
set subtitle(value: Nullable<string>);
|
|
2529
|
-
/** @deprecated This synthesized declaration should not be used directly */
|
|
2530
|
-
static NothingFound_init_$Create$(seen1: number, text: Nullable<string>, subtitle: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.settings.NothingFound;
|
|
2531
|
-
static get Companion(): {
|
|
2532
|
-
serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.NothingFound> */;
|
|
2533
|
-
};
|
|
2534
|
-
/** @deprecated This synthesized declaration should not be used directly */
|
|
2535
|
-
static get $serializer(): {
|
|
2536
|
-
} & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.NothingFound> */;
|
|
2537
|
-
}
|
|
2538
|
-
}
|
|
2539
|
-
export declare namespace dto.view.settings {
|
|
2540
|
-
class NothingSelected {
|
|
2541
|
-
constructor();
|
|
2542
|
-
get text(): Nullable<string>;
|
|
2543
|
-
set text(value: Nullable<string>);
|
|
2544
|
-
get subtitle(): Nullable<string>;
|
|
2545
|
-
set subtitle(value: Nullable<string>);
|
|
2546
|
-
/** @deprecated This synthesized declaration should not be used directly */
|
|
2547
|
-
static NothingSelected_init_$Create$(seen1: number, text: Nullable<string>, subtitle: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.settings.NothingSelected;
|
|
2548
|
-
static get Companion(): {
|
|
2549
|
-
serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.NothingSelected> */;
|
|
2550
|
-
};
|
|
2551
|
-
/** @deprecated This synthesized declaration should not be used directly */
|
|
2552
|
-
static get $serializer(): {
|
|
2553
|
-
} & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.NothingSelected> */;
|
|
2554
|
-
}
|
|
2555
|
-
}
|
|
2556
|
-
export declare namespace dto.view.settings {
|
|
2557
|
-
class QueryVariables {
|
|
2558
|
-
constructor();
|
|
2559
|
-
get required(): Array<string>;
|
|
2560
|
-
set required(value: Array<string>);
|
|
2561
|
-
get message(): Nullable<string>;
|
|
2562
|
-
set message(value: Nullable<string>);
|
|
2563
|
-
/** @deprecated This synthesized declaration should not be used directly */
|
|
2564
|
-
static QueryVariables_init_$Create$(seen1: number, required: Nullable<Array<string>>, message: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.settings.QueryVariables;
|
|
2565
|
-
static get Companion(): {
|
|
2566
|
-
serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.QueryVariables> */;
|
|
2567
|
-
};
|
|
2568
|
-
/** @deprecated This synthesized declaration should not be used directly */
|
|
2569
|
-
static get $serializer(): {
|
|
2570
|
-
} & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.QueryVariables> */;
|
|
2571
|
-
}
|
|
2572
|
-
}
|
|
2573
|
-
export declare namespace dto.view.settings {
|
|
2574
|
-
class Settings {
|
|
2575
|
-
constructor();
|
|
2576
|
-
get columns(): Nullable<Array<dto.view.settings.Column>>;
|
|
2577
|
-
set columns(value: Nullable<Array<dto.view.settings.Column>>);
|
|
2578
|
-
get height(): Nullable<number>;
|
|
2579
|
-
set height(value: Nullable<number>);
|
|
2580
|
-
get dashboardUiConfig(): Nullable<dto.view.settings.UiConfigType>;
|
|
2581
|
-
set dashboardUiConfig(value: Nullable<dto.view.settings.UiConfigType>);
|
|
2582
|
-
get emptyList(): Nullable<dto.view.settings.EmptyList>;
|
|
2583
|
-
set emptyList(value: Nullable<dto.view.settings.EmptyList>);
|
|
2584
|
-
get type(): Nullable<dto.view.settings.SettingsType>;
|
|
2585
|
-
get selectChildren(): Nullable<boolean>;
|
|
2586
|
-
set selectChildren(value: Nullable<boolean>);
|
|
2587
|
-
get folderEmptyText(): Nullable<string>;
|
|
2588
|
-
set folderEmptyText(value: Nullable<string>);
|
|
2589
|
-
get variables(): Nullable<dto.view.settings.QueryVariables>;
|
|
2590
|
-
set variables(value: Nullable<dto.view.settings.QueryVariables>);
|
|
2591
|
-
/** @deprecated This synthesized declaration should not be used directly */
|
|
2592
|
-
static Settings_init_$Create$(seen1: number, columns: Nullable<Array<dto.view.settings.Column>>, height: Nullable<number>, dashboardUiConfig: Nullable<dto.view.settings.UiConfigType>, emptyList: Nullable<dto.view.settings.EmptyList>, type: Nullable<dto.view.settings.SettingsType>, selectChildren: Nullable<boolean>, folderEmptyText: Nullable<string>, variables: Nullable<dto.view.settings.QueryVariables>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.settings.Settings;
|
|
2593
|
-
static get Companion(): {
|
|
2594
|
-
serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.Settings> */;
|
|
2595
|
-
};
|
|
2596
|
-
/** @deprecated This synthesized declaration should not be used directly */
|
|
2597
|
-
static get $serializer(): {
|
|
2598
|
-
} & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.Settings> */;
|
|
2599
|
-
}
|
|
2600
|
-
}
|
|
2601
|
-
export declare namespace dto.view.settings {
|
|
2602
|
-
abstract class SettingsType {
|
|
2603
|
-
private constructor();
|
|
2604
|
-
get value(): string;
|
|
2605
|
-
static get Resource(): dto.view.settings.SettingsType & {
|
|
2606
|
-
get name(): "Resource";
|
|
2607
|
-
get ordinal(): 0;
|
|
2608
|
-
};
|
|
2609
|
-
static get Gantt(): dto.view.settings.SettingsType & {
|
|
2610
|
-
get name(): "Gantt";
|
|
2611
|
-
get ordinal(): 1;
|
|
2612
|
-
};
|
|
2613
|
-
static get GanttWithResource(): dto.view.settings.SettingsType & {
|
|
2614
|
-
get name(): "GanttWithResource";
|
|
2615
|
-
get ordinal(): 2;
|
|
2616
|
-
};
|
|
2617
|
-
static get Superset(): dto.view.settings.SettingsType & {
|
|
2618
|
-
get name(): "Superset";
|
|
2619
|
-
get ordinal(): 3;
|
|
2620
|
-
};
|
|
2621
|
-
static values(): Array<dto.view.settings.SettingsType>;
|
|
2622
|
-
static valueOf(value: string): dto.view.settings.SettingsType;
|
|
2623
|
-
get name(): "Resource" | "Gantt" | "GanttWithResource" | "Superset";
|
|
2624
|
-
get ordinal(): 0 | 1 | 2 | 3;
|
|
2625
|
-
static get Companion(): {
|
|
2626
|
-
serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.SettingsType> */;
|
|
2627
|
-
} & any/* kotlinx.serialization.internal.SerializerFactory */;
|
|
2628
|
-
}
|
|
2629
|
-
}
|
|
2630
|
-
export declare namespace dto.view.settings {
|
|
2631
|
-
class UiConfigFilters /* implements kotlin.collections.MutableMap<string, Nullable<boolean>> */ {
|
|
2632
|
-
constructor();
|
|
2633
|
-
get visible(): Nullable<boolean>;
|
|
2634
|
-
set visible(value: Nullable<boolean>);
|
|
2635
|
-
get expanded(): Nullable<boolean>;
|
|
2636
|
-
set expanded(value: Nullable<boolean>);
|
|
2637
|
-
/** @deprecated This synthesized declaration should not be used directly */
|
|
2638
|
-
static UiConfigFilters_init_$Create$(seen1: number, visible: Nullable<boolean>, expanded: Nullable<boolean>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.settings.UiConfigFilters;
|
|
2639
|
-
static get Companion(): {
|
|
2640
|
-
serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.UiConfigFilters> */;
|
|
2641
|
-
};
|
|
2642
|
-
/** @deprecated This synthesized declaration should not be used directly */
|
|
2643
|
-
static get $serializer(): {
|
|
2644
|
-
} & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.UiConfigFilters> */;
|
|
2645
|
-
}
|
|
2646
|
-
}
|
|
2647
|
-
export declare namespace dto.view.settings {
|
|
2648
|
-
class UiConfigType {
|
|
2649
|
-
constructor();
|
|
2650
|
-
get hideTitle(): Nullable<boolean>;
|
|
2651
|
-
set hideTitle(value: Nullable<boolean>);
|
|
2652
|
-
get hideTab(): Nullable<boolean>;
|
|
2653
|
-
set hideTab(value: Nullable<boolean>);
|
|
2654
|
-
get hideChartControls(): Nullable<boolean>;
|
|
2655
|
-
set hideChartControls(value: Nullable<boolean>);
|
|
2656
|
-
get filters(): Nullable<dto.view.settings.UiConfigFilters>;
|
|
2657
|
-
set filters(value: Nullable<dto.view.settings.UiConfigFilters>);
|
|
2658
|
-
/** @deprecated This synthesized declaration should not be used directly */
|
|
2659
|
-
static UiConfigType_init_$Create$(seen1: number, hideTitle: Nullable<boolean>, hideTab: Nullable<boolean>, hideChartControls: Nullable<boolean>, filters: Nullable<dto.view.settings.UiConfigFilters>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.view.settings.UiConfigType;
|
|
2660
|
-
static get Companion(): {
|
|
2661
|
-
serializer(): any/* kotlinx.serialization.KSerializer<dto.view.settings.UiConfigType> */;
|
|
2662
|
-
};
|
|
2663
|
-
/** @deprecated This synthesized declaration should not be used directly */
|
|
2664
|
-
static get $serializer(): {
|
|
2665
|
-
} & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.view.settings.UiConfigType> */;
|
|
2666
|
-
}
|
|
2667
|
-
}
|
|
2668
2465
|
export declare namespace dto.workflow {
|
|
2669
2466
|
class WorkflowDTO implements dto.WithName {
|
|
2670
2467
|
constructor();
|
|
@@ -2703,6 +2500,27 @@ export declare namespace dto.workflow {
|
|
|
2703
2500
|
} & any/* kotlinx.serialization.internal.GeneratedSerializer<dto.workflow.WorkflowQuery> */;
|
|
2704
2501
|
}
|
|
2705
2502
|
}
|
|
2503
|
+
export declare namespace dto.workflow.triggers {
|
|
2504
|
+
abstract class WorkflowBusType {
|
|
2505
|
+
private constructor();
|
|
2506
|
+
get code(): string;
|
|
2507
|
+
static get rabbitmq(): dto.workflow.triggers.WorkflowBusType & {
|
|
2508
|
+
get name(): "rabbitmq";
|
|
2509
|
+
get ordinal(): 0;
|
|
2510
|
+
};
|
|
2511
|
+
static get kafka(): dto.workflow.triggers.WorkflowBusType & {
|
|
2512
|
+
get name(): "kafka";
|
|
2513
|
+
get ordinal(): 1;
|
|
2514
|
+
};
|
|
2515
|
+
static values(): Array<dto.workflow.triggers.WorkflowBusType>;
|
|
2516
|
+
static valueOf(value: string): dto.workflow.triggers.WorkflowBusType;
|
|
2517
|
+
get name(): "rabbitmq" | "kafka";
|
|
2518
|
+
get ordinal(): 0 | 1;
|
|
2519
|
+
static get Companion(): {
|
|
2520
|
+
serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.triggers.WorkflowBusType> */;
|
|
2521
|
+
} & any/* kotlinx.serialization.internal.SerializerFactory */;
|
|
2522
|
+
}
|
|
2523
|
+
}
|
|
2706
2524
|
export declare namespace dto.workflow.triggers {
|
|
2707
2525
|
class WorkflowCron extends dto.workflow.triggers.WorkflowTrigger {
|
|
2708
2526
|
constructor(type: dto.workflow.triggers.WorkflowTriggerType | undefined, expression: string);
|
|
@@ -2724,16 +2542,17 @@ export declare namespace dto.workflow.triggers {
|
|
|
2724
2542
|
}
|
|
2725
2543
|
export declare namespace dto.workflow.triggers {
|
|
2726
2544
|
class WorkflowEvent extends dto.workflow.triggers.WorkflowTrigger {
|
|
2727
|
-
constructor(type: dto.workflow.triggers.WorkflowTriggerType | undefined, regex: string, credName?: string);
|
|
2545
|
+
constructor(type: dto.workflow.triggers.WorkflowTriggerType | undefined, regex: string, busType: dto.workflow.triggers.WorkflowBusType, credName?: string);
|
|
2728
2546
|
get type(): dto.workflow.triggers.WorkflowTriggerType;
|
|
2729
2547
|
get regex(): string;
|
|
2548
|
+
get busType(): dto.workflow.triggers.WorkflowBusType;
|
|
2730
2549
|
get credName(): string;
|
|
2731
|
-
copy(type?: dto.workflow.triggers.WorkflowTriggerType, regex?: string, credName?: string): dto.workflow.triggers.WorkflowEvent;
|
|
2550
|
+
copy(type?: dto.workflow.triggers.WorkflowTriggerType, regex?: string, busType?: dto.workflow.triggers.WorkflowBusType, credName?: string): dto.workflow.triggers.WorkflowEvent;
|
|
2732
2551
|
toString(): string;
|
|
2733
2552
|
hashCode(): number;
|
|
2734
2553
|
equals(other: Nullable<any>): boolean;
|
|
2735
2554
|
/** @deprecated This synthesized declaration should not be used directly */
|
|
2736
|
-
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;
|
|
2555
|
+
static WorkflowEvent_init_$Create$(seen1: number, type: Nullable<dto.workflow.triggers.WorkflowTriggerType>, regex: Nullable<string>, busType: Nullable<dto.workflow.triggers.WorkflowBusType>, credName: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.workflow.triggers.WorkflowEvent;
|
|
2737
2556
|
static get Companion(): {
|
|
2738
2557
|
serializer(): any/* kotlinx.serialization.KSerializer<dto.workflow.triggers.WorkflowEvent> */;
|
|
2739
2558
|
};
|
|
@@ -2818,7 +2637,7 @@ export declare namespace types {
|
|
|
2818
2637
|
}
|
|
2819
2638
|
export declare namespace types {
|
|
2820
2639
|
class Config {
|
|
2821
|
-
constructor(url?: Nullable<string>, testsDirectory?: Nullable<string>, mapName?: Nullable<string>, token?: Nullable<string>, refreshToken?: Nullable<string>, s3?: Nullable<types.S3Config>, port?: Nullable<number>,
|
|
2640
|
+
constructor(url?: Nullable<string>, testsDirectory?: Nullable<string>, mapName?: Nullable<string>, token?: Nullable<string>, refreshToken?: Nullable<string>, s3?: Nullable<types.S3Config>, port?: Nullable<number>, dictionariesCollections?: Array<string>, currentDictionaryPrefix?: Nullable<string>, author?: Nullable<string>);
|
|
2822
2641
|
get url(): Nullable<string>;
|
|
2823
2642
|
set url(value: Nullable<string>);
|
|
2824
2643
|
get testsDirectory(): Nullable<string>;
|
|
@@ -2833,13 +2652,13 @@ export declare namespace types {
|
|
|
2833
2652
|
set s3(value: Nullable<types.S3Config>);
|
|
2834
2653
|
get port(): Nullable<number>;
|
|
2835
2654
|
set port(value: Nullable<number>);
|
|
2836
|
-
get
|
|
2837
|
-
set
|
|
2838
|
-
get
|
|
2839
|
-
set
|
|
2655
|
+
get dictionariesCollections(): Array<string>;
|
|
2656
|
+
set dictionariesCollections(value: Array<string>);
|
|
2657
|
+
get currentDictionaryPrefix(): Nullable<string>;
|
|
2658
|
+
set currentDictionaryPrefix(value: Nullable<string>);
|
|
2840
2659
|
get author(): Nullable<string>;
|
|
2841
2660
|
set author(value: Nullable<string>);
|
|
2842
|
-
copy(url?: Nullable<string>, testsDirectory?: Nullable<string>, mapName?: Nullable<string>, token?: Nullable<string>, refreshToken?: Nullable<string>, s3?: Nullable<types.S3Config>, port?: Nullable<number>,
|
|
2661
|
+
copy(url?: Nullable<string>, testsDirectory?: Nullable<string>, mapName?: Nullable<string>, token?: Nullable<string>, refreshToken?: Nullable<string>, s3?: Nullable<types.S3Config>, port?: Nullable<number>, dictionariesCollections?: Array<string>, currentDictionaryPrefix?: Nullable<string>, author?: Nullable<string>): types.Config;
|
|
2843
2662
|
toString(): string;
|
|
2844
2663
|
hashCode(): number;
|
|
2845
2664
|
equals(other: Nullable<any>): boolean;
|
|
@@ -3075,5 +2894,5 @@ export declare const CommandExecutor: {
|
|
|
3075
2894
|
prepare(cwd: Nullable<string>, config?: Nullable<string>): void;
|
|
3076
2895
|
export(autoUpdate: boolean, cwd: Nullable<string>, config: Nullable<string>, version: Nullable<string>): any/* kotlinx.coroutines.Deferred<UnknownType *> */;
|
|
3077
2896
|
upload(cwd: Nullable<string>, config: Nullable<string>): any/* kotlinx.coroutines.Deferred<UnknownType *> */;
|
|
3078
|
-
|
|
2897
|
+
pullDictionaries(cwd: Nullable<string>, config: Nullable<string>): any/* kotlinx.coroutines.Deferred<UnknownType *> */;
|
|
3079
2898
|
};
|