raspberry_games_engine_helpers 1.8.415 → 1.8.417

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.
@@ -197,7 +197,7 @@
197
197
  return false;
198
198
  }
199
199
  function get_isAutoStartTimer() {
200
- return !this.l1v() && !this.m1v();
200
+ return !this.k1v() && !this.l1v();
201
201
  }
202
202
  initMetadataForInterface(InterceptableAction, 'InterceptableAction', VOID, VOID, [BufferedAction]);
203
203
  function ignoreValidation() {
@@ -221,7 +221,7 @@
221
221
  tmp = types;
222
222
  }
223
223
  types = tmp;
224
- return $super === VOID ? this.y1v(types) : $super.y1v.call(this, types);
224
+ return $super === VOID ? this.x1v(types) : $super.x1v.call(this, types);
225
225
  }
226
226
  initMetadataForInterface(ObservableLoggerOutput, 'ObservableLoggerOutput', VOID, VOID, [LoggerOutput, LoggerEnabledTrigger]);
227
227
  initMetadataForCompanion(Companion_20);
@@ -229,7 +229,7 @@
229
229
  initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_10});
230
230
  //endregion
231
231
  function GameEngineConfig() {
232
- this.version = '1.8.415';
232
+ this.version = '1.8.417';
233
233
  }
234
234
  protoOf(GameEngineConfig).k17 = function () {
235
235
  return this.version;
@@ -2067,7 +2067,7 @@
2067
2067
  protoOf($serializer_2).o1s = function (encoder, value) {
2068
2068
  var tmp0_desc = this.n1s_1;
2069
2069
  var tmp1_output = encoder.kn(tmp0_desc);
2070
- tmp1_output.zo(tmp0_desc, 0, value.p1s_1);
2070
+ tmp1_output.zo(tmp0_desc, 0, value.reason);
2071
2071
  tmp1_output.ln(tmp0_desc);
2072
2072
  };
2073
2073
  protoOf($serializer_2).ck = function (encoder, value) {
@@ -2121,7 +2121,7 @@
2121
2121
  throwMissingFieldException(seen0, 1, $serializer_getInstance_2().n1s_1);
2122
2122
  }
2123
2123
  TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
2124
- $this.p1s_1 = reason;
2124
+ $this.reason = reason;
2125
2125
  return $this;
2126
2126
  }
2127
2127
  function GameFinishedReasonDto_init_$Create$(seen0, reason, serializationConstructorMarker) {
@@ -2129,20 +2129,23 @@
2129
2129
  }
2130
2130
  function GameFinishedReasonDto(reason) {
2131
2131
  TerminationGameReasonDto.call(this);
2132
- this.p1s_1 = reason;
2132
+ this.reason = reason;
2133
2133
  }
2134
+ protoOf(GameFinishedReasonDto).x1p = function () {
2135
+ return this.reason;
2136
+ };
2134
2137
  protoOf(GameFinishedReasonDto).toString = function () {
2135
- return 'GameFinishedReasonDto(reason=' + this.p1s_1 + ')';
2138
+ return 'GameFinishedReasonDto(reason=' + this.reason + ')';
2136
2139
  };
2137
2140
  protoOf(GameFinishedReasonDto).hashCode = function () {
2138
- return getStringHashCode(this.p1s_1);
2141
+ return getStringHashCode(this.reason);
2139
2142
  };
2140
2143
  protoOf(GameFinishedReasonDto).equals = function (other) {
2141
2144
  if (this === other)
2142
2145
  return true;
2143
2146
  if (!(other instanceof GameFinishedReasonDto))
2144
2147
  return false;
2145
- if (!(this.p1s_1 === other.p1s_1))
2148
+ if (!(this.reason === other.reason))
2146
2149
  return false;
2147
2150
  return true;
2148
2151
  };
@@ -2156,19 +2159,19 @@
2156
2159
  $serializer_instance_3 = this;
2157
2160
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_EXIT', this, 1);
2158
2161
  tmp0_serialDesc.av('playerId', false);
2159
- this.q1s_1 = tmp0_serialDesc;
2162
+ this.p1s_1 = tmp0_serialDesc;
2160
2163
  }
2161
- protoOf($serializer_3).r1s = function (encoder, value) {
2162
- var tmp0_desc = this.q1s_1;
2164
+ protoOf($serializer_3).q1s = function (encoder, value) {
2165
+ var tmp0_desc = this.p1s_1;
2163
2166
  var tmp1_output = encoder.kn(tmp0_desc);
2164
- tmp1_output.zo(tmp0_desc, 0, value.s1s_1);
2167
+ tmp1_output.zo(tmp0_desc, 0, value.r1s_1);
2165
2168
  tmp1_output.ln(tmp0_desc);
2166
2169
  };
2167
2170
  protoOf($serializer_3).ck = function (encoder, value) {
2168
- return this.r1s(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
2171
+ return this.q1s(encoder, value instanceof PlayerExitReasonDto ? value : THROW_CCE());
2169
2172
  };
2170
2173
  protoOf($serializer_3).dk = function (decoder) {
2171
- var tmp0_desc = this.q1s_1;
2174
+ var tmp0_desc = this.p1s_1;
2172
2175
  var tmp1_flag = true;
2173
2176
  var tmp2_index = 0;
2174
2177
  var tmp3_bitMask0 = 0;
@@ -2196,7 +2199,7 @@
2196
2199
  return PlayerExitReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
2197
2200
  };
2198
2201
  protoOf($serializer_3).bk = function () {
2199
- return this.q1s_1;
2202
+ return this.p1s_1;
2200
2203
  };
2201
2204
  protoOf($serializer_3).rv = function () {
2202
2205
  // Inline function 'kotlin.arrayOf' call
@@ -2212,10 +2215,10 @@
2212
2215
  }
2213
2216
  function PlayerExitReasonDto_init_$Init$(seen0, playerId, serializationConstructorMarker, $this) {
2214
2217
  if (!(1 === (1 & seen0))) {
2215
- throwMissingFieldException(seen0, 1, $serializer_getInstance_3().q1s_1);
2218
+ throwMissingFieldException(seen0, 1, $serializer_getInstance_3().p1s_1);
2216
2219
  }
2217
2220
  TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
2218
- $this.s1s_1 = playerId;
2221
+ $this.r1s_1 = playerId;
2219
2222
  return $this;
2220
2223
  }
2221
2224
  function PlayerExitReasonDto_init_$Create$(seen0, playerId, serializationConstructorMarker) {
@@ -2223,20 +2226,20 @@
2223
2226
  }
2224
2227
  function PlayerExitReasonDto(playerId) {
2225
2228
  TerminationGameReasonDto.call(this);
2226
- this.s1s_1 = playerId;
2229
+ this.r1s_1 = playerId;
2227
2230
  }
2228
2231
  protoOf(PlayerExitReasonDto).toString = function () {
2229
- return 'PlayerExitReasonDto(playerId=' + this.s1s_1 + ')';
2232
+ return 'PlayerExitReasonDto(playerId=' + this.r1s_1 + ')';
2230
2233
  };
2231
2234
  protoOf(PlayerExitReasonDto).hashCode = function () {
2232
- return getStringHashCode(this.s1s_1);
2235
+ return getStringHashCode(this.r1s_1);
2233
2236
  };
2234
2237
  protoOf(PlayerExitReasonDto).equals = function (other) {
2235
2238
  if (this === other)
2236
2239
  return true;
2237
2240
  if (!(other instanceof PlayerExitReasonDto))
2238
2241
  return false;
2239
- if (!(this.s1s_1 === other.s1s_1))
2242
+ if (!(this.r1s_1 === other.r1s_1))
2240
2243
  return false;
2241
2244
  return true;
2242
2245
  };
@@ -2251,20 +2254,20 @@
2251
2254
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_LOST_CONNECTION', this, 2);
2252
2255
  tmp0_serialDesc.av('playerId', false);
2253
2256
  tmp0_serialDesc.av('tag', false);
2254
- this.t1s_1 = tmp0_serialDesc;
2257
+ this.s1s_1 = tmp0_serialDesc;
2255
2258
  }
2256
- protoOf($serializer_4).u1s = function (encoder, value) {
2257
- var tmp0_desc = this.t1s_1;
2259
+ protoOf($serializer_4).t1s = function (encoder, value) {
2260
+ var tmp0_desc = this.s1s_1;
2258
2261
  var tmp1_output = encoder.kn(tmp0_desc);
2259
- tmp1_output.zo(tmp0_desc, 0, value.v1s_1);
2260
- tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.w1s_1);
2262
+ tmp1_output.zo(tmp0_desc, 0, value.u1s_1);
2263
+ tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.v1s_1);
2261
2264
  tmp1_output.ln(tmp0_desc);
2262
2265
  };
2263
2266
  protoOf($serializer_4).ck = function (encoder, value) {
2264
- return this.u1s(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
2267
+ return this.t1s(encoder, value instanceof PlayerLostConnectionReasonDto ? value : THROW_CCE());
2265
2268
  };
2266
2269
  protoOf($serializer_4).dk = function (decoder) {
2267
- var tmp0_desc = this.t1s_1;
2270
+ var tmp0_desc = this.s1s_1;
2268
2271
  var tmp1_flag = true;
2269
2272
  var tmp2_index = 0;
2270
2273
  var tmp3_bitMask0 = 0;
@@ -2299,7 +2302,7 @@
2299
2302
  return PlayerLostConnectionReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
2300
2303
  };
2301
2304
  protoOf($serializer_4).bk = function () {
2302
- return this.t1s_1;
2305
+ return this.s1s_1;
2303
2306
  };
2304
2307
  protoOf($serializer_4).rv = function () {
2305
2308
  // Inline function 'kotlin.arrayOf' call
@@ -2315,11 +2318,11 @@
2315
2318
  }
2316
2319
  function PlayerLostConnectionReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
2317
2320
  if (!(3 === (3 & seen0))) {
2318
- throwMissingFieldException(seen0, 3, $serializer_getInstance_4().t1s_1);
2321
+ throwMissingFieldException(seen0, 3, $serializer_getInstance_4().s1s_1);
2319
2322
  }
2320
2323
  TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
2321
- $this.v1s_1 = playerId;
2322
- $this.w1s_1 = tag;
2324
+ $this.u1s_1 = playerId;
2325
+ $this.v1s_1 = tag;
2323
2326
  return $this;
2324
2327
  }
2325
2328
  function PlayerLostConnectionReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
@@ -2327,15 +2330,15 @@
2327
2330
  }
2328
2331
  function PlayerLostConnectionReasonDto(playerId, tag) {
2329
2332
  TerminationGameReasonDto.call(this);
2330
- this.v1s_1 = playerId;
2331
- this.w1s_1 = tag;
2333
+ this.u1s_1 = playerId;
2334
+ this.v1s_1 = tag;
2332
2335
  }
2333
2336
  protoOf(PlayerLostConnectionReasonDto).toString = function () {
2334
- return 'PlayerLostConnectionReasonDto(playerId=' + this.v1s_1 + ', tag=' + this.w1s_1 + ')';
2337
+ return 'PlayerLostConnectionReasonDto(playerId=' + this.u1s_1 + ', tag=' + this.v1s_1 + ')';
2335
2338
  };
2336
2339
  protoOf(PlayerLostConnectionReasonDto).hashCode = function () {
2337
- var result = getStringHashCode(this.v1s_1);
2338
- result = imul(result, 31) + (this.w1s_1 == null ? 0 : getStringHashCode(this.w1s_1)) | 0;
2340
+ var result = getStringHashCode(this.u1s_1);
2341
+ result = imul(result, 31) + (this.v1s_1 == null ? 0 : getStringHashCode(this.v1s_1)) | 0;
2339
2342
  return result;
2340
2343
  };
2341
2344
  protoOf(PlayerLostConnectionReasonDto).equals = function (other) {
@@ -2343,9 +2346,9 @@
2343
2346
  return true;
2344
2347
  if (!(other instanceof PlayerLostConnectionReasonDto))
2345
2348
  return false;
2346
- if (!(this.v1s_1 === other.v1s_1))
2349
+ if (!(this.u1s_1 === other.u1s_1))
2347
2350
  return false;
2348
- if (!(this.w1s_1 == other.w1s_1))
2351
+ if (!(this.v1s_1 == other.v1s_1))
2349
2352
  return false;
2350
2353
  return true;
2351
2354
  };
