mrs-toolbox-cli 0.0.94 → 0.0.96

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.
@@ -13507,11 +13507,11 @@
13507
13507
  // Inline function 'kotlin.arrayOf' call
13508
13508
  // Inline function 'kotlin.js.unsafeCast' call
13509
13509
  // Inline function 'kotlin.js.asDynamic' call
13510
- var tmp_0 = ['list', 'grid', 'dataGrid', 'tree', 'document', 'gantt', 'calendar', 'drawing2d', 'embed', 'superset'];
13510
+ var tmp_0 = ['list', 'grid', 'dataGrid', 'tree', 'document', 'gantt', 'calendar', 'drawing2d', 'embed', 'superset', 'dictionary'];
13511
13511
  // Inline function 'kotlin.arrayOf' call
13512
13512
  // Inline function 'kotlin.js.unsafeCast' call
13513
13513
  // Inline function 'kotlin.js.asDynamic' call
13514
- var tmp$ret$5 = [null, null, null, null, null, null, null, null, null, null];
13514
+ var tmp$ret$5 = [null, null, null, null, null, null, null, null, null, null, null];
13515
13515
  return createAnnotatedEnumSerializer('dto.view.ViewType', tmp, tmp_0, tmp$ret$5, null);
13516
13516
  }
13517
13517
  var ViewType_list_instance;
@@ -13524,6 +13524,7 @@
13524
13524
  var ViewType_drawing2d_instance;
13525
13525
  var ViewType_embed_instance;
13526
13526
  var ViewType_superset_instance;
13527
+ var ViewType_dictionary_instance;
13527
13528
  function Companion_69() {
13528
13529
  Companion_instance_69 = this;
13529
13530
  var tmp = this;
@@ -13544,7 +13545,7 @@
13544
13545
  return Companion_instance_69;
13545
13546
  }
13546
13547
  function values_8() {
13547
- return [ViewType_list_getInstance(), ViewType_grid_getInstance(), ViewType_dataGrid_getInstance(), ViewType_tree_getInstance(), ViewType_document_getInstance(), ViewType_gantt_getInstance(), ViewType_calendar_getInstance(), ViewType_drawing2d_getInstance(), ViewType_embed_getInstance(), ViewType_superset_getInstance()];
13548
+ return [ViewType_list_getInstance(), ViewType_grid_getInstance(), ViewType_dataGrid_getInstance(), ViewType_tree_getInstance(), ViewType_document_getInstance(), ViewType_gantt_getInstance(), ViewType_calendar_getInstance(), ViewType_drawing2d_getInstance(), ViewType_embed_getInstance(), ViewType_superset_getInstance(), ViewType_dictionary_getInstance()];
13548
13549
  }
13549
13550
  function valueOf_8(value) {
13550
13551
  switch (value) {
@@ -13568,6 +13569,8 @@
13568
13569
  return ViewType_embed_getInstance();
13569
13570
  case 'superset':
13570
13571
  return ViewType_superset_getInstance();
13572
+ case 'dictionary':
13573
+ return ViewType_dictionary_getInstance();
13571
13574
  default:
13572
13575
  ViewType_initEntries();
13573
13576
  THROW_IAE('No enum constant value.');
@@ -13589,6 +13592,7 @@
13589
13592
  ViewType_drawing2d_instance = new ViewType('drawing2d', 7, 'drawing2d');
13590
13593
  ViewType_embed_instance = new ViewType('embed', 8, 'embed');
13591
13594
  ViewType_superset_instance = new ViewType('superset', 9, 'superset');
13595
+ ViewType_dictionary_instance = new ViewType('dictionary', 10, 'dictionary');
13592
13596
  Companion_getInstance_69();
13593
13597
  }
13594
13598
  function ViewType(name, ordinal, code) {
@@ -13638,6 +13642,10 @@
13638
13642
  ViewType_initEntries();
13639
13643
  return ViewType_superset_instance;
13640
13644
  }
13645
+ function ViewType_dictionary_getInstance() {
13646
+ ViewType_initEntries();
13647
+ return ViewType_dictionary_instance;
13648
+ }
13641
13649
  function Companion_70() {
13642
13650
  }
13643
13651
  protoOf(Companion_70).serializer = function () {
@@ -17781,6 +17789,7 @@
17781
17789
  defineProp($dto$view.ViewType, 'drawing2d', ViewType_drawing2d_getInstance);
17782
17790
  defineProp($dto$view.ViewType, 'embed', ViewType_embed_getInstance);
17783
17791
  defineProp($dto$view.ViewType, 'superset', ViewType_superset_getInstance);
17792
+ defineProp($dto$view.ViewType, 'dictionary', ViewType_dictionary_getInstance);
17784
17793
  defineProp($dto$view.ViewType, 'Companion', Companion_getInstance_69);
17785
17794
  var $dto = _.dto || (_.dto = {});
17786
17795
  var $dto$view = $dto.view || ($dto.view = {});
@@ -17953,14 +17962,16 @@
17953
17962
  _.$_$.j = Relations;
17954
17963
  _.$_$.k = Filter;
17955
17964
  _.$_$.l = ViewDTO;
17956
- _.$_$.m = WithId;
17957
- _.$_$.n = $serializer_getInstance_1;
17958
- _.$_$.o = $serializer_getInstance_2;
17959
- _.$_$.p = $serializer_getInstance_42;
17960
- _.$_$.q = $serializer_getInstance_43;
17961
- _.$_$.r = $serializer_getInstance_45;
17962
- _.$_$.s = $serializer_getInstance_52;
17963
- _.$_$.t = $serializer_getInstance_54;
17965
+ _.$_$.m = WorkflowDTO;
17966
+ _.$_$.n = WithId;
17967
+ _.$_$.o = $serializer_getInstance_1;
17968
+ _.$_$.p = $serializer_getInstance_2;
17969
+ _.$_$.q = $serializer_getInstance_42;
17970
+ _.$_$.r = $serializer_getInstance_43;
17971
+ _.$_$.s = $serializer_getInstance_45;
17972
+ _.$_$.t = $serializer_getInstance_52;
17973
+ _.$_$.u = $serializer_getInstance_54;
17974
+ _.$_$.v = $serializer_getInstance_72;
17964
17975
  //endregion
17965
17976
  return _;
17966
17977
  }(module.exports, require('./kotlinx-serialization-kotlinx-serialization-core.js'), require('./kotlin-kotlin-stdlib.js'), require('./kotlinx-serialization-kotlinx-serialization-json.js')));