@doordeck/doordeck-headless-sdk 0.131.0 → 0.132.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.
|
@@ -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, WithUtcOffset,
|
|
368
|
+
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithUtcOffset, WithDate, WithTime]);
|
|
369
369
|
initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
|
|
370
370
|
initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
|
|
371
371
|
initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
|
package/kotlin/doordeck-sdk.d.ts
CHANGED
|
@@ -191,6 +191,13 @@ export declare namespace com.doordeck.multiplatform.sdk.exceptions {
|
|
|
191
191
|
namespace LockedException.$metadata$ {
|
|
192
192
|
const constructor: abstract new () => LockedException;
|
|
193
193
|
}
|
|
194
|
+
class UnprocessableEntityException extends com.doordeck.multiplatform.sdk.exceptions.SdkException.$metadata$.constructor {
|
|
195
|
+
constructor(message: string);
|
|
196
|
+
}
|
|
197
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
198
|
+
namespace UnprocessableEntityException.$metadata$ {
|
|
199
|
+
const constructor: abstract new () => UnprocessableEntityException;
|
|
200
|
+
}
|
|
194
201
|
class TooEarlyException extends com.doordeck.multiplatform.sdk.exceptions.SdkException.$metadata$.constructor {
|
|
195
202
|
constructor(message: string);
|
|
196
203
|
}
|