game_client_logic_deb 1.8.289 → 1.8.303

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.
Files changed (37) hide show
  1. package/Kosi-Kaverit-kaverit.js +71 -71
  2. package/Kosi-Kodein-kodein-di.js +629 -629
  3. package/Kotlin-DateTime-library-kotlinx-datetime.js +1443 -1443
  4. package/Logic_Debertz-core.js +1844 -1994
  5. package/Logic_Debertz-core.js.map +1 -1
  6. package/Logic_Debertz-engine.js +17959 -20737
  7. package/Logic_Debertz-engine.js.map +1 -1
  8. package/Logic_Debertz-game_client.d.ts +52 -18
  9. package/Logic_Debertz-game_client.js +4923 -4790
  10. package/Logic_Debertz-game_client.js.map +1 -1
  11. package/kotlin-kotlin-stdlib.js +2290 -2109
  12. package/kotlin-kotlin-stdlib.js.map +1 -1
  13. package/kotlinx-atomicfu.js +25 -25
  14. package/kotlinx-coroutines-core.js +2833 -2827
  15. package/kotlinx-coroutines-core.js.map +1 -1
  16. package/kotlinx-io-kotlinx-io-core.js +354 -354
  17. package/kotlinx-serialization-kotlinx-serialization-core.js +1882 -1882
  18. package/kotlinx-serialization-kotlinx-serialization-json.js +1517 -1517
  19. package/ktor-ktor-client-content-negotiation.js +213 -213
  20. package/ktor-ktor-client-core.js +2494 -2494
  21. package/ktor-ktor-client-logging.js +547 -547
  22. package/ktor-ktor-events.js +11 -11
  23. package/ktor-ktor-http.js +721 -721
  24. package/ktor-ktor-io.js +1624 -1624
  25. package/ktor-ktor-serialization-kotlinx-json.js +7 -7
  26. package/ktor-ktor-serialization-kotlinx.js +261 -261
  27. package/ktor-ktor-serialization.js +129 -129
  28. package/ktor-ktor-utils.js +699 -699
  29. package/ktor-ktor-websockets.js +57 -57
  30. package/package.json +1 -1
  31. package/raspberry-cardgame-lib-core.js +262 -247
  32. package/raspberry-cardgame-lib-core.js.map +1 -1
  33. package/raspberry-cardgame-lib-logger.js +97 -97
  34. package/raspberry-cardgame-lib-random.js +1060 -965
  35. package/raspberry-cardgame-lib-random.js.map +1 -1
  36. package/secure-random-secure-random.js +17 -17
  37. package/uuid.js +23 -23
@@ -53,49 +53,49 @@
53
53
  //region block: imports
54
54
  var imul = Math.imul;
55
55
  var clz32 = Math.clz32;
56
- var protoOf = kotlin_kotlin.$_$.uc;
57
- var initMetadataForCompanion = kotlin_kotlin.$_$.ub;
58
- var RuntimeException = kotlin_kotlin.$_$.rg;
56
+ var protoOf = kotlin_kotlin.$_$.vc;
57
+ var initMetadataForCompanion = kotlin_kotlin.$_$.vb;
58
+ var RuntimeException = kotlin_kotlin.$_$.sg;
59
59
  var VOID = kotlin_kotlin.$_$.f;
60
60
  var RuntimeException_init_$Init$ = kotlin_kotlin.$_$.i2;
61
- var captureStack = kotlin_kotlin.$_$.db;
62
- var initMetadataForClass = kotlin_kotlin.$_$.tb;
63
- var getStringHashCode = kotlin_kotlin.$_$.rb;
64
- var THROW_CCE = kotlin_kotlin.$_$.sg;
65
- var toString = kotlin_kotlin.$_$.yc;
66
- var hashCode = kotlin_kotlin.$_$.sb;
67
- var equals = kotlin_kotlin.$_$.lb;
61
+ var captureStack = kotlin_kotlin.$_$.eb;
62
+ var initMetadataForClass = kotlin_kotlin.$_$.ub;
63
+ var getStringHashCode = kotlin_kotlin.$_$.sb;
64
+ var THROW_CCE = kotlin_kotlin.$_$.tg;
65
+ var toString = kotlin_kotlin.$_$.zc;
66
+ var hashCode = kotlin_kotlin.$_$.tb;
67
+ var equals = kotlin_kotlin.$_$.mb;
68
68
  var listOf = kotlin_kotlin.$_$.p8;
69
69
  var plus = kotlin_kotlin.$_$.a9;
70
70
  var emptyList = kotlin_kotlin.$_$.n7;
71
- var defineProp = kotlin_kotlin.$_$.kb;
72
- var toLong = kotlin_kotlin.$_$.wc;
71
+ var defineProp = kotlin_kotlin.$_$.lb;
72
+ var toLong = kotlin_kotlin.$_$.xc;
73
73
  var PluginGeneratedSerialDescriptor = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.b2;
74
74
  var UnknownFieldException_init_$Create$ = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.f;
75
75
  var StringSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.t;
76
76
  var get_nullable = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.x;
77
77
  var typeParametersSerializers = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.w1;
78
78
  var GeneratedSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.x1;
79
- var initMetadataForObject = kotlin_kotlin.$_$.yb;
79
+ var initMetadataForObject = kotlin_kotlin.$_$.zb;
80
80
  var throwMissingFieldException = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.g2;
81
81
  var Unit_instance = kotlin_kotlin.$_$.p5;
82
- var objectCreate = kotlin_kotlin.$_$.tc;
83
- var toString_0 = kotlin_kotlin.$_$.wh;
82
+ var objectCreate = kotlin_kotlin.$_$.uc;
83
+ var toString_0 = kotlin_kotlin.$_$.xh;
84
84
  var IntSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.r;
85
85
  var SerializerFactory = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.c2;
86
86
  var ArrayListSerializer = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.u1;
87
87
  var BooleanSerializer_getInstance = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core.$_$.o;
88
- var getBooleanHashCode = kotlin_kotlin.$_$.ob;
89
- var initMetadataForInterface = kotlin_kotlin.$_$.wb;
88
+ var getBooleanHashCode = kotlin_kotlin.$_$.pb;
89
+ var initMetadataForInterface = kotlin_kotlin.$_$.xb;
90
90
  var getValue = kotlin_kotlin.$_$.a8;
91
91
  var get_jsonObject = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_json.$_$.d;
92
- var CoroutineImpl = kotlin_kotlin.$_$.va;
92
+ var CoroutineImpl = kotlin_kotlin.$_$.wa;
93
93
  var HttpRequestBuilder = kotlin_io_ktor_ktor_client_core.$_$.l;
94
94
  var url = kotlin_io_ktor_ktor_client_core.$_$.o;
95
95
  var ArrayList_init_$Create$ = kotlin_kotlin.$_$.m;
96
96
  var JsType_instance = kotlin_io_ktor_ktor_utils.$_$.b;
97
97
  var getKClass = kotlin_kotlin.$_$.e;
98
- var arrayOf = kotlin_kotlin.$_$.gh;
98
+ var arrayOf = kotlin_kotlin.$_$.hh;
99
99
  var createKType = kotlin_kotlin.$_$.b;
100
100
  var createInvariantKTypeProjection = kotlin_kotlin.$_$.a;
101
101
  var typeInfoImpl = kotlin_io_ktor_ktor_utils.$_$.l;
@@ -103,35 +103,35 @@
103
103
  var NullBody_instance = kotlin_io_ktor_ktor_http.$_$.a;
104
104
  var Companion_getInstance = kotlin_io_ktor_ktor_http.$_$.f;
105
105
  var HttpStatement = kotlin_io_ktor_ktor_client_core.$_$.r;
106
- var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.ga;
106
+ var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.ha;
107
107
  var JsonObject = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_json.$_$.a;
108
- var initMetadataForCoroutine = kotlin_kotlin.$_$.vb;
108
+ var initMetadataForCoroutine = kotlin_kotlin.$_$.wb;
109
109
  var KtMap = kotlin_kotlin.$_$.a6;
110
- var isInterface = kotlin_kotlin.$_$.hc;
110
+ var isInterface = kotlin_kotlin.$_$.ic;
111
111
  var Companion_getInstance_0 = kotlin_kotlin.$_$.g5;
112
- var Long = kotlin_kotlin.$_$.mg;
112
+ var Long = kotlin_kotlin.$_$.ng;
113
113
  var DurationUnit_MILLISECONDS_getInstance = kotlin_kotlin.$_$.g;
114
- var toDuration = kotlin_kotlin.$_$.yf;
114
+ var toDuration = kotlin_kotlin.$_$.zf;
115
115
  var Duration__toString_impl_8d916b = kotlin_kotlin.$_$.v2;
116
116
  var Duration__hashCode_impl_u4exz6 = kotlin_kotlin.$_$.o2;
117
117
  var emptyMap = kotlin_kotlin.$_$.o7;
118
- var toMutableMap = kotlin_kotlin.$_$.x9;
119
- var toMap = kotlin_kotlin.$_$.u9;
118
+ var toMutableMap = kotlin_kotlin.$_$.y9;
119
+ var toMap = kotlin_kotlin.$_$.v9;
120
120
  var get_lastIndex = kotlin_kotlin.$_$.i8;
121
- var to = kotlin_kotlin.$_$.xh;
121
+ var to = kotlin_kotlin.$_$.yh;
122
122
  var mapOf = kotlin_kotlin.$_$.s8;
123
- var Result = kotlin_kotlin.$_$.qg;
123
+ var Result = kotlin_kotlin.$_$.rg;
124
124
  var CoroutineScope = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.f1;
125
125
  var Companion_instance = kotlin_kotlin.$_$.k5;
126
126
  var _Result___init__impl__xyqfz8 = kotlin_kotlin.$_$.f3;
127
- var initMetadataForLambda = kotlin_kotlin.$_$.xb;
127
+ var initMetadataForLambda = kotlin_kotlin.$_$.yb;
128
128
  var withContext = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.f;
129
129
  var uuid4 = kotlin_com_benasher44_uuid.$_$.a;
130
- var createFailure = kotlin_kotlin.$_$.ih;
131
130
  var System_instance = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.b;
131
+ var createFailure = kotlin_kotlin.$_$.jh;
132
132
  var withTimeout = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.g;
133
133
  var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.s1;
134
- var toDuration_0 = kotlin_kotlin.$_$.zf;
134
+ var toDuration_0 = kotlin_kotlin.$_$.ag;
135
135
  var Duration__compareTo_impl_pchp0f = kotlin_kotlin.$_$.n2;
136
136
  var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.w;
137
137
  var firstOrNull = kotlin_kotlin.$_$.s7;
@@ -150,6 +150,11 @@
150
150
  var PlatformRaspberryLogger = kotlin_io_raspberryapps_cardgame_logger.$_$.f;
151
151
  var SecureRandom = kotlin_org_kotlincrypto_secure_random.$_$.b;
152
152
  var Default_getInstance = kotlin_kotlin.$_$.d5;
153
+ var toMutableList = kotlin_kotlin.$_$.x9;
154
+ var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.n;
155
+ var take = kotlin_kotlin.$_$.p9;
156
+ var drop = kotlin_kotlin.$_$.m7;
157
+ var reverse = kotlin_kotlin.$_$.f9;
153
158
  var Plugin_getInstance_0 = kotlin_io_ktor_ktor_client_core.$_$.c;
154
159
  var Js_instance = kotlin_io_ktor_ktor_client_core.$_$.a;
155
160
  var HttpClient = kotlin_io_ktor_ktor_client_core.$_$.s;
@@ -201,7 +206,7 @@
201
206
  cardsCount = cardsCount === VOID ? 52 : cardsCount;
202
207
  signed = signed === VOID ? false : signed;
203
208
  timeoutMillis = timeoutMillis === VOID ? new Long(7000, 0) : timeoutMillis;
204
- return $super === VOID ? this.a5q(minRoundsCountInPool, userData, min, max, cardsCount, signed, timeoutMillis, $completion) : $super.a5q.call(this, minRoundsCountInPool, userData, min, max, cardsCount, signed, timeoutMillis, $completion);
209
+ return $super === VOID ? this.c5q(minRoundsCountInPool, userData, min, max, cardsCount, signed, timeoutMillis, $completion) : $super.c5q.call(this, minRoundsCountInPool, userData, min, max, cardsCount, signed, timeoutMillis, $completion);
205
210
  }
206
211
  initMetadataForInterface(RandomPoolProvider, 'RandomPoolProvider', VOID, VOID, VOID, [7]);
207
212
  initMetadataForClass(RandomPoolValue, 'RandomPoolValue');
@@ -215,14 +220,18 @@
215
220
  initMetadataForClass(ApiCommonConfigs$setupLogging$1$1);
216
221
  initMetadataForObject(ApiCommonConfigs, 'ApiCommonConfigs');
217
222
  initMetadataForClass(HttpParams, 'HttpParams');
