@doordeck/doordeck-headless-sdk 0.51.0 → 0.53.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.
Files changed (27) hide show
  1. package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +1323 -1323
  2. package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +35 -35
  3. package/kotlin/MultiplatformSettings-multiplatform-settings.js +9 -9
  4. package/kotlin/doordeck-sdk.d.ts +11 -4
  5. package/kotlin/doordeck-sdk.js +13410 -13255
  6. package/kotlin/kotlin-kotlin-stdlib.js +1845 -2257
  7. package/kotlin/kotlinx-atomicfu.js +19 -19
  8. package/kotlin/kotlinx-coroutines-core.js +1918 -1918
  9. package/kotlin/kotlinx-io-kotlinx-io-core.js +454 -454
  10. package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1937 -1937
  11. package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1541 -1541
  12. package/kotlin/ktor-ktor-client-ktor-client-core.js +2846 -2847
  13. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-auth.js +403 -400
  14. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.js +210 -210
  15. package/kotlin/ktor-ktor-http.js +814 -814
  16. package/kotlin/ktor-ktor-io.js +667 -667
  17. package/kotlin/ktor-ktor-shared-ktor-events.js +12 -12
  18. package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.js +8 -8
  19. package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.js +271 -271
  20. package/kotlin/ktor-ktor-shared-ktor-serialization.js +127 -127
  21. package/kotlin/ktor-ktor-shared-ktor-websockets.js +55 -55
  22. package/kotlin/ktor-ktor-utils.js +632 -632
  23. package/package.json +1 -1
  24. package/kotlin/Stately-stately-concurrency.js +0 -30
  25. package/kotlin/Stately-stately-concurrent-collections.js +0 -302
  26. package/kotlin/Stately-stately-strict.js +0 -10
  27. package/kotlin/projects-core-koin-core.js +0 -1147
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doordeck/doordeck-headless-sdk",
3
- "version": "0.51.0",
3
+ "version": "0.53.0",
4
4
  "main": "kotlin/doordeck-sdk.js",
