client_plugin_logic_deb 1.8.327 → 1.8.328

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.
@@ -377,7 +377,7 @@
377
377
  return tmp;
378
378
  }
379
379
  initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
380
- initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithTime, WithUtcOffset, WithDate]);
380
+ initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithUtcOffset, WithDate, WithTime]);
381
381
  initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
382
382
  initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
383
383
  initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
@@ -1971,7 +1971,7 @@ export declare interface GameHelper {
1971
1971
  getRulesByString(name: string): games.jass.logic.data.models.rules.Rules;
1972
1972
  mapRulesSetType(name: string): games.jass.logic.data.models.rules.RulesSetType;
1973
1973
  mapToLeague(name: string): games.jass.logic.data.models.leagues.League;
1974
- getAllLeagues(): kotlin.collections.KtList<string>;
1974
+ getAllLeagues(): Array<string>;
1975
1975
  readonly __doNotUseOrImplementIt: {
1976
1976
  readonly GameHelper: unique symbol;
1977
1977
  };
@@ -412,7 +412,7 @@
412
412
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
413
413
  //endregion
414
414
  function GameEngineConfig() {
415
- this.version = '1.8.327';
415
+ this.version = '1.8.328';
416
416
  }
417
417
  protoOf(GameEngineConfig).l33 = function () {
418
418
  return this.version;
@@ -62167,6 +62167,7 @@
62167
62167
  return valueOf_0(tmp$ret$1);
62168
62168
  };
62169
62169
  protoOf(GameHelperImpl).getAllLeagues = function () {
62170
+ // Inline function 'kotlin.collections.toTypedArray' call
62170
62171
  // Inline function 'kotlin.collections.map' call
62171
62172
  var this_0 = get_entries_0();
62172
62173
  // Inline function 'kotlin.collections.mapTo' call
@@ -62180,7 +62181,7 @@
62180
62181
  var tmp$ret$2 = item.q2_1.toLowerCase();
62181
62182
  destination.e(tmp$ret$2);
62182
62183
  }
62183
- return destination;
62184
+ return copyToArray(destination);
62184
62185
  };
62185
62186
  function GameResources() {
62186
62187
  }