client_plugin_logic_deb 1.8.403 → 1.8.404
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/Logic_Debertz-client_plugin.d.ts +1 -0
- package/Logic_Debertz-client_plugin.js +5 -5
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +10001 -10001
- package/Logic_Debertz-game_client.js +326 -317
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +56 -50
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +4 -4
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
|
@@ -706,6 +706,7 @@ export declare namespace games.jass.logic {
|
|
|
706
706
|
interface GameStoreContract {
|
|
707
707
|
readonly id: string;
|
|
708
708
|
readonly table: games.jass.logic.data.models.table.JassTable;
|
|
709
|
+
readonly tableOrNull: Nullable<games.jass.logic.data.models.table.JassTable>;
|
|
709
710
|
readonly isTableExists: boolean;
|
|
710
711
|
readonly gameLifecycleState: games.jass.logic.data.models.GameLifecycleState;
|
|
711
712
|
readonly __doNotUseOrImplementIt: {
|
|
@@ -4248,8 +4248,8 @@
|
|
|
4248
4248
|
var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
|
|
4249
4249
|
var tmp$ret$2 = this_0.fp(tmp$ret$1, json);
|
|
4250
4250
|
var ratingInput = mapFromDto_8(tmp$ret$2);
|
|
4251
|
-
var tmp0_elvis_lhs = ratingInput.
|
|
4252
|
-
var ratingOutputs = this.heq_1.
|
|
4251
|
+
var tmp0_elvis_lhs = ratingInput.r7h_1;
|
|
4252
|
+
var ratingOutputs = this.heq_1.r9f(ratingInput.o7h_1, ratingInput.p7h_1, ratingInput.q7h_1, tmp0_elvis_lhs == null ? new RatingConfig() : tmp0_elvis_lhs);
|
|
4253
4253
|
var tmp0 = this.ieq_1;
|
|
4254
4254
|
// Inline function 'kotlin.collections.map' call
|
|
4255
4255
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -4268,8 +4268,8 @@
|
|
|
4268
4268
|
var tmp$ret$7 = isInterface(this_4, KSerializer) ? this_4 : THROW_CCE();
|
|
4269
4269
|
return tmp0.ep(tmp$ret$7, destination);
|
|
4270
4270
|
};
|
|
4271
|
-
protoOf(GameEngineUtilsService).
|
|
4272
|
-
var config = this.heq_1.
|
|
4271
|
+
protoOf(GameEngineUtilsService).p9f = function () {
|
|
4272
|
+
var config = this.heq_1.p9f();
|
|
4273
4273
|
var tmp0 = this.ieq_1;
|
|
4274
4274
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
4275
4275
|
var value = mapToDto_0(config);
|
|
@@ -4309,7 +4309,7 @@
|
|
|
4309
4309
|
tmp = Companion_instance_13.leq(data);
|
|
4310
4310
|
break;
|
|
4311
4311
|
case 'getLeaguesConfig':
|
|
4312
|
-
var data_0 = _this__u8e3s4.
|
|
4312
|
+
var data_0 = _this__u8e3s4.p9f();
|
|
4313
4313
|
tmp = Companion_instance_13.leq(data_0);
|
|
4314
4314
|
break;
|
|
4315
4315
|
case 'getAvailableLeaguesForUser':
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
428
428
|
//endregion
|
|
429
429
|
function GameEngineConfig() {
|
|
430
|
-
this.version = '1.8.
|
|
430
|
+
this.version = '1.8.404';
|
|
431
431
|
}
|
|
432
432
|
protoOf(GameEngineConfig).g3z = function () {
|
|
433
433
|
return this.version;
|