@solibo/solibo-sdk 1.0.30 → 1.0.31-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 (32) hide show
  1. package/KmLogging-logging.js +91 -91
  2. package/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
  3. package/KotlinBigInteger-bignum.js +1111 -1111
  4. package/MultiplatformSettings-multiplatform-settings.js +16 -16
  5. package/Stately-stately-concurrency.js +4 -4
  6. package/cryptography-kotlin-cryptography-bigint.js +28 -28
  7. package/cryptography-kotlin-cryptography-core.js +47 -47
  8. package/cryptography-kotlin-cryptography-provider-base.js +8 -8
  9. package/cryptography-kotlin-cryptography-provider-webcrypto.js +136 -136
  10. package/cryptography-kotlin-cryptography-random.js +15 -15
  11. package/cryptography-kotlin-cryptography-serialization-asn1-modules.js +118 -118
  12. package/cryptography-kotlin-cryptography-serialization-asn1.js +256 -256
  13. package/cryptography-kotlin-cryptography-serialization-pem.js +15 -15
  14. package/kotlin-kotlin-stdlib.js +15 -15
  15. package/kotlin-kotlin-stdlib.js.map +1 -1
  16. package/kotlinx-coroutines-core.js +8 -8
  17. package/kotlinx-coroutines-core.js.map +1 -1
  18. package/kotlinx-serialization-kotlinx-serialization-json.js +621 -606
  19. package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
  20. package/ktor-ktor-client-auth.js +224 -224
  21. package/ktor-ktor-client-core.js +39 -39
  22. package/ktor-ktor-client-logging.js +519 -519
  23. package/ktor-ktor-http-cio.js +3 -3
  24. package/ktor-ktor-http.js +6 -6
  25. package/ktor-ktor-serialization.js +1 -1
  26. package/ktor-ktor-utils.js +7 -7
  27. package/ktor-ktor-websockets.js +2 -2
  28. package/package.json +1 -1
  29. package/solibo-sdk-sdk-home-api.js +17163 -17108
  30. package/solibo-sdk-sdk-home-api.js.map +1 -1
  31. package/solibo-sdk-sdk.d.ts +25 -25
  32. package/solibo-sdk-sdk.js +1397 -1397
@@ -212,7 +212,7 @@
212
212
  this.a42_1 = 0;
213
213
  this.b42_1 = get_HeadersDataPool().k3c();
214
214
  }