223
+ function nextInt$default(from, until, $super) {
224
+ from = from === VOID ? 0 : from;
225
+ return $super === VOID ? this.qg(from, until) : $super.qg.call(this, from, until);
226
+ }
218
227
  function shuffle(list) {
219
228
  var inductionVariable = get_lastIndex(list);
220
229
  if (1 <= inductionVariable)
221
230
  do {
222
231
  var i = inductionVariable;
223
232
  inductionVariable = inductionVariable + -1 | 0;
224
- var j = this.pg(0, i + 1 | 0);
225
- list.b2(j, list.b2(i, list.o(j)));
233
+ var j = this.qg(0, i + 1 | 0);
234
+ list.c2(j, list.c2(i, list.o(j)));
226
235
  }
227
236
  while (1 <= inductionVariable);
228
237
  return list;
@@ -232,7 +241,7 @@
232
241
  initMetadataForObject(HttpFactory, 'HttpFactory');
233
242
  //endregion
234
243
  function Companion() {
235
- this.e5l_1 = 100001;
244
+ this.g5l_1 = 100001;
236
245
  }
237
246
  var Companion_instance_1;
238
247
  function Companion_getInstance_2() {
@@ -243,31 +252,31 @@
243
252
  cause = cause === VOID ? null : cause;
244
253
  RuntimeException_init_$Init$(message, cause, this);
245
254
  captureStack(this, RandomException);
246
- this.f5l_1 = code;
255
+ this.h5l_1 = code;
247
256
  }
248
257
  function CardDecksRequestUserData(id, count) {
249
258
  this.id = id;
250
259
  this.count = count;
251
260
  }
252
- protoOf(CardDecksRequestUserData).z5j = function () {
261
+ protoOf(CardDecksRequestUserData).b5k = function () {
253
262
  return this.id;
254
263
  };
255
- protoOf(CardDecksRequestUserData).g5l = function () {
264
+ protoOf(CardDecksRequestUserData).i5l = function () {
256
265
  return this.count;
257
266
  };
258
- protoOf(CardDecksRequestUserData).pe = function () {
267
+ protoOf(CardDecksRequestUserData).qe = function () {
259
268
  return this.id;
260
269
  };
261
- protoOf(CardDecksRequestUserData).qe = function () {
270
+ protoOf(CardDecksRequestUserData).re = function () {
262
271
  return this.count;
263
272
  };
264
- protoOf(CardDecksRequestUserData).h5l = function (id, count) {
273
+ protoOf(CardDecksRequestUserData).j5l = function (id, count) {
265
274
  return new CardDecksRequestUserData(id, count);
266
275
  };
267
276
  protoOf(CardDecksRequestUserData).copy = function (id, count, $super) {
268
277
  id = id === VOID ? this.id : id;
269
278
  count = count === VOID ? this.count : count;
270
- return this.h5l(id, count);
279
+ return this.j5l(id, count);
271
280
  };
272
281
  protoOf(CardDecksRequestUserData).toString = function () {
273
282
  return 'CardDecksRequestUserData(id=' + this.id + ', count=' + this.count + ')';
@@ -293,25 +302,25 @@
293
302
  this.players = players;
294
303
  this.gameId = gameId;
295
304
  }
296
- protoOf(CardDeckRequestUserData).i5l = function () {
305
+ protoOf(CardDeckRequestUserData).k5l = function () {
297
306
  return this.players;
298
307
  };
299
- protoOf(CardDeckRequestUserData).j5l = function () {
308
+ protoOf(CardDeckRequestUserData).l5l = function () {
300
309
  return this.gameId;
301
310
  };
302
- protoOf(CardDeckRequestUserData).pe = function () {
311
+ protoOf(CardDeckRequestUserData).qe = function () {
303
312
  return this.players;
304
313
  };
305
- protoOf(CardDeckRequestUserData).qe = function () {
314
+ protoOf(CardDeckRequestUserData).re = function () {
306
315
  return this.gameId;
307
316
  };
308
- protoOf(CardDeckRequestUserData).k5l = function (players, gameId) {
317
+ protoOf(CardDeckRequestUserData).m5l = function (players, gameId) {
309
318
  return new CardDeckRequestUserData(players, gameId);
310
319
  };
311
320
  protoOf(CardDeckRequestUserData).copy = function (players, gameId, $super) {
312
321
  players = players === VOID ? this.players : players;
313
322
  gameId = gameId === VOID ? this.gameId : gameId;
314
- return this.k5l(players, gameId);
323
+ return this.m5l(players, gameId);
315
324
  };
316
325
  protoOf(CardDeckRequestUserData).toString = function () {
317
326
  return 'CardDeckRequestUserData(players=' + toString(this.players) + ', gameId=' + this.gameId + ')';
@@ -337,25 +346,25 @@
337
346
  this.id = id;
338
347
  this.name = name;
339
348
  }
340
- protoOf(UserInfoData).z5j = function () {
349
+ protoOf(UserInfoData).b5k = function () {
341
350
  return this.id;
342
351
  };
343
- protoOf(UserInfoData).o2 = function () {
352
+ protoOf(UserInfoData).p2 = function () {
344
353
  return this.name;
345
354
  };
346
- protoOf(UserInfoData).pe = function () {
355
+ protoOf(UserInfoData).qe = function () {
347
356
  return this.id;
348
357
  };
349
- protoOf(UserInfoData).qe = function () {
358
+ protoOf(UserInfoData).re = function () {
350
359
  return this.name;
351
360
  };
352
- protoOf(UserInfoData).l5l = function (id, name) {
361
+ protoOf(UserInfoData).n5l = function (id, name) {
353
362
  return new UserInfoData(id, name);
354
363
  };
355
364
  protoOf(UserInfoData).copy = function (id, name, $super) {
356
365
  id = id === VOID ? this.id : id;
357
366
  name = name === VOID ? this.name : name;
358
- return this.l5l(id, name);
367
+ return this.n5l(id, name);
359
368
  };
360
369
  protoOf(UserInfoData).toString = function () {
361
370
  return 'UserInfoData(id=' + this.id + ', name=' + this.name + ')';
@@ -378,19 +387,19 @@
378
387
  return true;
379
388
  };
380
389
  function CardDeckResult(cardDecks, responseText, id, signature) {
381
- this.m5l_1 = cardDecks;
382
- this.n5l_1 = responseText;
383
- this.o5l_1 = id;
384
- this.p5l_1 = signature;
390
+ this.o5l_1 = cardDecks;
391
+ this.p5l_1 = responseText;
392
+ this.q5l_1 = id;
393
+ this.r5l_1 = signature;
385
394
  }
386
395
  protoOf(CardDeckResult).toString = function () {
387
- return 'CardDeckResult(cardDecks=' + toString(this.m5l_1) + ', responseText=' + this.n5l_1 + ', id=' + this.o5l_1 + ', signature=' + this.p5l_1 + ')';
396
+ return 'CardDeckResult(cardDecks=' + toString(this.o5l_1) + ', responseText=' + this.p5l_1 + ', id=' + this.q5l_1 + ', signature=' + this.r5l_1 + ')';
388
397
  };
389
398
  protoOf(CardDeckResult).hashCode = function () {
390
- var result = hashCode(this.m5l_1);
391
- result = imul(result, 31) + getStringHashCode(this.n5l_1) | 0;
392
- result = imul(result, 31) + getStringHashCode(this.o5l_1) | 0;
393
- result = imul(result, 31) + (this.p5l_1 == null ? 0 : getStringHashCode(this.p5l_1)) | 0;
399
+ var result = hashCode(this.o5l_1);
400
+ result = imul(result, 31) + getStringHashCode(this.p5l_1) | 0;
401
+ result = imul(result, 31) + getStringHashCode(this.q5l_1) | 0;
402
+ result = imul(result, 31) + (this.r5l_1 == null ? 0 : getStringHashCode(this.r5l_1)) | 0;
394
403
  return result;
395
404
  };
396
405
  protoOf(CardDeckResult).equals = function (other) {
@@ -399,13 +408,13 @@
399
408
  if (!(other instanceof CardDeckResult))
400
409
  return false;
401
410
  var tmp0_other_with_cast = other instanceof CardDeckResult ? other : THROW_CCE();
402
- if (!equals(this.m5l_1, tmp0_other_with_cast.m5l_1))
411
+ if (!equals(this.o5l_1, tmp0_other_with_cast.o5l_1))
403
412
  return false;
404
- if (!(this.n5l_1 === tmp0_other_with_cast.n5l_1))
413
+ if (!(this.p5l_1 === tmp0_other_with_cast.p5l_1))
405
414
  return false;
406
- if (!(this.o5l_1 === tmp0_other_with_cast.o5l_1))
415
+ if (!(this.q5l_1 === tmp0_other_with_cast.q5l_1))
407
416
  return false;
408
- if (!(this.p5l_1 == tmp0_other_with_cast.p5l_1))
417
+ if (!(this.r5l_1 == tmp0_other_with_cast.r5l_1))
409
418
  return false;
410
419
  return true;
411
420
  };
@@ -428,31 +437,31 @@
428
437
  this.userData = userData;
429
438
  this.rounds = rounds;
430
439
  }
431
- protoOf(GameCardDecksRecord).q5l = function () {
440
+ protoOf(GameCardDecksRecord).s5l = function () {
432
441
  return this.poolId;
433
442
  };
434
- protoOf(GameCardDecksRecord).r5l = function () {
443
+ protoOf(GameCardDecksRecord).t5l = function () {
435
444
  return this.signature;
436
445
  };
437
- protoOf(GameCardDecksRecord).s5l = function () {
446
+ protoOf(GameCardDecksRecord).u5l = function () {
438
447
  return this.userData;
439
448
  };
440
- protoOf(GameCardDecksRecord).t5l = function () {
449
+ protoOf(GameCardDecksRecord).v5l = function () {
441
450
  return this.rounds;
442
451
  };
443
- protoOf(GameCardDecksRecord).pe = function () {
452
+ protoOf(GameCardDecksRecord).qe = function () {
444
453
  return this.poolId;
445
454
  };
446
- protoOf(GameCardDecksRecord).qe = function () {
455
+ protoOf(GameCardDecksRecord).re = function () {
447
456
  return this.signature;
448
457
  };
449
- protoOf(GameCardDecksRecord).hk = function () {
458
+ protoOf(GameCardDecksRecord).ik = function () {
450
459
  return this.userData;
451
460
  };
452
- protoOf(GameCardDecksRecord).u5l = function () {
461
+ protoOf(GameCardDecksRecord).w5l = function () {
453
462
  return this.rounds;
454
463
  };
455
- protoOf(GameCardDecksRecord).v5l = function (poolId, signature, userData, rounds) {
464
+ protoOf(GameCardDecksRecord).x5l = function (poolId, signature, userData, rounds) {
456
465
  return new GameCardDecksRecord(poolId, signature, userData, rounds);
457
466
  };
458
467
  protoOf(GameCardDecksRecord).copy = function (poolId, signature, userData, rounds, $super) {
@@ -460,7 +469,7 @@
460
469
  signature = signature === VOID ? this.signature : signature;
461
470
  userData = userData === VOID ? this.userData : userData;
462
471
  rounds = rounds === VOID ? this.rounds : rounds;
463
- return this.v5l(poolId, signature, userData, rounds);
472
+ return this.x5l(poolId, signature, userData, rounds);
464
473
  };
465
474
  protoOf(GameCardDecksRecord).toString = function () {
466
475
  return 'GameCardDecksRecord(poolId=' + this.poolId + ', signature=' + this.signature + ', userData=' + this.userData.toString() + ', rounds=' + toString(this.rounds) + ')';
@@ -492,25 +501,25 @@
492
501
  this.cardDeckIndex = cardDeckIndex;
493
502
  this.cards = cards;
494
503
  }
495
- protoOf(GameCardDeckData).w5l = function () {
504
+ protoOf(GameCardDeckData).y5l = function () {
496
505
  return this.cardDeckIndex;
497
506
  };
498
- protoOf(GameCardDeckData).x5l = function () {
507
+ protoOf(GameCardDeckData).z5l = function () {
499
508
  return this.cards;
500
509
  };
501
- protoOf(GameCardDeckData).pe = function () {
510
+ protoOf(GameCardDeckData).qe = function () {
502
511
  return this.cardDeckIndex;
503
512
  };
504
- protoOf(GameCardDeckData).qe = function () {
513
+ protoOf(GameCardDeckData).re = function () {
505
514
  return this.cards;
506
515
  };
507
- protoOf(GameCardDeckData).y5l = function (cardDeckIndex, cards) {
516
+ protoOf(GameCardDeckData).a5m = function (cardDeckIndex, cards) {
508
517
  return new GameCardDeckData(cardDeckIndex, cards);
509
518
  };
510
519
  protoOf(GameCardDeckData).copy = function (cardDeckIndex, cards, $super) {
511
520
  cardDeckIndex = cardDeckIndex === VOID ? this.cardDeckIndex : cardDeckIndex;
512
521
  cards = cards === VOID ? this.cards : cards;
513
- return this.y5l(cardDeckIndex, cards);
522
+ return this.a5m(cardDeckIndex, cards);
514
523
  };
515
524
  protoOf(GameCardDeckData).toString = function () {
516
525
  return 'GameCardDeckData(cardDeckIndex=' + this.cardDeckIndex + ', cards=' + toString(this.cards) + ')';
@@ -537,25 +546,25 @@
537
546
  this.baseUrl = baseUrl;
538
547
  this.timeoutMillis = timeoutMillis;
539
548
  }
540
- protoOf(HttpConfig).z5l = function () {
549
+ protoOf(HttpConfig).b5m = function () {
541
550
  return this.baseUrl;
542
551
  };
543
- protoOf(HttpConfig).a5m = function () {
552
+ protoOf(HttpConfig).c5m = function () {
544
553
  return this.timeoutMillis;
545
554
  };
546
- protoOf(HttpConfig).pe = function () {
555
+ protoOf(HttpConfig).qe = function () {
547
556
  return this.baseUrl;
548
557
  };
549
- protoOf(HttpConfig).qe = function () {
558
+ protoOf(HttpConfig).re = function () {
550
559
  return this.timeoutMillis;
551
560
  };
552
- protoOf(HttpConfig).h5l = function (baseUrl, timeoutMillis) {
561
+ protoOf(HttpConfig).j5l = function (baseUrl, timeoutMillis) {
553
562
  return new HttpConfig(baseUrl, timeoutMillis);
554
563
  };
555
564
  protoOf(HttpConfig).copy = function (baseUrl, timeoutMillis, $super) {
556
565
  baseUrl = baseUrl === VOID ? this.baseUrl : baseUrl;
557
566
  timeoutMillis = timeoutMillis === VOID ? this.timeoutMillis : timeoutMillis;
558
- return this.h5l(baseUrl, timeoutMillis);
567
+ return this.j5l(baseUrl, timeoutMillis);
559
568
  };
560
569
  protoOf(HttpConfig).toString = function () {
561
570
  return 'HttpConfig(baseUrl=' + this.baseUrl + ', timeoutMillis=' + this.timeoutMillis + ')';
@@ -590,31 +599,31 @@
590
599
  this.thresholdForUsedPool = thresholdForUsedPool;
591
600
  this.httpConfig = httpConfig;
592
601
  }
593
- protoOf(RandomOrgConfig).b5m = function () {
602
+ protoOf(RandomOrgConfig).d5m = function () {
594
603
  return this.apiKey;
595
604
  };
596
- protoOf(RandomOrgConfig).c5m = function () {
605
+ protoOf(RandomOrgConfig).e5m = function () {
597
606
  return this.poolSize;
598
607
  };
599
- protoOf(RandomOrgConfig).d5m = function () {
608
+ protoOf(RandomOrgConfig).f5m = function () {
600
609
  return this.thresholdForUsedPool;
601
610
  };
602
- protoOf(RandomOrgConfig).e5m = function () {
611
+ protoOf(RandomOrgConfig).g5m = function () {
603
612
  return this.httpConfig;
604
613
  };
605
- protoOf(RandomOrgConfig).pe = function () {
614
+ protoOf(RandomOrgConfig).qe = function () {
606
615
  return this.apiKey;
607
616
  };
608
- protoOf(RandomOrgConfig).qe = function () {
617
+ protoOf(RandomOrgConfig).re = function () {
609
618
  return this.poolSize;
610
619
  };
611
- protoOf(RandomOrgConfig).hk = function () {
620
+ protoOf(RandomOrgConfig).ik = function () {
612
621
  return this.thresholdForUsedPool;
613
622
  };
614
- protoOf(RandomOrgConfig).u5l = function () {
623
+ protoOf(RandomOrgConfig).w5l = function () {
615
624
  return this.httpConfig;
616
625
  };
617
- protoOf(RandomOrgConfig).f5m = function (apiKey, poolSize, thresholdForUsedPool, httpConfig) {
626
+ protoOf(RandomOrgConfig).h5m = function (apiKey, poolSize, thresholdForUsedPool, httpConfig) {
618
627
  return new RandomOrgConfig(apiKey, poolSize, thresholdForUsedPool, httpConfig);
619
628
  };
620
629
  protoOf(RandomOrgConfig).copy = function (apiKey, poolSize, thresholdForUsedPool, httpConfig, $super) {
@@ -622,7 +631,7 @@
622
631
  poolSize = poolSize === VOID ? this.poolSize : poolSize;
623
632
  thresholdForUsedPool = thresholdForUsedPool === VOID ? this.thresholdForUsedPool : thresholdForUsedPool;
624
633
  httpConfig = httpConfig === VOID ? this.httpConfig : httpConfig;
625
- return this.f5m(apiKey, poolSize, thresholdForUsedPool, httpConfig);
634
+ return this.h5m(apiKey, poolSize, thresholdForUsedPool, httpConfig);
626
635
  };
627
636
  protoOf(RandomOrgConfig).toString = function () {
628
637
  return 'RandomOrgConfig(apiKey=' + this.apiKey + ', poolSize=' + this.poolSize + ', thresholdForUsedPool=' + this.thresholdForUsedPool + ', httpConfig=' + this.httpConfig.toString() + ')';
@@ -659,59 +668,59 @@
659
668
  function $serializer() {
660
669
  $serializer_instance = this;
661
670
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('games.raspberry.card_game.random.data.models.serializable.ErrorResponseDto', this, 2);
662
- tmp0_serialDesc.r4e('jsonrpc', false);
663
- tmp0_serialDesc.r4e('error', false);
664
- this.g5m_1 = tmp0_serialDesc;
665
- }
666
- protoOf($serializer).h5m = function (encoder, value) {
667
- var tmp0_desc = this.g5m_1;
668
- var tmp1_output = encoder.d47(tmp0_desc);
669
- tmp1_output.r48(tmp0_desc, 0, value.i5m_1);
670
- tmp1_output.v48(tmp0_desc, 1, $serializer_getInstance_0(), value.j5m_1);
671
- tmp1_output.e47(tmp0_desc);
672
- };
673
- protoOf($serializer).q43 = function (encoder, value) {
674
- return this.h5m(encoder, value instanceof ErrorResponseDto ? value : THROW_CCE());
675
- };
676
- protoOf($serializer).r43 = function (decoder) {
677
- var tmp0_desc = this.g5m_1;
671
+ tmp0_serialDesc.t4e('jsonrpc', false);
672
+ tmp0_serialDesc.t4e('error', false);
673
+ this.i5m_1 = tmp0_serialDesc;
674
+ }
675
+ protoOf($serializer).j5m = function (encoder, value) {
676
+ var tmp0_desc = this.i5m_1;
677
+ var tmp1_output = encoder.f47(tmp0_desc);
678
+ tmp1_output.t48(tmp0_desc, 0, value.k5m_1);
679
+ tmp1_output.x48(tmp0_desc, 1, $serializer_getInstance_0(), value.l5m_1);
680
+ tmp1_output.g47(tmp0_desc);
681
+ };
682
+ protoOf($serializer).s43 = function (encoder, value) {
683
+ return this.j5m(encoder, value instanceof ErrorResponseDto ? value : THROW_CCE());
684
+ };
685
+ protoOf($serializer).t43 = function (decoder) {
686
+ var tmp0_desc = this.i5m_1;
678
687
  var tmp1_flag = true;
679
688
  var tmp2_index = 0;
680
689
  var tmp3_bitMask0 = 0;
681
690
  var tmp4_local0 = null;
682
691
  var tmp5_local1 = null;
683
- var tmp6_input = decoder.d47(tmp0_desc);
684
- if (tmp6_input.s47()) {
685
- tmp4_local0 = tmp6_input.n47(tmp0_desc, 0);
692
+ var tmp6_input = decoder.f47(tmp0_desc);
693
+ if (tmp6_input.u47()) {
694
+ tmp4_local0 = tmp6_input.p47(tmp0_desc, 0);
686
695
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
687
- tmp5_local1 = tmp6_input.r47(tmp0_desc, 1, $serializer_getInstance_0(), tmp5_local1);
696
+ tmp5_local1 = tmp6_input.t47(tmp0_desc, 1, $serializer_getInstance_0(), tmp5_local1);
688
697
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
689
698
  } else
690
699
  while (tmp1_flag) {
691
- tmp2_index = tmp6_input.t47(tmp0_desc);
700
+ tmp2_index = tmp6_input.v47(tmp0_desc);
692
701
  switch (tmp2_index) {
693
702
  case -1:
694
703
  tmp1_flag = false;
695
704
  break;
696
705
  case 0:
697
- tmp4_local0 = tmp6_input.n47(tmp0_desc, 0);
706
+ tmp4_local0 = tmp6_input.p47(tmp0_desc, 0);
698
707
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
699
708
  break;
700
709
  case 1:
701
- tmp5_local1 = tmp6_input.r47(tmp0_desc, 1, $serializer_getInstance_0(), tmp5_local1);
710
+ tmp5_local1 = tmp6_input.t47(tmp0_desc, 1, $serializer_getInstance_0(), tmp5_local1);
702
711
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
703
712
  break;
704
713
  default:
705
714
  throw UnknownFieldException_init_$Create$(tmp2_index);
706
715
  }
707
716
  }
708
- tmp6_input.e47(tmp0_desc);
717
+ tmp6_input.g47(tmp0_desc);
709
718
  return ErrorResponseDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
710
719
  };
711
- protoOf($serializer).p43 = function () {
712
- return this.g5m_1;
720
+ protoOf($serializer).r43 = function () {
721
+ return this.i5m_1;
713
722
  };
714
- protoOf($serializer).g4f = function () {
723
+ protoOf($serializer).i4f = function () {
715
724
  // Inline function 'kotlin.arrayOf' call
716
725
  // Inline function 'kotlin.js.unsafeCast' call
717
726
  // Inline function 'kotlin.js.asDynamic' call
@@ -725,25 +734,25 @@
725
734
  }
726
735
  function ErrorResponseDto_init_$Init$(seen0, jsonrpc, error, serializationConstructorMarker, $this) {
727
736
  if (!(3 === (3 & seen0))) {
728
- throwMissingFieldException(seen0, 3, $serializer_getInstance().g5m_1);
737
+ throwMissingFieldException(seen0, 3, $serializer_getInstance().i5m_1);
729
738
  }
730
- $this.i5m_1 = jsonrpc;
731
- $this.j5m_1 = error;
739
+ $this.k5m_1 = jsonrpc;
740
+ $this.l5m_1 = error;
732
741
  return $this;
733
742
  }
734
743
  function ErrorResponseDto_init_$Create$(seen0, jsonrpc, error, serializationConstructorMarker) {
735
744
  return ErrorResponseDto_init_$Init$(seen0, jsonrpc, error, serializationConstructorMarker, objectCreate(protoOf(ErrorResponseDto)));
736
745
  }
737
746
  function ErrorResponseDto(jsonrpc, error) {
738
- this.i5m_1 = jsonrpc;
739
- this.j5m_1 = error;
747
+ this.k5m_1 = jsonrpc;
748
+ this.l5m_1 = error;
740
749
  }
741
750
  protoOf(ErrorResponseDto).toString = function () {
742
- return 'ErrorResponseDto(jsonrpc=' + this.i5m_1 + ', error=' + toString_0(this.j5m_1) + ')';
751
+ return 'ErrorResponseDto(jsonrpc=' + this.k5m_1 + ', error=' + toString_0(this.l5m_1) + ')';
743
752
  };
744
753
  protoOf(ErrorResponseDto).hashCode = function () {
745
- var result = getStringHashCode(this.i5m_1);
746
- result = imul(result, 31) + (this.j5m_1 == null ? 0 : this.j5m_1.hashCode()) | 0;
754
+ var result = getStringHashCode(this.k5m_1);
755
+ result = imul(result, 31) + (this.l5m_1 == null ? 0 : this.l5m_1.hashCode()) | 0;
747
756
  return result;
748
757
  };
749
758
  protoOf(ErrorResponseDto).equals = function (other) {
@@ -752,68 +761,68 @@
752
761
  if (!(other instanceof ErrorResponseDto))
753
762
  return false;
754
763
  var tmp0_other_with_cast = other instanceof ErrorResponseDto ? other : THROW_CCE();
755
- if (!(this.i5m_1 === tmp0_other_with_cast.i5m_1))
764
+ if (!(this.k5m_1 === tmp0_other_with_cast.k5m_1))
756
765
  return false;
757
- if (!equals(this.j5m_1, tmp0_other_with_cast.j5m_1))
766
+ if (!equals(this.l5m_1, tmp0_other_with_cast.l5m_1))
758
767
  return false;
759
768
  return true;
760
769
  };
761
770
  function $serializer_0() {
762
771
  $serializer_instance_0 = this;
763
772
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('games.raspberry.card_game.random.data.models.serializable.ErrorDto', this, 2);
764
- tmp0_serialDesc.r4e('code', false);
765
- tmp0_serialDesc.r4e('message', false);
766
- this.k5m_1 = tmp0_serialDesc;
767
- }
768
- protoOf($serializer_0).l5m = function (encoder, value) {
769
- var tmp0_desc = this.k5m_1;
770
- var tmp1_output = encoder.d47(tmp0_desc);
771
- tmp1_output.v48(tmp0_desc, 0, IntSerializer_getInstance(), value.m5m_1);
772
- tmp1_output.v48(tmp0_desc, 1, StringSerializer_getInstance(), value.n5m_1);
773
- tmp1_output.e47(tmp0_desc);
774
- };
775
- protoOf($serializer_0).q43 = function (encoder, value) {
776
- return this.l5m(encoder, value instanceof ErrorDto ? value : THROW_CCE());
777
- };
778
- protoOf($serializer_0).r43 = function (decoder) {
779
- var tmp0_desc = this.k5m_1;
773
+ tmp0_serialDesc.t4e('code', false);
774
+ tmp0_serialDesc.t4e('message', false);
775
+ this.m5m_1 = tmp0_serialDesc;
776
+ }
777
+ protoOf($serializer_0).n5m = function (encoder, value) {
778
+ var tmp0_desc = this.m5m_1;
779
+ var tmp1_output = encoder.f47(tmp0_desc);
780
+ tmp1_output.x48(tmp0_desc, 0, IntSerializer_getInstance(), value.o5m_1);
781
+ tmp1_output.x48(tmp0_desc, 1, StringSerializer_getInstance(), value.p5m_1);
782
+ tmp1_output.g47(tmp0_desc);
783
+ };
784
+ protoOf($serializer_0).s43 = function (encoder, value) {
785
+ return this.n5m(encoder, value instanceof ErrorDto ? value : THROW_CCE());
786
+ };
787
+ protoOf($serializer_0).t43 = function (decoder) {
788
+ var tmp0_desc = this.m5m_1;
780
789
  var tmp1_flag = true;
781
790
  var tmp2_index = 0;
782
791
  var tmp3_bitMask0 = 0;
783
792
  var tmp4_local0 = null;
784
793
  var tmp5_local1 = null;
785
- var tmp6_input = decoder.d47(tmp0_desc);
786
- if (tmp6_input.s47()) {
787
- tmp4_local0 = tmp6_input.r47(tmp0_desc, 0, IntSerializer_getInstance(), tmp4_local0);
794
+ var tmp6_input = decoder.f47(tmp0_desc);
795
+ if (tmp6_input.u47()) {
796
+ tmp4_local0 = tmp6_input.t47(tmp0_desc, 0, IntSerializer_getInstance(), tmp4_local0);
788
797
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
789
- tmp5_local1 = tmp6_input.r47(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
798
+ tmp5_local1 = tmp6_input.t47(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
790
799
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
791
800
  } else
792
801
  while (tmp1_flag) {
793
- tmp2_index = tmp6_input.t47(tmp0_desc);
802
+ tmp2_index = tmp6_input.v47(tmp0_desc);
794
803
  switch (tmp2_index) {
795
804
  case -1:
796
805
  tmp1_flag = false;
797
806
  break;
798
807
  case 0:
799
- tmp4_local0 = tmp6_input.r47(tmp0_desc, 0, IntSerializer_getInstance(), tmp4_local0);
808
+ tmp4_local0 = tmp6_input.t47(tmp0_desc, 0, IntSerializer_getInstance(), tmp4_local0);
800
809
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
801
810
  break;
802
811
  case 1:
803
- tmp5_local1 = tmp6_input.r47(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
812
+ tmp5_local1 = tmp6_input.t47(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
804
813
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
805
814
  break;
806
815
  default:
807
816
  throw UnknownFieldException_init_$Create$(tmp2_index);
808
817
  }
809
818
  }
810
- tmp6_input.e47(tmp0_desc);
819
+ tmp6_input.g47(tmp0_desc);
811
820
  return ErrorDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
812
821
  };
813
- protoOf($serializer_0).p43 = function () {
814
- return this.k5m_1;
822
+ protoOf($serializer_0).r43 = function () {
823
+ return this.m5m_1;
815
824
  };
816
- protoOf($serializer_0).g4f = function () {
825
+ protoOf($serializer_0).i4f = function () {
817
826
  // Inline function 'kotlin.arrayOf' call
818
827
  // Inline function 'kotlin.js.unsafeCast' call
819
828
  // Inline function 'kotlin.js.asDynamic' call
@@ -827,10 +836,10 @@
827
836
  }
828
837
  function ErrorDto_init_$Init$(seen0, code, message, serializationConstructorMarker, $this) {
829
838
  if (!(3 === (3 & seen0))) {
830
- throwMissingFieldException(seen0, 3, $serializer_getInstance_0().k5m_1);
839
+ throwMissingFieldException(seen0, 3, $serializer_getInstance_0().m5m_1);
831
840
  }
832
- $this.m5m_1 = code;
833
- $this.n5m_1 = message;
841
+ $this.o5m_1 = code;
842
+ $this.p5m_1 = message;
834
843
  return $this;
835
844
  }
836
845
  function ErrorDto_init_$Create$(seen0, code, message, serializationConstructorMarker) {
@@ -839,11 +848,11 @@
839
848
  function ErrorDto() {
840
849
  }
841
850
  protoOf(ErrorDto).toString = function () {
842
- return 'ErrorDto(code=' + this.m5m_1 + ', message=' + this.n5m_1 + ')';
851
+ return 'ErrorDto(code=' + this.o5m_1 + ', message=' + this.p5m_1 + ')';
843
852
  };
844
853
  protoOf(ErrorDto).hashCode = function () {
845
- var result = this.m5m_1 == null ? 0 : this.m5m_1;
846
- result = imul(result, 31) + (this.n5m_1 == null ? 0 : getStringHashCode(this.n5m_1)) | 0;
854
+ var result = this.o5m_1 == null ? 0 : this.o5m_1;
855
+ result = imul(result, 31) + (this.p5m_1 == null ? 0 : getStringHashCode(this.p5m_1)) | 0;
847
856
  return result;
848
857
  };
849
858
  protoOf(ErrorDto).equals = function (other) {
@@ -852,15 +861,15 @@
852
861
  if (!(other instanceof ErrorDto))
853
862
  return false;
854
863
  var tmp0_other_with_cast = other instanceof ErrorDto ? other : THROW_CCE();
855
- if (!(this.m5m_1 == tmp0_other_with_cast.m5m_1))
864
+ if (!(this.o5m_1 == tmp0_other_with_cast.o5m_1))
856
865
  return false;
857
- if (!(this.n5m_1 == tmp0_other_with_cast.n5m_1))
866
+ if (!(this.p5m_1 == tmp0_other_with_cast.p5m_1))
858
867
  return false;
859
868
  return true;
860
869
  };
861
870
  function $serializer_init_$Init$(typeSerial0, $this) {
862
871
  $serializer_1.call($this);
863
- $this.p5m_1 = typeSerial0;
872
+ $this.r5m_1 = typeSerial0;
864
873
  return $this;
865
874
  }
866
875
  function $serializer_init_$Create$(typeSerial0) {
@@ -869,17 +878,17 @@
869
878
  function Companion_2() {
870
879
  Companion_instance_4 = this;
871
880
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('games.raspberry.card_game.random.data.models.serializable.RandomRequestDto', null, 4);
872
- tmp0_serialDesc.r4e('jsonrpc', false);
873
- tmp0_serialDesc.r4e('method', false);
874
- tmp0_serialDesc.r4e('params', false);
875
- tmp0_serialDesc.r4e('id', false);
876
- this.q5m_1 = tmp0_serialDesc;
881
+ tmp0_serialDesc.t4e('jsonrpc', false);
882
+ tmp0_serialDesc.t4e('method', false);
883
+ tmp0_serialDesc.t4e('params', false);
884
+ tmp0_serialDesc.t4e('id', false);
885
+ this.s5m_1 = tmp0_serialDesc;
877
886
  }
878
- protoOf(Companion_2).r5m = function (typeSerial0) {
887
+ protoOf(Companion_2).t5m = function (typeSerial0) {
879
888
  return $serializer_init_$Create$(typeSerial0);
880
889
  };
881
- protoOf(Companion_2).r4f = function (typeParamsSerializers) {
882
- return this.r5m(typeParamsSerializers[0]);
890
+ protoOf(Companion_2).t4f = function (typeParamsSerializers) {
891
+ return this.t5m(typeParamsSerializers[0]);
883
892
  };
884
893
  var Companion_instance_4;
885
894
  function Companion_getInstance_5() {
@@ -889,26 +898,26 @@
889
898
  }
890
899
  function $serializer_1() {
891
900
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('games.raspberry.card_game.random.data.models.serializable.RandomRequestDto', this, 4);
892
- tmp0_serialDesc.r4e('jsonrpc', false);
893
- tmp0_serialDesc.r4e('method', false);
894
- tmp0_serialDesc.r4e('params', false);
895
- tmp0_serialDesc.r4e('id', false);
896
- this.o5m_1 = tmp0_serialDesc;
897
- }
898
- protoOf($serializer_1).s5m = function (encoder, value) {
899
- var tmp0_desc = this.o5m_1;
900
- var tmp1_output = encoder.d47(tmp0_desc);
901
- tmp1_output.r48(tmp0_desc, 0, value.t5m_1);
902
- tmp1_output.r48(tmp0_desc, 1, value.u5m_1);
903
- tmp1_output.t48(tmp0_desc, 2, this.p5m_1, value.v5m_1);
904
- tmp1_output.r48(tmp0_desc, 3, value.w5m_1);
905
- tmp1_output.e47(tmp0_desc);
906
- };
907
- protoOf($serializer_1).q43 = function (encoder, value) {
908
- return this.s5m(encoder, value instanceof RandomRequestDto ? value : THROW_CCE());
909
- };
910
- protoOf($serializer_1).r43 = function (decoder) {
911
- var tmp0_desc = this.o5m_1;
901
+ tmp0_serialDesc.t4e('jsonrpc', false);
902
+ tmp0_serialDesc.t4e('method', false);
903
+ tmp0_serialDesc.t4e('params', false);
904
+ tmp0_serialDesc.t4e('id', false);
905
+ this.q5m_1 = tmp0_serialDesc;
906
+ }
907
+ protoOf($serializer_1).u5m = function (encoder, value) {
908
+ var tmp0_desc = this.q5m_1;
909
+ var tmp1_output = encoder.f47(tmp0_desc);
910
+ tmp1_output.t48(tmp0_desc, 0, value.v5m_1);
911
+ tmp1_output.t48(tmp0_desc, 1, value.w5m_1);
912
+ tmp1_output.v48(tmp0_desc, 2, this.r5m_1, value.x5m_1);
913
+ tmp1_output.t48(tmp0_desc, 3, value.y5m_1);
914
+ tmp1_output.g47(tmp0_desc);
915
+ };
916
+ protoOf($serializer_1).s43 = function (encoder, value) {
917
+ return this.u5m(encoder, value instanceof RandomRequestDto ? value : THROW_CCE());
918
+ };
919
+ protoOf($serializer_1).t43 = function (decoder) {
920
+ var tmp0_desc = this.q5m_1;
912
921
  var tmp1_flag = true;
913
922
  var tmp2_index = 0;
914
923
  var tmp3_bitMask0 = 0;
@@ -916,69 +925,69 @@
916
925
  var tmp5_local1 = null;
917
926
  var tmp6_local2 = null;
918
927
  var tmp7_local3 = null;
919
- var tmp8_input = decoder.d47(tmp0_desc);
920
- if (tmp8_input.s47()) {
921
- tmp4_local0 = tmp8_input.n47(tmp0_desc, 0);
928
+ var tmp8_input = decoder.f47(tmp0_desc);
929
+ if (tmp8_input.u47()) {
930
+ tmp4_local0 = tmp8_input.p47(tmp0_desc, 0);
922
931
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
923
- tmp5_local1 = tmp8_input.n47(tmp0_desc, 1);
932
+ tmp5_local1 = tmp8_input.p47(tmp0_desc, 1);
924
933
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
925
- tmp6_local2 = tmp8_input.p47(tmp0_desc, 2, this.p5m_1, tmp6_local2);
934
+ tmp6_local2 = tmp8_input.r47(tmp0_desc, 2, this.r5m_1, tmp6_local2);
926
935
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
927
- tmp7_local3 = tmp8_input.n47(tmp0_desc, 3);
936
+ tmp7_local3 = tmp8_input.p47(tmp0_desc, 3);
928
937
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
929
938
  } else
930
939
  while (tmp1_flag) {
931
- tmp2_index = tmp8_input.t47(tmp0_desc);
940
+ tmp2_index = tmp8_input.v47(tmp0_desc);
932
941
  switch (tmp2_index) {
933
942
  case -1:
934
943
  tmp1_flag = false;
935
944
  break;
936
945
  case 0:
937
- tmp4_local0 = tmp8_input.n47(tmp0_desc, 0);
946
+ tmp4_local0 = tmp8_input.p47(tmp0_desc, 0);
938
947
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
939
948
  break;
940
949
  case 1:
941
- tmp5_local1 = tmp8_input.n47(tmp0_desc, 1);
950
+ tmp5_local1 = tmp8_input.p47(tmp0_desc, 1);
942
951
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
943
952
  break;
944
953
  case 2:
945
- tmp6_local2 = tmp8_input.p47(tmp0_desc, 2, this.p5m_1, tmp6_local2);
954
+ tmp6_local2 = tmp8_input.r47(tmp0_desc, 2, this.r5m_1, tmp6_local2);
946
955
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
947
956
  break;
948
957
  case 3:
949
- tmp7_local3 = tmp8_input.n47(tmp0_desc, 3);
958
+ tmp7_local3 = tmp8_input.p47(tmp0_desc, 3);
950
959
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
951
960
  break;
952
961
  default:
953
962
  throw UnknownFieldException_init_$Create$(tmp2_index);
954
963
  }
955
964
  }
956
- tmp8_input.e47(tmp0_desc);
965
+ tmp8_input.g47(tmp0_desc);
957
966
  return RandomRequestDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
958
967
  };
959
- protoOf($serializer_1).p43 = function () {
960
- return this.o5m_1;
968
+ protoOf($serializer_1).r43 = function () {
969
+ return this.q5m_1;
961
970
  };
962
- protoOf($serializer_1).g4f = function () {
971
+ protoOf($serializer_1).i4f = function () {
963
972
  // Inline function 'kotlin.arrayOf' call
964
973
  // Inline function 'kotlin.js.unsafeCast' call
965
974
  // Inline function 'kotlin.js.asDynamic' call
966
- return [StringSerializer_getInstance(), StringSerializer_getInstance(), this.p5m_1, StringSerializer_getInstance()];
975
+ return [StringSerializer_getInstance(), StringSerializer_getInstance(), this.r5m_1, StringSerializer_getInstance()];
967
976
  };
968
- protoOf($serializer_1).h4f = function () {
977
+ protoOf($serializer_1).j4f = function () {
969
978
  // Inline function 'kotlin.arrayOf' call
970
979
  // Inline function 'kotlin.js.unsafeCast' call
971
980
  // Inline function 'kotlin.js.asDynamic' call
972
- return [this.p5m_1];
981
+ return [this.r5m_1];
973
982
  };
974
983
  function RandomRequestDto_init_$Init$(seen0, jsonrpc, method, params, id, serializationConstructorMarker, $this) {
975
984
  if (!(15 === (15 & seen0))) {
976
- throwMissingFieldException(seen0, 15, Companion_getInstance_5().q5m_1);
985
+ throwMissingFieldException(seen0, 15, Companion_getInstance_5().s5m_1);
977
986
  }
978
- $this.t5m_1 = jsonrpc;
979
- $this.u5m_1 = method;
980
- $this.v5m_1 = params;
981
- $this.w5m_1 = id;
987
+ $this.v5m_1 = jsonrpc;
988
+ $this.w5m_1 = method;
989
+ $this.x5m_1 = params;
990
+ $this.y5m_1 = id;
982
991
  return $this;
983
992
  }
984
993
  function RandomRequestDto_init_$Create$(seen0, jsonrpc, method, params, id, serializationConstructorMarker) {
@@ -986,19 +995,19 @@
986
995
  }
987
996
  function RandomRequestDto(jsonrpc, method, params, id) {
988
997
  Companion_getInstance_5();
989
- this.t5m_1 = jsonrpc;
990
- this.u5m_1 = method;
991
- this.v5m_1 = params;
992
- this.w5m_1 = id;
998
+ this.v5m_1 = jsonrpc;
999
+ this.w5m_1 = method;
1000
+ this.x5m_1 = params;
1001
+ this.y5m_1 = id;
993
1002
  }
994
1003
  protoOf(RandomRequestDto).toString = function () {
995
- return 'RandomRequestDto(jsonrpc=' + this.t5m_1 + ', method=' + this.u5m_1 + ', params=' + toString(this.v5m_1) + ', id=' + this.w5m_1 + ')';
1004
+ return 'RandomRequestDto(jsonrpc=' + this.v5m_1 + ', method=' + this.w5m_1 + ', params=' + toString(this.x5m_1) + ', id=' + this.y5m_1 + ')';
996
1005
  };
997
1006
  protoOf(RandomRequestDto).hashCode = function () {
998
- var result = getStringHashCode(this.t5m_1);
999
- result = imul(result, 31) + getStringHashCode(this.u5m_1) | 0;
1000
- result = imul(result, 31) + hashCode(this.v5m_1) | 0;
1007
+ var result = getStringHashCode(this.v5m_1);
1001
1008
  result = imul(result, 31) + getStringHashCode(this.w5m_1) | 0;
1009
+ result = imul(result, 31) + hashCode(this.x5m_1) | 0;
1010
+ result = imul(result, 31) + getStringHashCode(this.y5m_1) | 0;
1002
1011
  return result;
1003
1012
  };
1004
1013
  protoOf(RandomRequestDto).equals = function (other) {
@@ -1007,13 +1016,13 @@
1007
1016
  if (!(other instanceof RandomRequestDto))
1008
1017
  return false;
1009
1018
  var tmp0_other_with_cast = other instanceof RandomRequestDto ? other : THROW_CCE();
1010
- if (!(this.t5m_1 === tmp0_other_with_cast.t5m_1))
1019
+ if (!(this.v5m_1 === tmp0_other_with_cast.v5m_1))
1011
1020
  return false;
1012
- if (!(this.u5m_1 === tmp0_other_with_cast.u5m_1))
1021
+ if (!(this.w5m_1 === tmp0_other_with_cast.w5m_1))
1013
1022
  return false;
1014
- if (!equals(this.v5m_1, tmp0_other_with_cast.v5m_1))
1023
+ if (!equals(this.x5m_1, tmp0_other_with_cast.x5m_1))
1015
1024
  return false;
1016
- if (!(this.w5m_1 === tmp0_other_with_cast.w5m_1))
1025
+ if (!(this.y5m_1 === tmp0_other_with_cast.y5m_1))
1017
1026
  return false;
1018
1027
  return true;
1019
1028
  };
@@ -1023,7 +1032,7 @@
1023
1032
  // Inline function 'kotlin.arrayOf' call
1024
1033
  // Inline function 'kotlin.js.unsafeCast' call
1025
1034
  // Inline function 'kotlin.js.asDynamic' call
1026
- tmp.x5m_1 = [null, null, new ArrayListSerializer(IntSerializer_getInstance()), null, null, null, null, null];
1035
+ tmp.z5m_1 = [null, null, new ArrayListSerializer(IntSerializer_getInstance()), null, null, null, null, null];
1027
1036
  }
1028
1037
  var Companion_instance_5;
1029
1038
  function Companion_getInstance_6() {
@@ -1034,35 +1043,35 @@
1034
1043
  function $serializer_2() {
1035
1044
  $serializer_instance_1 = this;
1036
1045
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('games.raspberry.card_game.random.data.models.serializable.RandomParamsDto.RandomIntegerSequencesParamsDto', this, 8);
1037
- tmp0_serialDesc.r4e('apiKey', false);
1038
- tmp0_serialDesc.r4e('n', false);
1039
- tmp0_serialDesc.r4e('length', false);
1040
- tmp0_serialDesc.r4e('min', false);
1041
- tmp0_serialDesc.r4e('max', false);
1042
- tmp0_serialDesc.r4e('replacement', false);
1043
- tmp0_serialDesc.r4e('ticketId', false);
1044
- tmp0_serialDesc.r4e('userData', false);
1045
- this.y5m_1 = tmp0_serialDesc;
1046
- }
1047
- protoOf($serializer_2).z5m = function (encoder, value) {
1048
- var tmp0_desc = this.y5m_1;
1049
- var tmp1_output = encoder.d47(tmp0_desc);
1050
- var tmp2_cached = Companion_getInstance_6().x5m_1;
1051
- tmp1_output.r48(tmp0_desc, 0, value.a5n_1);
1052
- tmp1_output.m48(tmp0_desc, 1, value.b5n_1);
1053
- tmp1_output.t48(tmp0_desc, 2, tmp2_cached[2], value.c5n_1);
1054
- tmp1_output.m48(tmp0_desc, 3, value.d5n_1);
1055
- tmp1_output.m48(tmp0_desc, 4, value.e5n_1);
1056
- tmp1_output.j48(tmp0_desc, 5, value.f5n_1);
1057
- tmp1_output.v48(tmp0_desc, 6, StringSerializer_getInstance(), value.g5n_1);
1058
- tmp1_output.v48(tmp0_desc, 7, $serializer_getInstance_2(), value.h5n_1);
1059
- tmp1_output.e47(tmp0_desc);
1060
- };
1061
- protoOf($serializer_2).q43 = function (encoder, value) {
1062
- return this.z5m(encoder, value instanceof RandomIntegerSequencesParamsDto ? value : THROW_CCE());
1063
- };
1064
- protoOf($serializer_2).r43 = function (decoder) {
1065
- var tmp0_desc = this.y5m_1;
1046
+ tmp0_serialDesc.t4e('apiKey', false);
1047
+ tmp0_serialDesc.t4e('n', false);
1048
+ tmp0_serialDesc.t4e('length', false);
1049
+ tmp0_serialDesc.t4e('min', false);
1050
+ tmp0_serialDesc.t4e('max', false);
1051
+ tmp0_serialDesc.t4e('replacement', false);
1052
+ tmp0_serialDesc.t4e('ticketId', false);
1053
+ tmp0_serialDesc.t4e('userData', false);
1054
+ this.a5n_1 = tmp0_serialDesc;
1055
+ }
1056
+ protoOf($serializer_2).b5n = function (encoder, value) {
1057
+ var tmp0_desc = this.a5n_1;
1058
+ var tmp1_output = encoder.f47(tmp0_desc);
1059
+ var tmp2_cached = Companion_getInstance_6().z5m_1;
1060
+ tmp1_output.t48(tmp0_desc, 0, value.c5n_1);
1061
+ tmp1_output.o48(tmp0_desc, 1, value.d5n_1);
1062
+ tmp1_output.v48(tmp0_desc, 2, tmp2_cached[2], value.e5n_1);
1063
+ tmp1_output.o48(tmp0_desc, 3, value.f5n_1);
1064
+ tmp1_output.o48(tmp0_desc, 4, value.g5n_1);
1065
+ tmp1_output.l48(tmp0_desc, 5, value.h5n_1);
1066
+ tmp1_output.x48(tmp0_desc, 6, StringSerializer_getInstance(), value.i5n_1);
1067
+ tmp1_output.x48(tmp0_desc, 7, $serializer_getInstance_2(), value.j5n_1);
1068
+ tmp1_output.g47(tmp0_desc);
1069
+ };
1070
+ protoOf($serializer_2).s43 = function (encoder, value) {
1071
+ return this.b5n(encoder, value instanceof RandomIntegerSequencesParamsDto ? value : THROW_CCE());
1072
+ };
1073
+ protoOf($serializer_2).t43 = function (decoder) {
1074
+ var tmp0_desc = this.a5n_1;
1066
1075
  var tmp1_flag = true;
1067
1076
  var tmp2_index = 0;
1068
1077
  var tmp3_bitMask0 = 0;
@@ -1074,76 +1083,76 @@
1074
1083
  var tmp9_local5 = false;
1075
1084
  var tmp10_local6 = null;
1076
1085
  var tmp11_local7 = null;
1077
- var tmp12_input = decoder.d47(tmp0_desc);
1078
- var tmp13_cached = Companion_getInstance_6().x5m_1;
1079
- if (tmp12_input.s47()) {
1080
- tmp4_local0 = tmp12_input.n47(tmp0_desc, 0);
1086
+ var tmp12_input = decoder.f47(tmp0_desc);
1087
+ var tmp13_cached = Companion_getInstance_6().z5m_1;
1088
+ if (tmp12_input.u47()) {
1089
+ tmp4_local0 = tmp12_input.p47(tmp0_desc, 0);
1081
1090
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
1082
- tmp5_local1 = tmp12_input.i47(tmp0_desc, 1);
1091
+ tmp5_local1 = tmp12_input.k47(tmp0_desc, 1);
1083
1092
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
1084
- tmp6_local2 = tmp12_input.p47(tmp0_desc, 2, tmp13_cached[2], tmp6_local2);
1093
+ tmp6_local2 = tmp12_input.r47(tmp0_desc, 2, tmp13_cached[2], tmp6_local2);
1085
1094
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
1086
- tmp7_local3 = tmp12_input.i47(tmp0_desc, 3);
1095
+ tmp7_local3 = tmp12_input.k47(tmp0_desc, 3);
1087
1096
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
1088
- tmp8_local4 = tmp12_input.i47(tmp0_desc, 4);
1097
+ tmp8_local4 = tmp12_input.k47(tmp0_desc, 4);
1089
1098
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
1090
- tmp9_local5 = tmp12_input.f47(tmp0_desc, 5);
1099
+ tmp9_local5 = tmp12_input.h47(tmp0_desc, 5);
1091
1100
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
1092
- tmp10_local6 = tmp12_input.r47(tmp0_desc, 6, StringSerializer_getInstance(), tmp10_local6);
1101
+ tmp10_local6 = tmp12_input.t47(tmp0_desc, 6, StringSerializer_getInstance(), tmp10_local6);
1093
1102
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
1094
- tmp11_local7 = tmp12_input.r47(tmp0_desc, 7, $serializer_getInstance_2(), tmp11_local7);
1103
+ tmp11_local7 = tmp12_input.t47(tmp0_desc, 7, $serializer_getInstance_2(), tmp11_local7);
1095
1104
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
1096
1105
  } else
1097
1106
  while (tmp1_flag) {
1098
- tmp2_index = tmp12_input.t47(tmp0_desc);
1107
+ tmp2_index = tmp12_input.v47(tmp0_desc);
1099
1108
  switch (tmp2_index) {
1100
1109
  case -1:
1101
1110
  tmp1_flag = false;
1102
1111
  break;
1103
1112
  case 0:
1104
- tmp4_local0 = tmp12_input.n47(tmp0_desc, 0);
1113
+ tmp4_local0 = tmp12_input.p47(tmp0_desc, 0);
1105
1114
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
1106
1115
  break;
1107
1116
  case 1:
1108
- tmp5_local1 = tmp12_input.i47(tmp0_desc, 1);
1117
+ tmp5_local1 = tmp12_input.k47(tmp0_desc, 1);
1109
1118
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
1110
1119
  break;
1111
1120
  case 2:
1112
- tmp6_local2 = tmp12_input.p47(tmp0_desc, 2, tmp13_cached[2], tmp6_local2);
1121
+ tmp6_local2 = tmp12_input.r47(tmp0_desc, 2, tmp13_cached[2], tmp6_local2);
1113
1122
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
1114
1123
  break;
1115
1124
  case 3:
1116
- tmp7_local3 = tmp12_input.i47(tmp0_desc, 3);
1125
+ tmp7_local3 = tmp12_input.k47(tmp0_desc, 3);
1117
1126
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
1118
1127
  break;
1119
1128
  case 4:
1120
- tmp8_local4 = tmp12_input.i47(tmp0_desc, 4);
1129
+ tmp8_local4 = tmp12_input.k47(tmp0_desc, 4);
1121
1130
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
1122
1131
  break;
1123
1132
  case 5:
1124
- tmp9_local5 = tmp12_input.f47(tmp0_desc, 5);
1133
+ tmp9_local5 = tmp12_input.h47(tmp0_desc, 5);
1125
1134
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
1126
1135
  break;
1127
1136
  case 6:
1128
- tmp10_local6 = tmp12_input.r47(tmp0_desc, 6, StringSerializer_getInstance(), tmp10_local6);
1137
+ tmp10_local6 = tmp12_input.t47(tmp0_desc, 6, StringSerializer_getInstance(), tmp10_local6);
1129
1138
  tmp3_bitMask0 = tmp3_bitMask0 | 64;
1130
1139
  break;
1131
1140
  case 7:
1132
- tmp11_local7 = tmp12_input.r47(tmp0_desc, 7, $serializer_getInstance_2(), tmp11_local7);
1141
+ tmp11_local7 = tmp12_input.t47(tmp0_desc, 7, $serializer_getInstance_2(), tmp11_local7);
1133
1142
  tmp3_bitMask0 = tmp3_bitMask0 | 128;
1134
1143
  break;
1135
1144
  default:
1136
1145
  throw UnknownFieldException_init_$Create$(tmp2_index);
1137
1146
  }
1138
1147
  }
1139
- tmp12_input.e47(tmp0_desc);
1148
+ tmp12_input.g47(tmp0_desc);
1140
1149
  return RandomIntegerSequencesParamsDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, null);
1141
1150
  };
1142
- protoOf($serializer_2).p43 = function () {
1143
- return this.y5m_1;
1151
+ protoOf($serializer_2).r43 = function () {
1152
+ return this.a5n_1;
1144
1153
  };
1145
- protoOf($serializer_2).g4f = function () {
1146
- var tmp0_cached = Companion_getInstance_6().x5m_1;
1154
+ protoOf($serializer_2).i4f = function () {
1155
+ var tmp0_cached = Companion_getInstance_6().z5m_1;
1147
1156
  // Inline function 'kotlin.arrayOf' call
1148
1157
  // Inline function 'kotlin.js.unsafeCast' call
1149
1158
  // Inline function 'kotlin.js.asDynamic' call
@@ -1157,16 +1166,16 @@
1157
1166
  }
1158
1167
  function RandomIntegerSequencesParamsDto_init_$Init$(seen0, apiKey, n, length, min, max, replacement, ticketId, userData, serializationConstructorMarker, $this) {
1159
1168
  if (!(255 === (255 & seen0))) {
1160
- throwMissingFieldException(seen0, 255, $serializer_getInstance_1().y5m_1);
1169
+ throwMissingFieldException(seen0, 255, $serializer_getInstance_1().a5n_1);
1161
1170
  }
1162
- $this.a5n_1 = apiKey;
1163
- $this.b5n_1 = n;
1164
- $this.c5n_1 = length;
1165
- $this.d5n_1 = min;
1166
- $this.e5n_1 = max;
1167
- $this.f5n_1 = replacement;
1168
- $this.g5n_1 = ticketId;
1169
- $this.h5n_1 = userData;
1171
+ $this.c5n_1 = apiKey;
1172
+ $this.d5n_1 = n;
1173
+ $this.e5n_1 = length;
1174
+ $this.f5n_1 = min;
1175
+ $this.g5n_1 = max;
1176
+ $this.h5n_1 = replacement;
1177
+ $this.i5n_1 = ticketId;
1178
+ $this.j5n_1 = userData;
1170
1179
  return $this;
1171
1180
  }
1172
1181
  function RandomIntegerSequencesParamsDto_init_$Create$(seen0, apiKey, n, length, min, max, replacement, ticketId, userData, serializationConstructorMarker) {
@@ -1174,27 +1183,27 @@
1174
1183
  }
1175
1184
  function RandomIntegerSequencesParamsDto(apiKey, n, length, min, max, replacement, ticketId, userData) {
1176
1185
  Companion_getInstance_6();
1177
- this.a5n_1 = apiKey;
1178
- this.b5n_1 = n;
1179
- this.c5n_1 = length;
1180
- this.d5n_1 = min;
1181
- this.e5n_1 = max;
1182
- this.f5n_1 = replacement;
1183
- this.g5n_1 = ticketId;
1184
- this.h5n_1 = userData;
1186
+ this.c5n_1 = apiKey;
1187
+ this.d5n_1 = n;
1188
+ this.e5n_1 = length;
1189
+ this.f5n_1 = min;
1190
+ this.g5n_1 = max;
1191
+ this.h5n_1 = replacement;
1192
+ this.i5n_1 = ticketId;
1193
+ this.j5n_1 = userData;
1185
1194
  }
1186
1195
  protoOf(RandomIntegerSequencesParamsDto).toString = function () {
1187
- return 'RandomIntegerSequencesParamsDto(apiKey=' + this.a5n_1 + ', n=' + this.b5n_1 + ', length=' + toString(this.c5n_1) + ', min=' + this.d5n_1 + ', max=' + this.e5n_1 + ', replacement=' + this.f5n_1 + ', ticketId=' + this.g5n_1 + ', userData=' + toString_0(this.h5n_1) + ')';
1196
+ return 'RandomIntegerSequencesParamsDto(apiKey=' + this.c5n_1 + ', n=' + this.d5n_1 + ', length=' + toString(this.e5n_1) + ', min=' + this.f5n_1 + ', max=' + this.g5n_1 + ', replacement=' + this.h5n_1 + ', ticketId=' + this.i5n_1 + ', userData=' + toString_0(this.j5n_1) + ')';
1188
1197
  };
1189
1198
  protoOf(RandomIntegerSequencesParamsDto).hashCode = function () {
1190
- var result = getStringHashCode(this.a5n_1);
1191
- result = imul(result, 31) + this.b5n_1 | 0;
1192
- result = imul(result, 31) + hashCode(this.c5n_1) | 0;
1199
+ var result = getStringHashCode(this.c5n_1);
1193
1200
  result = imul(result, 31) + this.d5n_1 | 0;
1194
- result = imul(result, 31) + this.e5n_1 | 0;
1195
- result = imul(result, 31) + getBooleanHashCode(this.f5n_1) | 0;
1196
- result = imul(result, 31) + (this.g5n_1 == null ? 0 : getStringHashCode(this.g5n_1)) | 0;
1197
- result = imul(result, 31) + (this.h5n_1 == null ? 0 : this.h5n_1.hashCode()) | 0;
1201
+ result = imul(result, 31) + hashCode(this.e5n_1) | 0;
1202
+ result = imul(result, 31) + this.f5n_1 | 0;
1203
+ result = imul(result, 31) + this.g5n_1 | 0;
1204
+ result = imul(result, 31) + getBooleanHashCode(this.h5n_1) | 0;
1205
+ result = imul(result, 31) + (this.i5n_1 == null ? 0 : getStringHashCode(this.i5n_1)) | 0;
1206
+ result = imul(result, 31) + (this.j5n_1 == null ? 0 : this.j5n_1.hashCode()) | 0;
1198
1207
  return result;
1199
1208
  };
1200
1209
  protoOf(RandomIntegerSequencesParamsDto).equals = function (other) {
@@ -1203,21 +1212,21 @@
1203
1212
  if (!(other instanceof RandomIntegerSequencesParamsDto))
1204
1213
  return false;
1205
1214
  var tmp0_other_with_cast = other instanceof RandomIntegerSequencesParamsDto ? other : THROW_CCE();
1206
- if (!(this.a5n_1 === tmp0_other_with_cast.a5n_1))
1207
- return false;
1208
- if (!(this.b5n_1 === tmp0_other_with_cast.b5n_1))
1209
- return false;
1210
- if (!equals(this.c5n_1, tmp0_other_with_cast.c5n_1))
1215
+ if (!(this.c5n_1 === tmp0_other_with_cast.c5n_1))
1211
1216
  return false;
1212
1217
  if (!(this.d5n_1 === tmp0_other_with_cast.d5n_1))
1213
1218
  return false;
1214
- if (!(this.e5n_1 === tmp0_other_with_cast.e5n_1))
1219
+ if (!equals(this.e5n_1, tmp0_other_with_cast.e5n_1))
1215
1220
  return false;
1216
1221
  if (!(this.f5n_1 === tmp0_other_with_cast.f5n_1))
1217
1222
  return false;
1218
- if (!(this.g5n_1 == tmp0_other_with_cast.g5n_1))
1223
+ if (!(this.g5n_1 === tmp0_other_with_cast.g5n_1))
1224
+ return false;
1225
+ if (!(this.h5n_1 === tmp0_other_with_cast.h5n_1))
1226
+ return false;
1227
+ if (!(this.i5n_1 == tmp0_other_with_cast.i5n_1))
1219
1228
  return false;
1220
- if (!equals(this.h5n_1, tmp0_other_with_cast.h5n_1))
1229
+ if (!equals(this.j5n_1, tmp0_other_with_cast.j5n_1))
1221
1230
  return false;
1222
1231
  return true;
1223
1232
  };
@@ -1230,59 +1239,59 @@
1230
1239
  function $serializer_3() {
1231
1240
  $serializer_instance_2 = this;
1232
1241
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('games.raspberry.card_game.random.data.models.serializable.CardDecksUserDataDto', this, 2);
1233
- tmp0_serialDesc.r4e('id', false);
1234
- tmp0_serialDesc.r4e('count', false);
1235
- this.i5n_1 = tmp0_serialDesc;
1236
- }
1237
- protoOf($serializer_3).j5n = function (encoder, value) {
1238
- var tmp0_desc = this.i5n_1;
1239
- var tmp1_output = encoder.d47(tmp0_desc);
1240
- tmp1_output.r48(tmp0_desc, 0, value.k5n_1);
1241
- tmp1_output.m48(tmp0_desc, 1, value.l5n_1);
1242
- tmp1_output.e47(tmp0_desc);
1243
- };
1244
- protoOf($serializer_3).q43 = function (encoder, value) {
1245
- return this.j5n(encoder, value instanceof CardDecksUserDataDto ? value : THROW_CCE());
1246
- };
1247
- protoOf($serializer_3).r43 = function (decoder) {
1248
- var tmp0_desc = this.i5n_1;
1242
+ tmp0_serialDesc.t4e('id', false);
1243
+ tmp0_serialDesc.t4e('count', false);
1244
+ this.k5n_1 = tmp0_serialDesc;
1245
+ }
1246
+ protoOf($serializer_3).l5n = function (encoder, value) {
1247
+ var tmp0_desc = this.k5n_1;
1248
+ var tmp1_output = encoder.f47(tmp0_desc);
1249
+ tmp1_output.t48(tmp0_desc, 0, value.m5n_1);
1250
+ tmp1_output.o48(tmp0_desc, 1, value.n5n_1);
1251
+ tmp1_output.g47(tmp0_desc);
1252
+ };
1253
+ protoOf($serializer_3).s43 = function (encoder, value) {
1254
+ return this.l5n(encoder, value instanceof CardDecksUserDataDto ? value : THROW_CCE());
1255
+ };
1256
+ protoOf($serializer_3).t43 = function (decoder) {
1257
+ var tmp0_desc = this.k5n_1;
1249
1258
  var tmp1_flag = true;
1250
1259
  var tmp2_index = 0;
1251
1260
  var tmp3_bitMask0 = 0;
1252
1261
  var tmp4_local0 = null;
1253
1262
  var tmp5_local1 = 0;
1254
- var tmp6_input = decoder.d47(tmp0_desc);
1255
- if (tmp6_input.s47()) {
1256
- tmp4_local0 = tmp6_input.n47(tmp0_desc, 0);
1263
+ var tmp6_input = decoder.f47(tmp0_desc);
1264
+ if (tmp6_input.u47()) {
1265
+ tmp4_local0 = tmp6_input.p47(tmp0_desc, 0);
1257
1266
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
1258
- tmp5_local1 = tmp6_input.i47(tmp0_desc, 1);
1267
+ tmp5_local1 = tmp6_input.k47(tmp0_desc, 1);
1259
1268
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
1260
1269
  } else
1261
1270
  while (tmp1_flag) {
1262
- tmp2_index = tmp6_input.t47(tmp0_desc);
1271
+ tmp2_index = tmp6_input.v47(tmp0_desc);
1263
1272
  switch (tmp2_index) {
1264
1273
  case -1:
1265
1274
  tmp1_flag = false;
1266
1275
  break;
1267
1276
  case 0:
1268
- tmp4_local0 = tmp6_input.n47(tmp0_desc, 0);
1277
+ tmp4_local0 = tmp6_input.p47(tmp0_desc, 0);
1269
1278
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
1270
1279
  break;
1271
1280
  case 1:
1272
- tmp5_local1 = tmp6_input.i47(tmp0_desc, 1);
1281
+ tmp5_local1 = tmp6_input.k47(tmp0_desc, 1);
1273
1282
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
1274
1283
  break;
1275
1284
  default:
1276
1285
  throw UnknownFieldException_init_$Create$(tmp2_index);
1277
1286
  }
1278
1287
  }
1279
- tmp6_input.e47(tmp0_desc);
1288
+ tmp6_input.g47(tmp0_desc);
1280
1289
  return CardDecksUserDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
1281
1290
  };
1282
- protoOf($serializer_3).p43 = function () {
1283
- return this.i5n_1;
1291
+ protoOf($serializer_3).r43 = function () {
1292
+ return this.k5n_1;
1284
1293
  };
1285
- protoOf($serializer_3).g4f = function () {
1294
+ protoOf($serializer_3).i4f = function () {
1286
1295
  // Inline function 'kotlin.arrayOf' call
1287
1296
  // Inline function 'kotlin.js.unsafeCast' call
1288
1297
  // Inline function 'kotlin.js.asDynamic' call
@@ -1296,25 +1305,25 @@
1296
1305
  }
1297
1306
  function CardDecksUserDataDto_init_$Init$(seen0, id, count, serializationConstructorMarker, $this) {
1298
1307
  if (!(3 === (3 & seen0))) {
1299
- throwMissingFieldException(seen0, 3, $serializer_getInstance_2().i5n_1);
1308
+ throwMissingFieldException(seen0, 3, $serializer_getInstance_2().k5n_1);
1300
1309
  }
1301
- $this.k5n_1 = id;
1302
- $this.l5n_1 = count;
1310
+ $this.m5n_1 = id;
1311
+ $this.n5n_1 = count;
1303
1312
  return $this;
1304
1313
  }
1305
1314
  function CardDecksUserDataDto_init_$Create$(seen0, id, count, serializationConstructorMarker) {
1306
1315
  return CardDecksUserDataDto_init_$Init$(seen0, id, count, serializationConstructorMarker, objectCreate(protoOf(CardDecksUserDataDto)));
1307
1316
  }
1308
1317
  function CardDecksUserDataDto(id, count) {
1309
- this.k5n_1 = id;
1310
- this.l5n_1 = count;
1318
+ this.m5n_1 = id;
1319
+ this.n5n_1 = count;
1311
1320
  }
1312
1321
  protoOf(CardDecksUserDataDto).toString = function () {
1313
- return 'CardDecksUserDataDto(id=' + this.k5n_1 + ', count=' + this.l5n_1 + ')';
1322
+ return 'CardDecksUserDataDto(id=' + this.m5n_1 + ', count=' + this.n5n_1 + ')';
1314
1323
  };
1315
1324
  protoOf(CardDecksUserDataDto).hashCode = function () {
1316
- var result = getStringHashCode(this.k5n_1);
1317
- result = imul(result, 31) + this.l5n_1 | 0;
1325
+ var result = getStringHashCode(this.m5n_1);
1326
+ result = imul(result, 31) + this.n5n_1 | 0;
1318
1327
  return result;
1319
1328
  };
1320
1329
  protoOf(CardDecksUserDataDto).equals = function (other) {
@@ -1323,15 +1332,15 @@
1323
1332
  if (!(other instanceof CardDecksUserDataDto))
1324
1333
  return false;
1325
1334
  var tmp0_other_with_cast = other instanceof CardDecksUserDataDto ? other : THROW_CCE();
1326
- if (!(this.k5n_1 === tmp0_other_with_cast.k5n_1))
1335
+ if (!(this.m5n_1 === tmp0_other_with_cast.m5n_1))
1327
1336
  return false;
1328
- if (!(this.l5n_1 === tmp0_other_with_cast.l5n_1))
1337
+ if (!(this.n5n_1 === tmp0_other_with_cast.n5n_1))
1329
1338
  return false;
1330
1339
  return true;
1331
1340
  };
1332
1341
  function $serializer_init_$Init$_0(typeSerial0, $this) {
1333
1342
  $serializer_4.call($this);
1334
- $this.n5n_1 = typeSerial0;
1343
+ $this.p5n_1 = typeSerial0;
1335
1344
  return $this;
1336
1345
  }
1337
1346
  function $serializer_init_$Create$_0(typeSerial0) {
@@ -1340,16 +1349,16 @@
1340
1349
  function Companion_5() {
1341
1350
  Companion_instance_7 = this;
1342
1351
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('games.raspberry.card_game.random.data.models.serializable.RandomResponseDto', null, 3);
1343
- tmp0_serialDesc.r4e('jsonrpc', false);
1344
- tmp0_serialDesc.r4e('result', false);
1345
- tmp0_serialDesc.r4e('id', false);
1346
- this.o5n_1 = tmp0_serialDesc;
1352
+ tmp0_serialDesc.t4e('jsonrpc', false);
1353
+ tmp0_serialDesc.t4e('result', false);
1354
+ tmp0_serialDesc.t4e('id', false);
1355
+ this.q5n_1 = tmp0_serialDesc;
1347
1356
  }
1348
- protoOf(Companion_5).r5m = function (typeSerial0) {
1357
+ protoOf(Companion_5).t5m = function (typeSerial0) {
1349
1358
  return $serializer_init_$Create$_0(typeSerial0);
1350
1359
  };
1351
- protoOf(Companion_5).r4f = function (typeParamsSerializers) {
1352
- return this.r5m(typeParamsSerializers[0]);
1360
+ protoOf(Companion_5).t4f = function (typeParamsSerializers) {
1361
+ return this.t5m(typeParamsSerializers[0]);
1353
1362
  };
1354
1363
  var Companion_instance_7;
1355
1364
  function Companion_getInstance_8() {
@@ -1359,86 +1368,86 @@
1359
1368
  }
1360
1369
  function $serializer_4() {
1361
1370
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('games.raspberry.card_game.random.data.models.serializable.RandomResponseDto', this, 3);
1362
- tmp0_serialDesc.r4e('jsonrpc', false);
1363
- tmp0_serialDesc.r4e('result', false);
1364
- tmp0_serialDesc.r4e('id', false);
1365
- this.m5n_1 = tmp0_serialDesc;
1366
- }
1367
- protoOf($serializer_4).p5n = function (encoder, value) {
1368
- var tmp0_desc = this.m5n_1;
1369
- var tmp1_output = encoder.d47(tmp0_desc);
1370
- tmp1_output.r48(tmp0_desc, 0, value.q5n_1);
1371
- tmp1_output.t48(tmp0_desc, 1, this.n5n_1, value.r5n_1);
1372
- tmp1_output.r48(tmp0_desc, 2, value.s5n_1);
1373
- tmp1_output.e47(tmp0_desc);
1374
- };
1375
- protoOf($serializer_4).q43 = function (encoder, value) {
1376
- return this.p5n(encoder, value instanceof RandomResponseDto ? value : THROW_CCE());
1377
- };
1378
- protoOf($serializer_4).r43 = function (decoder) {
1379
- var tmp0_desc = this.m5n_1;
1371
+ tmp0_serialDesc.t4e('jsonrpc', false);
1372
+ tmp0_serialDesc.t4e('result', false);
1373
+ tmp0_serialDesc.t4e('id', false);
1374
+ this.o5n_1 = tmp0_serialDesc;
1375
+ }
1376
+ protoOf($serializer_4).r5n = function (encoder, value) {
1377
+ var tmp0_desc = this.o5n_1;
1378
+ var tmp1_output = encoder.f47(tmp0_desc);
1379
+ tmp1_output.t48(tmp0_desc, 0, value.s5n_1);
1380
+ tmp1_output.v48(tmp0_desc, 1, this.p5n_1, value.t5n_1);
1381
+ tmp1_output.t48(tmp0_desc, 2, value.u5n_1);
1382
+ tmp1_output.g47(tmp0_desc);
1383
+ };
1384
+ protoOf($serializer_4).s43 = function (encoder, value) {
1385
+ return this.r5n(encoder, value instanceof RandomResponseDto ? value : THROW_CCE());
1386
+ };
1387
+ protoOf($serializer_4).t43 = function (decoder) {
1388
+ var tmp0_desc = this.o5n_1;
1380
1389
  var tmp1_flag = true;
1381
1390
  var tmp2_index = 0;
1382
1391
  var tmp3_bitMask0 = 0;
1383
1392
  var tmp4_local0 = null;
1384
1393
  var tmp5_local1 = null;
1385
1394
  var tmp6_local2 = null;
1386
- var tmp7_input = decoder.d47(tmp0_desc);
1387
- if (tmp7_input.s47()) {
1388
- tmp4_local0 = tmp7_input.n47(tmp0_desc, 0);
1395
+ var tmp7_input = decoder.f47(tmp0_desc);
1396
+ if (tmp7_input.u47()) {
1397
+ tmp4_local0 = tmp7_input.p47(tmp0_desc, 0);
1389
1398
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
1390
- tmp5_local1 = tmp7_input.p47(tmp0_desc, 1, this.n5n_1, tmp5_local1);
1399
+ tmp5_local1 = tmp7_input.r47(tmp0_desc, 1, this.p5n_1, tmp5_local1);
1391
1400
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
1392
- tmp6_local2 = tmp7_input.n47(tmp0_desc, 2);
1401
+ tmp6_local2 = tmp7_input.p47(tmp0_desc, 2);
1393
1402
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
1394
1403
  } else
1395
1404
  while (tmp1_flag) {
1396
- tmp2_index = tmp7_input.t47(tmp0_desc);
1405
+ tmp2_index = tmp7_input.v47(tmp0_desc);
1397
1406
  switch (tmp2_index) {
1398
1407
  case -1:
1399
1408
  tmp1_flag = false;
1400
1409
  break;
1401
1410
  case 0:
1402
- tmp4_local0 = tmp7_input.n47(tmp0_desc, 0);
1411
+ tmp4_local0 = tmp7_input.p47(tmp0_desc, 0);
1403
1412
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
1404
1413
  break;
1405
1414
  case 1:
1406
- tmp5_local1 = tmp7_input.p47(tmp0_desc, 1, this.n5n_1, tmp5_local1);
1415
+ tmp5_local1 = tmp7_input.r47(tmp0_desc, 1, this.p5n_1, tmp5_local1);
1407
1416
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
1408
1417
  break;
1409
1418
  case 2:
1410
- tmp6_local2 = tmp7_input.n47(tmp0_desc, 2);
1419
+ tmp6_local2 = tmp7_input.p47(tmp0_desc, 2);
1411
1420
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
1412
1421
  break;
1413
1422
  default:
1414
1423
  throw UnknownFieldException_init_$Create$(tmp2_index);
1415
1424
  }
1416
1425
  }
1417
- tmp7_input.e47(tmp0_desc);
1426
+ tmp7_input.g47(tmp0_desc);
1418
1427
  return RandomResponseDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
1419
1428
  };
1420
- protoOf($serializer_4).p43 = function () {
1421
- return this.m5n_1;
1429
+ protoOf($serializer_4).r43 = function () {
1430
+ return this.o5n_1;
1422
1431
  };
1423
- protoOf($serializer_4).g4f = function () {
1432
+ protoOf($serializer_4).i4f = function () {
1424
1433
  // Inline function 'kotlin.arrayOf' call
1425
1434
  // Inline function 'kotlin.js.unsafeCast' call
1426
1435
  // Inline function 'kotlin.js.asDynamic' call
1427
- return [StringSerializer_getInstance(), this.n5n_1, StringSerializer_getInstance()];
1436
+ return [StringSerializer_getInstance(), this.p5n_1, StringSerializer_getInstance()];
1428
1437
  };
1429
- protoOf($serializer_4).h4f = function () {
1438
+ protoOf($serializer_4).j4f = function () {
1430
1439
  // Inline function 'kotlin.arrayOf' call
1431
1440
  // Inline function 'kotlin.js.unsafeCast' call
1432
1441
  // Inline function 'kotlin.js.asDynamic' call
1433
- return [this.n5n_1];
1442
+ return [this.p5n_1];
1434
1443
  };
1435
1444
  function RandomResponseDto_init_$Init$(seen0, jsonrpc, result, id, serializationConstructorMarker, $this) {
1436
1445
  if (!(7 === (7 & seen0))) {
1437
- throwMissingFieldException(seen0, 7, Companion_getInstance_8().o5n_1);
1446
+ throwMissingFieldException(seen0, 7, Companion_getInstance_8().q5n_1);
1438
1447
  }
1439
- $this.q5n_1 = jsonrpc;
1440
- $this.r5n_1 = result;
1441
- $this.s5n_1 = id;
1448
+ $this.s5n_1 = jsonrpc;
1449
+ $this.t5n_1 = result;
1450
+ $this.u5n_1 = id;
1442
1451
  return $this;
1443
1452
  }
1444
1453
  function RandomResponseDto_init_$Create$(seen0, jsonrpc, result, id, serializationConstructorMarker) {
@@ -1446,17 +1455,17 @@
1446
1455
  }
1447
1456
  function RandomResponseDto(jsonrpc, result, id) {
1448
1457
  Companion_getInstance_8();
1449
- this.q5n_1 = jsonrpc;
1450
- this.r5n_1 = result;
1451
- this.s5n_1 = id;
1458
+ this.s5n_1 = jsonrpc;
1459
+ this.t5n_1 = result;
1460
+ this.u5n_1 = id;
1452
1461
  }
1453
1462
  protoOf(RandomResponseDto).toString = function () {
1454
- return 'RandomResponseDto(jsonrpc=' + this.q5n_1 + ', result=' + toString(this.r5n_1) + ', id=' + this.s5n_1 + ')';
1463
+ return 'RandomResponseDto(jsonrpc=' + this.s5n_1 + ', result=' + toString(this.t5n_1) + ', id=' + this.u5n_1 + ')';
1455
1464
  };
1456
1465
  protoOf(RandomResponseDto).hashCode = function () {
1457
- var result = getStringHashCode(this.q5n_1);
1458
- result = imul(result, 31) + hashCode(this.r5n_1) | 0;
1459
- result = imul(result, 31) + getStringHashCode(this.s5n_1) | 0;
1466
+ var result = getStringHashCode(this.s5n_1);
1467
+ result = imul(result, 31) + hashCode(this.t5n_1) | 0;
1468
+ result = imul(result, 31) + getStringHashCode(this.u5n_1) | 0;
1460
1469
  return result;
1461
1470
  };
1462
1471
  protoOf(RandomResponseDto).equals = function (other) {
@@ -1465,11 +1474,11 @@
1465
1474
  if (!(other instanceof RandomResponseDto))
1466
1475
  return false;
1467
1476
  var tmp0_other_with_cast = other instanceof RandomResponseDto ? other : THROW_CCE();
1468
- if (!(this.q5n_1 === tmp0_other_with_cast.q5n_1))
1477
+ if (!(this.s5n_1 === tmp0_other_with_cast.s5n_1))
1469
1478
  return false;
1470
- if (!equals(this.r5n_1, tmp0_other_with_cast.r5n_1))
1479
+ if (!equals(this.t5n_1, tmp0_other_with_cast.t5n_1))
1471
1480
  return false;
1472
- if (!(this.s5n_1 === tmp0_other_with_cast.s5n_1))
1481
+ if (!(this.u5n_1 === tmp0_other_with_cast.u5n_1))
1473
1482
  return false;
1474
1483
  return true;
1475
1484
  };
@@ -1482,30 +1491,30 @@
1482
1491
  function $serializer_5() {
1483
1492
  $serializer_instance_3 = this;
1484
1493
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('games.raspberry.card_game.random.data.models.serializable.RandomResultDto.IntegerSequencesResultDto', this, 6);
1485
- tmp0_serialDesc.r4e('random', false);
1486
- tmp0_serialDesc.r4e('signature', false);
1487
- tmp0_serialDesc.r4e('bitsUsed', false);
1488
- tmp0_serialDesc.r4e('bitsLeft', false);
1489
- tmp0_serialDesc.r4e('requestsLeft', false);
1490
- tmp0_serialDesc.r4e('advisoryDelay', false);
1491
- this.t5n_1 = tmp0_serialDesc;
1492
- }
1493
- protoOf($serializer_5).u5n = function (encoder, value) {
1494
- var tmp0_desc = this.t5n_1;
1495
- var tmp1_output = encoder.d47(tmp0_desc);
1496
- tmp1_output.t48(tmp0_desc, 0, $serializer_getInstance_4(), value.v5n_1);
1497
- tmp1_output.v48(tmp0_desc, 1, StringSerializer_getInstance(), value.w5n_1);
1498
- tmp1_output.v48(tmp0_desc, 2, IntSerializer_getInstance(), value.x5n_1);
1499
- tmp1_output.v48(tmp0_desc, 3, IntSerializer_getInstance(), value.y5n_1);
1500
- tmp1_output.v48(tmp0_desc, 4, IntSerializer_getInstance(), value.z5n_1);
1501
- tmp1_output.v48(tmp0_desc, 5, IntSerializer_getInstance(), value.a5o_1);
1502
- tmp1_output.e47(tmp0_desc);
1503
- };
1504
- protoOf($serializer_5).q43 = function (encoder, value) {
1505
- return this.u5n(encoder, value instanceof IntegerSequencesResultDto ? value : THROW_CCE());
1506
- };
1507
- protoOf($serializer_5).r43 = function (decoder) {
1508
- var tmp0_desc = this.t5n_1;
1494
+ tmp0_serialDesc.t4e('random', false);
1495
+ tmp0_serialDesc.t4e('signature', false);
1496
+ tmp0_serialDesc.t4e('bitsUsed', false);
1497
+ tmp0_serialDesc.t4e('bitsLeft', false);
1498
+ tmp0_serialDesc.t4e('requestsLeft', false);
1499
+ tmp0_serialDesc.t4e('advisoryDelay', false);
1500
+ this.v5n_1 = tmp0_serialDesc;
1501
+ }
1502
+ protoOf($serializer_5).w5n = function (encoder, value) {
1503
+ var tmp0_desc = this.v5n_1;
1504
+ var tmp1_output = encoder.f47(tmp0_desc);
1505
+ tmp1_output.v48(tmp0_desc, 0, $serializer_getInstance_4(), value.x5n_1);
1506
+ tmp1_output.x48(tmp0_desc, 1, StringSerializer_getInstance(), value.y5n_1);
1507
+ tmp1_output.x48(tmp0_desc, 2, IntSerializer_getInstance(), value.z5n_1);
1508
+ tmp1_output.x48(tmp0_desc, 3, IntSerializer_getInstance(), value.a5o_1);
1509
+ tmp1_output.x48(tmp0_desc, 4, IntSerializer_getInstance(), value.b5o_1);
1510
+ tmp1_output.x48(tmp0_desc, 5, IntSerializer_getInstance(), value.c5o_1);
1511
+ tmp1_output.g47(tmp0_desc);
1512
+ };
1513
+ protoOf($serializer_5).s43 = function (encoder, value) {
1514
+ return this.w5n(encoder, value instanceof IntegerSequencesResultDto ? value : THROW_CCE());
1515
+ };
1516
+ protoOf($serializer_5).t43 = function (decoder) {
1517
+ var tmp0_desc = this.v5n_1;
1509
1518
  var tmp1_flag = true;
1510
1519
  var tmp2_index = 0;
1511
1520
  var tmp3_bitMask0 = 0;
@@ -1515,62 +1524,62 @@
1515
1524
  var tmp7_local3 = null;
1516
1525
  var tmp8_local4 = null;
1517
1526
  var tmp9_local5 = null;
1518
- var tmp10_input = decoder.d47(tmp0_desc);
1519
- if (tmp10_input.s47()) {
1520
- tmp4_local0 = tmp10_input.p47(tmp0_desc, 0, $serializer_getInstance_4(), tmp4_local0);
1527
+ var tmp10_input = decoder.f47(tmp0_desc);
1528
+ if (tmp10_input.u47()) {
1529
+ tmp4_local0 = tmp10_input.r47(tmp0_desc, 0, $serializer_getInstance_4(), tmp4_local0);
1521
1530
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
1522
- tmp5_local1 = tmp10_input.r47(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
1531
+ tmp5_local1 = tmp10_input.t47(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
1523
1532
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
1524
- tmp6_local2 = tmp10_input.r47(tmp0_desc, 2, IntSerializer_getInstance(), tmp6_local2);
1533
+ tmp6_local2 = tmp10_input.t47(tmp0_desc, 2, IntSerializer_getInstance(), tmp6_local2);
1525
1534
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
1526
- tmp7_local3 = tmp10_input.r47(tmp0_desc, 3, IntSerializer_getInstance(), tmp7_local3);
1535
+ tmp7_local3 = tmp10_input.t47(tmp0_desc, 3, IntSerializer_getInstance(), tmp7_local3);
1527
1536
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
1528
- tmp8_local4 = tmp10_input.r47(tmp0_desc, 4, IntSerializer_getInstance(), tmp8_local4);
1537
+ tmp8_local4 = tmp10_input.t47(tmp0_desc, 4, IntSerializer_getInstance(), tmp8_local4);
1529
1538
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
1530
- tmp9_local5 = tmp10_input.r47(tmp0_desc, 5, IntSerializer_getInstance(), tmp9_local5);
1539
+ tmp9_local5 = tmp10_input.t47(tmp0_desc, 5, IntSerializer_getInstance(), tmp9_local5);
1531
1540
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
1532
1541
  } else
1533
1542
  while (tmp1_flag) {
1534
- tmp2_index = tmp10_input.t47(tmp0_desc);
1543
+ tmp2_index = tmp10_input.v47(tmp0_desc);
1535
1544
  switch (tmp2_index) {
1536
1545
  case -1:
1537
1546
  tmp1_flag = false;
1538
1547
  break;
1539
1548
  case 0:
1540
- tmp4_local0 = tmp10_input.p47(tmp0_desc, 0, $serializer_getInstance_4(), tmp4_local0);
1549
+ tmp4_local0 = tmp10_input.r47(tmp0_desc, 0, $serializer_getInstance_4(), tmp4_local0);
1541
1550
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
1542
1551
  break;
1543
1552
  case 1:
1544
- tmp5_local1 = tmp10_input.r47(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
1553
+ tmp5_local1 = tmp10_input.t47(tmp0_desc, 1, StringSerializer_getInstance(), tmp5_local1);
1545
1554
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
1546
1555
  break;
1547
1556
  case 2:
1548
- tmp6_local2 = tmp10_input.r47(tmp0_desc, 2, IntSerializer_getInstance(), tmp6_local2);
1557
+ tmp6_local2 = tmp10_input.t47(tmp0_desc, 2, IntSerializer_getInstance(), tmp6_local2);
1549
1558
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
1550
1559
  break;
1551
1560
  case 3:
1552
- tmp7_local3 = tmp10_input.r47(tmp0_desc, 3, IntSerializer_getInstance(), tmp7_local3);
1561
+ tmp7_local3 = tmp10_input.t47(tmp0_desc, 3, IntSerializer_getInstance(), tmp7_local3);
1553
1562
  tmp3_bitMask0 = tmp3_bitMask0 | 8;
1554
1563
  break;
1555
1564
  case 4:
1556
- tmp8_local4 = tmp10_input.r47(tmp0_desc, 4, IntSerializer_getInstance(), tmp8_local4);
1565
+ tmp8_local4 = tmp10_input.t47(tmp0_desc, 4, IntSerializer_getInstance(), tmp8_local4);
1557
1566
  tmp3_bitMask0 = tmp3_bitMask0 | 16;
1558
1567
  break;
1559
1568
  case 5:
1560
- tmp9_local5 = tmp10_input.r47(tmp0_desc, 5, IntSerializer_getInstance(), tmp9_local5);
1569
+ tmp9_local5 = tmp10_input.t47(tmp0_desc, 5, IntSerializer_getInstance(), tmp9_local5);
1561
1570
  tmp3_bitMask0 = tmp3_bitMask0 | 32;
1562
1571
  break;
1563
1572
  default:
1564
1573
  throw UnknownFieldException_init_$Create$(tmp2_index);
1565
1574
  }
1566
1575
  }
1567
- tmp10_input.e47(tmp0_desc);
1576
+ tmp10_input.g47(tmp0_desc);
1568
1577
  return IntegerSequencesResultDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, null);
1569
1578
  };
1570
- protoOf($serializer_5).p43 = function () {
1571
- return this.t5n_1;
1579
+ protoOf($serializer_5).r43 = function () {
1580
+ return this.v5n_1;
1572
1581
  };
1573
- protoOf($serializer_5).g4f = function () {
1582
+ protoOf($serializer_5).i4f = function () {
1574
1583
  // Inline function 'kotlin.arrayOf' call
1575
1584
  // Inline function 'kotlin.js.unsafeCast' call
1576
1585
  // Inline function 'kotlin.js.asDynamic' call
@@ -1584,37 +1593,37 @@
1584
1593
  }
1585
1594
  function IntegerSequencesResultDto_init_$Init$(seen0, random, signature, bitsUsed, bitsLeft, requestsLeft, advisoryDelay, serializationConstructorMarker, $this) {
1586
1595
  if (!(63 === (63 & seen0))) {
1587
- throwMissingFieldException(seen0, 63, $serializer_getInstance_3().t5n_1);
1596
+ throwMissingFieldException(seen0, 63, $serializer_getInstance_3().v5n_1);
1588
1597
  }
1589
- $this.v5n_1 = random;
1590
- $this.w5n_1 = signature;
1591
- $this.x5n_1 = bitsUsed;
1592
- $this.y5n_1 = bitsLeft;
1593
- $this.z5n_1 = requestsLeft;
1594
- $this.a5o_1 = advisoryDelay;
1598
+ $this.x5n_1 = random;
1599
+ $this.y5n_1 = signature;
1600
+ $this.z5n_1 = bitsUsed;
1601
+ $this.a5o_1 = bitsLeft;
1602
+ $this.b5o_1 = requestsLeft;
1603
+ $this.c5o_1 = advisoryDelay;
1595
1604
  return $this;
1596
1605
  }
1597
1606
  function IntegerSequencesResultDto_init_$Create$(seen0, random, signature, bitsUsed, bitsLeft, requestsLeft, advisoryDelay, serializationConstructorMarker) {
1598
1607
  return IntegerSequencesResultDto_init_$Init$(seen0, random, signature, bitsUsed, bitsLeft, requestsLeft, advisoryDelay, serializationConstructorMarker, objectCreate(protoOf(IntegerSequencesResultDto)));
1599
1608
  }
1600
1609
  function IntegerSequencesResultDto(random, signature, bitsUsed, bitsLeft, requestsLeft, advisoryDelay) {
1601
- this.v5n_1 = random;
1602
- this.w5n_1 = signature;
1603
- this.x5n_1 = bitsUsed;
1604
- this.y5n_1 = bitsLeft;
1605
- this.z5n_1 = requestsLeft;
1606
- this.a5o_1 = advisoryDelay;
1610
+ this.x5n_1 = random;
1611
+ this.y5n_1 = signature;
1612
+ this.z5n_1 = bitsUsed;
1613
+ this.a5o_1 = bitsLeft;
1614
+ this.b5o_1 = requestsLeft;
1615
+ this.c5o_1 = advisoryDelay;
1607
1616
  }
1608
1617
  protoOf(IntegerSequencesResultDto).toString = function () {
1609
- return 'IntegerSequencesResultDto(random=' + this.v5n_1.toString() + ', signature=' + this.w5n_1 + ', bitsUsed=' + this.x5n_1 + ', bitsLeft=' + this.y5n_1 + ', requestsLeft=' + this.z5n_1 + ', advisoryDelay=' + this.a5o_1 + ')';
1618
+ return 'IntegerSequencesResultDto(random=' + this.x5n_1.toString() + ', signature=' + this.y5n_1 + ', bitsUsed=' + this.z5n_1 + ', bitsLeft=' + this.a5o_1 + ', requestsLeft=' + this.b5o_1 + ', advisoryDelay=' + this.c5o_1 + ')';
1610
1619
  };
1611
1620
  protoOf(IntegerSequencesResultDto).hashCode = function () {
1612
- var result = this.v5n_1.hashCode();
1613
- result = imul(result, 31) + (this.w5n_1 == null ? 0 : getStringHashCode(this.w5n_1)) | 0;
1614
- result = imul(result, 31) + (this.x5n_1 == null ? 0 : this.x5n_1) | 0;
1615
- result = imul(result, 31) + (this.y5n_1 == null ? 0 : this.y5n_1) | 0;
1621
+ var result = this.x5n_1.hashCode();
1622
+ result = imul(result, 31) + (this.y5n_1 == null ? 0 : getStringHashCode(this.y5n_1)) | 0;
1616
1623
  result = imul(result, 31) + (this.z5n_1 == null ? 0 : this.z5n_1) | 0;
1617
1624
  result = imul(result, 31) + (this.a5o_1 == null ? 0 : this.a5o_1) | 0;
1625
+ result = imul(result, 31) + (this.b5o_1 == null ? 0 : this.b5o_1) | 0;
1626
+ result = imul(result, 31) + (this.c5o_1 == null ? 0 : this.c5o_1) | 0;
1618
1627
  return result;
1619
1628
  };
1620
1629
  protoOf(IntegerSequencesResultDto).equals = function (other) {
@@ -1623,11 +1632,7 @@
1623
1632
  if (!(other instanceof IntegerSequencesResultDto))
1624
1633
  return false;
1625
1634
  var tmp0_other_with_cast = other instanceof IntegerSequencesResultDto ? other : THROW_CCE();
1626
- if (!this.v5n_1.equals(tmp0_other_with_cast.v5n_1))
1627
- return false;
1628
- if (!(this.w5n_1 == tmp0_other_with_cast.w5n_1))
1629
- return false;
1630
- if (!(this.x5n_1 == tmp0_other_with_cast.x5n_1))
1635
+ if (!this.x5n_1.equals(tmp0_other_with_cast.x5n_1))
1631
1636
  return false;
1632
1637
  if (!(this.y5n_1 == tmp0_other_with_cast.y5n_1))
1633
1638
  return false;
@@ -1635,6 +1640,10 @@
1635
1640
  return false;
1636
1641
  if (!(this.a5o_1 == tmp0_other_with_cast.a5o_1))
1637
1642
  return false;
1643
+ if (!(this.b5o_1 == tmp0_other_with_cast.b5o_1))
1644
+ return false;
1645
+ if (!(this.c5o_1 == tmp0_other_with_cast.c5o_1))
1646
+ return false;
1638
1647
  return true;
1639
1648
  };
1640
1649
  function Companion_7() {
@@ -1643,7 +1652,7 @@
1643
1652
  // Inline function 'kotlin.arrayOf' call
1644
1653
  // Inline function 'kotlin.js.unsafeCast' call
1645
1654
  // Inline function 'kotlin.js.asDynamic' call
1646
- tmp.b5o_1 = [new ArrayListSerializer(new ArrayListSerializer(IntSerializer_getInstance())), null, null];
1655
+ tmp.d5o_1 = [new ArrayListSerializer(new ArrayListSerializer(IntSerializer_getInstance())), null, null];
1647
1656
  }
1648
1657
  var Companion_instance_9;
1649
1658
  function Companion_getInstance_10() {
@@ -1654,74 +1663,74 @@
1654
1663
  function $serializer_6() {
1655
1664
  $serializer_instance_4 = this;
1656
1665
  var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('games.raspberry.card_game.random.data.models.serializable.RandomDataDto.IntegerSequencesDataDto', this, 3);
1657
- tmp0_serialDesc.r4e('data', false);
1658
- tmp0_serialDesc.r4e('completionTime', false);
1659
- tmp0_serialDesc.r4e('ticketId', false);
1660
- this.c5o_1 = tmp0_serialDesc;
1661
- }
1662
- protoOf($serializer_6).d5o = function (encoder, value) {
1663
- var tmp0_desc = this.c5o_1;
1664
- var tmp1_output = encoder.d47(tmp0_desc);
1665
- var tmp2_cached = Companion_getInstance_10().b5o_1;
1666
- tmp1_output.t48(tmp0_desc, 0, tmp2_cached[0], value.e5o_1);
1667
- tmp1_output.r48(tmp0_desc, 1, value.f5o_1);
1668
- tmp1_output.v48(tmp0_desc, 2, StringSerializer_getInstance(), value.g5o_1);
1669
- tmp1_output.e47(tmp0_desc);
1670
- };
1671
- protoOf($serializer_6).q43 = function (encoder, value) {
1672
- return this.d5o(encoder, value instanceof IntegerSequencesDataDto ? value : THROW_CCE());
1673
- };
1674
- protoOf($serializer_6).r43 = function (decoder) {
1675
- var tmp0_desc = this.c5o_1;
1666
+ tmp0_serialDesc.t4e('data', false);
1667
+ tmp0_serialDesc.t4e('completionTime', false);
1668
+ tmp0_serialDesc.t4e('ticketId', false);
1669
+ this.e5o_1 = tmp0_serialDesc;
1670
+ }
1671
+ protoOf($serializer_6).f5o = function (encoder, value) {
1672
+ var tmp0_desc = this.e5o_1;
1673
+ var tmp1_output = encoder.f47(tmp0_desc);
1674
+ var tmp2_cached = Companion_getInstance_10().d5o_1;
1675
+ tmp1_output.v48(tmp0_desc, 0, tmp2_cached[0], value.g5o_1);
1676
+ tmp1_output.t48(tmp0_desc, 1, value.h5o_1);
1677
+ tmp1_output.x48(tmp0_desc, 2, StringSerializer_getInstance(), value.i5o_1);
1678
+ tmp1_output.g47(tmp0_desc);
1679
+ };
1680
+ protoOf($serializer_6).s43 = function (encoder, value) {
1681
+ return this.f5o(encoder, value instanceof IntegerSequencesDataDto ? value : THROW_CCE());
1682
+ };
1683
+ protoOf($serializer_6).t43 = function (decoder) {
1684
+ var tmp0_desc = this.e5o_1;
1676
1685
  var tmp1_flag = true;
1677
1686
  var tmp2_index = 0;
1678
1687
  var tmp3_bitMask0 = 0;
1679
1688
  var tmp4_local0 = null;
1680
1689
  var tmp5_local1 = null;
1681
1690
  var tmp6_local2 = null;
1682
- var tmp7_input = decoder.d47(tmp0_desc);
1683
- var tmp8_cached = Companion_getInstance_10().b5o_1;
1684
- if (tmp7_input.s47()) {
1685
- tmp4_local0 = tmp7_input.p47(tmp0_desc, 0, tmp8_cached[0], tmp4_local0);
1691
+ var tmp7_input = decoder.f47(tmp0_desc);
1692
+ var tmp8_cached = Companion_getInstance_10().d5o_1;
1693
+ if (tmp7_input.u47()) {
1694
+ tmp4_local0 = tmp7_input.r47(tmp0_desc, 0, tmp8_cached[0], tmp4_local0);
1686
1695
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
1687
- tmp5_local1 = tmp7_input.n47(tmp0_desc, 1);
1696
+ tmp5_local1 = tmp7_input.p47(tmp0_desc, 1);
1688
1697
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
1689
- tmp6_local2 = tmp7_input.r47(tmp0_desc, 2, StringSerializer_getInstance(), tmp6_local2);
1698
+ tmp6_local2 = tmp7_input.t47(tmp0_desc, 2, StringSerializer_getInstance(), tmp6_local2);
1690
1699
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
1691
1700
  } else
1692
1701
  while (tmp1_flag) {
1693
- tmp2_index = tmp7_input.t47(tmp0_desc);
1702
+ tmp2_index = tmp7_input.v47(tmp0_desc);
1694
1703
  switch (tmp2_index) {
1695
1704
  case -1:
1696
1705
  tmp1_flag = false;
1697
1706
  break;
1698
1707
  case 0:
1699
- tmp4_local0 = tmp7_input.p47(tmp0_desc, 0, tmp8_cached[0], tmp4_local0);
1708
+ tmp4_local0 = tmp7_input.r47(tmp0_desc, 0, tmp8_cached[0], tmp4_local0);
1700
1709
  tmp3_bitMask0 = tmp3_bitMask0 | 1;
1701
1710
  break;
1702
1711
  case 1:
1703
- tmp5_local1 = tmp7_input.n47(tmp0_desc, 1);
1712
+ tmp5_local1 = tmp7_input.p47(tmp0_desc, 1);
1704
1713
  tmp3_bitMask0 = tmp3_bitMask0 | 2;
1705
1714
  break;
1706
1715
  case 2:
1707
- tmp6_local2 = tmp7_input.r47(tmp0_desc, 2, StringSerializer_getInstance(), tmp6_local2);
1716
+ tmp6_local2 = tmp7_input.t47(tmp0_desc, 2, StringSerializer_getInstance(), tmp6_local2);
1708
1717
  tmp3_bitMask0 = tmp3_bitMask0 | 4;
1709
1718
  break;
1710
1719
  default:
1711
1720
  throw UnknownFieldException_init_$Create$(tmp2_index);
1712
1721
  }
1713
1722
  }
1714
- tmp7_input.e47(tmp0_desc);
1723
+ tmp7_input.g47(tmp0_desc);
1715
1724
  return IntegerSequencesDataDto_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
1716
1725
  };
1717
- protoOf($serializer_6).p43 = function () {
1718
- return this.c5o_1;
1726
+ protoOf($serializer_6).r43 = function () {
1727
+ return this.e5o_1;
1719
1728
  };
1720
- protoOf($serializer_6).g4f = function () {
1729
+ protoOf($serializer_6).i4f = function () {
1721
1730
  // Inline function 'kotlin.arrayOf' call
1722
1731
  // Inline function 'kotlin.js.unsafeCast' call
1723
1732
  // Inline function 'kotlin.js.asDynamic' call
1724
- return [Companion_getInstance_10().b5o_1[0], StringSerializer_getInstance(), get_nullable(StringSerializer_getInstance())];
1733
+ return [Companion_getInstance_10().d5o_1[0], StringSerializer_getInstance(), get_nullable(StringSerializer_getInstance())];
1725
1734
  };
1726
1735
  var $serializer_instance_4;
1727
1736
  function $serializer_getInstance_4() {
@@ -1731,11 +1740,11 @@
1731
1740
  }
1732
1741
  function IntegerSequencesDataDto_init_$Init$(seen0, data, completionTime, ticketId, serializationConstructorMarker, $this) {
1733
1742
  if (!(7 === (7 & seen0))) {
1734
- throwMissingFieldException(seen0, 7, $serializer_getInstance_4().c5o_1);
1743
+ throwMissingFieldException(seen0, 7, $serializer_getInstance_4().e5o_1);
1735
1744
  }
1736
- $this.e5o_1 = data;
1737
- $this.f5o_1 = completionTime;
1738
- $this.g5o_1 = ticketId;
1745
+ $this.g5o_1 = data;
1746
+ $this.h5o_1 = completionTime;
1747
+ $this.i5o_1 = ticketId;
1739
1748
  return $this;
1740
1749
  }
1741
1750
  function IntegerSequencesDataDto_init_$Create$(seen0, data, completionTime, ticketId, serializationConstructorMarker) {
@@ -1744,12 +1753,12 @@
1744
1753
  function IntegerSequencesDataDto() {
1745
1754
  }
1746
1755
  protoOf(IntegerSequencesDataDto).toString = function () {
1747
- return 'IntegerSequencesDataDto(data=' + toString(this.e5o_1) + ', completionTime=' + this.f5o_1 + ', ticketId=' + this.g5o_1 + ')';
1756
+ return 'IntegerSequencesDataDto(data=' + toString(this.g5o_1) + ', completionTime=' + this.h5o_1 + ', ticketId=' + this.i5o_1 + ')';
1748
1757
  };
1749
1758
  protoOf(IntegerSequencesDataDto).hashCode = function () {
1750
- var result = hashCode(this.e5o_1);
1751
- result = imul(result, 31) + getStringHashCode(this.f5o_1) | 0;
1752
- result = imul(result, 31) + (this.g5o_1 == null ? 0 : getStringHashCode(this.g5o_1)) | 0;
1759
+ var result = hashCode(this.g5o_1);
1760
+ result = imul(result, 31) + getStringHashCode(this.h5o_1) | 0;
1761
+ result = imul(result, 31) + (this.i5o_1 == null ? 0 : getStringHashCode(this.i5o_1)) | 0;
1753
1762
  return result;
1754
1763
  };
1755
1764
  protoOf(IntegerSequencesDataDto).equals = function (other) {
@@ -1758,11 +1767,11 @@
1758
1767
  if (!(other instanceof IntegerSequencesDataDto))
1759
1768
  return false;
1760
1769
  var tmp0_other_with_cast = other instanceof IntegerSequencesDataDto ? other : THROW_CCE();
1761
- if (!equals(this.e5o_1, tmp0_other_with_cast.e5o_1))
1770
+ if (!equals(this.g5o_1, tmp0_other_with_cast.g5o_1))
1762
1771
  return false;
1763
- if (!(this.f5o_1 === tmp0_other_with_cast.f5o_1))
1772
+ if (!(this.h5o_1 === tmp0_other_with_cast.h5o_1))
1764
1773
  return false;
1765
- if (!(this.g5o_1 == tmp0_other_with_cast.g5o_1))
1774
+ if (!(this.i5o_1 == tmp0_other_with_cast.i5o_1))
1766
1775
  return false;
1767
1776
  return true;
1768
1777
  };
@@ -1773,15 +1782,15 @@
1773
1782
  }
1774
1783
  function throwIfError($this, bodyAsJson, response, $completion) {
1775
1784
  var tmp = new $throwIfErrorCOROUTINE$2($this, bodyAsJson, response, $completion);
1776
- tmp.g9_1 = Unit_instance;
1777
- tmp.h9_1 = null;
1778
- return tmp.m9();
1785
+ tmp.h9_1 = Unit_instance;
1786
+ tmp.i9_1 = null;
1787
+ return tmp.n9();
1779
1788
  }
1780
1789
  function extractRandomResult($this, bodyAsJson) {
1781
1790
  return toString(getValue(get_jsonObject(getValue(bodyAsJson, 'result')), 'random'));
1782
1791
  }
1783
1792
  function Companion_8() {
1784
- this.u5o_1 = 52;
1793
+ this.w5o_1 = 52;
1785
1794
  }
1786
1795
  var Companion_instance_10;
1787
1796
  function Companion_getInstance_11() {
@@ -1789,48 +1798,48 @@
1789
1798
  }
1790
1799
  function $getRandomCardDecksCOROUTINE$1(_this__u8e3s4, min, max, decksCount, cardsCount, userData, signed, resultContinuation) {
1791
1800
  CoroutineImpl.call(this, resultContinuation);
1792
- this.d5p_1 = _this__u8e3s4;
1793
- this.e5p_1 = min;
1794
- this.f5p_1 = max;
1795
- this.g5p_1 = decksCount;
1796
- this.h5p_1 = cardsCount;
1797
- this.i5p_1 = userData;
1798
- this.j5p_1 = signed;
1799
- }
1800
- protoOf($getRandomCardDecksCOROUTINE$1).m9 = function () {
1801
- var suspendResult = this.g9_1;
1801
+ this.f5p_1 = _this__u8e3s4;
1802
+ this.g5p_1 = min;
1803
+ this.h5p_1 = max;
1804
+ this.i5p_1 = decksCount;
1805
+ this.j5p_1 = cardsCount;
1806
+ this.k5p_1 = userData;
1807
+ this.l5p_1 = signed;
1808
+ }
1809
+ protoOf($getRandomCardDecksCOROUTINE$1).n9 = function () {
1810
+ var suspendResult = this.h9_1;
1802
1811
  $sm: do
1803
1812
  try {
1804
- var tmp = this.e9_1;
1813
+ var tmp = this.f9_1;
1805
1814
  switch (tmp) {
1806
1815
  case 0:
1807
- this.f9_1 = 6;
1808
- this.f9_1 = 5;
1816
+ this.g9_1 = 6;
1817
+ this.g9_1 = 5;
1809
1818
  var tmp_0 = this;
1810
- tmp_0.k5p_1 = this.d5p_1.t5p_1;
1819
+ tmp_0.m5p_1 = this.f5p_1.v5p_1;
1811
1820
  var tmp_1 = this;
1812
- tmp_1.l5p_1 = this.k5p_1;
1821
+ tmp_1.n5p_1 = this.m5p_1;
1813
1822
  var tmp_2 = this;
1814
1823
  var this_0 = new HttpRequestBuilder();
1815
1824
  url(this_0, '/json-rpc/4/invoke');
1816
- var tmp11_id = this.i5p_1.id;
1817
- var tmp12_method = this.j5p_1 ? 'generateSignedIntegerSequences' : 'generateIntegerSequences';
1818
- var tmp8_apiKey = this.d5p_1.u5p_1;
1819
- var size = this.g5p_1;
1825
+ var tmp11_id = this.k5p_1.id;
1826
+ var tmp12_method = this.l5p_1 ? 'generateSignedIntegerSequences' : 'generateIntegerSequences';
1827
+ var tmp8_apiKey = this.f5p_1.w5p_1;
1828
+ var size = this.i5p_1;
1820
1829
  var list = ArrayList_init_$Create$(size);
1821
1830
  var inductionVariable = 0;
1822
1831
  if (inductionVariable < size)
1823
1832
  do {
1824
1833
  var index = inductionVariable;
1825
1834
  inductionVariable = inductionVariable + 1 | 0;
1826
- list.e(this.h5p_1);
1835
+ list.e(this.j5p_1);
1827
1836
  }
1828
1837
  while (inductionVariable < size);
1829
- var tmp10_userData = this.j5p_1 ? mapToDto(this.i5p_1) : null;
1830
- var tmp13_params = new RandomIntegerSequencesParamsDto(tmp8_apiKey, this.g5p_1, list, this.e5p_1, this.f5p_1, false, null, tmp10_userData);
1838
+ var tmp10_userData = this.l5p_1 ? mapToDto(this.k5p_1) : null;
1839
+ var tmp13_params = new RandomIntegerSequencesParamsDto(tmp8_apiKey, this.i5p_1, list, this.g5p_1, this.h5p_1, false, null, tmp10_userData);
1831
1840
  var body = new RandomRequestDto('2.0', tmp12_method, tmp13_params, tmp11_id);
1832
1841
  if (body == null) {
1833
- this_0.v2u_1 = NullBody_instance;
1842
+ this_0.x2u_1 = NullBody_instance;
1834
1843
  var tmp_3 = JsType_instance;
1835
1844
  var tmp_4 = getKClass(RandomRequestDto);
1836
1845
  var tmp_5;
@@ -1846,13 +1855,13 @@
1846
1855
  }
1847
1856
  tmp_5 = tmp_6;
1848
1857
  }
1849
- this_0.r30(typeInfoImpl(tmp_3, tmp_4, tmp_5));
1858
+ this_0.t30(typeInfoImpl(tmp_3, tmp_4, tmp_5));
1850
1859
  } else {
1851
1860
  if (body instanceof OutgoingContent) {
1852
- this_0.v2u_1 = body;
1853
- this_0.r30(null);
1861
+ this_0.x2u_1 = body;
1862
+ this_0.t30(null);
1854
1863
  } else {
1855
- this_0.v2u_1 = body;
1864
+ this_0.x2u_1 = body;
1856
1865
  var tmp_7 = JsType_instance;
1857
1866
  var tmp_8 = getKClass(RandomRequestDto);
1858
1867
  var tmp_9;
@@ -1868,29 +1877,29 @@
1868
1877
  }
1869
1878
  tmp_9 = tmp_10;
1870
1879
  }
1871
- this_0.r30(typeInfoImpl(tmp_7, tmp_8, tmp_9));
1880
+ this_0.t30(typeInfoImpl(tmp_7, tmp_8, tmp_9));
1872
1881
  }
1873
1882
  }
1874
1883
 
1875
- tmp_2.m5p_1 = this_0;
1876
- this.m5p_1.t2u_1 = Companion_getInstance().j2j_1;
1884
+ tmp_2.o5p_1 = this_0;
1885
+ this.o5p_1.v2u_1 = Companion_getInstance().l2j_1;
1877
1886
  var tmp_11 = this;
1878
- tmp_11.n5p_1 = this.l5p_1;
1887
+ tmp_11.p5p_1 = this.n5p_1;
1879
1888
  var tmp_12 = this;
1880
- tmp_12.o5p_1 = this.m5p_1;
1881
- this.e9_1 = 1;
1882
- suspendResult = (new HttpStatement(this.o5p_1, this.n5p_1)).b3o(this);
1889
+ tmp_12.q5p_1 = this.o5p_1;
1890
+ this.f9_1 = 1;
1891
+ suspendResult = (new HttpStatement(this.q5p_1, this.p5p_1)).d3o(this);
1883
1892
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1884
1893
  return suspendResult;
1885
1894
  }
1886
1895
 
1887
1896
  continue $sm;
1888
1897
  case 1:
1889
- this.p5p_1 = suspendResult;
1898
+ this.r5p_1 = suspendResult;
1890
1899
  var tmp_13 = this;
1891
- tmp_13.q5p_1 = this.p5p_1;
1892
- this.e9_1 = 2;
1893
- var tmp_14 = this.q5p_1.a2y();
1900
+ tmp_13.s5p_1 = this.r5p_1;
1901
+ this.f9_1 = 2;
1902
+ var tmp_14 = this.s5p_1.c2y();
1894
1903
  var tmp_15 = JsType_instance;
1895
1904
  var tmp_16 = getKClass(JsonObject);
1896
1905
  var tmp_17;
@@ -1907,7 +1916,7 @@
1907
1916
  tmp_17 = tmp_18;
1908
1917
  }
1909
1918
 
1910
- suspendResult = tmp_14.e2x(typeInfoImpl(tmp_15, tmp_16, tmp_17), this);
1919
+ suspendResult = tmp_14.g2x(typeInfoImpl(tmp_15, tmp_16, tmp_17), this);
1911
1920
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1912
1921
  return suspendResult;
1913
1922
  }
@@ -1915,9 +1924,9 @@
1915
1924
  continue $sm;
1916
1925
  case 2:
1917
1926
  var tmp_19 = this;
1918
- tmp_19.r5p_1 = suspendResult instanceof JsonObject ? suspendResult : THROW_CCE();
1919
- this.e9_1 = 3;
1920
- suspendResult = throwIfError(this.d5p_1, this.r5p_1, this.p5p_1, this);
1927
+ tmp_19.t5p_1 = suspendResult instanceof JsonObject ? suspendResult : THROW_CCE();
1928
+ this.f9_1 = 3;
1929
+ suspendResult = throwIfError(this.f5p_1, this.t5p_1, this.r5p_1, this);
1921
1930
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1922
1931
  return suspendResult;
1923
1932
  }
@@ -1925,9 +1934,9 @@
1925
1934
  continue $sm;
1926
1935
  case 3:
1927
1936
  var tmp_20 = this;
1928
- tmp_20.s5p_1 = this.p5p_1;
1929
- this.e9_1 = 4;
1930
- var tmp_21 = this.s5p_1.a2y();
1937
+ tmp_20.u5p_1 = this.r5p_1;
1938
+ this.f9_1 = 4;
1939
+ var tmp_21 = this.u5p_1.c2y();
1931
1940
  var tmp_22 = JsType_instance;
1932
1941
  var tmp_23 = getKClass(RandomResponseDto);
1933
1942
  var tmp_24;
@@ -1944,7 +1953,7 @@
1944
1953
  tmp_24 = tmp_25;
1945
1954
  }
1946
1955
 
1947
- suspendResult = tmp_21.e2x(typeInfoImpl(tmp_22, tmp_23, tmp_24), this);
1956
+ suspendResult = tmp_21.g2x(typeInfoImpl(tmp_22, tmp_23, tmp_24), this);
1948
1957
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1949
1958
  return suspendResult;
1950
1959
  }
@@ -1952,59 +1961,59 @@
1952
1961
  continue $sm;
1953
1962
  case 4:
1954
1963
  var responseDto = suspendResult instanceof RandomResponseDto ? suspendResult : THROW_CCE();
1955
- var randomJson = extractRandomResult(this.d5p_1, this.r5p_1);
1956
- var tmp14_cardDecks = responseDto.r5n_1.v5n_1.e5o_1;
1957
- var tmp15_signature = responseDto.r5n_1.w5n_1;
1958
- var tmp16_id = responseDto.s5n_1;
1964
+ var randomJson = extractRandomResult(this.f5p_1, this.t5p_1);
1965
+ var tmp14_cardDecks = responseDto.t5n_1.x5n_1.g5o_1;
1966
+ var tmp15_signature = responseDto.t5n_1.y5n_1;
1967
+ var tmp16_id = responseDto.u5n_1;
1959
1968
  return new CardDeckResult(tmp14_cardDecks, randomJson, tmp16_id, tmp15_signature);
1960
1969
  case 5:
1961
- this.f9_1 = 6;
1962
- var tmp_26 = this.h9_1;
1970
+ this.g9_1 = 6;
1971
+ var tmp_26 = this.i9_1;
1963
1972
  if (tmp_26 instanceof Error) {
1964
- var error = this.h9_1;
1973
+ var error = this.i9_1;
1965
1974
  if (error instanceof RandomException)
1966
1975
  throw error;
1967
1976
  else {
1968
1977
  throw new RandomException(100001, '[getRandomCardDeck] error, message = ' + error.message, error);
1969
1978
  }
1970
1979
  } else {
1971
- throw this.h9_1;
1980
+ throw this.i9_1;
1972
1981
  }
1973
1982
 
1974
1983
  case 6:
1975
- throw this.h9_1;
1984
+ throw this.i9_1;
1976
1985
  }
1977
1986
  } catch ($p) {
1978
1987
  var e = $p;
1979
- if (this.f9_1 === 6) {
1988
+ if (this.g9_1 === 6) {
1980
1989
  throw e;
1981
1990
  } else {
1982
- this.e9_1 = this.f9_1;
1983
- this.h9_1 = e;
1991
+ this.f9_1 = this.g9_1;
1992
+ this.i9_1 = e;
1984
1993
  }
1985
1994
  }
1986
1995
  while (true);
1987
1996
  };
1988
1997
  function $throwIfErrorCOROUTINE$2(_this__u8e3s4, bodyAsJson, response, resultContinuation) {
1989
1998
  CoroutineImpl.call(this, resultContinuation);
1990
- this.q5o_1 = _this__u8e3s4;
1991
- this.r5o_1 = bodyAsJson;
1992
- this.s5o_1 = response;
1999
+ this.s5o_1 = _this__u8e3s4;
2000
+ this.t5o_1 = bodyAsJson;
2001
+ this.u5o_1 = response;
1993
2002
  }
1994
- protoOf($throwIfErrorCOROUTINE$2).m9 = function () {
1995
- var suspendResult = this.g9_1;
2003
+ protoOf($throwIfErrorCOROUTINE$2).n9 = function () {
2004
+ var suspendResult = this.h9_1;
1996
2005
  $sm: do
1997
2006
  try {
1998
- var tmp = this.e9_1;
2007
+ var tmp = this.f9_1;
1999
2008
  switch (tmp) {
2000
2009
  case 0:
2001
- this.f9_1 = 3;
2002
- var this_0 = this.r5o_1;
2003
- if ((isInterface(this_0, KtMap) ? this_0 : THROW_CCE()).e2('error')) {
2010
+ this.g9_1 = 3;
2011
+ var this_0 = this.t5o_1;
2012
+ if ((isInterface(this_0, KtMap) ? this_0 : THROW_CCE()).f2('error')) {
2004
2013
  var tmp_0 = this;
2005
- tmp_0.t5o_1 = this.s5o_1;
2006
- this.e9_1 = 2;
2007
- var tmp_1 = this.t5o_1.a2y();
2014
+ tmp_0.v5o_1 = this.u5o_1;
2015
+ this.f9_1 = 2;
2016
+ var tmp_1 = this.v5o_1.c2y();
2008
2017
  var tmp_2 = JsType_instance;
2009
2018
  var tmp_3 = getKClass(ErrorResponseDto);
2010
2019
  var tmp_4;
@@ -2020,13 +2029,13 @@
2020
2029
  }
2021
2030
  tmp_4 = tmp_5;
2022
2031
  }
2023
- suspendResult = tmp_1.e2x(typeInfoImpl(tmp_2, tmp_3, tmp_4), this);
2032
+ suspendResult = tmp_1.g2x(typeInfoImpl(tmp_2, tmp_3, tmp_4), this);
2024
2033
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
2025
2034
  return suspendResult;
2026
2035
  }
2027
2036
  continue $sm;
2028
2037
  } else {
2029
- this.e9_1 = 1;
2038
+ this.f9_1 = 1;
2030
2039
  continue $sm;
2031
2040
  }
2032
2041
 
@@ -2034,33 +2043,33 @@
2034
2043
  return Unit_instance;
2035
2044
  case 2:
2036
2045
  var errorResponseDto = suspendResult instanceof ErrorResponseDto ? suspendResult : THROW_CCE();
2037
- var tmp18_safe_receiver = errorResponseDto.j5m_1;
2038
- var tmp_6 = tmp18_safe_receiver == null ? null : tmp18_safe_receiver.m5m_1;
2039
- var tmp19_safe_receiver = errorResponseDto.j5m_1;
2040
- throw new RandomException(tmp_6, tmp19_safe_receiver == null ? null : tmp19_safe_receiver.n5m_1);
2046
+ var tmp18_safe_receiver = errorResponseDto.l5m_1;
2047
+ var tmp_6 = tmp18_safe_receiver == null ? null : tmp18_safe_receiver.o5m_1;
2048
+ var tmp19_safe_receiver = errorResponseDto.l5m_1;
2049
+ throw new RandomException(tmp_6, tmp19_safe_receiver == null ? null : tmp19_safe_receiver.p5m_1);
2041
2050
  case 3:
2042
- throw this.h9_1;
2051
+ throw this.i9_1;
2043
2052
  }
2044
2053
  } catch ($p) {
2045
2054
  var e = $p;
2046
- if (this.f9_1 === 3) {
2055
+ if (this.g9_1 === 3) {
2047
2056
  throw e;
2048
2057
  } else {
2049
- this.e9_1 = this.f9_1;
2050
- this.h9_1 = e;
2058
+ this.f9_1 = this.g9_1;
2059
+ this.i9_1 = e;
2051
2060
  }
2052
2061
  }
2053
2062
  while (true);
2054
2063
  };
2055
2064
  function RandomOrgApiServiceImpl(client, apiKey) {
2056
- this.t5p_1 = client;
2057
- this.u5p_1 = apiKey;
2065
+ this.v5p_1 = client;
2066
+ this.w5p_1 = apiKey;
2058
2067
  }
2059
- protoOf(RandomOrgApiServiceImpl).h5o = function (min, max, decksCount, cardsCount, userData, signed, $completion) {
2068
+ protoOf(RandomOrgApiServiceImpl).j5o = function (min, max, decksCount, cardsCount, userData, signed, $completion) {
2060
2069
  var tmp = new $getRandomCardDecksCOROUTINE$1(this, min, max, decksCount, cardsCount, userData, signed, $completion);
2061
- tmp.g9_1 = Unit_instance;
2062
- tmp.h9_1 = null;
2063
- return tmp.m9();
2070
+ tmp.h9_1 = Unit_instance;
2071
+ tmp.i9_1 = null;
2072
+ return tmp.n9();
2064
2073
  };
2065
2074
  function PoolParams(poolSize, thresholdForUsedPool, requestDurationWarn, failedRequestAttempts, failedAttemptCooldown) {
2066
2075
  poolSize = poolSize === VOID ? 100 : poolSize;
@@ -2083,37 +2092,37 @@
2083
2092
  this.failedRequestAttempts = failedRequestAttempts;
2084
2093
  this.failedAttemptCooldown = failedAttemptCooldown;
2085
2094
  }
2086
- protoOf(PoolParams).c5m = function () {
2095
+ protoOf(PoolParams).e5m = function () {
2087
2096
  return this.poolSize;
2088
2097
  };
2089
- protoOf(PoolParams).d5m = function () {
2098
+ protoOf(PoolParams).f5m = function () {
2090
2099
  return this.thresholdForUsedPool;
2091
2100
  };
2092
- protoOf(PoolParams).v5p = function () {
2101
+ protoOf(PoolParams).x5p = function () {
2093
2102
  return this.requestDurationWarn;
2094
2103
  };
2095
- protoOf(PoolParams).w5p = function () {
2104
+ protoOf(PoolParams).y5p = function () {
2096
2105
  return this.failedRequestAttempts;
2097
2106
  };
2098
- protoOf(PoolParams).x5p = function () {
2107
+ protoOf(PoolParams).z5p = function () {
2099
2108
  return this.failedAttemptCooldown;
2100
2109
  };
2101
- protoOf(PoolParams).pe = function () {
2110
+ protoOf(PoolParams).qe = function () {
2102
2111
  return this.poolSize;
2103
2112
  };
2104
- protoOf(PoolParams).qe = function () {
2113
+ protoOf(PoolParams).re = function () {
2105
2114
  return this.thresholdForUsedPool;
2106
2115
  };
2107
- protoOf(PoolParams).hk = function () {
2116
+ protoOf(PoolParams).ik = function () {
2108
2117
  return this.requestDurationWarn;
2109
2118
  };
2110
- protoOf(PoolParams).u5l = function () {
2119
+ protoOf(PoolParams).w5l = function () {
2111
2120
  return this.failedRequestAttempts;
2112
2121
  };
2113
- protoOf(PoolParams).y5p = function () {
2122
+ protoOf(PoolParams).a5q = function () {
2114
2123
  return this.failedAttemptCooldown;
2115
2124
  };
2116
- protoOf(PoolParams).z5p = function (poolSize, thresholdForUsedPool, requestDurationWarn, failedRequestAttempts, failedAttemptCooldown) {
2125
+ protoOf(PoolParams).b5q = function (poolSize, thresholdForUsedPool, requestDurationWarn, failedRequestAttempts, failedAttemptCooldown) {
2117
2126
  return new PoolParams(poolSize, thresholdForUsedPool, requestDurationWarn, failedRequestAttempts, failedAttemptCooldown);
2118
2127
  };
2119
2128
  protoOf(PoolParams).copy = function (poolSize, thresholdForUsedPool, requestDurationWarn, failedRequestAttempts, failedAttemptCooldown, $super) {
@@ -2122,7 +2131,7 @@
2122
2131
  requestDurationWarn = requestDurationWarn === VOID ? this.requestDurationWarn : requestDurationWarn;
2123
2132
  failedRequestAttempts = failedRequestAttempts === VOID ? this.failedRequestAttempts : failedRequestAttempts;
2124
2133
  failedAttemptCooldown = failedAttemptCooldown === VOID ? this.failedAttemptCooldown : failedAttemptCooldown;
2125
- return this.z5p(poolSize, thresholdForUsedPool, requestDurationWarn, failedRequestAttempts, failedAttemptCooldown);
2134
+ return this.b5q(poolSize, thresholdForUsedPool, requestDurationWarn, failedRequestAttempts, failedAttemptCooldown);
2126
2135
  };
2127
2136
  protoOf(PoolParams).toString = function () {
2128
2137
  return 'PoolParams(poolSize=' + this.poolSize + ', thresholdForUsedPool=' + this.thresholdForUsedPool + ', requestDurationWarn=' + this.requestDurationWarn + ', failedRequestAttempts=' + this.failedRequestAttempts + ', failedAttemptCooldown=' + Duration__toString_impl_8d916b(this.failedAttemptCooldown) + ')';
@@ -2159,74 +2168,74 @@
2159
2168
  usedByGames = usedByGames === VOID ? emptyMap() : usedByGames;
2160
2169
  reservedCardDecks = reservedCardDecks === VOID ? 0 : reservedCardDecks;
2161
2170
  isUsed = isUsed === VOID ? false : isUsed;
2162
- this.d5q_1 = randomResult;
2163
- this.e5q_1 = usedByGames;
2164
- this.f5q_1 = reservedCardDecks;
2165
- this.g5q_1 = isUsed;
2171
+ this.f5q_1 = randomResult;
2172
+ this.g5q_1 = usedByGames;
2173
+ this.h5q_1 = reservedCardDecks;
2174
+ this.i5q_1 = isUsed;
2166
2175
  }
2167
- protoOf(RandomPoolValue).h5q = function () {
2168
- return this.d5q_1.m5l_1.m();
2176
+ protoOf(RandomPoolValue).j5q = function () {
2177
+ return this.f5q_1.o5l_1.m();
2169
2178
  };
2170
- protoOf(RandomPoolValue).i5q = function (minRoundsCount) {
2171
- if (this.g5q_1) {
2179
+ protoOf(RandomPoolValue).k5q = function (minRoundsCount) {
2180
+ if (this.i5q_1) {
2172
2181
  return false;
2173
2182
  }
2174
- var availableCount = this.h5q() - this.f5q_1 | 0;
2183
+ var availableCount = this.j5q() - this.h5q_1 | 0;
2175
2184
  return availableCount >= minRoundsCount;
2176
2185
  };
2177
- protoOf(RandomPoolValue).j5q = function (gameId, reservedCardDecks, thresholdForUsedPool) {
2178
- var lastReservedCardDeckIndex = this.f5q_1 - 1 | 0;
2186
+ protoOf(RandomPoolValue).l5q = function (gameId, reservedCardDecks, thresholdForUsedPool) {
2187
+ var lastReservedCardDeckIndex = this.h5q_1 - 1 | 0;
2179
2188
  // Inline function 'kotlin.apply' call
2180
- var this_0 = toMutableMap(this.e5q_1);
2189
+ var this_0 = toMutableMap(this.g5q_1);
2181
2190
  // Inline function 'kotlin.contracts.contract' call
2182
2191
  // Inline function 'games.raspberry.card_game.random.data.providers.RandomPoolValue.copyAndAttachNewGame.<anonymous>' call
2183
- this_0.j2(gameId, lastReservedCardDeckIndex + 1 | 0);
2192
+ this_0.k2(gameId, lastReservedCardDeckIndex + 1 | 0);
2184
2193
  var newNewUsedBy = toMap(this_0);
2185
- var newReservedCardDecks = this.f5q_1 + reservedCardDecks | 0;
2186
- return this.k5q(VOID, newNewUsedBy, newReservedCardDecks, (newReservedCardDecks + thresholdForUsedPool | 0) > this.h5q());
2194
+ var newReservedCardDecks = this.h5q_1 + reservedCardDecks | 0;
2195
+ return this.m5q(VOID, newNewUsedBy, newReservedCardDecks, (newReservedCardDecks + thresholdForUsedPool | 0) > this.j5q());
2187
2196
  };
2188
- protoOf(RandomPoolValue).l5q = function (gameId) {
2189
- var currentCardDeckIndex = getValue(this.e5q_1, gameId);
2197
+ protoOf(RandomPoolValue).n5q = function (gameId) {
2198
+ var currentCardDeckIndex = getValue(this.g5q_1, gameId);
2190
2199
  var tmp;
2191
- if (currentCardDeckIndex === get_lastIndex(this.d5q_1.m5l_1)) {
2200
+ if (currentCardDeckIndex === get_lastIndex(this.f5q_1.o5l_1)) {
2192
2201
  tmp = 0;
2193
2202
  } else {
2194
2203
  tmp = currentCardDeckIndex + 1 | 0;
2195
2204
  }
2196
2205
  var newCardDeckIndex = tmp;
2197
2206
  // Inline function 'kotlin.apply' call
2198
- var this_0 = toMutableMap(this.e5q_1);
2207
+ var this_0 = toMutableMap(this.g5q_1);
2199
2208
  // Inline function 'kotlin.contracts.contract' call
2200
2209
  // Inline function 'games.raspberry.card_game.random.data.providers.RandomPoolValue.copyAndMoveToNextRound.<anonymous>' call
2201
- this_0.j2(gameId, newCardDeckIndex);
2210
+ this_0.k2(gameId, newCardDeckIndex);
2202
2211
  var newNewUsedBy = toMap(this_0);
2203
- return this.k5q(VOID, newNewUsedBy);
2212
+ return this.m5q(VOID, newNewUsedBy);
2204
2213
  };
2205
- protoOf(RandomPoolValue).m5q = function (gameId, reservedCardDecks) {
2206
- return this.k5q(VOID, mapOf(to(gameId, 0)), reservedCardDecks);
2214
+ protoOf(RandomPoolValue).o5q = function (gameId, reservedCardDecks) {
2215
+ return this.m5q(VOID, mapOf(to(gameId, 0)), reservedCardDecks);
2207
2216
  };
2208
- protoOf(RandomPoolValue).n5q = function (gameId) {
2209
- var index = getValue(this.e5q_1, gameId);
2210
- return new GameCardDeckData(index, this.d5q_1.m5l_1.o(index));
2217
+ protoOf(RandomPoolValue).p5q = function (gameId) {
2218
+ var index = getValue(this.g5q_1, gameId);
2219
+ return new GameCardDeckData(index, this.f5q_1.o5l_1.o(index));
2211
2220
  };
2212
- protoOf(RandomPoolValue).o5q = function (randomResult, usedByGames, reservedCardDecks, isUsed) {
2221
+ protoOf(RandomPoolValue).q5q = function (randomResult, usedByGames, reservedCardDecks, isUsed) {
2213
2222
  return new RandomPoolValue(randomResult, usedByGames, reservedCardDecks, isUsed);
2214
2223
  };
2215
- protoOf(RandomPoolValue).k5q = function (randomResult, usedByGames, reservedCardDecks, isUsed, $super) {
2216
- randomResult = randomResult === VOID ? this.d5q_1 : randomResult;
2217
- usedByGames = usedByGames === VOID ? this.e5q_1 : usedByGames;
2218
- reservedCardDecks = reservedCardDecks === VOID ? this.f5q_1 : reservedCardDecks;
2219
- isUsed = isUsed === VOID ? this.g5q_1 : isUsed;
2220
- return $super === VOID ? this.o5q(randomResult, usedByGames, reservedCardDecks, isUsed) : $super.o5q.call(this, randomResult, usedByGames, reservedCardDecks, isUsed);
2224
+ protoOf(RandomPoolValue).m5q = function (randomResult, usedByGames, reservedCardDecks, isUsed, $super) {
2225
+ randomResult = randomResult === VOID ? this.f5q_1 : randomResult;
2226
+ usedByGames = usedByGames === VOID ? this.g5q_1 : usedByGames;
2227
+ reservedCardDecks = reservedCardDecks === VOID ? this.h5q_1 : reservedCardDecks;
2228
+ isUsed = isUsed === VOID ? this.i5q_1 : isUsed;
2229
+ return $super === VOID ? this.q5q(randomResult, usedByGames, reservedCardDecks, isUsed) : $super.q5q.call(this, randomResult, usedByGames, reservedCardDecks, isUsed);
2221
2230
  };
2222
2231
  protoOf(RandomPoolValue).toString = function () {
2223
- return 'RandomPoolValue(randomResult=' + this.d5q_1.toString() + ', usedByGames=' + toString(this.e5q_1) + ', reservedCardDecks=' + this.f5q_1 + ', isUsed=' + this.g5q_1 + ')';
2232
+ return 'RandomPoolValue(randomResult=' + this.f5q_1.toString() + ', usedByGames=' + toString(this.g5q_1) + ', reservedCardDecks=' + this.h5q_1 + ', isUsed=' + this.i5q_1 + ')';
2224
2233
  };
2225
2234
  protoOf(RandomPoolValue).hashCode = function () {
2226
- var result = this.d5q_1.hashCode();
2227
- result = imul(result, 31) + hashCode(this.e5q_1) | 0;
2228
- result = imul(result, 31) + this.f5q_1 | 0;
2229
- result = imul(result, 31) + getBooleanHashCode(this.g5q_1) | 0;
2235
+ var result = this.f5q_1.hashCode();
2236
+ result = imul(result, 31) + hashCode(this.g5q_1) | 0;
2237
+ result = imul(result, 31) + this.h5q_1 | 0;
2238
+ result = imul(result, 31) + getBooleanHashCode(this.i5q_1) | 0;
2230
2239
  return result;
2231
2240
  };
2232
2241
  protoOf(RandomPoolValue).equals = function (other) {
@@ -2235,48 +2244,48 @@
2235
2244
  if (!(other instanceof RandomPoolValue))
2236
2245
  return false;
2237
2246
  var tmp0_other_with_cast = other instanceof RandomPoolValue ? other : THROW_CCE();
2238
- if (!this.d5q_1.equals(tmp0_other_with_cast.d5q_1))
2247
+ if (!this.f5q_1.equals(tmp0_other_with_cast.f5q_1))
2239
2248
  return false;
2240
- if (!equals(this.e5q_1, tmp0_other_with_cast.e5q_1))
2249
+ if (!equals(this.g5q_1, tmp0_other_with_cast.g5q_1))
2241
2250
  return false;
2242
- if (!(this.f5q_1 === tmp0_other_with_cast.f5q_1))
2251
+ if (!(this.h5q_1 === tmp0_other_with_cast.h5q_1))
2243
2252
  return false;
2244
- if (!(this.g5q_1 === tmp0_other_with_cast.g5q_1))
2253
+ if (!(this.i5q_1 === tmp0_other_with_cast.i5q_1))
2245
2254
  return false;
2246
2255
  return true;
2247
2256
  };
2248
2257
  function RandomPoolProviderImpl$getCardDeck$slambda$slambda(this$0, $minRoundsCountInPool, $userData, $min, $max, $cardsCount, $signed, resultContinuation) {
2249
- this.x5q_1 = this$0;
2250
- this.y5q_1 = $minRoundsCountInPool;
2251
- this.z5q_1 = $userData;
2252
- this.a5r_1 = $min;
2253
- this.b5r_1 = $max;
2254
- this.c5r_1 = $cardsCount;
2255
- this.d5r_1 = $signed;
2258
+ this.z5q_1 = this$0;
2259
+ this.a5r_1 = $minRoundsCountInPool;
2260
+ this.b5r_1 = $userData;
2261
+ this.c5r_1 = $min;
2262
+ this.d5r_1 = $max;
2263
+ this.e5r_1 = $cardsCount;
2264
+ this.f5r_1 = $signed;
2256
2265
  CoroutineImpl.call(this, resultContinuation);
2257
2266
  }
2258
- protoOf(RandomPoolProviderImpl$getCardDeck$slambda$slambda).f5r = function ($this$withTimeout, $completion) {
2259
- var tmp = this.q1d($this$withTimeout, $completion);
2260
- tmp.g9_1 = Unit_instance;
2261
- tmp.h9_1 = null;
2262
- var tmp_0 = tmp.m9();
2267
+ protoOf(RandomPoolProviderImpl$getCardDeck$slambda$slambda).h5r = function ($this$withTimeout, $completion) {
2268
+ var tmp = this.r1d($this$withTimeout, $completion);
2269
+ tmp.h9_1 = Unit_instance;
2270
+ tmp.i9_1 = null;
2271
+ var tmp_0 = tmp.n9();
2263
2272
  if (tmp_0 === get_COROUTINE_SUSPENDED())
2264
2273
  return tmp_0;
2265
2274
  return tmp_0;
2266
2275
  };
2267
- protoOf(RandomPoolProviderImpl$getCardDeck$slambda$slambda).w9 = function (p1, $completion) {
2268
- return this.f5r((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
2276
+ protoOf(RandomPoolProviderImpl$getCardDeck$slambda$slambda).x9 = function (p1, $completion) {
2277
+ return this.h5r((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
2269
2278
  };
2270
- protoOf(RandomPoolProviderImpl$getCardDeck$slambda$slambda).m9 = function () {
2271
- var suspendResult = this.g9_1;
2279
+ protoOf(RandomPoolProviderImpl$getCardDeck$slambda$slambda).n9 = function () {
2280
+ var suspendResult = this.h9_1;
2272
2281
  $sm: do
2273
2282
  try {
2274
- var tmp = this.e9_1;
2283
+ var tmp = this.f9_1;
2275
2284
  switch (tmp) {
2276
2285
  case 0:
2277
- this.f9_1 = 2;
2278
- this.e9_1 = 1;
2279
- suspendResult = getOrLoadGameCardDeckData(this.x5q_1, this.y5q_1, this.z5q_1, this.a5r_1, this.b5r_1, this.c5r_1, this.d5r_1, this);
2286
+ this.g9_1 = 2;
2287
+ this.f9_1 = 1;
2288
+ suspendResult = getOrLoadGameCardDeckData(this.z5q_1, this.a5r_1, this.b5r_1, this.c5r_1, this.d5r_1, this.e5r_1, this.f5r_1, this);
2280
2289
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
2281
2290
  return suspendResult;
2282
2291
  }
@@ -2286,43 +2295,43 @@
2286
2295
  var cardDeckData = suspendResult;
2287
2296
  return new Result(_Result___init__impl__xyqfz8(cardDeckData));
2288
2297
  case 2:
2289
- throw this.h9_1;
2298
+ throw this.i9_1;
2290
2299
  }
2291
2300
  } catch ($p) {
2292
2301
  var e = $p;
2293
- if (this.f9_1 === 2) {
2302
+ if (this.g9_1 === 2) {
2294
2303
  throw e;
2295
2304
  } else {
2296
- this.e9_1 = this.f9_1;
2297
- this.h9_1 = e;
2305
+ this.f9_1 = this.g9_1;
2306
+ this.i9_1 = e;
2298
2307
  }
2299
2308
  }
2300
2309
  while (true);
2301
2310
  };
2302
- protoOf(RandomPoolProviderImpl$getCardDeck$slambda$slambda).q1d = function ($this$withTimeout, completion) {
2303
- var i = new RandomPoolProviderImpl$getCardDeck$slambda$slambda(this.x5q_1, this.y5q_1, this.z5q_1, this.a5r_1, this.b5r_1, this.c5r_1, this.d5r_1, completion);
2304
- i.e5r_1 = $this$withTimeout;
2311
+ protoOf(RandomPoolProviderImpl$getCardDeck$slambda$slambda).r1d = function ($this$withTimeout, completion) {
2312
+ var i = new RandomPoolProviderImpl$getCardDeck$slambda$slambda(this.z5q_1, this.a5r_1, this.b5r_1, this.c5r_1, this.d5r_1, this.e5r_1, this.f5r_1, completion);
2313
+ i.g5r_1 = $this$withTimeout;
2305
2314
  return i;
2306
2315
  };
2307
2316
  function RandomPoolProviderImpl$getCardDeck$slambda$slambda_0(this$0, $minRoundsCountInPool, $userData, $min, $max, $cardsCount, $signed, resultContinuation) {
2308
2317
  var i = new RandomPoolProviderImpl$getCardDeck$slambda$slambda(this$0, $minRoundsCountInPool, $userData, $min, $max, $cardsCount, $signed, resultContinuation);
2309
2318
  var l = function ($this$withTimeout, $completion) {
2310
- return i.f5r($this$withTimeout, $completion);
2319
+ return i.h5r($this$withTimeout, $completion);
2311
2320
  };
2312
2321
  l.$arity = 1;
2313
2322
  return l;
2314
2323
  }
2315
2324
  function getOrLoadGameCardDeckData($this, minRoundsCountInPool, userData, min, max, cardsCount, signed, $completion) {
2316
2325
  var tmp = new $getOrLoadGameCardDeckDataCOROUTINE$3($this, minRoundsCountInPool, userData, min, max, cardsCount, signed, $completion);
2317
- tmp.g9_1 = Unit_instance;
2318
- tmp.h9_1 = null;
2319
- return tmp.m9();
2326
+ tmp.h9_1 = Unit_instance;
2327
+ tmp.i9_1 = null;
2328
+ return tmp.n9();
2320
2329
  }
2321
2330
  function requestNewCardDecks($this, min, max, cardsCount, signed, $completion) {
2322
- return withContext($this.z5r_1, RandomPoolProviderImpl$requestNewCardDecks$slambda_0($this, min, max, cardsCount, signed, null), $completion);
2331
+ return withContext($this.b5s_1, RandomPoolProviderImpl$requestNewCardDecks$slambda_0($this, min, max, cardsCount, signed, null), $completion);
2323
2332
  }
2324
2333
  function getPreparedGameCardDecksRecord($this, poolId, signature, cardDeckData, userData) {
2325
- var existingCardDeck = $this.d5s_1.g2(userData.gameId);
2334
+ var existingCardDeck = $this.f5s_1.h2(userData.gameId);
2326
2335
  var tmp;
2327
2336
  if (!(existingCardDeck == null)) {
2328
2337
  tmp = Companion_instance_2.nextRound(existingCardDeck, cardDeckData);
@@ -2333,14 +2342,14 @@
2333
2342
  }
2334
2343
  function getPreparedRandomPoolValueOrRequest($this, gameId, min, max, minRoundsCount, cardsCount, signed, $completion) {
2335
2344
  var tmp = new $getPreparedRandomPoolValueOrRequestCOROUTINE$4($this, gameId, min, max, minRoundsCount, cardsCount, signed, $completion);
2336
- tmp.g9_1 = Unit_instance;
2337
- tmp.h9_1 = null;
2338
- return tmp.m9();
2345
+ tmp.h9_1 = Unit_instance;
2346
+ tmp.i9_1 = null;
2347
+ return tmp.n9();
2339
2348
  }
2340
2349
  function Companion_9() {
2341
- this.x5s_1 = 100;
2342
- this.y5s_1 = 3;
2343
- this.z5s_1 = 3000;
2350
+ this.z5s_1 = 100;
2351
+ this.a5t_1 = 3;
2352
+ this.b5t_1 = 3000;
2344
2353
  }
2345
2354
  var Companion_instance_11;
2346
2355
  function Companion_getInstance_12() {
@@ -2350,102 +2359,105 @@
2350
2359
  return uuid4().toString();
2351
2360
  }
2352
2361
  function RandomPoolProviderImpl$getCardDeck$slambda(this$0, $timeoutMillis, $minRoundsCountInPool, $userData, $min, $max, $cardsCount, $signed, resultContinuation) {
2353
- this.i5t_1 = this$0;
2354
- this.j5t_1 = $timeoutMillis;
2355
- this.k5t_1 = $minRoundsCountInPool;
2356
- this.l5t_1 = $userData;
2357
- this.m5t_1 = $min;
2358
- this.n5t_1 = $max;
2359
- this.o5t_1 = $cardsCount;
2360
- this.p5t_1 = $signed;
2362
+ this.k5t_1 = this$0;
2363
+ this.l5t_1 = $timeoutMillis;
2364
+ this.m5t_1 = $minRoundsCountInPool;
2365
+ this.n5t_1 = $userData;
2366
+ this.o5t_1 = $min;
2367
+ this.p5t_1 = $max;
2368
+ this.q5t_1 = $cardsCount;
2369
+ this.r5t_1 = $signed;
2361
2370
  CoroutineImpl.call(this, resultContinuation);
2362
2371
  }
2363
- protoOf(RandomPoolProviderImpl$getCardDeck$slambda).f5r = function ($this$withContext, $completion) {
2364
- var tmp = this.q1d($this$withContext, $completion);
2365
- tmp.g9_1 = Unit_instance;
2366
- tmp.h9_1 = null;
2367
- var tmp_0 = tmp.m9();
2372
+ protoOf(RandomPoolProviderImpl$getCardDeck$slambda).h5r = function ($this$withContext, $completion) {
2373
+ var tmp = this.r1d($this$withContext, $completion);
2374
+ tmp.h9_1 = Unit_instance;
2375
+ tmp.i9_1 = null;
2376
+ var tmp_0 = tmp.n9();
2368
2377
  if (tmp_0 === get_COROUTINE_SUSPENDED())
2369
2378
  return tmp_0;
2370
2379
  return tmp_0;
2371
2380
  };
2372
- protoOf(RandomPoolProviderImpl$getCardDeck$slambda).w9 = function (p1, $completion) {
2373
- return this.f5r((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
2381
+ protoOf(RandomPoolProviderImpl$getCardDeck$slambda).x9 = function (p1, $completion) {
2382
+ return this.h5r((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
2374
2383
  };
2375
- protoOf(RandomPoolProviderImpl$getCardDeck$slambda).m9 = function () {
2376
- var suspendResult = this.g9_1;
2384
+ protoOf(RandomPoolProviderImpl$getCardDeck$slambda).n9 = function () {
2385
+ var suspendResult = this.h9_1;
2377
2386
  $sm: do
2378
2387
  try {
2379
- var tmp = this.e9_1;
2388
+ var tmp = this.f9_1;
2380
2389
  switch (tmp) {
2381
2390
  case 0:
2382
- this.f9_1 = 11;
2391
+ this.g9_1 = 11;
2383
2392
  var tmp_0 = this;
2384
- tmp_0.r5t_1 = this.i5t_1.b5s_1;
2393
+ tmp_0.t5t_1 = this.k5t_1.d5s_1;
2385
2394
  var tmp_1 = this;
2386
- tmp_1.s5t_1 = null;
2387
- this.e9_1 = 1;
2388
- suspendResult = this.r5t_1.m1l(this.s5t_1, this);
2395
+ tmp_1.u5t_1 = null;
2396
+ this.f9_1 = 1;
2397
+ suspendResult = this.t5t_1.n1l(this.u5t_1, this);
2389
2398
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
2390
2399
  return suspendResult;
2391
2400
  }
2392
2401
 
2393
2402
  continue $sm;
2394
2403
  case 1:
2395
- this.t5t_1 = Unit_instance;
2396
- this.e9_1 = 2;
2404
+ this.v5t_1 = Unit_instance;
2405
+ this.f9_1 = 2;
2397
2406
  continue $sm;
2398
2407
  case 2:
2399
- this.f9_1 = 10;
2400
- this.u5t_1 = Unit_instance;
2401
- this.e9_1 = 3;
2408
+ this.g9_1 = 10;
2409
+ this.w5t_1 = Unit_instance;
2410
+ this.f9_1 = 3;
2402
2411
  continue $sm;
2403
2412
  case 3:
2404
- this.v5t_1 = this.i5t_1.e5s_1;
2405
- if (!(this.v5t_1 == null) && this.i5t_1.f5s_1 >= this.i5t_1.w5r_1.failedRequestAttempts) {
2406
- this.w5t_1 = this.v5t_1.h5k(this.i5t_1.w5r_1.failedAttemptCooldown);
2407
- if (this.w5t_1.l5k(System_instance.t54()) > 0) {
2408
- this.x5t_1 = new RandomException(VOID, 'getCardDeck cooldown ends in ' + this.w5t_1.toString());
2413
+ this.x5t_1 = this.k5t_1.g5s_1;
2414
+ this.y5t_1 = System_instance.v54();
2415
+ if (!(this.x5t_1 == null) && this.k5t_1.h5s_1 >= this.k5t_1.y5r_1.failedRequestAttempts) {
2416
+ this.z5t_1 = this.x5t_1.j5k(this.k5t_1.y5r_1.failedAttemptCooldown);
2417
+ if (this.z5t_1.n5k(this.y5t_1) > 0) {
2418
+ this.a5u_1 = new RandomException(VOID, 'getCardDeck: cooldown ends in ' + this.z5t_1.toString() + ', ' + ('failedAttemptTime = ' + toString_0(this.x5t_1) + ', ') + ('currentTime = ' + this.y5t_1.toString()));
2409
2419
  var tmp_2 = this;
2410
- var exception = this.x5t_1;
2411
- tmp_2.u5t_1 = new Result(_Result___init__impl__xyqfz8(createFailure(exception)));
2412
- this.e9_1 = 8;
2420
+ var exception = this.a5u_1;
2421
+ tmp_2.w5t_1 = new Result(_Result___init__impl__xyqfz8(createFailure(exception)));
2422
+ this.f9_1 = 8;
2413
2423
  continue $sm;
2414
2424
  } else {
2415
- this.e9_1 = 4;
2425
+ this.k5t_1.g5s_1 = null;
2426
+ this.k5t_1.h5s_1 = 0;
2427
+ this.f9_1 = 4;
2416
2428
  continue $sm;
2417
2429
  }
2418
2430
  } else {
2419
- this.e9_1 = 5;
2431
+ this.f9_1 = 5;
2420
2432
  continue $sm;
2421
2433
  }
2422
2434
 
2423
2435
  case 4:
2424
- this.e9_1 = 5;
2436
+ this.f9_1 = 5;
2425
2437
  continue $sm;
2426
2438
  case 5:
2427
- this.f9_1 = 7;
2428
- this.e9_1 = 6;
2429
- suspendResult = withTimeout(this.j5t_1, RandomPoolProviderImpl$getCardDeck$slambda$slambda_0(this.i5t_1, this.k5t_1, this.l5t_1, this.m5t_1, this.n5t_1, this.o5t_1, this.p5t_1, null), this);
2439
+ this.g9_1 = 7;
2440
+ this.f9_1 = 6;
2441
+ suspendResult = withTimeout(this.l5t_1, RandomPoolProviderImpl$getCardDeck$slambda$slambda_0(this.k5t_1, this.m5t_1, this.n5t_1, this.o5t_1, this.p5t_1, this.q5t_1, this.r5t_1, null), this);
2430
2442
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
2431
2443
  return suspendResult;
2432
2444
  }
2433
2445
 
2434
2446
  continue $sm;
2435
2447
  case 6:
2436
- this.u5t_1 = suspendResult;
2437
- this.e9_1 = 8;
2448
+ this.w5t_1 = suspendResult;
2449
+ this.f9_1 = 8;
2438
2450
  continue $sm;
2439
2451
  case 7:
2440
- this.f9_1 = 10;
2441
- var tmp_3 = this.h9_1;
2452
+ this.g9_1 = 10;
2453
+ var tmp_3 = this.i9_1;
2442
2454
  if (tmp_3 instanceof Error) {
2443
- var error = this.h9_1;
2444
- this.i5t_1.e5s_1 = System_instance.t54();
2445
- var _unary__edvuaz = this.i5t_1.f5s_1;
2446
- this.i5t_1.f5s_1 = _unary__edvuaz + 1 | 0;
2447
- var tmp_4 = 'createNewShuffledCardDeck error message = ' + error.message + ', ';
2448
- var value = this.i5t_1.e5s_1;
2455
+ var error = this.i9_1;
2456
+ this.k5t_1.g5s_1 = this.y5t_1;
2457
+ var _unary__edvuaz = this.k5t_1.h5s_1;
2458
+ this.k5t_1.h5s_1 = _unary__edvuaz + 1 | 0;
2459
+ var tmp_4 = 'getCardDeck: error message = ' + error.message + ', ';
2460
+ var value = this.k5t_1.g5s_1;
2449
2461
  var tmp$ret$2 = Unit_instance;
2450
2462
  l$ret$3: do {
2451
2463
  if (value == null) {
@@ -2457,86 +2469,86 @@
2457
2469
  }
2458
2470
  }
2459
2471
  while (false);
2460
- var exception_0 = new RandomException(VOID, tmp_4 + ('cooldown ends in ' + tmp$ret$2.h5k(this.i5t_1.w5r_1.failedAttemptCooldown).toString()), error);
2461
- this.i5t_1.y5r_1.w('RandomPoolProvider', VOID, exception_0);
2472
+ var exception_0 = new RandomException(VOID, tmp_4 + ('cooldown ends in ' + tmp$ret$2.j5k(this.k5t_1.y5r_1.failedAttemptCooldown).toString() + ', ') + ('failedAttemptTime = ' + toString_0(this.x5t_1) + ', ') + ('currentTime = ' + this.y5t_1.toString()), error);
2473
+ this.k5t_1.a5s_1.w('RandomPoolProvider', VOID, exception_0);
2462
2474
  var tmp_5 = this;
2463
- tmp_5.u5t_1 = new Result(_Result___init__impl__xyqfz8(createFailure(exception_0)));
2464
- this.e9_1 = 8;
2475
+ tmp_5.w5t_1 = new Result(_Result___init__impl__xyqfz8(createFailure(exception_0)));
2476
+ this.f9_1 = 8;
2465
2477
  continue $sm;
2466
2478
  } else {
2467
- throw this.h9_1;
2479
+ throw this.i9_1;
2468
2480
  }
2469
2481
 
2470
2482
  case 8:
2471
- this.t5t_1 = this.u5t_1;
2472
- this.f9_1 = 11;
2473
- this.e9_1 = 9;
2483
+ this.v5t_1 = this.w5t_1;
2484
+ this.g9_1 = 11;
2485
+ this.f9_1 = 9;
2474
2486
  continue $sm;
2475
2487
  case 9:
2476
- var tmp_6 = this.t5t_1;
2477
- this.f9_1 = 11;
2478
- this.r5t_1.x1k(this.s5t_1);
2488
+ var tmp_6 = this.v5t_1;
2489
+ this.g9_1 = 11;
2490
+ this.t5t_1.y1k(this.u5t_1);
2479
2491
  return tmp_6;
2480
2492
  case 10:
2481
- this.f9_1 = 11;
2482
- var t = this.h9_1;
2483
- this.r5t_1.x1k(this.s5t_1);
2493
+ this.g9_1 = 11;
2494
+ var t = this.i9_1;
2495
+ this.t5t_1.y1k(this.u5t_1);
2484
2496
  throw t;
2485
2497
  case 11:
2486
- throw this.h9_1;
2498
+ throw this.i9_1;
2487
2499
  }
2488
2500
  } catch ($p) {
2489
2501
  var e = $p;
2490
- if (this.f9_1 === 11) {
2502
+ if (this.g9_1 === 11) {
2491
2503
  throw e;
2492
2504
  } else {
2493
- this.e9_1 = this.f9_1;
2494
- this.h9_1 = e;
2505
+ this.f9_1 = this.g9_1;
2506
+ this.i9_1 = e;
2495
2507
  }
2496
2508
  }
2497
2509
  while (true);
2498
2510
  };
2499
- protoOf(RandomPoolProviderImpl$getCardDeck$slambda).q1d = function ($this$withContext, completion) {
2500
- var i = new RandomPoolProviderImpl$getCardDeck$slambda(this.i5t_1, this.j5t_1, this.k5t_1, this.l5t_1, this.m5t_1, this.n5t_1, this.o5t_1, this.p5t_1, completion);
2501
- i.q5t_1 = $this$withContext;
2511
+ protoOf(RandomPoolProviderImpl$getCardDeck$slambda).r1d = function ($this$withContext, completion) {
2512
+ var i = new RandomPoolProviderImpl$getCardDeck$slambda(this.k5t_1, this.l5t_1, this.m5t_1, this.n5t_1, this.o5t_1, this.p5t_1, this.q5t_1, this.r5t_1, completion);
2513
+ i.s5t_1 = $this$withContext;
2502
2514
  return i;
2503
2515
  };
2504
2516
  function RandomPoolProviderImpl$getCardDeck$slambda_0(this$0, $timeoutMillis, $minRoundsCountInPool, $userData, $min, $max, $cardsCount, $signed, resultContinuation) {
2505
2517
  var i = new RandomPoolProviderImpl$getCardDeck$slambda(this$0, $timeoutMillis, $minRoundsCountInPool, $userData, $min, $max, $cardsCount, $signed, resultContinuation);
2506
2518
  var l = function ($this$withContext, $completion) {
2507
- return i.f5r($this$withContext, $completion);
2519
+ return i.h5r($this$withContext, $completion);
2508
2520
  };
2509
2521
  l.$arity = 1;
2510
2522
  return l;
2511
2523
  }
2512
2524
  function RandomPoolProviderImpl$requestNewCardDecks$slambda(this$0, $min, $max, $cardsCount, $signed, resultContinuation) {
2513
- this.g5u_1 = this$0;
2514
- this.h5u_1 = $min;
2515
- this.i5u_1 = $max;
2516
- this.j5u_1 = $cardsCount;
2517
- this.k5u_1 = $signed;
2525
+ this.j5u_1 = this$0;
2526
+ this.k5u_1 = $min;
2527
+ this.l5u_1 = $max;
2528
+ this.m5u_1 = $cardsCount;
2529
+ this.n5u_1 = $signed;
2518
2530
  CoroutineImpl.call(this, resultContinuation);
2519
2531
  }
2520
- protoOf(RandomPoolProviderImpl$requestNewCardDecks$slambda).n5u = function ($this$withContext, $completion) {
2521
- var tmp = this.q1d($this$withContext, $completion);
2522
- tmp.g9_1 = Unit_instance;
2523
- tmp.h9_1 = null;
2524
- return tmp.m9();
2532
+ protoOf(RandomPoolProviderImpl$requestNewCardDecks$slambda).q5u = function ($this$withContext, $completion) {
2533
+ var tmp = this.r1d($this$withContext, $completion);
2534
+ tmp.h9_1 = Unit_instance;
2535
+ tmp.i9_1 = null;
2536
+ return tmp.n9();
2525
2537
  };
2526
- protoOf(RandomPoolProviderImpl$requestNewCardDecks$slambda).w9 = function (p1, $completion) {
2527
- return this.n5u((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
2538
+ protoOf(RandomPoolProviderImpl$requestNewCardDecks$slambda).x9 = function (p1, $completion) {
2539
+ return this.q5u((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
2528
2540
  };
2529
- protoOf(RandomPoolProviderImpl$requestNewCardDecks$slambda).m9 = function () {
2530
- var suspendResult = this.g9_1;
2541
+ protoOf(RandomPoolProviderImpl$requestNewCardDecks$slambda).n9 = function () {
2542
+ var suspendResult = this.h9_1;
2531
2543
  $sm: do
2532
2544
  try {
2533
- var tmp = this.e9_1;
2545
+ var tmp = this.f9_1;
2534
2546
  switch (tmp) {
2535
2547
  case 0:
2536
- this.f9_1 = 2;
2537
- this.m5u_1 = System_instance.t54();
2538
- this.e9_1 = 1;
2539
- suspendResult = this.g5u_1.x5r_1.h5o(this.h5u_1, this.i5u_1, this.g5u_1.w5r_1.poolSize, this.j5u_1, new CardDecksRequestUserData(this.g5u_1.a5s_1(), this.g5u_1.w5r_1.poolSize), this.k5u_1, this);
2548
+ this.g9_1 = 2;
2549
+ this.p5u_1 = System_instance.v54();
2550
+ this.f9_1 = 1;
2551
+ suspendResult = this.j5u_1.z5r_1.j5o(this.k5u_1, this.l5u_1, this.j5u_1.y5r_1.poolSize, this.m5u_1, new CardDecksRequestUserData(this.j5u_1.c5s_1(), this.j5u_1.y5r_1.poolSize), this.n5u_1, this);
2540
2552
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
2541
2553
  return suspendResult;
2542
2554
  }
@@ -2544,64 +2556,64 @@
2544
2556
  continue $sm;
2545
2557
  case 1:
2546
2558
  var result = suspendResult;
2547
- var requestEndTime = System_instance.t54();
2548
- var requestDuration = requestEndTime.k5k(this.m5u_1);
2559
+ var requestEndTime = System_instance.v54();
2560
+ var requestDuration = requestEndTime.m5k(this.p5u_1);
2549
2561
  Companion_getInstance_0();
2550
- var this_0 = this.g5u_1.w5r_1.requestDurationWarn;
2562
+ var this_0 = this.j5u_1.y5r_1.requestDurationWarn;
2551
2563
  if (Duration__compareTo_impl_pchp0f(requestDuration, toDuration_0(this_0, DurationUnit_MILLISECONDS_getInstance())) > 0) {
2552
- this.g5u_1.y5r_1.w('RandomPoolProvider', 'Card deck request took longer then expected: ' + ('actual = ' + Duration__toString_impl_8d916b(requestDuration) + ', ') + ('expected = ' + this.g5u_1.w5r_1.requestDurationWarn));
2564
+ this.j5u_1.a5s_1.w('RandomPoolProvider', 'Card deck request took longer then expected: ' + ('actual = ' + Duration__toString_impl_8d916b(requestDuration) + ', ') + ('expected = ' + this.j5u_1.y5r_1.requestDurationWarn));
2553
2565
  }
2554
2566
 
2555
2567
  var newCardDecksValue = new RandomPoolValue(result);
2556
2568
  return newCardDecksValue;
2557
2569
  case 2:
2558
- throw this.h9_1;
2570
+ throw this.i9_1;
2559
2571
  }
2560
2572
  } catch ($p) {
2561
2573
  var e = $p;
2562
- if (this.f9_1 === 2) {
2574
+ if (this.g9_1 === 2) {
2563
2575
  throw e;
2564
2576
  } else {
2565
- this.e9_1 = this.f9_1;
2566
- this.h9_1 = e;
2577
+ this.f9_1 = this.g9_1;
2578
+ this.i9_1 = e;
2567
2579
  }
2568
2580
  }
2569
2581
  while (true);
2570
2582
  };
2571
- protoOf(RandomPoolProviderImpl$requestNewCardDecks$slambda).q1d = function ($this$withContext, completion) {
2572
- var i = new RandomPoolProviderImpl$requestNewCardDecks$slambda(this.g5u_1, this.h5u_1, this.i5u_1, this.j5u_1, this.k5u_1, completion);
2573
- i.l5u_1 = $this$withContext;
2583
+ protoOf(RandomPoolProviderImpl$requestNewCardDecks$slambda).r1d = function ($this$withContext, completion) {
2584
+ var i = new RandomPoolProviderImpl$requestNewCardDecks$slambda(this.j5u_1, this.k5u_1, this.l5u_1, this.m5u_1, this.n5u_1, completion);
2585
+ i.o5u_1 = $this$withContext;
2574
2586
  return i;
2575
2587
  };
2576
2588
  function RandomPoolProviderImpl$requestNewCardDecks$slambda_0(this$0, $min, $max, $cardsCount, $signed, resultContinuation) {
2577
2589
  var i = new RandomPoolProviderImpl$requestNewCardDecks$slambda(this$0, $min, $max, $cardsCount, $signed, resultContinuation);
2578
2590
  var l = function ($this$withContext, $completion) {
2579
- return i.n5u($this$withContext, $completion);
2591
+ return i.q5u($this$withContext, $completion);
2580
2592
  };
2581
2593
  l.$arity = 1;
2582
2594
  return l;
2583
2595
  }
2584
2596
  function $getOrLoadGameCardDeckDataCOROUTINE$3(_this__u8e3s4, minRoundsCountInPool, userData, min, max, cardsCount, signed, resultContinuation) {
2585
2597
  CoroutineImpl.call(this, resultContinuation);
2586
- this.o5r_1 = _this__u8e3s4;
2587
- this.p5r_1 = minRoundsCountInPool;
2588
- this.q5r_1 = userData;
2589
- this.r5r_1 = min;
2590
- this.s5r_1 = max;
2591
- this.t5r_1 = cardsCount;
2592
- this.u5r_1 = signed;
2593
- }
2594
- protoOf($getOrLoadGameCardDeckDataCOROUTINE$3).m9 = function () {
2595
- var suspendResult = this.g9_1;
2598
+ this.q5r_1 = _this__u8e3s4;
2599
+ this.r5r_1 = minRoundsCountInPool;
2600
+ this.s5r_1 = userData;
2601
+ this.t5r_1 = min;
2602
+ this.u5r_1 = max;
2603
+ this.v5r_1 = cardsCount;
2604
+ this.w5r_1 = signed;
2605
+ }
2606
+ protoOf($getOrLoadGameCardDeckDataCOROUTINE$3).n9 = function () {
2607
+ var suspendResult = this.h9_1;
2596
2608
  $sm: do
2597
2609
  try {
2598
- var tmp = this.e9_1;
2610
+ var tmp = this.f9_1;
2599
2611
  switch (tmp) {
2600
2612
  case 0:
2601
- this.f9_1 = 2;
2602
- this.v5r_1 = this.q5r_1.gameId;
2603
- this.e9_1 = 1;
2604
- suspendResult = getPreparedRandomPoolValueOrRequest(this.o5r_1, this.v5r_1, this.r5r_1, this.s5r_1, this.p5r_1, this.t5r_1, this.u5r_1, this);
2613
+ this.g9_1 = 2;
2614
+ this.x5r_1 = this.s5r_1.gameId;
2615
+ this.f9_1 = 1;
2616
+ suspendResult = getPreparedRandomPoolValueOrRequest(this.q5r_1, this.x5r_1, this.t5r_1, this.u5r_1, this.r5r_1, this.v5r_1, this.w5r_1, this);
2605
2617
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
2606
2618
  return suspendResult;
2607
2619
  }
@@ -2609,85 +2621,85 @@
2609
2621
  continue $sm;
2610
2622
  case 1:
2611
2623
  var randomPoolValue = suspendResult;
2612
- var this_0 = this.o5r_1.c5s_1;
2613
- var key = randomPoolValue.d5q_1.o5l_1;
2614
- this_0.j2(key, randomPoolValue);
2615
- var cardDeckData = randomPoolValue.n5q(this.q5r_1.gameId);
2616
- var tmp21_poolId = randomPoolValue.d5q_1.o5l_1;
2617
- var tmp22_signature = randomPoolValue.d5q_1.p5l_1;
2618
- var cardDecksRecord = getPreparedGameCardDecksRecord(this.o5r_1, tmp21_poolId, tmp22_signature, cardDeckData, this.q5r_1);
2619
- var this_1 = this.o5r_1.d5s_1;
2620
- var key_0 = this.q5r_1.gameId;
2621
- this_1.j2(key_0, cardDecksRecord);
2624
+ var this_0 = this.q5r_1.e5s_1;
2625
+ var key = randomPoolValue.f5q_1.q5l_1;
2626
+ this_0.k2(key, randomPoolValue);
2627
+ var cardDeckData = randomPoolValue.p5q(this.s5r_1.gameId);
2628
+ var tmp21_poolId = randomPoolValue.f5q_1.q5l_1;
2629
+ var tmp22_signature = randomPoolValue.f5q_1.r5l_1;
2630
+ var cardDecksRecord = getPreparedGameCardDecksRecord(this.q5r_1, tmp21_poolId, tmp22_signature, cardDeckData, this.s5r_1);
2631
+ var this_1 = this.q5r_1.f5s_1;
2632
+ var key_0 = this.s5r_1.gameId;
2633
+ this_1.k2(key_0, cardDecksRecord);
2622
2634
  return cardDeckData;
2623
2635
  case 2:
2624
- throw this.h9_1;
2636
+ throw this.i9_1;
2625
2637
  }
2626
2638
  } catch ($p) {
2627
2639
  var e = $p;
2628
- if (this.f9_1 === 2) {
2640
+ if (this.g9_1 === 2) {
2629
2641
  throw e;
2630
2642
  } else {
2631
- this.e9_1 = this.f9_1;
2632
- this.h9_1 = e;
2643
+ this.f9_1 = this.g9_1;
2644
+ this.i9_1 = e;
2633
2645
  }
2634
2646
  }
2635
2647
  while (true);
2636
2648
  };
2637
2649
  function $getPreparedRandomPoolValueOrRequestCOROUTINE$4(_this__u8e3s4, gameId, min, max, minRoundsCount, cardsCount, signed, resultContinuation) {
2638
2650
  CoroutineImpl.call(this, resultContinuation);
2639
- this.o5s_1 = _this__u8e3s4;
2640
- this.p5s_1 = gameId;
2641
- this.q5s_1 = min;
2642
- this.r5s_1 = max;
2643
- this.s5s_1 = minRoundsCount;
2644
- this.t5s_1 = cardsCount;
2645
- this.u5s_1 = signed;
2646
- }
2647
- protoOf($getPreparedRandomPoolValueOrRequestCOROUTINE$4).m9 = function () {
2648
- var suspendResult = this.g9_1;
2651
+ this.q5s_1 = _this__u8e3s4;
2652
+ this.r5s_1 = gameId;
2653
+ this.s5s_1 = min;
2654
+ this.t5s_1 = max;
2655
+ this.u5s_1 = minRoundsCount;
2656
+ this.v5s_1 = cardsCount;
2657
+ this.w5s_1 = signed;
2658
+ }
2659
+ protoOf($getPreparedRandomPoolValueOrRequestCOROUTINE$4).n9 = function () {
2660
+ var suspendResult = this.h9_1;
2649
2661
  $sm: do
2650
2662
  try {
2651
- var tmp = this.e9_1;
2663
+ var tmp = this.f9_1;
2652
2664
  switch (tmp) {
2653
2665
  case 0:
2654
- this.f9_1 = 2;
2666
+ this.g9_1 = 2;
2655
2667
  var tmp_0 = this;
2656
- var this_0 = this.o5s_1.c5s_1;
2668
+ var this_0 = this.q5s_1.e5s_1;
2657
2669
  var destination = LinkedHashMap_init_$Create$();
2658
2670
  var tmp0_iterator = this_0.s().j();
2659
2671
  while (tmp0_iterator.k()) {
2660
2672
  var element = tmp0_iterator.l();
2661
- var this_1 = element.u().e5q_1;
2662
- var key = this.p5s_1;
2663
- if ((isInterface(this_1, KtMap) ? this_1 : THROW_CCE()).e2(key)) {
2664
- destination.j2(element.t(), element.u());
2673
+ var this_1 = element.u().g5q_1;
2674
+ var key = this.r5s_1;
2675
+ if ((isInterface(this_1, KtMap) ? this_1 : THROW_CCE()).f2(key)) {
2676
+ destination.k2(element.t(), element.u());
2665
2677
  }
2666
2678
  }
2667
2679
 
2668
- tmp_0.v5s_1 = firstOrNull(destination.s());
2669
- if (!(this.v5s_1 == null)) {
2670
- return this.v5s_1.u().l5q(this.p5s_1);
2680
+ tmp_0.x5s_1 = firstOrNull(destination.s());
2681
+ if (!(this.x5s_1 == null)) {
2682
+ return this.x5s_1.u().n5q(this.r5s_1);
2671
2683
  }
2672
2684
 
2673
2685
  var tmp_1 = this;
2674
- var this_2 = this.o5s_1.c5s_1;
2686
+ var this_2 = this.q5s_1.e5s_1;
2675
2687
  var destination_0 = LinkedHashMap_init_$Create$();
2676
2688
  var tmp0_iterator_0 = this_2.s().j();
2677
2689
  while (tmp0_iterator_0.k()) {
2678
2690
  var element_0 = tmp0_iterator_0.l();
2679
- if (element_0.u().i5q(this.s5s_1)) {
2680
- destination_0.j2(element_0.t(), element_0.u());
2691
+ if (element_0.u().k5q(this.u5s_1)) {
2692
+ destination_0.k2(element_0.t(), element_0.u());
2681
2693
  }
2682
2694
  }
2683
2695
 
2684
- tmp_1.w5s_1 = firstOrNull(destination_0.s());
2685
- if (!(this.w5s_1 == null)) {
2686
- return this.w5s_1.u().j5q(this.p5s_1, this.s5s_1, this.o5s_1.w5r_1.thresholdForUsedPool);
2696
+ tmp_1.y5s_1 = firstOrNull(destination_0.s());
2697
+ if (!(this.y5s_1 == null)) {
2698
+ return this.y5s_1.u().l5q(this.r5s_1, this.u5s_1, this.q5s_1.y5r_1.thresholdForUsedPool);
2687
2699
  }
2688
2700
 
2689
- this.e9_1 = 1;
2690
- suspendResult = requestNewCardDecks(this.o5s_1, this.q5s_1, this.r5s_1, this.t5s_1, this.u5s_1, this);
2701
+ this.f9_1 = 1;
2702
+ suspendResult = requestNewCardDecks(this.q5s_1, this.s5s_1, this.t5s_1, this.v5s_1, this.w5s_1, this);
2691
2703
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
2692
2704
  return suspendResult;
2693
2705
  }
@@ -2695,23 +2707,23 @@
2695
2707
  continue $sm;
2696
2708
  case 1:
2697
2709
  var cardDecks = suspendResult;
2698
- return cardDecks.m5q(this.p5s_1, this.s5s_1);
2710
+ return cardDecks.o5q(this.r5s_1, this.u5s_1);
2699
2711
  case 2:
2700
- throw this.h9_1;
2712
+ throw this.i9_1;
2701
2713
  }
2702
2714
  } catch ($p) {
2703
2715
  var e = $p;
2704
- if (this.f9_1 === 2) {
2716
+ if (this.g9_1 === 2) {
2705
2717
  throw e;
2706
2718
  } else {
2707
- this.e9_1 = this.f9_1;
2708
- this.h9_1 = e;
2719
+ this.f9_1 = this.g9_1;
2720
+ this.i9_1 = e;
2709
2721
  }
2710
2722
  }
2711
2723
  while (true);
2712
2724
  };
2713
2725
  function RandomPoolProviderImpl(params, randomOrgApiService, logger, dispatcher, idsProvider) {
2714
- dispatcher = dispatcher === VOID ? Dispatchers_getInstance().l10_1 : dispatcher;
2726
+ dispatcher = dispatcher === VOID ? Dispatchers_getInstance().m10_1 : dispatcher;
2715
2727
  var tmp;
2716
2728
  if (idsProvider === VOID) {
2717
2729
  tmp = RandomPoolProviderImpl$_init_$lambda_f6qzy3;
@@ -2719,86 +2731,86 @@
2719
2731
  tmp = idsProvider;
2720
2732
  }
2721
2733
  idsProvider = tmp;
2722
- this.w5r_1 = params;
2723
- this.x5r_1 = randomOrgApiService;
2724
- this.y5r_1 = logger;
2725
- this.z5r_1 = dispatcher;
2726
- this.a5s_1 = idsProvider;
2727
- this.b5s_1 = Mutex();
2734
+ this.y5r_1 = params;
2735
+ this.z5r_1 = randomOrgApiService;
2736
+ this.a5s_1 = logger;
2737
+ this.b5s_1 = dispatcher;
2738
+ this.c5s_1 = idsProvider;
2739
+ this.d5s_1 = Mutex();
2728
2740
  var tmp_0 = this;
2729
2741
  // Inline function 'kotlin.collections.mutableMapOf' call
2730
- tmp_0.c5s_1 = LinkedHashMap_init_$Create$();
2742
+ tmp_0.e5s_1 = LinkedHashMap_init_$Create$();
2731
2743
  var tmp_1 = this;
2732
2744
  // Inline function 'kotlin.collections.mutableMapOf' call
2733
- tmp_1.d5s_1 = LinkedHashMap_init_$Create$();
2734
- this.e5s_1 = null;
2735
- this.f5s_1 = 0;
2745
+ tmp_1.f5s_1 = LinkedHashMap_init_$Create$();
2746
+ this.g5s_1 = null;
2747
+ this.h5s_1 = 0;
2736
2748
  }
2737
- protoOf(RandomPoolProviderImpl).a5q = function (minRoundsCountInPool, userData, min, max, cardsCount, signed, timeoutMillis, $completion) {
2738
- var tmp = withContext(this.z5r_1, RandomPoolProviderImpl$getCardDeck$slambda_0(this, timeoutMillis, minRoundsCountInPool, userData, min, max, cardsCount, signed, null), $completion);
2749
+ protoOf(RandomPoolProviderImpl).c5q = function (minRoundsCountInPool, userData, min, max, cardsCount, signed, timeoutMillis, $completion) {
2750
+ var tmp = withContext(this.b5s_1, RandomPoolProviderImpl$getCardDeck$slambda_0(this, timeoutMillis, minRoundsCountInPool, userData, min, max, cardsCount, signed, null), $completion);
2739
2751
  if (tmp === get_COROUTINE_SUSPENDED())
2740
2752
  return tmp;
2741
2753
  return tmp;
2742
2754
  };
2743
- protoOf(RandomPoolProviderImpl).o5u = function (gameId) {
2744
- return this.d5s_1.g2(gameId);
2755
+ protoOf(RandomPoolProviderImpl).r5u = function (gameId) {
2756
+ return this.f5s_1.h2(gameId);
2745
2757
  };
2746
2758
  protoOf(RandomPoolProviderImpl).getGame = function (gameId) {
2747
- return this.o5u(gameId);
2759
+ return this.r5u(gameId);
2748
2760
  };
2749
- protoOf(RandomPoolProviderImpl).p5u = function (id) {
2750
- return this.c5s_1.g2(id);
2761
+ protoOf(RandomPoolProviderImpl).s5u = function (id) {
2762
+ return this.e5s_1.h2(id);
2751
2763
  };
2752
2764
  protoOf(RandomPoolProviderImpl).getRandomPool = function (id) {
2753
- return this.p5u(id);
2765
+ return this.s5u(id);
2754
2766
  };
2755
- protoOf(RandomPoolProviderImpl).q5u = function () {
2756
- return this.c5s_1.m();
2767
+ protoOf(RandomPoolProviderImpl).t5u = function () {
2768
+ return this.e5s_1.m();
2757
2769
  };
2758
2770
  protoOf(RandomPoolProviderImpl).getRandomPoolsCount = function () {
2759
- return this.q5u();
2771
+ return this.t5u();
2760
2772
  };
2761
- protoOf(RandomPoolProviderImpl).c5q = function (gameId) {
2762
- var gameCardDecksRecord = this.d5s_1.g2(gameId);
2773
+ protoOf(RandomPoolProviderImpl).e5q = function (gameId) {
2774
+ var gameCardDecksRecord = this.f5s_1.h2(gameId);
2763
2775
  if (!(gameCardDecksRecord == null)) {
2764
- var randomPoolValue = this.c5s_1.g2(gameCardDecksRecord.poolId);
2776
+ var randomPoolValue = this.e5s_1.h2(gameCardDecksRecord.poolId);
2765
2777
  if (!(randomPoolValue == null)) {
2766
2778
  // Inline function 'kotlin.apply' call
2767
- var this_0 = toMutableMap(randomPoolValue.e5q_1);
2779
+ var this_0 = toMutableMap(randomPoolValue.g5q_1);
2768
2780
  // Inline function 'kotlin.contracts.contract' call
2769
2781
  // Inline function 'games.raspberry.card_game.random.data.providers.RandomPoolProviderImpl.setGameFinished.<anonymous>' call
2770
- this_0.k2(gameId);
2771
- var newPoolValue = randomPoolValue.k5q(VOID, toMap(this_0));
2772
- if (newPoolValue.e5q_1.p()) {
2773
- this.c5s_1.k2(gameCardDecksRecord.poolId);
2782
+ this_0.l2(gameId);
2783
+ var newPoolValue = randomPoolValue.m5q(VOID, toMap(this_0));
2784
+ if (newPoolValue.g5q_1.p()) {
2785
+ this.e5s_1.l2(gameCardDecksRecord.poolId);
2774
2786
  } else {
2775
2787
  // Inline function 'kotlin.collections.set' call
2776
- var this_1 = this.c5s_1;
2788
+ var this_1 = this.e5s_1;
2777
2789
  var key = gameCardDecksRecord.poolId;
2778
- this_1.j2(key, newPoolValue);
2790
+ this_1.k2(key, newPoolValue);
2779
2791
  }
2780
2792
  }
2781
2793
  }
2782
- this.d5s_1.k2(gameId);
2794
+ this.f5s_1.l2(gameId);
2783
2795
  };
2784
2796
  function ApiCommonConfigs$setupJsonDefaultRequest$lambda($url) {
2785
2797
  return function ($this$defaultRequest) {
2786
2798
  header($this$defaultRequest, 'Content-Type', 'application/json');
2787
- $this$defaultRequest.s33($url);
2799
+ $this$defaultRequest.u33($url);
2788
2800
  return Unit_instance;
2789
2801
  };
2790
2802
  }
2791
2803
  function ApiCommonConfigs$setupLogging$1$1($externalLogger) {
2792
- this.r5u_1 = $externalLogger;
2804
+ this.u5u_1 = $externalLogger;
2793
2805
  }
2794
- protoOf(ApiCommonConfigs$setupLogging$1$1).c3u = function (message) {
2795
- this.r5u_1(message);
2806
+ protoOf(ApiCommonConfigs$setupLogging$1$1).e3u = function (message) {
2807
+ this.u5u_1(message);
2796
2808
  };
2797
2809
  function ApiCommonConfigs$setupLogging$lambda($config, $externalLogger) {
2798
2810
  return function ($this$install) {
2799
- $this$install.s3v(get_DEFAULT(Companion_instance_0));
2800
- $this$install.r3v_1 = $config.u5u_1;
2801
- $this$install.s3v(new ApiCommonConfigs$setupLogging$1$1($externalLogger));
2811
+ $this$install.u3v(get_DEFAULT(Companion_instance_0));
2812
+ $this$install.t3v_1 = $config.x5u_1;
2813
+ $this$install.u3v(new ApiCommonConfigs$setupLogging$1$1($externalLogger));
2802
2814
  return Unit_instance;
2803
2815
  };
2804
2816
  }
@@ -2810,32 +2822,32 @@
2810
2822
  }
2811
2823
  function ApiCommonConfigs() {
2812
2824
  }
2813
- protoOf(ApiCommonConfigs).w5u = function (_this__u8e3s4, config, externalLogger) {
2814
- _this__u8e3s4.e2v_1 = true;
2815
- this.x5u(_this__u8e3s4, config.s5u_1);
2816
- this.y5u(_this__u8e3s4, config.v5u_1);
2817
- this.z5u(_this__u8e3s4, config, externalLogger);
2825
+ protoOf(ApiCommonConfigs).z5u = function (_this__u8e3s4, config, externalLogger) {
2826
+ _this__u8e3s4.g2v_1 = true;
2827
+ this.a5v(_this__u8e3s4, config.v5u_1);
2828
+ this.b5v(_this__u8e3s4, config.y5u_1);
2829
+ this.c5v(_this__u8e3s4, config, externalLogger);
2818
2830
  };
2819
- protoOf(ApiCommonConfigs).x5u = function (_this__u8e3s4, url) {
2831
+ protoOf(ApiCommonConfigs).a5v = function (_this__u8e3s4, url) {
2820
2832
  defaultRequest(_this__u8e3s4, ApiCommonConfigs$setupJsonDefaultRequest$lambda(url));
2821
2833
  };
2822
- protoOf(ApiCommonConfigs).z5u = function (_this__u8e3s4, config, externalLogger) {
2834
+ protoOf(ApiCommonConfigs).c5v = function (_this__u8e3s4, config, externalLogger) {
2823
2835
  var tmp = Companion_getInstance_1();
2824
- _this__u8e3s4.z2v(tmp, ApiCommonConfigs$setupLogging$lambda(config, externalLogger));
2836
+ _this__u8e3s4.b2w(tmp, ApiCommonConfigs$setupLogging$lambda(config, externalLogger));
2825
2837
  };
2826
- protoOf(ApiCommonConfigs).y5u = function (_this__u8e3s4, json) {
2838
+ protoOf(ApiCommonConfigs).b5v = function (_this__u8e3s4, json) {
2827
2839
  var tmp = Plugin_getInstance();
2828
- _this__u8e3s4.z2v(tmp, ApiCommonConfigs$setupContentNegotiation$lambda(json));
2840
+ _this__u8e3s4.b2w(tmp, ApiCommonConfigs$setupContentNegotiation$lambda(json));
2829
2841
  };
2830
2842
  var ApiCommonConfigs_instance;
2831
2843
  function ApiCommonConfigs_getInstance() {
2832
2844
  return ApiCommonConfigs_instance;
2833
2845
  }
2834
2846
  function HttpParams$_init_$lambda_l7stpf($this$Json) {
2847
+ $this$Json.l4u_1 = true;
2848
+ $this$Json.k4u_1 = true;
2835
2849
  $this$Json.j4u_1 = true;
2836
- $this$Json.i4u_1 = true;
2837
- $this$Json.h4u_1 = true;
2838
- $this$Json.g4u_1 = false;
2850
+ $this$Json.i4u_1 = false;
2839
2851
  return Unit_instance;
2840
2852
  }
2841
2853
  function HttpParams(baseUrl, timeoutMillis, loggingLevel, json) {
@@ -2848,19 +2860,19 @@
2848
2860
  tmp = json;
2849
2861
  }
2850
2862
  json = tmp;
2851
- this.s5u_1 = baseUrl;
2852
- this.t5u_1 = timeoutMillis;
2853
- this.u5u_1 = loggingLevel;
2854
- this.v5u_1 = json;
2863
+ this.v5u_1 = baseUrl;
2864
+ this.w5u_1 = timeoutMillis;
2865
+ this.x5u_1 = loggingLevel;
2866
+ this.y5u_1 = json;
2855
2867
  }
2856
2868
  protoOf(HttpParams).toString = function () {
2857
- return 'HttpParams(baseUrl=' + this.s5u_1 + ', timeoutMillis=' + this.t5u_1.toString() + ', loggingLevel=' + this.u5u_1.toString() + ', json=' + toString(this.v5u_1) + ')';
2869
+ return 'HttpParams(baseUrl=' + this.v5u_1 + ', timeoutMillis=' + this.w5u_1.toString() + ', loggingLevel=' + this.x5u_1.toString() + ', json=' + toString(this.y5u_1) + ')';
2858
2870
  };
2859
2871
  protoOf(HttpParams).hashCode = function () {
2860
- var result = getStringHashCode(this.s5u_1);
2861
- result = imul(result, 31) + this.t5u_1.hashCode() | 0;
2862
- result = imul(result, 31) + this.u5u_1.hashCode() | 0;
2863
- result = imul(result, 31) + hashCode(this.v5u_1) | 0;
2872
+ var result = getStringHashCode(this.v5u_1);
2873
+ result = imul(result, 31) + this.w5u_1.hashCode() | 0;
2874
+ result = imul(result, 31) + this.x5u_1.hashCode() | 0;
2875
+ result = imul(result, 31) + hashCode(this.y5u_1) | 0;
2864
2876
  return result;
2865
2877
  };
2866
2878
  protoOf(HttpParams).equals = function (other) {
@@ -2869,13 +2881,13 @@
2869
2881
  if (!(other instanceof HttpParams))
2870
2882
  return false;
2871
2883
  var tmp0_other_with_cast = other instanceof HttpParams ? other : THROW_CCE();
2872
- if (!(this.s5u_1 === tmp0_other_with_cast.s5u_1))
2884
+ if (!(this.v5u_1 === tmp0_other_with_cast.v5u_1))
2873
2885
  return false;
2874
- if (!this.t5u_1.equals(tmp0_other_with_cast.t5u_1))
2886
+ if (!this.w5u_1.equals(tmp0_other_with_cast.w5u_1))
2875
2887
  return false;
2876
- if (!this.u5u_1.equals(tmp0_other_with_cast.u5u_1))
2888
+ if (!this.x5u_1.equals(tmp0_other_with_cast.x5u_1))
2877
2889
  return false;
2878
- if (!equals(this.v5u_1, tmp0_other_with_cast.v5u_1))
2890
+ if (!equals(this.y5u_1, tmp0_other_with_cast.y5u_1))
2879
2891
  return false;
2880
2892
  return true;
2881
2893
  };
@@ -2901,12 +2913,12 @@
2901
2913
  }
2902
2914
  function nextBytesCopyTo($this, bytes) {
2903
2915
  try {
2904
- $this.c5v_1.a5l(bytes);
2916
+ $this.h5v_1.c5l(bytes);
2905
2917
  } catch ($p) {
2906
2918
  if ($p instanceof SecRandomCopyException) {
2907
2919
  var error = $p;
2908
- $this.b5v_1.e('SecureGameRandom', 'nextBytesCopyTo error ' + error.toString());
2909
- $this.d5v_1.sg(bytes);
2920
+ $this.g5v_1.e('SecureGameRandom', 'nextBytesCopyTo error ' + error.toString());
2921
+ $this.i5v_1.tg(bytes);
2910
2922
  return Unit_instance;
2911
2923
  } else {
2912
2924
  throw $p;
@@ -2932,11 +2944,11 @@
2932
2944
  }
2933
2945
  function SecureRandom_0(logger) {
2934
2946
  logger = logger === VOID ? new PlatformRaspberryLogger() : logger;
2935
- this.b5v_1 = logger;
2936
- this.c5v_1 = new SecureRandom();
2937
- this.d5v_1 = Default_getInstance();
2947
+ this.g5v_1 = logger;
2948
+ this.h5v_1 = new SecureRandom();
2949
+ this.i5v_1 = Default_getInstance();
2938
2950
  }
2939
- protoOf(SecureRandom_0).pg = function (from, until) {
2951
+ protoOf(SecureRandom_0).qg = function (from, until) {
2940
2952
  checkRangeBounds(this, from, until);
2941
2953
  var n = until - from | 0;
2942
2954
  if (n > 0 || n === -2147483648) {
@@ -2963,24 +2975,104 @@
2963
2975
  }
2964
2976
  }
2965
2977
  };
2978
+ protoOf(SecureRandom_0).e5v = function () {
2979
+ return !(nextBits(this, 1) === 0);
2980
+ };
2981
+ function overhand(_this__u8e3s4, iterations, random) {
2982
+ random = random === VOID ? new SecureRandom_0() : random;
2983
+ var deck = _this__u8e3s4;
2984
+ var pile = toMutableList(deck);
2985
+ // Inline function 'kotlin.collections.mutableListOf' call
2986
+ var pile2 = ArrayList_init_$Create$_0();
2987
+ var twentypc = deck.m() / 5 | 0;
2988
+ // Inline function 'kotlin.repeat' call
2989
+ // Inline function 'kotlin.contracts.contract' call
2990
+ var inductionVariable = 0;
2991
+ if (inductionVariable < iterations)
2992
+ do {
2993
+ var index = inductionVariable;
2994
+ inductionVariable = inductionVariable + 1 | 0;
2995
+ // Inline function 'games.raspberry.card_game.random.utils.random.overhand.<anonymous>' call
2996
+ while (pile.m() > 0) {
2997
+ // Inline function 'kotlin.comparisons.minOf' call
2998
+ var a = pile.m();
2999
+ var b = 1 + random.d5v(VOID, twentypc) | 0;
3000
+ var cards = Math.min(a, b);
3001
+ pile2.b2(0, take(pile, cards));
3002
+ // Inline function 'kotlin.repeat' call
3003
+ // Inline function 'kotlin.contracts.contract' call
3004
+ var inductionVariable_0 = 0;
3005
+ if (inductionVariable_0 < cards)
3006
+ do {
3007
+ var index_0 = inductionVariable_0;
3008
+ inductionVariable_0 = inductionVariable_0 + 1 | 0;
3009
+ // Inline function 'games.raspberry.card_game.random.utils.random.overhand.<anonymous>.<anonymous>' call
3010
+ pile.e2(0);
3011
+ }
3012
+ while (inductionVariable_0 < cards);
3013
+ }
3014
+ pile.n(pile2);
3015
+ pile2.a2();
3016
+ }
3017
+ while (inductionVariable < iterations);
3018
+ return pile;
3019
+ }
3020
+ function riffle(_this__u8e3s4, iterations, random) {
3021
+ random = random === VOID ? new SecureRandom_0() : random;
3022
+ var deck = _this__u8e3s4;
3023
+ var pile = toMutableList(deck);
3024
+ // Inline function 'kotlin.repeat' call
3025
+ // Inline function 'kotlin.contracts.contract' call
3026
+ var inductionVariable = 0;
3027
+ if (inductionVariable < iterations)
3028
+ do {
3029
+ var index = inductionVariable;
3030
+ inductionVariable = inductionVariable + 1 | 0;
3031
+ // Inline function 'games.raspberry.card_game.random.utils.random.riffle.<anonymous>' call
3032
+ var mid = deck.m() / 2 | 0;
3033
+ var tenpc = mid / 10 | 0;
3034
+ var cut = (mid - tenpc | 0) + random.d5v(VOID, imul(2, tenpc) + 1 | 0) | 0;
3035
+ var deck1 = toMutableList(take(pile, cut));
3036
+ var deck2 = toMutableList(drop(pile, cut));
3037
+ pile.a2();
3038
+ var fromTop = random.e5v();
3039
+ while (deck1.m() > 0 && deck2.m() > 0) {
3040
+ if (fromTop) {
3041
+ pile.e(deck1.e2(0));
3042
+ pile.e(deck2.e2(0));
3043
+ } else {
3044
+ pile.e(deck1.e2(get_lastIndex(deck1)));
3045
+ pile.e(deck2.e2(get_lastIndex(deck2)));
3046
+ }
3047
+ }
3048
+ if (deck1.m() > 0) {
3049
+ pile.n(deck1);
3050
+ } else if (deck2.m() > 0) {
3051
+ pile.n(deck2);
3052
+ }
3053
+ reverse(pile);
3054
+ }
3055
+ while (inductionVariable < iterations);
3056
+ return pile;
3057
+ }
2966
3058
  function HttpFactory$provideHttpClient$lambda$lambda($config) {
2967
3059
  return function ($this$install) {
2968
- $this$install.q3f($config.t5u_1);
2969
- $this$install.o3f($config.t5u_1);
3060
+ $this$install.s3f($config.w5u_1);
3061
+ $this$install.q3f($config.w5u_1);
2970
3062
  return Unit_instance;
2971
3063
  };
2972
3064
  }
2973
3065
  function HttpFactory$provideHttpClient$lambda($config, $externalLogger) {
2974
3066
  return function ($this$HttpClient) {
2975
3067
  var tmp = Plugin_getInstance_0();
2976
- $this$HttpClient.z2v(tmp, HttpFactory$provideHttpClient$lambda$lambda($config));
2977
- ApiCommonConfigs_instance.w5u($this$HttpClient, $config, $externalLogger);
3068
+ $this$HttpClient.b2w(tmp, HttpFactory$provideHttpClient$lambda$lambda($config));
3069
+ ApiCommonConfigs_instance.z5u($this$HttpClient, $config, $externalLogger);
2978
3070
  return Unit_instance;
2979
3071
  };
2980
3072
  }
2981
3073
  function HttpFactory() {
2982
3074
  }
2983
- protoOf(HttpFactory).e5v = function (config, externalLogger) {
3075
+ protoOf(HttpFactory).j5v = function (config, externalLogger) {
2984
3076
  var tmp = Js_instance;
2985
3077
  return HttpClient(tmp, HttpFactory$provideHttpClient$lambda(config, externalLogger));
2986
3078
  };
@@ -2989,14 +3081,15 @@
2989
3081
  return HttpFactory_instance;
2990
3082
  }
2991
3083
  //region block: post-declaration
2992
- protoOf($serializer).h4f = typeParametersSerializers;
2993
- protoOf($serializer_0).h4f = typeParametersSerializers;
2994
- protoOf($serializer_2).h4f = typeParametersSerializers;
2995
- protoOf($serializer_3).h4f = typeParametersSerializers;
2996
- protoOf($serializer_5).h4f = typeParametersSerializers;
2997
- protoOf($serializer_6).h4f = typeParametersSerializers;
2998
- protoOf(RandomPoolProviderImpl).b5q = getCardDeck$default;
2999
- protoOf(SecureRandom_0).a5v = shuffle;
3084
+ protoOf($serializer).j4f = typeParametersSerializers;
3085
+ protoOf($serializer_0).j4f = typeParametersSerializers;
3086
+ protoOf($serializer_2).j4f = typeParametersSerializers;
3087
+ protoOf($serializer_3).j4f = typeParametersSerializers;
3088
+ protoOf($serializer_5).j4f = typeParametersSerializers;
3089
+ protoOf($serializer_6).j4f = typeParametersSerializers;
3090
+ protoOf(RandomPoolProviderImpl).d5q = getCardDeck$default;
3091
+ protoOf(SecureRandom_0).d5v = nextInt$default;
3092
+ protoOf(SecureRandom_0).f5v = shuffle;
3000
3093
  //endregion
3001
3094
  //region block: init
3002
3095
  Companion_instance_1 = new Companion();
@@ -3064,7 +3157,9 @@
3064
3157
  _.$_$.h = RandomPoolProviderImpl;
3065
3158
  _.$_$.i = RandomPoolProvider;
3066
3159
  _.$_$.j = SecureRandom_0;
3067
- _.$_$.k = HttpFactory_instance;
3160
+ _.$_$.k = overhand;
3161
+ _.$_$.l = riffle;
3162
+ _.$_$.m = HttpFactory_instance;
3068
3163
  //endregion
3069
3164
  return _;
3070
3165
  }));