@doordeck/doordeck-headless-sdk 0.78.0 → 0.80.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 +1343 -1343
  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 +4 -0
  5. package/kotlin/doordeck-sdk.js +11570 -11569
  6. package/kotlin/kotlin-kotlin-stdlib.js +2786 -2285
  7. package/kotlin/kotlinx-atomicfu.js +19 -19
  8. package/kotlin/kotlinx-coroutines-core.js +2810 -2194
  9. package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +198 -2
  10. package/kotlin/kotlinx-io-kotlinx-io-core.js +536 -463
  11. package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1939 -1939
  12. package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1733 -1684
  13. package/kotlin/ktor-ktor-client-ktor-client-core.js +3455 -3134
  14. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-auth.js +540 -438
  15. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.js +372 -271
  16. package/kotlin/ktor-ktor-http-ktor-http-cio.js +2017 -0
  17. package/kotlin/ktor-ktor-http.js +1012 -906
  18. package/kotlin/ktor-ktor-io.js +1853 -859
  19. package/kotlin/ktor-ktor-shared-ktor-events.js +13 -13
  20. package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.js +8 -8
  21. package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.js +282 -282
  22. package/kotlin/ktor-ktor-shared-ktor-serialization.js +137 -137
  23. package/kotlin/ktor-ktor-shared-ktor-websockets.js +57 -57
  24. package/kotlin/ktor-ktor-utils.js +758 -669
  25. package/package.json +2 -2
  26. package/kotlin/kotlin-kotlinx-atomicfu-runtime.js +0 -6
  27. 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.$_$.da;
5
- var protoOf = kotlin_kotlin.$_$.jb;
6
- var defineProp = kotlin_kotlin.$_$.aa;
7
- var initMetadataForClass = kotlin_kotlin.$_$.ja;
8
- var initMetadataForObject = kotlin_kotlin.$_$.pa;
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.$_$.wf;
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.vm_1 = tmp_1;
30
+ tmp.un_1 = tmp_1;
31
31
  }
32
- protoOf(atomicfu$AtomicRefArray$ref).wm = function () {
33
- return this.vm_1.length;
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.vm_1[index];
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).xm = function (_set____db54di) {
64
+ protoOf(AtomicRef).wn = function (_set____db54di) {
65
65
  this.kotlinx$atomicfu$value = _set____db54di;
66
66
  };
67
- protoOf(AtomicRef).ym = function () {
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).zm = function (_set____db54di) {
90
+ protoOf(AtomicBoolean).yn = function (_set____db54di) {
91
91
  this.kotlinx$atomicfu$value = _set____db54di;
92
92
  };
93
- protoOf(AtomicBoolean).ym = function () {
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).an = function (_set____db54di) {
116
+ protoOf(AtomicLong).zn = function (_set____db54di) {
117
117
  this.kotlinx$atomicfu$value = _set____db54di;
118
118
  };
119
- protoOf(AtomicLong).ym = function () {
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).bn = function (_set____db54di) {
169
+ protoOf(AtomicInt).ao = function (_set____db54di) {
170
170
  this.kotlinx$atomicfu$value = _set____db54di;
171
171
  };
172
- protoOf(AtomicInt).ym = function () {
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).wm);
236
+ defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).vn);
237
237
  //endregion
238
238
  //region block: exports
239
239
  _.$_$ = _.$_$ || {};