@doordeck/doordeck-headless-sdk 0.187.0 → 0.189.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/Kermit-kermit-core.js +56 -56
- package/kotlin/Kermit-kermit.js +7 -7
- package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +42 -42
- package/kotlin/MultiplatformSettings-multiplatform-settings.js +22 -22
- package/kotlin/doordeck-sdk.d.ts +37 -37
- package/kotlin/doordeck-sdk.js +12308 -12323
- package/kotlin/kotlin-kotlin-stdlib.js +2495 -2458
- package/kotlin/kotlinx-atomicfu.js +20 -21
- package/kotlin/kotlinx-coroutines-core.js +2292 -2310
- package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +43 -43
- package/kotlin/kotlinx-io-kotlinx-io-core.js +582 -588
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1826 -1831
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1465 -1468
- package/kotlin/ktor-ktor-client-auth.js +444 -444
- package/kotlin/ktor-ktor-client-content-negotiation.js +203 -203
- package/kotlin/ktor-ktor-client-core.js +3109 -3111
- package/kotlin/ktor-ktor-client-logging.js +1118 -1119
- package/kotlin/ktor-ktor-events.js +11 -11
- package/kotlin/ktor-ktor-http-cio.js +537 -539
- package/kotlin/ktor-ktor-http.js +778 -778
- package/kotlin/ktor-ktor-io.js +1106 -1109
- package/kotlin/ktor-ktor-serialization-kotlinx-json.js +6 -6
- package/kotlin/ktor-ktor-serialization-kotlinx.js +246 -246
- package/kotlin/ktor-ktor-serialization.js +120 -120
- package/kotlin/ktor-ktor-utils.js +857 -857
- package/kotlin/ktor-ktor-websockets.js +48 -48
- package/package.json +1 -1
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
(function (_, kotlin_kotlin) {
|
|
2
2
|
'use strict';
|
|
3
3
|
//region block: imports
|
|
4
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
5
|
-
var defineProp = kotlin_kotlin.$_$.
|
|
6
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
7
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
4
|
+
var protoOf = kotlin_kotlin.$_$.xb;
|
|
5
|
+
var defineProp = kotlin_kotlin.$_$.ra;
|
|
6
|
+
var initMetadataForClass = kotlin_kotlin.$_$.ab;
|
|
7
|
+
var initMetadataForObject = kotlin_kotlin.$_$.gb;
|
|
8
8
|
var VOID = kotlin_kotlin.$_$.b;
|
|
9
|
-
var toString = kotlin_kotlin.$_$.
|
|
10
|
-
var equalsLong = kotlin_kotlin.$_$.x9;
|
|
9
|
+
var toString = kotlin_kotlin.$_$.yg;
|
|
11
10
|
var get_ONE = kotlin_kotlin.$_$.o9;
|
|
12
11
|
var add = kotlin_kotlin.$_$.p9;
|
|
13
|
-
var subtract = kotlin_kotlin.$_$.
|
|
12
|
+
var subtract = kotlin_kotlin.$_$.da;
|
|
14
13
|
//endregion
|
|
15
14
|
//region block: pre-declaration
|
|
16
15
|
initMetadataForClass(atomicfu$AtomicRefArray$ref, 'AtomicArray');
|
|
@@ -30,13 +29,13 @@
|
|
|
30
29
|
tmp_1[tmp_0] = atomic$ref$1(null);
|
|
31
30
|
tmp_0 = tmp_0 + 1 | 0;
|
|
32
31
|
}
|
|
33
|
-
tmp.
|
|
32
|
+
tmp.rr_1 = tmp_1;
|
|
34
33
|
}
|
|
35
|
-
protoOf(atomicfu$AtomicRefArray$ref).
|
|
36
|
-
return this.
|
|
34
|
+
protoOf(atomicfu$AtomicRefArray$ref).sr = function () {
|
|
35
|
+
return this.rr_1.length;
|
|
37
36
|
};
|
|
38
37
|
protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
|
|
39
|
-
return this.
|
|
38
|
+
return this.rr_1[index];
|
|
40
39
|
};
|
|
41
40
|
function atomicfu$AtomicRefArray$ofNulls(size) {
|
|
42
41
|
return new atomicfu$AtomicRefArray$ref(size);
|
|
@@ -64,10 +63,10 @@
|
|
|
64
63
|
function AtomicInt(value) {
|
|
65
64
|
this.kotlinx$atomicfu$value = value;
|
|
66
65
|
}
|
|
67
|
-
protoOf(AtomicInt).
|
|
66
|
+
protoOf(AtomicInt).tr = function (_set____db54di) {
|
|
68
67
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
69
68
|
};
|
|
70
|
-
protoOf(AtomicInt).
|
|
69
|
+
protoOf(AtomicInt).ur = function () {
|
|
71
70
|
return this.kotlinx$atomicfu$value;
|
|
72
71
|
};
|
|
73
72
|
protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -117,10 +116,10 @@
|
|
|
117
116
|
function AtomicBoolean(value) {
|
|
118
117
|
this.kotlinx$atomicfu$value = value;
|
|
119
118
|
}
|
|
120
|
-
protoOf(AtomicBoolean).
|
|
119
|
+
protoOf(AtomicBoolean).vr = function (_set____db54di) {
|
|
121
120
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
122
121
|
};
|
|
123
|
-
protoOf(AtomicBoolean).
|
|
122
|
+
protoOf(AtomicBoolean).ur = function () {
|
|
124
123
|
return this.kotlinx$atomicfu$value;
|
|
125
124
|
};
|
|
126
125
|
protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -143,10 +142,10 @@
|
|
|
143
142
|
function AtomicRef(value) {
|
|
144
143
|
this.kotlinx$atomicfu$value = value;
|
|
145
144
|
}
|
|
146
|
-
protoOf(AtomicRef).
|
|
145
|
+
protoOf(AtomicRef).wr = function (_set____db54di) {
|
|
147
146
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
148
147
|
};
|
|
149
|
-
protoOf(AtomicRef).
|
|
148
|
+
protoOf(AtomicRef).ur = function () {
|
|
150
149
|
return this.kotlinx$atomicfu$value;
|
|
151
150
|
};
|
|
152
151
|
protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -169,14 +168,14 @@
|
|
|
169
168
|
function AtomicLong(value) {
|
|
170
169
|
this.kotlinx$atomicfu$value = value;
|
|
171
170
|
}
|
|
172
|
-
protoOf(AtomicLong).
|
|
171
|
+
protoOf(AtomicLong).xr = function (_set____db54di) {
|
|
173
172
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
174
173
|
};
|
|
175
|
-
protoOf(AtomicLong).
|
|
174
|
+
protoOf(AtomicLong).ur = function () {
|
|
176
175
|
return this.kotlinx$atomicfu$value;
|
|
177
176
|
};
|
|
178
177
|
protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
|
|
179
|
-
if (!
|
|
178
|
+
if (!(this.kotlinx$atomicfu$value === expect))
|
|
180
179
|
return false;
|
|
181
180
|
this.kotlinx$atomicfu$value = update;
|
|
182
181
|
return true;
|
|
@@ -236,7 +235,7 @@
|
|
|
236
235
|
return new AtomicLong(initial);
|
|
237
236
|
}
|
|
238
237
|
//region block: post-declaration
|
|
239
|
-
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).
|
|
238
|
+
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).sr);
|
|
240
239
|
//endregion
|
|
241
240
|
//region block: exports
|
|
242
241
|
_.$_$ = _.$_$ || {};
|