@doordeck/doordeck-headless-sdk 0.184.0 → 0.186.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 +60 -60
  2. package/kotlin/Kermit-kermit.js +7 -7
  3. package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +43 -43
  4. package/kotlin/MultiplatformSettings-multiplatform-settings.js +23 -23
  5. package/kotlin/Signum-internals.js +6 -0
  6. package/kotlin/doordeck-sdk.d.ts +798 -674
  7. package/kotlin/doordeck-sdk.js +12518 -12528
  8. package/kotlin/kotlin-kotlin-stdlib.js +3968 -3525
  9. package/kotlin/kotlinx-atomicfu.js +22 -22
  10. package/kotlin/kotlinx-coroutines-core.js +2334 -2339
  11. package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +59 -59
  12. package/kotlin/kotlinx-io-kotlinx-io-core.js +532 -532
  13. package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1980 -1979
  14. package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1589 -1589
  15. package/kotlin/ktor-ktor-client-auth.js +471 -473
  16. package/kotlin/ktor-ktor-client-content-negotiation.js +244 -245
  17. package/kotlin/ktor-ktor-client-core.js +3207 -3212
  18. package/kotlin/ktor-ktor-client-logging.js +1319 -1319
  19. package/kotlin/ktor-ktor-events.js +11 -11
  20. package/kotlin/ktor-ktor-http-cio.js +575 -575
  21. package/kotlin/ktor-ktor-http.js +950 -950
  22. package/kotlin/ktor-ktor-io.js +1120 -1124
  23. package/kotlin/ktor-ktor-serialization-kotlinx-json.js +6 -6
  24. package/kotlin/ktor-ktor-serialization-kotlinx.js +272 -272
  25. package/kotlin/ktor-ktor-serialization.js +122 -122
  26. package/kotlin/ktor-ktor-utils.js +977 -977
  27. package/kotlin/ktor-ktor-websockets.js +61 -61
  28. package/package.json +4 -4
@@ -1,16 +1,16 @@
1
1
  (function (_, kotlin_kotlin) {
2
2
  'use strict';
3
3
  //region block: imports
4
- var protoOf = kotlin_kotlin.$_$.ac;
5
- var defineProp = kotlin_kotlin.$_$.ta;
6
- var initMetadataForClass = kotlin_kotlin.$_$.bb;
7
- var initMetadataForObject = kotlin_kotlin.$_$.hb;
4
+ var protoOf = kotlin_kotlin.$_$.cc;
5
+ var defineProp = kotlin_kotlin.$_$.wa;
6
+ var initMetadataForClass = kotlin_kotlin.$_$.eb;
7
+ var initMetadataForObject = kotlin_kotlin.$_$.kb;
8
8
  var VOID = kotlin_kotlin.$_$.b;
9
- var toString = kotlin_kotlin.$_$.dh;
10
- var equalsLong = kotlin_kotlin.$_$.w9;
11
- var get_ONE = kotlin_kotlin.$_$.n9;
12
- var add = kotlin_kotlin.$_$.o9;
13
- var subtract = kotlin_kotlin.$_$.fa;
9
+ var toString = kotlin_kotlin.$_$.eh;
10
+ var equalsLong = kotlin_kotlin.$_$.x9;
11
+ var get_ONE = kotlin_kotlin.$_$.o9;
12
+ var add = kotlin_kotlin.$_$.p9;
13
+ var subtract = kotlin_kotlin.$_$.ia;
14
14
  //endregion
15
15
  //region block: pre-declaration
16
16
  initMetadataForClass(atomicfu$AtomicRefArray$ref, 'AtomicArray');
@@ -30,13 +30,13 @@
30
30
  tmp_1[tmp_0] = atomic$ref$1(null);
31
31
  tmp_0 = tmp_0 + 1 | 0;
32
32
  }
33
- tmp.is_1 = tmp_1;
33
+ tmp.ur_1 = tmp_1;
34
34
  }
35
- protoOf(atomicfu$AtomicRefArray$ref).js = function () {
36
- return this.is_1.length;
35
+ protoOf(atomicfu$AtomicRefArray$ref).vr = function () {
36
+ return this.ur_1.length;
37
37
  };
38
38
  protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
39
- return this.is_1[index];
39
+ return this.ur_1[index];
40
40
  };
41
41
  function atomicfu$AtomicRefArray$ofNulls(size) {
42
42
  return new atomicfu$AtomicRefArray$ref(size);
@@ -64,10 +64,10 @@
64
64
  function AtomicInt(value) {
65
65
  this.kotlinx$atomicfu$value = value;
66
66
  }
67
- protoOf(AtomicInt).ks = function (_set____db54di) {
67
+ protoOf(AtomicInt).wr = function (_set____db54di) {
68
68
  this.kotlinx$atomicfu$value = _set____db54di;
69
69
  };
70
- protoOf(AtomicInt).ls = function () {
70
+ protoOf(AtomicInt).xr = function () {
71
71
  return this.kotlinx$atomicfu$value;
72
72
  };
73
73
  protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
@@ -117,10 +117,10 @@
117
117
  function AtomicBoolean(value) {
118
118
  this.kotlinx$atomicfu$value = value;
119
119
  }
120
- protoOf(AtomicBoolean).ms = function (_set____db54di) {
120
+ protoOf(AtomicBoolean).yr = function (_set____db54di) {
121
121
  this.kotlinx$atomicfu$value = _set____db54di;
122
122
  };
123
- protoOf(AtomicBoolean).ls = function () {
123
+ protoOf(AtomicBoolean).xr = function () {
124
124
  return this.kotlinx$atomicfu$value;
125
125
  };
126
126
  protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
@@ -143,10 +143,10 @@
143
143
  function AtomicRef(value) {
144
144
  this.kotlinx$atomicfu$value = value;
145
145
  }
146
- protoOf(AtomicRef).ns = function (_set____db54di) {
146
+ protoOf(AtomicRef).zr = function (_set____db54di) {
147
147
  this.kotlinx$atomicfu$value = _set____db54di;
148
148
  };
149
- protoOf(AtomicRef).ls = function () {
149
+ protoOf(AtomicRef).xr = function () {
150
150
  return this.kotlinx$atomicfu$value;
151
151
  };
152
152
  protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
@@ -169,10 +169,10 @@
169
169
  function AtomicLong(value) {
170
170
  this.kotlinx$atomicfu$value = value;
171
171
  }
172
- protoOf(AtomicLong).os = function (_set____db54di) {
172
+ protoOf(AtomicLong).as = function (_set____db54di) {
173
173
  this.kotlinx$atomicfu$value = _set____db54di;
174
174
  };
175
- protoOf(AtomicLong).ls = function () {
175
+ protoOf(AtomicLong).xr = function () {
176
176
  return this.kotlinx$atomicfu$value;
177
177
  };
178
178
  protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
@@ -236,7 +236,7 @@
236
236
  return new AtomicLong(initial);
237
237
  }
238
238
  //region block: post-declaration
239
- defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).js);
239
+ defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).vr);
240
240
  //endregion
241
241
  //region block: exports
242
242
  _.$_$ = _.$_$ || {};