@doordeck/doordeck-headless-sdk 0.190.0 → 0.194.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 +8 -8
  3. package/kotlin/MultiplatformSettings-multiplatform-settings.js +23 -23
  4. package/kotlin/doordeck-sdk.d.ts +1 -0
  5. package/kotlin/doordeck-sdk.js +10294 -10331
  6. package/kotlin/kotlin-kotlin-stdlib.js +1736 -1107
  7. package/kotlin/kotlinx-atomicfu.js +21 -21
  8. package/kotlin/kotlinx-browser.js +10 -0
  9. package/kotlin/kotlinx-coroutines-core.js +2529 -2067
  10. package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +52 -52
  11. package/kotlin/kotlinx-io-kotlinx-io-core.js +489 -493
  12. package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1956 -1956
  13. package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1483 -1483
  14. package/kotlin/ktor-ktor-client-auth.js +408 -400
  15. package/kotlin/ktor-ktor-client-content-negotiation.js +185 -186
  16. package/kotlin/ktor-ktor-client-core.js +2941 -2275
  17. package/kotlin/ktor-ktor-client-logging.js +1028 -992
  18. package/kotlin/ktor-ktor-events.js +15 -15
  19. package/kotlin/ktor-ktor-http-cio.js +413 -418
  20. package/kotlin/ktor-ktor-http.js +923 -880
  21. package/kotlin/ktor-ktor-io.js +1056 -987
  22. package/kotlin/ktor-ktor-serialization-kotlinx-json.js +8 -8
  23. package/kotlin/ktor-ktor-serialization-kotlinx.js +166 -166
  24. package/kotlin/ktor-ktor-serialization.js +77 -78
  25. package/kotlin/ktor-ktor-utils.js +944 -989
  26. package/kotlin/ktor-ktor-websockets.js +2178 -82
  27. package/package.json +4 -5
  28. package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +0 -329
@@ -1,15 +1,15 @@
1
1
  (function (_, kotlin_kotlin) {
2
2
  'use strict';
3
3
  //region block: imports
4
- var protoOf = kotlin_kotlin.$_$.xb;
5
- var defineProp = kotlin_kotlin.$_$.ra;
6
- var initMetadataForClass = kotlin_kotlin.$_$.ab;
7
- var initMetadataForObject = kotlin_kotlin.$_$.gb;
4
+ var protoOf = kotlin_kotlin.$_$.zb;
5
+ var defineProp = kotlin_kotlin.$_$.ta;
6
+ var initMetadataForClass = kotlin_kotlin.$_$.cb;
7
+ var initMetadataForObject = kotlin_kotlin.$_$.ib;
8
8
  var VOID = kotlin_kotlin.$_$.b;
9
- var toString = kotlin_kotlin.$_$.yg;
10
- var get_ONE = kotlin_kotlin.$_$.o9;
11
- var add = kotlin_kotlin.$_$.p9;
12
- var subtract = kotlin_kotlin.$_$.da;
9
+ var toString = kotlin_kotlin.$_$.ch;
10
+ var get_ONE = kotlin_kotlin.$_$.q9;
11
+ var add = kotlin_kotlin.$_$.r9;
12
+ var subtract = kotlin_kotlin.$_$.fa;
13
13
  //endregion
14
14
  //region block: pre-declaration
15
15
  initMetadataForClass(atomicfu$AtomicRefArray$ref, 'AtomicArray');
@@ -29,13 +29,13 @@
29
29
  tmp_1[tmp_0] = atomic$ref$1(null);
30
30
  tmp_0 = tmp_0 + 1 | 0;
31
31
  }
32
- tmp.rr_1 = tmp_1;
32
+ tmp.js_1 = tmp_1;
33
33
  }
34
- protoOf(atomicfu$AtomicRefArray$ref).sr = function () {
35
- return this.rr_1.length;
34
+ protoOf(atomicfu$AtomicRefArray$ref).ks = function () {
35
+ return this.js_1.length;
36
36
  };
37
37
  protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
38
- return this.rr_1[index];
38
+ return this.js_1[index];
39
39
  };
40
40
  function atomicfu$AtomicRefArray$ofNulls(size) {
41
41
  return new atomicfu$AtomicRefArray$ref(size);
@@ -63,10 +63,10 @@
63
63
  function AtomicInt(value) {
64
64
  this.kotlinx$atomicfu$value = value;
65
65
  }
66
- protoOf(AtomicInt).tr = function (_set____db54di) {
66
+ protoOf(AtomicInt).ls = function (_set____db54di) {
67
67
  this.kotlinx$atomicfu$value = _set____db54di;
68
68
  };
69
- protoOf(AtomicInt).ur = function () {
69
+ protoOf(AtomicInt).ms = function () {
70
70
  return this.kotlinx$atomicfu$value;
71
71
  };
72
72
  protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
@@ -116,10 +116,10 @@
116
116
  function AtomicBoolean(value) {
117
117
  this.kotlinx$atomicfu$value = value;
118
118
  }
119
- protoOf(AtomicBoolean).vr = function (_set____db54di) {
119
+ protoOf(AtomicBoolean).ns = function (_set____db54di) {
120
120
  this.kotlinx$atomicfu$value = _set____db54di;
121
121
  };
122
- protoOf(AtomicBoolean).ur = function () {
122
+ protoOf(AtomicBoolean).ms = function () {
123
123
  return this.kotlinx$atomicfu$value;
124
124
  };
125
125
  protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
@@ -142,10 +142,10 @@
142
142
  function AtomicRef(value) {
143
143
  this.kotlinx$atomicfu$value = value;
144
144
  }
145
- protoOf(AtomicRef).wr = function (_set____db54di) {
145
+ protoOf(AtomicRef).os = function (_set____db54di) {
146
146
  this.kotlinx$atomicfu$value = _set____db54di;
147
147
  };
148
- protoOf(AtomicRef).ur = function () {
148
+ protoOf(AtomicRef).ms = function () {
149
149
  return this.kotlinx$atomicfu$value;
150
150
  };
151
151
  protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
@@ -168,10 +168,10 @@
168
168
  function AtomicLong(value) {
169
169
  this.kotlinx$atomicfu$value = value;
170
170
  }
171
- protoOf(AtomicLong).xr = function (_set____db54di) {
171
+ protoOf(AtomicLong).ps = function (_set____db54di) {
172
172
  this.kotlinx$atomicfu$value = _set____db54di;
173
173
  };
174
- protoOf(AtomicLong).ur = function () {
174
+ protoOf(AtomicLong).ms = function () {
175
175
  return this.kotlinx$atomicfu$value;
176
176
  };
177
177
  protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
@@ -235,7 +235,7 @@
235
235
  return new AtomicLong(initial);
236
236
  }
237
237
  //region block: post-declaration
238
- defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).sr);
238
+ defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).ks);
239
239
  //endregion
240
240
  //region block: exports
241
241
  _.$_$ = _.$_$ || {};
@@ -0,0 +1,10 @@
1
+ (function (_) {
2
+ 'use strict';
3
+ //region block: pre-declaration
4
+ //endregion
5
+ var undefined_0;
6
+ //region block: init
7
+ undefined_0 = null;
8
+ //endregion
9
+ return _;
10
+ }(module.exports));