@@ -2360,20 +2363,20 @@
2360
2363
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PLAYER_TIMEOUT', this, 2);
2361
2364
  tmp0_serialDesc.av('playerId', false);
2362
2365
  tmp0_serialDesc.av('tag', false);
2363
- this.x1s_1 = tmp0_serialDesc;
2366
+ this.w1s_1 = tmp0_serialDesc;
2364
2367
  }
2365
- protoOf($serializer_5).y1s = function (encoder, value) {
2366
- var tmp0_desc = this.x1s_1;
2368
+ protoOf($serializer_5).x1s = function (encoder, value) {
2369
+ var tmp0_desc = this.w1s_1;
2367
2370
  var tmp1_output = encoder.kn(tmp0_desc);
2368
- tmp1_output.zo(tmp0_desc, 0, value.z1s_1);
2369
- tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.a1t_1);
2371
+ tmp1_output.zo(tmp0_desc, 0, value.y1s_1);
2372
+ tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.z1s_1);
2370
2373
  tmp1_output.ln(tmp0_desc);
2371
2374
  };
2372
2375
  protoOf($serializer_5).ck = function (encoder, value) {
2373
- return this.y1s(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
2376
+ return this.x1s(encoder, value instanceof PlayerTimeoutReasonDto ? value : THROW_CCE());
2374
2377
  };
2375
2378
  protoOf($serializer_5).dk = function (decoder) {
2376
- var tmp0_desc = this.x1s_1;
2379
+ var tmp0_desc = this.w1s_1;
2377
2380
  var tmp1_flag = true;
2378
2381
  var tmp2_index = 0;
2379
2382
  var tmp3_bitMask0 = 0;
@@ -2408,7 +2411,7 @@
2408
2411
  return PlayerTimeoutReasonDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
2409
2412
  };
2410
2413
  protoOf($serializer_5).bk = function () {
2411
- return this.x1s_1;
2414
+ return this.w1s_1;
2412
2415
  };
2413
2416
  protoOf($serializer_5).rv = function () {
2414
2417
  // Inline function 'kotlin.arrayOf' call
@@ -2424,11 +2427,11 @@
2424
2427
  }
2425
2428
  function PlayerTimeoutReasonDto_init_$Init$(seen0, playerId, tag, serializationConstructorMarker, $this) {
2426
2429
  if (!(3 === (3 & seen0))) {
2427
- throwMissingFieldException(seen0, 3, $serializer_getInstance_5().x1s_1);
2430
+ throwMissingFieldException(seen0, 3, $serializer_getInstance_5().w1s_1);
2428
2431
  }
2429
2432
  TerminationGameReasonDto_init_$Init$(seen0, serializationConstructorMarker, $this);
2430
- $this.z1s_1 = playerId;
2431
- $this.a1t_1 = tag;
2433
+ $this.y1s_1 = playerId;
2434
+ $this.z1s_1 = tag;
2432
2435
  return $this;
2433
2436
  }
2434
2437
  function PlayerTimeoutReasonDto_init_$Create$(seen0, playerId, tag, serializationConstructorMarker) {
@@ -2436,15 +2439,15 @@
2436
2439
  }
2437
2440
  function PlayerTimeoutReasonDto(playerId, tag) {
2438
2441
  TerminationGameReasonDto.call(this);
2439
- this.z1s_1 = playerId;
2440
- this.a1t_1 = tag;
2442
+ this.y1s_1 = playerId;
2443
+ this.z1s_1 = tag;
2441
2444
  }
2442
2445
  protoOf(PlayerTimeoutReasonDto).toString = function () {
2443
- return 'PlayerTimeoutReasonDto(playerId=' + this.z1s_1 + ', tag=' + this.a1t_1 + ')';
2446
+ return 'PlayerTimeoutReasonDto(playerId=' + this.y1s_1 + ', tag=' + this.z1s_1 + ')';
2444
2447
  };
2445
2448
  protoOf(PlayerTimeoutReasonDto).hashCode = function () {
2446
- var result = getStringHashCode(this.z1s_1);
2447
- result = imul(result, 31) + (this.a1t_1 == null ? 0 : getStringHashCode(this.a1t_1)) | 0;
2449
+ var result = getStringHashCode(this.y1s_1);
2450
+ result = imul(result, 31) + (this.z1s_1 == null ? 0 : getStringHashCode(this.z1s_1)) | 0;
2448
2451
  return result;
2449
2452
  };
2450
2453
  protoOf(PlayerTimeoutReasonDto).equals = function (other) {
@@ -2452,14 +2455,14 @@
2452
2455
  return true;
2453
2456
  if (!(other instanceof PlayerTimeoutReasonDto))
2454
2457
  return false;
2455
- if (!(this.z1s_1 === other.z1s_1))
2458
+ if (!(this.y1s_1 === other.y1s_1))
2456
2459
  return false;
2457
- if (!(this.a1t_1 == other.a1t_1))
2460
+ if (!(this.z1s_1 == other.z1s_1))
2458
2461
  return false;
2459
2462
  return true;
2460
2463
  };
2461
2464
  function _get_$cachedSerializer__te6jhj_7($this) {
2462
- return $this.b1t_1.v1();
2465
+ return $this.a1t_1.v1();
2463
2466
  }
2464
2467
  function WaitingForConnectionReasonDto$_anonymous__hgbgp6() {
2465
2468
  var tmp = WaitingForConnectionReasonDto_getInstance();
@@ -2474,7 +2477,7 @@
2474
2477
  TerminationGameReasonDto.call(this);
2475
2478
  var tmp = this;
2476
2479
  var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
2477
- tmp.b1t_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
2480
+ tmp.a1t_1 = lazy(tmp_0, WaitingForConnectionReasonDto$_anonymous__hgbgp6);
2478
2481
  }
2479
2482
  protoOf(WaitingForConnectionReasonDto).z17 = function () {
2480
2483
  return _get_$cachedSerializer__te6jhj_7(this);
@@ -2620,20 +2623,20 @@
2620
2623
  }
2621
2624
  function mapFromDto_2(_this__u8e3s4) {
2622
2625
  _init_properties_TerminationReasonMappers_kt__5n4kx6();
2623
- var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.p1s_1, get_gameFinishedReasonMapping());
2626
+ var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4.reason, get_gameFinishedReasonMapping());
2624
2627
  return new GameFinishedReason(tmp0_elvis_lhs == null ? Reason_GAME_NOT_EXISTS_getInstance() : tmp0_elvis_lhs);
2625
2628
  }
2626
2629
  function mapFromDto_3(_this__u8e3s4) {
2627
2630
  _init_properties_TerminationReasonMappers_kt__5n4kx6();
2628
- return new PlayerExitReason(_this__u8e3s4.s1s_1);
2631
+ return new PlayerExitReason(_this__u8e3s4.r1s_1);
2629
2632
  }
2630
2633
  function mapFromDto_4(_this__u8e3s4) {
2631
2634
  _init_properties_TerminationReasonMappers_kt__5n4kx6();
2632
- return new PlayerLostConnectionReason(_this__u8e3s4.v1s_1, _this__u8e3s4.w1s_1);
2635
+ return new PlayerLostConnectionReason(_this__u8e3s4.u1s_1, _this__u8e3s4.v1s_1);
2633
2636
  }
2634
2637
  function mapFromDto_5(_this__u8e3s4) {
2635
2638
  _init_properties_TerminationReasonMappers_kt__5n4kx6();
2636
- return new PlayerTimeoutReason(_this__u8e3s4.z1s_1, _this__u8e3s4.a1t_1);
2639
+ return new PlayerTimeoutReason(_this__u8e3s4.y1s_1, _this__u8e3s4.z1s_1);
2637
2640
  }
2638
2641
  function mapFromDto_6(_this__u8e3s4) {
2639
2642
  _init_properties_TerminationReasonMappers_kt__5n4kx6();
@@ -2694,14 +2697,14 @@
2694
2697
  return new GameUserInfoDto(tmp0_playerId, tmp1_uid, tmp3_name, tmp2_nickname, tmp5_avatarUrl, tmp4_photo, tmp8_rating, tmp6_isBot, tmp7_initialLuckyFactor);
2695
2698
  }
2696
2699
  function mapFromDto_8(_this__u8e3s4) {
2697
- var tmp0_elvis_lhs = _this__u8e3s4.c1t_1;
2698
- var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.d1t_1) : tmp0_elvis_lhs;
2699
- var tmp1_elvis_lhs = _this__u8e3s4.e1t_1;
2700
- var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.f1t_1) : tmp1_elvis_lhs;
2701
- var tmp2_elvis_lhs = _this__u8e3s4.g1t_1;
2702
- var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.h1t_1 : tmp2_elvis_lhs;
2703
- var tmp3_elvis_lhs = _this__u8e3s4.j1t_1;
2704
- return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.k1t_1, _this__u8e3s4.i1t_1);
2700
+ var tmp0_elvis_lhs = _this__u8e3s4.b1t_1;
2701
+ var tmp = tmp0_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.c1t_1) : tmp0_elvis_lhs;
2702
+ var tmp1_elvis_lhs = _this__u8e3s4.d1t_1;
2703
+ var tmp_0 = tmp1_elvis_lhs == null ? ensureNotNull(_this__u8e3s4.e1t_1) : tmp1_elvis_lhs;
2704
+ var tmp2_elvis_lhs = _this__u8e3s4.f1t_1;
2705
+ var tmp_1 = tmp2_elvis_lhs == null ? _this__u8e3s4.g1t_1 : tmp2_elvis_lhs;
2706
+ var tmp3_elvis_lhs = _this__u8e3s4.i1t_1;
2707
+ return new GameUserInfo(tmp, tmp_0, tmp_1, tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs, _this__u8e3s4.j1t_1, _this__u8e3s4.h1t_1);
2705
2708
  }
2706
2709
  function mapToDto_9(_this__u8e3s4) {
2707
2710
  var tmp0_safe_receiver = _this__u8e3s4.q1q_1;
@@ -2718,7 +2721,7 @@
2718
2721
  return new PlayerStateDto(tmp4_startFrom, tmp6_playerTurnTimeout, tmp5_waitPlayerUntilTime, tmp7_state, tmp9_ready, tmp8_tag, tmp10_connection);
2719
2722
  }
2720
2723
  function mapFromDto_9(_this__u8e3s4) {
2721
- var tmp0_safe_receiver = _this__u8e3s4.l1t_1;
2724
+ var tmp0_safe_receiver = _this__u8e3s4.k1t_1;
2722
2725
  var tmp;
2723
2726
  if (tmp0_safe_receiver == null) {
2724
2727
  tmp = null;
@@ -2727,7 +2730,7 @@
2727
2730
  tmp = Companion_getInstance_0().tg(tmp0_safe_receiver);
2728
2731
  }
2729
2732
  var tmp5_startFromTime = tmp;
2730
- var tmp1_safe_receiver = _this__u8e3s4.n1t_1;
2733
+ var tmp1_safe_receiver = _this__u8e3s4.m1t_1;
2731
2734
  var tmp_0;
2732
2735
  if (tmp1_safe_receiver == null) {
2733
2736
  tmp_0 = null;
@@ -2736,7 +2739,7 @@
2736
2739
  tmp_0 = Companion_getInstance_0().tg(tmp1_safe_receiver);
2737
2740
  }
2738
2741
  var tmp6_waitPlayerUntilTime = tmp_0;
2739
- var tmp2_safe_receiver = _this__u8e3s4.m1t_1;
2742
+ var tmp2_safe_receiver = _this__u8e3s4.l1t_1;
2740
2743
  var tmp_1;
2741
2744
  if (tmp2_safe_receiver == null) {
2742
2745
  tmp_1 = null;
@@ -2745,11 +2748,11 @@
2745
2748
  tmp_1 = Companion_getInstance_0().tg(tmp2_safe_receiver);
2746
2749
  }
2747
2750
  var tmp7_playerTurnTimeout = tmp_1;
2748
- var tmp8_state = _this__u8e3s4.o1t_1;
2749
- var tmp9_tag = _this__u8e3s4.q1t_1;
2750
- var tmp3_elvis_lhs = _this__u8e3s4.p1t_1;
2751
+ var tmp8_state = _this__u8e3s4.n1t_1;
2752
+ var tmp9_tag = _this__u8e3s4.p1t_1;
2753
+ var tmp3_elvis_lhs = _this__u8e3s4.o1t_1;
2751
2754
  var tmp10_ready = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
2752
- var tmp4_safe_receiver = _this__u8e3s4.r1t_1;
2755
+ var tmp4_safe_receiver = _this__u8e3s4.q1t_1;
2753
2756
  var tmp11_connection = tmp4_safe_receiver == null ? null : mapFromDto_10(tmp4_safe_receiver);
2754
2757
  return new PlayerState(tmp5_startFromTime, tmp7_playerTurnTimeout, tmp6_waitPlayerUntilTime, tmp8_state, tmp10_ready, tmp9_tag, tmp11_connection);
2755
2758
  }
