mrs-toolbox-cli 0.0.93 → 0.0.95

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.
Files changed (37) hide show
  1. package/88b0986a7186d029-atomicfu-js-ir.js.map +1 -1
  2. package/Kotlin-DateTime-library-kotlinx-datetime.js +71 -71
  3. package/Kotlin-DateTime-library-kotlinx-datetime.js.map +1 -1
  4. package/clikt-clikt.js +1139 -1139
  5. package/clikt-clikt.js.map +1 -1
  6. package/colormath-root-colormath.js +363 -363
  7. package/colormath-root-colormath.js.map +1 -1
  8. package/com.mrs.platform.configuration.dto.js +348 -33
  9. package/com.mrs.platform.configuration.dto.js.map +1 -1
  10. package/kotlin-kotlin-stdlib.js +9 -9
  11. package/kotlin-kotlin-stdlib.js.map +1 -1
  12. package/kotlin-logging-js-ir.js +34 -34
  13. package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
  14. package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
  15. package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +1 -1
  16. package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
  17. package/ktor-ktor-client-content-negotiation.js +125 -125
  18. package/ktor-ktor-client-content-negotiation.js.map +1 -1
  19. package/ktor-ktor-client-core.js +1408 -1408
  20. package/ktor-ktor-client-core.js.map +1 -1
  21. package/ktor-ktor-events.js +4 -4
  22. package/ktor-ktor-events.js.map +1 -1
  23. package/ktor-ktor-http.js.map +1 -1
  24. package/ktor-ktor-io.js.map +1 -1
  25. package/ktor-ktor-serialization-kotlinx.js.map +1 -1
  26. package/ktor-ktor-utils.js.map +1 -1
  27. package/ktor-ktor-websockets.js.map +1 -1
  28. package/markdown.js +1803 -1803
  29. package/markdown.js.map +1 -1
  30. package/mordant-mordant.js +1655 -1655
  31. package/mordant-mordant.js.map +1 -1
  32. package/mrs-toolbox-cli.d.ts +44 -1
  33. package/mrs-toolbox-cli.js +90 -90
  34. package/mrs-toolbox-cli.js.map +1 -1
  35. package/package.json +1 -1
  36. package/toolbox.js +2478 -2215
  37. package/toolbox.js.map +1 -1
@@ -309,6 +309,12 @@
309
309
  setMetadataFor(Companion_88, 'Companion', objectMeta);
310
310
  setMetadataFor($serializer_71, '$serializer', objectMeta, VOID, [GeneratedSerializer]);
311
311
  setMetadataFor(UiConfigType, 'UiConfigType', classMeta, VOID, VOID, UiConfigType, VOID, {0: $serializer_getInstance_71});
312
+ setMetadataFor(Companion_89, 'Companion', objectMeta);
313
+ setMetadataFor($serializer_72, '$serializer', objectMeta, VOID, [GeneratedSerializer]);
314
+ setMetadataFor(WorkflowDTO, 'WorkflowDTO', classMeta, VOID, [WithName], WorkflowDTO, VOID, {0: $serializer_getInstance_72});
315
+ setMetadataFor(Companion_90, 'Companion', objectMeta);
316
+ setMetadataFor($serializer_73, '$serializer', objectMeta, VOID, [GeneratedSerializer]);
317
+ setMetadataFor(WorkflowQuery, 'WorkflowQuery', classMeta, VOID, [WithName], VOID, VOID, {0: $serializer_getInstance_73});
312
318
  //endregion
313
319
  function _get_$cachedSerializer__te6jhj($this) {
314
320
  return $this.q35_1.s2();
@@ -2416,7 +2422,7 @@
2416
2422
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
2417
2423
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
2418
2424
  }
2419
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
2425
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
2420
2426
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
2421
2427
  }
2422
2428
  if (tmp1_output.h2b(tmp0_desc, 8) ? true : !(value.f39_1 == null)) {
@@ -2660,7 +2666,7 @@
2660
2666
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
2661
2667
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
2662
2668
  }
