game_client_logic_deb 1.8.427 → 1.8.429

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.
@@ -387,7 +387,7 @@
387
387
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
388
388
  //endregion
389
389
  function GameEngineConfig() {
390
- this.version = '1.8.427';
390
+ this.version = '1.8.429';
391
391
  }
392
392
  protoOf(GameEngineConfig).w3u = function () {
393
393
  return this.version;
@@ -1243,8 +1243,8 @@
1243
1243
  initMetadataForClass(NotCurrentPlayerCheck, 'NotCurrentPlayerCheck');
1244
1244
  initMetadataForClass(consumeFromClientActionsMiddleware$$inlined$middlewareForActionType$1, VOID, VOID, VOID, [Middleware]);
1245
1245
  initMetadataForInterface(IgnoreLoggerAction, 'IgnoreLoggerAction', VOID, VOID, [Action]);
1246
- initMetadataForLambda(botChatPutCardMiddleware$o$handle$slambda, CoroutineImpl, VOID, [1]);
1247
- initMetadataForClass(botChatPutCardMiddleware$$inlined$middlewareForActionType$1, VOID, VOID, VOID, [Middleware]);
1246
+ initMetadataForLambda(botChatMiddleware$o$handle$slambda, CoroutineImpl, VOID, [1]);
1247
+ initMetadataForClass(botChatMiddleware$$inlined$middlewareForActionType$1, VOID, VOID, VOID, [Middleware]);
1248
1248
  initMetadataForLambda(handleRandomMessage$slambda, CoroutineImpl, VOID, [1]);
1249
1249
  initMetadataForLambda(botLogicMiddleware$o$handle$slambda, CoroutineImpl, VOID, [1]);
1250
1250
  initMetadataForClass(botLogicMiddleware$$inlined$middlewareForActionType$1, VOID, VOID, VOID, [Middleware]);
@@ -2873,11 +2873,9 @@
2873
2873
  switch (this.q2_1) {
2874
2874
  case 0:
2875
2875
  case 1:
2876
- tmp = true;
2877
- break;
2878
2876
  case 2:
2879
2877
  case 3:
2880
- tmp = false;
2878
+ tmp = true;
2881
2879
  break;
2882
2880
  default:
2883
2881
  noWhenBranchMatchedException();
@@ -50482,7 +50480,7 @@
50482
50480
  // Inline function 'kotlin.let' call
50483
50481
  var tmp0_asyncProvider = _get_asyncProvider__jbpyhw_0(this);
50484
50482
  var tmp1_conversationCache = _get_conversationCache__95j15a(this);
50485
- this_0.j(botChatPutCardMiddleware(tmp3_safe_receiver, tmp1_conversationCache, tmp0_asyncProvider, isEnableBotForPlayer));
50483
+ this_0.j(botChatMiddleware(tmp3_safe_receiver, tmp1_conversationCache, tmp0_asyncProvider, isEnableBotForPlayer));
50486
50484
  }
50487
50485
  }
50488
50486
  return this_0.e3();
@@ -51386,9 +51384,9 @@
51386
51384
  return Unit_instance;
51387
51385
  };
51388
51386
  }
