game_client_logic_deb 1.8.449 → 1.8.451

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.
@@ -391,7 +391,7 @@
391
391
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
392
392
  //endregion
393
393
  function GameEngineConfig() {
394
- this.version = '1.8.449';
394
+ this.version = '1.8.451';
395
395
  }
396
396
  protoOf(GameEngineConfig).x3u = function () {
397
397
  return this.version;
@@ -59491,8 +59491,17 @@
59491
59491
  // Inline function 'kotlinx.serialization.internal.cast' call
59492
59492
  var this_2 = serializer(this_1, createKType(getKClass(EngineSettingsDto), arrayOf([]), false));
59493
59493
  var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
59494
- var settingsDto = this_0.gp(tmp$ret$1, json).m7l(VOID, json);
59495
- return mapFromDto_45(settingsDto, defaultConfig);
59494
+ var settingsDto = this_0.gp(tmp$ret$1, json);
59495
+ var tmp0 = this.o9k_1;
59496
+ // Inline function 'kotlinx.serialization.json.Json.encodeToString' call
59497
+ var value = settingsDto.j7l_1;
59498
+ // Inline function 'kotlinx.serialization.serializer' call
59499
+ var this_3 = tmp0.es();
59500
+ // Inline function 'kotlinx.serialization.internal.cast' call
59501
+ var this_4 = serializer(this_3, createKType(getKClass(LeaguesConfigDto), arrayOf([]), false));
59502
+ var tmp$ret$4 = isInterface(this_4, KSerializer) ? this_4 : THROW_CCE();
59503
+ var tmp$ret$5 = tmp0.fp(tmp$ret$4, value);
59504
+ return mapFromDto_45(settingsDto.m7l(VOID, tmp$ret$5), defaultConfig);
59496
59505
  };
59497
59506
  protoOf(RatingHelperImpl).encodeGameSettings = function (engineSettings) {
59498
59507
  var tmp0 = this.o9k_1;