@doordeck/doordeck-headless-sdk 0.100.0 → 0.101.0

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.
@@ -362,7 +362,7 @@
362
362
  return tmp;
363
363
  }
364
364
  initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
365
- initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithTime, WithDate, WithUtcOffset]);
365
+ initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithTime, WithUtcOffset, WithDate]);
366
366
  initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
367
367
  initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
368
368
  initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
@@ -200,6 +200,11 @@
200
200
  initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
201
201
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
202
202
  initMetadataForCoroutine($sendCOROUTINE$3, CoroutineImpl);
203
+ function close$default(cause, $super) {
204
+ cause = cause === VOID ? null : cause;
205
+ return $super === VOID ? this.s15(cause) : $super.s15.call(this, cause);
206
+ }
207
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
203
208
  function cancel$default_0(cause, $super) {
204
209
  cause = cause === VOID ? null : cause;
205
210
  var tmp;
@@ -212,12 +217,7 @@
212
217
  return tmp;
213
218
  }
214
219
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
215
- function close$default(cause, $super) {
216
- cause = cause === VOID ? null : cause;
217
- return $super === VOID ? this.s15(cause) : $super.s15.call(this, cause);
218
- }
219
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
220
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
220
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
221
221
  initMetadataForClass(WaiterEB, 'WaiterEB');
222
222
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
223
223
  initMetadataForObject(Factory, 'Factory');
@@ -227,7 +227,7 @@
227
227
  initMetadataForClass(ChannelResult, 'ChannelResult');
228
228
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
229
229
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
230
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
230
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
231
231
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
232
232
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
233
233
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doordeck/doordeck-headless-sdk",
3
- "version": "0.100.0",
3
+ "version": "0.101.0",
4
4
  "main": "kotlin/doordeck-sdk.js",
5
5
  "devDependencies": {
6
6
  "typescript": "5.5.4",