@doordeck/doordeck-headless-sdk 0.134.0 → 0.136.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/Kotlin-DateTime-library-kotlinx-datetime.js +1537 -1537
- package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +49 -49
- package/kotlin/MultiplatformSettings-multiplatform-settings.js +23 -23
- package/kotlin/doordeck-sdk.d.ts +666 -1298
- package/kotlin/doordeck-sdk.js +29860 -27427
- package/kotlin/kotlin-kotlin-stdlib.js +2376 -2227
- package/kotlin/kotlinx-atomicfu.js +18 -18
- package/kotlin/kotlinx-coroutines-core.js +2295 -2295
- package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +50 -50
- package/kotlin/kotlinx-io-kotlinx-io-core.js +470 -470
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1958 -1890
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1570 -1570
- package/kotlin/ktor-ktor-client-auth.js +472 -472
- package/kotlin/ktor-ktor-client-content-negotiation.js +219 -219
- package/kotlin/ktor-ktor-client-core.js +3026 -3026
- package/kotlin/ktor-ktor-client-logging.js +1196 -1196
- package/kotlin/ktor-ktor-events.js +12 -12
- package/kotlin/ktor-ktor-http-cio.js +534 -534
- package/kotlin/ktor-ktor-http.js +843 -843
- package/kotlin/ktor-ktor-io.js +1126 -1126
- package/kotlin/ktor-ktor-serialization-kotlinx-json.js +7 -7
- package/kotlin/ktor-ktor-serialization-kotlinx.js +283 -283
- package/kotlin/ktor-ktor-serialization.js +129 -129
- package/kotlin/ktor-ktor-utils.js +897 -895
- 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.$_$.yb;
|
|
5
|
+
var defineProp = kotlin_kotlin.$_$.oa;
|
|
6
|
+
var initMetadataForClass = kotlin_kotlin.$_$.wa;
|
|
7
|
+
var initMetadataForObject = kotlin_kotlin.$_$.cb;
|
|
8
8
|
var VOID = kotlin_kotlin.$_$.h;
|
|
9
|
-
var toString = kotlin_kotlin.$_$.
|
|
9
|
+
var toString = kotlin_kotlin.$_$.ah;
|
|
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.no_1 = tmp_1;
|
|
30
30
|
}
|
|
31
|
-
protoOf(atomicfu$AtomicRefArray$ref).
|
|
32
|
-
return this.
|
|
31
|
+
protoOf(atomicfu$AtomicRefArray$ref).oo = function () {
|
|
32
|
+
return this.no_1.length;
|
|
33
33
|
};
|
|
34
34
|
protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
|
|
35
|
-
return this.
|
|
35
|
+
return this.no_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).po = function (_set____db54di) {
|
|
64
64
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
65
65
|
};
|
|
66
|
-
protoOf(AtomicRef).
|
|
66
|
+
protoOf(AtomicRef).qo = 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).ro = function (_set____db54di) {
|
|
90
90
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
91
91
|
};
|
|
92
|
-
protoOf(AtomicBoolean).
|
|
92
|
+
protoOf(AtomicBoolean).qo = 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).so = function (_set____db54di) {
|
|
116
116
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
117
117
|
};
|
|
118
|
-
protoOf(AtomicLong).
|
|
118
|
+
protoOf(AtomicLong).qo = function () {
|
|
119
119
|
return this.kotlinx$atomicfu$value;
|
|
120
120
|
};
|
|
121
121
|
protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -165,10 +165,10 @@
|
|
|
165
165
|
function AtomicInt(value) {
|
|
166
166
|
this.kotlinx$atomicfu$value = value;
|
|
167
167
|
}
|
|
168
|
-
protoOf(AtomicInt).
|
|
168
|
+
protoOf(AtomicInt).to = function (_set____db54di) {
|
|
169
169
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
170
170
|
};
|
|
171
|
-
protoOf(AtomicInt).
|
|
171
|
+
protoOf(AtomicInt).qo = 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).oo);
|
|
236
236
|
//endregion
|
|
237
237
|
//region block: exports
|
|
238
238
|
_.$_$ = _.$_$ || {};
|