2663
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
2669
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
2664
2670
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
2665
2671
  }
2666
2672
  if (tmp1_output.h2b(tmp0_desc, 8) ? true : !(value.canAddFile == null)) {
@@ -2875,7 +2881,7 @@
2875
2881
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
2876
2882
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
2877
2883
  }
2878
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
2884
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
2879
2885
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
2880
2886
  }
2881
2887
  tmp1_output.m29(tmp0_desc);
@@ -3092,7 +3098,7 @@
3092
3098
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
3093
3099
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
3094
3100
  }
3095
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
3101
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
3096
3102
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
3097
3103
  }
3098
3104
  if (tmp1_output.h2b(tmp0_desc, 8) ? true : !(value.r3a_1 == null)) {
@@ -3343,7 +3349,7 @@
3343
3349
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
3344
3350
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
3345
3351
  }
3346
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
3352
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
3347
3353
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
3348
3354
  }
3349
3355
  tmp1_output.z2a(tmp0_desc, 8, value.viewId);
@@ -3549,7 +3555,7 @@
3549
3555
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
3550
3556
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
3551
3557
  }
3552
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
3558
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
3553
3559
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
3554
3560
  }
3555
3561
  if (tmp1_output.h2b(tmp0_desc, 8) ? true : !(value.r3b_1 == null)) {
@@ -3777,7 +3783,7 @@
3777
3783
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
3778
3784
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
3779
3785
  }
3780
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
3786
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
3781
3787
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
3782
3788
  }
3783
3789
  tmp1_output.b2b(tmp0_desc, 8, tmp2_cached[8], value.sections);
@@ -3962,7 +3968,7 @@
3962
3968
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
3963
3969
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
3964
3970
  }
3965
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
3971
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
3966
3972
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
3967
3973
  }
3968
3974
  tmp1_output.m29(tmp0_desc);
@@ -4120,7 +4126,7 @@
4120
4126
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
4121
4127
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
4122
4128
  }
4123
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
4129
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
4124
4130
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
4125
4131
  }
4126
4132
  tmp1_output.m29(tmp0_desc);
@@ -4321,7 +4327,7 @@
4321
4327
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
4322
4328
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
4323
4329
  }
4324
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
4330
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
4325
4331
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
4326
4332
  }
4327
4333
  tmp1_output.z2a(tmp0_desc, 8, value.dictionaryName);
@@ -4543,7 +4549,7 @@
4543
4549
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
4544
4550
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
4545
4551
  }
4546
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
4552
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
4547
4553
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
4548
4554
  }
4549
4555
  tmp1_output.z2a(tmp0_desc, 8, value.viewId);
@@ -4714,7 +4720,7 @@
4714
4720
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
4715
4721
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
4716
4722
  }
4717
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
4723
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
4718
4724
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
4719
4725
  }
4720
4726
  tmp1_output.m29(tmp0_desc);
@@ -4872,7 +4878,7 @@
4872
4878
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
4873
4879
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
4874
4880
  }
4875
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
4881
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
4876
4882
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
4877
4883
  }
4878
4884
  tmp1_output.m29(tmp0_desc);
@@ -5030,7 +5036,7 @@
5030
5036
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
5031
5037
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
5032
5038
  }
5033
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
5039
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
5034
5040
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
5035
5041
  }
5036
5042
  tmp1_output.m29(tmp0_desc);
@@ -5223,7 +5229,7 @@
5223
5229
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
5224
5230
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
5225
5231
  }
5226
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
5232
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
5227
5233
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
5228
5234
  }
5229
5235
  tmp1_output.b2b(tmp0_desc, 8, tmp2_cached[8], value.properties);
@@ -5356,7 +5362,7 @@
5356
5362
  else
5357
5363
  $this.description = description;
5358
5364
  if (0 === (seen1 & 128))
