@solibo/solibo-sdk 1.0.25 → 1.0.27-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 (40) hide show
  1. package/KmLogging-logging.js +88 -88
  2. package/Kotlin-DateTime-library-kotlinx-datetime.js +1539 -1539
  3. package/KotlinBigInteger-bignum.js +1164 -1164
  4. package/MultiplatformSettings-multiplatform-settings.js +17 -17
  5. package/Stately-stately-concurrency.js +5 -5
  6. package/cryptography-kotlin-cryptography-bigint.js +31 -31
  7. package/cryptography-kotlin-cryptography-core.js +52 -52
  8. package/cryptography-kotlin-cryptography-provider-base.js +8 -8
  9. package/cryptography-kotlin-cryptography-provider-webcrypto.js +175 -175
  10. package/cryptography-kotlin-cryptography-random.js +26 -26
  11. package/cryptography-kotlin-cryptography-serialization-asn1-modules.js +204 -204
  12. package/cryptography-kotlin-cryptography-serialization-asn1.js +331 -331
  13. package/cryptography-kotlin-cryptography-serialization-pem.js +16 -16
  14. package/kotlin-kotlin-stdlib.js +2014 -2008
  15. package/kotlin-kotlin-stdlib.js.map +1 -1
  16. package/kotlinx-atomicfu.js +13 -13
  17. package/kotlinx-coroutines-core.js +2085 -2085
  18. package/kotlinx-io-kotlinx-io-bytestring.js +32 -32
  19. package/kotlinx-io-kotlinx-io-core.js +446 -446
  20. package/kotlinx-serialization-kotlinx-serialization-core.js +1707 -1707
  21. package/kotlinx-serialization-kotlinx-serialization-json.js +1351 -1351
  22. package/ktor-ktor-client-auth.js +465 -465
  23. package/ktor-ktor-client-auth.js.map +1 -1
  24. package/ktor-ktor-client-content-negotiation.js +184 -184
  25. package/ktor-ktor-client-core.js +4088 -4088
  26. package/ktor-ktor-client-logging.js +1078 -1078
  27. package/ktor-ktor-events.js +6 -6
  28. package/ktor-ktor-http-cio.js +473 -473
  29. package/ktor-ktor-http.js +963 -963
  30. package/ktor-ktor-io.js +1043 -1043
  31. package/ktor-ktor-serialization-kotlinx-json.js +6 -6
  32. package/ktor-ktor-serialization-kotlinx.js +234 -234
  33. package/ktor-ktor-serialization.js +108 -108
  34. package/ktor-ktor-utils.js +850 -850
  35. package/ktor-ktor-websockets.js +740 -740
  36. package/package.json +1 -1
  37. package/solibo-sdk-sdk-home-api.js +1483 -1483
  38. package/solibo-sdk-sdk.d.ts +221 -6
  39. package/solibo-sdk-sdk.js +3279 -2541
  40. package/solibo-sdk-sdk.js.map +1 -1
@@ -37,14 +37,14 @@
37
37
  initMetadataForCompanion(Companion);
38
38
  //endregion
39
39
  function Pem() {
40
- this.q7w_1 = '-----BEGIN ';
41
- this.r7w_1 = '-----END ';
42
- this.s7w_1 = '-----';
40
+ this.r7w_1 = '-----BEGIN ';
41
+ this.s7w_1 = '-----END ';
42
+ this.t7w_1 = '-----';
43
43
  }
44
- protoOf(Pem).t7w = function (bytes) {
45
- return this.u7w(decodeToString(bytes));
44
+ protoOf(Pem).u7w = function (bytes) {
45
+ return this.v7w(decodeToString(bytes));
46
46
  };
47
- protoOf(Pem).u7w = function (string) {
47
+ protoOf(Pem).v7w = function (string) {
48
48
  var lines = split(string, ['\n']);
49
49
  var tmp$ret$1;
50
50
  $l$block: {
@@ -112,20 +112,20 @@
112
112
  throw IllegalStateException_init_$Create$(toString(message_3));
113
113
  }
114
114
  var contentText = joinToString(lines.r2(beginLine + 1 | 0, endLine), '');
115
- return new PemContent(_PemLabel___init__impl__xifhtx(beginLabel), Default_getInstance().kk(contentText));
115
+ return new PemContent(_PemLabel___init__impl__xifhtx(beginLabel), Default_getInstance().lk(contentText));
116
116
  };
117
117
  var Pem_instance;
118
118
  function Pem_getInstance() {
119
119
  return Pem_instance;
120
120
  }
121
121
  function PemContent(label, bytes) {
122
- this.v7w_1 = label;
123
- this.w7w_1 = bytes;
122
+ this.w7w_1 = label;
123
+ this.x7w_1 = bytes;
124
124
  }
125
125
  function ensurePemLabel(_this__u8e3s4, label) {
126
126
  // Inline function 'kotlin.check' call
127
- if (!(_this__u8e3s4.v7w_1 === label)) {
128
- var message = 'Wrong PEM label, expected ' + PemLabel__toString_impl_auwpt1(label) + ', actual ' + PemLabel__toString_impl_auwpt1(_this__u8e3s4.v7w_1);
127
+ if (!(_this__u8e3s4.w7w_1 === label)) {
128
+ var message = 'Wrong PEM label, expected ' + PemLabel__toString_impl_auwpt1(label) + ', actual ' + PemLabel__toString_impl_auwpt1(_this__u8e3s4.w7w_1);
129
129
  throw IllegalStateException_init_$Create$(toString(message));
130
130
  }
131
131
  return _this__u8e3s4;
@@ -135,11 +135,11 @@
135
135
  }
136
136
  function Companion() {
137
137
  Companion_instance = this;
138
- this.x7w_1 = _PemLabel___init__impl__xifhtx('PUBLIC KEY');
139
- this.y7w_1 = _PemLabel___init__impl__xifhtx('PRIVATE KEY');
140
- this.z7w_1 = _PemLabel___init__impl__xifhtx('RSA PUBLIC KEY');
141
- this.a7x_1 = _PemLabel___init__impl__xifhtx('RSA PRIVATE KEY');
142
- this.b7x_1 = _PemLabel___init__impl__xifhtx('EC PRIVATE KEY');
138
+ this.y7w_1 = _PemLabel___init__impl__xifhtx('PUBLIC KEY');
139
+ this.z7w_1 = _PemLabel___init__impl__xifhtx('PRIVATE KEY');
140
+ this.a7x_1 = _PemLabel___init__impl__xifhtx('RSA PUBLIC KEY');
141
+ this.b7x_1 = _PemLabel___init__impl__xifhtx('RSA PRIVATE KEY');
142
+ this.c7x_1 = _PemLabel___init__impl__xifhtx('EC PRIVATE KEY');
143
143
  }
144
144
  var Companion_instance;
145
145
  function Companion_getInstance() {