mrs-toolbox-cli 0.0.84 → 0.0.86

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.
@@ -1 +1 @@
1
- ad590b0eb1307838367b4c20e59cad5f
1
+ 3e3e60f28df48b76d58e5326ce7d37c6
@@ -32,7 +32,7 @@
32
32
  function KotlinLogging() {
33
33
  KotlinLogging_instance = this;
34
34
  }
35
- protoOf(KotlinLogging).o58 = function (func) {
35
+ protoOf(KotlinLogging).q58 = function (func) {
36
36
  var tmp$ret$0;
37
37
  $l$block: {
38
38
  // Inline function 'io.github.oshai.kotlinlogging.internal.KLoggerNameResolver.name' call
@@ -52,9 +52,9 @@
52
52
  }
53
53
  tmp$ret$0 = '';
54
54
  }
55
- return this.p58(tmp$ret$0);
55
+ return this.r58(tmp$ret$0);
56
56
  };
57
- protoOf(KotlinLogging).p58 = function (name) {
57
+ protoOf(KotlinLogging).r58 = function (name) {
58
58
  var tmp$ret$0;
59
59
  // Inline function 'io.github.oshai.kotlinlogging.internal.KLoggerFactory.logger' call
60
60
  var tmp0_logger = KLoggerFactory_getInstance();
@@ -93,20 +93,20 @@
93
93
  }
94
94
  function Level(name, ordinal, levelInt, levelStr) {
95
95
  Enum.call(this, name, ordinal);
96
- this.s58_1 = levelInt;
97
- this.t58_1 = levelStr;
96
+ this.u58_1 = levelInt;
97
+ this.v58_1 = levelStr;
98
98
  }
99
99
  protoOf(Level).toString = function () {
100
- return this.t58_1;
100
+ return this.v58_1;
101
101
  };
102
102
  function Levels() {
103
103
  Levels_instance = this;
104
- this.u58_1 = 0;
105
- this.v58_1 = 10;
106
- this.w58_1 = 20;
107
- this.x58_1 = 30;
108
- this.y58_1 = 40;
109
- this.z58_1 = 50;
104
+ this.w58_1 = 0;
105
+ this.x58_1 = 10;
106
+ this.y58_1 = 20;
107
+ this.z58_1 = 30;
108
+ this.a59_1 = 40;
109
+ this.b59_1 = 50;
110
110
  }
111
111
  var Levels_instance;
112
112
  function Levels_getInstance() {
@@ -141,7 +141,7 @@
141
141
  function DefaultErrorMessageProducer() {
142
142
  DefaultErrorMessageProducer_instance = this;
143
143
  }
144
- protoOf(DefaultErrorMessageProducer).a59 = function (e) {
144
+ protoOf(DefaultErrorMessageProducer).c59 = function (e) {
145
145
  return 'Log message invocation failed: ' + e;
146
146
  };
147
147
  var DefaultErrorMessageProducer_instance;
@@ -153,13 +153,13 @@
153
153
  function ConsoleOutputAppender() {
154
154
  ConsoleOutputAppender_instance = this;
155
155
  }
156
- protoOf(ConsoleOutputAppender).b59 = function (message) {
156
+ protoOf(ConsoleOutputAppender).d59 = function (message) {
157
157
  return console.info(message);
158
158
  };
159
- protoOf(ConsoleOutputAppender).c59 = function (message) {
159
+ protoOf(ConsoleOutputAppender).e59 = function (message) {
160
160
  return console.warn(message);
161
161
  };
162
- protoOf(ConsoleOutputAppender).d59 = function (message) {
162
+ protoOf(ConsoleOutputAppender).f59 = function (message) {
163
163
  return console.error(message);
164
164
  };
165
165
  var ConsoleOutputAppender_instance;
@@ -171,7 +171,7 @@
171
171
  function DefaultMessageFormatter() {
172
172
  DefaultMessageFormatter_instance = this;
173
173
  }
174
- protoOf(DefaultMessageFormatter).e59 = function (level, loggerName, msg) {
174
+ protoOf(DefaultMessageFormatter).g59 = function (level, loggerName, msg) {
175
175
  var tmp$ret$0;
176
176
  // Inline function 'io.github.oshai.kotlinlogging.internal.toStringSafe' call
177
177
  var tmp;
@@ -181,7 +181,7 @@
181
181
  var tmp_0;
182
182
  if ($p instanceof Exception) {
183
183
  var e = $p;
184
- tmp_0 = DefaultErrorMessageProducer_getInstance().a59(e);
184
+ tmp_0 = DefaultErrorMessageProducer_getInstance().c59(e);
185
185
  } else {
186
186
  throw $p;
187
187
  }
@@ -198,9 +198,9 @@
198
198
  }
199
199
  function KotlinLoggingConfiguration() {
200
200
  KotlinLoggingConfiguration_instance = this;
201
- this.f59_1 = Level_INFO_getInstance();
202
- this.g59_1 = ConsoleOutputAppender_getInstance();
203
- this.h59_1 = DefaultMessageFormatter_getInstance();
201
+ this.h59_1 = Level_INFO_getInstance();
202
+ this.i59_1 = ConsoleOutputAppender_getInstance();
203
+ this.j59_1 = DefaultMessageFormatter_getInstance();
204
204
  }
205
205
  var KotlinLoggingConfiguration_instance;
206
206
  function KotlinLoggingConfiguration_getInstance() {
@@ -209,7 +209,7 @@
209
209
  return KotlinLoggingConfiguration_instance;
210
210
  }
211
211
  function isLoggingEnabled(_this__u8e3s4) {
212
- return _this__u8e3s4.x6_1 >= KotlinLoggingConfiguration_getInstance().f59_1.x6_1;
212
+ return _this__u8e3s4.x6_1 >= KotlinLoggingConfiguration_getInstance().h59_1.x6_1;
213
213
  }
214
214
  function KLoggerFactory() {
215
215
  KLoggerFactory_instance = this;
@@ -222,12 +222,12 @@
222
222
  }
223
223
  function logIfEnabled(_this__u8e3s4, $this, loggerName, msg, logFunction) {
224
224
  if (isLoggingEnabled(_this__u8e3s4)) {
225
- logFunction(KotlinLoggingConfiguration_getInstance().h59_1.e59(_this__u8e3s4, loggerName, msg));
225
+ logFunction(KotlinLoggingConfiguration_getInstance().j59_1.g59(_this__u8e3s4, loggerName, msg));
226
226
  }
227
227
  }
228
228
  function Appender$info$ref($boundThis) {
229
229
  var l = function (p0) {
230
- $boundThis.b59(p0);
230
+ $boundThis.d59(p0);
231
231
  return Unit_getInstance();
232
232
  };
233
233
  l.callableName = 'info';
@@ -235,7 +235,7 @@
235
235
  }
236
236
  function Appender$warn$ref($boundThis) {
237
237
  var l = function (p0) {
238
- $boundThis.c59(p0);
238
+ $boundThis.e59(p0);
239
239
  return Unit_getInstance();
240
240
  };
241
241
  l.callableName = 'warn';
@@ -243,32 +243,32 @@
243
243
  }
244
244
  function Appender$error$ref($boundThis) {
245
245
  var l = function (p0) {
246
- $boundThis.d59(p0);
246
+ $boundThis.f59(p0);
247
247
  return Unit_getInstance();
248
248
  };
249
249
  l.callableName = 'error';
250
250
  return l;
251
251
  }
252
252
  function KLoggerJS(name) {
253
- this.i59_1 = name;
254
- this.j59_1 = isLoggingEnabled(Level_TRACE_getInstance());
255
- this.k59_1 = isLoggingEnabled(Level_DEBUG_getInstance());
256
- this.l59_1 = isLoggingEnabled(Level_INFO_getInstance());
257
- this.m59_1 = isLoggingEnabled(Level_WARN_getInstance());
258
- this.n59_1 = isLoggingEnabled(Level_ERROR_getInstance());
259
- this.o59_1 = isLoggingEnabled(Level_OFF_getInstance());
253
+ this.k59_1 = name;
254
+ this.l59_1 = isLoggingEnabled(Level_TRACE_getInstance());
255
+ this.m59_1 = isLoggingEnabled(Level_DEBUG_getInstance());
256
+ this.n59_1 = isLoggingEnabled(Level_INFO_getInstance());
257
+ this.o59_1 = isLoggingEnabled(Level_WARN_getInstance());
258
+ this.p59_1 = isLoggingEnabled(Level_ERROR_getInstance());
259
+ this.q59_1 = isLoggingEnabled(Level_OFF_getInstance());
260
260
  }
261
- protoOf(KLoggerJS).p59 = function (msg) {
261
+ protoOf(KLoggerJS).r59 = function (msg) {
262
262
  var tmp = Level_INFO_getInstance();
263
- return logIfEnabled(tmp, this, this.i59_1, msg, Appender$info$ref(KotlinLoggingConfiguration_getInstance().g59_1));
263
+ return logIfEnabled(tmp, this, this.k59_1, msg, Appender$info$ref(KotlinLoggingConfiguration_getInstance().i59_1));
264
264
  };
265
- protoOf(KLoggerJS).q59 = function (msg) {
265
+ protoOf(KLoggerJS).s59 = function (msg) {
266
266
  var tmp = Level_WARN_getInstance();
267
- return logIfEnabled(tmp, this, this.i59_1, msg, Appender$warn$ref(KotlinLoggingConfiguration_getInstance().g59_1));
267
+ return logIfEnabled(tmp, this, this.k59_1, msg, Appender$warn$ref(KotlinLoggingConfiguration_getInstance().i59_1));
268
268
  };
269
- protoOf(KLoggerJS).r59 = function (msg) {
269
+ protoOf(KLoggerJS).t59 = function (msg) {
270
270
  var tmp = Level_ERROR_getInstance();
271
- return logIfEnabled(tmp, this, this.i59_1, msg, Appender$error$ref(KotlinLoggingConfiguration_getInstance().g59_1));
271
+ return logIfEnabled(tmp, this, this.k59_1, msg, Appender$error$ref(KotlinLoggingConfiguration_getInstance().i59_1));
272
272
  };
273
273
  function KLoggerNameResolver() {
274
274
  KLoggerNameResolver_instance = this;
@@ -1 +1 @@
1
- 1201e137e7fdd00758f3841f0630dfae
1
+ 5988aaf191496c76ac7822b661dcc48d
@@ -312,7 +312,9 @@ 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>, lazyLoading: boolean, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ChainProperty;
315
+ get viewId(): string;
316
+ set viewId(value: string);
317
+ 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, viewId: Nullable<string>, serializationConstructorMarker: Nullable<any>/* Nullable<kotlinx.serialization.internal.SerializationConstructorMarker> */): dto.form.property.ChainProperty;
316
318
  static get Companion(): {
317
319
  serializer(): any/* kotlinx.serialization.KSerializer<dto.form.property.ChainProperty> */;
318
320
  };
@@ -1430,10 +1432,138 @@ export declare namespace dto.menu {
1430
1432
  get name(): "BuildingFilled";
1431
1433
  get ordinal(): 113;
1432
1434
  };
1435
+ static get FlashRegular(): dto.menu.Icon & {
1436
+ get name(): "FlashRegular";
1437
+ get ordinal(): 114;
1438
+ };
1439
+ static get PersonTagRegular(): dto.menu.Icon & {
1440
+ get name(): "PersonTagRegular";
1441
+ get ordinal(): 115;
1442
+ };
1443
+ static get CalendarArrowRightRegular(): dto.menu.Icon & {
1444
+ get name(): "CalendarArrowRightRegular";
1445
+ get ordinal(): 116;
1446
+ };
1447
+ static get BookmarkRegular(): dto.menu.Icon & {
1448
+ get name(): "BookmarkRegular";
1449
+ get ordinal(): 117;
1450
+ };
1451
+ static get WindowBulletListRegular(): dto.menu.Icon & {
1452
+ get name(): "WindowBulletListRegular";
1453
+ get ordinal(): 118;
1454
+ };
1455
+ static get PersonBoardRegular(): dto.menu.Icon & {
1456
+ get name(): "PersonBoardRegular";
1457
+ get ordinal(): 119;
1458
+ };
1459
+ static get ReplayRegular(): dto.menu.Icon & {
1460
+ get name(): "ReplayRegular";
1461
+ get ordinal(): 120;
1462
+ };
1463
+ static get CircleHintRegular(): dto.menu.Icon & {
1464
+ get name(): "CircleHintRegular";
1465
+ get ordinal(): 121;
1466
+ };
1467
+ static get PreviousRegular(): dto.menu.Icon & {
1468
+ get name(): "PreviousRegular";
1469
+ get ordinal(): 122;
1470
+ };
1471
+ static get NextRegular(): dto.menu.Icon & {
1472
+ get name(): "NextRegular";
1473
+ get ordinal(): 123;
1474
+ };
1475
+ static get ArrowSortUpRegular(): dto.menu.Icon & {
1476
+ get name(): "ArrowSortUpRegular";
1477
+ get ordinal(): 124;
1478
+ };
1479
+ static get ArrowSortDownRegular(): dto.menu.Icon & {
1480
+ get name(): "ArrowSortDownRegular";
1481
+ get ordinal(): 125;
1482
+ };
1483
+ static get ChevronDoubleUpRegular(): dto.menu.Icon & {
1484
+ get name(): "ChevronDoubleUpRegular";
1485
+ get ordinal(): 126;
1486
+ };
1487
+ static get ChevronDoubleDownRegular(): dto.menu.Icon & {
1488
+ get name(): "ChevronDoubleDownRegular";
1489
+ get ordinal(): 127;
1490
+ };
1491
+ static get EmojiRegular(): dto.menu.Icon & {
1492
+ get name(): "EmojiRegular";
1493
+ get ordinal(): 128;
1494
+ };
1495
+ static get WarningRegular(): dto.menu.Icon & {
1496
+ get name(): "WarningRegular";
1497
+ get ordinal(): 129;
1498
+ };
1499
+ static get FlashFilled(): dto.menu.Icon & {
1500
+ get name(): "FlashFilled";
1501
+ get ordinal(): 130;
1502
+ };
1503
+ static get PersonTagFilled(): dto.menu.Icon & {
1504
+ get name(): "PersonTagFilled";
1505
+ get ordinal(): 131;
1506
+ };
1507
+ static get CalendarArrowRightFilled(): dto.menu.Icon & {
1508
+ get name(): "CalendarArrowRightFilled";
1509
+ get ordinal(): 132;
1510
+ };
1511
+ static get BookmarkFilled(): dto.menu.Icon & {
1512
+ get name(): "BookmarkFilled";
1513
+ get ordinal(): 133;
1514
+ };
1515
+ static get WindowBulletListFilled(): dto.menu.Icon & {
1516
+ get name(): "WindowBulletListFilled";
1517
+ get ordinal(): 134;
1518
+ };
1519
+ static get PersonBoardFilled(): dto.menu.Icon & {
1520
+ get name(): "PersonBoardFilled";
1521
+ get ordinal(): 135;
1522
+ };
1523
+ static get ReplayFilled(): dto.menu.Icon & {
1524
+ get name(): "ReplayFilled";
1525
+ get ordinal(): 136;
1526
+ };
1527
+ static get CircleHintFilled(): dto.menu.Icon & {
1528
+ get name(): "CircleHintFilled";
1529
+ get ordinal(): 137;
1530
+ };
1531
+ static get PreviousFilled(): dto.menu.Icon & {
1532
+ get name(): "PreviousFilled";
1533
+ get ordinal(): 138;
1534
+ };
1535
+ static get NextFilled(): dto.menu.Icon & {
1536
+ get name(): "NextFilled";
1537
+ get ordinal(): 139;
1538
+ };
1539
+ static get ArrowSortUpFilled(): dto.menu.Icon & {
1540
+ get name(): "ArrowSortUpFilled";
1541
+ get ordinal(): 140;
1542
+ };
1543
+ static get ArrowSortDownFilled(): dto.menu.Icon & {
1544
+ get name(): "ArrowSortDownFilled";
1545
+ get ordinal(): 141;
1546
+ };
1547
+ static get ChevronDoubleUpFilled(): dto.menu.Icon & {
1548
+ get name(): "ChevronDoubleUpFilled";
1549
+ get ordinal(): 142;
1550
+ };
1551
+ static get ChevronDoubleDownFilled(): dto.menu.Icon & {
1552
+ get name(): "ChevronDoubleDownFilled";
1553
+ get ordinal(): 143;
1554
+ };
1555
+ static get EmojiFilled(): dto.menu.Icon & {
1556
+ get name(): "EmojiFilled";
1557
+ get ordinal(): 144;
1558
+ };
1559
+ static get WarningFilled(): dto.menu.Icon & {
1560
+ get name(): "WarningFilled";
1561
+ get ordinal(): 145;
1562
+ };
1433
1563
  static values(): Array<dto.menu.Icon>;
1434
1564
  static valueOf(value: string): dto.menu.Icon;
1435
- get name(): "Project" | "Deadline" | "D3D" | "View" | "NotificationOn" | "NotificationOff" | "CompleteInput" | "Mail" | "Tag" | "Mic" | "Archive" | "Home" | "CreditCard" | "Offline" | "Cloud" | "AddUser" | "Message" | "Pdf" | "Excel" | "Word" | "Star" | "Inbox" | "Template" | "Image" | "UserGroup" | "User" | "Pin" | "Timer" | "Folder" | "File" | "Settings" | "Calendar" | "ZoomOut" | "ZoomIn" | "Sync" | "Attach" | "Camera" | "Error" | "Refresh" | "Save" | "Clock" | "Send" | "Complete" | "More" | "Pause" | "Play" | "Info" | "Help" | "Edit" | "Status100" | "Status50" | "Status25" | "Status0" | "Status" | "Delete" | "Sort" | "Search" | "Filter" | "Add" | "CheckboxOn" | "CheckboxOff" | "Move" | "Link" | "Menu" | "List" | "LeftSideBar" | "RightSideBar" | "DropLeft" | "DropRight" | "DropUp" | "DropDown" | "Close" | "ArrowUp" | "ArrowDown" | "ArrowForward" | "ArrowBack" | "Grid" | "Command" | "BriefcaseFilled" | "OrganizationRegular" | "OrganizationFilled" | "PersonAddFilled" | "ErrorCircleRegular" | "DismissCircleFilled" | "DoorArrowRightRegular" | "DoorArrowRightFilled" | "PeopleSyncRegular" | "PeopleSyncFilled" | "ChartMultipleRegular" | "ChartMultipleFilled" | "CalendarAddRegular" | "CalendarAddFilled" | "PlayCircleRegular" | "WrenchScrewdriverRegular" | "BoxCheckmarkRegular" | "KeyRegular" | "ClipboardCheckmarkRegular" | "DocumentBriefcaseRegular" | "BookCompassRegular" | "FolderSyncRegular" | "PeopleRegular" | "PeopleFilled" | "PersonSettingsRegular" | "PersonSettingsFilled" | "MapRegular" | "MapFilled" | "AlertRegular" | "AlertFilled" | "BeakerRegular" | "BeakerFilled" | "GanttChartRegular" | "GanttChartFilled" | "BuildingRegular" | "BuildingFilled";
1436
- get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113;
1565
+ get name(): "Project" | "Deadline" | "D3D" | "View" | "NotificationOn" | "NotificationOff" | "CompleteInput" | "Mail" | "Tag" | "Mic" | "Archive" | "Home" | "CreditCard" | "Offline" | "Cloud" | "AddUser" | "Message" | "Pdf" | "Excel" | "Word" | "Star" | "Inbox" | "Template" | "Image" | "UserGroup" | "User" | "Pin" | "Timer" | "Folder" | "File" | "Settings" | "Calendar" | "ZoomOut" | "ZoomIn" | "Sync" | "Attach" | "Camera" | "Error" | "Refresh" | "Save" | "Clock" | "Send" | "Complete" | "More" | "Pause" | "Play" | "Info" | "Help" | "Edit" | "Status100" | "Status50" | "Status25" | "Status0" | "Status" | "Delete" | "Sort" | "Search" | "Filter" | "Add" | "CheckboxOn" | "CheckboxOff" | "Move" | "Link" | "Menu" | "List" | "LeftSideBar" | "RightSideBar" | "DropLeft" | "DropRight" | "DropUp" | "DropDown" | "Close" | "ArrowUp" | "ArrowDown" | "ArrowForward" | "ArrowBack" | "Grid" | "Command" | "BriefcaseFilled" | "OrganizationRegular" | "OrganizationFilled" | "PersonAddFilled" | "ErrorCircleRegular" | "DismissCircleFilled" | "DoorArrowRightRegular" | "DoorArrowRightFilled" | "PeopleSyncRegular" | "PeopleSyncFilled" | "ChartMultipleRegular" | "ChartMultipleFilled" | "CalendarAddRegular" | "CalendarAddFilled" | "PlayCircleRegular" | "WrenchScrewdriverRegular" | "BoxCheckmarkRegular" | "KeyRegular" | "ClipboardCheckmarkRegular" | "DocumentBriefcaseRegular" | "BookCompassRegular" | "FolderSyncRegular" | "PeopleRegular" | "PeopleFilled" | "PersonSettingsRegular" | "PersonSettingsFilled" | "MapRegular" | "MapFilled" | "AlertRegular" | "AlertFilled" | "BeakerRegular" | "BeakerFilled" | "GanttChartRegular" | "GanttChartFilled" | "BuildingRegular" | "BuildingFilled" | "FlashRegular" | "PersonTagRegular" | "CalendarArrowRightRegular" | "BookmarkRegular" | "WindowBulletListRegular" | "PersonBoardRegular" | "ReplayRegular" | "CircleHintRegular" | "PreviousRegular" | "NextRegular" | "ArrowSortUpRegular" | "ArrowSortDownRegular" | "ChevronDoubleUpRegular" | "ChevronDoubleDownRegular" | "EmojiRegular" | "WarningRegular" | "FlashFilled" | "PersonTagFilled" | "CalendarArrowRightFilled" | "BookmarkFilled" | "WindowBulletListFilled" | "PersonBoardFilled" | "ReplayFilled" | "CircleHintFilled" | "PreviousFilled" | "NextFilled" | "ArrowSortUpFilled" | "ArrowSortDownFilled" | "ChevronDoubleUpFilled" | "ChevronDoubleDownFilled" | "EmojiFilled" | "WarningFilled";
1566
+ get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145;
1437
1567
  static get Companion(): {
1438
1568
  serializer(): any/* kotlinx.serialization.KSerializer<dto.menu.Icon> */;
1439
1569
  } & any/* kotlinx.serialization.internal.SerializerFactory */;
@@ -1 +1 @@
1
- 4b848310509a0c3e67c9c9d480894f4b
1
+ b99bea9105d6b7a8cb49f30def3fac59