@doordeck/doordeck-headless-sdk 0.93.0 → 0.95.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 (25) hide show
  1. package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +1472 -1472
  2. package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +27 -27
  3. package/kotlin/MultiplatformSettings-multiplatform-settings.js +20 -8
  4. package/kotlin/doordeck-sdk.d.ts +10 -4
  5. package/kotlin/doordeck-sdk.js +9771 -9676
  6. package/kotlin/kotlin-kotlin-stdlib.js +871 -732
  7. package/kotlin/kotlinx-atomicfu.js +18 -18
  8. package/kotlin/kotlinx-coroutines-core.js +2595 -1845
  9. package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +42 -42
  10. package/kotlin/kotlinx-io-kotlinx-io-core.js +447 -447
  11. package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1818 -1818
  12. package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1424 -1424
  13. package/kotlin/ktor-ktor-client-ktor-client-core.js +1898 -1898
  14. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-auth.js +411 -323
  15. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.js +156 -156
  16. package/kotlin/ktor-ktor-http-ktor-http-cio.js +603 -363
  17. package/kotlin/ktor-ktor-http.js +754 -754
  18. package/kotlin/ktor-ktor-io.js +629 -629
  19. package/kotlin/ktor-ktor-shared-ktor-events.js +12 -12
  20. package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.js +7 -7
  21. package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.js +158 -158
  22. package/kotlin/ktor-ktor-shared-ktor-serialization.js +78 -78
  23. package/kotlin/ktor-ktor-shared-ktor-websockets.js +52 -52
  24. package/kotlin/ktor-ktor-utils.js +627 -603
  25. package/package.json +4 -4
@@ -1,12 +1,12 @@
1
1
  (function (_, kotlin_kotlin) {
2
2
  'use strict';
3
3
  //region block: imports
4
- var protoOf = kotlin_kotlin.$_$.tb;
5
- var defineProp = kotlin_kotlin.$_$.ja;
6
- var initMetadataForClass = kotlin_kotlin.$_$.ra;
7
- var initMetadataForObject = kotlin_kotlin.$_$.xa;
4
+ var protoOf = kotlin_kotlin.$_$.ub;
5
+ var defineProp = kotlin_kotlin.$_$.ka;
6
+ var initMetadataForClass = kotlin_kotlin.$_$.sa;
7
+ var initMetadataForObject = kotlin_kotlin.$_$.ya;
8
8
  var VOID = kotlin_kotlin.$_$.h;
9
- var toString = kotlin_kotlin.$_$.qg;
9
+ var toString = kotlin_kotlin.$_$.vg;
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.un_1 = tmp_1;
29
+ tmp.bo_1 = tmp_1;
30
30
  }
31
- protoOf(atomicfu$AtomicRefArray$ref).vn = function () {
32
- return this.un_1.length;
31
+ protoOf(atomicfu$AtomicRefArray$ref).co = function () {
32
+ return this.bo_1.length;
33
33
  };
34
34
  protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
35
- return this.un_1[index];
35
+ return this.bo_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).wn = function (_set____db54di) {
63
+ protoOf(AtomicRef).do = function (_set____db54di) {
64
64
  this.kotlinx$atomicfu$value = _set____db54di;
65
65
  };
66
- protoOf(AtomicRef).xn = function () {
66
+ protoOf(AtomicRef).eo = 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).yn = function (_set____db54di) {
89
+ protoOf(AtomicBoolean).fo = function (_set____db54di) {
90
90
  this.kotlinx$atomicfu$value = _set____db54di;
91
91
  };
92
- protoOf(AtomicBoolean).xn = function () {
92
+ protoOf(AtomicBoolean).eo = 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).zn = function (_set____db54di) {
115
+ protoOf(AtomicLong).go = function (_set____db54di) {
116
116
  this.kotlinx$atomicfu$value = _set____db54di;
117
117
  };
118
- protoOf(AtomicLong).xn = function () {
118
+ protoOf(AtomicLong).eo = 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).ao = function (_set____db54di) {
168
+ protoOf(AtomicInt).ho = function (_set____db54di) {
169
169
  this.kotlinx$atomicfu$value = _set____db54di;
170
170
  };
171
- protoOf(AtomicInt).xn = function () {
171
+ protoOf(AtomicInt).eo = 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).vn);
235
+ defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).co);
236
236
  //endregion
237
237
  //region block: exports
238
238
  _.$_$ = _.$_$ || {};