raspberry_games_engine_helpers 1.8.451 → 1.8.453
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.
- package/Kosi-Kaverit-kaverit.js +83 -83
- package/Kosi-Kaverit-kaverit.js.map +1 -1
- package/Kosi-Kodein-kodein-di.js +731 -723
- package/Kosi-Kodein-kodein-di.js.map +1 -1
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1857 -1857
- package/Kotlin-DateTime-library-kotlinx-datetime.js.map +1 -1
- package/Logic_Debertz-core.js +1133 -1141
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.d.ts +710 -608
- package/Logic_Debertz-engine.js +11937 -11936
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +3970 -3569
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +73 -5
- package/kotlinx-atomicfu.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +17 -17
- package/kotlinx-io-kotlinx-io-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core.js +2156 -2155
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json-io.js +15 -0
- package/kotlinx-serialization-kotlinx-serialization-json.js +1569 -1569
- package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
- package/ktor-ktor-client-core.js +107 -5
- package/ktor-ktor-client-core.js.map +1 -1
- package/{ktor-ktor-client-js.js → ktor-ktor-http-cio.js} +2 -2
- package/ktor-ktor-http-cio.js.map +1 -0
- package/ktor-ktor-io.js +0 -4
- package/ktor-ktor-io.js.map +1 -1
- package/ktor-ktor-sse.js +15 -0
- package/ktor-ktor-sse.js.map +1 -0
- package/ktor-ktor-utils.js.map +1 -1
- package/package.json +2 -4
- package/raspberry-cardgame-lib-core.js +63 -64
- package/raspberry-cardgame-lib-core.js.map +1 -1
- package/raspberry-cardgame-lib-logger.js +108 -109
- package/raspberry-cardgame-lib-logger.js.map +1 -1
- package/raspberry-cardgame-lib-random.js +93 -102
- package/raspberry-cardgame-lib-random.js.map +1 -1
- /package/{ktor-ktor-client-js.js.map → kotlinx-serialization-kotlinx-serialization-json-io.js.map} +0 -0
|
@@ -13,25 +13,24 @@
|
|
|
13
13
|
'use strict';
|
|
14
14
|
//region block: imports
|
|
15
15
|
var imul = Math.imul;
|
|
16
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
16
|
+
var protoOf = kotlin_kotlin.$_$.ea;
|
|
17
17
|
var VOID = kotlin_kotlin.$_$.b;
|
|
18
|
-
var getStringHashCode = kotlin_kotlin.$_$.
|
|
19
|
-
var
|
|
20
|
-
var
|
|
21
|
-
var
|
|
22
|
-
var
|
|
23
|
-
var equals = kotlin_kotlin.$_$.b9;
|
|
18
|
+
var getStringHashCode = kotlin_kotlin.$_$.h9;
|
|
19
|
+
var initMetadataForClass = kotlin_kotlin.$_$.j9;
|
|
20
|
+
var toString = kotlin_kotlin.$_$.ga;
|
|
21
|
+
var hashCode = kotlin_kotlin.$_$.i9;
|
|
22
|
+
var equals = kotlin_kotlin.$_$.d9;
|
|
24
23
|
var listOf = kotlin_kotlin.$_$.l6;
|
|
25
24
|
var plus = kotlin_kotlin.$_$.t6;
|
|
26
|
-
var initMetadataForCompanion = kotlin_kotlin.$_$.
|
|
25
|
+
var initMetadataForCompanion = kotlin_kotlin.$_$.k9;
|
|
27
26
|
var emptyList = kotlin_kotlin.$_$.n5;
|
|
28
|
-
var defineProp = kotlin_kotlin.$_$.
|
|
27
|
+
var defineProp = kotlin_kotlin.$_$.c9;
|
|
29
28
|
var Companion_getInstance = kotlin_kotlin.$_$.q3;
|
|
30
|
-
var Long = kotlin_kotlin.$_$.
|
|
29
|
+
var Long = kotlin_kotlin.$_$.yc;
|
|
31
30
|
var DurationUnit_MILLISECONDS_getInstance = kotlin_kotlin.$_$.c;
|
|
32
|
-
var toDuration = kotlin_kotlin.$_$.
|
|
31
|
+
var toDuration = kotlin_kotlin.$_$.nc;
|
|
33
32
|
var Unit_instance = kotlin_kotlin.$_$.a4;
|
|
34
|
-
var Duration = kotlin_kotlin.$_$.
|
|
33
|
+
var Duration = kotlin_kotlin.$_$.lc;
|
|
35
34
|
var Duration__toString_impl_8d916b = kotlin_kotlin.$_$.n1;
|
|
36
35
|
var Duration__hashCode_impl_u4exz6 = kotlin_kotlin.$_$.j1;
|
|
37
36
|
//endregion
|
|
@@ -50,25 +49,25 @@
|
|
|
50
49
|
this.id = id;
|
|
51
50
|
this.count = count;
|
|
52
51
|
}
|
|
53
|
-
protoOf(CardDecksRequestUserData).
|
|
52
|
+
protoOf(CardDecksRequestUserData).t15 = function () {
|
|
54
53
|
return this.id;
|
|
55
54
|
};
|
|
56
|
-
protoOf(CardDecksRequestUserData).
|
|
55
|
+
protoOf(CardDecksRequestUserData).u15 = function () {
|
|
57
56
|
return this.count;
|
|
58
57
|
};
|
|
59
|
-
protoOf(CardDecksRequestUserData).
|
|
58
|
+
protoOf(CardDecksRequestUserData).pc = function () {
|
|
60
59
|
return this.id;
|
|
61
60
|
};
|
|
62
|
-
protoOf(CardDecksRequestUserData).
|
|
61
|
+
protoOf(CardDecksRequestUserData).qc = function () {
|
|
63
62
|
return this.count;
|
|
64
63
|
};
|
|
65
|
-
protoOf(CardDecksRequestUserData).
|
|
64
|
+
protoOf(CardDecksRequestUserData).v15 = function (id, count) {
|
|
66
65
|
return new CardDecksRequestUserData(id, count);
|
|
67
66
|
};
|
|
68
67
|
protoOf(CardDecksRequestUserData).copy = function (id, count, $super) {
|
|
69
68
|
id = id === VOID ? this.id : id;
|
|
70
69
|
count = count === VOID ? this.count : count;
|
|
71
|
-
return $super === VOID ? this.
|
|
70
|
+
return $super === VOID ? this.v15(id, count) : $super.v15.call(this, id, count);
|
|
72
71
|
};
|
|
73
72
|
protoOf(CardDecksRequestUserData).toString = function () {
|
|
74
73
|
return 'CardDecksRequestUserData(id=' + this.id + ', count=' + this.count + ')';
|
|
@@ -83,10 +82,9 @@
|
|
|
83
82
|
return true;
|
|
84
83
|
if (!(other instanceof CardDecksRequestUserData))
|
|
85
84
|
return false;
|
|
86
|
-
|
|
87
|
-
if (!(this.id === tmp0_other_with_cast.id))
|
|
85
|
+
if (!(this.id === other.id))
|
|
88
86
|
return false;
|
|
89
|
-
if (!(this.count ===
|
|
87
|
+
if (!(this.count === other.count))
|
|
90
88
|
return false;
|
|
91
89
|
return true;
|
|
92
90
|
};
|
|
@@ -94,25 +92,25 @@
|
|
|
94
92
|
this.players = players;
|
|
95
93
|
this.gameId = gameId;
|
|
96
94
|
}
|
|
97
|
-
protoOf(CardDeckRequestUserData).
|
|
95
|
+
protoOf(CardDeckRequestUserData).w15 = function () {
|
|
98
96
|
return this.players;
|
|
99
97
|
};
|
|
100
|
-
protoOf(CardDeckRequestUserData).
|
|
98
|
+
protoOf(CardDeckRequestUserData).x15 = function () {
|
|
101
99
|
return this.gameId;
|
|
102
100
|
};
|
|
103
|
-
protoOf(CardDeckRequestUserData).
|
|
101
|
+
protoOf(CardDeckRequestUserData).pc = function () {
|
|
104
102
|
return this.players;
|
|
105
103
|
};
|
|
106
|
-
protoOf(CardDeckRequestUserData).
|
|
104
|
+
protoOf(CardDeckRequestUserData).qc = function () {
|
|
107
105
|
return this.gameId;
|
|
108
106
|
};
|
|
109
|
-
protoOf(CardDeckRequestUserData).
|
|
107
|
+
protoOf(CardDeckRequestUserData).y15 = function (players, gameId) {
|
|
110
108
|
return new CardDeckRequestUserData(players, gameId);
|
|
111
109
|
};
|
|
112
110
|
protoOf(CardDeckRequestUserData).copy = function (players, gameId, $super) {
|
|
113
111
|
players = players === VOID ? this.players : players;
|
|
114
112
|
gameId = gameId === VOID ? this.gameId : gameId;
|
|
115
|
-
return $super === VOID ? this.
|
|
113
|
+
return $super === VOID ? this.y15(players, gameId) : $super.y15.call(this, players, gameId);
|
|
116
114
|
};
|
|
117
115
|
protoOf(CardDeckRequestUserData).toString = function () {
|
|
118
116
|
return 'CardDeckRequestUserData(players=' + toString(this.players) + ', gameId=' + this.gameId + ')';
|
|
@@ -127,10 +125,9 @@
|
|
|
127
125
|
return true;
|
|
128
126
|
if (!(other instanceof CardDeckRequestUserData))
|
|
129
127
|
return false;
|
|
130
|
-
|
|
131
|
-
if (!equals(this.players, tmp0_other_with_cast.players))
|
|
128
|
+
if (!equals(this.players, other.players))
|
|
132
129
|
return false;
|
|
133
|
-
if (!(this.gameId ===
|
|
130
|
+
if (!(this.gameId === other.gameId))
|
|
134
131
|
return false;
|
|
135
132
|
return true;
|
|
136
133
|
};
|
|
@@ -138,25 +135,25 @@
|
|
|
138
135
|
this.id = id;
|
|
139
136
|
this.name = name;
|
|
140
137
|
}
|
|
141
|
-
protoOf(UserInfoData).
|
|
138
|
+
protoOf(UserInfoData).t15 = function () {
|
|
142
139
|
return this.id;
|
|
143
140
|
};
|
|
144
|
-
protoOf(UserInfoData).
|
|
141
|
+
protoOf(UserInfoData).m = function () {
|
|
145
142
|
return this.name;
|
|
146
143
|
};
|
|
147
|
-
protoOf(UserInfoData).
|
|
144
|
+
protoOf(UserInfoData).pc = function () {
|
|
148
145
|
return this.id;
|
|
149
146
|
};
|
|
150
|
-
protoOf(UserInfoData).
|
|
147
|
+
protoOf(UserInfoData).qc = function () {
|
|
151
148
|
return this.name;
|
|
152
149
|
};
|
|
153
|
-
protoOf(UserInfoData).
|
|
150
|
+
protoOf(UserInfoData).z15 = function (id, name) {
|
|
154
151
|
return new UserInfoData(id, name);
|
|
155
152
|
};
|
|
156
153
|
protoOf(UserInfoData).copy = function (id, name, $super) {
|
|
157
154
|
id = id === VOID ? this.id : id;
|
|
158
155
|
name = name === VOID ? this.name : name;
|
|
159
|
-
return $super === VOID ? this.
|
|
156
|
+
return $super === VOID ? this.z15(id, name) : $super.z15.call(this, id, name);
|
|
160
157
|
};
|
|
161
158
|
protoOf(UserInfoData).toString = function () {
|
|
162
159
|
return 'UserInfoData(id=' + this.id + ', name=' + this.name + ')';
|
|
@@ -171,10 +168,9 @@
|
|
|
171
168
|
return true;
|
|
172
169
|
if (!(other instanceof UserInfoData))
|
|
173
170
|
return false;
|
|
174
|
-
|
|
175
|
-
if (!(this.id === tmp0_other_with_cast.id))
|
|
171
|
+
if (!(this.id === other.id))
|
|
176
172
|
return false;
|
|
177
|
-
if (!(this.name ===
|
|
173
|
+
if (!(this.name === other.name))
|
|
178
174
|
return false;
|
|
179
175
|
return true;
|
|
180
176
|
};
|
|
@@ -197,31 +193,31 @@
|
|
|
197
193
|
this.userData = userData;
|
|
198
194
|
this.rounds = rounds;
|
|
199
195
|
}
|
|
200
|
-
protoOf(GameCardDecksRecord).
|
|
196
|
+
protoOf(GameCardDecksRecord).a16 = function () {
|
|
201
197
|
return this.poolId;
|
|
202
198
|
};
|
|
203
|
-
protoOf(GameCardDecksRecord).
|
|
199
|
+
protoOf(GameCardDecksRecord).b16 = function () {
|
|
204
200
|
return this.signature;
|
|
205
201
|
};
|
|
206
|
-
protoOf(GameCardDecksRecord).
|
|
202
|
+
protoOf(GameCardDecksRecord).c16 = function () {
|
|
207
203
|
return this.userData;
|
|
208
204
|
};
|
|
209
|
-
protoOf(GameCardDecksRecord).
|
|
205
|
+
protoOf(GameCardDecksRecord).d16 = function () {
|
|
210
206
|
return this.rounds;
|
|
211
207
|
};
|
|
212
|
-
protoOf(GameCardDecksRecord).
|
|
208
|
+
protoOf(GameCardDecksRecord).pc = function () {
|
|
213
209
|
return this.poolId;
|
|
214
210
|
};
|
|
215
|
-
protoOf(GameCardDecksRecord).
|
|
211
|
+
protoOf(GameCardDecksRecord).qc = function () {
|
|
216
212
|
return this.signature;
|
|
217
213
|
};
|
|
218
|
-
protoOf(GameCardDecksRecord).
|
|
214
|
+
protoOf(GameCardDecksRecord).lh = function () {
|
|
219
215
|
return this.userData;
|
|
220
216
|
};
|
|
221
|
-
protoOf(GameCardDecksRecord).
|
|
217
|
+
protoOf(GameCardDecksRecord).e16 = function () {
|
|
222
218
|
return this.rounds;
|
|
223
219
|
};
|
|
224
|
-
protoOf(GameCardDecksRecord).
|
|
220
|
+
protoOf(GameCardDecksRecord).f16 = function (poolId, signature, userData, rounds) {
|
|
225
221
|
return new GameCardDecksRecord(poolId, signature, userData, rounds);
|
|
226
222
|
};
|
|
227
223
|
protoOf(GameCardDecksRecord).copy = function (poolId, signature, userData, rounds, $super) {
|
|
@@ -229,7 +225,7 @@
|
|
|
229
225
|
signature = signature === VOID ? this.signature : signature;
|
|
230
226
|
userData = userData === VOID ? this.userData : userData;
|
|
231
227
|
rounds = rounds === VOID ? this.rounds : rounds;
|
|
232
|
-
return $super === VOID ? this.
|
|
228
|
+
return $super === VOID ? this.f16(poolId, signature, userData, rounds) : $super.f16.call(this, poolId, signature, userData, rounds);
|
|
233
229
|
};
|
|
234
230
|
protoOf(GameCardDecksRecord).toString = function () {
|
|
235
231
|
return 'GameCardDecksRecord(poolId=' + this.poolId + ', signature=' + this.signature + ', userData=' + this.userData.toString() + ', rounds=' + toString(this.rounds) + ')';
|
|
@@ -246,14 +242,13 @@
|
|
|
246
242
|
return true;
|
|
247
243
|
if (!(other instanceof GameCardDecksRecord))
|
|
248
244
|
return false;
|
|
249
|
-
|
|
250
|
-
if (!(this.poolId === tmp0_other_with_cast.poolId))
|
|
245
|
+
if (!(this.poolId === other.poolId))
|
|
251
246
|
return false;
|
|
252
|
-
if (!(this.signature ==
|
|
247
|
+
if (!(this.signature == other.signature))
|
|
253
248
|
return false;
|
|
254
|
-
if (!this.userData.equals(
|
|
249
|
+
if (!this.userData.equals(other.userData))
|
|
255
250
|
return false;
|
|
256
|
-
if (!equals(this.rounds,
|
|
251
|
+
if (!equals(this.rounds, other.rounds))
|
|
257
252
|
return false;
|
|
258
253
|
return true;
|
|
259
254
|
};
|
|
@@ -261,25 +256,25 @@
|
|
|
261
256
|
this.cardDeckIndex = cardDeckIndex;
|
|
262
257
|
this.cards = cards;
|
|
263
258
|
}
|
|
264
|
-
protoOf(GameCardDeckData).
|
|
259
|
+
protoOf(GameCardDeckData).g16 = function () {
|
|
265
260
|
return this.cardDeckIndex;
|
|
266
261
|
};
|
|
267
|
-
protoOf(GameCardDeckData).
|
|
262
|
+
protoOf(GameCardDeckData).h16 = function () {
|
|
268
263
|
return this.cards;
|
|
269
264
|
};
|
|
270
|
-
protoOf(GameCardDeckData).
|
|
265
|
+
protoOf(GameCardDeckData).pc = function () {
|
|
271
266
|
return this.cardDeckIndex;
|
|
272
267
|
};
|
|
273
|
-
protoOf(GameCardDeckData).
|
|
268
|
+
protoOf(GameCardDeckData).qc = function () {
|
|
274
269
|
return this.cards;
|
|
275
270
|
};
|
|
276
|
-
protoOf(GameCardDeckData).
|
|
271
|
+
protoOf(GameCardDeckData).i16 = function (cardDeckIndex, cards) {
|
|
277
272
|
return new GameCardDeckData(cardDeckIndex, cards);
|
|
278
273
|
};
|
|
279
274
|
protoOf(GameCardDeckData).copy = function (cardDeckIndex, cards, $super) {
|
|
280
275
|
cardDeckIndex = cardDeckIndex === VOID ? this.cardDeckIndex : cardDeckIndex;
|
|
281
276
|
cards = cards === VOID ? this.cards : cards;
|
|
282
|
-
return $super === VOID ? this.
|
|
277
|
+
return $super === VOID ? this.i16(cardDeckIndex, cards) : $super.i16.call(this, cardDeckIndex, cards);
|
|
283
278
|
};
|
|
284
279
|
protoOf(GameCardDeckData).toString = function () {
|
|
285
280
|
return 'GameCardDeckData(cardDeckIndex=' + this.cardDeckIndex + ', cards=' + toString(this.cards) + ')';
|
|
@@ -294,10 +289,9 @@
|
|
|
294
289
|
return true;
|
|
295
290
|
if (!(other instanceof GameCardDeckData))
|
|
296
291
|
return false;
|
|
297
|
-
|
|
298
|
-
if (!(this.cardDeckIndex === tmp0_other_with_cast.cardDeckIndex))
|
|
292
|
+
if (!(this.cardDeckIndex === other.cardDeckIndex))
|
|
299
293
|
return false;
|
|
300
|
-
if (!equals(this.cards,
|
|
294
|
+
if (!equals(this.cards, other.cards))
|
|
301
295
|
return false;
|
|
302
296
|
return true;
|
|
303
297
|
};
|
|
@@ -306,25 +300,25 @@
|
|
|
306
300
|
this.baseUrl = baseUrl;
|
|
307
301
|
this.timeoutMillis = timeoutMillis;
|
|
308
302
|
}
|
|
309
|
-
protoOf(HttpConfig).
|
|
303
|
+
protoOf(HttpConfig).j16 = function () {
|
|
310
304
|
return this.baseUrl;
|
|
311
305
|
};
|
|
312
|
-
protoOf(HttpConfig).
|
|
306
|
+
protoOf(HttpConfig).k16 = function () {
|
|
313
307
|
return this.timeoutMillis;
|
|
314
308
|
};
|
|
315
|
-
protoOf(HttpConfig).
|
|
309
|
+
protoOf(HttpConfig).pc = function () {
|
|
316
310
|
return this.baseUrl;
|
|
317
311
|
};
|
|
318
|
-
protoOf(HttpConfig).
|
|
312
|
+
protoOf(HttpConfig).qc = function () {
|
|
319
313
|
return this.timeoutMillis;
|
|
320
314
|
};
|
|
321
|
-
protoOf(HttpConfig).
|
|
315
|
+
protoOf(HttpConfig).v15 = function (baseUrl, timeoutMillis) {
|
|
322
316
|
return new HttpConfig(baseUrl, timeoutMillis);
|
|
323
317
|
};
|
|
324
318
|
protoOf(HttpConfig).copy = function (baseUrl, timeoutMillis, $super) {
|
|
325
319
|
baseUrl = baseUrl === VOID ? this.baseUrl : baseUrl;
|
|
326
320
|
timeoutMillis = timeoutMillis === VOID ? this.timeoutMillis : timeoutMillis;
|
|
327
|
-
return $super === VOID ? this.
|
|
321
|
+
return $super === VOID ? this.v15(baseUrl, timeoutMillis) : $super.v15.call(this, baseUrl, timeoutMillis);
|
|
328
322
|
};
|
|
329
323
|
protoOf(HttpConfig).toString = function () {
|
|
330
324
|
return 'HttpConfig(baseUrl=' + this.baseUrl + ', timeoutMillis=' + this.timeoutMillis + ')';
|
|
@@ -339,10 +333,9 @@
|
|
|
339
333
|
return true;
|
|
340
334
|
if (!(other instanceof HttpConfig))
|
|
341
335
|
return false;
|
|
342
|
-
|
|
343
|
-
if (!(this.baseUrl === tmp0_other_with_cast.baseUrl))
|
|
336
|
+
if (!(this.baseUrl === other.baseUrl))
|
|
344
337
|
return false;
|
|
345
|
-
if (!(this.timeoutMillis ===
|
|
338
|
+
if (!(this.timeoutMillis === other.timeoutMillis))
|
|
346
339
|
return false;
|
|
347
340
|
return true;
|
|
348
341
|
};
|
|
@@ -356,31 +349,31 @@
|
|
|
356
349
|
this.thresholdForUsedPool = thresholdForUsedPool;
|
|
357
350
|
this.httpConfig = httpConfig;
|
|
358
351
|
}
|
|
359
|
-
protoOf(RandomOrgConfig).
|
|
352
|
+
protoOf(RandomOrgConfig).l16 = function () {
|
|
360
353
|
return this.apiKey;
|
|
361
354
|
};
|
|
362
|
-
protoOf(RandomOrgConfig).
|
|
355
|
+
protoOf(RandomOrgConfig).m16 = function () {
|
|
363
356
|
return this.poolSize;
|
|
364
357
|
};
|
|
365
|
-
protoOf(RandomOrgConfig).
|
|
358
|
+
protoOf(RandomOrgConfig).n16 = function () {
|
|
366
359
|
return this.thresholdForUsedPool;
|
|
367
360
|
};
|
|
368
|
-
protoOf(RandomOrgConfig).
|
|
361
|
+
protoOf(RandomOrgConfig).o16 = function () {
|
|
369
362
|
return this.httpConfig;
|
|
370
363
|
};
|
|
371
|
-
protoOf(RandomOrgConfig).
|
|
364
|
+
protoOf(RandomOrgConfig).pc = function () {
|
|
372
365
|
return this.apiKey;
|
|
373
366
|
};
|
|
374
|
-
protoOf(RandomOrgConfig).
|
|
367
|
+
protoOf(RandomOrgConfig).qc = function () {
|
|
375
368
|
return this.poolSize;
|
|
376
369
|
};
|
|
377
|
-
protoOf(RandomOrgConfig).
|
|
370
|
+
protoOf(RandomOrgConfig).lh = function () {
|
|
378
371
|
return this.thresholdForUsedPool;
|
|
379
372
|
};
|
|
380
|
-
protoOf(RandomOrgConfig).
|
|
373
|
+
protoOf(RandomOrgConfig).e16 = function () {
|
|
381
374
|
return this.httpConfig;
|
|
382
375
|
};
|
|
383
|
-
protoOf(RandomOrgConfig).
|
|
376
|
+
protoOf(RandomOrgConfig).p16 = function (apiKey, poolSize, thresholdForUsedPool, httpConfig) {
|
|
384
377
|
return new RandomOrgConfig(apiKey, poolSize, thresholdForUsedPool, httpConfig);
|
|
385
378
|
};
|
|
386
379
|
protoOf(RandomOrgConfig).copy = function (apiKey, poolSize, thresholdForUsedPool, httpConfig, $super) {
|
|
@@ -388,7 +381,7 @@
|
|
|
388
381
|
poolSize = poolSize === VOID ? this.poolSize : poolSize;
|
|
389
382
|
thresholdForUsedPool = thresholdForUsedPool === VOID ? this.thresholdForUsedPool : thresholdForUsedPool;
|
|
390
383
|
httpConfig = httpConfig === VOID ? this.httpConfig : httpConfig;
|
|
391
|
-
return $super === VOID ? this.
|
|
384
|
+
return $super === VOID ? this.p16(apiKey, poolSize, thresholdForUsedPool, httpConfig) : $super.p16.call(this, apiKey, poolSize, thresholdForUsedPool, httpConfig);
|
|
392
385
|
};
|
|
393
386
|
protoOf(RandomOrgConfig).toString = function () {
|
|
394
387
|
return 'RandomOrgConfig(apiKey=' + this.apiKey + ', poolSize=' + this.poolSize + ', thresholdForUsedPool=' + this.thresholdForUsedPool + ', httpConfig=' + this.httpConfig.toString() + ')';
|
|
@@ -405,14 +398,13 @@
|
|
|
405
398
|
return true;
|
|
406
399
|
if (!(other instanceof RandomOrgConfig))
|
|
407
400
|
return false;
|
|
408
|
-
|
|
409
|
-
if (!(this.apiKey === tmp0_other_with_cast.apiKey))
|
|
401
|
+
if (!(this.apiKey === other.apiKey))
|
|
410
402
|
return false;
|
|
411
|
-
if (!(this.poolSize ===
|
|
403
|
+
if (!(this.poolSize === other.poolSize))
|
|
412
404
|
return false;
|
|
413
|
-
if (!(this.thresholdForUsedPool ===
|
|
405
|
+
if (!(this.thresholdForUsedPool === other.thresholdForUsedPool))
|
|
414
406
|
return false;
|
|
415
|
-
if (!this.httpConfig.equals(
|
|
407
|
+
if (!this.httpConfig.equals(other.httpConfig))
|
|
416
408
|
return false;
|
|
417
409
|
return true;
|
|
418
410
|
};
|
|
@@ -435,31 +427,31 @@
|
|
|
435
427
|
this.failedRequestAttempts = failedRequestAttempts;
|
|
436
428
|
this.failedAttemptCooldown = failedAttemptCooldown;
|
|
437
429
|
}
|
|
438
|
-
protoOf(PoolParams).
|
|
430
|
+
protoOf(PoolParams).m16 = function () {
|
|
439
431
|
return this.poolSize;
|
|
440
432
|
};
|
|
441
|
-
protoOf(PoolParams).
|
|
433
|
+
protoOf(PoolParams).n16 = function () {
|
|
442
434
|
return this.thresholdForUsedPool;
|
|
443
435
|
};
|
|
444
|
-
protoOf(PoolParams).
|
|
436
|
+
protoOf(PoolParams).q16 = function () {
|
|
445
437
|
return this.failedRequestAttempts;
|
|
446
438
|
};
|
|
447
|
-
protoOf(PoolParams).
|
|
439
|
+
protoOf(PoolParams).r16 = function () {
|
|
448
440
|
return this.failedAttemptCooldown;
|
|
449
441
|
};
|
|
450
|
-
protoOf(PoolParams).
|
|
442
|
+
protoOf(PoolParams).pc = function () {
|
|
451
443
|
return this.poolSize;
|
|
452
444
|
};
|
|
453
|
-
protoOf(PoolParams).
|
|
445
|
+
protoOf(PoolParams).qc = function () {
|
|
454
446
|
return this.thresholdForUsedPool;
|
|
455
447
|
};
|
|
456
|
-
protoOf(PoolParams).
|
|
448
|
+
protoOf(PoolParams).lh = function () {
|
|
457
449
|
return this.failedRequestAttempts;
|
|
458
450
|
};
|
|
459
|
-
protoOf(PoolParams).
|
|
451
|
+
protoOf(PoolParams).s16 = function () {
|
|
460
452
|
return this.failedAttemptCooldown;
|
|
461
453
|
};
|
|
462
|
-
protoOf(PoolParams).
|
|
454
|
+
protoOf(PoolParams).t16 = function (poolSize, thresholdForUsedPool, failedRequestAttempts, failedAttemptCooldown) {
|
|
463
455
|
return new PoolParams(poolSize, thresholdForUsedPool, failedRequestAttempts, failedAttemptCooldown);
|
|
464
456
|
};
|
|
465
457
|
protoOf(PoolParams).copy = function (poolSize, thresholdForUsedPool, failedRequestAttempts, failedAttemptCooldown, $super) {
|
|
@@ -467,7 +459,7 @@
|
|
|
467
459
|
thresholdForUsedPool = thresholdForUsedPool === VOID ? this.thresholdForUsedPool : thresholdForUsedPool;
|
|
468
460
|
failedRequestAttempts = failedRequestAttempts === VOID ? this.failedRequestAttempts : failedRequestAttempts;
|
|
469
461
|
failedAttemptCooldown = failedAttemptCooldown === VOID ? this.failedAttemptCooldown : failedAttemptCooldown;
|
|
470
|
-
return $super === VOID ? this.
|
|
462
|
+
return $super === VOID ? this.t16(poolSize, thresholdForUsedPool, failedRequestAttempts, failedAttemptCooldown) : $super.t16.call(this, poolSize, thresholdForUsedPool, failedRequestAttempts, new Duration(failedAttemptCooldown));
|
|
471
463
|
};
|
|
472
464
|
protoOf(PoolParams).toString = function () {
|
|
473
465
|
return 'PoolParams(poolSize=' + this.poolSize + ', thresholdForUsedPool=' + this.thresholdForUsedPool + ', failedRequestAttempts=' + this.failedRequestAttempts + ', failedAttemptCooldown=' + Duration__toString_impl_8d916b(this.failedAttemptCooldown) + ')';
|
|
@@ -484,14 +476,13 @@
|
|
|
484
476
|
return true;
|
|
485
477
|
if (!(other instanceof PoolParams))
|
|
486
478
|
return false;
|
|
487
|
-
|
|
488
|
-
if (!(this.poolSize === tmp0_other_with_cast.poolSize))
|
|
479
|
+
if (!(this.poolSize === other.poolSize))
|
|
489
480
|
return false;
|
|
490
|
-
if (!(this.thresholdForUsedPool ===
|
|
481
|
+
if (!(this.thresholdForUsedPool === other.thresholdForUsedPool))
|
|
491
482
|
return false;
|
|
492
|
-
if (!(this.failedRequestAttempts ===
|
|
483
|
+
if (!(this.failedRequestAttempts === other.failedRequestAttempts))
|
|
493
484
|
return false;
|
|
494
|
-
if (!equals(this.failedAttemptCooldown,
|
|
485
|
+
if (!equals(this.failedAttemptCooldown, other.failedAttemptCooldown))
|
|
495
486
|
return false;
|
|
496
487
|
return true;
|
|
497
488
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../raspberry-cardgame-core/random/src/commonMain/kotlin/games/raspberry/card_game/random/data/models/CardDeckRequestUserData.kt","../../../../../../../../raspberry-cardgame-core/random/src/commonMain/kotlin/games/raspberry/card_game/random/data/models/GameCardDecksRecord.kt","../../../../../../../../raspberry-cardgame-core/random/src/commonMain/kotlin/games/raspberry/card_game/random/data/models/HttpConfig.kt","../../../../../../../../raspberry-cardgame-core/random/src/commonMain/kotlin/games/raspberry/card_game/random/data/models/RandomOrgConfig.kt","../../../../../../../../raspberry-cardgame-core/random/src/commonMain/kotlin/games/raspberry/card_game/random/data/providers/RandomPoolProviderImpl.kt","src/kotlin/time/Duration.kt"],"sourcesContent":[null,null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<init>","id","count","<get-id>","<get-count>","result","players","gameId","<get-players>","<get-gameId>","name","<get-name>","firstRound","poolId","signature","newCardDeckData","userData","nextRound","gameCardDecksRecord","rounds","<get-poolId>","<get-signature>","<get-userData>","<get-rounds>","cardDeckIndex","cards","<get-cardDeckIndex>","<get-cards>","baseUrl","timeoutMillis","<get-baseUrl>","<get-timeoutMillis>","apiKey","poolSize","thresholdForUsedPool","httpConfig","<get-apiKey>","<get-poolSize>","<get-thresholdForUsedPool>","<get-httpConfig>","failedRequestAttempts","failedAttemptCooldown","<get-failedRequestAttempts>","<get-failedAttemptCooldown>"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../raspberry-cardgame-core/random/src/commonMain/kotlin/games/raspberry/card_game/random/data/models/CardDeckRequestUserData.kt","../../../../../../../../raspberry-cardgame-core/random/src/commonMain/kotlin/games/raspberry/card_game/random/data/models/GameCardDecksRecord.kt","../../../../../../../../raspberry-cardgame-core/random/src/commonMain/kotlin/games/raspberry/card_game/random/data/models/HttpConfig.kt","../../../../../../../../raspberry-cardgame-core/random/src/commonMain/kotlin/games/raspberry/card_game/random/data/models/RandomOrgConfig.kt","../../../../../../../../raspberry-cardgame-core/random/src/commonMain/kotlin/games/raspberry/card_game/random/data/providers/RandomPoolProviderImpl.kt","src/kotlin/time/Duration.kt"],"sourcesContent":[null,null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<init>","id","count","<get-id>","<get-count>","result","players","gameId","<get-players>","<get-gameId>","name","<get-name>","firstRound","poolId","signature","newCardDeckData","userData","nextRound","gameCardDecksRecord","rounds","<get-poolId>","<get-signature>","<get-userData>","<get-rounds>","cardDeckIndex","cards","<get-cardDeckIndex>","<get-cards>","baseUrl","timeoutMillis","<get-baseUrl>","<get-timeoutMillis>","apiKey","poolSize","thresholdForUsedPool","httpConfig","<get-apiKey>","<get-poolSize>","<get-thresholdForUsedPool>","<get-httpConfig>","failedRequestAttempts","failedAttemptCooldown","<get-failedRequestAttempts>","<get-failedAttemptCooldown>"],"mappings":"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"}
|
/package/{ktor-ktor-client-js.js.map → kotlinx-serialization-kotlinx-serialization-json-io.js.map}
RENAMED
|
File without changes
|