@solibo/solibo-sdk 1.0.31 → 1.0.32-SNAPSHOT

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 (42) hide show
  1. package/KmLogging-logging.js +119 -119
  2. package/Kotlin-DateTime-library-kotlinx-datetime.js +1526 -1526
  3. package/KotlinBigInteger-bignum.js +1210 -1210
  4. package/MultiplatformSettings-multiplatform-settings.js +19 -19
  5. package/Stately-stately-concurrency.js +7 -7
  6. package/cryptography-kotlin-cryptography-bigint.js +46 -46
  7. package/cryptography-kotlin-cryptography-core.js +67 -67
  8. package/cryptography-kotlin-cryptography-provider-base.js +9 -9
  9. package/cryptography-kotlin-cryptography-provider-webcrypto.js +153 -153
  10. package/cryptography-kotlin-cryptography-random.js +19 -19
  11. package/cryptography-kotlin-cryptography-serialization-asn1-modules.js +130 -130
  12. package/cryptography-kotlin-cryptography-serialization-asn1.js +279 -279
  13. package/cryptography-kotlin-cryptography-serialization-pem.js +30 -30
  14. package/kotlin-kotlin-stdlib.js +363 -359
  15. package/kotlin-kotlin-stdlib.js.map +1 -1
  16. package/kotlinx-atomicfu.js +21 -21
  17. package/kotlinx-coroutines-core.js +1890 -1890
  18. package/kotlinx-io-kotlinx-io-bytestring.js +46 -46
  19. package/kotlinx-io-kotlinx-io-core.js +474 -474
  20. package/kotlinx-serialization-kotlinx-serialization-core.js +388 -152
  21. package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
  22. package/kotlinx-serialization-kotlinx-serialization-json.js +1209 -1208
  23. package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
  24. package/ktor-ktor-client-auth.js +286 -286
  25. package/ktor-ktor-client-content-negotiation.js +154 -154
  26. package/ktor-ktor-client-core.js +2787 -2787
  27. package/ktor-ktor-client-logging.js +663 -663
  28. package/ktor-ktor-events.js +11 -11
  29. package/ktor-ktor-http-cio.js +368 -368
  30. package/ktor-ktor-http.js +1010 -1010
  31. package/ktor-ktor-io.js +680 -680
  32. package/ktor-ktor-serialization-kotlinx-json.js +8 -8
  33. package/ktor-ktor-serialization-kotlinx.js +147 -147
  34. package/ktor-ktor-serialization.js +71 -71
  35. package/ktor-ktor-utils.js +743 -743
  36. package/ktor-ktor-websockets.js +421 -421
  37. package/package.json +1 -1
  38. package/solibo-sdk-sdk-home-api.js +20372 -20554
  39. package/solibo-sdk-sdk-home-api.js.map +1 -1
  40. package/solibo-sdk-sdk.d.ts +25 -30
  41. package/solibo-sdk-sdk.js +1663 -1615
  42. package/solibo-sdk-sdk.js.map +1 -1
@@ -16,14 +16,14 @@
16
16
  'use strict';
17
17
  //region block: imports
18
18
  var LockFreeLinkedListNode = kotlin_io_ktor_ktor_utils.$_$.p;
19
- var initMetadataForClass = kotlin_kotlin.$_$.ic;
19
+ var initMetadataForClass = kotlin_kotlin.$_$.jc;
20
20
  var VOID = kotlin_kotlin.$_$.c;
21
21
  var CopyOnWriteHashMap = kotlin_io_ktor_ktor_utils.$_$.h;
22
- var THROW_CCE = kotlin_kotlin.$_$.gi;
23
- var equals = kotlin_kotlin.$_$.zb;
24
- var addSuppressed = kotlin_kotlin.$_$.ti;
22
+ var THROW_CCE = kotlin_kotlin.$_$.hi;
23
+ var equals = kotlin_kotlin.$_$.ac;
24
+ var addSuppressed = kotlin_kotlin.$_$.ui;
25
25
  var Unit_instance = kotlin_kotlin.$_$.p5;
26
- var protoOf = kotlin_kotlin.$_$.id;
26
+ var protoOf = kotlin_kotlin.$_$.jd;
27
27
  //endregion
28
28
  //region block: pre-declaration
29
29
  initMetadataForClass(HandlerRegistration, 'HandlerRegistration', VOID, LockFreeLinkedListNode);
@@ -33,22 +33,22 @@
33
33
  function HandlerRegistration() {
34
34
  }
35
35
  function Events() {
36
- this.q3m_1 = new CopyOnWriteHashMap();
36
+ this.j3n_1 = new CopyOnWriteHashMap();
37
37
  }
38
- protoOf(Events).r3m = function (definition, value) {
38
+ protoOf(Events).k3n = function (definition, value) {
39
39
  var exception = null;
40
- var tmp0_safe_receiver = this.q3m_1.f3i(definition);
40
+ var tmp0_safe_receiver = this.j3n_1.y3i(definition);
41
41
  if (tmp0_safe_receiver == null)
42
42
  null;
43
43
  else {
44
44
  // Inline function 'io.ktor.util.internal.LockFreeLinkedListHead.forEach' call
45
- var tmp = tmp0_safe_receiver.w2k();
45
+ var tmp = tmp0_safe_receiver.p2l();
46
46
  var cur = tmp instanceof LockFreeLinkedListNode ? tmp : THROW_CCE();
47
47
  while (!equals(cur, tmp0_safe_receiver)) {
48
48
  if (cur instanceof HandlerRegistration) {
49
49
  var registration = cur;
50
50
  try {
51
- var tmp_0 = registration.t3m_1;
51
+ var tmp_0 = registration.m3n_1;
52
52
  (typeof tmp_0 === 'function' ? tmp_0 : THROW_CCE())(value);
53
53
  } catch ($p) {
54
54
  if ($p instanceof Error) {
@@ -70,7 +70,7 @@
70
70
  }
71
71
  }
72
72
  }
73
- cur = cur.t3j();
73
+ cur = cur.m3k();
74
74
  }
75
75
  }
76
76
  var tmp1_safe_receiver = exception;