@solibo/solibo-sdk 1.0.30-SNAPSHOT → 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 (46) hide show
  1. package/KmLogging-logging.js +99 -99
  2. package/Kotlin-DateTime-library-kotlinx-datetime.js +4 -4
  3. package/KotlinBigInteger-bignum.js +1127 -1127
  4. package/MultiplatformSettings-multiplatform-settings.js +17 -17
  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 +258 -258
  13. package/cryptography-kotlin-cryptography-serialization-pem.js +15 -15
  14. package/index.d.ts +30 -0
  15. package/index.js +30 -0
  16. package/kotlin-kotlin-stdlib.js +396 -396
  17. package/kotlin-kotlin-stdlib.js.map +1 -1
  18. package/kotlinx-coroutines-core.js +10 -10
  19. package/kotlinx-io-kotlinx-io-core.js +2 -2
  20. package/kotlinx-serialization-kotlinx-serialization-core.js +81 -81
  21. package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
  22. package/kotlinx-serialization-kotlinx-serialization-json.js +629 -614
  23. package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
  24. package/ktor-ktor-client-auth.js +265 -265
  25. package/ktor-ktor-client-content-negotiation.js +139 -139
  26. package/ktor-ktor-client-core.js +3094 -2645
  27. package/ktor-ktor-client-core.js.map +1 -1
  28. package/ktor-ktor-client-logging.js +653 -653
  29. package/ktor-ktor-events.js +5 -5
  30. package/ktor-ktor-http-cio.js +331 -331
  31. package/ktor-ktor-http.js +1107 -1048
  32. package/ktor-ktor-http.js.map +1 -1
  33. package/ktor-ktor-io.js +452 -344
  34. package/ktor-ktor-io.js.map +1 -1
  35. package/ktor-ktor-serialization-kotlinx-json.js +1 -1
  36. package/ktor-ktor-serialization-kotlinx.js +123 -123
  37. package/ktor-ktor-serialization.js +64 -64
  38. package/ktor-ktor-serialization.js.map +1 -1
  39. package/ktor-ktor-utils.js +680 -680
  40. package/ktor-ktor-websockets.js +368 -368
  41. package/package.json +1 -1
  42. package/solibo-sdk-sdk-home-api.js +80176 -11128
  43. package/solibo-sdk-sdk-home-api.js.map +1 -1
  44. package/solibo-sdk-sdk.d.ts +938 -54
  45. package/solibo-sdk-sdk.js +1545 -1545
  46. package/solibo-sdk-sdk.js.map +1 -1
@@ -39,75 +39,75 @@
39
39
  initMetadataForClass(JsPlatformLogger, 'JsPlatformLogger', JsPlatformLogger, VOID, [TagProvider]);
40
40
  //endregion
41
41
  function FixedLogLevel(isLogging) {
42
- this.v9b_1 = isLogging;
42
+ this.tms_1 = isLogging;
43
43
  }