5359
- $this.lazyLoading = false;
5365
+ $this.lazyLoading = true;
5360
5366
  else
5361
5367
  $this.lazyLoading = lazyLoading;
5362
5368
  return $this;
@@ -5372,7 +5378,7 @@
5372
5378
  this.hidden = null;
5373
5379
  this.helperText = null;
5374
5380
  this.description = null;
5375
- this.lazyLoading = false;
5381
+ this.lazyLoading = true;
5376
5382
  }
5377
5383
  protoOf(Property).w35 = function (_set____db54di) {
5378
5384
  this.d39_1 = _set____db54di;
@@ -5625,7 +5631,7 @@
5625
5631
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
5626
5632
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
5627
5633
  }
5628
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
5634
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
5629
5635
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
5630
5636
  }
5631
5637
  if (tmp1_output.h2b(tmp0_desc, 8) ? true : !(value.q3d_1 == null)) {
@@ -5941,7 +5947,7 @@
5941
5947
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
5942
5948
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
5943
5949
  }
5944
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
5950
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
5945
5951
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
5946
5952
  }
5947
5953
  if (tmp1_output.h2b(tmp0_desc, 8) ? true : !(value.b3e_1 == null)) {
@@ -6192,7 +6198,7 @@
6192
6198
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
6193
6199
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
6194
6200
  }
6195
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
6201
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
6196
6202
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
6197
6203
  }
6198
6204
  if (tmp1_output.h2b(tmp0_desc, 8) ? true : !(value.showTextToSign == null)) {
@@ -6377,7 +6383,7 @@
6377
6383
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
6378
6384
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
6379
6385
  }
6380
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
6386
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
6381
6387
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
6382
6388
  }
6383
6389
  if (tmp1_output.h2b(tmp0_desc, 8) ? true : !(value.o3e_1 == null)) {
@@ -6595,7 +6601,7 @@
6595
6601
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
6596
6602
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
6597
6603
  }
6598
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
6604
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
6599
6605
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
6600
6606
  }
6601
6607
  if (tmp1_output.h2b(tmp0_desc, 8) ? true : !(value.x3e_1 == null)) {
@@ -6809,7 +6815,7 @@
6809
6815
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
6810
6816
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
6811
6817
  }
6812
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
6818
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
6813
6819
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
6814
6820
  }
6815
6821
  tmp1_output.m29(tmp0_desc);
@@ -7018,7 +7024,7 @@
7018
7024
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
7019
7025
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
7020
7026
  }
7021
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
7027
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
7022
7028
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
7023
7029
  }
7024
7030
  tmp1_output.z2a(tmp0_desc, 8, value.viewId);
@@ -7320,7 +7326,7 @@
7320
7326
  if (tmp1_output.h2b(tmp0_desc, 6) ? true : !(value.description == null)) {
7321
7327
  tmp1_output.d2b(tmp0_desc, 6, StringSerializer_getInstance(), value.description);
7322
7328
  }
