@doordeck/doordeck-headless-sdk 0.96.0 → 0.97.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.
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
function addFormatStructureForTime(structure) {
|
|
310
310
|
this.q5f(structure);
|
|
311
311
|
}
|
|
312
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
312
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
|
|
313
313
|
function offsetHours$default(padding, $super) {
|
|
314
314
|
padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
|
|
315
315
|
var tmp;
|
package/kotlin/doordeck-sdk.js
CHANGED
|
@@ -1031,6 +1031,7 @@
|
|
|
1031
1031
|
installContentNegotiation($this$HttpClient);
|
|
1032
1032
|
installTimeout($this$HttpClient);
|
|
1033
1033
|
installUserAgent($this$HttpClient);
|
|
1034
|
+
installResponseValidator($this$HttpClient);
|
|
1034
1035
|
installDefaultRequest($this$HttpClient, createFusionHttpClient$lambda$lambda);
|
|
1035
1036
|
return Unit_instance;
|
|
1036
1037
|
}
|
|
@@ -200,6 +200,11 @@
|
|
|
200
200
|
initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
|
|
201
201
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
202
202
|
initMetadataForCoroutine($sendCOROUTINE$3, CoroutineImpl);
|
|
203
|
+
function close$default(cause, $super) {
|
|
204
|
+
cause = cause === VOID ? null : cause;
|
|
205
|
+
return $super === VOID ? this.s15(cause) : $super.s15.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.s15(cause) : $super.s15.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');
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
228
228
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
229
229
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
230
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
230
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
|
|
231
231
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
232
232
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
233
233
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
initMetadataForCoroutine($doSelectSuspendCOROUTINE$23, CoroutineImpl);
|
|
254
254
|
initMetadataForCoroutine($completeCOROUTINE$24, CoroutineImpl);
|
|
255
255
|
initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$25, CoroutineImpl);
|
|
256
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
256
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
|
|
257
257
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
258
258
|
initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
|
|
259
259
|
initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);
|