@doordeck/doordeck-headless-sdk 0.177.0 → 0.178.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
|
@@ -921,7 +921,7 @@
|
|
|
921
921
|
initMetadataForClass(TileLocksResponse, 'TileLocksResponse');
|
|
922
922
|
//endregion
|
|
923
923
|
function ProjectVersion() {
|
|
924
|
-
this.d5u_1 = '0.
|
|
924
|
+
this.d5u_1 = '0.178.0';
|
|
925
925
|
}
|
|
926
926
|
var ProjectVersion_instance;
|
|
927
927
|
function ProjectVersion_getInstance() {
|
|
@@ -218,11 +218,6 @@
|
|
|
218
218
|
initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
|
|
219
219
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
220
220
|
initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
|
|
221
|
-
function close$default(cause, $super) {
|
|
222
|
-
cause = cause === VOID ? null : cause;
|
|
223
|
-
return $super === VOID ? this.j1a(cause) : $super.j1a.call(this, cause);
|
|
224
|
-
}
|
|
225
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
226
221
|
function cancel$default_0(cause, $super) {
|
|
227
222
|
cause = cause === VOID ? null : cause;
|
|
228
223
|
var tmp;
|
|
@@ -235,7 +230,12 @@
|
|
|
235
230
|
return tmp;
|
|
236
231
|
}
|
|
237
232
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
238
|
-
|
|
233
|
+
function close$default(cause, $super) {
|
|
234
|
+
cause = cause === VOID ? null : cause;
|
|
235
|
+
return $super === VOID ? this.j1a(cause) : $super.j1a.call(this, cause);
|
|
236
|
+
}
|
|
237
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
238
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
239
239
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
240
240
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
241
241
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
246
246
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
247
247
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
248
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
248
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
|
|
249
249
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
250
250
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
251
251
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
initMetadataForCoroutine($doSelectSuspendCOROUTINE$, CoroutineImpl);
|
|
272
272
|
initMetadataForCoroutine($completeCOROUTINE$, CoroutineImpl);
|
|
273
273
|
initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$, CoroutineImpl);
|
|
274
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
274
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
|
|
275
275
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
276
276
|
initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
|
|
277
277
|
initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
var ReadChannelContent = kotlin_io_ktor_ktor_http.$_$.t;
|
|
22
22
|
var initMetadataForCompanion = kotlin_kotlin.$_$.cb;
|
|
23
23
|
var println = kotlin_kotlin.$_$.m9;
|
|
24
|
+
var initMetadataForObject = kotlin_kotlin.$_$.hb;
|
|
24
25
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.j;
|
|
25
26
|
var OutgoingContent = kotlin_io_ktor_ktor_http.$_$.v;
|
|
26
27
|
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.r1;
|
|
@@ -35,7 +36,6 @@
|
|
|
35
36
|
var initMetadataForLambda = kotlin_kotlin.$_$.gb;
|
|
36
37
|
var Phases_getInstance = kotlin_io_ktor_ktor_client_core.$_$.d;
|
|
37
38
|
var isSuspendFunction = kotlin_kotlin.$_$.tb;
|
|
38
|
-
var initMetadataForObject = kotlin_kotlin.$_$.hb;
|
|
39
39
|
var HttpResponse = kotlin_io_ktor_ktor_client_core.$_$.i1;
|
|
40
40
|
var PipelinePhase = kotlin_io_ktor_ktor_utils.$_$.k;
|
|
41
41
|
var Phases_getInstance_0 = kotlin_io_ktor_ktor_client_core.$_$.e;
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
initMetadataForClass(LogLevel, 'LogLevel', VOID, Enum);
|
|
122
122
|
initMetadataForClass(LoggedContent, 'LoggedContent', VOID, ReadChannelContent);
|
|
123
123
|
initMetadataForCompanion(Companion);
|
|
124
|
-
|
|
124
|
+
initMetadataForObject(SimpleLogger, 'SimpleLogger');
|
|
125
125
|
initMetadataForClass(LoggingConfig, 'LoggingConfig', LoggingConfig);
|
|
126
126
|
initMetadataForClass(LoggingFormat, 'LoggingFormat', VOID, Enum);
|
|
127
127
|
initMetadataForClass(Context, 'Context', VOID, VOID, VOID, [1, 0]);
|
|
@@ -405,13 +405,17 @@
|
|
|
405
405
|
return Companion_instance;
|
|
406
406
|
}
|
|
407
407
|
function get_SIMPLE(_this__u8e3s4) {
|
|
408
|
-
return
|
|
408
|
+
return SimpleLogger_instance;
|
|
409
409
|
}
|
|
410
410
|
function SimpleLogger() {
|
|
411
411
|
}
|
|
412
412
|
protoOf(SimpleLogger).v4v = function (message) {
|
|
413
413
|
println('HttpClient: ' + message);
|
|
414
414
|
};
|
|
415
|
+
var SimpleLogger_instance;
|
|
416
|
+
function SimpleLogger_getInstance() {
|
|
417
|
+
return SimpleLogger_instance;
|
|
418
|
+
}
|
|
415
419
|
function get_ClientCallLogger() {
|
|
416
420
|
_init_properties_Logging_kt__66pui5();
|
|
417
421
|
return ClientCallLogger;
|
|
@@ -3180,6 +3184,7 @@
|
|
|
3180
3184
|
//endregion
|
|
3181
3185
|
//region block: init
|
|
3182
3186
|
Companion_instance = new Companion();
|
|
3187
|
+
SimpleLogger_instance = new SimpleLogger();
|
|
3183
3188
|
SendHook_instance = new SendHook();
|
|
3184
3189
|
ResponseAfterEncodingHook_instance = new ResponseAfterEncodingHook();
|
|
3185
3190
|
ResponseHook_instance = new ResponseHook();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doordeck/doordeck-headless-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.178.0",
|
|
4
4
|
"main": "kotlin/doordeck-sdk.js",
|
|
5
5
|
"types": "kotlin/doordeck-sdk.d.ts",
|
|
6
6
|
"devDependencies": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"asn1js": "3.0.6",
|
|
17
|
-
"pkijs": "3.
|
|
17
|
+
"pkijs": "3.3.3",
|
|
18
18
|
"ws": "8.18.3",
|
|
19
19
|
"@js-joda/core": "3.2.0",
|
|
20
20
|
"libsodium-wrappers-sumo": "0.7.13",
|