5
5
  "devDependencies": {
6
6
  "typescript": "5.5.4",
@@ -1,30 +0,0 @@
1
- (function (_, kotlin_kotlin) {
2
- 'use strict';
3
- //region block: imports
4
- var protoOf = kotlin_kotlin.$_$.pb;
5
- var initMetadataForClass = kotlin_kotlin.$_$.pa;
6
- //endregion
7
- //region block: pre-declaration
8
- initMetadataForClass(ThreadLocalRef, 'ThreadLocalRef', ThreadLocalRef);
9
- //endregion
10
- function set_value(_this__u8e3s4, value) {
11
- _this__u8e3s4.v56(value);
12
- }
13
- function ThreadLocalRef() {
14
- this.u56_1 = null;
15
- }
16
- protoOf(ThreadLocalRef).p4 = function () {
17
- set_value(this, null);
18
- };
19
- protoOf(ThreadLocalRef).uv = function () {
20
- return this.u56_1;
21
- };
22
- protoOf(ThreadLocalRef).v56 = function (value) {
23
- this.u56_1 = value;
24
- };
25
- //region block: exports
26
- _.$_$ = _.$_$ || {};
27
- _.$_$.a = ThreadLocalRef;
28
- //endregion
29
- return _;
30
- }(module.exports, require('./kotlin-kotlin-stdlib.js')));
@@ -1,302 +0,0 @@
1
- (function (_, kotlin_kotlin) {
2
- 'use strict';
3
- //region block: imports
4
- var Unit_instance = kotlin_kotlin.$_$.l5;
5
- var VOID = kotlin_kotlin.$_$.h;
6
- var protoOf = kotlin_kotlin.$_$.pb;
7
- var Collection = kotlin_kotlin.$_$.n5;
8
- var initMetadataForClass = kotlin_kotlin.$_$.pa;
9
- var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.z;
10
- var objectCreate = kotlin_kotlin.$_$.ob;
11
- var asJsReadonlyMapView = kotlin_kotlin.$_$.u5;
12
- var KtMutableMap = kotlin_kotlin.$_$.x5;
13
- var LinkedHashSet_init_$Create$ = kotlin_kotlin.$_$.b1;
14
- var KtMutableSet = kotlin_kotlin.$_$.y5;
15
- //endregion
16
- //region block: pre-declaration
17
- initMetadataForClass(ConcurrentMutableCollection, 'ConcurrentMutableCollection', VOID, VOID, [Collection]);
18
- initMetadataForClass(ConcurrentMutableIterator, 'ConcurrentMutableIterator');
19
- initMetadataForClass(ConcurrentMutableMap, 'ConcurrentMutableMap', ConcurrentMutableMap_init_$Create$, VOID, [KtMutableMap]);
20
- initMetadataForClass(ConcurrentMutableSet, 'ConcurrentMutableSet', ConcurrentMutableSet_init_$Create$, ConcurrentMutableCollection, [ConcurrentMutableCollection, KtMutableSet]);
21
- //endregion
22
- function ConcurrentMutableCollection$_get_size_$lambda_dssf9y(this$0) {
23
- return function () {
24
- return this$0.w56_1.s();
25
- };
26
- }
27
- function ConcurrentMutableCollection$contains$lambda(this$0, $element) {
28
- return function () {
29
- return this$0.w56_1.x1($element);
30
- };
31
- }
32
- function ConcurrentMutableCollection$containsAll$lambda(this$0, $elements) {
33
- return function () {
34
- return this$0.w56_1.y1($elements);
35
- };
36
- }
37
- function ConcurrentMutableCollection$isEmpty$lambda(this$0) {
38
- return function () {
39
- return this$0.w56_1.h();
40
- };
41
- }
42
- function ConcurrentMutableCollection$add$lambda(this$0, $element) {
43
- return function () {
44
- return this$0.w56_1.k($element);
45
- };
46
- }
47
- function ConcurrentMutableCollection$addAll$lambda(this$0, $elements) {
48
- return function () {
49
- return this$0.w56_1.t($elements);
50
- };
51
- }
52
- function ConcurrentMutableCollection$clear$lambda(this$0) {
53
- return function () {
54
- this$0.w56_1.e2();
55
- return Unit_instance;
56
- };
57
- }
58
- function ConcurrentMutableCollection$iterator$lambda(this$0) {
59
- return function () {
60
- return new ConcurrentMutableIterator(this$0.x56_1, this$0.w56_1.p());
61
- };
62
- }
63
- function ConcurrentMutableCollection(rootArg, del) {
64
- rootArg = rootArg === VOID ? null : rootArg;
65
- this.w56_1 = del;
66
- var tmp = this;
67
- tmp.x56_1 = rootArg == null ? this : rootArg;
68
- }
69
- protoOf(ConcurrentMutableCollection).s = function () {
70
- this.x56_1;
71
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
72
- return ConcurrentMutableCollection$_get_size_$lambda_dssf9y(this)();
73
- };
74
- protoOf(ConcurrentMutableCollection).x1 = function (element) {
75
- this.x56_1;
76
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
77
- return ConcurrentMutableCollection$contains$lambda(this, element)();
78
- };
79
- protoOf(ConcurrentMutableCollection).y1 = function (elements) {
80
- this.x56_1;
81
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
82
- return ConcurrentMutableCollection$containsAll$lambda(this, elements)();
83
- };
84
- protoOf(ConcurrentMutableCollection).h = function () {
85
- this.x56_1;
86
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
87
- return ConcurrentMutableCollection$isEmpty$lambda(this)();
88
- };
89
- protoOf(ConcurrentMutableCollection).k = function (element) {
90
- this.x56_1;
91
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
92
- return ConcurrentMutableCollection$add$lambda(this, element)();
93
- };
94
- protoOf(ConcurrentMutableCollection).t = function (elements) {
95
- this.x56_1;
96
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
97
- return ConcurrentMutableCollection$addAll$lambda(this, elements)();
98
- };
99
- protoOf(ConcurrentMutableCollection).e2 = function () {
100
- this.x56_1;
101
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
102
- ConcurrentMutableCollection$clear$lambda(this)();
103
- };
104
- protoOf(ConcurrentMutableCollection).p = function () {
105
- this.x56_1;
106
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
107
- return ConcurrentMutableCollection$iterator$lambda(this)();
108
- };
109
- function ConcurrentMutableIterator$hasNext$lambda(this$0) {
110
- return function () {
111
- return this$0.z56_1.q();
112
- };
113
- }
114
- function ConcurrentMutableIterator$next$lambda(this$0) {
115
- return function () {
116
- return this$0.z56_1.r();
117
- };
118
- }
119
- function ConcurrentMutableIterator$remove$lambda(this$0) {
120
- return function () {
121
- this$0.z56_1.p4();
122
- return Unit_instance;
123
- };
124
- }
125
- function ConcurrentMutableIterator(root, del) {
126
- this.y56_1 = root;
127
- this.z56_1 = del;
128
- }
129
- protoOf(ConcurrentMutableIterator).q = function () {
130
- this.y56_1;
131
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
132
- return ConcurrentMutableIterator$hasNext$lambda(this)();
133
- };
134
- protoOf(ConcurrentMutableIterator).r = function () {
135
- this.y56_1;
136
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
137
- return ConcurrentMutableIterator$next$lambda(this)();
138
- };
139
- protoOf(ConcurrentMutableIterator).p4 = function () {
140
- this.y56_1;
141
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
142
- ConcurrentMutableIterator$remove$lambda(this)();
143
- };
144
- function ConcurrentMutableMap_init_$Init$($this) {
145
- // Inline function 'kotlin.collections.mutableMapOf' call
146
- var tmp$ret$0 = LinkedHashMap_init_$Create$();
147
- ConcurrentMutableMap.call($this, null, tmp$ret$0);
148
- return $this;
149
- }
150
- function ConcurrentMutableMap_init_$Create$() {
151
- return ConcurrentMutableMap_init_$Init$(objectCreate(protoOf(ConcurrentMutableMap)));
152
- }
153
- function ConcurrentMutableMap$_get_size_$lambda_nuyc4q(this$0) {
154
- return function () {
155
- return this$0.a57_1.s();
156
- };
157
- }
158
- function ConcurrentMutableMap$_get_entries_$lambda_dp7xtt(this$0) {
159
- return function () {
160
- return new ConcurrentMutableSet(this$0, this$0.a57_1.x());
161
- };
162
- }
163
- function ConcurrentMutableMap$_get_keys_$lambda_5gjoyr(this$0) {
164
- return function () {
165
- return new ConcurrentMutableSet(this$0, this$0.a57_1.l2());
166
- };
167
- }
168
- function ConcurrentMutableMap$_get_values_$lambda_tyvlyt(this$0) {
169
- return function () {
170
- return new ConcurrentMutableCollection(this$0, this$0.a57_1.m2());
171
- };
172
- }
173
- function ConcurrentMutableMap$containsKey$lambda(this$0, $key) {
174
- return function () {
175
- return this$0.a57_1.i2($key);
176
- };
177
- }
178
- function ConcurrentMutableMap$containsValue$lambda(this$0, $value) {
179
- return function () {
180
- return this$0.a57_1.j2($value);
181
- };
182
- }
183
- function ConcurrentMutableMap$get$lambda(this$0, $key) {
184
- return function () {
185
- return this$0.a57_1.k2($key);
186
- };
187
- }
188
- function ConcurrentMutableMap$isEmpty$lambda(this$0) {
189
- return function () {
190
- return this$0.a57_1.h();
191
- };
192
- }
193
- function ConcurrentMutableMap$clear$lambda(this$0) {
194
- return function () {
195
- this$0.a57_1.e2();
196
- return Unit_instance;
197
- };
198
- }
199
- function ConcurrentMutableMap$put$lambda(this$0, $key, $value) {
200
- return function () {
201
- return this$0.a57_1.n2($key, $value);
202
- };
203
- }
204
- function ConcurrentMutableMap$putAll$lambda(this$0, $from) {
205
- return function () {
206
- this$0.a57_1.p2($from);
207
- return Unit_instance;
208
- };
209
- }
210
- function ConcurrentMutableMap$remove$lambda(this$0, $key) {
211
- return function () {
212
- return this$0.a57_1.o2($key);
213
- };
214
- }
215
- function ConcurrentMutableMap(rootArg, del) {
216
- rootArg = rootArg === VOID ? null : rootArg;
217
- this.a57_1 = del;
218
- var tmp = this;
219
- tmp.b57_1 = rootArg == null ? this : rootArg;
220
- }
221
- protoOf(ConcurrentMutableMap).s = function () {
222
- this.b57_1;
223
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
224
- return ConcurrentMutableMap$_get_size_$lambda_nuyc4q(this)();
225
- };
226
- protoOf(ConcurrentMutableMap).x = function () {
227
- this.b57_1;
228
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
229
- return ConcurrentMutableMap$_get_entries_$lambda_dp7xtt(this)();
230
- };
231
- protoOf(ConcurrentMutableMap).l2 = function () {
232
- this.b57_1;
233
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
234
- return ConcurrentMutableMap$_get_keys_$lambda_5gjoyr(this)();
235
- };
236
- protoOf(ConcurrentMutableMap).m2 = function () {
237
- this.b57_1;
238
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
239
- return ConcurrentMutableMap$_get_values_$lambda_tyvlyt(this)();
240
- };
241
- protoOf(ConcurrentMutableMap).i2 = function (key) {
242
- this.b57_1;
243
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
244
- return ConcurrentMutableMap$containsKey$lambda(this, key)();
245
- };
246
- protoOf(ConcurrentMutableMap).j2 = function (value) {
247
- this.b57_1;
248
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
249
- return ConcurrentMutableMap$containsValue$lambda(this, value)();
250
- };
251
- protoOf(ConcurrentMutableMap).k2 = function (key) {
252
- this.b57_1;
253
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
254
- return ConcurrentMutableMap$get$lambda(this, key)();
255
- };
256
- protoOf(ConcurrentMutableMap).h = function () {
257
- this.b57_1;
258
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
259
- return ConcurrentMutableMap$isEmpty$lambda(this)();
260
- };
261
- protoOf(ConcurrentMutableMap).e2 = function () {
262
- this.b57_1;
263
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
264
- ConcurrentMutableMap$clear$lambda(this)();
265
- };
266
- protoOf(ConcurrentMutableMap).n2 = function (key, value) {
267
- this.b57_1;
268
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
269
- return ConcurrentMutableMap$put$lambda(this, key, value)();
270
- };
271
- protoOf(ConcurrentMutableMap).p2 = function (from) {
272
- this.b57_1;
273
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
274
- ConcurrentMutableMap$putAll$lambda(this, from)();
275
- };
276
- protoOf(ConcurrentMutableMap).o2 = function (key) {
277
- this.b57_1;
278
- // Inline function 'co.touchlab.stately.concurrency.synchronize' call
279
- return ConcurrentMutableMap$remove$lambda(this, key)();
280
- };
281
- function ConcurrentMutableSet_init_$Init$($this) {
282
- // Inline function 'kotlin.collections.mutableSetOf' call
283
- var tmp$ret$0 = LinkedHashSet_init_$Create$();
284
- ConcurrentMutableSet.call($this, null, tmp$ret$0);
285
- return $this;
286
- }
287
- function ConcurrentMutableSet_init_$Create$() {
288
- return ConcurrentMutableSet_init_$Init$(objectCreate(protoOf(ConcurrentMutableSet)));
289
- }
290
- function ConcurrentMutableSet(rootArg, del) {
291
- ConcurrentMutableCollection.call(this, rootArg, del);
292
- this.e57_1 = del;
293
- }
294
- //region block: post-declaration
295
- protoOf(ConcurrentMutableMap).asJsReadonlyMapView = asJsReadonlyMapView;
296
- //endregion
297
- //region block: exports
298
- _.$_$ = _.$_$ || {};
299
- _.$_$.a = ConcurrentMutableMap_init_$Create$;
300
- //endregion
301
- return _;
302
- }(module.exports, require('./kotlin-kotlin-stdlib.js')));
@@ -1,10 +0,0 @@
1
- (function (_) {
2
- 'use strict';
3
- //region block: pre-declaration
4
- //endregion
5
- var strictMemoryModel;
6
- //region block: init
7
- strictMemoryModel = false;
8
- //endregion
9
- return _;
10
- }(module.exports));