44
- protoOf(FixedLogLevel).w9b = function () {
45
- return this.v9b_1;
44
+ protoOf(FixedLogLevel).ums = function () {
45
+ return this.tms_1;
46
46
  };
47
- protoOf(FixedLogLevel).x9b = function () {
48
- return this.v9b_1;
47
+ protoOf(FixedLogLevel).vms = function () {
48
+ return this.tms_1;
49
49
  };
50
- protoOf(FixedLogLevel).y9b = function () {
51
- return this.v9b_1;
50
+ protoOf(FixedLogLevel).wms = function () {
51
+ return this.tms_1;
52
52
  };
53
- protoOf(FixedLogLevel).z9b = function () {
54
- return this.v9b_1;
53
+ protoOf(FixedLogLevel).xms = function () {
54
+ return this.tms_1;
55
55
  };
56
- protoOf(FixedLogLevel).a9c = function () {
57
- return this.v9b_1;
56
+ protoOf(FixedLogLevel).yms = function () {
57
+ return this.tms_1;
58
58
  };
59
59
  protoOf(FixedLogLevel).toString = function () {
60
- return 'FixedLogLevel(isLogging=' + this.v9b_1 + ')';
60
+ return 'FixedLogLevel(isLogging=' + this.tms_1 + ')';
61
61
  };
62
62
  function KmLog_init_$Init$($this) {
63
- KmLog.call($this, KmLogging_getInstance().g9c('KmLog').first);
63
+ KmLog.call($this, KmLogging_getInstance().emt('KmLog').first);
64
64
  return $this;
65
65
  }
66
66
  function KmLog_init_$Create$() {
67
67
  return KmLog_init_$Init$(objectCreate(protoOf(KmLog)));
68
68
  }
69
69
  function KmLog(tag) {
70
- this.h9c_1 = tag;
70
+ this.fmt_1 = tag;
71
71
  }
72
- protoOf(KmLog).i9c = function (tag, msg) {
73
- return this.j9c(tag, msg);
72
+ protoOf(KmLog).gmt = function (tag, msg) {
73
+ return this.hmt(tag, msg);
74
74
  };
75
- protoOf(KmLog).k9c = function (tag, msg) {
76
- return this.l9c(tag, msg);
75
+ protoOf(KmLog).imt = function (tag, msg) {
76
+ return this.jmt(tag, msg);
77
77
  };
78
- protoOf(KmLog).m9c = function (tag, msg, t) {
79
- return this.n9c(tag, msg, t);
78
+ protoOf(KmLog).kmt = function (tag, msg, t) {
79
+ return this.lmt(tag, msg, t);
80
80
  };
81
- protoOf(KmLog).o9c = function (tag, msg, t) {
82
- return this.p9c(tag, msg, t);
81
+ protoOf(KmLog).mmt = function (tag, msg, t) {
82
+ return this.nmt(tag, msg, t);
83
83
  };
84
- protoOf(KmLog).j9c = function (tag, msg) {
85
- KmLogging_getInstance().j9c(tag, msg);
84
+ protoOf(KmLog).hmt = function (tag, msg) {
85
+ KmLogging_getInstance().hmt(tag, msg);
86
86
  };
87
- protoOf(KmLog).l9c = function (tag, msg) {
88
- KmLogging_getInstance().l9c(tag, msg);
87
+ protoOf(KmLog).jmt = function (tag, msg) {
88
+ KmLogging_getInstance().jmt(tag, msg);
89
89
  };
90
- protoOf(KmLog).n9c = function (tag, msg, t) {
91
- KmLogging_getInstance().n9c(tag, msg, t);
90
+ protoOf(KmLog).lmt = function (tag, msg, t) {
91
+ KmLogging_getInstance().lmt(tag, msg, t);
92
92
  };
93
- protoOf(KmLog).p9c = function (tag, msg, t) {
94
- KmLogging_getInstance().p9c(tag, msg, t);
93
+ protoOf(KmLog).nmt = function (tag, msg, t) {
94
+ KmLogging_getInstance().nmt(tag, msg, t);
95
95
  };
96
96
  protoOf(KmLog).toString = function () {
97
- return "KmLog(tagName='" + this.h9c_1 + "')";
97
+ return "KmLog(tagName='" + this.fmt_1 + "')";
98
98
  };
99
99
  function logging(tag) {
100
100
  tag = tag === VOID ? null : tag;
101
101
  if (!(tag == null)) {
102
102
  var tmp0_safe_receiver = get_logFactory().m2f();
103
- var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.q9c(tag, tag);
103
+ var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.omt(tag, tag);
104
104
  return tmp1_elvis_lhs == null ? new KmLog(tag) : tmp1_elvis_lhs;
105
105
  }
106
- var _destruct__k2r9zo = KmLogging_getInstance().g9c('KmLog');
106
+ var _destruct__k2r9zo = KmLogging_getInstance().emt('KmLog');
107
107
  var tagCalculated = _destruct__k2r9zo.xg();
108
108
  var className = _destruct__k2r9zo.yg();
109
109
  var tmp2_safe_receiver = get_logFactory().m2f();
110
- var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.q9c(tagCalculated, className);
110
+ var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.omt(tagCalculated, className);
111
111
  return tmp3_elvis_lhs == null ? new KmLog(tagCalculated) : tmp3_elvis_lhs;
112
112
  }
113
113
  function get_logFactory() {
@@ -122,84 +122,84 @@
122
122
  var loggers;
123
123
  function KmLogging() {
124
124
  KmLogging_instance = this;
125
- this.b9c_1 = true;
126
- this.c9c_1 = true;
127
- this.d9c_1 = true;
128
- this.e9c_1 = true;
129
- this.f9c_1 = true;
125
+ this.zms_1 = true;
126
+ this.amt_1 = true;
127
+ this.bmt_1 = true;
128
+ this.cmt_1 = true;
129
+ this.dmt_1 = true;
130
130
  if (get_loggers().m2f().r()) {
131
- get_loggers().u9b(listOf(new PlatformLogger(new FixedLogLevel(true))));
131
+ get_loggers().rms(listOf(new PlatformLogger(new FixedLogLevel(true))));
132
132
  }
133
- this.r9c();
133
+ this.pmt();
134
134
  }
135
- protoOf(KmLogging).r9c = function () {
136
- this.b9c_1 = false;
137
- this.c9c_1 = false;
138
- this.d9c_1 = false;
139
- this.e9c_1 = false;
140
- this.f9c_1 = false;
135
+ protoOf(KmLogging).pmt = function () {
136
+ this.zms_1 = false;
137
+ this.amt_1 = false;
138
+ this.bmt_1 = false;
139
+ this.cmt_1 = false;
140
+ this.dmt_1 = false;
141
141
  var _iterator__ex2g4s = get_loggers().m2f().t();
142
142
  while (_iterator__ex2g4s.u()) {
143
143
  var logger = _iterator__ex2g4s.v();
144
- if (logger.w9b())
145
- this.b9c_1 = true;
146
- if (logger.x9b())
147
- this.c9c_1 = true;
148
- if (logger.y9b())
149
- this.d9c_1 = true;
150
- if (logger.z9b())
151
- this.e9c_1 = true;
152
- if (logger.a9c())
153
- this.f9c_1 = true;
144
+ if (logger.ums())
145
+ this.zms_1 = true;
146
+ if (logger.vms())
147
+ this.amt_1 = true;
148
+ if (logger.wms())
149
+ this.bmt_1 = true;
150
+ if (logger.xms())
151
+ this.cmt_1 = true;
152
+ if (logger.yms())
153
+ this.dmt_1 = true;
154
154
  }
155
155
  };
156
- protoOf(KmLogging).j9c = function (tag, msg) {
156
+ protoOf(KmLogging).hmt = function (tag, msg) {
157
157
  var _iterator__ex2g4s = get_loggers().m2f().t();
158
158
  while (_iterator__ex2g4s.u()) {
159
159
  var logger = _iterator__ex2g4s.v();
160
- if (logger.x9b()) {
161
- logger.j9c(tag, msg);
160
+ if (logger.vms()) {
161
+ logger.hmt(tag, msg);
162
162
  }
163
163
  }
164
164
  };
165
- protoOf(KmLogging).l9c = function (tag, msg) {
165
+ protoOf(KmLogging).jmt = function (tag, msg) {
166
166
  var _iterator__ex2g4s = get_loggers().m2f().t();
167
167
  while (_iterator__ex2g4s.u()) {
168
168
  var logger = _iterator__ex2g4s.v();
169
- if (logger.y9b()) {
170
- logger.l9c(tag, msg);
169
+ if (logger.wms()) {
170
+ logger.jmt(tag, msg);
171
171
  }
172
172
  }
173
173
  };
174
- protoOf(KmLogging).n9c = function (tag, msg, t) {
174
+ protoOf(KmLogging).lmt = function (tag, msg, t) {
175
175
  var _iterator__ex2g4s = get_loggers().m2f().t();
176
176
  while (_iterator__ex2g4s.u()) {
177
177
  var logger = _iterator__ex2g4s.v();
178
- if (logger.z9b()) {
179
- logger.n9c(tag, msg, t);
178
+ if (logger.xms()) {
179
+ logger.lmt(tag, msg, t);
180
180
  }
181
181
  }
182
182
  };
183
- protoOf(KmLogging).p9c = function (tag, msg, t) {
183
+ protoOf(KmLogging).nmt = function (tag, msg, t) {
184
184
  var _iterator__ex2g4s = get_loggers().m2f().t();
185
185
  while (_iterator__ex2g4s.u()) {
186
186
  var logger = _iterator__ex2g4s.v();
187
- if (logger.a9c()) {
188
- logger.p9c(tag, msg, t);
187
+ if (logger.yms()) {
188
+ logger.nmt(tag, msg, t);
189
189
  }
190
190
  }
191
191
  };
192
- protoOf(KmLogging).g9c = function (fromClass) {
192
+ protoOf(KmLogging).emt = function (fromClass) {
193
193
  var _iterator__ex2g4s = get_loggers().m2f().t();
194
194
  while (_iterator__ex2g4s.u()) {
195
195
  var logger = _iterator__ex2g4s.v();
196
196
  if (isInterface(logger, TagProvider))
197
- return logger.g9c(fromClass);
197
+ return logger.emt(fromClass);
198
198
  }
199
199
  return new Pair('', '');
200
200
  };
201
201
  protoOf(KmLogging).toString = function () {
202
- return 'KmLogging(verbose:' + this.b9c_1 + ' debug:' + this.c9c_1 + ' info:' + this.d9c_1 + ' warn:' + this.e9c_1 + ' error:' + this.f9c_1 + ') ' + toString(get_loggers().m2f());
202
+ return 'KmLogging(verbose:' + this.zms_1 + ' debug:' + this.amt_1 + ' info:' + this.bmt_1 + ' warn:' + this.cmt_1 + ' error:' + this.dmt_1 + ') ' + toString(get_loggers().m2f());
203
203
  };
204
204
  var KmLogging_instance;
205
205
  function KmLogging_getInstance() {
@@ -216,38 +216,38 @@
216
216
  }
217
217
  }
218
218
  function PlatformLogger(logLevel) {
219
- this.s9c_1 = logLevel;
220
- this.t9c_1 = getLoggerApi();
219
+ this.qmt_1 = logLevel;
220
+ this.rmt_1 = getLoggerApi();
221
221
  }
222
- protoOf(PlatformLogger).j9c = function (tag, msg) {
223
- return this.t9c_1.j9c(tag, msg);
222
+ protoOf(PlatformLogger).hmt = function (tag, msg) {
223
+ return this.rmt_1.hmt(tag, msg);
224
224
  };
225
- protoOf(PlatformLogger).l9c = function (tag, msg) {
226
- return this.t9c_1.l9c(tag, msg);
225
+ protoOf(PlatformLogger).jmt = function (tag, msg) {
226
+ return this.rmt_1.jmt(tag, msg);
227
227
  };
228
- protoOf(PlatformLogger).n9c = function (tag, msg, t) {
229
- return this.t9c_1.n9c(tag, msg, t);
228
+ protoOf(PlatformLogger).lmt = function (tag, msg, t) {
229
+ return this.rmt_1.lmt(tag, msg, t);
230
230
  };
231
- protoOf(PlatformLogger).p9c = function (tag, msg, t) {
232
- return this.t9c_1.p9c(tag, msg, t);
231
+ protoOf(PlatformLogger).nmt = function (tag, msg, t) {
232
+ return this.rmt_1.nmt(tag, msg, t);
233
233
  };
234
- protoOf(PlatformLogger).g9c = function (fromClass) {
235
- return this.t9c_1.g9c(fromClass);
234
+ protoOf(PlatformLogger).emt = function (fromClass) {
235
+ return this.rmt_1.emt(fromClass);
236
236
  };
237
- protoOf(PlatformLogger).w9b = function () {
238
- return this.s9c_1.w9b();
237
+ protoOf(PlatformLogger).ums = function () {
238
+ return this.qmt_1.ums();
239
239
  };
240
- protoOf(PlatformLogger).x9b = function () {
241
- return this.s9c_1.x9b();
240
+ protoOf(PlatformLogger).vms = function () {
241
+ return this.qmt_1.vms();
242
242
  };
243
- protoOf(PlatformLogger).y9b = function () {
244
- return this.s9c_1.y9b();
243
+ protoOf(PlatformLogger).wms = function () {
244
+ return this.qmt_1.wms();
245
245
  };
246
- protoOf(PlatformLogger).z9b = function () {
247
- return this.s9c_1.z9b();
246
+ protoOf(PlatformLogger).xms = function () {
247
+ return this.qmt_1.xms();
248
248
  };
249
- protoOf(PlatformLogger).a9c = function () {
250
- return this.s9c_1.a9c();
249
+ protoOf(PlatformLogger).yms = function () {
250
+ return this.qmt_1.yms();
251
251
  };
252
252
  function TagProvider() {
253
253
  }
@@ -275,19 +275,19 @@
275
275
  }
276
276
  function JsPlatformLogger() {
277
277
  }
278
- protoOf(JsPlatformLogger).j9c = function (tag, msg) {
278
+ protoOf(JsPlatformLogger).hmt = function (tag, msg) {
279
279
  console.log(preface(this, 'D', tag), msg);
280
280
  };
281
- protoOf(JsPlatformLogger).l9c = function (tag, msg) {
281
+ protoOf(JsPlatformLogger).jmt = function (tag, msg) {
282
282
  console.info(preface(this, 'I', tag), msg);
283
283
  };
284
- protoOf(JsPlatformLogger).n9c = function (tag, msg, t) {
284
+ protoOf(JsPlatformLogger).lmt = function (tag, msg, t) {
285
285
  console.warn(preface(this, 'W', tag), msg, t);
286
286
  };
287
- protoOf(JsPlatformLogger).p9c = function (tag, msg, t) {
287
+ protoOf(JsPlatformLogger).nmt = function (tag, msg, t) {
288
288
  console.error(preface(this, 'E', tag), msg, t);
289
289
  };
290
- protoOf(JsPlatformLogger).g9c = function (fromClass) {
290
+ protoOf(JsPlatformLogger).emt = function (fromClass) {
291
291
  return new Pair('', '');
292
292
  };
293
293
  //region block: exports
@@ -374,7 +374,7 @@
374
374
  function addFormatStructureForTime(structure) {
375
375
  this.a1t(structure);
376
376
  }
377
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
377
+ initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
378
378
  initMetadataForClass(Builder_0, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder]);
379
379
  initMetadataForClass(LocalDateTimeFormat, 'LocalDateTimeFormat', VOID, AbstractDateTimeFormat);
380
380
  function set_fractionOfSecond(value) {
@@ -5732,7 +5732,7 @@
5732
5732
  }
5733
5733
  // Inline function 'kotlin.collections.set' call
5734
5734
  var value = new TimeZoneRulesCommon(tmp_1, destination_2, null);
5735
- zones.g3(tmp2, value);
5735
+ zones.c3(tmp2, value);
5736
5736
  }
5737
5737
  var _iterator__ex2g4s_3 = linksPacked.t();
5738
5738
  while (_iterator__ex2g4s_3.u()) {
@@ -5745,7 +5745,7 @@
5745
5745
  // Inline function 'kotlin.let' call
5746
5746
  // Inline function 'kotlin.collections.set' call
5747
5747
  var key = components_0.h1(1);
5748
- zones.g3(key, tmp1_safe_receiver);
5748
+ zones.c3(key, tmp1_safe_receiver);
5749
5749
  }
5750
5750
  }
5751
5751
  tmp$ret$1 = new tzdb$1(zones);
@@ -6799,7 +6799,7 @@
6799
6799
  // Inline function 'kotlin.also' call
6800
6800
  var this_0 = new UtcOffset(seconds);
6801
6801
  // Inline function 'kotlin.collections.set' call
6802
- get_utcOffsetCache().g3(seconds, this_0);
6802
+ get_utcOffsetCache().c3(seconds, this_0);
6803
6803
  tmp_0 = this_0;
6804
6804
  } else {
6805
6805
  tmp_0 = tmp0_elvis_lhs;