@doordeck/doordeck-headless-sdk 0.143.0 → 0.144.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 +59 -59
- package/kotlin/Kermit-kermit.js +8 -8
- package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +47 -47
- package/kotlin/MultiplatformSettings-multiplatform-settings.js +22 -22
- package/kotlin/doordeck-sdk.d.ts +59 -59
- package/kotlin/doordeck-sdk.js +13232 -13151
- package/kotlin/kotlin-kotlin-stdlib.js +2489 -2263
- package/kotlin/kotlinx-atomicfu.js +24 -24
- package/kotlin/kotlinx-coroutines-core.js +2369 -2369
- package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +49 -49
- package/kotlin/kotlinx-io-kotlinx-io-core.js +498 -498
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1889 -1889
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1557 -1557
- package/kotlin/ktor-ktor-client-auth.js +471 -471
- package/kotlin/ktor-ktor-client-content-negotiation.js +215 -215
- package/kotlin/ktor-ktor-client-core.js +3032 -3032
- package/kotlin/ktor-ktor-client-logging.js +1193 -1193
- package/kotlin/ktor-ktor-events.js +11 -11
- package/kotlin/ktor-ktor-http-cio.js +546 -546
- package/kotlin/ktor-ktor-http.js +845 -845
- package/kotlin/ktor-ktor-io.js +1121 -1121
- package/kotlin/ktor-ktor-serialization-kotlinx-json.js +7 -7
- package/kotlin/ktor-ktor-serialization-kotlinx.js +269 -269
- package/kotlin/ktor-ktor-serialization.js +128 -128
- package/kotlin/ktor-ktor-utils.js +918 -905
- package/kotlin/ktor-ktor-websockets.js +53 -53
- 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.$_$.
|
|
5
|
-
var defineProp = kotlin_kotlin.$_$.
|
|
6
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
7
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
4
|
+
var protoOf = kotlin_kotlin.$_$.lb;
|
|
5
|
+
var defineProp = kotlin_kotlin.$_$.da;
|
|
6
|
+
var initMetadataForClass = kotlin_kotlin.$_$.la;
|
|
7
|
+
var initMetadataForObject = kotlin_kotlin.$_$.ra;
|
|
8
8
|
var VOID = kotlin_kotlin.$_$.h;
|
|
9
|
-
var toString = kotlin_kotlin.$_$.
|
|
9
|
+
var toString = kotlin_kotlin.$_$.ig;
|
|
10
10
|
//endregion
|
|
11
11
|
//region block: pre-declaration
|
|
12
12
|
initMetadataForClass(atomicfu$AtomicRefArray$ref, 'AtomicArray');
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
tmp_1[tmp_0] = atomic$ref$1(null);
|
|
27
27
|
tmp_0 = tmp_0 + 1 | 0;
|
|
28
28
|
}
|
|
29
|
-
tmp.
|
|
29
|
+
tmp.sp_1 = tmp_1;
|
|
30
30
|
}
|
|
31
|
-
protoOf(atomicfu$AtomicRefArray$ref).
|
|
32
|
-
return this.
|
|
31
|
+
protoOf(atomicfu$AtomicRefArray$ref).tp = function () {
|
|
32
|
+
return this.sp_1.length;
|
|
33
33
|
};
|
|
34
34
|
protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
|
|
35
|
-
return this.
|
|
35
|
+
return this.sp_1[index];
|
|
36
36
|
};
|
|
37
37
|
function atomicfu$AtomicRefArray$ofNulls(size) {
|
|
38
38
|
return new atomicfu$AtomicRefArray$ref(size);
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
function AtomicRef(value) {
|
|
61
61
|
this.kotlinx$atomicfu$value = value;
|
|
62
62
|
}
|
|
63
|
-
protoOf(AtomicRef).
|
|
63
|
+
protoOf(AtomicRef).up = function (_set____db54di) {
|
|
64
64
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
65
65
|
};
|
|
66
|
-
protoOf(AtomicRef).
|
|
66
|
+
protoOf(AtomicRef).vp = function () {
|
|
67
67
|
return this.kotlinx$atomicfu$value;
|
|
68
68
|
};
|
|
69
69
|
protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -86,10 +86,10 @@
|
|
|
86
86
|
function AtomicBoolean(value) {
|
|
87
87
|
this.kotlinx$atomicfu$value = value;
|
|
88
88
|
}
|
|
89
|
-
protoOf(AtomicBoolean).
|
|
89
|
+
protoOf(AtomicBoolean).wp = function (_set____db54di) {
|
|
90
90
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
91
91
|
};
|
|
92
|
-
protoOf(AtomicBoolean).
|
|
92
|
+
protoOf(AtomicBoolean).vp = function () {
|
|
93
93
|
return this.kotlinx$atomicfu$value;
|
|
94
94
|
};
|
|
95
95
|
protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -112,10 +112,10 @@
|
|
|
112
112
|
function AtomicLong(value) {
|
|
113
113
|
this.kotlinx$atomicfu$value = value;
|
|
114
114
|
}
|
|
115
|
-
protoOf(AtomicLong).
|
|
115
|
+
protoOf(AtomicLong).xp = function (_set____db54di) {
|
|
116
116
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
117
117
|
};
|
|
118
|
-
protoOf(AtomicLong).
|
|
118
|
+
protoOf(AtomicLong).vp = function () {
|
|
119
119
|
return this.kotlinx$atomicfu$value;
|
|
120
120
|
};
|
|
121
121
|
protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -131,29 +131,29 @@
|
|
|
131
131
|
};
|
|
132
132
|
protoOf(AtomicLong).atomicfu$getAndIncrement$long = function () {
|
|
133
133
|
var _unary__edvuaz = this.kotlinx$atomicfu$value;
|
|
134
|
-
this.kotlinx$atomicfu$value = _unary__edvuaz.
|
|
134
|
+
this.kotlinx$atomicfu$value = _unary__edvuaz.h3();
|
|
135
135
|
return _unary__edvuaz;
|
|
136
136
|
};
|
|
137
137
|
protoOf(AtomicLong).atomicfu$getAndDecrement$long = function () {
|
|
138
138
|
var _unary__edvuaz = this.kotlinx$atomicfu$value;
|
|
139
|
-
this.kotlinx$atomicfu$value = _unary__edvuaz.
|
|
139
|
+
this.kotlinx$atomicfu$value = _unary__edvuaz.i3();
|
|
140
140
|
return _unary__edvuaz;
|
|
141
141
|
};
|
|
142
142
|
protoOf(AtomicLong).atomicfu$getAndAdd$long = function (delta) {
|
|
143
143
|
var oldValue = this.kotlinx$atomicfu$value;
|
|
144
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.
|
|
144
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.c3(delta);
|
|
145
145
|
return oldValue;
|
|
146
146
|
};
|
|
147
147
|
protoOf(AtomicLong).atomicfu$addAndGet$long = function (delta) {
|
|
148
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.
|
|
148
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.c3(delta);
|
|
149
149
|
return this.kotlinx$atomicfu$value;
|
|
150
150
|
};
|
|
151
151
|
protoOf(AtomicLong).atomicfu$incrementAndGet$long = function () {
|
|
152
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.
|
|
152
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.h3();
|
|
153
153
|
return this.kotlinx$atomicfu$value;
|
|
154
154
|
};
|
|
155
155
|
protoOf(AtomicLong).atomicfu$decrementAndGet$long = function () {
|
|
156
|
-
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.
|
|
156
|
+
this.kotlinx$atomicfu$value = this.kotlinx$atomicfu$value.i3();
|
|
157
157
|
return this.kotlinx$atomicfu$value;
|
|
158
158
|
};
|
|
159
159
|
protoOf(AtomicLong).toString = function () {
|
|
@@ -165,10 +165,10 @@
|
|
|
165
165
|
function AtomicInt(value) {
|
|
166
166
|
this.kotlinx$atomicfu$value = value;
|
|
167
167
|
}
|
|
168
|
-
protoOf(AtomicInt).
|
|
168
|
+
protoOf(AtomicInt).yp = function (_set____db54di) {
|
|
169
169
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
170
170
|
};
|
|
171
|
-
protoOf(AtomicInt).
|
|
171
|
+
protoOf(AtomicInt).vp = function () {
|
|
172
172
|
return this.kotlinx$atomicfu$value;
|
|
173
173
|
};
|
|
174
174
|
protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
return new AtomicInt(initial);
|
|
233
233
|
}
|
|
234
234
|
//region block: post-declaration
|
|
235
|
-
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).
|
|
235
|
+
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).tp);
|
|
236
236
|
//endregion
|
|
237
237
|
//region block: exports
|
|
238
238
|
_.$_$ = _.$_$ || {};
|