@doordeck/doordeck-headless-sdk 0.188.0 → 0.189.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/kotlin/doordeck-sdk.js
CHANGED
|
@@ -918,7 +918,7 @@
|
|
|
918
918
|
initMetadataForClass(TileLocksResponse, 'TileLocksResponse');
|
|
919
919
|
//endregion
|
|
920
920
|
function ProjectVersion() {
|
|
921
|
-
this.m5t_1 = '0.
|
|
921
|
+
this.m5t_1 = '0.189.0';
|
|
922
922
|
}
|
|
923
923
|
var ProjectVersion_instance;
|
|
924
924
|
function ProjectVersion_getInstance() {
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
initMetadataForCoroutine($doSelectSuspendCOROUTINE$, CoroutineImpl);
|
|
268
268
|
initMetadataForCoroutine($completeCOROUTINE$, CoroutineImpl);
|
|
269
269
|
initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$, CoroutineImpl);
|
|
270
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
270
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
|
|
271
271
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
272
272
|
initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
|
|
273
273
|
initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);
|