@doordeck/doordeck-headless-sdk 0.162.0 → 0.163.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 +50 -50
- package/kotlin/Kermit-kermit.js +5 -5
- package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +21 -21
- package/kotlin/MultiplatformSettings-multiplatform-settings.js +21 -21
- package/kotlin/doordeck-sdk.js +10121 -10121
- package/kotlin/kotlin-kotlin-stdlib.js +829 -964
- package/kotlin/kotlinx-atomicfu.js +15 -15
- package/kotlin/kotlinx-coroutines-core.js +1899 -1899
- package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +39 -39
- package/kotlin/kotlinx-io-kotlinx-io-core.js +462 -462
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1795 -1795
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1395 -1395
- package/kotlin/ktor-ktor-client-auth.js +241 -241
- package/kotlin/ktor-ktor-client-content-negotiation.js +146 -144
- package/kotlin/ktor-ktor-client-core.js +1831 -1819
- package/kotlin/ktor-ktor-client-logging.js +631 -631
- package/kotlin/ktor-ktor-events.js +9 -9
- package/kotlin/ktor-ktor-http-cio.js +339 -339
- package/kotlin/ktor-ktor-http.js +741 -745
- package/kotlin/ktor-ktor-io.js +621 -625
- package/kotlin/ktor-ktor-serialization-kotlinx-json.js +7 -7
- package/kotlin/ktor-ktor-serialization-kotlinx.js +136 -136
- package/kotlin/ktor-ktor-serialization.js +60 -60
- package/kotlin/ktor-ktor-utils.js +690 -696
- package/kotlin/ktor-ktor-websockets.js +43 -46
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
(function (_, kotlin_kotlin) {
|
|
2
2
|
'use strict';
|
|
3
3
|
//region block: imports
|
|
4
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
4
|
+
var protoOf = kotlin_kotlin.$_$.yb;
|
|
5
5
|
var defineProp = kotlin_kotlin.$_$.ra;
|
|
6
6
|
var initMetadataForClass = kotlin_kotlin.$_$.za;
|
|
7
7
|
var initMetadataForObject = kotlin_kotlin.$_$.fb;
|
|
8
8
|
var VOID = kotlin_kotlin.$_$.b;
|
|
9
|
-
var toString = kotlin_kotlin.$_$.
|
|
9
|
+
var toString = kotlin_kotlin.$_$.ah;
|
|
10
10
|
var equalsLong = kotlin_kotlin.$_$.u9;
|
|
11
11
|
var get_ONE = kotlin_kotlin.$_$.l9;
|
|
12
12
|
var add = kotlin_kotlin.$_$.m9;
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
tmp_1[tmp_0] = atomic$ref$1(null);
|
|
31
31
|
tmp_0 = tmp_0 + 1 | 0;
|
|
32
32
|
}
|
|
33
|
-
tmp.
|
|
33
|
+
tmp.wr_1 = tmp_1;
|
|
34
34
|
}
|
|
35
|
-
protoOf(atomicfu$AtomicRefArray$ref).
|
|
36
|
-
return this.
|
|
35
|
+
protoOf(atomicfu$AtomicRefArray$ref).xr = function () {
|
|
36
|
+
return this.wr_1.length;
|
|
37
37
|
};
|
|
38
38
|
protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
|
|
39
|
-
return this.
|
|
39
|
+
return this.wr_1[index];
|
|
40
40
|
};
|
|
41
41
|
function atomicfu$AtomicRefArray$ofNulls(size) {
|
|
42
42
|
return new atomicfu$AtomicRefArray$ref(size);
|
|
@@ -64,10 +64,10 @@
|
|
|
64
64
|
function AtomicInt(value) {
|
|
65
65
|
this.kotlinx$atomicfu$value = value;
|
|
66
66
|
}
|
|
67
|
-
protoOf(AtomicInt).
|
|
67
|
+
protoOf(AtomicInt).yr = function (_set____db54di) {
|
|
68
68
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
69
69
|
};
|
|
70
|
-
protoOf(AtomicInt).
|
|
70
|
+
protoOf(AtomicInt).zr = function () {
|
|
71
71
|
return this.kotlinx$atomicfu$value;
|
|
72
72
|
};
|
|
73
73
|
protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -117,10 +117,10 @@
|
|
|
117
117
|
function AtomicBoolean(value) {
|
|
118
118
|
this.kotlinx$atomicfu$value = value;
|
|
119
119
|
}
|
|
120
|
-
protoOf(AtomicBoolean).
|
|
120
|
+
protoOf(AtomicBoolean).as = function (_set____db54di) {
|
|
121
121
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
122
122
|
};
|
|
123
|
-
protoOf(AtomicBoolean).
|
|
123
|
+
protoOf(AtomicBoolean).zr = function () {
|
|
124
124
|
return this.kotlinx$atomicfu$value;
|
|
125
125
|
};
|
|
126
126
|
protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -143,10 +143,10 @@
|
|
|
143
143
|
function AtomicRef(value) {
|
|
144
144
|
this.kotlinx$atomicfu$value = value;
|
|
145
145
|
}
|
|
146
|
-
protoOf(AtomicRef).
|
|
146
|
+
protoOf(AtomicRef).bs = function (_set____db54di) {
|
|
147
147
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
148
148
|
};
|
|
149
|
-
protoOf(AtomicRef).
|
|
149
|
+
protoOf(AtomicRef).zr = function () {
|
|
150
150
|
return this.kotlinx$atomicfu$value;
|
|
151
151
|
};
|
|
152
152
|
protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -169,10 +169,10 @@
|
|
|
169
169
|
function AtomicLong(value) {
|
|
170
170
|
this.kotlinx$atomicfu$value = value;
|
|
171
171
|
}
|
|
172
|
-
protoOf(AtomicLong).
|
|
172
|
+
protoOf(AtomicLong).cs = function (_set____db54di) {
|
|
173
173
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
174
174
|
};
|
|
175
|
-
protoOf(AtomicLong).
|
|
175
|
+
protoOf(AtomicLong).zr = function () {
|
|
176
176
|
return this.kotlinx$atomicfu$value;
|
|
177
177
|
};
|
|
178
178
|
protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
return new AtomicLong(initial);
|
|
237
237
|
}
|
|
238
238
|
//region block: post-declaration
|
|
239
|
-
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).
|
|
239
|
+
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).xr);
|
|
240
240
|
//endregion
|
|
241
241
|
//region block: exports
|
|
242
242
|
_.$_$ = _.$_$ || {};
|