@doordeck/doordeck-headless-sdk 0.28.0 → 0.29.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/Kotlin-DateTime-library-kotlinx-datetime.js +2 -2
- package/kotlin/doordeck-sdk.d.ts +2 -2
- package/kotlin/doordeck-sdk.js +14 -8
- package/kotlin/doordeck-sdk.js.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin/kotlinx-coroutines-core.js +7 -7
- package/kotlin/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -200,6 +200,11 @@
|
|
|
200
200
|
initMetadataForCoroutine($hasNextCOROUTINE$6, CoroutineImpl);
|
|
201
201
|
initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
|
|
202
202
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
203
|
+
function close$default(cause, $super) {
|
|
204
|
+
cause = cause === VOID ? null : cause;
|
|
205
|
+
return $super === VOID ? this.j11(cause) : $super.j11.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
|
-
|
|
216
|
-
cause = cause === VOID ? null : cause;
|
|
217
|
-
return $super === VOID ? this.j11(cause) : $super.j11.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');
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
initMetadataForCoroutine($doSelectSuspendCOROUTINE$19, CoroutineImpl);
|
|
251
251
|
initMetadataForCoroutine($completeCOROUTINE$20, CoroutineImpl);
|
|
252
252
|
initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$21, CoroutineImpl);
|
|
253
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, CancelHandler, [CancelHandler,
|
|
253
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, CancelHandler, [CancelHandler, Waiter, SelectInstance], [0, 2]);
|
|
254
254
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
255
255
|
initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, [CoroutineDispatcher, Delay], [1]);
|
|
256
256
|
initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);
|