@doordeck/doordeck-headless-sdk 0.106.0 → 0.108.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 (25) hide show
  1. package/kotlin/Kermit-kermit-core.js +44 -44
  2. package/kotlin/Kermit-kermit.js +4 -4
  3. package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +1392 -1392
  4. package/kotlin/MultiplatformSettings-multiplatform-settings.js +10 -10
  5. package/kotlin/doordeck-sdk.js +9596 -9786
  6. package/kotlin/kotlin-kotlin-stdlib.js +6 -6
  7. package/kotlin/kotlinx-coroutines-core.js +854 -843
  8. package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +32 -32
  9. package/kotlin/kotlinx-io-kotlinx-io-core.js +630 -428
  10. package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1738 -1742
  11. package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1399 -1399
  12. package/kotlin/ktor-ktor-client-ktor-client-core.js +1895 -1895
  13. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-auth.js +245 -241
  14. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.js +135 -135
  15. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-logging.js +658 -658
  16. package/kotlin/ktor-ktor-http-ktor-http-cio.js +329 -329
  17. package/kotlin/ktor-ktor-http.js +677 -677
  18. package/kotlin/ktor-ktor-io.js +976 -888
  19. package/kotlin/ktor-ktor-shared-ktor-events.js +5 -5
  20. package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.js +7 -7
  21. package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.js +133 -133
  22. package/kotlin/ktor-ktor-shared-ktor-serialization.js +58 -58
  23. package/kotlin/ktor-ktor-shared-ktor-websockets.js +38 -38
  24. package/kotlin/ktor-ktor-utils.js +644 -644
  25. package/package.json +1 -1
@@ -22,11 +22,11 @@
22
22
  function HandlerRegistration() {
23
23
  }
24
24
  function Events() {
25
- this.e3f_1 = new CopyOnWriteHashMap();
25
+ this.j3f_1 = new CopyOnWriteHashMap();
26
26
  }
27
- protoOf(Events).f3f = function (definition, value) {
27
+ protoOf(Events).k3f = function (definition, value) {
28
28
  var exception = null;
29
- var tmp0_safe_receiver = this.e3f_1.l2o(definition);
29
+ var tmp0_safe_receiver = this.j3f_1.q2o(definition);
30
30
  if (tmp0_safe_receiver == null)
31
31
  null;
32
32
  else {
@@ -37,7 +37,7 @@
37
37
  if (cur instanceof HandlerRegistration) {
38
38
  var registration = cur;
39
39
  try {
40
- var tmp_0 = registration.h3f_1;
40
+ var tmp_0 = registration.m3f_1;
41
41
  (typeof tmp_0 === 'function' ? tmp_0 : THROW_CCE())(value);
42
42
  } catch ($p) {
43
43
  if ($p instanceof Error) {
@@ -59,7 +59,7 @@
59
59
  }
60
60
  }
61
61
  }
62
- cur = cur.k2p();
62
+ cur = cur.p2p();
63
63
  }
64
64
  }
65
65
  var tmp1_safe_receiver = exception;
@@ -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().u2s_1 : contentType;
19
+ contentType = contentType === VOID ? Application_getInstance().z2s_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.q5o_1 = true;
26
- $this$Json.t5o_1 = true;
27
- $this$Json.e5p_1 = true;
28
- $this$Json.f5p_1 = true;
29
- $this$Json.u5o_1 = false;
30
- $this$Json.g5p_1 = false;
25
+ $this$Json.v5o_1 = true;
26
+ $this$Json.y5o_1 = true;
27
+ $this$Json.j5p_1 = true;
28
+ $this$Json.k5p_1 = true;
29
+ $this$Json.z5o_1 = false;
30
+ $this$Json.l5p_1 = false;
31
31
  return Unit_instance;
32
32
  }
33
33
  var properties_initialized_JsonSupport_kt_9cgd93;