client_plugin_logic_deb 1.8.209 → 1.8.210

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.
@@ -931,7 +931,7 @@
931
931
  initMetadataForInterface(EarnPointsSceneContract, 'EarnPointsSceneContract');
932
932
  initMetadataForInterface(TradeScene, 'TradeScene', VOID, VOID, [SceneActionsContract, ExpectantContract, TradeSceneContract]);
933
933
  initMetadataForInterface(EarnPointsScene, 'EarnPointsScene', VOID, VOID, [SceneActionsContract, ExpectantContract, EarnPointsSceneContract]);
934
- initMetadataForInterface(TableScene, 'TableScene', VOID, VOID, [ExpectantContract, ControlsContract, SceneActionsContract]);
934
+ initMetadataForInterface(TableScene, 'TableScene', VOID, VOID, [ControlsContract, ExpectantContract, SceneActionsContract]);
935
935
  initMetadataForClass(EarnPointsSceneImpl, 'EarnPointsSceneImpl', VOID, VOID, [EarnPointsSceneContract, ExpectantContract, SceneActionsContract, PlayersSceneContract, EarnPointsScene, GameEngineSceneContract]);
936
936
  initMetadataForLambda(TableSceneImpl$observeControlsMode$o$collect$slambda, CoroutineImpl, VOID, [1]);
937
937
  initMetadataForCoroutine($collectCOROUTINE$39, CoroutineImpl);
@@ -231,11 +231,6 @@
231
231
  initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
232
232
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
233
233
  initMetadataForCoroutine($sendCOROUTINE$3, CoroutineImpl);
234
- function close$default(cause, $super) {
235
- cause = cause === VOID ? null : cause;
236
- return $super === VOID ? this.p14(cause) : $super.p14.call(this, cause);
237
- }
238
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
239
234
  function cancel$default_0(cause, $super) {
240
235
  cause = cause === VOID ? null : cause;
241
236
  var tmp;
@@ -248,7 +243,12 @@
248
243
  return tmp;
249
244
  }
250
245
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
251
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
246
+ function close$default(cause, $super) {
247
+ cause = cause === VOID ? null : cause;
248
+ return $super === VOID ? this.p14(cause) : $super.p14.call(this, cause);
249
+ }
250
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
251
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
252
252
  initMetadataForClass(WaiterEB, 'WaiterEB');
253
253
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
254
254
  initMetadataForObject(Factory, 'Factory');
@@ -258,7 +258,7 @@
258
258
  initMetadataForClass(ChannelResult, 'ChannelResult');
259
259
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
260
260
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
261
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [0, 1]);
261
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [0, 1]);
262
262
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
263
263
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
264
264
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [0, 1]);