@doordeck/doordeck-headless-sdk 0.206.0 → 0.207.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.
|
@@ -233,6 +233,11 @@
|
|
|
233
233
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
234
234
|
initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
|
|
235
235
|
initMetadataForCoroutine($receiveCOROUTINE$, CoroutineImpl);
|
|
236
|
+
function close$default(cause, $super) {
|
|
237
|
+
cause = cause === VOID ? null : cause;
|
|
238
|
+
return $super === VOID ? this.b1d(cause) : $super.b1d.call(this, cause);
|
|
239
|
+
}
|
|
240
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
236
241
|
function cancel$default_0(cause, $super) {
|
|
237
242
|
cause = cause === VOID ? null : cause;
|
|
238
243
|
var tmp;
|
|
@@ -245,12 +250,7 @@
|
|
|
245
250
|
return tmp;
|
|
246
251
|
}
|
|
247
252
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
248
|
-
|
|
249
|
-
cause = cause === VOID ? null : cause;
|
|
250
|
-
return $super === VOID ? this.b1d(cause) : $super.b1d.call(this, cause);
|
|
251
|
-
}
|
|
252
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
253
|
-
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
253
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
|
|
254
254
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
255
255
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
256
256
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
261
261
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
262
262
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
263
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [
|
|
263
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [SendChannel, ReceiveChannel], [1, 0]);
|
|
264
264
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
265
265
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
266
266
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ProducerScope], [1, 0]);
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
initMetadataForCoroutine($doSelectSuspendCOROUTINE$, CoroutineImpl);
|
|
287
287
|
initMetadataForCoroutine($completeCOROUTINE$, CoroutineImpl);
|
|
288
288
|
initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$, CoroutineImpl);
|
|
289
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
289
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
|
|
290
290
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
291
291
|
initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
|
|
292
292
|
initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
var _ChannelResult___get_isClosed__impl__mg7kuu = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.a;
|
|
84
84
|
var close$default = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.t;
|
|
85
85
|
var cancel$default = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.s;
|
|
86
|
-
var ReceiveChannel = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.z;
|
|
87
86
|
var SendChannel = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.a1;
|
|
87
|
+
var ReceiveChannel = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.z;
|
|
88
88
|
var RuntimeException = kotlin_kotlin.$_$.ig;
|
|
89
89
|
var RuntimeException_init_$Init$ = kotlin_kotlin.$_$.a5;
|
|
90
90
|
var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.i3;
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
initMetadataForClass(ChannelConfig, 'ChannelConfig');
|
|
129
129
|
initMetadataForClass(ChannelOverflow, 'ChannelOverflow', VOID, Enum);
|
|
130
130
|
initMetadataForCompanion(Companion_4);
|
|
131
|
-
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [
|
|
131
|
+
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 0]);
|
|
132
132
|
initMetadataForClass(ChannelOverflowException, 'ChannelOverflowException', VOID, RuntimeException);
|
|
133
133
|
initMetadataForInterface(WebSocketExtension, 'WebSocketExtension');
|
|
134
134
|
initMetadataForClass(WebSocketExtensionsConfig, 'WebSocketExtensionsConfig', WebSocketExtensionsConfig);
|