@doordeck/doordeck-headless-sdk 0.50.0 → 0.52.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/README.md +6 -6
  2. package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +1323 -1323
  3. package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +35 -35
  4. package/kotlin/MultiplatformSettings-multiplatform-settings.js +9 -9
  5. package/kotlin/doordeck-sdk.d.ts +2 -3
  6. package/kotlin/doordeck-sdk.js +12511 -12705
  7. package/kotlin/kotlin-kotlin-stdlib.js +1845 -2257
  8. package/kotlin/kotlinx-atomicfu.js +19 -19
  9. package/kotlin/kotlinx-coroutines-core.js +1923 -1923
  10. package/kotlin/kotlinx-io-kotlinx-io-core.js +454 -454
  11. package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1937 -1937
  12. package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1541 -1541
  13. package/kotlin/ktor-ktor-client-ktor-client-core.js +2846 -2847
  14. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-auth.js +403 -400
  15. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.js +210 -210
  16. package/kotlin/ktor-ktor-http.js +814 -814
  17. package/kotlin/ktor-ktor-io.js +667 -667
  18. package/kotlin/ktor-ktor-shared-ktor-events.js +12 -12
  19. package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.js +8 -8
  20. package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.js +271 -271
  21. package/kotlin/ktor-ktor-shared-ktor-serialization.js +127 -127
  22. package/kotlin/ktor-ktor-shared-ktor-websockets.js +55 -55
  23. package/kotlin/ktor-ktor-utils.js +632 -632
  24. package/package.json +1 -1
  25. package/kotlin/Stately-stately-concurrency.js +0 -30
  26. package/kotlin/Stately-stately-concurrent-collections.js +0 -302
  27. package/kotlin/Stately-stately-strict.js +0 -10
  28. package/kotlin/projects-core-koin-core.js +0 -1147
@@ -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.$_$.pb;
5
- var initMetadataForClass = kotlin_kotlin.$_$.pa;
4
+ var protoOf = kotlin_kotlin.$_$.ib;
5
+ var initMetadataForClass = kotlin_kotlin.$_$.ia;
6
6
  var LockFreeLinkedListNode = kotlin_io_ktor_ktor_utils.$_$.f;
7
7
  var DisposableHandle = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.w;
8
8
  var VOID = kotlin_kotlin.$_$.h;
9
9
  var CopyOnWriteHashMap = kotlin_io_ktor_ktor_utils.$_$.d;
10
- var THROW_CCE = kotlin_kotlin.$_$.cf;
11
- var equals = kotlin_kotlin.$_$.ia;
12
- var addSuppressed = kotlin_kotlin.$_$.pf;
13
- var Unit_instance = kotlin_kotlin.$_$.l5;
10
+ var THROW_CCE = kotlin_kotlin.$_$.ue;
11
+ var equals = kotlin_kotlin.$_$.ba;
12
+ var addSuppressed = kotlin_kotlin.$_$.hf;
13
+ var Unit_instance = kotlin_kotlin.$_$.g5;
14
14
  //endregion
15
15
  //region block: pre-declaration
16
16
  initMetadataForClass(EventDefinition, 'EventDefinition', EventDefinition);
@@ -22,23 +22,23 @@
22
22
  function HandlerRegistration() {
23
23
  }
24
24
  function Events() {
25
- this.j2q_1 = new CopyOnWriteHashMap();
25
+ this.r2p_1 = new CopyOnWriteHashMap();
26
26
  }
27
- protoOf(Events).k2q = function (definition, value) {
27
+ protoOf(Events).s2p = function (definition, value) {
28
28
  var exception = null;
29
- var tmp0_safe_receiver = this.j2q_1.a2a(definition);
29
+ var tmp0_safe_receiver = this.r2p_1.i29(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.p10();
34
+ var tmp = tmp0_safe_receiver.xz();
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
  // Inline function 'io.ktor.events.Events.raise.<anonymous>' call
39
39
  var registration = cur;
40
40
  try {
41
- var tmp_0 = registration.m2q_1;
41
+ var tmp_0 = registration.u2p_1;
42
42
  (typeof tmp_0 === 'function' ? tmp_0 : THROW_CCE())(value);
43
43
  } catch ($p) {
44
44
  if ($p instanceof Error) {
@@ -61,7 +61,7 @@
61
61
  }
62
62
  }
63
63
  }
64
- cur = cur.z2a();
64
+ cur = cur.h2a();
65
65
  }
66
66
  }
67
67
  var tmp1_safe_receiver = exception;
@@ -4,7 +4,7 @@
4
4
  var VOID = kotlin_kotlin.$_$.h;
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.$_$.l5;
7
+ var Unit_instance = kotlin_kotlin.$_$.g5;
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().h2e_1 : contentType;
19
+ contentType = contentType === VOID ? Application_getInstance().p2d_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.d4h_1 = true;
26
- $this$Json.g4h_1 = true;
27
- $this$Json.r4h_1 = true;
28
- $this$Json.s4h_1 = true;
29
- $this$Json.h4h_1 = false;
30
- $this$Json.t4h_1 = false;
25
+ $this$Json.n4g_1 = true;
26
+ $this$Json.q4g_1 = true;
27
+ $this$Json.b4h_1 = true;
28
+ $this$Json.c4h_1 = true;
29
+ $this$Json.r4g_1 = false;
30
+ $this$Json.d4h_1 = false;
31
31
  return Unit_instance;
32
32
  }
33
33
  var properties_initialized_JsonSupport_kt_9cgd93;