51389
- function botChatPutCardMiddleware(botChatInteractor, conversationCache, asyncProvider, isEnableBotChatForPlayer) {
51387
+ function botChatMiddleware(botChatInteractor, conversationCache, asyncProvider, isEnableBotChatForPlayer) {
51390
51388
  // Inline function 'com.logic.redux.store.definitions.middlewareForActionType' call
51391
- return new botChatPutCardMiddleware$$inlined$middlewareForActionType$1(conversationCache, botChatInteractor, asyncProvider, isEnableBotChatForPlayer);
51389
+ return new botChatMiddleware$$inlined$middlewareForActionType$1(conversationCache, botChatInteractor, asyncProvider, isEnableBotChatForPlayer);
51392
51390
  }
51393
51391
  function shouldGenerateRandomMessage() {
51394
51392
  return false;
@@ -51396,7 +51394,7 @@
51396
51394
  function handleRandomMessage(store, playerId, botChatInteractor, asyncProvider, isEnableBotChatForPlayer, triggerReason) {
51397
51395
  asyncProvider.q6a(VOID, handleRandomMessage$slambda_0(store, botChatInteractor, playerId, triggerReason, isEnableBotChatForPlayer, null));
51398
51396
  }
51399
- function botChatPutCardMiddleware$o$handle$slambda($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation) {
51397
+ function botChatMiddleware$o$handle$slambda($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation) {
51400
51398
  this.c96_1 = $botChatInteractor;
51401
51399
  this.d96_1 = $store;
51402
51400
  this.e96_1 = $messageText;
@@ -51404,16 +51402,16 @@
51404
51402
  this.g96_1 = $isEnableBotChatForPlayer;
51405
51403
  CoroutineImpl.call(this, resultContinuation);
51406
51404
  }
51407
- protoOf(botChatPutCardMiddleware$o$handle$slambda).j2d = function ($this$launchDefault, $completion) {
51405
+ protoOf(botChatMiddleware$o$handle$slambda).j2d = function ($this$launchDefault, $completion) {
51408
51406
  var tmp = this.k2d($this$launchDefault, $completion);
51409
51407
  tmp.u8_1 = Unit_instance;
51410
51408
  tmp.v8_1 = null;
51411
51409
  return tmp.a9();
51412
51410
  };
51413
- protoOf(botChatPutCardMiddleware$o$handle$slambda).i9 = function (p1, $completion) {
51411
+ protoOf(botChatMiddleware$o$handle$slambda).i9 = function (p1, $completion) {
51414
51412
  return this.j2d((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
51415
51413
  };
51416
- protoOf(botChatPutCardMiddleware$o$handle$slambda).a9 = function () {
51414
+ protoOf(botChatMiddleware$o$handle$slambda).a9 = function () {
51417
51415
  var suspendResult = this.u8_1;
51418
51416
  $sm: do
51419
51417
  try {
@@ -51458,29 +51456,29 @@
51458
51456
  }
51459
51457
  while (true);
51460
51458
  };
51461
- protoOf(botChatPutCardMiddleware$o$handle$slambda).k2d = function ($this$launchDefault, completion) {
51462
- var i = new botChatPutCardMiddleware$o$handle$slambda(this.c96_1, this.d96_1, this.e96_1, this.f96_1, this.g96_1, completion);
51459
+ protoOf(botChatMiddleware$o$handle$slambda).k2d = function ($this$launchDefault, completion) {
51460
+ var i = new botChatMiddleware$o$handle$slambda(this.c96_1, this.d96_1, this.e96_1, this.f96_1, this.g96_1, completion);
51463
51461
  i.h96_1 = $this$launchDefault;
51464
51462
  return i;
51465
51463
  };
51466
- function botChatPutCardMiddleware$o$handle$slambda_0($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation) {
51467
- var i = new botChatPutCardMiddleware$o$handle$slambda($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation);
51464
+ function botChatMiddleware$o$handle$slambda_0($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation) {
51465
+ var i = new botChatMiddleware$o$handle$slambda($botChatInteractor, $store, $messageText, $action, $isEnableBotChatForPlayer, resultContinuation);
51468
51466
  var l = function ($this$launchDefault, $completion) {
51469
51467
  return i.j2d($this$launchDefault, $completion);
51470
51468
  };
51471
51469
  l.$arity = 1;
51472
51470
  return l;
51473
51471
  }
51474
- function botChatPutCardMiddleware$$inlined$middlewareForActionType$1($conversationCache, $botChatInteractor, $asyncProvider, $isEnableBotChatForPlayer) {
51472
+ function botChatMiddleware$$inlined$middlewareForActionType$1($conversationCache, $botChatInteractor, $asyncProvider, $isEnableBotChatForPlayer) {
51475
51473
  this.i96_1 = $conversationCache;
51476
51474
  this.j96_1 = $botChatInteractor;
51477
51475
  this.k96_1 = $asyncProvider;
51478
51476
  this.l96_1 = $isEnableBotChatForPlayer;
51479
51477
  }
51480
- protoOf(botChatPutCardMiddleware$$inlined$middlewareForActionType$1).w6d = function (action) {
51478
+ protoOf(botChatMiddleware$$inlined$middlewareForActionType$1).w6d = function (action) {
51481
51479
  return action instanceof MechanicAction;
51482
51480
  };
51483
- protoOf(botChatPutCardMiddleware$$inlined$middlewareForActionType$1).l6f = function (store, next, action) {
51481
+ protoOf(botChatMiddleware$$inlined$middlewareForActionType$1).l6f = function (store, next, action) {
51484
51482
  var action_0 = action instanceof MechanicAction ? action : THROW_CCE();
51485
51483
  next(action_0);
51486
51484
  if (action_0 instanceof MessageMechanicAction) {
@@ -51527,7 +51525,7 @@
51527
51525
  }
51528
51526
  var messageText = tmp_0;
51529
51527
  if (!(messageText == null)) {
51530
- this.k96_1.q6a(VOID, botChatPutCardMiddleware$o$handle$slambda_0(this.j96_1, store, messageText, action_0, this.l96_1, null));
51528
+ this.k96_1.q6a(VOID, botChatMiddleware$o$handle$slambda_0(this.j96_1, store, messageText, action_0, this.l96_1, null));
51531
51529
  }
51532
51530
  }
51533
51531
  }
@@ -51535,7 +51533,7 @@
51535
51533
  }
51536
51534
  }
51537
51535
  };
51538
- protoOf(botChatPutCardMiddleware$$inlined$middlewareForActionType$1).v6d = function (store, next, action) {
51536
+ protoOf(botChatMiddleware$$inlined$middlewareForActionType$1).v6d = function (store, next, action) {
51539
51537
  return this.l6f(store, next, action);
51540
51538
  };
51541
51539
  function handleRandomMessage$slambda($store, $botChatInteractor, $playerId, $triggerReason, $isEnableBotChatForPlayer, resultContinuation) {