@doordeck/doordeck-headless-sdk 0.78.0 → 0.79.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/Kotlin-DateTime-library-kotlinx-datetime.js +1343 -1343
- package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +35 -35
- package/kotlin/MultiplatformSettings-multiplatform-settings.js +9 -9
- package/kotlin/doordeck-sdk.d.ts +4 -0
- package/kotlin/doordeck-sdk.js +11570 -11569
- package/kotlin/kotlin-kotlin-stdlib.js +2792 -2291
- package/kotlin/kotlinx-atomicfu.js +19 -19
- package/kotlin/kotlinx-coroutines-core.js +2805 -2189
- package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +198 -2
- package/kotlin/kotlinx-io-kotlinx-io-core.js +536 -463
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1939 -1939
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1733 -1684
- package/kotlin/ktor-ktor-client-ktor-client-core.js +3455 -3134
- package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-auth.js +540 -438
- package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.js +372 -271
- package/kotlin/ktor-ktor-http-ktor-http-cio.js +2017 -0
- package/kotlin/ktor-ktor-http.js +1012 -906
- package/kotlin/ktor-ktor-io.js +1853 -859
- package/kotlin/ktor-ktor-shared-ktor-events.js +13 -13
- package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.js +8 -8
- package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.js +282 -282
- package/kotlin/ktor-ktor-shared-ktor-serialization.js +137 -137
- package/kotlin/ktor-ktor-shared-ktor-websockets.js +57 -57
- package/kotlin/ktor-ktor-utils.js +758 -669
- package/package.json +2 -2
- package/kotlin/kotlin-kotlinx-atomicfu-runtime.js +0 -6
- package/kotlin/ktor-ktor-client-ktor-client-js.js +0 -6
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
(function (_, kotlin_kotlin) {
|
|
2
2
|
'use strict';
|
|
3
3
|
//region block: imports
|
|
4
|
-
var fillArrayVal = kotlin_kotlin.$_$.
|
|
5
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
6
|
-
var defineProp = kotlin_kotlin.$_$.
|
|
7
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
8
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
4
|
+
var fillArrayVal = kotlin_kotlin.$_$.la;
|
|
5
|
+
var protoOf = kotlin_kotlin.$_$.sb;
|
|
6
|
+
var defineProp = kotlin_kotlin.$_$.ia;
|
|
7
|
+
var initMetadataForClass = kotlin_kotlin.$_$.ra;
|
|
8
|
+
var initMetadataForObject = kotlin_kotlin.$_$.xa;
|
|
9
9
|
var VOID = kotlin_kotlin.$_$.h;
|
|
10
|
-
var toString = kotlin_kotlin.$_$.
|
|
10
|
+
var toString = kotlin_kotlin.$_$.og;
|
|
11
11
|
//endregion
|
|
12
12
|
//region block: pre-declaration
|
|
13
13
|
initMetadataForClass(atomicfu$AtomicRefArray$ref, 'AtomicArray');
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
tmp_1[tmp_0] = atomic$ref$1(null);
|
|
28
28
|
tmp_0 = tmp_0 + 1 | 0;
|
|
29
29
|
}
|
|
30
|
-
tmp.
|
|
30
|
+
tmp.un_1 = tmp_1;
|
|
31
31
|
}
|
|
32
|
-
protoOf(atomicfu$AtomicRefArray$ref).
|
|
33
|
-
return this.
|
|
32
|
+
protoOf(atomicfu$AtomicRefArray$ref).vn = function () {
|
|
33
|
+
return this.un_1.length;
|
|
34
34
|
};
|
|
35
35
|
protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
|
|
36
|
-
return this.
|
|
36
|
+
return this.un_1[index];
|
|
37
37
|
};
|
|
38
38
|
function atomicfu$AtomicRefArray$ofNulls(size) {
|
|
39
39
|
return new atomicfu$AtomicRefArray$ref(size);
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
function AtomicRef(value) {
|
|
62
62
|
this.kotlinx$atomicfu$value = value;
|
|
63
63
|
}
|
|
64
|
-
protoOf(AtomicRef).
|
|
64
|
+
protoOf(AtomicRef).wn = function (_set____db54di) {
|
|
65
65
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
66
66
|
};
|
|
67
|
-
protoOf(AtomicRef).
|
|
67
|
+
protoOf(AtomicRef).xn = function () {
|
|
68
68
|
return this.kotlinx$atomicfu$value;
|
|
69
69
|
};
|
|
70
70
|
protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
function AtomicBoolean(value) {
|
|
88
88
|
this.kotlinx$atomicfu$value = value;
|
|
89
89
|
}
|
|
90
|
-
protoOf(AtomicBoolean).
|
|
90
|
+
protoOf(AtomicBoolean).yn = function (_set____db54di) {
|
|
91
91
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
92
92
|
};
|
|
93
|
-
protoOf(AtomicBoolean).
|
|
93
|
+
protoOf(AtomicBoolean).xn = function () {
|
|
94
94
|
return this.kotlinx$atomicfu$value;
|
|
95
95
|
};
|
|
96
96
|
protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -113,10 +113,10 @@
|
|
|
113
113
|
function AtomicLong(value) {
|
|
114
114
|
this.kotlinx$atomicfu$value = value;
|
|
115
115
|
}
|
|
116
|
-
protoOf(AtomicLong).
|
|
116
|
+
protoOf(AtomicLong).zn = function (_set____db54di) {
|
|
117
117
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
118
118
|
};
|
|
119
|
-
protoOf(AtomicLong).
|
|
119
|
+
protoOf(AtomicLong).xn = function () {
|
|
120
120
|
return this.kotlinx$atomicfu$value;
|
|
121
121
|
};
|
|
122
122
|
protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -166,10 +166,10 @@
|
|
|
166
166
|
function AtomicInt(value) {
|
|
167
167
|
this.kotlinx$atomicfu$value = value;
|
|
168
168
|
}
|
|
169
|
-
protoOf(AtomicInt).
|
|
169
|
+
protoOf(AtomicInt).ao = function (_set____db54di) {
|
|
170
170
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
171
171
|
};
|
|
172
|
-
protoOf(AtomicInt).
|
|
172
|
+
protoOf(AtomicInt).xn = function () {
|
|
173
173
|
return this.kotlinx$atomicfu$value;
|
|
174
174
|
};
|
|
175
175
|
protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
return new AtomicInt(initial);
|
|
234
234
|
}
|
|
235
235
|
//region block: post-declaration
|
|
236
|
-
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).
|
|
236
|
+
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).vn);
|
|
237
237
|
//endregion
|
|
238
238
|
//region block: exports
|
|
239
239
|
_.$_$ = _.$_$ || {};
|