@@ -2757,7 +2760,7 @@
2757
2760
  return new PlayerConnectionDto(_this__u8e3s4.b1r_1, _this__u8e3s4.c1r_1.toString(), Duration__toIsoString_impl_9h6wsm(_this__u8e3s4.d1r_1));
2758
2761
  }
2759
2762
  function mapFromDto_10(_this__u8e3s4) {
2760
- return new PlayerConnection(_this__u8e3s4.s1t_1, Companion_getInstance_0().tg(_this__u8e3s4.t1t_1), Companion_getInstance().ng(_this__u8e3s4.u1t_1));
2763
+ return new PlayerConnection(_this__u8e3s4.r1t_1, Companion_getInstance_0().tg(_this__u8e3s4.s1t_1), Companion_getInstance().ng(_this__u8e3s4.t1t_1));
2761
2764
  }
2762
2765
  function Companion_15() {
2763
2766
  }
@@ -2777,39 +2780,39 @@
2777
2780
  tmp0_serialDesc.av('rating', false);
2778
2781
  tmp0_serialDesc.av('is_bot', false);
2779
2782
  tmp0_serialDesc.av('lucky_factor', false);
2780
- this.v1t_1 = tmp0_serialDesc;
2783
+ this.u1t_1 = tmp0_serialDesc;
2781
2784
  }
2782
- protoOf($serializer_6).w1t = function (encoder, value) {
2783
- var tmp0_desc = this.v1t_1;
2785
+ protoOf($serializer_6).v1t = function (encoder, value) {
2786
+ var tmp0_desc = this.u1t_1;
2784
2787
  var tmp1_output = encoder.kn(tmp0_desc);
2785
- if (tmp1_output.hp(tmp0_desc, 0) ? true : !(value.c1t_1 == null)) {
2786
- tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.c1t_1);
2788
+ if (tmp1_output.hp(tmp0_desc, 0) ? true : !(value.b1t_1 == null)) {
2789
+ tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.b1t_1);
2787
2790
  }
2788
- if (tmp1_output.hp(tmp0_desc, 1) ? true : !(value.d1t_1 == null)) {
2789
- tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.d1t_1);
2791
+ if (tmp1_output.hp(tmp0_desc, 1) ? true : !(value.c1t_1 == null)) {
2792
+ tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.c1t_1);
2790
2793
  }
2791
- if (tmp1_output.hp(tmp0_desc, 2) ? true : !(value.e1t_1 == null)) {
2792
- tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.e1t_1);
2794
+ if (tmp1_output.hp(tmp0_desc, 2) ? true : !(value.d1t_1 == null)) {
2795
+ tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.d1t_1);
2793
2796
  }