7323
- if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === false)) {
7329
+ if (tmp1_output.h2b(tmp0_desc, 7) ? true : !(value.lazyLoading === true)) {
7324
7330
  tmp1_output.r2a(tmp0_desc, 7, value.lazyLoading);
7325
7331
  }
7326
7332
  tmp1_output.z2a(tmp0_desc, 8, value.viewId);
@@ -16534,6 +16540,287 @@
16534
16540
  protoOf(UiConfigType).l3n = function () {
16535
16541
  return this.filters;
16536
16542
  };
16543
+ function Companion_89() {
16544
+ }
16545
+ protoOf(Companion_89).serializer = function () {
16546
+ return $serializer_getInstance_72();
16547
+ };
16548
+ var Companion_instance_89;
16549
+ function Companion_getInstance_89() {
16550
+ return Companion_instance_89;
16551
+ }
16552
+ function $serializer_72() {
16553
+ $serializer_instance_72 = this;
16554
+ var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('dto.workflow.WorkflowDTO', this, 5);
16555
+ tmp0_serialDesc.u2g('name', false);
16556
+ tmp0_serialDesc.u2g('path', true);
16557
+ tmp0_serialDesc.u2g('regexString', true);
16558
+ tmp0_serialDesc.u2g('script', true);
16559
+ tmp0_serialDesc.u2g('timeout', true);
16560
+ this.u3t_1 = tmp0_serialDesc;
16561
+ }
16562
+ protoOf($serializer_72).y25 = function () {
16563
+ return this.u3t_1;
16564
+ };
16565
+ protoOf($serializer_72).n2h = function () {
16566
+ // Inline function 'kotlin.arrayOf' call
16567
+ // Inline function 'kotlin.js.unsafeCast' call
16568
+ // Inline function 'kotlin.js.asDynamic' call
16569
+ return [StringSerializer_getInstance(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(IntSerializer_getInstance())];
16570
+ };
16571
+ protoOf($serializer_72).a26 = function (decoder) {
16572
+ var tmp0_desc = this.u3t_1;
16573
+ var tmp1_flag = true;
16574
+ var tmp2_index = 0;
16575
+ var tmp3_bitMask0 = 0;
16576
+ var tmp4_local0 = null;
16577
+ var tmp5_local1 = null;
16578
+ var tmp6_local2 = null;
16579
+ var tmp7_local3 = null;
16580
+ var tmp8_local4 = null;
16581
+ var tmp9_input = decoder.l29(tmp0_desc);
16582
+ if (tmp9_input.a2a()) {
16583
+ tmp4_local0 = tmp9_input.v29(tmp0_desc, 0);
16584
+ tmp3_bitMask0 = tmp3_bitMask0 | 1;
16585
+ tmp5_local1 = tmp9_input.z29(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
16586
+ tmp3_bitMask0 = tmp3_bitMask0 | 2;
16587
+ tmp6_local2 = tmp9_input.z29(tmp0_desc, 2, StringSerializer_getInstance(), tmp6_local2);
16588
+ tmp3_bitMask0 = tmp3_bitMask0 | 4;
16589
+ tmp7_local3 = tmp9_input.z29(tmp0_desc, 3, StringSerializer_getInstance(), tmp7_local3);
16590
+ tmp3_bitMask0 = tmp3_bitMask0 | 8;
16591
+ tmp8_local4 = tmp9_input.z29(tmp0_desc, 4, IntSerializer_getInstance(), tmp8_local4);
16592
+ tmp3_bitMask0 = tmp3_bitMask0 | 16;
16593
+ } else
16594
+ while (tmp1_flag) {
16595
+ tmp2_index = tmp9_input.b2a(tmp0_desc);
16596
+ switch (tmp2_index) {
16597
+ case -1:
16598
+ tmp1_flag = false;
16599
+ break;
16600
+ case 0:
16601
+ tmp4_local0 = tmp9_input.v29(tmp0_desc, 0);
16602
+ tmp3_bitMask0 = tmp3_bitMask0 | 1;
16603
+ break;
16604
+ case 1:
16605
+ tmp5_local1 = tmp9_input.z29(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
16606
+ tmp3_bitMask0 = tmp3_bitMask0 | 2;
16607
+ break;
16608
+ case 2:
16609
+ tmp6_local2 = tmp9_input.z29(tmp0_desc, 2, StringSerializer_getInstance(), tmp6_local2);
16610
+ tmp3_bitMask0 = tmp3_bitMask0 | 4;
16611
+ break;
16612
+ case 3:
16613
+ tmp7_local3 = tmp9_input.z29(tmp0_desc, 3, StringSerializer_getInstance(), tmp7_local3);
16614
+ tmp3_bitMask0 = tmp3_bitMask0 | 8;
16615
+ break;
16616
+ case 4:
16617
+ tmp8_local4 = tmp9_input.z29(tmp0_desc, 4, IntSerializer_getInstance(), tmp8_local4);
16618
+ tmp3_bitMask0 = tmp3_bitMask0 | 16;
16619
+ break;
16620
+ default:
16621
+ throw UnknownFieldException_init_$Create$(tmp2_index);
16622
+ }
16623
+ }
16624
+ tmp9_input.m29(tmp0_desc);
16625
+ return WorkflowDTO_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
16626
+ };
16627
+ protoOf($serializer_72).v3t = function (encoder, value) {
16628
+ var tmp0_desc = this.u3t_1;
16629
+ var tmp1_output = encoder.l29(tmp0_desc);
16630
+ tmp1_output.z2a(tmp0_desc, 0, value.name);
16631
+ if (tmp1_output.h2b(tmp0_desc, 1) ? true : !(value.path == null)) {
16632
+ tmp1_output.d2b(tmp0_desc, 1, StringSerializer_getInstance(), value.path);
16633
+ }
16634
+ if (tmp1_output.h2b(tmp0_desc, 2) ? true : !(value.regexString == null)) {
16635
+ tmp1_output.d2b(tmp0_desc, 2, StringSerializer_getInstance(), value.regexString);
16636
+ }
16637
+ if (tmp1_output.h2b(tmp0_desc, 3) ? true : !(value.script == null)) {
16638
+ tmp1_output.d2b(tmp0_desc, 3, StringSerializer_getInstance(), value.script);
16639
+ }
16640
+ if (tmp1_output.h2b(tmp0_desc, 4) ? true : !(value.timeout == null)) {
16641
+ tmp1_output.d2b(tmp0_desc, 4, IntSerializer_getInstance(), value.timeout);
16642
+ }
16643
+ tmp1_output.m29(tmp0_desc);
16644
+ };
16645
+ protoOf($serializer_72).z25 = function (encoder, value) {
16646
+ return this.v3t(encoder, value instanceof WorkflowDTO ? value : THROW_CCE());
16647
+ };
16648
+ var $serializer_instance_72;
16649
+ function $serializer_getInstance_72() {
16650
+ if ($serializer_instance_72 == null)
16651
+ new $serializer_72();
16652
+ return $serializer_instance_72;
16653
+ }
16654
+ function WorkflowDTO_init_$Init$(seen1, name, path, regexString, script, timeout, serializationConstructorMarker, $this) {
16655
+ if (!(1 === (1 & seen1))) {
16656
+ throwMissingFieldException(seen1, 1, $serializer_getInstance_72().u3t_1);
16657
+ }
16658
+ $this.w3t_1 = name;
16659
+ if (0 === (seen1 & 2))
16660
+ $this.path = null;
16661
+ else
16662
+ $this.path = path;
16663
+ if (0 === (seen1 & 4))
16664
+ $this.regexString = null;
16665
+ else
16666
+ $this.regexString = regexString;
16667
+ if (0 === (seen1 & 8))
16668
+ $this.script = null;
16669
+ else
16670
+ $this.script = script;
16671
+ if (0 === (seen1 & 16))
16672
+ $this.timeout = null;
16673
+ else
16674
+ $this.timeout = timeout;
16675
+ return $this;
16676
+ }
16677
+ function WorkflowDTO_init_$Create$(seen1, name, path, regexString, script, timeout, serializationConstructorMarker) {
16678
+ return WorkflowDTO_init_$Init$(seen1, name, path, regexString, script, timeout, serializationConstructorMarker, objectCreate(protoOf(WorkflowDTO)));
16679
+ }
16680
+ function WorkflowDTO() {
16681
+ this.path = null;
16682
+ this.regexString = null;
16683
+ this.script = null;
16684
+ this.timeout = null;
16685
+ }
16686
+ protoOf(WorkflowDTO).w35 = function (_set____db54di) {
16687
+ this.w3t_1 = _set____db54di;
16688
+ };
16689
+ protoOf(WorkflowDTO).tb = function () {
16690
+ var tmp = this.w3t_1;
16691
+ if (!(tmp == null))
16692
+ return tmp;
16693
+ else {
16694
+ throwUninitializedPropertyAccessException('name');
16695
+ }
16696
+ };
16697
+ protoOf(WorkflowDTO).x3t = function (_set____db54di) {
16698
+ this.path = _set____db54di;
16699
+ };
16700
+ protoOf(WorkflowDTO).y3t = function () {
16701
+ return this.path;
16702
+ };
16703
+ protoOf(WorkflowDTO).z3t = function (_set____db54di) {
16704
+ this.regexString = _set____db54di;
16705
+ };
16706
+ protoOf(WorkflowDTO).a3u = function () {
16707
+ return this.regexString;
16708
+ };
16709
+ protoOf(WorkflowDTO).b3u = function (_set____db54di) {
16710
+ this.script = _set____db54di;
16711
+ };
16712
+ protoOf(WorkflowDTO).c3u = function () {
16713
+ return this.script;
16714
+ };
16715
+ protoOf(WorkflowDTO).d3u = function (_set____db54di) {
16716
+ this.timeout = _set____db54di;
16717
+ };
16718
+ protoOf(WorkflowDTO).e3u = function () {
16719
+ return this.timeout;
16720
+ };
16721
+ function Companion_90() {
16722
+ }
16723
+ protoOf(Companion_90).serializer = function () {
16724
+ return $serializer_getInstance_73();
16725
+ };
16726
+ var Companion_instance_90;
16727
+ function Companion_getInstance_90() {
16728
+ return Companion_instance_90;
16729
+ }
16730
+ function $serializer_73() {
16731
+ $serializer_instance_73 = this;
16732
+ var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('dto.workflow.WorkflowQuery', this, 2);
16733
+ tmp0_serialDesc.u2g('name', false);
16734
+ tmp0_serialDesc.u2g('path', false);
16735
+ this.f3u_1 = tmp0_serialDesc;
16736
+ }
16737
+ protoOf($serializer_73).y25 = function () {
16738
+ return this.f3u_1;
16739
+ };
16740
+ protoOf($serializer_73).n2h = function () {
16741
+ // Inline function 'kotlin.arrayOf' call
16742
+ // Inline function 'kotlin.js.unsafeCast' call
16743
+ // Inline function 'kotlin.js.asDynamic' call
16744
+ return [StringSerializer_getInstance(), StringSerializer_getInstance()];
16745
+ };
16746
+ protoOf($serializer_73).a26 = function (decoder) {
16747
+ var tmp0_desc = this.f3u_1;
16748
+ var tmp1_flag = true;
16749
+ var tmp2_index = 0;
16750
+ var tmp3_bitMask0 = 0;
16751
+ var tmp4_local0 = null;
16752
+ var tmp5_local1 = null;
16753
+ var tmp6_input = decoder.l29(tmp0_desc);
16754
+ if (tmp6_input.a2a()) {
16755
+ tmp4_local0 = tmp6_input.v29(tmp0_desc, 0);
16756
+ tmp3_bitMask0 = tmp3_bitMask0 | 1;
16757
+ tmp5_local1 = tmp6_input.v29(tmp0_desc, 1);
16758
+ tmp3_bitMask0 = tmp3_bitMask0 | 2;
16759
+ } else
16760
+ while (tmp1_flag) {
16761
+ tmp2_index = tmp6_input.b2a(tmp0_desc);
16762
+ switch (tmp2_index) {
16763
+ case -1:
16764
+ tmp1_flag = false;
16765
+ break;
16766
+ case 0:
16767
+ tmp4_local0 = tmp6_input.v29(tmp0_desc, 0);
16768
+ tmp3_bitMask0 = tmp3_bitMask0 | 1;
16769
+ break;
16770
+ case 1:
16771
+ tmp5_local1 = tmp6_input.v29(tmp0_desc, 1);
16772
+ tmp3_bitMask0 = tmp3_bitMask0 | 2;
16773
+ break;
16774
+ default:
16775
+ throw UnknownFieldException_init_$Create$(tmp2_index);
16776
+ }
16777
+ }
16778
+ tmp6_input.m29(tmp0_desc);
16779
+ return WorkflowQuery_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
16780
+ };
16781
+ protoOf($serializer_73).g3u = function (encoder, value) {
16782
+ var tmp0_desc = this.f3u_1;
16783
+ var tmp1_output = encoder.l29(tmp0_desc);
16784
+ tmp1_output.z2a(tmp0_desc, 0, value.name);
16785
+ tmp1_output.z2a(tmp0_desc, 1, value.path);
16786
+ tmp1_output.m29(tmp0_desc);
16787
+ };
16788
+ protoOf($serializer_73).z25 = function (encoder, value) {
16789
+ return this.g3u(encoder, value instanceof WorkflowQuery ? value : THROW_CCE());
16790
+ };
16791
+ var $serializer_instance_73;
16792
+ function $serializer_getInstance_73() {
16793
+ if ($serializer_instance_73 == null)
16794
+ new $serializer_73();
16795
+ return $serializer_instance_73;
16796
+ }
16797
+ function WorkflowQuery_init_$Init$(seen1, name, path, serializationConstructorMarker, $this) {
16798
+ if (!(3 === (3 & seen1))) {
16799
+ throwMissingFieldException(seen1, 3, $serializer_getInstance_73().f3u_1);
16800
+ }
16801
+ $this.h3u_1 = name;
16802
+ $this.path = path;
16803
+ return $this;
16804
+ }
16805
+ function WorkflowQuery_init_$Create$(seen1, name, path, serializationConstructorMarker) {
16806
+ return WorkflowQuery_init_$Init$(seen1, name, path, serializationConstructorMarker, objectCreate(protoOf(WorkflowQuery)));
16807
+ }
16808
+ function WorkflowQuery(name, path) {
16809
+ this.h3u_1 = name;
16810
+ this.path = path;
16811
+ }
16812
+ protoOf(WorkflowQuery).w35 = function (_set____db54di) {
16813
+ this.h3u_1 = _set____db54di;
16814
+ };
16815
+ protoOf(WorkflowQuery).tb = function () {
16816
+ return this.h3u_1;
16817
+ };
16818
+ protoOf(WorkflowQuery).i3u = function (_set____db54di) {
16819
+ this.path = _set____db54di;
16820
+ };
16821
+ protoOf(WorkflowQuery).y3t = function () {
16822
+ return this.path;
16823
+ };
16537
16824
  //region block: post-declaration
16538
16825
  defineProp(protoOf(ObjectType), 'name', protoOf(ObjectType).tb);
16539
16826
  defineProp(protoOf(ObjectType), 'ordinal', protoOf(ObjectType).ub);
@@ -16759,6 +17046,18 @@
16759
17046
  defineProp(protoOf(SettingsType), 'ordinal', protoOf(SettingsType).ub);
16760
17047
  protoOf($serializer_70).o2h = typeParametersSerializers;
16761
17048
  protoOf($serializer_71).o2h = typeParametersSerializers;
17049
+ protoOf($serializer_72).o2h = typeParametersSerializers;
17050
+ defineProp(protoOf(WorkflowDTO), 'name', function () {
17051
+ return this.tb();
17052
+ }, function (value) {
17053
+ this.w35(value);
17054
+ });
17055
+ protoOf($serializer_73).o2h = typeParametersSerializers;
17056
+ defineProp(protoOf(WorkflowQuery), 'name', function () {
17057
+ return this.tb();
17058
+ }, function (value) {
17059
+ this.w35(value);
17060
+ });
16762
17061
  //endregion
16763
17062
  //region block: init
16764
17063
  Companion_instance_0 = new Companion_0();
@@ -16792,6 +17091,8 @@
16792
17091
  Companion_instance_83 = new Companion_83();
16793
17092
  Companion_instance_87 = new Companion_87();
16794
17093
  Companion_instance_88 = new Companion_88();
17094
+ Companion_instance_89 = new Companion_89();
17095
+ Companion_instance_90 = new Companion_90();
16795
17096
  //endregion
16796
17097
  //region block: exports
16797
17098
  function $jsExportAll$(_) {
@@ -17624,6 +17925,18 @@
17624
17925
  $dto$view$settings.UiConfigType.UiConfigType_init_$Create$ = UiConfigType_init_$Create$;
17625
17926
  defineProp($dto$view$settings.UiConfigType, 'Companion', Companion_getInstance_88);
17626
17927
  defineProp($dto$view$settings.UiConfigType, '$serializer', $serializer_getInstance_71);
17928
+ var $dto = _.dto || (_.dto = {});
17929
+ var $dto$workflow = $dto.workflow || ($dto.workflow = {});
17930
+ $dto$workflow.WorkflowDTO = WorkflowDTO;
17931
+ $dto$workflow.WorkflowDTO.WorkflowDTO_init_$Create$ = WorkflowDTO_init_$Create$;
17932
+ defineProp($dto$workflow.WorkflowDTO, 'Companion', Companion_getInstance_89);
17933
+ defineProp($dto$workflow.WorkflowDTO, '$serializer', $serializer_getInstance_72);
17934
+ var $dto = _.dto || (_.dto = {});
17935
+ var $dto$workflow = $dto.workflow || ($dto.workflow = {});
17936
+ $dto$workflow.WorkflowQuery = WorkflowQuery;
17937
+ $dto$workflow.WorkflowQuery.WorkflowQuery_init_$Create$ = WorkflowQuery_init_$Create$;
17938
+ defineProp($dto$workflow.WorkflowQuery, 'Companion', Companion_getInstance_90);
17939
+ defineProp($dto$workflow.WorkflowQuery, '$serializer', $serializer_getInstance_73);
17627
17940
  }
17628
17941
  $jsExportAll$(_);
17629
17942
  _.$jsExportAll$ = $jsExportAll$;
@@ -17640,14 +17953,16 @@
17640
17953
  _.$_$.j = Relations;
17641
17954
  _.$_$.k = Filter;
17642
17955
  _.$_$.l = ViewDTO;
17643
- _.$_$.m = WithId;
17644
- _.$_$.n = $serializer_getInstance_1;
17645
- _.$_$.o = $serializer_getInstance_2;
17646
- _.$_$.p = $serializer_getInstance_42;
17647
- _.$_$.q = $serializer_getInstance_43;
17648
- _.$_$.r = $serializer_getInstance_45;
17649
- _.$_$.s = $serializer_getInstance_52;
17650
- _.$_$.t = $serializer_getInstance_54;
17956
+ _.$_$.m = WorkflowDTO;
17957
+ _.$_$.n = WithId;
17958
+ _.$_$.o = $serializer_getInstance_1;
17959
+ _.$_$.p = $serializer_getInstance_2;
17960
+ _.$_$.q = $serializer_getInstance_42;
17961
+ _.$_$.r = $serializer_getInstance_43;
17962
+ _.$_$.s = $serializer_getInstance_45;
17963
+ _.$_$.t = $serializer_getInstance_52;
17964
+ _.$_$.u = $serializer_getInstance_54;
17965
+ _.$_$.v = $serializer_getInstance_72;
17651
17966
  //endregion
17652
17967
  return _;
17653
17968
  }(module.exports, require('./kotlinx-serialization-kotlinx-serialization-core.js'), require('./kotlin-kotlin-stdlib.js'), require('./kotlinx-serialization-kotlinx-serialization-json.js')));