@cruglobal/godtools-shared 1.1.3-PR783-SNAPSHOT.1710 → 1.1.3-PR790-SNAPSHOT.1717

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.
@@ -879,10 +879,16 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
879
879
  /* @ts-ignore: extends class with private primary constructor */
880
880
  class CardCollectionPage extends org.cru.godtools.shared.tool.parser.model.page.Page {
881
881
  private constructor();
882
+ get header(): Nullable<org.cru.godtools.shared.tool.parser.model.page.CardCollectionPage.Header>;
882
883
  get cards(): Array<org.cru.godtools.shared.tool.parser.model.page.CardCollectionPage.Card>;
883
884
  getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
884
885
  }
885
886
  namespace CardCollectionPage {
887
+ class Header /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ implements org.cru.godtools.shared.tool.parser.model.Parent {
888
+ private constructor();
889
+ get content(): Array<org.cru.godtools.shared.tool.parser.model.Content>;
890
+ readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"];
891
+ }
886
892
  class Card /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ implements org.cru.godtools.shared.tool.parser.model.Parent, org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents {
887
893
  private constructor();
888
894
  get page(): org.cru.godtools.shared.tool.parser.model.page.CardCollectionPage;
@@ -205,6 +205,11 @@
205
205
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
206
206
  initMetadataForCoroutine($sendCOROUTINE$3, CoroutineImpl);
207
207
  initMetadataForCoroutine($receiveCatchingCOROUTINE$5, CoroutineImpl);
208
+ function close$default(cause, $super) {
209
+ cause = cause === VOID ? null : cause;
210
+ return $super === VOID ? this.j11(cause) : $super.j11.call(this, cause);
211
+ }
212
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
208
213
  function cancel$default_0(cause, $super) {
209
214
  cause = cause === VOID ? null : cause;
210
215
  var tmp;
@@ -217,12 +222,7 @@
217
222
  return tmp;
218
223
  }
219
224
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
220
- function close$default(cause, $super) {
221
- cause = cause === VOID ? null : cause;
222
- return $super === VOID ? this.j11(cause) : $super.j11.call(this, cause);
223
- }
224
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
225
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
225
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
226
226
  initMetadataForClass(WaiterEB, 'WaiterEB');
227
227
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
228
228
  initMetadataForObject(Factory, 'Factory');
@@ -232,7 +232,7 @@
232
232
  initMetadataForClass(ChannelResult, 'ChannelResult');
233
233
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
234
234
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
235
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
235
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
236
236
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
237
237
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
238
238
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
@@ -299,7 +299,7 @@
299
299
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
300
300
  initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, VOID, [1]);
301
301
  initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);
302
- initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [KtList, Collection]);
302
+ initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [Collection, KtList]);
303
303
  initMetadataForClass(ScheduledMessageQueue, 'ScheduledMessageQueue', VOID, MessageQueue);
304
304
  initMetadataForClass(WindowMessageQueue, 'WindowMessageQueue', VOID, MessageQueue);
305
305
  initMetadataForClass(UnconfinedEventLoop, 'UnconfinedEventLoop', UnconfinedEventLoop, EventLoop);