@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
@@ -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().o2r_1 : contentType;
19
+ contentType = contentType === VOID ? Application_getInstance().a2r_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.p5d_1 = true;
26
+ $this$Json.s5d_1 = true;
25
27
  $this$Json.d5e_1 = true;
26
- $this$Json.g5e_1 = true;
27
- $this$Json.r5e_1 = true;
28
- $this$Json.s5e_1 = true;
29
- $this$Json.h5e_1 = false;
30
- $this$Json.t5e_1 = false;
28
+ $this$Json.e5e_1 = true;
29
+ $this$Json.t5d_1 = false;
30
+ $this$Json.f5e_1 = false;
31
31
  return Unit_instance;
32
32
  }
33
33
  var properties_initialized_JsonSupport_kt_9cgd93;