@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
@@ -1077,8 +1077,8 @@
1077
1077
  protoOf(DelegatedRequest).f4m = function () {
1078
1078
  return this.k4m_1.f4m();
1079
1079
  };
1080
- protoOf(DelegatedRequest).m1f = function () {
1081
- return this.k4m_1.m1f();
1080
+ protoOf(DelegatedRequest).n1f = function () {
1081
+ return this.k4m_1.n1f();
1082
1082
  };
1083
1083
  protoOf(DelegatedRequest).l3u = function () {
1084
1084
  return this.k4m_1.l3u();
@@ -1352,7 +1352,7 @@
1352
1352
  function NoTransformationFoundException(response, from, to) {
1353
1353
  UnsupportedOperationException_init_$Init$(this);
1354
1354
  captureStack(this, NoTransformationFoundException);
1355
- this.e4o_1 = trimIndent("\n Expected response body of the type '" + toString(to) + "' but was '" + toString(from) + "'\n In response from `" + get_request(response).o4m().toString() + '`\n Response status `' + response.l40().toString() + '`\n Response header `ContentType: ' + response.l3u().q1f('Content-Type') + '` \n Request header `Accept: ' + get_request(response).l3u().q1f('Accept') + '`\n \n You can read how to resolve NoTransformationFoundException at FAQ: \n https://ktor.io/docs/faq.html#no-transformation-found-exception\n ');
1355
+ this.e4o_1 = trimIndent("\n Expected response body of the type '" + toString(to) + "' but was '" + toString(from) + "'\n In response from `" + get_request(response).o4m().toString() + '`\n Response status `' + response.l40().toString() + '`\n Response header `ContentType: ' + response.l3u().r1f('Content-Type') + '` \n Request header `Accept: ' + get_request(response).l3u().r1f('Accept') + '`\n \n You can read how to resolve NoTransformationFoundException at FAQ: \n https://ktor.io/docs/faq.html#no-transformation-found-exception\n ');
1356
1356
  delete this.message;
1357
1357
  }
1358
1358
  protoOf(NoTransformationFoundException).e = function () {
@@ -1394,8 +1394,8 @@
1394
1394
  protoOf(SavedHttpRequest).f4m = function () {
1395
1395
  return this.v4o_1.f4m();
1396
1396
  };
1397
- protoOf(SavedHttpRequest).m1f = function () {
1398
- return this.v4o_1.m1f();
1397
+ protoOf(SavedHttpRequest).n1f = function () {
1398
+ return this.v4o_1.n1f();
1399
1399
  };
1400
1400
  protoOf(SavedHttpRequest).l3u = function () {
1401
1401
  return this.v4o_1.l3u();
@@ -2089,18 +2089,18 @@
2089
2089
  _init_properties_Utils_kt__jo07cx();
2090
2090
  var tmp = buildHeaders(mergeHeaders$lambda(requestHeaders, content));
2091
2091
  tmp.f3h(mergeHeaders$lambda_0(block));
2092
- var missingAgent = requestHeaders.q1f('User-Agent') == null && content.l3u().q1f('User-Agent') == null;
2092
+ var missingAgent = requestHeaders.r1f('User-Agent') == null && content.l3u().r1f('User-Agent') == null;
2093
2093
  if (missingAgent && needUserAgent()) {
2094
2094
  block('User-Agent', get_KTOR_DEFAULT_USER_AGENT());
2095
2095
  }
2096
2096
  var tmp0_safe_receiver = content.k40();
2097
2097
  var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.toString();
2098
- var tmp2_elvis_lhs = tmp1_elvis_lhs == null ? content.l3u().q1f('Content-Type') : tmp1_elvis_lhs;
2099
- var type = tmp2_elvis_lhs == null ? requestHeaders.q1f('Content-Type') : tmp2_elvis_lhs;
2098
+ var tmp2_elvis_lhs = tmp1_elvis_lhs == null ? content.l3u().r1f('Content-Type') : tmp1_elvis_lhs;
2099
+ var type = tmp2_elvis_lhs == null ? requestHeaders.r1f('Content-Type') : tmp2_elvis_lhs;
2100
2100
  var tmp3_safe_receiver = content.m40();
2101
2101
  var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : tmp3_safe_receiver.toString();
2102
- var tmp5_elvis_lhs = tmp4_elvis_lhs == null ? content.l3u().q1f('Content-Length') : tmp4_elvis_lhs;
2103
- var length = tmp5_elvis_lhs == null ? requestHeaders.q1f('Content-Length') : tmp5_elvis_lhs;
2102
+ var tmp5_elvis_lhs = tmp4_elvis_lhs == null ? content.l3u().r1f('Content-Length') : tmp4_elvis_lhs;
2103
+ var length = tmp5_elvis_lhs == null ? requestHeaders.r1f('Content-Length') : tmp5_elvis_lhs;
2104
2104
  if (type == null)
2105
2105
  null;
2106
2106
  else {
@@ -2974,7 +2974,7 @@
2974
2974
  this.i4w_1 = $body;
2975
2975
  ReadChannelContent.call(this);
2976
2976
  var tmp = this;
2977
- var tmp0_safe_receiver = $this_intercept.k3l_1.x4k_1.q1f('Content-Length');
2977
+ var tmp0_safe_receiver = $this_intercept.k3l_1.x4k_1.r1f('Content-Length');
2978
2978
  tmp.g4w_1 = tmp0_safe_receiver == null ? null : toLong(tmp0_safe_receiver);
2979
2979
  var tmp_0 = this;
2980
2980
  tmp_0.h4w_1 = $contentType == null ? Application_getInstance().k3n_1 : $contentType;
@@ -3009,7 +3009,7 @@
3009
3009
  switch (tmp) {
3010
3010
  case 0:
3011
3011
  this.j9_1 = 3;
3012
- if (this.r4w_1.k3l_1.x4k_1.q1f('Accept') == null) {
3012
+ if (this.r4w_1.k3l_1.x4k_1.r1f('Accept') == null) {
3013
3013
  this.r4w_1.k3l_1.x4k_1.z3g('Accept', '*/*');
3014
3014
  }
3015
3015
 
@@ -3256,7 +3256,7 @@
3256
3256
  continue $sm;
3257
3257
  } else {
3258
3258
  if (tmp0_subject.equals(getKClass(MultiPartData))) {
3259
- var tmp0 = this.o4x_1.k3l_1.v4j().l3u().q1f('Content-Type');
3259
+ var tmp0 = this.o4x_1.k3l_1.v4j().l3u().r1f('Content-Type');
3260
3260
  var tmp$ret$0;
3261
3261
  l$ret$1: do {
3262
3262
  if (tmp0 == null) {
@@ -3274,7 +3274,7 @@
3274
3274
  var message_0 = 'Expected multipart/form-data, got ' + contentType.toString();
3275
3275
  throw IllegalStateException_init_$Create$(toString(message_0));
3276
3276
  }
3277
- var tmp1_safe_receiver = this.o4x_1.k3l_1.v4j().l3u().q1f('Content-Length');
3277
+ var tmp1_safe_receiver = this.o4x_1.k3l_1.v4j().l3u().r1f('Content-Length');
3278
3278
  var contentLength_0 = tmp1_safe_receiver == null ? null : toLong(tmp1_safe_receiver);
3279
3279
  var body_0 = new CIOMultipartDataBase(this.o4x_1.e26(), body, rawContentType, contentLength_0);
3280
3280
  var parsedResponse = new HttpResponseContainer(this.q4x_1, body_0);
@@ -4059,7 +4059,7 @@
4059
4059
  protoOf(HttpRequest$1).l3u = function () {
4060
4060
  return this.w51_1;
4061
4061
  };
4062
- protoOf(HttpRequest$1).m1f = function () {
4062
+ protoOf(HttpRequest$1).n1f = function () {
4063
4063
  var tmp = this.x51_1.y4k_1;
4064
4064
  var tmp0_elvis_lhs = tmp instanceof OutgoingContent ? tmp : null;
4065
4065
  var tmp_0;
@@ -4401,7 +4401,7 @@
4401
4401
  return readText_0(body, actualCharset);
4402
4402
  }
4403
4403
  function invoke$addCharsetHeaders(acceptCharsetHeader, context) {
4404
- if (!(context.x4k_1.q1f('Accept-Charset') == null))
4404
+ if (!(context.x4k_1.r1f('Accept-Charset') == null))
4405
4405
  return Unit_instance;
4406
4406
  get_LOGGER_3().p3m('Adding Accept-Charset=' + acceptCharsetHeader + ' to ' + context.v4k_1.toString());
4407
4407
  context.x4k_1.j3h('Accept-Charset', acceptCharsetHeader);
@@ -4689,7 +4689,7 @@
4689
4689
  var previousAuthority = get_authority(this.j54_1.e4m().o4m());
4690
4690
  if (!isRedirect(this.j54_1.v4j().l40()))
4691
4691
  return this.j54_1;
4692
- var location = this.j54_1.v4j().l3u().q1f('Location');
4692
+ var location = this.j54_1.v4j().l3u().r1f('Location');
4693
4693
  if (location == null) {
4694
4694
  get_LOGGER_4().n3m('Location header missing from redirect response ' + this.j54_1.e4m().o4m().toString() + '; returning response as is');
4695
4695
  return this.j54_1;
@@ -5149,7 +5149,7 @@
5149
5149
  if ($respectRetryAfterHeader) {
5150
5150
  var tmp0_safe_receiver = _this__u8e3s4.y56_1;
5151
5151
  var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.l3u();
5152
- var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.q1f('Retry-After');
5152
+ var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.r1f('Retry-After');
5153
5153
  var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : toLongOrNull(tmp2_safe_receiver);
5154
5154
  var tmp_0;
5155
5155
  if (tmp3_safe_receiver == null) {
@@ -7335,7 +7335,7 @@
7335
7335
  if (get_isTraceEnabled(this_0)) {
7336
7336
  this_0.p3m('No cached response for ' + this.k5h_1.k3l_1.v4k_1.toString() + ' found');
7337
7337
  }
7338
- var header_0 = parseHeaderValue(this.k5h_1.k3l_1.x4k_1.q1f('Cache-Control'));
7338
+ var header_0 = parseHeaderValue(this.k5h_1.k3l_1.x4k_1.r1f('Cache-Control'));
7339
7339
  if (header_0.q2(CacheControl_getInstance().a5i_1)) {
7340
7340
  var this_1 = get_LOGGER_9();
7341
7341
  if (get_isTraceEnabled(this_1)) {
@@ -7385,7 +7385,7 @@
7385
7385
  }
7386
7386
 
7387
7387
  case 5:
7388
- var tmp0_safe_receiver = this.m5h_1.i5i_1.q1f('ETag');
7388
+ var tmp0_safe_receiver = this.m5h_1.i5i_1.r1f('ETag');
7389
7389
  if (tmp0_safe_receiver == null)
7390
7390
  null;
7391
7391
  else {
@@ -7396,7 +7396,7 @@
7396
7396
  header(this.k5h_1.k3l_1, 'If-None-Match', tmp0_safe_receiver);
7397
7397
  }
7398
7398
 
7399
- var tmp1_safe_receiver = this.m5h_1.i5i_1.q1f('Last-Modified');
7399
+ var tmp1_safe_receiver = this.m5h_1.i5i_1.r1f('Last-Modified');
7400
7400
  if (tmp1_safe_receiver == null)
7401
7401
  null;
7402
7402
  else {
@@ -7870,7 +7870,7 @@
7870
7870
  };
7871
7871
  function Headers$get$ref(p0) {
7872
7872
  var l = function (_this__u8e3s4) {
7873
- return p0.q1f(_this__u8e3s4);
7873
+ return p0.r1f(_this__u8e3s4);
7874
7874
  };
7875
7875
  l.callableName = 'get';
7876
7876
  return l;
@@ -7890,7 +7890,7 @@
7890
7890
  }
7891
7891
  function HeadersBuilder$get$ref(p0) {
7892
7892
  var l = function (_this__u8e3s4) {
7893
- return p0.q1f(_this__u8e3s4);
7893
+ return p0.r1f(_this__u8e3s4);
7894
7894
  };
7895
7895
  l.callableName = 'get';
7896
7896
  return l;
@@ -7996,7 +7996,7 @@
7996
7996
  continue $sm;
7997
7997
  } else {
7998
7998
  var tmp_0 = this;
7999
- var tmp_1 = this.g5l_1.m1f();
7999
+ var tmp_1 = this.g5l_1.n1f();
8000
8000
  var tmp_2 = Headers$get$ref(this.g5l_1.l3u());
8001
8001
  tmp_0.i5l_1 = mergedHeadersLookup(tmp_1, tmp_2, Headers$getAll$ref(this.g5l_1.l3u()));
8002
8002
  this.i9_1 = 1;
@@ -8200,7 +8200,7 @@
8200
8200
  protoOf(RequestForCache).f4m = function () {
8201
8201
  return this.e5m_1;
8202
8202
  };
8203
- protoOf(RequestForCache).m1f = function () {
8203
+ protoOf(RequestForCache).n1f = function () {
8204
8204
  return this.f5m_1;
8205
8205
  };
8206
8206
  protoOf(RequestForCache).l3u = function () {
@@ -8229,7 +8229,7 @@
8229
8229
  tmp = tmp4_elvis_lhs == null ? '' : tmp4_elvis_lhs;
8230
8230
  break;
8231
8231
  case 'User-Agent':
8232
- var tmp5_elvis_lhs = $content.l3u().q1f('User-Agent');
8232
+ var tmp5_elvis_lhs = $content.l3u().r1f('User-Agent');
8233
8233
  var tmp6_elvis_lhs = tmp5_elvis_lhs == null ? $headerExtractor('User-Agent') : tmp5_elvis_lhs;
8234
8234
  tmp = tmp6_elvis_lhs == null ? get_KTOR_DEFAULT_USER_AGENT() : tmp6_elvis_lhs;
8235
8235
  break;
@@ -8436,7 +8436,7 @@
8436
8436
  if (!(maxAge == null)) {
8437
8437
  return plus_1(_this__u8e3s4.w4m(), multiply(maxAge, 1000n));
8438
8438
  }
8439
- var expires = _this__u8e3s4.l3u().q1f('Expires');
8439
+ var expires = _this__u8e3s4.l3u().r1f('Expires');
8440
8440
  var tmp_3;
8441
8441
  if (expires == null) {
8442
8442
  tmp_3 = null;
@@ -8643,7 +8643,7 @@
8643
8643
  if (!varyKeys.r()) {
8644
8644
  tmp = storage.v5o(url, varyKeys);
8645
8645
  } else {
8646
- var tmp_0 = request.m1f();
8646
+ var tmp_0 = request.n1f();
8647
8647
  var tmp_1 = Headers$get$ref_0(request.l3u());
8648
8648
  var requestHeaders = mergedHeadersLookup(tmp_0, tmp_1, Headers$getAll$ref_0(request.l3u()));
8649
8649
  // Inline function 'kotlin.collections.sortedByDescending' call
@@ -8724,7 +8724,7 @@
8724
8724
  };
8725
8725
  function HeadersBuilder$get$ref_0(p0) {
8726
8726
  var l = function (_this__u8e3s4) {
8727
- return p0.q1f(_this__u8e3s4);
8727
+ return p0.r1f(_this__u8e3s4);
8728
8728
  };
8729
8729
  l.callableName = 'get';
8730
8730
  return l;
@@ -8738,7 +8738,7 @@
8738
8738
  }
8739
8739
  function Headers$get$ref_0(p0) {
8740
8740
  var l = function (_this__u8e3s4) {
8741
- return p0.q1f(_this__u8e3s4);
8741
+ return p0.r1f(_this__u8e3s4);
8742
8742
  };
8743
8743
  l.callableName = 'get';
8744
8744
  return l;
@@ -8773,7 +8773,7 @@
8773
8773
  this.j9_1 = 8;
8774
8774
  this.j5n_1 = findResponse_1(this.g5n_1, this.f5n_1.k3l_1, this.h5n_1);
8775
8775
  if (this.j5n_1 == null) {
8776
- var header_0 = parseHeaderValue(this.f5n_1.k3l_1.x4k_1.q1f('Cache-Control'));
8776
+ var header_0 = parseHeaderValue(this.f5n_1.k3l_1.x4k_1.r1f('Cache-Control'));
8777
8777
  if (header_0.q2(CacheControl_getInstance().a5i_1)) {
8778
8778
  this.i9_1 = 6;
8779
8779
  suspendResult = Companion_getInstance_10().w5h(this.f5n_1, this.i5n_1, this);
@@ -8819,14 +8819,14 @@
8819
8819
  }
8820
8820
 
8821
8821
  case 3:
8822
- var tmp0_safe_receiver = this.j5n_1.l5m_1.q1f('ETag');
8822
+ var tmp0_safe_receiver = this.j5n_1.l5m_1.r1f('ETag');
8823
8823
  if (tmp0_safe_receiver == null)
8824
8824
  null;
8825
8825
  else {
8826
8826
  header(this.f5n_1.k3l_1, 'If-None-Match', tmp0_safe_receiver);
8827
8827
  }
8828
8828
 
8829
- var tmp1_safe_receiver = this.j5n_1.l5m_1.q1f('Last-Modified');
8829
+ var tmp1_safe_receiver = this.j5n_1.l5m_1.r1f('Last-Modified');
8830
8830
  if (tmp1_safe_receiver == null)
8831
8831
  null;
8832
8832
  else {
@@ -10089,7 +10089,7 @@
10089
10089
  this.j9_1 = 5;
10090
10090
  var $this$with = this.j5u_1;
10091
10091
  this.l5u_1 = clone(this.j5u_1.v4k_1).d1r();
10092
- var tmp0_safe_receiver = $this$with.x4k_1.q1f('Cookie');
10092
+ var tmp0_safe_receiver = $this$with.x4k_1.r1f('Cookie');
10093
10093
  var tmp_0;
10094
10094
  if (tmp0_safe_receiver == null) {
10095
10095
  tmp_0 = null;
@@ -11034,7 +11034,7 @@
11034
11034
  var session = this.o5z_1.yg();
11035
11035
  var response = this.n5z_1.k3l_1.v4j();
11036
11036
  var status = response.l40();
11037
- var requestContent = get_request(response).m1f();
11037
+ var requestContent = get_request(response).n1f();
11038
11038
  if (!(requestContent instanceof WebSocketContent)) {
11039
11039
  var this_0 = get_LOGGER_11();
11040
11040
  if (get_isTraceEnabled(this_0)) {
@@ -11131,7 +11131,7 @@
11131
11131
  addNegotiatedProtocols($this, context, protocols);
11132
11132
  }
11133
11133
  function completeNegotiation($this, call) {
11134
- var tmp0_safe_receiver = call.v4j().l3u().q1f('Sec-WebSocket-Extensions');
11134
+ var tmp0_safe_receiver = call.v4j().l3u().r1f('Sec-WebSocket-Extensions');
11135
11135
  var tmp;
11136
11136
  if (tmp0_safe_receiver == null) {
11137
11137
  tmp = null;
@@ -11370,7 +11370,7 @@
11370
11370
  protoOf(DefaultHttpRequest).o4m = function () {
11371
11371
  return this.h60_1;
11372
11372
  };
11373
- protoOf(DefaultHttpRequest).m1f = function () {
11373
+ protoOf(DefaultHttpRequest).n1f = function () {
11374
11374
  return this.i60_1;
11375
11375
  };
11376
11376
  protoOf(DefaultHttpRequest).l3u = function () {
@@ -11857,7 +11857,7 @@
11857
11857
  writeText(headersBuilder, key + ': ' + joinToString(values, '; '));
11858
11858
  writeFully(headersBuilder, get_RN_BYTES());
11859
11859
  }
11860
- var tmp0_safe_receiver = item.m62_1.q1f('Content-Length');
11860
+ var tmp0_safe_receiver = item.m62_1.r1f('Content-Length');
11861
11861
  var bodySize = tmp0_safe_receiver == null ? null : toLong(tmp0_safe_receiver);
11862
11862
  var tmp_0;
11863
11863
  if (item instanceof FileItem) {
@@ -12632,7 +12632,7 @@
12632
12632
  _init_properties_HeadersUtils_kt__fb6dxx();
12633
12633
  if (method.equals(Companion_getInstance_2().r3u_1) || method.equals(Companion_getInstance_2().s3u_1))
12634
12634
  return Unit_instance;
12635
- var header = _this__u8e3s4.q1f('Content-Encoding');
12635
+ var header = _this__u8e3s4.r1f('Content-Encoding');
12636
12636
  if (header == null) {
12637
12637
  if (!alwaysRemove)
12638
12638
  return Unit_instance;