@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
@@ -4,7 +4,7 @@
4
4
  var VOID = kotlin_kotlin.$_$.b;
5
5
  var Application_getInstance = kotlin_io_ktor_ktor_http.$_$.b;
6
6
  var serialization = kotlin_io_ktor_ktor_serialization_kotlinx.$_$.a;
7
- var Unit_instance = kotlin_kotlin.$_$.b5;
7
+ var Unit_instance = kotlin_kotlin.$_$.c5;
8
8
  var Json = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_json.$_$.b;
9
9
  //endregion
10
10
  //region block: pre-declaration
@@ -16,18 +16,18 @@
16
16
  var DefaultJson;
17
17
  function json(_this__u8e3s4, json, contentType) {
18
18
  json = json === VOID ? get_DefaultJson() : json;
19
- contentType = contentType === VOID ? Application_getInstance().x2q_1 : contentType;
19
+ contentType = contentType === VOID ? Application_getInstance().j2t_1 : contentType;
20
20
  _init_properties_JsonSupport_kt__yf438r();
21
21
  serialization(_this__u8e3s4, contentType, json);
22
22
  }
23
23
  function DefaultJson$lambda($this$Json) {
24
24
  _init_properties_JsonSupport_kt__yf438r();
25
- $this$Json.m5d_1 = true;
26
- $this$Json.p5d_1 = true;
27
- $this$Json.a5e_1 = true;
28
- $this$Json.b5e_1 = true;
29
- $this$Json.q5d_1 = false;
30
- $this$Json.c5e_1 = false;
25
+ $this$Json.o5p_1 = true;
26
+ $this$Json.r5p_1 = true;
27
+ $this$Json.c5q_1 = true;
28
+ $this$Json.d5q_1 = true;
29
+ $this$Json.s5p_1 = false;
30
+ $this$Json.e5q_1 = false;
31
31
  return Unit_instance;
32
32
  }
33
33
  var properties_initialized_JsonSupport_kt_9cgd93;