@doordeck/doordeck-headless-sdk 0.134.0 → 0.135.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 +59 -59
  2. package/kotlin/Kermit-kermit.js +8 -8
  3. package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +1536 -1536
  4. package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +49 -49
  5. package/kotlin/MultiplatformSettings-multiplatform-settings.js +23 -23
  6. package/kotlin/doordeck-sdk.d.ts +666 -1298
  7. package/kotlin/doordeck-sdk.js +29918 -27463
  8. package/kotlin/kotlin-kotlin-stdlib.js +2370 -2221
  9. package/kotlin/kotlinx-atomicfu.js +18 -18
  10. package/kotlin/kotlinx-coroutines-core.js +2302 -2302
  11. package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +50 -50
  12. package/kotlin/kotlinx-io-kotlinx-io-core.js +470 -470
  13. package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1958 -1890
  14. package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1570 -1570
  15. package/kotlin/ktor-ktor-client-auth.js +472 -472
  16. package/kotlin/ktor-ktor-client-content-negotiation.js +219 -219
  17. package/kotlin/ktor-ktor-client-core.js +3026 -3026
  18. package/kotlin/ktor-ktor-client-logging.js +1196 -1196
  19. package/kotlin/ktor-ktor-events.js +12 -12
  20. package/kotlin/ktor-ktor-http-cio.js +534 -534
  21. package/kotlin/ktor-ktor-http.js +843 -843
  22. package/kotlin/ktor-ktor-io.js +1126 -1126
  23. package/kotlin/ktor-ktor-serialization-kotlinx-json.js +7 -7
  24. package/kotlin/ktor-ktor-serialization-kotlinx.js +283 -283
  25. package/kotlin/ktor-ktor-serialization.js +129 -129
  26. package/kotlin/ktor-ktor-utils.js +897 -895
  27. package/kotlin/ktor-ktor-websockets.js +53 -53
  28. package/package.json +1 -1
@@ -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.$_$.vb;
5
- var initMetadataForClass = kotlin_kotlin.$_$.ta;
4
+ var protoOf = kotlin_kotlin.$_$.yb;
5
+ var initMetadataForClass = kotlin_kotlin.$_$.wa;
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.$_$.uf;
11
- var equals = kotlin_kotlin.$_$.ma;
12
- var addSuppressed = kotlin_kotlin.$_$.hg;
13
- var Unit_instance = kotlin_kotlin.$_$.k5;
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;
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.v3f_1 = new CopyOnWriteHashMap();
25
+ this.y3f_1 = new CopyOnWriteHashMap();
26
26
  }
27
- protoOf(Events).w3f = function (definition, value) {
27
+ protoOf(Events).z3f = function (definition, value) {
28
28
  var exception = null;
29
- var tmp0_safe_receiver = this.v3f_1.z2o(definition);
29
+ var tmp0_safe_receiver = this.y3f_1.c2p(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.c13();
34
+ var tmp = tmp0_safe_receiver.e13();
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.y3f_1;
40
+ var tmp_0 = registration.b3g_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.y2p();
62
+ cur = cur.b2q();
63
63
  }
64
64
  }
65
65
  var tmp1_safe_receiver = exception;