@doordeck/doordeck-headless-sdk 0.122.0 → 0.124.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.
- package/README.md +1 -1
- package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +2 -2
- package/kotlin/doordeck-sdk.js +5128 -5069
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,4 +28,4 @@ The SDK supports a range of targets for different platforms:
|
|
|
28
28
|
To start using the Doordeck Headless SDK, refer to the [documentation index](https://developer.doordeck.com/docs/category/kotlin-multiplatform-sdk) for detailed setup and usage instructions tailored to your platform.
|
|
29
29
|
|
|
30
30
|
## Samples
|
|
31
|
-
We provide samples for different targets, where you can see how the SDK can be used in fully functional projects. For more information, please see the [samples page](https://developer.doordeck.com/docs/kotlin-multiplatform-sdk/samples).
|
|
31
|
+
We provide samples for different targets, where you can see how the SDK can be used in fully functional projects. For more information, please see the [samples page](https://developer.doordeck.com/docs/kotlin-multiplatform-sdk/samples).
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
function addFormatStructureForTime(structure) {
|
|
313
313
|
this.l64(structure);
|
|
314
314
|
}
|
|
315
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
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, WithTime,
|
|
368
|
+
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithTime, WithUtcOffset, WithDate]);
|
|
369
369
|
initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
|
|
370
370
|
initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
|
|
371
371
|
initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
|