@doordeck/doordeck-headless-sdk 0.51.0 → 0.52.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 +2 -3
  5. package/kotlin/doordeck-sdk.js +12511 -12705
  6. package/kotlin/kotlin-kotlin-stdlib.js +1845 -2257
  7. package/kotlin/kotlinx-atomicfu.js +19 -19
  8. package/kotlin/kotlinx-coroutines-core.js +1923 -1923
  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
@@ -1,13 +1,13 @@
1
1
  (function (_, kotlin_kotlin) {
2
2
  'use strict';
3
3
  //region block: imports
4
- var fillArrayVal = kotlin_kotlin.$_$.ka;
5
- var protoOf = kotlin_kotlin.$_$.pb;
6
- var defineProp = kotlin_kotlin.$_$.ha;
7
- var initMetadataForClass = kotlin_kotlin.$_$.pa;
8
- var initMetadataForObject = kotlin_kotlin.$_$.va;
4
+ var fillArrayVal = kotlin_kotlin.$_$.da;
5
+ var protoOf = kotlin_kotlin.$_$.ib;
6
+ var defineProp = kotlin_kotlin.$_$.aa;
7
+ var initMetadataForClass = kotlin_kotlin.$_$.ia;
8
+ var initMetadataForObject = kotlin_kotlin.$_$.oa;
9
9
  var VOID = kotlin_kotlin.$_$.h;
10
- var toString = kotlin_kotlin.$_$.dg;
10
+ var toString = kotlin_kotlin.$_$.vf;
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.nn_1 = tmp_1;
30
+ tmp.vm_1 = tmp_1;
31
31
  }
32
- protoOf(atomicfu$AtomicRefArray$ref).on = function () {
33
- return this.nn_1.length;
32
+ protoOf(atomicfu$AtomicRefArray$ref).wm = function () {
33
+ return this.vm_1.length;
34
34
  };
35
35
  protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
36
- return this.nn_1[index];
36
+ return this.vm_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).pn = function (_set____db54di) {
64
+ protoOf(AtomicRef).xm = function (_set____db54di) {
65
65
  this.kotlinx$atomicfu$value = _set____db54di;
66
66
  };
67
- protoOf(AtomicRef).qn = function () {
67
+ protoOf(AtomicRef).ym = 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).rn = function (_set____db54di) {
90
+ protoOf(AtomicBoolean).zm = function (_set____db54di) {
91
91
  this.kotlinx$atomicfu$value = _set____db54di;
92
92
  };
93
- protoOf(AtomicBoolean).qn = function () {
93
+ protoOf(AtomicBoolean).ym = 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).sn = function (_set____db54di) {
116
+ protoOf(AtomicLong).an = function (_set____db54di) {
117
117
  this.kotlinx$atomicfu$value = _set____db54di;
118
118
  };
119
- protoOf(AtomicLong).qn = function () {
119
+ protoOf(AtomicLong).ym = 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).tn = function (_set____db54di) {
169
+ protoOf(AtomicInt).bn = function (_set____db54di) {
170
170
  this.kotlinx$atomicfu$value = _set____db54di;
171
171
  };
172
- protoOf(AtomicInt).qn = function () {
172
+ protoOf(AtomicInt).ym = 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).on);
236
+ defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).wm);
237
237
  //endregion
238
238
  //region block: exports
239
239
  _.$_$ = _.$_$ || {};