@doordeck/doordeck-headless-sdk 0.133.0 → 0.135.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 +1533 -1533
  4. package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +91 -39
  5. package/kotlin/MultiplatformSettings-multiplatform-settings.js +23 -23
  6. package/kotlin/doordeck-sdk.d.ts +659 -1291
  7. package/kotlin/doordeck-sdk.js +29932 -27348
  8. package/kotlin/kotlin-kotlin-stdlib.js +2370 -2221
  9. package/kotlin/kotlinx-atomicfu.js +18 -18
  10. package/kotlin/kotlinx-coroutines-core.js +2307 -2307
  11. package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +50 -50
  12. package/kotlin/kotlinx-io-kotlinx-io-core.js +471 -471
  13. package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +2019 -1951
  14. package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1576 -1576
  15. package/kotlin/ktor-ktor-client-auth.js +472 -472
  16. package/kotlin/ktor-ktor-client-content-negotiation.js +219 -219
  17. package/kotlin/ktor-ktor-client-core.js +3030 -3030
  18. package/kotlin/ktor-ktor-client-logging.js +1195 -1195
  19. package/kotlin/ktor-ktor-events.js +12 -12
  20. package/kotlin/ktor-ktor-http-cio.js +535 -535
  21. package/kotlin/ktor-ktor-http.js +845 -845
  22. package/kotlin/ktor-ktor-io.js +1126 -1126
  23. package/kotlin/ktor-ktor-serialization-kotlinx-json.js +6 -6
  24. package/kotlin/ktor-ktor-serialization-kotlinx.js +283 -283
  25. package/kotlin/ktor-ktor-serialization.js +129 -129
  26. package/kotlin/ktor-ktor-utils.js +902 -900
  27. package/kotlin/ktor-ktor-websockets.js +53 -53
  28. 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.$_$.vb;
5
- var defineProp = kotlin_kotlin.$_$.la;
6
- var initMetadataForClass = kotlin_kotlin.$_$.ta;
7
- var initMetadataForObject = kotlin_kotlin.$_$.za;
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.$_$.xg;
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.co_1 = tmp_1;
29
+ tmp.no_1 = tmp_1;
30
30
  }
31
- protoOf(atomicfu$AtomicRefArray$ref).do = function () {
32
- return this.co_1.length;
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.co_1[index];
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).eo = function (_set____db54di) {
63
+ protoOf(AtomicRef).po = function (_set____db54di) {
64
64
  this.kotlinx$atomicfu$value = _set____db54di;
65
65
  };
66
- protoOf(AtomicRef).fo = function () {
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).go = function (_set____db54di) {
89
+ protoOf(AtomicBoolean).ro = function (_set____db54di) {
90
90
  this.kotlinx$atomicfu$value = _set____db54di;
91
91
  };
92
- protoOf(AtomicBoolean).fo = function () {
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).ho = function (_set____db54di) {
115
+ protoOf(AtomicLong).so = function (_set____db54di) {
116
116
  this.kotlinx$atomicfu$value = _set____db54di;
117
117
  };
118
- protoOf(AtomicLong).fo = function () {
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).io = function (_set____db54di) {
168
+ protoOf(AtomicInt).to = function (_set____db54di) {
169
169
  this.kotlinx$atomicfu$value = _set____db54di;
170
170
  };
171
- protoOf(AtomicInt).fo = function () {
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).do);
235
+ defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).oo);
236
236
  //endregion
237
237
  //region block: exports
238
238
  _.$_$ = _.$_$ || {};