client_plugin_logic_deb 1.8.416 → 1.8.419
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/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-ai_module.js.map +1 -1
- package/Logic_Debertz-client_plugin.d.ts +35 -9
- package/Logic_Debertz-client_plugin.js +179 -179
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +5298 -5232
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +5976 -5976
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +584 -589
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +8 -8
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -3595,7 +3595,7 @@
|
|
|
3595
3595
|
function PluginClientGameHistoryInteractorImpl() {
|
|
3596
3596
|
this.eev_1 = MutableSharedFlow();
|
|
3597
3597
|
}
|
|
3598
|
-
protoOf(PluginClientGameHistoryInteractorImpl).
|
|
3598
|
+
protoOf(PluginClientGameHistoryInteractorImpl).ob7 = function (gameHistory, config, users, gameType, $completion) {
|
|
3599
3599
|
var tmp0_gameId = gameHistory.gameId;
|
|
3600
3600
|
var tmp1_createdAt = gameHistory.createdAt;
|
|
3601
3601
|
var tmp2_config = mapToLite(config);
|
|
@@ -3603,7 +3603,7 @@
|
|
|
3603
3603
|
var tmp4_metadata = gameHistory.metadata;
|
|
3604
3604
|
return this.eev_1.i24(new GameHistoryViewModel(tmp0_gameId, tmp1_createdAt, gameType, users, tmp2_config, tmp3_gameWinners, tmp4_metadata), $completion);
|
|
3605
3605
|
};
|
|
3606
|
-
protoOf(PluginClientGameHistoryInteractorImpl).
|
|
3606
|
+
protoOf(PluginClientGameHistoryInteractorImpl).nb7 = function (gameHistory, config, users, gameType, $completion) {
|
|
3607
3607
|
var tmp0_gameId = gameHistory.gameId;
|
|
3608
3608
|
var tmp1_createdAt = gameHistory.createdAt;
|
|
3609
3609
|
var tmp2_config = mapToLite(config);
|
|
@@ -3613,19 +3613,19 @@
|
|
|
3613
3613
|
var roundHistory = gameHistory.lastRoundHistory;
|
|
3614
3614
|
return this.eev_1.i24(new RoundEndedHistoryViewModel(gameHistory.gameId, roundHistory.round, roundHistory.items, roundHistory.contractState, roundHistory.committed, roundHistory.winners, gameHistoryViewModel), $completion);
|
|
3615
3615
|
};
|
|
3616
|
-
protoOf(PluginClientGameHistoryInteractorImpl).
|
|
3616
|
+
protoOf(PluginClientGameHistoryInteractorImpl).mb7 = function () {
|
|
3617
3617
|
return this.eev_1;
|
|
3618
3618
|
};
|
|
3619
3619
|
function PluginClientStatisticsInteractorImpl() {
|
|
3620
3620
|
this.fev_1 = MutableSharedFlow();
|
|
3621
3621
|
}
|
|
3622
|
-
protoOf(PluginClientStatisticsInteractorImpl).
|
|
3622
|
+
protoOf(PluginClientStatisticsInteractorImpl).qb7 = function (win, $completion) {
|
|
3623
3623
|
return this.fev_1.i24(new GamePlayedStatEvent(win), $completion);
|
|
3624
3624
|
};
|
|
3625
|
-
protoOf(PluginClientStatisticsInteractorImpl).
|
|
3625
|
+
protoOf(PluginClientStatisticsInteractorImpl).pb7 = function (committed, win, playerWin, $completion) {
|
|
3626
3626
|
return this.fev_1.i24(new RoundPlayedStatEvent(committed, win, playerWin), $completion);
|
|
3627
3627
|
};
|
|
3628
|
-
protoOf(PluginClientStatisticsInteractorImpl).
|
|
3628
|
+
protoOf(PluginClientStatisticsInteractorImpl).mb7 = function () {
|
|
3629
3629
|
return this.fev_1;
|
|
3630
3630
|
};
|
|
3631
3631
|
function $saveCOROUTINE$(_this__u8e3s4, table, state, sendResponse, resultContinuation) {
|
|
@@ -3669,17 +3669,17 @@
|
|
|
3669
3669
|
function PluginPersistentAppStateInteractorImpl() {
|
|
3670
3670
|
this.sev_1 = MutableSharedFlow();
|
|
3671
3671
|
}
|
|
3672
|
-
protoOf(PluginPersistentAppStateInteractorImpl).
|
|
3672
|
+
protoOf(PluginPersistentAppStateInteractorImpl).rb7 = function (table, state, sendResponse, $completion) {
|
|
3673
3673
|
var tmp = new $saveCOROUTINE$(this, table, state, sendResponse, $completion);
|
|
3674
3674
|
tmp.u8_1 = Unit_instance;
|
|
3675
3675
|
tmp.v8_1 = null;
|
|
3676
3676
|
return tmp.a9();
|
|
3677
3677
|
};
|
|
3678
|
-
protoOf(PluginPersistentAppStateInteractorImpl).
|
|
3678
|
+
protoOf(PluginPersistentAppStateInteractorImpl).sb7 = function (gameId, $completion) {
|
|
3679
3679
|
var tmp0_version = get_versionOrDefault(GameEngineConfig_instance);
|
|
3680
3680
|
return this.sev_1.i24(new PersistentTableState(tmp0_version, gameId, null, false), $completion);
|
|
3681
3681
|
};
|
|
3682
|
-
protoOf(PluginPersistentAppStateInteractorImpl).
|
|
3682
|
+
protoOf(PluginPersistentAppStateInteractorImpl).mb7 = function () {
|
|
3683
3683
|
return this.sev_1;
|
|
3684
3684
|
};
|
|
3685
3685
|
function GameEngineFactoryService$observeLogs$o$collect$slambda($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -3989,7 +3989,7 @@
|
|
|
3989
3989
|
if (tmp1_safe_receiver == null)
|
|
3990
3990
|
null;
|
|
3991
3991
|
else {
|
|
3992
|
-
tmp1_safe_receiver.
|
|
3992
|
+
tmp1_safe_receiver.fdy(GameEngineFactoryService$onCreateEngine$lambda_1(engineDI));
|
|
3993
3993
|
}
|
|
3994
3994
|
|
|
3995
3995
|
var tmp2_safe_receiver = this.zew_1.kes_1.oeq_1;
|
|
@@ -4111,7 +4111,7 @@
|
|
|
4111
4111
|
if (tmp2_safe_receiver == null)
|
|
4112
4112
|
null;
|
|
4113
4113
|
else {
|
|
4114
|
-
tmp2_safe_receiver.
|
|
4114
|
+
tmp2_safe_receiver.ddy(production);
|
|
4115
4115
|
}
|
|
4116
4116
|
};
|
|
4117
4117
|
function onMethodCall_0(_this__u8e3s4, methodName, arguments_0, $completion) {
|
|
@@ -4250,7 +4250,7 @@
|
|
|
4250
4250
|
var tmp$ret$2 = this_0.fp(tmp$ret$1, json);
|
|
4251
4251
|
var ratingInput = mapFromDto_8(tmp$ret$2);
|
|
4252
4252
|
var tmp0_elvis_lhs = ratingInput.d7i_1;
|
|
4253
|
-
var ratingOutputs = this.tex_1.
|
|
4253
|
+
var ratingOutputs = this.tex_1.p9j(ratingInput.a7i_1, ratingInput.b7i_1, ratingInput.c7i_1, tmp0_elvis_lhs == null ? new RatingConfig() : tmp0_elvis_lhs);
|
|
4254
4254
|
var tmp0 = this.uex_1;
|
|
4255
4255
|
// Inline function 'kotlin.collections.map' call
|
|
4256
4256
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -4269,8 +4269,8 @@
|
|
|
4269
4269
|
var tmp$ret$7 = isInterface(this_4, KSerializer) ? this_4 : THROW_CCE();
|
|
4270
4270
|
return tmp0.ep(tmp$ret$7, destination);
|
|
4271
4271
|
};
|
|
4272
|
-
protoOf(GameEngineUtilsService).
|
|
4273
|
-
var config = this.tex_1.
|
|
4272
|
+
protoOf(GameEngineUtilsService).n9j = function () {
|
|
4273
|
+
var config = this.tex_1.n9j();
|
|
4274
4274
|
var tmp0 = this.uex_1;
|
|
4275
4275
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
4276
4276
|
var value = mapToDto_0(config);
|
|
@@ -4310,7 +4310,7 @@
|
|
|
4310
4310
|
tmp = Companion_instance_13.xex(data);
|
|
4311
4311
|
break;
|
|
4312
4312
|
case 'getLeaguesConfig':
|
|
4313
|
-
var data_0 = _this__u8e3s4.
|
|
4313
|
+
var data_0 = _this__u8e3s4.n9j();
|
|
4314
4314
|
tmp = Companion_instance_13.xex(data_0);
|
|
4315
4315
|
break;
|
|
4316
4316
|
case 'getAvailableLeaguesForUser':
|
|
@@ -7751,24 +7751,24 @@
|
|
|
7751
7751
|
var tmp$ret$2 = this_0.fp(tmp$ret$1, arguments_0);
|
|
7752
7752
|
var gameStartArguments = mapFromDto_15(tmp$ret$2);
|
|
7753
7753
|
if (!(gameStartArguments.det_1 == null)) {
|
|
7754
|
-
var savedState = this.df0_1.
|
|
7754
|
+
var savedState = this.df0_1.qb6(gameStartArguments.det_1);
|
|
7755
7755
|
var tmp0_users = gameStartArguments.cet_1;
|
|
7756
7756
|
var tmp1_config = gameStartArguments.bet_1;
|
|
7757
|
-
singleGameMechanic.
|
|
7757
|
+
singleGameMechanic.qbx(savedState, tmp1_config, tmp0_users);
|
|
7758
7758
|
} else {
|
|
7759
|
-
singleGameMechanic.
|
|
7759
|
+
singleGameMechanic.rbx(gameStartArguments.aet_1, gameStartArguments.cet_1, gameStartArguments.bet_1);
|
|
7760
7760
|
}
|
|
7761
7761
|
};
|
|
7762
|
-
protoOf(MechanicService).
|
|
7762
|
+
protoOf(MechanicService).sbx = function () {
|
|
7763
7763
|
var tmp = this.af0_1;
|
|
7764
7764
|
var singleGameMechanic = tmp instanceof SingleGameMechanic ? tmp : THROW_CCE();
|
|
7765
|
-
singleGameMechanic.
|
|
7765
|
+
singleGameMechanic.sbx();
|
|
7766
7766
|
};
|
|
7767
|
-
protoOf(MechanicService).
|
|
7767
|
+
protoOf(MechanicService).obx = function () {
|
|
7768
7768
|
var tmp = this.af0_1;
|
|
7769
7769
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
7770
7770
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
7771
|
-
var this_0 = (tmp instanceof SingleGameMechanic ? tmp : THROW_CCE()).
|
|
7771
|
+
var this_0 = (tmp instanceof SingleGameMechanic ? tmp : THROW_CCE()).obx();
|
|
7772
7772
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
7773
7773
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
7774
7774
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
@@ -7776,11 +7776,11 @@
|
|
|
7776
7776
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
7777
7777
|
return new MechanicService$observeStatisticsEvents$$inlined$map$2(this_1);
|
|
7778
7778
|
};
|
|
7779
|
-
protoOf(MechanicService).
|
|
7779
|
+
protoOf(MechanicService).pbx = function () {
|
|
7780
7780
|
var tmp = this.af0_1;
|
|
7781
7781
|
// Inline function 'kotlinx.coroutines.flow.mapNotNull' call
|
|
7782
7782
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
7783
|
-
var this_0 = (tmp instanceof SingleGameMechanic ? tmp : THROW_CCE()).
|
|
7783
|
+
var this_0 = (tmp instanceof SingleGameMechanic ? tmp : THROW_CCE()).pbx();
|
|
7784
7784
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
7785
7785
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
7786
7786
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
@@ -7819,7 +7819,7 @@
|
|
|
7819
7819
|
tmp = Companion_instance_13.kep();
|
|
7820
7820
|
break;
|
|
7821
7821
|
case 'gameSaved':
|
|
7822
|
-
_this__u8e3s4.
|
|
7822
|
+
_this__u8e3s4.sbx();
|
|
7823
7823
|
tmp = Companion_instance_13.kep();
|
|
7824
7824
|
break;
|
|
7825
7825
|
case 'mechanicActions':
|
|
@@ -7960,12 +7960,12 @@
|
|
|
7960
7960
|
}
|
|
7961
7961
|
function getSubscriptions$lambda_12($this_getSubscriptions) {
|
|
7962
7962
|
return function (it) {
|
|
7963
|
-
return $this_getSubscriptions.
|
|
7963
|
+
return $this_getSubscriptions.obx();
|
|
7964
7964
|
};
|
|
7965
7965
|
}
|
|
7966
7966
|
function getSubscriptions$lambda_13($this_getSubscriptions) {
|
|
7967
7967
|
return function (it) {
|
|
7968
|
-
return $this_getSubscriptions.
|
|
7968
|
+
return $this_getSubscriptions.pbx();
|
|
7969
7969
|
};
|
|
7970
7970
|
}
|
|
7971
7971
|
function getSubscriptions$lambda_14($this_getSubscriptions) {
|
|
@@ -8023,13 +8023,13 @@
|
|
|
8023
8023
|
this.bfk_1 = json;
|
|
8024
8024
|
this.cfk_1 = scene;
|
|
8025
8025
|
}
|
|
8026
|
-
protoOf(CalcPointsSceneService).
|
|
8027
|
-
this.cfk_1.
|
|
8026
|
+
protoOf(CalcPointsSceneService).jc0 = function () {
|
|
8027
|
+
this.cfk_1.jc0();
|
|
8028
8028
|
};
|
|
8029
|
-
protoOf(CalcPointsSceneService).
|
|
8029
|
+
protoOf(CalcPointsSceneService).hc0 = function () {
|
|
8030
8030
|
var tmp0 = this.bfk_1;
|
|
8031
8031
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
8032
|
-
var value = this.cfk_1.
|
|
8032
|
+
var value = this.cfk_1.hc0();
|
|
8033
8033
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
8034
8034
|
var this_0 = tmp0.ds();
|
|
8035
8035
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -8037,8 +8037,8 @@
|
|
|
8037
8037
|
var tmp$ret$1 = isInterface(this_1, KSerializer) ? this_1 : THROW_CCE();
|
|
8038
8038
|
return tmp0.ep(tmp$ret$1, value);
|
|
8039
8039
|
};
|
|
8040
|
-
protoOf(CalcPointsSceneService).
|
|
8041
|
-
var gameWinner = this.cfk_1.
|
|
8040
|
+
protoOf(CalcPointsSceneService).ic0 = function () {
|
|
8041
|
+
var gameWinner = this.cfk_1.ic0();
|
|
8042
8042
|
var tmp;
|
|
8043
8043
|
if (gameWinner == null) {
|
|
8044
8044
|
tmp = null;
|
|
@@ -8055,10 +8055,10 @@
|
|
|
8055
8055
|
}
|
|
8056
8056
|
return tmp;
|
|
8057
8057
|
};
|
|
8058
|
-
protoOf(CalcPointsSceneService).
|
|
8058
|
+
protoOf(CalcPointsSceneService).gc0 = function () {
|
|
8059
8059
|
var tmp0 = this.bfk_1;
|
|
8060
8060
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
8061
|
-
var value = mapToDto_15(this.cfk_1.
|
|
8061
|
+
var value = mapToDto_15(this.cfk_1.gc0());
|
|
8062
8062
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
8063
8063
|
var this_0 = tmp0.ds();
|
|
8064
8064
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -8070,17 +8070,17 @@
|
|
|
8070
8070
|
var tmp;
|
|
8071
8071
|
switch (methodName) {
|
|
8072
8072
|
case 'ready':
|
|
8073
|
-
_this__u8e3s4.
|
|
8073
|
+
_this__u8e3s4.jc0();
|
|
8074
8074
|
tmp = Companion_instance_13.kep();
|
|
8075
8075
|
break;
|
|
8076
8076
|
case 'getPoints':
|
|
8077
|
-
tmp = Companion_instance_13.xex(_this__u8e3s4.
|
|
8077
|
+
tmp = Companion_instance_13.xex(_this__u8e3s4.gc0());
|
|
8078
8078
|
break;
|
|
8079
8079
|
case 'getGameWinner':
|
|
8080
|
-
tmp = Companion_instance_13.xex(_this__u8e3s4.
|
|
8080
|
+
tmp = Companion_instance_13.xex(_this__u8e3s4.ic0());
|
|
8081
8081
|
break;
|
|
8082
8082
|
case 'getRoundWinner':
|
|
8083
|
-
tmp = Companion_instance_13.xex(_this__u8e3s4.
|
|
8083
|
+
tmp = Companion_instance_13.xex(_this__u8e3s4.hc0());
|
|
8084
8084
|
break;
|
|
8085
8085
|
default:
|
|
8086
8086
|
tmp = null;
|
|
@@ -8657,22 +8657,22 @@
|
|
|
8657
8657
|
this.pfk_1 = clientPluginDecoderProvider;
|
|
8658
8658
|
this.qfk_1 = scene;
|
|
8659
8659
|
}
|
|
8660
|
-
protoOf(ChatSceneService).
|
|
8661
|
-
this.qfk_1.
|
|
8660
|
+
protoOf(ChatSceneService).qc7 = function (phrase) {
|
|
8661
|
+
this.qfk_1.qc7(phrase);
|
|
8662
8662
|
};
|
|
8663
|
-
protoOf(ChatSceneService).
|
|
8664
|
-
this.qfk_1.
|
|
8663
|
+
protoOf(ChatSceneService).sc7 = function (message) {
|
|
8664
|
+
this.qfk_1.sc7(message);
|
|
8665
8665
|
};
|
|
8666
|
-
protoOf(ChatSceneService).
|
|
8667
|
-
this.qfk_1.
|
|
8666
|
+
protoOf(ChatSceneService).rc7 = function (url) {
|
|
8667
|
+
this.qfk_1.rc7(url);
|
|
8668
8668
|
};
|
|
8669
|
-
protoOf(ChatSceneService).
|
|
8670
|
-
this.qfk_1.
|
|
8669
|
+
protoOf(ChatSceneService).tc7 = function () {
|
|
8670
|
+
this.qfk_1.tc7();
|
|
8671
8671
|
};
|
|
8672
|
-
protoOf(ChatSceneService).
|
|
8672
|
+
protoOf(ChatSceneService).ec4 = function () {
|
|
8673
8673
|
var tmp0 = this.ofk_1;
|
|
8674
8674
|
// Inline function 'kotlin.collections.map' call
|
|
8675
|
-
var this_0 = this.qfk_1.
|
|
8675
|
+
var this_0 = this.qfk_1.ec4();
|
|
8676
8676
|
// Inline function 'kotlin.collections.mapTo' call
|
|
8677
8677
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
|
|
8678
8678
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -8692,28 +8692,28 @@
|
|
|
8692
8692
|
protoOf(ChatSceneService).ufn = function (strategy) {
|
|
8693
8693
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
8694
8694
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
8695
|
-
var this_0 = this.qfk_1.
|
|
8695
|
+
var this_0 = this.qfk_1.uc7(valueOf_0(strategy));
|
|
8696
8696
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
8697
8697
|
return new ChatSceneService$observeMessages$$inlined$map$1(this_0, this);
|
|
8698
8698
|
};
|
|
8699
|
-
protoOf(ChatSceneService).
|
|
8699
|
+
protoOf(ChatSceneService).pc7 = function () {
|
|
8700
8700
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
8701
8701
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
8702
|
-
var this_0 = this.qfk_1.
|
|
8702
|
+
var this_0 = this.qfk_1.pc7();
|
|
8703
8703
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
8704
8704
|
return new ChatSceneService$observeEnabledChat$$inlined$map$1(this_0);
|
|
8705
8705
|
};
|
|
8706
|
-
protoOf(ChatSceneService).
|
|
8706
|
+
protoOf(ChatSceneService).oc7 = function () {
|
|
8707
8707
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
8708
8708
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
8709
|
-
var this_0 = this.qfk_1.
|
|
8709
|
+
var this_0 = this.qfk_1.oc7();
|
|
8710
8710
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
8711
8711
|
return new ChatSceneService$observeLeftVoiceCount$$inlined$map$1(this_0);
|
|
8712
8712
|
};
|
|
8713
|
-
protoOf(ChatSceneService).
|
|
8713
|
+
protoOf(ChatSceneService).vc7 = function () {
|
|
8714
8714
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
8715
8715
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
8716
|
-
var this_0 = this.qfk_1.
|
|
8716
|
+
var this_0 = this.qfk_1.vc7();
|
|
8717
8717
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
8718
8718
|
return new ChatSceneService$observeNewMessage$$inlined$map$1(this_0, this);
|
|
8719
8719
|
};
|
|
@@ -8721,22 +8721,22 @@
|
|
|
8721
8721
|
var tmp;
|
|
8722
8722
|
switch (methodName) {
|
|
8723
8723
|
case 'getMessages':
|
|
8724
|
-
tmp = Companion_instance_13.xex(_this__u8e3s4.
|
|
8724
|
+
tmp = Companion_instance_13.xex(_this__u8e3s4.ec4());
|
|
8725
8725
|
break;
|
|
8726
8726
|
case 'sendMessage':
|
|
8727
|
-
_this__u8e3s4.
|
|
8727
|
+
_this__u8e3s4.sc7((!(arguments_0 == null) ? typeof arguments_0 === 'string' : false) ? arguments_0 : THROW_CCE());
|
|
8728
8728
|
tmp = Companion_instance_13.kep();
|
|
8729
8729
|
break;
|
|
8730
8730
|
case 'sendPhrase':
|
|
8731
|
-
_this__u8e3s4.
|
|
8731
|
+
_this__u8e3s4.qc7((!(arguments_0 == null) ? typeof arguments_0 === 'string' : false) ? arguments_0 : THROW_CCE());
|
|
8732
8732
|
tmp = Companion_instance_13.kep();
|
|
8733
8733
|
break;
|
|
8734
8734
|
case 'sendSticker':
|
|
8735
|
-
_this__u8e3s4.
|
|
8735
|
+
_this__u8e3s4.rc7((!(arguments_0 == null) ? typeof arguments_0 === 'string' : false) ? arguments_0 : THROW_CCE());
|
|
8736
8736
|
tmp = Companion_instance_13.kep();
|
|
8737
8737
|
break;
|
|
8738
8738
|
case 'onMessageSent':
|
|
8739
|
-
_this__u8e3s4.
|
|
8739
|
+
_this__u8e3s4.tc7();
|
|
8740
8740
|
tmp = Companion_instance_13.kep();
|
|
8741
8741
|
break;
|
|
8742
8742
|
default:
|
|
@@ -8753,7 +8753,7 @@
|
|
|
8753
8753
|
}
|
|
8754
8754
|
function getSubscriptions$lambda_18($this_getSubscriptions) {
|
|
8755
8755
|
return function (it) {
|
|
8756
|
-
return $this_getSubscriptions.
|
|
8756
|
+
return $this_getSubscriptions.vc7();
|
|
8757
8757
|
};
|
|
8758
8758
|
}
|
|
8759
8759
|
function getSubscriptions$lambda_19($this_getSubscriptions) {
|
|
@@ -8763,12 +8763,12 @@
|
|
|
8763
8763
|
}
|
|
8764
8764
|
function getSubscriptions$lambda_20($this_getSubscriptions) {
|
|
8765
8765
|
return function (it) {
|
|
8766
|
-
return $this_getSubscriptions.
|
|
8766
|
+
return $this_getSubscriptions.pc7();
|
|
8767
8767
|
};
|
|
8768
8768
|
}
|
|
8769
8769
|
function getSubscriptions$lambda_21($this_getSubscriptions) {
|
|
8770
8770
|
return function (it) {
|
|
8771
|
-
return $this_getSubscriptions.
|
|
8771
|
+
return $this_getSubscriptions.oc7();
|
|
8772
8772
|
};
|
|
8773
8773
|
}
|
|
8774
8774
|
function ChoosePartnerSceneService$observeTeamDataExpectant$o$collect$slambda($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -8925,20 +8925,20 @@
|
|
|
8925
8925
|
this.gfo_1 = clientPluginDecoderProvider;
|
|
8926
8926
|
this.hfo_1 = scene;
|
|
8927
8927
|
}
|
|
8928
|
-
protoOf(ChoosePartnerSceneService).
|
|
8929
|
-
this.hfo_1.
|
|
8928
|
+
protoOf(ChoosePartnerSceneService).vcc = function (playerId) {
|
|
8929
|
+
this.hfo_1.vcc(playerId);
|
|
8930
8930
|
};
|
|
8931
|
-
protoOf(ChoosePartnerSceneService).
|
|
8931
|
+
protoOf(ChoosePartnerSceneService).wcc = function () {
|
|
8932
8932
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
8933
8933
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
8934
|
-
var this_0 = this.hfo_1.
|
|
8934
|
+
var this_0 = this.hfo_1.wcc();
|
|
8935
8935
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
8936
8936
|
return new ChoosePartnerSceneService$observeTeamDataExpectant$$inlined$map$1(this_0, this);
|
|
8937
8937
|
};
|
|
8938
8938
|
function onMethodCall_5(_this__u8e3s4, methodName, arguments_0) {
|
|
8939
8939
|
var tmp;
|
|
8940
8940
|
if (methodName === 'partnerChoice') {
|
|
8941
|
-
_this__u8e3s4.
|
|
8941
|
+
_this__u8e3s4.vcc((!(arguments_0 == null) ? typeof arguments_0 === 'string' : false) ? arguments_0 : THROW_CCE());
|
|
8942
8942
|
tmp = Companion_instance_13.kep();
|
|
8943
8943
|
} else {
|
|
8944
8944
|
tmp = null;
|
|
@@ -8950,7 +8950,7 @@
|
|
|
8950
8950
|
}
|
|
8951
8951
|
function getSubscriptions$lambda_22($this_getSubscriptions) {
|
|
8952
8952
|
return function (it) {
|
|
8953
|
-
return $this_getSubscriptions.
|
|
8953
|
+
return $this_getSubscriptions.wcc();
|
|
8954
8954
|
};
|
|
8955
8955
|
}
|
|
8956
8956
|
function EarnPointsSceneService$observeCardsState$o$collect$slambda($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -9932,17 +9932,17 @@
|
|
|
9932
9932
|
this.hfp_1 = scene;
|
|
9933
9933
|
this.ifp_1 = json;
|
|
9934
9934
|
}
|
|
9935
|
-
protoOf(EarnPointsSceneService).
|
|
9935
|
+
protoOf(EarnPointsSceneService).icd = function () {
|
|
9936
9936
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
9937
9937
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
9938
|
-
var this_0 = this.hfp_1.
|
|
9938
|
+
var this_0 = this.hfp_1.icd();
|
|
9939
9939
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
9940
9940
|
return new EarnPointsSceneService$observeCardsState$$inlined$map$1(this_0, this);
|
|
9941
9941
|
};
|
|
9942
|
-
protoOf(EarnPointsSceneService).
|
|
9942
|
+
protoOf(EarnPointsSceneService).fcd = function () {
|
|
9943
9943
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
9944
9944
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
9945
|
-
var this_0 = this.hfp_1.
|
|
9945
|
+
var this_0 = this.hfp_1.fcd();
|
|
9946
9946
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
9947
9947
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
9948
9948
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
@@ -9950,42 +9950,42 @@
|
|
|
9950
9950
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
9951
9951
|
return new EarnPointsSceneService$observeValidationError$$inlined$map$2(this_1);
|
|
9952
9952
|
};
|
|
9953
|
-
protoOf(EarnPointsSceneService).
|
|
9953
|
+
protoOf(EarnPointsSceneService).hcd = function () {
|
|
9954
9954
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
9955
9955
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
9956
|
-
var this_0 = this.hfp_1.
|
|
9956
|
+
var this_0 = this.hfp_1.hcd();
|
|
9957
9957
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
9958
9958
|
return new EarnPointsSceneService$observeCardsOnTheTable$$inlined$map$1(this_0, this);
|
|
9959
9959
|
};
|
|
9960
|
-
protoOf(EarnPointsSceneService).
|
|
9960
|
+
protoOf(EarnPointsSceneService).jcd = function (skipWhenTransitionStrategy) {
|
|
9961
9961
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
9962
9962
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
9963
|
-
var this_0 = this.hfp_1.
|
|
9963
|
+
var this_0 = this.hfp_1.jcd(skipWhenTransitionStrategy);
|
|
9964
9964
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
9965
9965
|
return new EarnPointsSceneService$observeCardsOnTheTableV2$$inlined$map$1(this_0, this);
|
|
9966
9966
|
};
|
|
9967
|
-
protoOf(EarnPointsSceneService).
|
|
9967
|
+
protoOf(EarnPointsSceneService).lcd = function () {
|
|
9968
9968
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
9969
9969
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
9970
|
-
var this_0 = this.hfp_1.
|
|
9970
|
+
var this_0 = this.hfp_1.lcd();
|
|
9971
9971
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
9972
9972
|
return new EarnPointsSceneService$observeWinnerCombinationsExpectant$$inlined$map$1(this_0, this);
|
|
9973
9973
|
};
|
|
9974
|
-
protoOf(EarnPointsSceneService).
|
|
9974
|
+
protoOf(EarnPointsSceneService).kcd = function (playerId) {
|
|
9975
9975
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
9976
9976
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
9977
|
-
var this_0 = this.hfp_1.
|
|
9977
|
+
var this_0 = this.hfp_1.kcd(playerId);
|
|
9978
9978
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
9979
9979
|
return new EarnPointsSceneService$observeCardOnTheTableById$$inlined$map$1(this_0, this);
|
|
9980
9980
|
};
|
|
9981
|
-
protoOf(EarnPointsSceneService).
|
|
9982
|
-
this.hfp_1.
|
|
9981
|
+
protoOf(EarnPointsSceneService).mcd = function (card) {
|
|
9982
|
+
this.hfp_1.mcd(card);
|
|
9983
9983
|
};
|
|
9984
|
-
protoOf(EarnPointsSceneService).
|
|
9985
|
-
this.hfp_1.
|
|
9984
|
+
protoOf(EarnPointsSceneService).ncd = function () {
|
|
9985
|
+
this.hfp_1.ncd();
|
|
9986
9986
|
};
|
|
9987
9987
|
protoOf(EarnPointsSceneService).ffv = function (index) {
|
|
9988
|
-
this.hfp_1.
|
|
9988
|
+
this.hfp_1.ocd(mapFromDto_12(index));
|
|
9989
9989
|
};
|
|
9990
9990
|
function onMethodCall_6(_this__u8e3s4, methodName, arguments_0) {
|
|
9991
9991
|
var tmp;
|
|
@@ -10004,11 +10004,11 @@
|
|
|
10004
10004
|
var tmp$ret$1 = isInterface(this_1, KSerializer) ? this_1 : THROW_CCE();
|
|
10005
10005
|
var tmp$ret$2 = tmp0.fp(tmp$ret$1, string);
|
|
10006
10006
|
var card = mapFromDto_13(tmp$ret$2);
|
|
10007
|
-
_this__u8e3s4.
|
|
10007
|
+
_this__u8e3s4.mcd(card);
|
|
10008
10008
|
tmp = Companion_instance_13.kep();
|
|
10009
10009
|
break;
|
|
10010
10010
|
case 'takeAllRemainingCards':
|
|
10011
|
-
_this__u8e3s4.
|
|
10011
|
+
_this__u8e3s4.ncd();
|
|
10012
10012
|
tmp = Companion_instance_13.kep();
|
|
10013
10013
|
break;
|
|
10014
10014
|
case 'onClickDisabledCard':
|
|
@@ -10031,17 +10031,17 @@
|
|
|
10031
10031
|
}
|
|
10032
10032
|
function getSubscriptions$lambda_23($this_getSubscriptions) {
|
|
10033
10033
|
return function (it) {
|
|
10034
|
-
return $this_getSubscriptions.
|
|
10034
|
+
return $this_getSubscriptions.fcd();
|
|
10035
10035
|
};
|
|
10036
10036
|
}
|
|
10037
10037
|
function getSubscriptions$lambda_24($this_getSubscriptions) {
|
|
10038
10038
|
return function (it) {
|
|
10039
|
-
return $this_getSubscriptions.
|
|
10039
|
+
return $this_getSubscriptions.icd();
|
|
10040
10040
|
};
|
|
10041
10041
|
}
|
|
10042
10042
|
function getSubscriptions$lambda_25($this_getSubscriptions) {
|
|
10043
10043
|
return function (it) {
|
|
10044
|
-
return $this_getSubscriptions.
|
|
10044
|
+
return $this_getSubscriptions.kcd((!(it == null) ? typeof it === 'string' : false) ? it : THROW_CCE());
|
|
10045
10045
|
};
|
|
10046
10046
|
}
|
|
10047
10047
|
function getSubscriptions$lambda_26($this_getSubscriptions) {
|
|
@@ -10053,17 +10053,17 @@
|
|
|
10053
10053
|
tmp = TransitionSkipStrategy_EMIT_FIRST_getInstance();
|
|
10054
10054
|
}
|
|
10055
10055
|
var skipWhenTransitionStrategy = tmp;
|
|
10056
|
-
return $this_getSubscriptions.
|
|
10056
|
+
return $this_getSubscriptions.jcd(skipWhenTransitionStrategy);
|
|
10057
10057
|
};
|
|
10058
10058
|
}
|
|
10059
10059
|
function getSubscriptions$lambda_27($this_getSubscriptions) {
|
|
10060
10060
|
return function (it) {
|
|
10061
|
-
return $this_getSubscriptions.
|
|
10061
|
+
return $this_getSubscriptions.hcd();
|
|
10062
10062
|
};
|
|
10063
10063
|
}
|
|
10064
10064
|
function getSubscriptions$lambda_28($this_getSubscriptions) {
|
|
10065
10065
|
return function (it) {
|
|
10066
|
-
return $this_getSubscriptions.
|
|
10066
|
+
return $this_getSubscriptions.lcd();
|
|
10067
10067
|
};
|
|
10068
10068
|
}
|
|
10069
10069
|
function TableSceneService$observeTable$o$collect$slambda($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -11807,97 +11807,97 @@
|
|
|
11807
11807
|
this.sfv_1 = clientPluginDecoderProvider;
|
|
11808
11808
|
this.tfv_1 = scene;
|
|
11809
11809
|
}
|
|
11810
|
-
protoOf(TableSceneService).
|
|
11810
|
+
protoOf(TableSceneService).tcd = function () {
|
|
11811
11811
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
11812
11812
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
11813
|
-
var this_0 = this.tfv_1.
|
|
11813
|
+
var this_0 = this.tfv_1.tcd();
|
|
11814
11814
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
11815
11815
|
return new TableSceneService$observeTable$$inlined$map$1(this_0, this);
|
|
11816
11816
|
};
|
|
11817
|
-
protoOf(TableSceneService).
|
|
11817
|
+
protoOf(TableSceneService).wcd = function () {
|
|
11818
11818
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
11819
11819
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
11820
|
-
var this_0 = this.tfv_1.
|
|
11820
|
+
var this_0 = this.tfv_1.wcd();
|
|
11821
11821
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
11822
11822
|
return new TableSceneService$observeCardDeck$$inlined$map$1(this_0, this);
|
|
11823
11823
|
};
|
|
11824
|
-
protoOf(TableSceneService).
|
|
11824
|
+
protoOf(TableSceneService).xcd = function (skipWhenTransitionStrategy) {
|
|
11825
11825
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
11826
11826
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
11827
|
-
var this_0 = this.tfv_1.
|
|
11827
|
+
var this_0 = this.tfv_1.xcd(skipWhenTransitionStrategy);
|
|
11828
11828
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
11829
11829
|
return new TableSceneService$observeCardDeckV2$$inlined$map$1(this_0, this);
|
|
11830
11830
|
};
|
|
11831
|
-
protoOf(TableSceneService).
|
|
11831
|
+
protoOf(TableSceneService).ucd = function () {
|
|
11832
11832
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
11833
11833
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
11834
|
-
var this_0 = this.tfv_1.
|
|
11834
|
+
var this_0 = this.tfv_1.ucd();
|
|
11835
11835
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
11836
11836
|
return new TableSceneService$observeTrump$$inlined$map$1(this_0, this);
|
|
11837
11837
|
};
|
|
11838
|
-
protoOf(TableSceneService).
|
|
11838
|
+
protoOf(TableSceneService).ace = function () {
|
|
11839
11839
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
11840
11840
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
11841
|
-
var this_0 = this.tfv_1.
|
|
11841
|
+
var this_0 = this.tfv_1.ace();
|
|
11842
11842
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
11843
11843
|
return new TableSceneService$observeAskAboutCombinations$$inlined$map$1(this_0, this);
|
|
11844
11844
|
};
|
|
11845
|
-
protoOf(TableSceneService).
|
|
11845
|
+
protoOf(TableSceneService).bce = function () {
|
|
11846
11846
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
11847
11847
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
11848
|
-
var this_0 = this.tfv_1.
|
|
11848
|
+
var this_0 = this.tfv_1.bce();
|
|
11849
11849
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
11850
11850
|
return new TableSceneService$observeCombinationsExpectant$$inlined$map$1(this_0, this);
|
|
11851
11851
|
};
|
|
11852
|
-
protoOf(TableSceneService).
|
|
11852
|
+
protoOf(TableSceneService).cce = function () {
|
|
11853
11853
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
11854
11854
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
11855
|
-
var this_0 = this.tfv_1.
|
|
11855
|
+
var this_0 = this.tfv_1.cce();
|
|
11856
11856
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
11857
11857
|
return new TableSceneService$observeLastBribeEnabled$$inlined$map$1(this_0);
|
|
11858
11858
|
};
|
|
11859
|
-
protoOf(TableSceneService).
|
|
11859
|
+
protoOf(TableSceneService).ycd = function (playerId) {
|
|
11860
11860
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
11861
11861
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
11862
|
-
var this_0 = this.tfv_1.
|
|
11862
|
+
var this_0 = this.tfv_1.ycd(playerId);
|
|
11863
11863
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
11864
11864
|
return new TableSceneService$observePlayerHandById$$inlined$map$1(this_0, this);
|
|
11865
11865
|
};
|
|
11866
|
-
protoOf(TableSceneService).
|
|
11866
|
+
protoOf(TableSceneService).zcd = function (playerId, skipWhenTransitionStrategy) {
|
|
11867
11867
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
11868
11868
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
11869
|
-
var this_0 = this.tfv_1.
|
|
11869
|
+
var this_0 = this.tfv_1.zcd(playerId, skipWhenTransitionStrategy);
|
|
11870
11870
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
11871
11871
|
return new TableSceneService$observePlayerHandByIdV2$$inlined$map$1(this_0, this);
|
|
11872
11872
|
};
|
|
11873
|
-
protoOf(TableSceneService).
|
|
11873
|
+
protoOf(TableSceneService).qcd = function () {
|
|
11874
11874
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
11875
11875
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
11876
|
-
var this_0 = this.tfv_1.
|
|
11876
|
+
var this_0 = this.tfv_1.qcd();
|
|
11877
11877
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
11878
11878
|
return new TableSceneService$observeControls$$inlined$map$1(this_0, this);
|
|
11879
11879
|
};
|
|
11880
|
-
protoOf(TableSceneService).
|
|
11880
|
+
protoOf(TableSceneService).pcd = function () {
|
|
11881
11881
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
11882
11882
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
11883
|
-
var this_0 = this.tfv_1.
|
|
11883
|
+
var this_0 = this.tfv_1.pcd();
|
|
11884
11884
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
11885
11885
|
return new TableSceneService$observeSecondaryControls$$inlined$map$1(this_0, this);
|
|
11886
11886
|
};
|
|
11887
|
-
protoOf(TableSceneService).
|
|
11887
|
+
protoOf(TableSceneService).rcd = function () {
|
|
11888
11888
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
11889
11889
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
11890
|
-
var this_0 = this.tfv_1.
|
|
11890
|
+
var this_0 = this.tfv_1.rcd();
|
|
11891
11891
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
11892
11892
|
return new TableSceneService$observeTransitions$$inlined$map$1(this_0, this);
|
|
11893
11893
|
};
|
|
11894
|
-
protoOf(TableSceneService).
|
|
11895
|
-
this.tfv_1.
|
|
11894
|
+
protoOf(TableSceneService).scd = function (ids) {
|
|
11895
|
+
this.tfv_1.scd(ids);
|
|
11896
11896
|
};
|
|
11897
|
-
protoOf(TableSceneService).
|
|
11897
|
+
protoOf(TableSceneService).vcd = function () {
|
|
11898
11898
|
var tmp0 = this.rfv_1;
|
|
11899
11899
|
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
11900
|
-
var value = mapToDto_23(this.tfv_1.
|
|
11900
|
+
var value = mapToDto_23(this.tfv_1.vcd());
|
|
11901
11901
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
11902
11902
|
var this_0 = tmp0.ds();
|
|
11903
11903
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
@@ -11905,14 +11905,14 @@
|
|
|
11905
11905
|
var tmp$ret$1 = isInterface(this_1, KSerializer) ? this_1 : THROW_CCE();
|
|
11906
11906
|
return tmp0.ep(tmp$ret$1, value);
|
|
11907
11907
|
};
|
|
11908
|
-
protoOf(TableSceneService).
|
|
11909
|
-
this.tfv_1.
|
|
11908
|
+
protoOf(TableSceneService).dce = function (isAccepted) {
|
|
11909
|
+
this.tfv_1.dce(isAccepted);
|
|
11910
11910
|
};
|
|
11911
11911
|
function onMethodCall_7(_this__u8e3s4, methodName, arguments_0) {
|
|
11912
11912
|
var tmp;
|
|
11913
11913
|
switch (methodName) {
|
|
11914
11914
|
case 'combinationChoice':
|
|
11915
|
-
_this__u8e3s4.
|
|
11915
|
+
_this__u8e3s4.dce((!(arguments_0 == null) ? typeof arguments_0 === 'boolean' : false) ? arguments_0 : THROW_CCE());
|
|
11916
11916
|
tmp = Companion_instance_13.kep();
|
|
11917
11917
|
break;
|
|
11918
11918
|
case 'transitionsFinished':
|
|
@@ -11927,11 +11927,11 @@
|
|
|
11927
11927
|
tmp_0 = tmp3_elvis_lhs;
|
|
11928
11928
|
}
|
|
11929
11929
|
|
|
11930
|
-
_this__u8e3s4.
|
|
11930
|
+
_this__u8e3s4.scd(tmp_0);
|
|
11931
11931
|
tmp = Companion_instance_13.kep();
|
|
11932
11932
|
break;
|
|
11933
11933
|
case 'getCardDeck':
|
|
11934
|
-
tmp = Companion_instance_13.xex(_this__u8e3s4.
|
|
11934
|
+
tmp = Companion_instance_13.xex(_this__u8e3s4.vcd());
|
|
11935
11935
|
break;
|
|
11936
11936
|
default:
|
|
11937
11937
|
tmp = null;
|
|
@@ -11955,27 +11955,27 @@
|
|
|
11955
11955
|
}
|
|
11956
11956
|
function getSubscriptions$lambda_29($this_getSubscriptions) {
|
|
11957
11957
|
return function (it) {
|
|
11958
|
-
return $this_getSubscriptions.
|
|
11958
|
+
return $this_getSubscriptions.tcd();
|
|
11959
11959
|
};
|
|
11960
11960
|
}
|
|
11961
11961
|
function getSubscriptions$lambda_30($this_getSubscriptions) {
|
|
11962
11962
|
return function (it) {
|
|
11963
|
-
return $this_getSubscriptions.
|
|
11963
|
+
return $this_getSubscriptions.cce();
|
|
11964
11964
|
};
|
|
11965
11965
|
}
|
|
11966
11966
|
function getSubscriptions$lambda_31($this_getSubscriptions) {
|
|
11967
11967
|
return function (it) {
|
|
11968
|
-
return $this_getSubscriptions.
|
|
11968
|
+
return $this_getSubscriptions.bce();
|
|
11969
11969
|
};
|
|
11970
11970
|
}
|
|
11971
11971
|
function getSubscriptions$lambda_32($this_getSubscriptions) {
|
|
11972
11972
|
return function (it) {
|
|
11973
|
-
return $this_getSubscriptions.
|
|
11973
|
+
return $this_getSubscriptions.ace();
|
|
11974
11974
|
};
|
|
11975
11975
|
}
|
|
11976
11976
|
function getSubscriptions$lambda_33($this_getSubscriptions) {
|
|
11977
11977
|
return function (it) {
|
|
11978
|
-
return $this_getSubscriptions.
|
|
11978
|
+
return $this_getSubscriptions.ucd();
|
|
11979
11979
|
};
|
|
11980
11980
|
}
|
|
11981
11981
|
function getSubscriptions$lambda_34($this_getSubscriptions) {
|
|
@@ -11987,27 +11987,27 @@
|
|
|
11987
11987
|
tmp = TransitionSkipStrategy_EMIT_FIRST_getInstance();
|
|
11988
11988
|
}
|
|
11989
11989
|
var skipWhenTransitionStrategy = tmp;
|
|
11990
|
-
return $this_getSubscriptions.
|
|
11990
|
+
return $this_getSubscriptions.xcd(skipWhenTransitionStrategy);
|
|
11991
11991
|
};
|
|
11992
11992
|
}
|
|
11993
11993
|
function getSubscriptions$lambda_35($this_getSubscriptions) {
|
|
11994
11994
|
return function (it) {
|
|
11995
|
-
return $this_getSubscriptions.
|
|
11995
|
+
return $this_getSubscriptions.wcd();
|
|
11996
11996
|
};
|
|
11997
11997
|
}
|
|
11998
11998
|
function getSubscriptions$lambda_36($this_getSubscriptions) {
|
|
11999
11999
|
return function (it) {
|
|
12000
|
-
return $this_getSubscriptions.
|
|
12000
|
+
return $this_getSubscriptions.qcd();
|
|
12001
12001
|
};
|
|
12002
12002
|
}
|
|
12003
12003
|
function getSubscriptions$lambda_37($this_getSubscriptions) {
|
|
12004
12004
|
return function (it) {
|
|
12005
|
-
return $this_getSubscriptions.
|
|
12005
|
+
return $this_getSubscriptions.pcd();
|
|
12006
12006
|
};
|
|
12007
12007
|
}
|
|
12008
12008
|
function getSubscriptions$lambda_38($this_getSubscriptions) {
|
|
12009
12009
|
return function (it) {
|
|
12010
|
-
return $this_getSubscriptions.
|
|
12010
|
+
return $this_getSubscriptions.rcd();
|
|
12011
12011
|
};
|
|
12012
12012
|
}
|
|
12013
12013
|
function getSubscriptions$lambda_39($this_getSubscriptions) {
|
|
@@ -12031,12 +12031,12 @@
|
|
|
12031
12031
|
var this_4 = serializer(this_3, createKType(getKClass(TransitionSkipStrategy), arrayOf([]), false));
|
|
12032
12032
|
var tmp$ret$4 = isInterface(this_4, KSerializer) ? this_4 : THROW_CCE();
|
|
12033
12033
|
var skipWhenTransitionStrategy = tmp0.fp(tmp$ret$4, string);
|
|
12034
|
-
return $this_getSubscriptions.
|
|
12034
|
+
return $this_getSubscriptions.zcd(playerId, skipWhenTransitionStrategy);
|
|
12035
12035
|
};
|
|
12036
12036
|
}
|
|
12037
12037
|
function getSubscriptions$lambda_40($this_getSubscriptions) {
|
|
12038
12038
|
return function (it) {
|
|
12039
|
-
return $this_getSubscriptions.
|
|
12039
|
+
return $this_getSubscriptions.ycd((!(it == null) ? typeof it === 'string' : false) ? it : THROW_CCE());
|
|
12040
12040
|
};
|
|
12041
12041
|
}
|
|
12042
12042
|
function TradeSceneService$observeTrumpSelectedExpectant$o$collect$slambda($$this$unsafeFlow, this$0, resultContinuation) {
|
|
@@ -12194,15 +12194,15 @@
|
|
|
12194
12194
|
this.vg6_1 = json;
|
|
12195
12195
|
this.wg6_1 = scene;
|
|
12196
12196
|
}
|
|
12197
|
-
protoOf(TradeSceneService).
|
|
12197
|
+
protoOf(TradeSceneService).acd = function () {
|
|
12198
12198
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
12199
12199
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
12200
|
-
var this_0 = this.wg6_1.
|
|
12200
|
+
var this_0 = this.wg6_1.acd();
|
|
12201
12201
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
12202
12202
|
return new TradeSceneService$observeTrumpSelectedExpectant$$inlined$map$1(this_0, this);
|
|
12203
12203
|
};
|
|
12204
|
-
protoOf(TradeSceneService).
|
|
12205
|
-
this.wg6_1.
|
|
12204
|
+
protoOf(TradeSceneService).ccd = function () {
|
|
12205
|
+
this.wg6_1.ccd();
|
|
12206
12206
|
};
|
|
12207
12207
|
protoOf(TradeSceneService).kg7 = function (suit) {
|
|
12208
12208
|
// Inline function 'kotlinx.serialization.json.Json.decodeFromString' call
|
|
@@ -12213,13 +12213,13 @@
|
|
|
12213
12213
|
var this_2 = serializer(this_1, createKType(getKClass(Suit), arrayOf([]), true));
|
|
12214
12214
|
var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
|
|
12215
12215
|
var tmp$ret$2 = this_0.fp(tmp$ret$1, suit);
|
|
12216
|
-
this.wg6_1.
|
|
12216
|
+
this.wg6_1.bcd(tmp$ret$2);
|
|
12217
12217
|
};
|
|
12218
12218
|
function onMethodCall_8(_this__u8e3s4, methodName, arguments_0) {
|
|
12219
12219
|
var tmp;
|
|
12220
12220
|
switch (methodName) {
|
|
12221
12221
|
case 'pass':
|
|
12222
|
-
_this__u8e3s4.
|
|
12222
|
+
_this__u8e3s4.ccd();
|
|
12223
12223
|
tmp = Companion_instance_13.kep();
|
|
12224
12224
|
break;
|
|
12225
12225
|
case 'play':
|
|
@@ -12237,7 +12237,7 @@
|
|
|
12237
12237
|
}
|
|
12238
12238
|
function getSubscriptions$lambda_41($this_getSubscriptions) {
|
|
12239
12239
|
return function (it) {
|
|
12240
|
-
return $this_getSubscriptions.
|
|
12240
|
+
return $this_getSubscriptions.acd();
|
|
12241
12241
|
};
|
|
12242
12242
|
}
|
|
12243
12243
|
function ControlsContractService$observeControlsEnabled$o$collect$slambda($$this$unsafeFlow, resultContinuation) {
|
|
@@ -12379,10 +12379,10 @@
|
|
|
12379
12379
|
function ControlsContractService(contract) {
|
|
12380
12380
|
this.hg8_1 = contract;
|
|
12381
12381
|
}
|
|
12382
|
-
protoOf(ControlsContractService).
|
|
12382
|
+
protoOf(ControlsContractService).ecd = function () {
|
|
12383
12383
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
12384
12384
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
12385
|
-
var this_0 = this.hg8_1.
|
|
12385
|
+
var this_0 = this.hg8_1.ecd();
|
|
12386
12386
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
12387
12387
|
return new ControlsContractService$observeControlsEnabled$$inlined$map$1(this_0);
|
|
12388
12388
|
};
|
|
@@ -12391,27 +12391,27 @@
|
|
|
12391
12391
|
}
|
|
12392
12392
|
function getSubscriptions$lambda_42($this_getSubscriptions) {
|
|
12393
12393
|
return function (it) {
|
|
12394
|
-
return $this_getSubscriptions.
|
|
12394
|
+
return $this_getSubscriptions.ecd();
|
|
12395
12395
|
};
|
|
12396
12396
|
}
|
|
12397
12397
|
function ExpectantContractService(contract) {
|
|
12398
12398
|
this.ig8_1 = contract;
|
|
12399
12399
|
}
|
|
12400
|
+
protoOf(ExpectantContractService).ycc = function (expectantId) {
|
|
12401
|
+
this.ig8_1.ycc(expectantId);
|
|
12402
|
+
};
|
|
12400
12403
|
protoOf(ExpectantContractService).zcc = function (expectantId) {
|
|
12401
12404
|
this.ig8_1.zcc(expectantId);
|
|
12402
12405
|
};
|
|
12403
|
-
protoOf(ExpectantContractService).acd = function (expectantId) {
|
|
12404
|
-
this.ig8_1.acd(expectantId);
|
|
12405
|
-
};
|
|
12406
12406
|
function onMethodCall_9(_this__u8e3s4, methodName, arguments_0) {
|
|
12407
12407
|
var tmp;
|
|
12408
12408
|
switch (methodName) {
|
|
12409
12409
|
case 'expectantTimerFinished':
|
|
12410
|
-
_this__u8e3s4.
|
|
12410
|
+
_this__u8e3s4.ycc((!(arguments_0 == null) ? typeof arguments_0 === 'string' : false) ? arguments_0 : THROW_CCE());
|
|
12411
12411
|
tmp = Companion_instance_13.kep();
|
|
12412
12412
|
break;
|
|
12413
12413
|
case 'expectantStageCompleted':
|
|
12414
|
-
_this__u8e3s4.
|
|
12414
|
+
_this__u8e3s4.zcc((!(arguments_0 == null) ? typeof arguments_0 === 'string' : false) ? arguments_0 : THROW_CCE());
|
|
12415
12415
|
tmp = Companion_instance_13.kep();
|
|
12416
12416
|
break;
|
|
12417
12417
|
default:
|
|
@@ -13404,45 +13404,45 @@
|
|
|
13404
13404
|
this.vg8_1 = clientPluginDecoderProvider;
|
|
13405
13405
|
this.wg8_1 = contract;
|
|
13406
13406
|
}
|
|
13407
|
-
protoOf(PlayersSceneService).
|
|
13407
|
+
protoOf(PlayersSceneService).sbu = function () {
|
|
13408
13408
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
13409
13409
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
13410
|
-
var this_0 = this.wg8_1.
|
|
13410
|
+
var this_0 = this.wg8_1.sbu();
|
|
13411
13411
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
13412
13412
|
return new PlayersSceneService$observePlayers$$inlined$map$1(this_0, this);
|
|
13413
13413
|
};
|
|
13414
|
-
protoOf(PlayersSceneService).
|
|
13414
|
+
protoOf(PlayersSceneService).tbu = function (playerId) {
|
|
13415
13415
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
13416
13416
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
13417
|
-
var this_0 = this.wg8_1.
|
|
13417
|
+
var this_0 = this.wg8_1.tbu(playerId);
|
|
13418
13418
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
13419
13419
|
return new PlayersSceneService$observePlayerById$$inlined$map$1(this_0, this);
|
|
13420
13420
|
};
|
|
13421
|
-
protoOf(PlayersSceneService).
|
|
13421
|
+
protoOf(PlayersSceneService).ubu = function () {
|
|
13422
13422
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
13423
13423
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
13424
|
-
var this_0 = this.wg8_1.
|
|
13424
|
+
var this_0 = this.wg8_1.ubu();
|
|
13425
13425
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
13426
13426
|
return new PlayersSceneService$observePlayerTurns$$inlined$map$1(this_0, this);
|
|
13427
13427
|
};
|
|
13428
|
-
protoOf(PlayersSceneService).
|
|
13428
|
+
protoOf(PlayersSceneService).vbu = function (playerId) {
|
|
13429
13429
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
13430
13430
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
13431
|
-
var this_0 = this.wg8_1.
|
|
13431
|
+
var this_0 = this.wg8_1.vbu(playerId);
|
|
13432
13432
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
13433
13433
|
return new PlayersSceneService$observePlayerTurnById$$inlined$map$1(this_0, this);
|
|
13434
13434
|
};
|
|
13435
|
-
protoOf(PlayersSceneService).
|
|
13435
|
+
protoOf(PlayersSceneService).wbu = function (playerId) {
|
|
13436
13436
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
13437
13437
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
13438
|
-
var this_0 = this.wg8_1.
|
|
13438
|
+
var this_0 = this.wg8_1.wbu(playerId);
|
|
13439
13439
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
13440
13440
|
return new PlayersSceneService$observePlayerMessageById$$inlined$map$1(this_0, this);
|
|
13441
13441
|
};
|
|
13442
|
-
protoOf(PlayersSceneService).
|
|
13442
|
+
protoOf(PlayersSceneService).xbu = function (playerId) {
|
|
13443
13443
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
13444
13444
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
13445
|
-
var this_0 = this.wg8_1.
|
|
13445
|
+
var this_0 = this.wg8_1.xbu(playerId);
|
|
13446
13446
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
13447
13447
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
13448
13448
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
@@ -13450,10 +13450,10 @@
|
|
|
13450
13450
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
13451
13451
|
return new PlayersSceneService$observePlayerConnectionStateById$$inlined$map$2(this_1);
|
|
13452
13452
|
};
|
|
13453
|
-
protoOf(PlayersSceneService).
|
|
13453
|
+
protoOf(PlayersSceneService).rbu = function () {
|
|
13454
13454
|
var tmp0 = this.ug8_1;
|
|
13455
13455
|
// Inline function 'kotlin.collections.map' call
|
|
13456
|
-
var this_0 = this.wg8_1.
|
|
13456
|
+
var this_0 = this.wg8_1.rbu();
|
|
13457
13457
|
// Inline function 'kotlin.collections.mapTo' call
|
|
13458
13458
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
|
|
13459
13459
|
var _iterator__ex2g4s = this_0.l();
|
|
@@ -13473,7 +13473,7 @@
|
|
|
13473
13473
|
function onMethodCall_10(_this__u8e3s4, methodName) {
|
|
13474
13474
|
var tmp;
|
|
13475
13475
|
if (methodName === 'getPlayers') {
|
|
13476
|
-
tmp = Companion_instance_13.xex(_this__u8e3s4.
|
|
13476
|
+
tmp = Companion_instance_13.xex(_this__u8e3s4.rbu());
|
|
13477
13477
|
} else {
|
|
13478
13478
|
tmp = null;
|
|
13479
13479
|
}
|
|
@@ -13489,44 +13489,44 @@
|
|
|
13489
13489
|
}
|
|
13490
13490
|
function getSubscriptions$lambda_43($this_getSubscriptions) {
|
|
13491
13491
|
return function (it) {
|
|
13492
|
-
return $this_getSubscriptions.
|
|
13492
|
+
return $this_getSubscriptions.xbu((!(it == null) ? typeof it === 'string' : false) ? it : THROW_CCE());
|
|
13493
13493
|
};
|
|
13494
13494
|
}
|
|
13495
13495
|
function getSubscriptions$lambda_44($this_getSubscriptions) {
|
|
13496
13496
|
return function (it) {
|
|
13497
|
-
return $this_getSubscriptions.
|
|
13497
|
+
return $this_getSubscriptions.wbu((!(it == null) ? typeof it === 'string' : false) ? it : THROW_CCE());
|
|
13498
13498
|
};
|
|
13499
13499
|
}
|
|
13500
13500
|
function getSubscriptions$lambda_45($this_getSubscriptions) {
|
|
13501
13501
|
return function (it) {
|
|
13502
|
-
return $this_getSubscriptions.
|
|
13502
|
+
return $this_getSubscriptions.vbu((!(it == null) ? typeof it === 'string' : false) ? it : THROW_CCE());
|
|
13503
13503
|
};
|
|
13504
13504
|
}
|
|
13505
13505
|
function getSubscriptions$lambda_46($this_getSubscriptions) {
|
|
13506
13506
|
return function (it) {
|
|
13507
|
-
return $this_getSubscriptions.
|
|
13507
|
+
return $this_getSubscriptions.tbu((!(it == null) ? typeof it === 'string' : false) ? it : THROW_CCE());
|
|
13508
13508
|
};
|
|
13509
13509
|
}
|
|
13510
13510
|
function getSubscriptions$lambda_47($this_getSubscriptions) {
|
|
13511
13511
|
return function (it) {
|
|
13512
|
-
return $this_getSubscriptions.
|
|
13512
|
+
return $this_getSubscriptions.ubu();
|
|
13513
13513
|
};
|
|
13514
13514
|
}
|
|
13515
13515
|
function getSubscriptions$lambda_48($this_getSubscriptions) {
|
|
13516
13516
|
return function (it) {
|
|
13517
|
-
return $this_getSubscriptions.
|
|
13517
|
+
return $this_getSubscriptions.sbu();
|
|
13518
13518
|
};
|
|
13519
13519
|
}
|
|
13520
13520
|
function SceneActionsService(contract) {
|
|
13521
13521
|
this.tge_1 = contract;
|
|
13522
13522
|
}
|
|
13523
|
-
protoOf(SceneActionsService).
|
|
13524
|
-
this.tge_1.
|
|
13523
|
+
protoOf(SceneActionsService).lc0 = function (isActive) {
|
|
13524
|
+
this.tge_1.lc0(isActive);
|
|
13525
13525
|
};
|
|
13526
13526
|
function onMethodCall_11(_this__u8e3s4, methodName, arguments_0) {
|
|
13527
13527
|
var tmp;
|
|
13528
13528
|
if (methodName === 'setSceneActiveState') {
|
|
13529
|
-
_this__u8e3s4.
|
|
13529
|
+
_this__u8e3s4.lc0((!(arguments_0 == null) ? typeof arguments_0 === 'boolean' : false) ? arguments_0 : THROW_CCE());
|
|
13530
13530
|
tmp = Companion_instance_13.kep();
|
|
13531
13531
|
} else {
|
|
13532
13532
|
tmp = null;
|