@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
@@ -37,14 +37,14 @@
37
37
  initMetadataForCompanion(Companion);
38
38
  //endregion
39
39
  function Pem() {
40
- this.unw_1 = '-----BEGIN ';
41
- this.vnw_1 = '-----END ';
42
- this.wnw_1 = '-----';
40
+ this.xnw_1 = '-----BEGIN ';
41
+ this.ynw_1 = '-----END ';
42
+ this.znw_1 = '-----';
43
43
  }
44
- protoOf(Pem).xnw = function (bytes) {
45
- return this.ynw(decodeToString(bytes));
44
+ protoOf(Pem).anx = function (bytes) {
45
+ return this.bnx(decodeToString(bytes));
46
46
  };
47
- protoOf(Pem).ynw = function (string) {
47
+ protoOf(Pem).bnx = function (string) {
48
48
  var lines = split(string, ['\n']);
49
49
  var tmp$ret$1;
50
50
  $l$block: {
@@ -119,13 +119,13 @@
119
119
  return Pem_instance;
120
120
  }
121
121
  function PemContent(label, bytes) {
122
- this.znw_1 = label;
123
- this.anx_1 = bytes;
122
+ this.cnx_1 = label;
123
+ this.dnx_1 = bytes;
124
124
  }
125
125
  function ensurePemLabel(_this__u8e3s4, label) {
126
126
  // Inline function 'kotlin.check' call
127
- if (!(_this__u8e3s4.znw_1 === label)) {
128
- var message = 'Wrong PEM label, expected ' + PemLabel__toString_impl_auwpt1(label) + ', actual ' + PemLabel__toString_impl_auwpt1(_this__u8e3s4.znw_1);
127
+ if (!(_this__u8e3s4.cnx_1 === label)) {
128
+ var message = 'Wrong PEM label, expected ' + PemLabel__toString_impl_auwpt1(label) + ', actual ' + PemLabel__toString_impl_auwpt1(_this__u8e3s4.cnx_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.bnx_1 = _PemLabel___init__impl__xifhtx('PUBLIC KEY');
139
- this.cnx_1 = _PemLabel___init__impl__xifhtx('PRIVATE KEY');
140
- this.dnx_1 = _PemLabel___init__impl__xifhtx('RSA PUBLIC KEY');
141
- this.enx_1 = _PemLabel___init__impl__xifhtx('RSA PRIVATE KEY');
142
- this.fnx_1 = _PemLabel___init__impl__xifhtx('EC PRIVATE KEY');
138
+ this.enx_1 = _PemLabel___init__impl__xifhtx('PUBLIC KEY');
139
+ this.fnx_1 = _PemLabel___init__impl__xifhtx('PRIVATE KEY');
140
+ this.gnx_1 = _PemLabel___init__impl__xifhtx('RSA PUBLIC KEY');
141
+ this.hnx_1 = _PemLabel___init__impl__xifhtx('RSA PRIVATE KEY');
142
+ this.inx_1 = _PemLabel___init__impl__xifhtx('EC PRIVATE KEY');
143
143
  }
144
144
  var Companion_instance;
145
145
  function Companion_getInstance() {
@@ -46,6 +46,17 @@ if (typeof Array.prototype.fill === 'undefined') {
46
46
  Object.defineProperty(TypedArray.prototype, 'fill', {value: Array.prototype.fill});
47
47
  }
48
48
  });
49
+ if (typeof Math.clz32 === 'undefined') {
50
+ Math.clz32 = function (log, LN2) {
51
+ return function (x) {
52
+ var asUint = x >>> 0;
53
+ if (asUint === 0) {
54
+ return 32;
55
+ }
56
+ return 31 - (log(asUint) / LN2 | 0) | 0; // the "| 0" acts like math.floor
57
+ };
58
+ }(Math.log, Math.LN2);
59
+ }
49
60
  if (typeof Math.log10 === 'undefined') {
50
61
  Math.log10 = function (x) {
51
62
  return Math.log(x) * Math.LOG10E;
@@ -62,17 +73,6 @@ if (typeof Math.trunc === 'undefined') {
62
73
  return Math.ceil(x);
63
74
  };
64
75
  }
65
- if (typeof Math.clz32 === 'undefined') {
66
- Math.clz32 = function (log, LN2) {
67
- return function (x) {
68
- var asUint = x >>> 0;
69
- if (asUint === 0) {
70
- return 32;
71
- }
72
- return 31 - (log(asUint) / LN2 | 0) | 0; // the "| 0" acts like math.floor
73
- };
74
- }(Math.log, Math.LN2);
75
- }
76
76
  if (typeof String.prototype.startsWith === 'undefined') {
77
77
  Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
78
78
  position = position || 0;
@@ -138,8 +138,8 @@ if (typeof String.prototype.endsWith === 'undefined') {
138
138
  initMetadataForInterface(KtMutableMap, 'MutableMap', VOID, VOID, [KtMap]);
139
139
  initMetadataForInterface(KtSet, 'Set', VOID, VOID, [Collection]);
140
140
  initMetadataForInterface(MutableIterable, 'MutableIterable');
141
- initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, Collection, MutableIterable]);
142
- initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, Collection, MutableIterable]);
141
+ initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, MutableIterable, Collection]);
142
+ initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, MutableIterable, Collection]);
143
143
  initMetadataForCompanion(Companion_2);
144
144
  initMetadataForClass(Enum, 'Enum', VOID, VOID, [Comparable]);
145
145
  initMetadataForCompanion(Companion_3);
@@ -163,7 +163,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
163
163
  initMetadataForInterface(AutoCloseable, 'AutoCloseable');
164
164
  initMetadataForInterface(Comparator, 'Comparator');
165
165
  initMetadataForObject(Unit, 'Unit');
166
- initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, Collection, MutableIterable]);
166
+ initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, MutableIterable, Collection]);
167
167
  initMetadataForClass(IteratorImpl, 'IteratorImpl');
168
168
  initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
169
169
  initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtMutableList]);
@@ -175,7 +175,7 @@ if (typeof String.prototype.endsWith === 'undefined') {
175
175
  initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtMutableList, RandomAccess]);
176
176
  initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMutableMap]);
177
177
  initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
178
- initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, MutableIterable, AbstractMutableCollection]);
178
+ initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [MutableIterable, Collection, AbstractMutableCollection]);
179
179
  initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
180
180
  initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
181
181
  initMetadataForClass(HashMapKeysDefault$iterator$1);