client_plugin_logic_deb 1.8.449 → 1.8.450

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.w60(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) {
@@ -431,7 +431,7 @@
431
431
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
432
432
  //endregion
433
433
  function GameEngineConfig() {
434
- this.version = '1.8.449';
434
+ this.version = '1.8.450';
435
435
  }
436
436
  protoOf(GameEngineConfig).h3z = function () {
437
437
  return this.version;
@@ -66522,8 +66522,17 @@
66522
66522
  // Inline function 'kotlinx.serialization.internal.cast' call
66523
66523
  var this_2 = serializer(this_1, createKType(getKClass(EngineSettingsDto), arrayOf([]), false));
66524
66524
  var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
66525
- var settingsDto = this_0.gp(tmp$ret$1, json).m87(VOID, json);
66526
- return mapFromDto_50(settingsDto, defaultConfig);
66525
+ var settingsDto = this_0.gp(tmp$ret$1, json);
66526
+ var tmp0 = this.fa9_1;
66527
+ // Inline function 'kotlinx.serialization.json.Json.encodeToString' call
66528
+ var value = settingsDto.j87_1;
66529
+ // Inline function 'kotlinx.serialization.serializer' call
66530
+ var this_3 = tmp0.es();
66531
+ // Inline function 'kotlinx.serialization.internal.cast' call
66532
+ var this_4 = serializer(this_3, createKType(getKClass(LeaguesConfigDto), arrayOf([]), false));
66533
+ var tmp$ret$4 = isInterface(this_4, KSerializer) ? this_4 : THROW_CCE();
66534
+ var tmp$ret$5 = tmp0.fp(tmp$ret$4, value);
66535
+ return mapFromDto_50(settingsDto.m87(VOID, tmp$ret$5), defaultConfig);
66527
66536
  };
66528
66537
  protoOf(RatingHelperImpl).encodeGameSettings = function (engineSettings) {
66529
66538
  var tmp0 = this.fa9_1;