@doordeck/doordeck-headless-sdk 0.107.0 → 0.109.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 (26) hide show
  1. package/README.md +2 -2
  2. package/kotlin/Kermit-kermit-core.js +44 -44
  3. package/kotlin/Kermit-kermit.js +4 -4
  4. package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +1393 -1393
  5. package/kotlin/MultiplatformSettings-multiplatform-settings.js +10 -10
  6. package/kotlin/doordeck-sdk.js +9596 -9786
  7. package/kotlin/kotlin-kotlin-stdlib.js +6 -6
  8. package/kotlin/kotlinx-coroutines-core.js +855 -844
  9. package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +32 -32
  10. package/kotlin/kotlinx-io-kotlinx-io-core.js +630 -428
  11. package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1738 -1742
  12. package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1399 -1399
  13. package/kotlin/ktor-ktor-client-ktor-client-core.js +1895 -1895
  14. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-auth.js +245 -241
  15. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.js +135 -135
  16. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-logging.js +658 -658
  17. package/kotlin/ktor-ktor-http-ktor-http-cio.js +329 -329
  18. package/kotlin/ktor-ktor-http.js +677 -677
  19. package/kotlin/ktor-ktor-io.js +976 -888
  20. package/kotlin/ktor-ktor-shared-ktor-events.js +5 -5
  21. package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.js +7 -7
  22. package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.js +133 -133
  23. package/kotlin/ktor-ktor-shared-ktor-serialization.js +58 -58
  24. package/kotlin/ktor-ktor-shared-ktor-websockets.js +38 -38
  25. package/kotlin/ktor-ktor-utils.js +644 -644
  26. package/package.json +1 -1
@@ -19,28 +19,28 @@
19
19
  tmp = delegate;
20
20
  }
21
21
  delegate = tmp;
22
- this.r6f_1 = delegate;
22
+ this.x6f_1 = delegate;
23
23
  }
24
24
  protoOf(StorageSettings).e2 = function () {
25
- return this.r6f_1.clear();
25
+ return this.x6f_1.clear();
26
26
  };
27
- protoOf(StorageSettings).s6f = function (key, value) {
27
+ protoOf(StorageSettings).y6f = function (key, value) {
28
28
  // Inline function 'com.russhwolf.settings.set' call
29
- this.r6f_1.setItem(key, value);
29
+ this.x6f_1.setItem(key, value);
30
30
  };
31
- protoOf(StorageSettings).t6f = function (key) {
31
+ protoOf(StorageSettings).z6f = function (key) {
32
32
  // Inline function 'com.russhwolf.settings.get' call
33
- return this.r6f_1.getItem(key);
33
+ return this.x6f_1.getItem(key);
34
34
  };
35
- protoOf(StorageSettings).u6f = function (key, value) {
36
- var tmp0 = this.r6f_1;
35
+ protoOf(StorageSettings).a6g = function (key, value) {
36
+ var tmp0 = this.x6f_1;
37
37
  // Inline function 'com.russhwolf.settings.set' call
38
38
  var value_0 = value.toString();
39
39
  tmp0.setItem(key, value_0);
40
40
  };
41
- protoOf(StorageSettings).v6f = function (key) {
41
+ protoOf(StorageSettings).b6g = function (key) {
42
42
  // Inline function 'com.russhwolf.settings.get' call
43
- var tmp0_safe_receiver = this.r6f_1.getItem(key);
43
+ var tmp0_safe_receiver = this.x6f_1.getItem(key);
44
44
  return tmp0_safe_receiver == null ? null : toBoolean(tmp0_safe_receiver);
45
45
  };
46
46
  //region block: exports