@doordeck/doordeck-headless-sdk 0.137.0 → 0.139.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 +61 -61
  2. package/kotlin/Kermit-kermit.js +8 -8
  3. package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +2 -6459
  4. package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +57 -57
  5. package/kotlin/MultiplatformSettings-multiplatform-settings.js +23 -23
  6. package/kotlin/doordeck-sdk.d.ts +80 -80
  7. package/kotlin/doordeck-sdk.js +13815 -13617
  8. package/kotlin/kotlin-kotlin-stdlib.js +3464 -2905
  9. package/kotlin/kotlinx-atomicfu.js +24 -24
  10. package/kotlin/kotlinx-coroutines-core.js +2412 -2409
  11. package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +54 -54
  12. package/kotlin/kotlinx-io-kotlinx-io-core.js +568 -568
  13. package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +2130 -2118
  14. package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1675 -1659
  15. package/kotlin/ktor-ktor-client-auth.js +476 -476
  16. package/kotlin/ktor-ktor-client-content-negotiation.js +220 -220
  17. package/kotlin/ktor-ktor-client-core.js +3068 -3086
  18. package/kotlin/ktor-ktor-client-logging.js +1206 -1206
  19. package/kotlin/ktor-ktor-events.js +12 -12
  20. package/kotlin/ktor-ktor-http-cio.js +603 -586
  21. package/kotlin/ktor-ktor-http.js +888 -888
  22. package/kotlin/ktor-ktor-io.js +1140 -1140
  23. package/kotlin/ktor-ktor-serialization-kotlinx-json.js +8 -8
  24. package/kotlin/ktor-ktor-serialization-kotlinx.js +287 -287
  25. package/kotlin/ktor-ktor-serialization.js +130 -130
  26. package/kotlin/ktor-ktor-utils.js +961 -961
  27. package/kotlin/ktor-ktor-websockets.js +54 -54
  28. package/package.json +7 -7
@@ -1,16 +1,16 @@
1
1
  (function (_, kotlin_kotlin, kotlin_io_ktor_ktor_utils, kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core) {
2
2
  'use strict';
3
3
  //region block: imports
4
- var protoOf = kotlin_kotlin.$_$.yb;
5
- var initMetadataForClass = kotlin_kotlin.$_$.wa;
4
+ var protoOf = kotlin_kotlin.$_$.ib;
5
+ var initMetadataForClass = kotlin_kotlin.$_$.ia;
6
6
  var LockFreeLinkedListNode = kotlin_io_ktor_ktor_utils.$_$.g;
7
7
  var DisposableHandle = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.b1;
8
8
  var VOID = kotlin_kotlin.$_$.h;
9
9
  var CopyOnWriteHashMap = kotlin_io_ktor_ktor_utils.$_$.e;
10
- var THROW_CCE = kotlin_kotlin.$_$.xf;
11
- var equals = kotlin_kotlin.$_$.pa;
12
- var addSuppressed = kotlin_kotlin.$_$.kg;
13
- var Unit_instance = kotlin_kotlin.$_$.l5;
10
+ var THROW_CCE = kotlin_kotlin.$_$.cf;
11
+ var equals = kotlin_kotlin.$_$.ba;
12
+ var addSuppressed = kotlin_kotlin.$_$.pf;
13
+ var Unit_instance = kotlin_kotlin.$_$.f5;
14
14
  //endregion
15
15
  //region block: pre-declaration
16
16
  initMetadataForClass(EventDefinition, 'EventDefinition', EventDefinition);
@@ -22,22 +22,22 @@
22
22
  function HandlerRegistration() {
23
23
  }
24
24
  function Events() {
25
- this.y3f_1 = new CopyOnWriteHashMap();
25
+ this.b3h_1 = new CopyOnWriteHashMap();
26
26
  }
27
- protoOf(Events).z3f = function (definition, value) {
27
+ protoOf(Events).c3h = function (definition, value) {
28
28
  var exception = null;
29
- var tmp0_safe_receiver = this.y3f_1.c2p(definition);
29
+ var tmp0_safe_receiver = this.b3h_1.f2q(definition);
30
30
  if (tmp0_safe_receiver == null)
31
31
  null;
32
32
  else {
33
33
  // Inline function 'io.ktor.util.internal.LockFreeLinkedListHead.forEach' call
34
- var tmp = tmp0_safe_receiver.e13();
34
+ var tmp = tmp0_safe_receiver.f14();
35
35
  var cur = tmp instanceof LockFreeLinkedListNode ? tmp : THROW_CCE();
36
36
  while (!equals(cur, tmp0_safe_receiver)) {
37
37
  if (cur instanceof HandlerRegistration) {
38
38
  var registration = cur;
39
39
  try {
40
- var tmp_0 = registration.b3g_1;
40
+ var tmp_0 = registration.e3h_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.b2q();
62
+ cur = cur.e2r();
63
63
  }
64
64
  }
65
65
  var tmp1_safe_receiver = exception;