215
- protoOf(HttpHeadersMap).q1f = function (name) {
215
+ protoOf(HttpHeadersMap).r1f = function (name) {
216
216
  if (this.z41_1 === 0)
217
217
  return null;
218
218
  // Inline function 'kotlin.math.absoluteValue' call
@@ -640,7 +640,7 @@
640
640
  this.i9_1 = 1;
641
641
  continue $sm;
642
642
  case 5:
643
- var host = this.c44_1.q1f('Host');
643
+ var host = this.c44_1.r1f('Host');
644
644
  if (!(host == null)) {
645
645
  validateHostHeader(host);
646
646
  }
@@ -1294,7 +1294,7 @@
1294
1294
  switch (tmp) {
1295
1295
  case 0:
1296
1296
  this.j9_1 = 6;
1297
- var tmp0_safe_receiver = this.g45_1.q1f('Content-Length');
1297
+ var tmp0_safe_receiver = this.g45_1.r1f('Content-Length');
1298
1298
  var contentLength = tmp0_safe_receiver == null ? null : parseDecLong(tmp0_safe_receiver);
1299
1299
  if (contentLength == null) {
1300
1300
  this.i9_1 = 3;
package/ktor-ktor-http.js CHANGED
@@ -2621,11 +2621,11 @@
2621
2621
  return _this__u8e3s4.l3u().j3h('Content-Type', type.toString());
2622
2622
  }
2623
2623
  function contentLength(_this__u8e3s4) {
2624
- var tmp0_safe_receiver = _this__u8e3s4.l3u().q1f('Content-Length');
2624
+ var tmp0_safe_receiver = _this__u8e3s4.l3u().r1f('Content-Length');
2625
2625
  return tmp0_safe_receiver == null ? null : toLongOrNull(tmp0_safe_receiver);
2626
2626
  }
2627
2627
  function contentType_0(_this__u8e3s4) {
2628
- var tmp0_safe_receiver = _this__u8e3s4.l3u().q1f('Content-Type');
2628
+ var tmp0_safe_receiver = _this__u8e3s4.l3u().r1f('Content-Type');
2629
2629
  var tmp;
2630
2630
  if (tmp0_safe_receiver == null) {
2631
2631
  tmp = null;
@@ -2636,7 +2636,7 @@
2636
2636
  return tmp;
2637
2637
  }
2638
2638
  function contentType_1(_this__u8e3s4) {
2639
- var tmp0_safe_receiver = _this__u8e3s4.l3u().q1f('Content-Type');
2639
+ var tmp0_safe_receiver = _this__u8e3s4.l3u().r1f('Content-Type');
2640
2640
  var tmp;
2641
2641
  if (tmp0_safe_receiver == null) {
2642
2642
  tmp = null;
@@ -2651,7 +2651,7 @@
2651
2651
  return tmp0_safe_receiver == null ? null : charset(tmp0_safe_receiver);
2652
2652
  }
2653
2653
  function cacheControl(_this__u8e3s4) {
2654
- var tmp0_safe_receiver = _this__u8e3s4.l3u().q1f('Cache-Control');
2654
+ var tmp0_safe_receiver = _this__u8e3s4.l3u().r1f('Cache-Control');
2655
2655
  var tmp;
2656
2656
  if (tmp0_safe_receiver == null) {
2657
2657
  tmp = null;
@@ -5093,10 +5093,10 @@
5093
5093
  }
5094
5094
  //region block: post-declaration
5095
5095
  protoOf($serializer).l14 = typeParametersSerializers;
5096
- protoOf(EmptyHeaders).q1f = get;
5096
+ protoOf(EmptyHeaders).r1f = get;
5097
5097
  protoOf(EmptyHeaders).y3g = contains_0;
5098
5098
  protoOf(EmptyHeaders).f3h = forEach;
5099
- protoOf(EmptyParameters).q1f = get;
5099
+ protoOf(EmptyParameters).r1f = get;
5100
5100
  protoOf(EmptyParameters).y3g = contains_0;
5101
5101
  protoOf(EmptyParameters).f3h = forEach;
5102
5102
  defineProp(protoOf(ParseException), 'message', function () {
@@ -103,7 +103,7 @@
103
103
  }
104
104
  function suitableCharsetOrNull(_this__u8e3s4, defaultCharset) {
105
105
  defaultCharset = defaultCharset === VOID ? Charsets_getInstance().v3b_1 : defaultCharset;
106
- var _iterator__ex2g4s = parseAndSortHeader(_this__u8e3s4.q1f('Accept-Charset')).t();
106
+ var _iterator__ex2g4s = parseAndSortHeader(_this__u8e3s4.r1f('Accept-Charset')).t();
107
107
  while (_iterator__ex2g4s.u()) {
108
108
  var charset = _iterator__ex2g4s.v().xg();
109
109
  if (charset === '*')
@@ -877,13 +877,13 @@
877
877
  protoOf(CaseInsensitiveMap).g1 = function () {
878
878
  return this.q3f_1.g1();
879
879
  };
880
- protoOf(CaseInsensitiveMap).o1f = function (key) {
880
+ protoOf(CaseInsensitiveMap).p1f = function (key) {
881
881
  return this.q3f_1.x2(new CaseInsensitiveString(key));
882
882
  };
883
883
  protoOf(CaseInsensitiveMap).x2 = function (key) {
884
884
  if (!(!(key == null) ? typeof key === 'string' : false))
885
885
  return false;
886
- return this.o1f((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE());
886
+ return this.p1f((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE());
887
887
  };
888
888
  protoOf(CaseInsensitiveMap).r3f = function (value) {
889
889
  return this.q3f_1.y2(value);
@@ -893,13 +893,13 @@
893
893
  return false;
894
894
  return this.r3f(!(value == null) ? value : THROW_CCE());
895
895
  };
896
- protoOf(CaseInsensitiveMap).q1f = function (key) {
896
+ protoOf(CaseInsensitiveMap).r1f = function (key) {
897
897
  return this.q3f_1.z2(caseInsensitive(key));
898
898
  };
899
899
  protoOf(CaseInsensitiveMap).z2 = function (key) {
900
900
  if (!(!(key == null) ? typeof key === 'string' : false))
901
901
  return null;
902
- return this.q1f((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE());
902
+ return this.r1f((!(key == null) ? typeof key === 'string' : false) ? key : THROW_CCE());
903
903
  };
904
904
  protoOf(CaseInsensitiveMap).r = function () {
905
905
  return this.q3f_1.r();
@@ -1418,7 +1418,7 @@
1418
1418
  list.f3();
1419
1419
  list.e1(value);
1420
1420
  };
1421
- protoOf(StringValuesBuilderImpl).q1f = function (name) {
1421
+ protoOf(StringValuesBuilderImpl).r1f = function (name) {
1422
1422
  var tmp0_safe_receiver = this.d3h(name);
1423
1423
  return tmp0_safe_receiver == null ? null : firstOrNull(tmp0_safe_receiver);
1424
1424
  };
@@ -1512,7 +1512,7 @@
1512
1512
  protoOf(StringValuesImpl).c3h = function () {
1513
1513
  return this.o3h_1;
1514
1514
  };
1515
- protoOf(StringValuesImpl).q1f = function (name) {
1515
+ protoOf(StringValuesImpl).r1f = function (name) {
1516
1516
  var tmp0_safe_receiver = listForKey(this, name);
1517
1517
  return tmp0_safe_receiver == null ? null : firstOrNull(tmp0_safe_receiver);
1518
1518
  };
@@ -1627,7 +1627,7 @@
1627
1627
  protoOf(StringValuesSingleImpl).f3h = function (body) {
1628
1628
  return body(this.t3h_1, this.u3h_1);
1629
1629
  };
1630
- protoOf(StringValuesSingleImpl).q1f = function (name) {
1630
+ protoOf(StringValuesSingleImpl).r1f = function (name) {
1631
1631
  return equals_0(name, this.t3h_1, this.c3h()) ? firstOrNull(this.u3h_1) : null;
1632
1632
  };
1633
1633
  protoOf(StringValuesSingleImpl).y3g = function (name) {
@@ -108,8 +108,8 @@
108
108
  var _ChannelResult___get_isClosed__impl__mg7kuu = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.l;
109
109
  var close$default = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.k;
110
110
  var cancel$default = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.j;
111
- var ReceiveChannel = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.y;
112
111
  var SendChannel = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.z;
112
+ var ReceiveChannel = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.y;
113
113
  var RuntimeException = kotlin_kotlin.$_$.fi;
114
114
  var RuntimeException_init_$Init$ = kotlin_kotlin.$_$.d2;
115
115
  var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.j;
@@ -153,7 +153,7 @@
153
153
  initMetadataForClass(ChannelConfig, 'ChannelConfig');
154
154
  initMetadataForClass(ChannelOverflow, 'ChannelOverflow', VOID, Enum);
155
155
  initMetadataForCompanion(Companion_4);
156
- initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 0]);
156
+ initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 0]);
157
157
  initMetadataForClass(ChannelOverflowException, 'ChannelOverflowException', VOID, RuntimeException);
158
158
  initMetadataForInterface(WebSocketExtension, 'WebSocketExtension');
159
159
  initMetadataForClass(WebSocketExtensionsConfig, 'WebSocketExtensionsConfig', WebSocketExtensionsConfig);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main": "index.js",
3
3
  "types": "index.d.ts",
4
- "version": "1.0.30",
4
+ "version": "1.0.31-SNAPSHOT",
5
5
  "name": "@solibo/solibo-sdk",
6
6
  "dependencies": {
7
7
  "@js-joda/core": "3.2.0",