client_plugin_logic_deb 1.8.478 → 1.8.479

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.
@@ -380,7 +380,7 @@
380
380
  function addFormatStructureForTime(structure) {
381
381
  this.d6t(structure);
382
382
  }
383
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
383
+ initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
384
384
  initMetadataForClass(Builder_0, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder]);
385
385
  initMetadataForClass(LocalDateTimeFormat, 'LocalDateTimeFormat', VOID, AbstractDateTimeFormat);
386
386
  function set_fractionOfSecond(value) {
@@ -453,7 +453,7 @@
453
453
  initMetadataForClass(BrowserCompressionService, 'BrowserCompressionService', BrowserCompressionService, VOID, [CompressionService], [2]);
454
454
  //endregion
455
455
  function GameEngineConfig() {
456
- this.version = '1.8.478';
456
+ this.version = '1.8.479';
457
457
  }
458
458
  protoOf(GameEngineConfig).k47 = function () {
459
459
  return this.version;
@@ -43073,7 +43073,16 @@
43073
43073
  return '' + it.value;
43074
43074
  }
43075
43075
  function PointsMode$Companion$_anonymous__4im38p() {
43076
- return createSimpleEnumSerializer('games.jass.logic.data.models.table.config.PointsMode', values_18());
43076
+ var tmp = values_18();
43077
+ // Inline function 'kotlin.arrayOf' call
43078
+ // Inline function 'kotlin.js.unsafeCast' call
43079
+ // Inline function 'kotlin.js.asDynamic' call
43080
+ var tmp_0 = ['TEST', null, null, null, 'SMALL', null, 'MEDIUM', null, 'BIG', null];
43081
+ // Inline function 'kotlin.arrayOf' call
43082
+ // Inline function 'kotlin.js.unsafeCast' call
43083
+ // Inline function 'kotlin.js.asDynamic' call
43084
+ var tmp$ret$5 = [null, null, null, null, null, null, null, null, null, null];
43085
+ return createAnnotatedEnumSerializer('games.jass.logic.data.models.table.config.PointsMode', tmp, tmp_0, tmp$ret$5, null);
43077
43086
  }
43078
43087
  var PointsMode_POINTS_10_instance;
43079
43088
  var PointsMode_POINTS_151_instance;