@doordeck/doordeck-headless-sdk 0.126.0 → 0.128.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.
@@ -312,7 +312,7 @@
312
312
  function addFormatStructureForTime(structure) {
313
313
  this.l64(structure);
314
314
  }
315
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
315
+ initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
316
316
  function offsetHours$default(padding, $super) {
317
317
  padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
318
318
  var tmp;
@@ -365,7 +365,7 @@
365
365
  return tmp;
366
366
  }
367
367
  initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
368
- initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithTime, WithUtcOffset]);
368
+ initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithUtcOffset, WithTime]);
369
369
  initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
370
370
  initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
371
371
  initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
@@ -837,7 +837,7 @@
837
837
  initMetadataForObject(CryptoManager, 'CryptoManager');
838
838
  //endregion
839
839
  function ProjectVersion() {
840
- this.d6h_1 = '0.126.0';
840
+ this.d6h_1 = '0.128.0';
841
841
  }
842
842
  var ProjectVersion_instance;
843
843
  function ProjectVersion_getInstance() {
@@ -259,7 +259,7 @@
259
259
  initMetadataForCoroutine($doSelectSuspendCOROUTINE$, CoroutineImpl);
260
260
  initMetadataForCoroutine($completeCOROUTINE$, CoroutineImpl);
261
261
  initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$, CoroutineImpl);
262
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
262
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
263
263
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
264
264
  initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
265
265
  initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doordeck/doordeck-headless-sdk",
3
- "version": "0.126.0",
3
+ "version": "0.128.0",
4
4
  "main": "kotlin/doordeck-sdk.js",
5
5
  "devDependencies": {
6
6
  "webpack": "5.94.0",