game_client_logic_deb 1.8.326 → 1.8.327

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.
@@ -324,7 +324,7 @@
324
324
  function addFormatStructureForTime(structure) {
325
325
  this.y58(structure);
326
326
  }
327
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
327
+ initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
328
328
  function offsetHours$default(padding, $super) {
329
329
  padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
330
330
  var tmp;
@@ -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, WithDate, WithUtcOffset]);
380
+ initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithTime, WithUtcOffset, WithDate]);
381
381
  initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
382
382
  initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
383
383
  initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
@@ -380,7 +380,7 @@
380
380
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
381
381
  //endregion
382
382
  function GameEngineConfig() {
383
- this.version = '1.8.326';
383
+ this.version = '1.8.327';
384
384
  }
385
385
  protoOf(GameEngineConfig).o2y = function () {
386
386
  return this.version;
@@ -54604,11 +54604,7 @@
54604
54604
  var tmp$ret$0 = item.q2_1;
54605
54605
  destination.e(tmp$ret$0);
54606
54606
  }
54607
- var tmp = destination;
54608
- // Inline function 'kotlin.text.uppercase' call
54609
- // Inline function 'kotlin.js.asDynamic' call
54610
- var tmp$ret$4 = rulesSetType.toUpperCase();
54611
- if (!tmp.v1(tmp$ret$4)) {
54607
+ if (!destination.v1(rulesSetType)) {
54612
54608
  throw IllegalStateException_init_$Create$('Not valid rulesSetType mode ' + rulesSetType);
54613
54609
  }
54614
54610
  }
@@ -55240,10 +55236,7 @@
55240
55236
  return tmp;
55241
55237
  };
55242
55238
  protoOf(GameHelperImpl).mapRulesSetType = function (name) {
55243
- // Inline function 'kotlin.text.uppercase' call
55244
- // Inline function 'kotlin.js.asDynamic' call
55245
- var tmp$ret$1 = name.toUpperCase();
55246
- return valueOf_6(tmp$ret$1);
55239
+ return valueOf_6(name);
55247
55240
  };
55248
55241
  protoOf(GameHelperImpl).mapToLeague = function (name) {
55249
55242
  // Inline function 'kotlin.text.uppercase' call
@@ -55251,6 +55244,22 @@
55251
55244
  var tmp$ret$1 = name.toUpperCase();
55252
55245
  return valueOf_0(tmp$ret$1);
55253
55246
  };
55247
+ protoOf(GameHelperImpl).getAllLeagues = function () {
55248
+ // Inline function 'kotlin.collections.map' call
55249
+ var this_0 = get_entries_0();
55250
+ // Inline function 'kotlin.collections.mapTo' call
55251
+ var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
55252
+ var tmp0_iterator = this_0.j();
55253
+ while (tmp0_iterator.k()) {
55254
+ var item = tmp0_iterator.l();
55255
+ // Inline function 'GameHelperImpl.getAllLeagues.<anonymous>' call
55256
+ // Inline function 'kotlin.text.lowercase' call
55257
+ // Inline function 'kotlin.js.asDynamic' call
55258
+ var tmp$ret$2 = item.q2_1.toLowerCase();
55259
+ destination.e(tmp$ret$2);
55260
+ }
55261
+ return destination;
55262
+ };
55254
55263
  function GameResources() {
55255
55264
  }
55256
55265
  var AvatarSet_ORIGIN_instance;
@@ -55599,12 +55608,6 @@
55599
55608
  protoOf(RatingHelperImpl).getLeaguesConfig = function () {
55600
55609
  return this.u9c_1.b8q();
55601
55610
  };
55602
- protoOf(RatingHelperImpl).mapToLeague = function (name) {
55603
- // Inline function 'kotlin.text.uppercase' call
55604
- // Inline function 'kotlin.js.asDynamic' call
55605
- var tmp$ret$1 = name.toUpperCase();
55606
- return valueOf_0(tmp$ret$1);
55607
- };
55608
55611
  function engineHelpersModule() {
55609
55612
  return Module_init_$Create$('Engine helpers Module', VOID, VOID, engineHelpersModule$lambda);
55610
55613
  }