2794
- if (tmp1_output.hp(tmp0_desc, 3) ? true : !(value.f1t_1 == null)) {
2795
- tmp1_output.dp(tmp0_desc, 3, StringSerializer_getInstance(), value.f1t_1);
2797
+ if (tmp1_output.hp(tmp0_desc, 3) ? true : !(value.e1t_1 == null)) {
2798
+ tmp1_output.dp(tmp0_desc, 3, StringSerializer_getInstance(), value.e1t_1);
2796
2799
  }
2797
- if (tmp1_output.hp(tmp0_desc, 4) ? true : !(value.g1t_1 == null)) {
2798
- tmp1_output.dp(tmp0_desc, 4, StringSerializer_getInstance(), value.g1t_1);
2800
+ if (tmp1_output.hp(tmp0_desc, 4) ? true : !(value.f1t_1 == null)) {
2801
+ tmp1_output.dp(tmp0_desc, 4, StringSerializer_getInstance(), value.f1t_1);
2799
2802
  }
2800
- if (tmp1_output.hp(tmp0_desc, 5) ? true : !(value.h1t_1 == null)) {
2801
- tmp1_output.dp(tmp0_desc, 5, StringSerializer_getInstance(), value.h1t_1);
2803
+ if (tmp1_output.hp(tmp0_desc, 5) ? true : !(value.g1t_1 == null)) {
2804
+ tmp1_output.dp(tmp0_desc, 5, StringSerializer_getInstance(), value.g1t_1);
2802
2805
  }
2803
- tmp1_output.dp(tmp0_desc, 6, DoubleSerializer_getInstance(), value.i1t_1);
2804
- tmp1_output.dp(tmp0_desc, 7, BooleanSerializer_getInstance(), value.j1t_1);
2805
- tmp1_output.dp(tmp0_desc, 8, FloatSerializer_getInstance(), value.k1t_1);
2806
+ tmp1_output.dp(tmp0_desc, 6, DoubleSerializer_getInstance(), value.h1t_1);
2807
+ tmp1_output.dp(tmp0_desc, 7, BooleanSerializer_getInstance(), value.i1t_1);
2808
+ tmp1_output.dp(tmp0_desc, 8, FloatSerializer_getInstance(), value.j1t_1);
2806
2809
  tmp1_output.ln(tmp0_desc);
2807
2810
  };
2808
2811
  protoOf($serializer_6).ck = function (encoder, value) {
2809
- return this.w1t(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
2812
+ return this.v1t(encoder, value instanceof GameUserInfoDto ? value : THROW_CCE());
2810
2813
  };
2811
2814
  protoOf($serializer_6).dk = function (decoder) {
2812
- var tmp0_desc = this.v1t_1;
2815
+ var tmp0_desc = this.u1t_1;
2813
2816
  var tmp1_flag = true;
2814
2817
  var tmp2_index = 0;
2815
2818
  var tmp3_bitMask0 = 0;
@@ -2893,7 +2896,7 @@
2893
2896
  return GameUserInfoDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
2894
2897
  };
2895
2898
  protoOf($serializer_6).bk = function () {
2896
- return this.v1t_1;
2899
+ return this.u1t_1;
2897
2900
  };
2898
2901
  protoOf($serializer_6).rv = function () {
2899
2902
  // Inline function 'kotlin.arrayOf' call
@@ -2909,35 +2912,35 @@
2909
2912
  }
2910
2913
  function GameUserInfoDto_init_$Init$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker, $this) {
2911
2914
  if (!(448 === (448 & seen0))) {
2912
- throwMissingFieldException(seen0, 448, $serializer_getInstance_6().v1t_1);
2915
+ throwMissingFieldException(seen0, 448, $serializer_getInstance_6().u1t_1);
2913
2916
  }
2914
2917
  if (0 === (seen0 & 1))
2915
- $this.c1t_1 = null;
2918
+ $this.b1t_1 = null;
2916
2919
  else
2917
- $this.c1t_1 = playerId;
2920
+ $this.b1t_1 = playerId;
2918
2921
  if (0 === (seen0 & 2))
2919
- $this.d1t_1 = null;
2922
+ $this.c1t_1 = null;
2920
2923
  else
2921
- $this.d1t_1 = uid;
2924
+ $this.c1t_1 = uid;
2922
2925
  if (0 === (seen0 & 4))
2923
- $this.e1t_1 = null;
2926
+ $this.d1t_1 = null;
2924
2927
  else
2925
- $this.e1t_1 = name;
2928
+ $this.d1t_1 = name;
2926
2929
  if (0 === (seen0 & 8))
2927
- $this.f1t_1 = null;
2930
+ $this.e1t_1 = null;
2928
2931
  else
2929
- $this.f1t_1 = nickname;
2932
+ $this.e1t_1 = nickname;
2930
2933
  if (0 === (seen0 & 16))
2931
- $this.g1t_1 = null;
2934
+ $this.f1t_1 = null;
2932
2935
  else
2933
- $this.g1t_1 = avatarUrl;
2936
+ $this.f1t_1 = avatarUrl;
2934
2937
  if (0 === (seen0 & 32))
2935
- $this.h1t_1 = null;
2938
+ $this.g1t_1 = null;
2936
2939
  else
2937
- $this.h1t_1 = photo;
2938
- $this.i1t_1 = rating;
2939
- $this.j1t_1 = isBot;
2940
- $this.k1t_1 = initialLuckyFactor;
2940
+ $this.g1t_1 = photo;
2941
+ $this.h1t_1 = rating;
2942
+ $this.i1t_1 = isBot;
2943
+ $this.j1t_1 = initialLuckyFactor;
2941
2944
  return $this;
2942
2945
  }
2943
2946
  function GameUserInfoDto_init_$Create$(seen0, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, serializationConstructorMarker) {
@@ -2950,47 +2953,47 @@
2950
2953
  nickname = nickname === VOID ? null : nickname;
2951
2954
  avatarUrl = avatarUrl === VOID ? null : avatarUrl;
2952
2955
  photo = photo === VOID ? null : photo;
2953
- this.c1t_1 = playerId;
2954
- this.d1t_1 = uid;
2955
- this.e1t_1 = name;
2956
- this.f1t_1 = nickname;
2957
- this.g1t_1 = avatarUrl;
2958
- this.h1t_1 = photo;
2959
- this.i1t_1 = rating;
2960
- this.j1t_1 = isBot;
2961
- this.k1t_1 = initialLuckyFactor;
2962
- }
2963
- protoOf(GameUserInfoDto).x1t = function () {
2964
- return this.y1t(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
2965
- };
2966
- protoOf(GameUserInfoDto).z1t = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
2956
+ this.b1t_1 = playerId;
2957
+ this.c1t_1 = uid;
2958
+ this.d1t_1 = name;
2959
+ this.e1t_1 = nickname;
2960
+ this.f1t_1 = avatarUrl;
2961
+ this.g1t_1 = photo;
2962
+ this.h1t_1 = rating;
2963
+ this.i1t_1 = isBot;
2964
+ this.j1t_1 = initialLuckyFactor;
2965
+ }
2966
+ protoOf(GameUserInfoDto).w1t = function () {
2967
+ return this.x1t(VOID, VOID, VOID, VOID, VOID, VOID, VOID, null, null);
2968
+ };
2969
+ protoOf(GameUserInfoDto).y1t = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) {
2967
2970
  return new GameUserInfoDto(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
2968
2971
  };
2969
- protoOf(GameUserInfoDto).y1t = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
2970
- playerId = playerId === VOID ? this.c1t_1 : playerId;
2971
- uid = uid === VOID ? this.d1t_1 : uid;
2972
- name = name === VOID ? this.e1t_1 : name;
2973
- nickname = nickname === VOID ? this.f1t_1 : nickname;
2974
- avatarUrl = avatarUrl === VOID ? this.g1t_1 : avatarUrl;
2975
- photo = photo === VOID ? this.h1t_1 : photo;
2976
- rating = rating === VOID ? this.i1t_1 : rating;
2977
- isBot = isBot === VOID ? this.j1t_1 : isBot;
2978
- initialLuckyFactor = initialLuckyFactor === VOID ? this.k1t_1 : initialLuckyFactor;
2979
- return $super === VOID ? this.z1t(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.z1t.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
2972
+ protoOf(GameUserInfoDto).x1t = function (playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor, $super) {
2973
+ playerId = playerId === VOID ? this.b1t_1 : playerId;
2974
+ uid = uid === VOID ? this.c1t_1 : uid;
2975
+ name = name === VOID ? this.d1t_1 : name;
2976
+ nickname = nickname === VOID ? this.e1t_1 : nickname;
2977
+ avatarUrl = avatarUrl === VOID ? this.f1t_1 : avatarUrl;
2978
+ photo = photo === VOID ? this.g1t_1 : photo;
2979
+ rating = rating === VOID ? this.h1t_1 : rating;
2980
+ isBot = isBot === VOID ? this.i1t_1 : isBot;
2981
+ initialLuckyFactor = initialLuckyFactor === VOID ? this.j1t_1 : initialLuckyFactor;
2982
+ return $super === VOID ? this.y1t(playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor) : $super.y1t.call(this, playerId, uid, name, nickname, avatarUrl, photo, rating, isBot, initialLuckyFactor);
2980
2983
  };
2981
2984
  protoOf(GameUserInfoDto).toString = function () {
2982
- return 'GameUserInfoDto(playerId=' + this.c1t_1 + ', uid=' + this.d1t_1 + ', name=' + this.e1t_1 + ', nickname=' + this.f1t_1 + ', avatarUrl=' + this.g1t_1 + ', photo=' + this.h1t_1 + ', rating=' + this.i1t_1 + ', isBot=' + this.j1t_1 + ', initialLuckyFactor=' + this.k1t_1 + ')';
2985
+ return 'GameUserInfoDto(playerId=' + this.b1t_1 + ', uid=' + this.c1t_1 + ', name=' + this.d1t_1 + ', nickname=' + this.e1t_1 + ', avatarUrl=' + this.f1t_1 + ', photo=' + this.g1t_1 + ', rating=' + this.h1t_1 + ', isBot=' + this.i1t_1 + ', initialLuckyFactor=' + this.j1t_1 + ')';
2983
2986
  };
2984
2987
  protoOf(GameUserInfoDto).hashCode = function () {
2985
- var result = this.c1t_1 == null ? 0 : getStringHashCode(this.c1t_1);
2988
+ var result = this.b1t_1 == null ? 0 : getStringHashCode(this.b1t_1);
2989
+ result = imul(result, 31) + (this.c1t_1 == null ? 0 : getStringHashCode(this.c1t_1)) | 0;
2986
2990
  result = imul(result, 31) + (this.d1t_1 == null ? 0 : getStringHashCode(this.d1t_1)) | 0;
2987
2991
  result = imul(result, 31) + (this.e1t_1 == null ? 0 : getStringHashCode(this.e1t_1)) | 0;
2988
2992
  result = imul(result, 31) + (this.f1t_1 == null ? 0 : getStringHashCode(this.f1t_1)) | 0;
2989
2993
  result = imul(result, 31) + (this.g1t_1 == null ? 0 : getStringHashCode(this.g1t_1)) | 0;
2990
- result = imul(result, 31) + (this.h1t_1 == null ? 0 : getStringHashCode(this.h1t_1)) | 0;
2991
- result = imul(result, 31) + (this.i1t_1 == null ? 0 : getNumberHashCode(this.i1t_1)) | 0;
2992
- result = imul(result, 31) + (this.j1t_1 == null ? 0 : getBooleanHashCode(this.j1t_1)) | 0;
2993
- result = imul(result, 31) + (this.k1t_1 == null ? 0 : getNumberHashCode(this.k1t_1)) | 0;
2994
+ result = imul(result, 31) + (this.h1t_1 == null ? 0 : getNumberHashCode(this.h1t_1)) | 0;
2995
+ result = imul(result, 31) + (this.i1t_1 == null ? 0 : getBooleanHashCode(this.i1t_1)) | 0;
2996
+ result = imul(result, 31) + (this.j1t_1 == null ? 0 : getNumberHashCode(this.j1t_1)) | 0;
2994
2997
  return result;
2995
2998
  };
2996
2999
  protoOf(GameUserInfoDto).equals = function (other) {
@@ -2998,6 +3001,8 @@
2998
3001
  return true;
2999
3002
  if (!(other instanceof GameUserInfoDto))
3000
3003
  return false;
3004
+ if (!(this.b1t_1 == other.b1t_1))
3005
+ return false;
3001
3006
  if (!(this.c1t_1 == other.c1t_1))
3002
3007
  return false;
3003
3008
  if (!(this.d1t_1 == other.d1t_1))
@@ -3008,13 +3013,11 @@
3008
3013
  return false;
3009
3014
  if (!(this.g1t_1 == other.g1t_1))
3010
3015
  return false;
3011
- if (!(this.h1t_1 == other.h1t_1))
3016
+ if (!equals(this.h1t_1, other.h1t_1))
3012
3017
  return false;
3013
- if (!equals(this.i1t_1, other.i1t_1))
3018
+ if (!(this.i1t_1 == other.i1t_1))
3014
3019
  return false;
3015
- if (!(this.j1t_1 == other.j1t_1))
3016
- return false;
3017
- if (!equals(this.k1t_1, other.k1t_1))
3020
+ if (!equals(this.j1t_1, other.j1t_1))
3018
3021
  return false;
3019
3022
  return true;
3020
3023
  };
@@ -3028,7 +3031,7 @@
3028
3031
  // Inline function 'kotlin.arrayOf' call
3029
3032
  // Inline function 'kotlin.js.unsafeCast' call
3030
3033
  // Inline function 'kotlin.js.asDynamic' call
3031
- tmp.a1u_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
3034
+ tmp.z1t_1 = [lazy(tmp_0, PlayerConnectionDto$Companion$$childSerializers$_anonymous__jevhp2), null, null];
3032
3035
  }
3033
3036
  var Companion_instance_16;
3034
3037
  function Companion_getInstance_19() {
@@ -3042,22 +3045,22 @@
3042
3045
  tmp0_serialDesc.av('state', false);
3043
3046
  tmp0_serialDesc.av('connectionChangedTime', false);
3044
3047
  tmp0_serialDesc.av('notLiveDurationRecord', false);
3045
- this.b1u_1 = tmp0_serialDesc;
3048
+ this.a1u_1 = tmp0_serialDesc;
3046
3049
  }
3047
- protoOf($serializer_7).c1u = function (encoder, value) {
3048
- var tmp0_desc = this.b1u_1;
3050
+ protoOf($serializer_7).b1u = function (encoder, value) {
3051
+ var tmp0_desc = this.a1u_1;
3049
3052
  var tmp1_output = encoder.kn(tmp0_desc);
3050
- var tmp2_cached = Companion_getInstance_19().a1u_1;
3051
- tmp1_output.bp(tmp0_desc, 0, tmp2_cached[0].v1(), value.s1t_1);
3052
- tmp1_output.zo(tmp0_desc, 1, value.t1t_1);
3053
- tmp1_output.zo(tmp0_desc, 2, value.u1t_1);
3053
+ var tmp2_cached = Companion_getInstance_19().z1t_1;
3054
+ tmp1_output.bp(tmp0_desc, 0, tmp2_cached[0].v1(), value.r1t_1);
3055
+ tmp1_output.zo(tmp0_desc, 1, value.s1t_1);
3056
+ tmp1_output.zo(tmp0_desc, 2, value.t1t_1);
3054
3057
  tmp1_output.ln(tmp0_desc);
3055
3058
  };
3056
3059
  protoOf($serializer_7).ck = function (encoder, value) {
3057
- return this.c1u(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
3060
+ return this.b1u(encoder, value instanceof PlayerConnectionDto ? value : THROW_CCE());
3058
3061
  };
3059
3062
  protoOf($serializer_7).dk = function (decoder) {
3060
- var tmp0_desc = this.b1u_1;
3063
+ var tmp0_desc = this.a1u_1;
3061
3064
  var tmp1_flag = true;
3062
3065
  var tmp2_index = 0;
3063
3066
  var tmp3_bitMask0 = 0;
@@ -3065,7 +3068,7 @@
3065
3068
  var tmp5_local1 = null;
3066
3069
  var tmp6_local2 = null;
3067
3070
  var tmp7_input = decoder.kn(tmp0_desc);
3068
- var tmp8_cached = Companion_getInstance_19().a1u_1;
3071
+ var tmp8_cached = Companion_getInstance_19().z1t_1;
3069
3072
  if (tmp7_input.ao()) {
3070
3073
  tmp4_local0 = tmp7_input.wn(tmp0_desc, 0, tmp8_cached[0].v1(), tmp4_local0);
3071
3074
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
@@ -3100,13 +3103,13 @@
3100
3103
  return PlayerConnectionDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
3101
3104
  };
3102
3105
  protoOf($serializer_7).bk = function () {
3103
- return this.b1u_1;
3106
+ return this.a1u_1;
3104
3107
  };
3105
3108
  protoOf($serializer_7).rv = function () {
3106
3109
  // Inline function 'kotlin.arrayOf' call
3107
3110
  // Inline function 'kotlin.js.unsafeCast' call
3108
3111
  // Inline function 'kotlin.js.asDynamic' call
3109
- return [Companion_getInstance_19().a1u_1[0].v1(), StringSerializer_getInstance(), StringSerializer_getInstance()];
3112
+ return [Companion_getInstance_19().z1t_1[0].v1(), StringSerializer_getInstance(), StringSerializer_getInstance()];
3110
3113
  };
3111
3114
  var $serializer_instance_7;
3112
3115
  function $serializer_getInstance_7() {
@@ -3116,11 +3119,11 @@
3116
3119
  }
3117
3120
  function PlayerConnectionDto_init_$Init$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker, $this) {
3118
3121
  if (!(7 === (7 & seen0))) {
3119
- throwMissingFieldException(seen0, 7, $serializer_getInstance_7().b1u_1);
3122
+ throwMissingFieldException(seen0, 7, $serializer_getInstance_7().a1u_1);
3120
3123
  }
3121
- $this.s1t_1 = state;
3122
- $this.t1t_1 = connectionChangedTime;
3123
- $this.u1t_1 = notLiveDurationRecord;
3124
+ $this.r1t_1 = state;
3125
+ $this.s1t_1 = connectionChangedTime;
3126
+ $this.t1t_1 = notLiveDurationRecord;
3124
3127
  return $this;
3125
3128
  }
3126
3129
  function PlayerConnectionDto_init_$Create$(seen0, state, connectionChangedTime, notLiveDurationRecord, serializationConstructorMarker) {
@@ -3128,17 +3131,17 @@
3128
3131
  }
3129
3132
  function PlayerConnectionDto(state, connectionChangedTime, notLiveDurationRecord) {
3130
3133
  Companion_getInstance_19();
3131
- this.s1t_1 = state;
3132
- this.t1t_1 = connectionChangedTime;
3133
- this.u1t_1 = notLiveDurationRecord;
3134
+ this.r1t_1 = state;
3135
+ this.s1t_1 = connectionChangedTime;
3136
+ this.t1t_1 = notLiveDurationRecord;
3134
3137
  }
3135
3138
  protoOf(PlayerConnectionDto).toString = function () {
3136
- return 'PlayerConnectionDto(state=' + this.s1t_1.toString() + ', connectionChangedTime=' + this.t1t_1 + ', notLiveDurationRecord=' + this.u1t_1 + ')';
3139
+ return 'PlayerConnectionDto(state=' + this.r1t_1.toString() + ', connectionChangedTime=' + this.s1t_1 + ', notLiveDurationRecord=' + this.t1t_1 + ')';
3137
3140
  };
3138
3141
  protoOf(PlayerConnectionDto).hashCode = function () {
3139
- var result = this.s1t_1.hashCode();
3142
+ var result = this.r1t_1.hashCode();
3143
+ result = imul(result, 31) + getStringHashCode(this.s1t_1) | 0;
3140
3144
  result = imul(result, 31) + getStringHashCode(this.t1t_1) | 0;
3141
- result = imul(result, 31) + getStringHashCode(this.u1t_1) | 0;
3142
3145
  return result;
3143
3146
  };
3144
3147
  protoOf(PlayerConnectionDto).equals = function (other) {
@@ -3146,11 +3149,11 @@
3146
3149
  return true;
3147
3150
  if (!(other instanceof PlayerConnectionDto))
3148
3151
  return false;
3149
- if (!this.s1t_1.equals(other.s1t_1))
3152
+ if (!this.r1t_1.equals(other.r1t_1))
3150
3153
  return false;
3151
- if (!(this.t1t_1 === other.t1t_1))
3154
+ if (!(this.s1t_1 === other.s1t_1))
3152
3155
  return false;
3153
- if (!(this.u1t_1 === other.u1t_1))
3156
+ if (!(this.t1t_1 === other.t1t_1))
3154
3157
  return false;
3155
3158
  return true;
3156
3159
  };
@@ -3164,7 +3167,7 @@
3164
3167
  // Inline function 'kotlin.arrayOf' call
3165
3168
  // Inline function 'kotlin.js.unsafeCast' call
3166
3169
  // Inline function 'kotlin.js.asDynamic' call
3167
- tmp.d1u_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
3170
+ tmp.c1u_1 = [null, null, null, lazy(tmp_0, PlayerStateDto$Companion$$childSerializers$_anonymous__izgokl), null, null, null];
3168
3171
  }
3169
3172
  var Companion_instance_17;
3170
3173
  function Companion_getInstance_20() {
@@ -3182,38 +3185,38 @@
3182
3185
  tmp0_serialDesc.av('ready', true);
3183
3186
  tmp0_serialDesc.av('tag', true);
3184
3187
  tmp0_serialDesc.av('connection', true);
3185
- this.e1u_1 = tmp0_serialDesc;
3188
+ this.d1u_1 = tmp0_serialDesc;
3186
3189
  }
3187
- protoOf($serializer_8).f1u = function (encoder, value) {
3188
- var tmp0_desc = this.e1u_1;
3190
+ protoOf($serializer_8).e1u = function (encoder, value) {
3191
+ var tmp0_desc = this.d1u_1;
3189
3192
  var tmp1_output = encoder.kn(tmp0_desc);
3190
- var tmp2_cached = Companion_getInstance_20().d1u_1;
3191
- if (tmp1_output.hp(tmp0_desc, 0) ? true : !(value.l1t_1 == null)) {
3192
- tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.l1t_1);
3193
+ var tmp2_cached = Companion_getInstance_20().c1u_1;
3194
+ if (tmp1_output.hp(tmp0_desc, 0) ? true : !(value.k1t_1 == null)) {
3195
+ tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.k1t_1);
3193
3196
  }
3194
- if (tmp1_output.hp(tmp0_desc, 1) ? true : !(value.m1t_1 == null)) {
3195
- tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.m1t_1);
3197
+ if (tmp1_output.hp(tmp0_desc, 1) ? true : !(value.l1t_1 == null)) {
3198
+ tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.l1t_1);
3196
3199
  }
3197
- if (tmp1_output.hp(tmp0_desc, 2) ? true : !(value.n1t_1 == null)) {
3198
- tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.n1t_1);
3200
+ if (tmp1_output.hp(tmp0_desc, 2) ? true : !(value.m1t_1 == null)) {
3201
+ tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.m1t_1);
3199
3202
  }
3200
- tmp1_output.bp(tmp0_desc, 3, tmp2_cached[3].v1(), value.o1t_1);
3201
- if (tmp1_output.hp(tmp0_desc, 4) ? true : !(value.p1t_1 == null)) {
3202
- tmp1_output.dp(tmp0_desc, 4, BooleanSerializer_getInstance(), value.p1t_1);
3203
+ tmp1_output.bp(tmp0_desc, 3, tmp2_cached[3].v1(), value.n1t_1);
3204
+ if (tmp1_output.hp(tmp0_desc, 4) ? true : !(value.o1t_1 == null)) {
3205
+ tmp1_output.dp(tmp0_desc, 4, BooleanSerializer_getInstance(), value.o1t_1);
3203
3206
  }
3204
- if (tmp1_output.hp(tmp0_desc, 5) ? true : !(value.q1t_1 == null)) {
3205
- tmp1_output.dp(tmp0_desc, 5, StringSerializer_getInstance(), value.q1t_1);
3207
+ if (tmp1_output.hp(tmp0_desc, 5) ? true : !(value.p1t_1 == null)) {
3208
+ tmp1_output.dp(tmp0_desc, 5, StringSerializer_getInstance(), value.p1t_1);
3206
3209
  }
3207
- if (tmp1_output.hp(tmp0_desc, 6) ? true : !(value.r1t_1 == null)) {
3208
- tmp1_output.dp(tmp0_desc, 6, $serializer_getInstance_7(), value.r1t_1);
3210
+ if (tmp1_output.hp(tmp0_desc, 6) ? true : !(value.q1t_1 == null)) {
3211
+ tmp1_output.dp(tmp0_desc, 6, $serializer_getInstance_7(), value.q1t_1);
3209
3212
  }
3210
3213
  tmp1_output.ln(tmp0_desc);
3211
3214
  };
3212
3215
  protoOf($serializer_8).ck = function (encoder, value) {
3213
- return this.f1u(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
3216
+ return this.e1u(encoder, value instanceof PlayerStateDto ? value : THROW_CCE());
3214
3217
  };
3215
3218
  protoOf($serializer_8).dk = function (decoder) {
3216
- var tmp0_desc = this.e1u_1;
3219
+ var tmp0_desc = this.d1u_1;
3217
3220
  var tmp1_flag = true;
3218
3221
  var tmp2_index = 0;
3219
3222
  var tmp3_bitMask0 = 0;
@@ -3225,7 +3228,7 @@
3225
3228
  var tmp9_local5 = null;
3226
3229
  var tmp10_local6 = null;
3227
3230
  var tmp11_input = decoder.kn(tmp0_desc);
3228
- var tmp12_cached = Companion_getInstance_20().d1u_1;
3231
+ var tmp12_cached = Companion_getInstance_20().c1u_1;
3229
3232
  if (tmp11_input.ao()) {
3230
3233
  tmp4_local0 = tmp11_input.yn(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
3231
3234
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
@@ -3284,10 +3287,10 @@
3284
3287
  return PlayerStateDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
3285
3288
  };
3286
3289
  protoOf($serializer_8).bk = function () {
3287
- return this.e1u_1;
3290
+ return this.d1u_1;
3288
3291
  };
3289
3292
  protoOf($serializer_8).rv = function () {
3290
- var tmp0_cached = Companion_getInstance_20().d1u_1;
3293
+ var tmp0_cached = Companion_getInstance_20().c1u_1;
3291
3294
  // Inline function 'kotlin.arrayOf' call
3292
3295
  // Inline function 'kotlin.js.unsafeCast' call
3293
3296
  // Inline function 'kotlin.js.asDynamic' call
@@ -3301,33 +3304,33 @@
3301
3304
  }
3302
3305
  function PlayerStateDto_init_$Init$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker, $this) {
3303
3306
  if (!(8 === (8 & seen0))) {
3304
- throwMissingFieldException(seen0, 8, $serializer_getInstance_8().e1u_1);
3307
+ throwMissingFieldException(seen0, 8, $serializer_getInstance_8().d1u_1);
3305
3308
  }
3306
3309
  if (0 === (seen0 & 1))
3307
- $this.l1t_1 = null;
3310
+ $this.k1t_1 = null;
3308
3311
  else
3309
- $this.l1t_1 = startFrom;
3312
+ $this.k1t_1 = startFrom;
3310
3313
  if (0 === (seen0 & 2))
3311
- $this.m1t_1 = null;
3314
+ $this.l1t_1 = null;
3312
3315
  else
3313
- $this.m1t_1 = playerTurnTimeout;
3316
+ $this.l1t_1 = playerTurnTimeout;
3314
3317
  if (0 === (seen0 & 4))
3315
- $this.n1t_1 = null;
3318
+ $this.m1t_1 = null;
3316
3319
  else
3317
- $this.n1t_1 = waitPlayerUntilTime;
3318
- $this.o1t_1 = state;
3320
+ $this.m1t_1 = waitPlayerUntilTime;
3321
+ $this.n1t_1 = state;
3319
3322
  if (0 === (seen0 & 16))
3320
- $this.p1t_1 = null;
3323
+ $this.o1t_1 = null;
3321
3324
  else
3322
- $this.p1t_1 = ready;
3325
+ $this.o1t_1 = ready;
3323
3326
  if (0 === (seen0 & 32))
3324
- $this.q1t_1 = null;
3327
+ $this.p1t_1 = null;
3325
3328
  else
3326
- $this.q1t_1 = tag;
3329
+ $this.p1t_1 = tag;
3327
3330
  if (0 === (seen0 & 64))
3328
- $this.r1t_1 = null;
3331
+ $this.q1t_1 = null;
3329
3332
  else
3330
- $this.r1t_1 = connection;
3333
+ $this.q1t_1 = connection;
3331
3334
  return $this;
3332
3335
  }
3333
3336
  function PlayerStateDto_init_$Create$(seen0, startFrom, playerTurnTimeout, waitPlayerUntilTime, state, ready, tag, connection, serializationConstructorMarker) {
@@ -3341,25 +3344,25 @@
3341
3344
  ready = ready === VOID ? null : ready;
3342
3345
  tag = tag === VOID ? null : tag;
3343
3346
  connection = connection === VOID ? null : connection;
3344
- this.l1t_1 = startFrom;
3345
- this.m1t_1 = playerTurnTimeout;
3346
- this.n1t_1 = waitPlayerUntilTime;
3347
- this.o1t_1 = state;
3348
- this.p1t_1 = ready;
3349
- this.q1t_1 = tag;
3350
- this.r1t_1 = connection;
3347
+ this.k1t_1 = startFrom;
3348
+ this.l1t_1 = playerTurnTimeout;
3349
+ this.m1t_1 = waitPlayerUntilTime;
3350
+ this.n1t_1 = state;
3351
+ this.o1t_1 = ready;
3352
+ this.p1t_1 = tag;
3353
+ this.q1t_1 = connection;
3351
3354
  }
3352
3355
  protoOf(PlayerStateDto).toString = function () {
3353
- return 'PlayerStateDto(startFrom=' + this.l1t_1 + ', playerTurnTimeout=' + this.m1t_1 + ', waitPlayerUntilTime=' + this.n1t_1 + ', state=' + this.o1t_1.toString() + ', ready=' + this.p1t_1 + ', tag=' + this.q1t_1 + ', connection=' + toString(this.r1t_1) + ')';
3356
+ return 'PlayerStateDto(startFrom=' + this.k1t_1 + ', playerTurnTimeout=' + this.l1t_1 + ', waitPlayerUntilTime=' + this.m1t_1 + ', state=' + this.n1t_1.toString() + ', ready=' + this.o1t_1 + ', tag=' + this.p1t_1 + ', connection=' + toString(this.q1t_1) + ')';
3354
3357
  };
3355
3358
  protoOf(PlayerStateDto).hashCode = function () {
3356
- var result = this.l1t_1 == null ? 0 : getStringHashCode(this.l1t_1);
3359
+ var result = this.k1t_1 == null ? 0 : getStringHashCode(this.k1t_1);
3360
+ result = imul(result, 31) + (this.l1t_1 == null ? 0 : getStringHashCode(this.l1t_1)) | 0;
3357
3361
  result = imul(result, 31) + (this.m1t_1 == null ? 0 : getStringHashCode(this.m1t_1)) | 0;
3358
- result = imul(result, 31) + (this.n1t_1 == null ? 0 : getStringHashCode(this.n1t_1)) | 0;
3359
- result = imul(result, 31) + this.o1t_1.hashCode() | 0;
3360
- result = imul(result, 31) + (this.p1t_1 == null ? 0 : getBooleanHashCode(this.p1t_1)) | 0;
3361
- result = imul(result, 31) + (this.q1t_1 == null ? 0 : getStringHashCode(this.q1t_1)) | 0;
3362
- result = imul(result, 31) + (this.r1t_1 == null ? 0 : this.r1t_1.hashCode()) | 0;
3362
+ result = imul(result, 31) + this.n1t_1.hashCode() | 0;
3363
+ result = imul(result, 31) + (this.o1t_1 == null ? 0 : getBooleanHashCode(this.o1t_1)) | 0;
3364
+ result = imul(result, 31) + (this.p1t_1 == null ? 0 : getStringHashCode(this.p1t_1)) | 0;
3365
+ result = imul(result, 31) + (this.q1t_1 == null ? 0 : this.q1t_1.hashCode()) | 0;
3363
3366
  return result;
3364
3367
  };
3365
3368
  protoOf(PlayerStateDto).equals = function (other) {
@@ -3367,19 +3370,19 @@
3367
3370
  return true;
3368
3371
  if (!(other instanceof PlayerStateDto))
3369
3372
  return false;
3373
+ if (!(this.k1t_1 == other.k1t_1))
3374
+ return false;
3370
3375
  if (!(this.l1t_1 == other.l1t_1))
3371
3376
  return false;
3372
3377
  if (!(this.m1t_1 == other.m1t_1))
3373
3378
  return false;
3374
- if (!(this.n1t_1 == other.n1t_1))
3379
+ if (!this.n1t_1.equals(other.n1t_1))
3375
3380
  return false;
3376
- if (!this.o1t_1.equals(other.o1t_1))
3381
+ if (!(this.o1t_1 == other.o1t_1))
3377
3382
  return false;
3378
3383
  if (!(this.p1t_1 == other.p1t_1))
3379
3384
  return false;
3380
- if (!(this.q1t_1 == other.q1t_1))
3381
- return false;
3382
- if (!equals(this.r1t_1, other.r1t_1))
3385
+ if (!equals(this.q1t_1, other.q1t_1))
3383
3386
  return false;
3384
3387
  return true;
3385
3388
  };
@@ -3403,7 +3406,7 @@
3403
3406
  // Inline function 'kotlin.arrayOf' call
3404
3407
  // Inline function 'kotlin.js.unsafeCast' call
3405
3408
  // Inline function 'kotlin.js.asDynamic' call
3406
- tmp.g1u_1 = [null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, lazy(tmp_4, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_1), null, null, null, null, null, null, null, null, null, null, null, null];
3409
+ tmp.f1u_1 = [null, null, null, null, null, null, null, null, tmp_1, tmp_3, null, null, null, lazy(tmp_4, RulesDto$Companion$$childSerializers$_anonymous__7e0mv6_1), null, null, null, null, null, null, null, null, null, null, null, null];
3407
3410
  }
3408
3411
  var Companion_instance_18;
3409
3412
  function Companion_getInstance_21() {
@@ -3440,45 +3443,45 @@
3440
3443
  tmp0_serialDesc.av('fineIfNoBribes', false);
3441
3444
  tmp0_serialDesc.av('enableFineAfterThirdByte', false);
3442
3445
  tmp0_serialDesc.av('fineAfterThirdFailedContract', false);
3443
- this.h1u_1 = tmp0_serialDesc;
3446
+ this.g1u_1 = tmp0_serialDesc;
3444
3447
  }
3445
- protoOf($serializer_9).i1u = function (encoder, value) {
3446
- var tmp0_desc = this.h1u_1;
3448
+ protoOf($serializer_9).h1u = function (encoder, value) {
3449
+ var tmp0_desc = this.g1u_1;
3447
3450
  var tmp1_output = encoder.kn(tmp0_desc);
3448
- var tmp2_cached = Companion_getInstance_21().g1u_1;
3449
- tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.j1u_1);
3450
- tmp1_output.dp(tmp0_desc, 1, BooleanSerializer_getInstance(), value.k1u_1);
3451
- tmp1_output.dp(tmp0_desc, 2, BooleanSerializer_getInstance(), value.l1u_1);
3452
- tmp1_output.dp(tmp0_desc, 3, BooleanSerializer_getInstance(), value.m1u_1);
3453
- tmp1_output.dp(tmp0_desc, 4, BooleanSerializer_getInstance(), value.n1u_1);
3454
- tmp1_output.dp(tmp0_desc, 5, IntSerializer_getInstance(), value.o1u_1);
3455
- tmp1_output.dp(tmp0_desc, 6, IntSerializer_getInstance(), value.p1u_1);
3456
- tmp1_output.dp(tmp0_desc, 7, BooleanSerializer_getInstance(), value.q1u_1);
3457
- tmp1_output.dp(tmp0_desc, 8, tmp2_cached[8].v1(), value.r1u_1);
3458
- tmp1_output.dp(tmp0_desc, 9, tmp2_cached[9].v1(), value.s1u_1);
3459
- tmp1_output.dp(tmp0_desc, 10, BooleanSerializer_getInstance(), value.t1u_1);
3460
- tmp1_output.dp(tmp0_desc, 11, StringSerializer_getInstance(), value.u1u_1);
3461
- tmp1_output.dp(tmp0_desc, 12, StringSerializer_getInstance(), value.v1u_1);
3462
- tmp1_output.dp(tmp0_desc, 13, tmp2_cached[13].v1(), value.w1u_1);
3463
- tmp1_output.dp(tmp0_desc, 14, BooleanSerializer_getInstance(), value.x1u_1);
3464
- tmp1_output.dp(tmp0_desc, 15, BooleanSerializer_getInstance(), value.y1u_1);
3465
- tmp1_output.dp(tmp0_desc, 16, BooleanSerializer_getInstance(), value.z1u_1);
3466
- tmp1_output.dp(tmp0_desc, 17, BooleanSerializer_getInstance(), value.a1v_1);
3467
- tmp1_output.dp(tmp0_desc, 18, BooleanSerializer_getInstance(), value.b1v_1);
3468
- tmp1_output.dp(tmp0_desc, 19, BooleanSerializer_getInstance(), value.c1v_1);
3469
- tmp1_output.dp(tmp0_desc, 20, BooleanSerializer_getInstance(), value.d1v_1);
3470
- tmp1_output.zo(tmp0_desc, 21, value.e1v_1);
3471
- tmp1_output.dp(tmp0_desc, 22, BooleanSerializer_getInstance(), value.f1v_1);
3472
- tmp1_output.dp(tmp0_desc, 23, IntSerializer_getInstance(), value.g1v_1);
3473
- tmp1_output.dp(tmp0_desc, 24, BooleanSerializer_getInstance(), value.h1v_1);
3474
- tmp1_output.dp(tmp0_desc, 25, IntSerializer_getInstance(), value.i1v_1);
3451
+ var tmp2_cached = Companion_getInstance_21().f1u_1;
3452
+ tmp1_output.dp(tmp0_desc, 0, StringSerializer_getInstance(), value.i1u_1);
3453
+ tmp1_output.dp(tmp0_desc, 1, BooleanSerializer_getInstance(), value.j1u_1);
3454
+ tmp1_output.dp(tmp0_desc, 2, BooleanSerializer_getInstance(), value.k1u_1);
3455
+ tmp1_output.dp(tmp0_desc, 3, BooleanSerializer_getInstance(), value.l1u_1);
3456
+ tmp1_output.dp(tmp0_desc, 4, BooleanSerializer_getInstance(), value.m1u_1);
3457
+ tmp1_output.dp(tmp0_desc, 5, IntSerializer_getInstance(), value.n1u_1);
3458
+ tmp1_output.dp(tmp0_desc, 6, IntSerializer_getInstance(), value.o1u_1);
3459
+ tmp1_output.dp(tmp0_desc, 7, BooleanSerializer_getInstance(), value.p1u_1);
3460
+ tmp1_output.dp(tmp0_desc, 8, tmp2_cached[8].v1(), value.q1u_1);
3461
+ tmp1_output.dp(tmp0_desc, 9, tmp2_cached[9].v1(), value.r1u_1);
3462
+ tmp1_output.dp(tmp0_desc, 10, BooleanSerializer_getInstance(), value.s1u_1);
3463
+ tmp1_output.dp(tmp0_desc, 11, StringSerializer_getInstance(), value.t1u_1);
3464
+ tmp1_output.dp(tmp0_desc, 12, StringSerializer_getInstance(), value.u1u_1);
3465
+ tmp1_output.dp(tmp0_desc, 13, tmp2_cached[13].v1(), value.v1u_1);
3466
+ tmp1_output.dp(tmp0_desc, 14, BooleanSerializer_getInstance(), value.w1u_1);
3467
+ tmp1_output.dp(tmp0_desc, 15, BooleanSerializer_getInstance(), value.x1u_1);
3468
+ tmp1_output.dp(tmp0_desc, 16, BooleanSerializer_getInstance(), value.y1u_1);
3469
+ tmp1_output.dp(tmp0_desc, 17, BooleanSerializer_getInstance(), value.z1u_1);
3470
+ tmp1_output.dp(tmp0_desc, 18, BooleanSerializer_getInstance(), value.a1v_1);
3471
+ tmp1_output.dp(tmp0_desc, 19, BooleanSerializer_getInstance(), value.b1v_1);
3472
+ tmp1_output.dp(tmp0_desc, 20, BooleanSerializer_getInstance(), value.c1v_1);
3473
+ tmp1_output.zo(tmp0_desc, 21, value.d1v_1);
3474
+ tmp1_output.dp(tmp0_desc, 22, BooleanSerializer_getInstance(), value.e1v_1);
3475
+ tmp1_output.dp(tmp0_desc, 23, IntSerializer_getInstance(), value.f1v_1);
3476
+ tmp1_output.dp(tmp0_desc, 24, BooleanSerializer_getInstance(), value.g1v_1);
3477
+ tmp1_output.dp(tmp0_desc, 25, IntSerializer_getInstance(), value.h1v_1);
3475
3478
  tmp1_output.ln(tmp0_desc);
3476
3479
  };
3477
3480
  protoOf($serializer_9).ck = function (encoder, value) {
3478
- return this.i1u(encoder, value instanceof RulesDto ? value : THROW_CCE());
3481
+ return this.h1u(encoder, value instanceof RulesDto ? value : THROW_CCE());
3479
3482
  };
3480
3483
  protoOf($serializer_9).dk = function (decoder) {
3481
- var tmp0_desc = this.h1u_1;
3484
+ var tmp0_desc = this.g1u_1;
3482
3485
  var tmp1_flag = true;
3483
3486
  var tmp2_index = 0;
3484
3487
  var tmp3_bitMask0 = 0;
@@ -3509,7 +3512,7 @@
3509
3512
  var tmp28_local24 = null;
3510
3513
  var tmp29_local25 = null;
3511
3514
  var tmp30_input = decoder.kn(tmp0_desc);
3512
- var tmp31_cached = Companion_getInstance_21().g1u_1;
3515
+ var tmp31_cached = Companion_getInstance_21().f1u_1;
3513
3516
  if (tmp30_input.ao()) {
3514
3517
  tmp4_local0 = tmp30_input.yn(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
3515
3518
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
@@ -3682,10 +3685,10 @@
3682
3685
  return RulesDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, tmp17_local13, tmp18_local14, tmp19_local15, tmp20_local16, tmp21_local17, tmp22_local18, tmp23_local19, tmp24_local20, tmp25_local21, tmp26_local22, tmp27_local23, tmp28_local24, tmp29_local25, null);
3683
3686
  };
3684
3687
  protoOf($serializer_9).bk = function () {
3685
- return this.h1u_1;
3688
+ return this.g1u_1;
3686
3689
  };
3687
3690
  protoOf($serializer_9).rv = function () {
3688
- var tmp0_cached = Companion_getInstance_21().g1u_1;
3691
+ var tmp0_cached = Companion_getInstance_21().f1u_1;
3689
3692
  // Inline function 'kotlin.arrayOf' call
3690
3693
  // Inline function 'kotlin.js.unsafeCast' call
3691
3694
  // Inline function 'kotlin.js.asDynamic' call
@@ -3699,34 +3702,34 @@
3699
3702
  }
3700
3703
  function RulesDto_init_$Init$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker, $this) {
3701
3704
  if (!(67108863 === (67108863 & seen0))) {
3702
- throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().h1u_1);
3705
+ throwMissingFieldException(seen0, 67108863, $serializer_getInstance_9().g1u_1);
3703
3706
  }
3704
- $this.j1u_1 = name;
3705
- $this.k1u_1 = playerWhoChooseSuitGoFirst;
3706
- $this.l1u_1 = winnerShuffleCards;
3707
- $this.m1u_1 = playWithoutLiabilities;
3708
- $this.n1u_1 = trumpCardGoToPlayerWhoShuffleCards;
3709
- $this.o1u_1 = dealerInitialCardsCount;
3710
- $this.p1u_1 = dealerFinalCardsCount;
3711
- $this.q1u_1 = dealerCounterClockwise;
3712
- $this.r1u_1 = contractTypes;
3713
- $this.s1u_1 = bidTypes;
3714
- $this.t1u_1 = needToPutHigherTrump;
3715
- $this.u1u_1 = trumpCardStepMode;
3716
- $this.v1u_1 = trumpCardStepPartnerMode;
3717
- $this.w1u_1 = combinationsWithFirstCard;
3718
- $this.x1u_1 = protectBella;
3719
- $this.y1u_1 = oneTryToProtectBella;
3720
- $this.z1u_1 = enableFourSevensCombination;
3721
- $this.a1v_1 = enableTrumpSevenCombination;
3722
- $this.b1v_1 = enableTrumpSevenCombinationAfterDistribution;
3723
- $this.c1v_1 = checkTrumpCombination;
3724
- $this.d1v_1 = checkOnlyTrumpDebertz;
3725
- $this.e1v_1 = pointsDistributeMode;
3726
- $this.f1v_1 = enableFineIfNoBribes;
3727
- $this.g1v_1 = fineIfNoBribes;
3728
- $this.h1v_1 = enableFineAfterThirdByte;
3729
- $this.i1v_1 = fineAfterThirdFailedContract;
3707
+ $this.i1u_1 = name;
3708
+ $this.j1u_1 = playerWhoChooseSuitGoFirst;
3709
+ $this.k1u_1 = winnerShuffleCards;
3710
+ $this.l1u_1 = playWithoutLiabilities;
3711
+ $this.m1u_1 = trumpCardGoToPlayerWhoShuffleCards;
3712
+ $this.n1u_1 = dealerInitialCardsCount;
3713
+ $this.o1u_1 = dealerFinalCardsCount;
3714
+ $this.p1u_1 = dealerCounterClockwise;
3715
+ $this.q1u_1 = contractTypes;
3716
+ $this.r1u_1 = bidTypes;
3717
+ $this.s1u_1 = needToPutHigherTrump;
3718
+ $this.t1u_1 = trumpCardStepMode;
3719
+ $this.u1u_1 = trumpCardStepPartnerMode;
3720
+ $this.v1u_1 = combinationsWithFirstCard;
3721
+ $this.w1u_1 = protectBella;
3722
+ $this.x1u_1 = oneTryToProtectBella;
3723
+ $this.y1u_1 = enableFourSevensCombination;
3724
+ $this.z1u_1 = enableTrumpSevenCombination;
3725
+ $this.a1v_1 = enableTrumpSevenCombinationAfterDistribution;
3726
+ $this.b1v_1 = checkTrumpCombination;
3727
+ $this.c1v_1 = checkOnlyTrumpDebertz;
3728
+ $this.d1v_1 = pointsDistributeMode;
3729
+ $this.e1v_1 = enableFineIfNoBribes;
3730
+ $this.f1v_1 = fineIfNoBribes;
3731
+ $this.g1v_1 = enableFineAfterThirdByte;
3732
+ $this.h1v_1 = fineAfterThirdFailedContract;
3730
3733
  return $this;
3731
3734
  }
3732
3735
  function RulesDto_init_$Create$(seen0, name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract, serializationConstructorMarker) {
@@ -3734,63 +3737,63 @@
3734
3737
  }
3735
3738
  function RulesDto(name, playerWhoChooseSuitGoFirst, winnerShuffleCards, playWithoutLiabilities, trumpCardGoToPlayerWhoShuffleCards, dealerInitialCardsCount, dealerFinalCardsCount, dealerCounterClockwise, contractTypes, bidTypes, needToPutHigherTrump, trumpCardStepMode, trumpCardStepPartnerMode, combinationsWithFirstCard, protectBella, oneTryToProtectBella, enableFourSevensCombination, enableTrumpSevenCombination, enableTrumpSevenCombinationAfterDistribution, checkTrumpCombination, checkOnlyTrumpDebertz, pointsDistributeMode, enableFineIfNoBribes, fineIfNoBribes, enableFineAfterThirdByte, fineAfterThirdFailedContract) {
3736
3739
  Companion_getInstance_21();
3737
- this.j1u_1 = name;
3738
- this.k1u_1 = playerWhoChooseSuitGoFirst;
3739
- this.l1u_1 = winnerShuffleCards;
3740
- this.m1u_1 = playWithoutLiabilities;
3741
- this.n1u_1 = trumpCardGoToPlayerWhoShuffleCards;
3742
- this.o1u_1 = dealerInitialCardsCount;
3743
- this.p1u_1 = dealerFinalCardsCount;
3744
- this.q1u_1 = dealerCounterClockwise;
3745
- this.r1u_1 = contractTypes;
3746
- this.s1u_1 = bidTypes;
3747
- this.t1u_1 = needToPutHigherTrump;
3748
- this.u1u_1 = trumpCardStepMode;
3749
- this.v1u_1 = trumpCardStepPartnerMode;
3750
- this.w1u_1 = combinationsWithFirstCard;
3751
- this.x1u_1 = protectBella;
3752
- this.y1u_1 = oneTryToProtectBella;
3753
- this.z1u_1 = enableFourSevensCombination;
3754
- this.a1v_1 = enableTrumpSevenCombination;
3755
- this.b1v_1 = enableTrumpSevenCombinationAfterDistribution;
3756
- this.c1v_1 = checkTrumpCombination;
3757
- this.d1v_1 = checkOnlyTrumpDebertz;
3758
- this.e1v_1 = pointsDistributeMode;
3759
- this.f1v_1 = enableFineIfNoBribes;
3760
- this.g1v_1 = fineIfNoBribes;
3761
- this.h1v_1 = enableFineAfterThirdByte;
3762
- this.i1v_1 = fineAfterThirdFailedContract;
3740
+ this.i1u_1 = name;
3741
+ this.j1u_1 = playerWhoChooseSuitGoFirst;
3742
+ this.k1u_1 = winnerShuffleCards;
3743
+ this.l1u_1 = playWithoutLiabilities;
3744
+ this.m1u_1 = trumpCardGoToPlayerWhoShuffleCards;
3745
+ this.n1u_1 = dealerInitialCardsCount;
3746
+ this.o1u_1 = dealerFinalCardsCount;
3747
+ this.p1u_1 = dealerCounterClockwise;
3748
+ this.q1u_1 = contractTypes;
3749
+ this.r1u_1 = bidTypes;
3750
+ this.s1u_1 = needToPutHigherTrump;
3751
+ this.t1u_1 = trumpCardStepMode;
3752
+ this.u1u_1 = trumpCardStepPartnerMode;
3753
+ this.v1u_1 = combinationsWithFirstCard;
3754
+ this.w1u_1 = protectBella;
3755
+ this.x1u_1 = oneTryToProtectBella;
3756
+ this.y1u_1 = enableFourSevensCombination;
3757
+ this.z1u_1 = enableTrumpSevenCombination;
3758
+ this.a1v_1 = enableTrumpSevenCombinationAfterDistribution;
3759
+ this.b1v_1 = checkTrumpCombination;
3760
+ this.c1v_1 = checkOnlyTrumpDebertz;
3761
+ this.d1v_1 = pointsDistributeMode;
3762
+ this.e1v_1 = enableFineIfNoBribes;
3763
+ this.f1v_1 = fineIfNoBribes;
3764
+ this.g1v_1 = enableFineAfterThirdByte;
3765
+ this.h1v_1 = fineAfterThirdFailedContract;
3763
3766
  }
3764
3767
  protoOf(RulesDto).toString = function () {
3765
- return 'RulesDto(name=' + this.j1u_1 + ', playerWhoChooseSuitGoFirst=' + this.k1u_1 + ', winnerShuffleCards=' + this.l1u_1 + ', playWithoutLiabilities=' + this.m1u_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.n1u_1 + ', dealerInitialCardsCount=' + this.o1u_1 + ', dealerFinalCardsCount=' + this.p1u_1 + ', dealerCounterClockwise=' + this.q1u_1 + ', contractTypes=' + toString(this.r1u_1) + ', bidTypes=' + toString(this.s1u_1) + ', needToPutHigherTrump=' + this.t1u_1 + ', trumpCardStepMode=' + this.u1u_1 + ', trumpCardStepPartnerMode=' + this.v1u_1 + ', combinationsWithFirstCard=' + toString(this.w1u_1) + ', protectBella=' + this.x1u_1 + ', oneTryToProtectBella=' + this.y1u_1 + ', enableFourSevensCombination=' + this.z1u_1 + ', enableTrumpSevenCombination=' + this.a1v_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.b1v_1 + ', checkTrumpCombination=' + this.c1v_1 + ', checkOnlyTrumpDebertz=' + this.d1v_1 + ', pointsDistributeMode=' + this.e1v_1 + ', enableFineIfNoBribes=' + this.f1v_1 + ', fineIfNoBribes=' + this.g1v_1 + ', enableFineAfterThirdByte=' + this.h1v_1 + ', fineAfterThirdFailedContract=' + this.i1v_1 + ')';
3768
+ return 'RulesDto(name=' + this.i1u_1 + ', playerWhoChooseSuitGoFirst=' + this.j1u_1 + ', winnerShuffleCards=' + this.k1u_1 + ', playWithoutLiabilities=' + this.l1u_1 + ', trumpCardGoToPlayerWhoShuffleCards=' + this.m1u_1 + ', dealerInitialCardsCount=' + this.n1u_1 + ', dealerFinalCardsCount=' + this.o1u_1 + ', dealerCounterClockwise=' + this.p1u_1 + ', contractTypes=' + toString(this.q1u_1) + ', bidTypes=' + toString(this.r1u_1) + ', needToPutHigherTrump=' + this.s1u_1 + ', trumpCardStepMode=' + this.t1u_1 + ', trumpCardStepPartnerMode=' + this.u1u_1 + ', combinationsWithFirstCard=' + toString(this.v1u_1) + ', protectBella=' + this.w1u_1 + ', oneTryToProtectBella=' + this.x1u_1 + ', enableFourSevensCombination=' + this.y1u_1 + ', enableTrumpSevenCombination=' + this.z1u_1 + ', enableTrumpSevenCombinationAfterDistribution=' + this.a1v_1 + ', checkTrumpCombination=' + this.b1v_1 + ', checkOnlyTrumpDebertz=' + this.c1v_1 + ', pointsDistributeMode=' + this.d1v_1 + ', enableFineIfNoBribes=' + this.e1v_1 + ', fineIfNoBribes=' + this.f1v_1 + ', enableFineAfterThirdByte=' + this.g1v_1 + ', fineAfterThirdFailedContract=' + this.h1v_1 + ')';
3766
3769
  };
3767
3770
  protoOf(RulesDto).hashCode = function () {
3768
- var result = this.j1u_1 == null ? 0 : getStringHashCode(this.j1u_1);
3771
+ var result = this.i1u_1 == null ? 0 : getStringHashCode(this.i1u_1);
3772
+ result = imul(result, 31) + (this.j1u_1 == null ? 0 : getBooleanHashCode(this.j1u_1)) | 0;
3769
3773
  result = imul(result, 31) + (this.k1u_1 == null ? 0 : getBooleanHashCode(this.k1u_1)) | 0;
3770
3774
  result = imul(result, 31) + (this.l1u_1 == null ? 0 : getBooleanHashCode(this.l1u_1)) | 0;
3771
3775
  result = imul(result, 31) + (this.m1u_1 == null ? 0 : getBooleanHashCode(this.m1u_1)) | 0;
3772
- result = imul(result, 31) + (this.n1u_1 == null ? 0 : getBooleanHashCode(this.n1u_1)) | 0;
3776
+ result = imul(result, 31) + (this.n1u_1 == null ? 0 : this.n1u_1) | 0;
3773
3777
  result = imul(result, 31) + (this.o1u_1 == null ? 0 : this.o1u_1) | 0;
3774
- result = imul(result, 31) + (this.p1u_1 == null ? 0 : this.p1u_1) | 0;
3775
- result = imul(result, 31) + (this.q1u_1 == null ? 0 : getBooleanHashCode(this.q1u_1)) | 0;
3778
+ result = imul(result, 31) + (this.p1u_1 == null ? 0 : getBooleanHashCode(this.p1u_1)) | 0;
3779
+ result = imul(result, 31) + (this.q1u_1 == null ? 0 : hashCode(this.q1u_1)) | 0;
3776
3780
  result = imul(result, 31) + (this.r1u_1 == null ? 0 : hashCode(this.r1u_1)) | 0;
3777
- result = imul(result, 31) + (this.s1u_1 == null ? 0 : hashCode(this.s1u_1)) | 0;
3778
- result = imul(result, 31) + (this.t1u_1 == null ? 0 : getBooleanHashCode(this.t1u_1)) | 0;
3781
+ result = imul(result, 31) + (this.s1u_1 == null ? 0 : getBooleanHashCode(this.s1u_1)) | 0;
3782
+ result = imul(result, 31) + (this.t1u_1 == null ? 0 : getStringHashCode(this.t1u_1)) | 0;
3779
3783
  result = imul(result, 31) + (this.u1u_1 == null ? 0 : getStringHashCode(this.u1u_1)) | 0;
3780
- result = imul(result, 31) + (this.v1u_1 == null ? 0 : getStringHashCode(this.v1u_1)) | 0;
3781
- result = imul(result, 31) + (this.w1u_1 == null ? 0 : hashCode(this.w1u_1)) | 0;
3784
+ result = imul(result, 31) + (this.v1u_1 == null ? 0 : hashCode(this.v1u_1)) | 0;
3785
+ result = imul(result, 31) + (this.w1u_1 == null ? 0 : getBooleanHashCode(this.w1u_1)) | 0;
3782
3786
  result = imul(result, 31) + (this.x1u_1 == null ? 0 : getBooleanHashCode(this.x1u_1)) | 0;
3783
3787
  result = imul(result, 31) + (this.y1u_1 == null ? 0 : getBooleanHashCode(this.y1u_1)) | 0;
3784
3788
  result = imul(result, 31) + (this.z1u_1 == null ? 0 : getBooleanHashCode(this.z1u_1)) | 0;
3785
3789
  result = imul(result, 31) + (this.a1v_1 == null ? 0 : getBooleanHashCode(this.a1v_1)) | 0;
3786
3790
  result = imul(result, 31) + (this.b1v_1 == null ? 0 : getBooleanHashCode(this.b1v_1)) | 0;
3787
3791
  result = imul(result, 31) + (this.c1v_1 == null ? 0 : getBooleanHashCode(this.c1v_1)) | 0;
3788
- result = imul(result, 31) + (this.d1v_1 == null ? 0 : getBooleanHashCode(this.d1v_1)) | 0;
3789
- result = imul(result, 31) + getStringHashCode(this.e1v_1) | 0;
3790
- result = imul(result, 31) + (this.f1v_1 == null ? 0 : getBooleanHashCode(this.f1v_1)) | 0;
3791
- result = imul(result, 31) + (this.g1v_1 == null ? 0 : this.g1v_1) | 0;
3792
- result = imul(result, 31) + (this.h1v_1 == null ? 0 : getBooleanHashCode(this.h1v_1)) | 0;
3793
- result = imul(result, 31) + (this.i1v_1 == null ? 0 : this.i1v_1) | 0;
3792
+ result = imul(result, 31) + getStringHashCode(this.d1v_1) | 0;
3793
+ result = imul(result, 31) + (this.e1v_1 == null ? 0 : getBooleanHashCode(this.e1v_1)) | 0;
3794
+ result = imul(result, 31) + (this.f1v_1 == null ? 0 : this.f1v_1) | 0;
3795
+ result = imul(result, 31) + (this.g1v_1 == null ? 0 : getBooleanHashCode(this.g1v_1)) | 0;
3796
+ result = imul(result, 31) + (this.h1v_1 == null ? 0 : this.h1v_1) | 0;
3794
3797
  return result;
3795
3798
  };
3796
3799
  protoOf(RulesDto).equals = function (other) {
@@ -3798,6 +3801,8 @@
3798
3801
  return true;
3799
3802
  if (!(other instanceof RulesDto))
3800
3803
  return false;
3804
+ if (!(this.i1u_1 == other.i1u_1))
3805
+ return false;
3801
3806
  if (!(this.j1u_1 == other.j1u_1))
3802
3807
  return false;
3803
3808
  if (!(this.k1u_1 == other.k1u_1))
@@ -3812,19 +3817,19 @@
3812
3817
  return false;
3813
3818
  if (!(this.p1u_1 == other.p1u_1))
3814
3819
  return false;
3815
- if (!(this.q1u_1 == other.q1u_1))
3820
+ if (!equals(this.q1u_1, other.q1u_1))
3816
3821
  return false;
3817
3822
  if (!equals(this.r1u_1, other.r1u_1))
3818
3823
  return false;
3819
- if (!equals(this.s1u_1, other.s1u_1))
3824
+ if (!(this.s1u_1 == other.s1u_1))
3820
3825
  return false;
3821
3826
  if (!(this.t1u_1 == other.t1u_1))
3822
3827
  return false;
3823
3828
  if (!(this.u1u_1 == other.u1u_1))
3824
3829
  return false;
3825
- if (!(this.v1u_1 == other.v1u_1))
3830
+ if (!equals(this.v1u_1, other.v1u_1))
3826
3831
  return false;
3827
- if (!equals(this.w1u_1, other.w1u_1))
3832
+ if (!(this.w1u_1 == other.w1u_1))
3828
3833
  return false;
3829
3834
  if (!(this.x1u_1 == other.x1u_1))
3830
3835
  return false;
@@ -3838,9 +3843,9 @@
3838
3843
  return false;
3839
3844
  if (!(this.c1v_1 == other.c1v_1))
3840
3845
  return false;
3841
- if (!(this.d1v_1 == other.d1v_1))
3846
+ if (!(this.d1v_1 === other.d1v_1))
3842
3847
  return false;
3843
- if (!(this.e1v_1 === other.e1v_1))
3848
+ if (!(this.e1v_1 == other.e1v_1))
3844
3849
  return false;
3845
3850
  if (!(this.f1v_1 == other.f1v_1))
3846
3851
  return false;
@@ -3848,8 +3853,6 @@
3848
3853
  return false;
3849
3854
  if (!(this.h1v_1 == other.h1v_1))
3850
3855
  return false;
3851
- if (!(this.i1v_1 == other.i1v_1))
3852
- return false;
3853
3856
  return true;
3854
3857
  };
3855
3858
  function BufferedAction() {
@@ -4000,7 +4003,7 @@
4000
4003
  return tmp;
4001
4004
  }
4002
4005
  function _get_$cachedSerializer__te6jhj_8($this) {
4003
- return $this.t1v_1.v1();
4006
+ return $this.s1v_1.v1();
4004
4007
  }
4005
4008
  function LogType$Companion$_anonymous__d4fjnz() {
4006
4009
  return createSimpleEnumSerializer('com.logic.utils.logger.outputs.LogType', values_3());
@@ -4040,7 +4043,7 @@
4040
4043
  Companion_instance_19 = this;
4041
4044
  var tmp = this;
4042
4045
  var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
4043
- tmp.t1v_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
4046
+ tmp.s1v_1 = lazy(tmp_0, LogType$Companion$_anonymous__d4fjnz);
4044
4047
  }
4045
4048
  protoOf(Companion_19).z17 = function () {
4046
4049
  return _get_$cachedSerializer__te6jhj_8(this);
@@ -4103,7 +4106,7 @@
4103
4106
  // Inline function 'kotlin.arrayOf' call
4104
4107
  // Inline function 'kotlin.js.unsafeCast' call
4105
4108
  // Inline function 'kotlin.js.asDynamic' call
4106
- tmp.z1v_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
4109
+ tmp.y1v_1 = [lazy(tmp_0, LoggerOutputDataDto$Companion$$childSerializers$_anonymous__j015dy), null, null, null, null];
4107
4110
  }
4108
4111
  protoOf(Companion_20).z17 = function () {
4109
4112
  return $serializer_getInstance_10();
@@ -4122,12 +4125,12 @@
4122
4125
  tmp0_serialDesc.av('tag', false);
4123
4126
  tmp0_serialDesc.av('message', false);
4124
4127
  tmp0_serialDesc.av('stackTrace', false);
4125
- this.a1w_1 = tmp0_serialDesc;
4128
+ this.z1v_1 = tmp0_serialDesc;
4126
4129
  }
4127
- protoOf($serializer_10).b1w = function (encoder, value) {
4128
- var tmp0_desc = this.a1w_1;
4130
+ protoOf($serializer_10).a1w = function (encoder, value) {
4131
+ var tmp0_desc = this.z1v_1;
4129
4132
  var tmp1_output = encoder.kn(tmp0_desc);
4130
- var tmp2_cached = Companion_getInstance_23().z1v_1;
4133
+ var tmp2_cached = Companion_getInstance_23().y1v_1;
4131
4134
  tmp1_output.bp(tmp0_desc, 0, tmp2_cached[0].v1(), value.type);
4132
4135
  tmp1_output.dp(tmp0_desc, 1, StringSerializer_getInstance(), value.key);
4133
4136
  tmp1_output.dp(tmp0_desc, 2, StringSerializer_getInstance(), value.tag);
@@ -4136,10 +4139,10 @@
4136
4139
  tmp1_output.ln(tmp0_desc);
4137
4140
  };
4138
4141
  protoOf($serializer_10).ck = function (encoder, value) {
4139
- return this.b1w(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
4142
+ return this.a1w(encoder, value instanceof LoggerOutputDataDto ? value : THROW_CCE());
4140
4143
  };
4141
4144
  protoOf($serializer_10).dk = function (decoder) {
4142
- var tmp0_desc = this.a1w_1;
4145
+ var tmp0_desc = this.z1v_1;
4143
4146
  var tmp1_flag = true;
4144
4147
  var tmp2_index = 0;
4145
4148
  var tmp3_bitMask0 = 0;
@@ -4149,7 +4152,7 @@
4149
4152
  var tmp7_local3 = null;
4150
4153
  var tmp8_local4 = null;
4151
4154
  var tmp9_input = decoder.kn(tmp0_desc);
4152
- var tmp10_cached = Companion_getInstance_23().z1v_1;
4155
+ var tmp10_cached = Companion_getInstance_23().y1v_1;
4153
4156
  if (tmp9_input.ao()) {
4154
4157
  tmp4_local0 = tmp9_input.wn(tmp0_desc, 0, tmp10_cached[0].v1(), tmp4_local0);
4155
4158
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
@@ -4196,13 +4199,13 @@
4196
4199
  return LoggerOutputDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
4197
4200
  };
4198
4201
  protoOf($serializer_10).bk = function () {
4199
- return this.a1w_1;
4202
+ return this.z1v_1;
4200
4203
  };
4201
4204
  protoOf($serializer_10).rv = function () {
4202
4205
  // Inline function 'kotlin.arrayOf' call
4203
4206
  // Inline function 'kotlin.js.unsafeCast' call
4204
4207
  // Inline function 'kotlin.js.asDynamic' call
4205
- return [Companion_getInstance_23().z1v_1[0].v1(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
4208
+ return [Companion_getInstance_23().y1v_1[0].v1(), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance()), get_nullable(StringSerializer_getInstance())];
4206
4209
  };
4207
4210
  var $serializer_instance_10;
4208
4211
  function $serializer_getInstance_10() {
@@ -4212,7 +4215,7 @@
4212
4215
  }
4213
4216
  function LoggerOutputDataDto_init_$Init$(seen0, type, key, tag, message, stackTrace, serializationConstructorMarker, $this) {
4214
4217
  if (!(31 === (31 & seen0))) {
4215
- throwMissingFieldException(seen0, 31, $serializer_getInstance_10().a1w_1);
4218
+ throwMissingFieldException(seen0, 31, $serializer_getInstance_10().z1v_1);
4216
4219
  }
4217
4220
  $this.type = type;
4218
4221
  $this.key = key;
@@ -4232,7 +4235,7 @@
4232
4235
  this.message = message;
4233
4236
  this.stackTrace = stackTrace;
4234
4237
  }
4235
- protoOf(LoggerOutputDataDto).c1w = function () {
4238
+ protoOf(LoggerOutputDataDto).b1w = function () {
4236
4239
  return this.type;
4237
4240
  };
4238
4241
  protoOf(LoggerOutputDataDto).u1 = function () {
@@ -4244,7 +4247,7 @@
4244
4247
  protoOf(LoggerOutputDataDto).e = function () {
4245
4248
  return this.message;
4246
4249
  };
4247
- protoOf(LoggerOutputDataDto).d1w = function () {
4250
+ protoOf(LoggerOutputDataDto).c1w = function () {
4248
4251
  return this.stackTrace;
4249
4252
  };
4250
4253
  protoOf(LoggerOutputDataDto).toMessageLog = function () {
@@ -4301,7 +4304,7 @@
4301
4304
  protoOf(LoggerOutputDataDto).j1q = function () {
4302
4305
  return this.stackTrace;
4303
4306
  };
4304
- protoOf(LoggerOutputDataDto).e1w = function (type, key, tag, message, stackTrace) {
4307
+ protoOf(LoggerOutputDataDto).d1w = function (type, key, tag, message, stackTrace) {
4305
4308
  return new LoggerOutputDataDto(type, key, tag, message, stackTrace);
4306
4309
  };
4307
4310
  protoOf(LoggerOutputDataDto).copy = function (type, key, tag, message, stackTrace, $super) {
@@ -4310,7 +4313,7 @@
4310
4313
  tag = tag === VOID ? this.tag : tag;
4311
4314
  message = message === VOID ? this.message : message;
4312
4315
  stackTrace = stackTrace === VOID ? this.stackTrace : stackTrace;
4313
- return $super === VOID ? this.e1w(type, key, tag, message, stackTrace) : $super.e1w.call(this, type, key, tag, message, stackTrace);
4316
+ return $super === VOID ? this.d1w(type, key, tag, message, stackTrace) : $super.d1w.call(this, type, key, tag, message, stackTrace);
4314
4317
  };
4315
4318
  protoOf(LoggerOutputDataDto).toString = function () {
4316
4319
  return 'LoggerOutputDataDto(type=' + this.type.toString() + ', key=' + this.key + ', tag=' + this.tag + ', message=' + this.message + ', stackTrace=' + this.stackTrace + ')';