@doordeck/doordeck-headless-sdk 0.136.0 → 0.138.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 (28) hide show
  1. package/kotlin/Kermit-kermit-core.js +59 -59
  2. package/kotlin/Kermit-kermit.js +8 -8
  3. package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +2 -6459
  4. package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +41 -41
  5. package/kotlin/MultiplatformSettings-multiplatform-settings.js +23 -23
  6. package/kotlin/doordeck-sdk.d.ts +7 -10
  7. package/kotlin/doordeck-sdk.js +11675 -11703
  8. package/kotlin/kotlin-kotlin-stdlib.js +2443 -1933
  9. package/kotlin/kotlinx-atomicfu.js +18 -18
  10. package/kotlin/kotlinx-coroutines-core.js +2039 -2039
  11. package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +50 -50
  12. package/kotlin/kotlinx-io-kotlinx-io-core.js +544 -544
  13. package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +2087 -2075
  14. package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1554 -1538
  15. package/kotlin/ktor-ktor-client-auth.js +275 -275
  16. package/kotlin/ktor-ktor-client-content-negotiation.js +163 -163
  17. package/kotlin/ktor-ktor-client-core.js +1995 -2013
  18. package/kotlin/ktor-ktor-client-logging.js +723 -723
  19. package/kotlin/ktor-ktor-events.js +12 -12
  20. package/kotlin/ktor-ktor-http-cio.js +458 -441
  21. package/kotlin/ktor-ktor-http.js +830 -830
  22. package/kotlin/ktor-ktor-io.js +690 -690
  23. package/kotlin/ktor-ktor-serialization-kotlinx-json.js +8 -8
  24. package/kotlin/ktor-ktor-serialization-kotlinx.js +177 -177
  25. package/kotlin/ktor-ktor-serialization.js +79 -79
  26. package/kotlin/ktor-ktor-utils.js +793 -793
  27. package/kotlin/ktor-ktor-websockets.js +53 -53
  28. package/package.json +7 -7
@@ -1,12 +1,12 @@
1
1
  (function (_, kotlin_kotlin) {
2
2
  'use strict';
3
3
  //region block: imports
4
- var protoOf = kotlin_kotlin.$_$.yb;
5
- var defineProp = kotlin_kotlin.$_$.oa;
6
- var initMetadataForClass = kotlin_kotlin.$_$.wa;
7
- var initMetadataForObject = kotlin_kotlin.$_$.cb;
4
+ var protoOf = kotlin_kotlin.$_$.hb;
5
+ var defineProp = kotlin_kotlin.$_$.z9;
6
+ var initMetadataForClass = kotlin_kotlin.$_$.ha;
7
+ var initMetadataForObject = kotlin_kotlin.$_$.na;
8
8
  var VOID = kotlin_kotlin.$_$.h;
9
- var toString = kotlin_kotlin.$_$.ah;
9
+ var toString = kotlin_kotlin.$_$.eg;
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.no_1 = tmp_1;
29
+ tmp.np_1 = tmp_1;
30
30
  }
31
- protoOf(atomicfu$AtomicRefArray$ref).oo = function () {
32
- return this.no_1.length;
31
+ protoOf(atomicfu$AtomicRefArray$ref).op = function () {
32
+ return this.np_1.length;
33
33
  };
34
34
  protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
35
- return this.no_1[index];
35
+ return this.np_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).po = function (_set____db54di) {
63
+ protoOf(AtomicRef).pp = function (_set____db54di) {
64
64
  this.kotlinx$atomicfu$value = _set____db54di;
65
65
  };
66
- protoOf(AtomicRef).qo = function () {
66
+ protoOf(AtomicRef).qp = 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).ro = function (_set____db54di) {
89
+ protoOf(AtomicBoolean).rp = function (_set____db54di) {
90
90
  this.kotlinx$atomicfu$value = _set____db54di;
91
91
  };
92
- protoOf(AtomicBoolean).qo = function () {
92
+ protoOf(AtomicBoolean).qp = 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).so = function (_set____db54di) {
115
+ protoOf(AtomicLong).sp = function (_set____db54di) {
116
116
  this.kotlinx$atomicfu$value = _set____db54di;
117
117
  };
118
- protoOf(AtomicLong).qo = function () {
118
+ protoOf(AtomicLong).qp = 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).to = function (_set____db54di) {
168
+ protoOf(AtomicInt).tp = function (_set____db54di) {
169
169
  this.kotlinx$atomicfu$value = _set____db54di;
170
170
  };
171
- protoOf(AtomicInt).qo = function () {
171
+ protoOf(AtomicInt).qp = 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).oo);
235
+ defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).op);
236
236
  //endregion
237
237
  //region block: exports
238
238
  _.$_$ = _.$_$ || {};