@doordeck/doordeck-headless-sdk 0.103.0 → 0.104.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.
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
return tmp;
|
|
363
363
|
}
|
|
364
364
|
initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
|
|
365
|
-
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithUtcOffset,
|
|
365
|
+
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithUtcOffset, WithTime, WithDate]);
|
|
366
366
|
initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
|
|
367
367
|
initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
|
|
368
368
|
initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
|
|
@@ -3373,14 +3373,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
3373
3373
|
function toTypedArray(_this__u8e3s4) {
|
|
3374
3374
|
return [].slice.call(_this__u8e3s4);
|
|
3375
3375
|
}
|
|
3376
|
-
function contentEquals_0(_this__u8e3s4, other) {
|
|
3377
|
-
return contentEqualsInternal(_this__u8e3s4, other);
|
|
3378
|
-
}
|
|
3379
|
-
function copyOfRange(_this__u8e3s4, fromIndex, toIndex) {
|
|
3380
|
-
Companion_instance_7.k4(fromIndex, toIndex, _this__u8e3s4.length);
|
|
3381
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
3382
|
-
return _this__u8e3s4.slice(fromIndex, toIndex);
|
|
3383
|
-
}
|
|
3384
3376
|
function sortWith(_this__u8e3s4, comparator) {
|
|
3385
3377
|
if (_this__u8e3s4.length > 1) {
|
|
3386
3378
|
sortArrayWith(_this__u8e3s4, comparator);
|
|
@@ -3394,6 +3386,11 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
3394
3386
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3395
3387
|
_this__u8e3s4.fill(element, fromIndex, toIndex);
|
|
3396
3388
|
}
|
|
3389
|
+
function copyOfRange(_this__u8e3s4, fromIndex, toIndex) {
|
|
3390
|
+
Companion_instance_7.k4(fromIndex, toIndex, _this__u8e3s4.length);
|
|
3391
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
3392
|
+
return _this__u8e3s4.slice(fromIndex, toIndex);
|
|
3393
|
+
}
|
|
3397
3394
|
function copyOf_7(_this__u8e3s4, newSize) {
|
|
3398
3395
|
// Inline function 'kotlin.require' call
|
|
3399
3396
|
if (!(newSize >= 0)) {
|
|
@@ -3406,6 +3403,9 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
3406
3403
|
var tmp1_elvis_lhs = _this__u8e3s4 == null ? null : joinToString_0(_this__u8e3s4, ', ', '[', ']');
|
|
3407
3404
|
return tmp1_elvis_lhs == null ? 'null' : tmp1_elvis_lhs;
|
|
3408
3405
|
}
|
|
3406
|
+
function contentEquals_0(_this__u8e3s4, other) {
|
|
3407
|
+
return contentEqualsInternal(_this__u8e3s4, other);
|
|
3408
|
+
}
|
|
3409
3409
|
function contentHashCode_0(_this__u8e3s4) {
|
|
3410
3410
|
return contentHashCodeInternal(_this__u8e3s4);
|
|
3411
3411
|
}
|
|
@@ -200,11 +200,6 @@
|
|
|
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]);
|
|
208
203
|
function cancel$default_0(cause, $super) {
|
|
209
204
|
cause = cause === VOID ? null : cause;
|
|
210
205
|
var tmp;
|
|
@@ -217,7 +212,12 @@
|
|
|
217
212
|
return tmp;
|
|
218
213
|
}
|
|
219
214
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
220
|
-
|
|
215
|
+
function close$default(cause, $super) {
|
|
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]);
|
|
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, ReceiveChannel, SendChannel], [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]);
|