@solibo/solibo-sdk 1.5.18 → 1.6.1

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 (51) hide show
  1. package/KmLogging-logging.mjs +110 -110
  2. package/Kotlin-DateTime-library-kotlinx-datetime.mjs +1545 -1545
  3. package/KotlinBigInteger-bignum.mjs +1198 -1198
  4. package/MultiplatformSettings-multiplatform-settings-test.mjs +19 -19
  5. package/MultiplatformSettings-multiplatform-settings.mjs +17 -17
  6. package/Stately-stately-concurrency.mjs +5 -5
  7. package/cryptography-kotlin-cryptography-bigint.mjs +33 -33
  8. package/cryptography-kotlin-cryptography-core.mjs +49 -49
  9. package/cryptography-kotlin-cryptography-provider-base.mjs +8 -8
  10. package/cryptography-kotlin-cryptography-provider-webcrypto.mjs +175 -175
  11. package/cryptography-kotlin-cryptography-random.mjs +26 -26
  12. package/cryptography-kotlin-cryptography-serialization-asn1-modules.mjs +204 -204
  13. package/cryptography-kotlin-cryptography-serialization-asn1.mjs +332 -332
  14. package/cryptography-kotlin-cryptography-serialization-pem.mjs +16 -16
  15. package/index.mjs +6 -0
  16. package/kotlin-kotlin-stdlib.mjs +2141 -2051
  17. package/kotlin-kotlin-stdlib.mjs.map +1 -1
  18. package/kotlinx-atomicfu.mjs +13 -13
  19. package/kotlinx-coroutines-core.mjs +2488 -2461
  20. package/kotlinx-coroutines-core.mjs.map +1 -1
  21. package/kotlinx-io-kotlinx-io-bytestring.mjs +32 -32
  22. package/kotlinx-io-kotlinx-io-core.mjs +451 -451
  23. package/kotlinx-serialization-kotlinx-serialization-core.mjs +1832 -1832
  24. package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -1
  25. package/kotlinx-serialization-kotlinx-serialization-json.mjs +1383 -1383
  26. package/ktor-ktor-client-auth.mjs +463 -463
  27. package/ktor-ktor-client-content-negotiation.mjs +184 -184
  28. package/ktor-ktor-client-core.mjs +4457 -4456
  29. package/ktor-ktor-client-core.mjs.map +1 -1
  30. package/ktor-ktor-client-encoding.mjs +785 -0
  31. package/ktor-ktor-client-encoding.mjs.map +1 -0
  32. package/ktor-ktor-client-logging.mjs +1080 -1080
  33. package/ktor-ktor-client-mock.mjs +79 -79
  34. package/ktor-ktor-events.mjs +6 -6
  35. package/ktor-ktor-http-cio.mjs +480 -480
  36. package/ktor-ktor-http.mjs +1296 -997
  37. package/ktor-ktor-http.mjs.map +1 -1
  38. package/ktor-ktor-io.mjs +1120 -1097
  39. package/ktor-ktor-io.mjs.map +1 -1
  40. package/ktor-ktor-serialization-kotlinx-json.mjs +7 -7
  41. package/ktor-ktor-serialization-kotlinx.mjs +228 -228
  42. package/ktor-ktor-serialization.mjs +105 -105
  43. package/ktor-ktor-utils.mjs +1152 -1041
  44. package/ktor-ktor-utils.mjs.map +1 -1
  45. package/ktor-ktor-websockets.mjs +741 -741
  46. package/package.json +1 -1
  47. package/solibo-sdk-sdk-home-api.mjs +77103 -73805
  48. package/solibo-sdk-sdk-home-api.mjs.map +1 -1
  49. package/solibo-sdk-sdk.d.mts +318 -3
  50. package/solibo-sdk-sdk.mjs +6928 -6854
  51. package/solibo-sdk-sdk.mjs.map +1 -1
@@ -45,10 +45,10 @@ function register$default(contentType, converter, configuration, $super) {
45
45
  configuration = tmp;
46
46
  var tmp_0;
47
47
  if ($super === VOID) {
48
- this.z4c(contentType, converter, configuration);
48
+ this.i4e(contentType, converter, configuration);
49
49
  tmp_0 = Unit_instance;
50
50
  } else {
51
- tmp_0 = $super.z4c.call(this, contentType, converter, configuration);
51
+ tmp_0 = $super.i4e.call(this, contentType, converter, configuration);
52
52
  }
53
53
  return tmp_0;
54
54
  }
@@ -72,12 +72,12 @@ function ContentConvertException(message, cause) {
72
72
  }
73
73
  function deserialize(_this__u8e3s4, body, typeInfo, charset, $completion) {
74
74
  var tmp = new $deserializeCOROUTINE$(_this__u8e3s4, body, typeInfo, charset, $completion);
75
- tmp.n9_1 = Unit_instance;
76
- tmp.o9_1 = null;
77
- return tmp.t9();
75
+ tmp.o9_1 = Unit_instance;
76
+ tmp.p9_1 = null;
77
+ return tmp.u9();
78
78
  }
79
79
  function suitableCharset(_this__u8e3s4, defaultCharset) {
80
- defaultCharset = defaultCharset === VOID ? Charsets_getInstance().f37_1 : defaultCharset;
80
+ defaultCharset = defaultCharset === VOID ? Charsets_getInstance().k37_1 : defaultCharset;
81
81
  var tmp0_elvis_lhs = suitableCharsetOrNull(_this__u8e3s4, defaultCharset);
82
82
  return tmp0_elvis_lhs == null ? defaultCharset : tmp0_elvis_lhs;
83
83
  }
@@ -87,10 +87,10 @@ function Configuration$register$lambda(_this__u8e3s4) {
87
87
  function Configuration() {
88
88
  }
89
89
  function suitableCharsetOrNull(_this__u8e3s4, defaultCharset) {
90
- defaultCharset = defaultCharset === VOID ? Charsets_getInstance().f37_1 : defaultCharset;
91
- var _iterator__ex2g4s = parseAndSortHeader(_this__u8e3s4.de('Accept-Charset')).t();
90
+ defaultCharset = defaultCharset === VOID ? Charsets_getInstance().k37_1 : defaultCharset;
91
+ var _iterator__ex2g4s = parseAndSortHeader(_this__u8e3s4.ee('Accept-Charset')).t();
92
92
  while (_iterator__ex2g4s.u()) {
93
- var charset = _iterator__ex2g4s.v().bh();
93
+ var charset = _iterator__ex2g4s.v().ch();
94
94
  if (charset === '*')
95
95
  return defaultCharset;
96
96
  else if (isSupported(Charsets_getInstance(), charset))
@@ -99,13 +99,13 @@ function suitableCharsetOrNull(_this__u8e3s4, defaultCharset) {
99
99
  return null;
100
100
  }
101
101
  function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
102
- this.b4d_1 = function_0;
102
+ this.k4e_1 = function_0;
103
103
  }
104
- protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).r2g = function (value, $completion) {
105
- return this.b4d_1(value, $completion);
104
+ protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).v2g = function (value, $completion) {
105
+ return this.k4e_1(value, $completion);
106
106
  };
107
107
  protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).t3 = function () {
108
- return this.b4d_1;
108
+ return this.k4e_1;
109
109
  };
110
110
  protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
111
111
  var tmp;
@@ -126,34 +126,34 @@ protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).hashCode = function () {
126
126
  return hashCode(this.t3());
127
127
  };
128
128
  function deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) {
129
- this.k4d_1 = $$this$unsafeFlow;
130
- this.l4d_1 = $charset;
131
- this.m4d_1 = $typeInfo;
132
- this.n4d_1 = $body;
129
+ this.t4e_1 = $$this$unsafeFlow;
130
+ this.u4e_1 = $charset;
131
+ this.v4e_1 = $typeInfo;
132
+ this.w4e_1 = $body;
133
133
  CoroutineImpl.call(this, resultContinuation);
134
134
  }
135
- protoOf(deserialize$o$collect$slambda).q4d = function (value, $completion) {
136
- var tmp = this.r4d(value, $completion);
137
- tmp.n9_1 = Unit_instance;
138
- tmp.o9_1 = null;
139
- return tmp.t9();
135
+ protoOf(deserialize$o$collect$slambda).z4e = function (value, $completion) {
136
+ var tmp = this.a4f(value, $completion);
137
+ tmp.o9_1 = Unit_instance;
138
+ tmp.p9_1 = null;
139
+ return tmp.u9();
140
140
  };
141
- protoOf(deserialize$o$collect$slambda).fa = function (p1, $completion) {
142
- return this.q4d(p1, $completion);
141
+ protoOf(deserialize$o$collect$slambda).ga = function (p1, $completion) {
142
+ return this.z4e(p1, $completion);
143
143
  };
144
- protoOf(deserialize$o$collect$slambda).t9 = function () {
145
- var suspendResult = this.n9_1;
144
+ protoOf(deserialize$o$collect$slambda).u9 = function () {
145
+ var suspendResult = this.o9_1;
146
146
  $sm: do
147
147
  try {
148
- var tmp = this.l9_1;
148
+ var tmp = this.m9_1;
149
149
  switch (tmp) {
150
150
  case 0:
151
- this.m9_1 = 3;
152
- var tmp0 = this.k4d_1;
153
- var tmp2 = this.o4d_1;
154
- this.p4d_1 = tmp0;
155
- this.l9_1 = 1;
156
- suspendResult = tmp2.s4d(this.l4d_1, this.m4d_1, this.n4d_1, this);
151
+ this.n9_1 = 3;
152
+ var tmp0 = this.t4e_1;
153
+ var tmp2 = this.x4e_1;
154
+ this.y4e_1 = tmp0;
155
+ this.m9_1 = 1;
156
+ suspendResult = tmp2.b4f(this.u4e_1, this.v4e_1, this.w4e_1, this);
157
157
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
158
158
  return suspendResult;
159
159
  }
@@ -161,8 +161,8 @@ protoOf(deserialize$o$collect$slambda).t9 = function () {
161
161
  continue $sm;
162
162
  case 1:
163
163
  var ARGUMENT = suspendResult;
164
- this.l9_1 = 2;
165
- suspendResult = this.p4d_1.r2g(ARGUMENT, this);
164
+ this.m9_1 = 2;
165
+ suspendResult = this.y4e_1.v2g(ARGUMENT, this);
166
166
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
167
167
  return suspendResult;
168
168
  }
@@ -171,49 +171,49 @@ protoOf(deserialize$o$collect$slambda).t9 = function () {
171
171
  case 2:
172
172
  return Unit_instance;
173
173
  case 3:
174
- throw this.o9_1;
174
+ throw this.p9_1;
175
175
  }
176
176
  } catch ($p) {
177
177
  var e = $p;
178
- if (this.m9_1 === 3) {
178
+ if (this.n9_1 === 3) {
179
179
  throw e;
180
180
  } else {
181
- this.l9_1 = this.m9_1;
182
- this.o9_1 = e;
181
+ this.m9_1 = this.n9_1;
182
+ this.p9_1 = e;
183
183
  }
184
184
  }
185
185
  while (true);
186
186
  };
187
- protoOf(deserialize$o$collect$slambda).r4d = function (value, completion) {
188
- var i = new deserialize$o$collect$slambda(this.k4d_1, this.l4d_1, this.m4d_1, this.n4d_1, completion);
189
- i.o4d_1 = value;
187
+ protoOf(deserialize$o$collect$slambda).a4f = function (value, completion) {
188
+ var i = new deserialize$o$collect$slambda(this.t4e_1, this.u4e_1, this.v4e_1, this.w4e_1, completion);
189
+ i.x4e_1 = value;
190
190
  return i;
191
191
  };
192
192
  function deserialize$o$collect$slambda_0($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) {
193
193
  var i = new deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation);
194
194
  var l = function (value, $completion) {
195
- return i.q4d(value, $completion);
195
+ return i.z4e(value, $completion);
196
196
  };
197
197
  l.$arity = 1;
198
198
  return l;
199
199
  }
200
200
  function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
201
201
  CoroutineImpl.call(this, resultContinuation);
202
- this.b4e_1 = _this__u8e3s4;
203
- this.c4e_1 = collector;
202
+ this.k4f_1 = _this__u8e3s4;
203
+ this.l4f_1 = collector;
204
204
  }
205
- protoOf($collectCOROUTINE$).t9 = function () {
206
- var suspendResult = this.n9_1;
205
+ protoOf($collectCOROUTINE$).u9 = function () {
206
+ var suspendResult = this.o9_1;
207
207
  $sm: do
208
208
  try {
209
- var tmp = this.l9_1;
209
+ var tmp = this.m9_1;
210
210
  switch (tmp) {
211
211
  case 0:
212
- this.m9_1 = 2;
213
- var $this$unsafeFlow = this.c4e_1;
214
- this.l9_1 = 1;
215
- var tmp_0 = deserialize$o$collect$slambda_0($this$unsafeFlow, this.b4e_1.e4e_1, this.b4e_1.f4e_1, this.b4e_1.g4e_1, null);
216
- suspendResult = this.b4e_1.d4e_1.t2g(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
212
+ this.n9_1 = 2;
213
+ var $this$unsafeFlow = this.l4f_1;
214
+ this.m9_1 = 1;
215
+ var tmp_0 = deserialize$o$collect$slambda_0($this$unsafeFlow, this.k4f_1.n4f_1, this.k4f_1.o4f_1, this.k4f_1.p4f_1, null);
216
+ suspendResult = this.k4f_1.m4f_1.x2g(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
217
217
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
218
218
  return suspendResult;
219
219
  }
@@ -222,57 +222,57 @@ protoOf($collectCOROUTINE$).t9 = function () {
222
222
  case 1:
223
223
  return Unit_instance;
224
224
  case 2:
225
- throw this.o9_1;
225
+ throw this.p9_1;
226
226
  }
227
227
  } catch ($p) {
228
228
  var e = $p;
229
- if (this.m9_1 === 2) {
229
+ if (this.n9_1 === 2) {
230
230
  throw e;
231
231
  } else {
232
- this.l9_1 = this.m9_1;
233
- this.o9_1 = e;
232
+ this.m9_1 = this.n9_1;
233
+ this.p9_1 = e;
234
234
  }
235
235
  }
236
236
  while (true);
237
237
  };
238
238
  function deserialize$$inlined$map$1($this, $charset, $typeInfo, $body) {
239
- this.d4e_1 = $this;
240
- this.e4e_1 = $charset;
241
- this.f4e_1 = $typeInfo;
242
- this.g4e_1 = $body;
239
+ this.m4f_1 = $this;
240
+ this.n4f_1 = $charset;
241
+ this.o4f_1 = $typeInfo;
242
+ this.p4f_1 = $body;
243
243
  }
244
- protoOf(deserialize$$inlined$map$1).s2g = function (collector, $completion) {
244
+ protoOf(deserialize$$inlined$map$1).w2g = function (collector, $completion) {
245
245
  var tmp = new $collectCOROUTINE$(this, collector, $completion);
246
- tmp.n9_1 = Unit_instance;
247
- tmp.o9_1 = null;
248
- return tmp.t9();
246
+ tmp.o9_1 = Unit_instance;
247
+ tmp.p9_1 = null;
248
+ return tmp.u9();
249
249
  };
250
- protoOf(deserialize$$inlined$map$1).t2g = function (collector, $completion) {
251
- return this.s2g(collector, $completion);
250
+ protoOf(deserialize$$inlined$map$1).x2g = function (collector, $completion) {
251
+ return this.w2g(collector, $completion);
252
252
  };
253
253
  function deserialize$slambda($body, resultContinuation) {
254
- this.p4e_1 = $body;
254
+ this.y4f_1 = $body;
255
255
  CoroutineImpl.call(this, resultContinuation);
256
256
  }
257
- protoOf(deserialize$slambda).r4e = function (it, $completion) {
258
- var tmp = this.r4d(it, $completion);
259
- tmp.n9_1 = Unit_instance;
260
- tmp.o9_1 = null;
261
- return tmp.t9();
257
+ protoOf(deserialize$slambda).a4g = function (it, $completion) {
258
+ var tmp = this.a4f(it, $completion);
259
+ tmp.o9_1 = Unit_instance;
260
+ tmp.p9_1 = null;
261
+ return tmp.u9();
262
262
  };
263
- protoOf(deserialize$slambda).fa = function (p1, $completion) {
264
- return this.r4e(p1, $completion);
263
+ protoOf(deserialize$slambda).ga = function (p1, $completion) {
264
+ return this.a4g(p1, $completion);
265
265
  };
266
- protoOf(deserialize$slambda).t9 = function () {
267
- var suspendResult = this.n9_1;
266
+ protoOf(deserialize$slambda).u9 = function () {
267
+ var suspendResult = this.o9_1;
268
268
  $sm: do
269
269
  try {
270
- var tmp = this.l9_1;
270
+ var tmp = this.m9_1;
271
271
  if (tmp === 0) {
272
- this.m9_1 = 1;
273
- return !(this.q4e_1 == null) || this.p4e_1.y2w();
272
+ this.n9_1 = 1;
273
+ return !(this.z4f_1 == null) || this.y4f_1.c2x();
274
274
  } else if (tmp === 1) {
275
- throw this.o9_1;
275
+ throw this.p9_1;
276
276
  }
277
277
  } catch ($p) {
278
278
  var e = $p;
@@ -280,38 +280,38 @@ protoOf(deserialize$slambda).t9 = function () {
280
280
  }
281
281
  while (true);
282
282
  };
283
- protoOf(deserialize$slambda).r4d = function (it, completion) {
284
- var i = new deserialize$slambda(this.p4e_1, completion);
285
- i.q4e_1 = it;
283
+ protoOf(deserialize$slambda).a4f = function (it, completion) {
284
+ var i = new deserialize$slambda(this.y4f_1, completion);
285
+ i.z4f_1 = it;
286
286
  return i;
287
287
  };
288
288
  function deserialize$slambda_0($body, resultContinuation) {
289
289
  var i = new deserialize$slambda($body, resultContinuation);
290
290
  var l = function (it, $completion) {
291
- return i.r4e(it, $completion);
291
+ return i.a4g(it, $completion);
292
292
  };
293
293
  l.$arity = 1;
294
294
  return l;
295
295
  }
296
296
  function $deserializeCOROUTINE$(_this__u8e3s4, body, typeInfo, charset, resultContinuation) {
297
297
  CoroutineImpl.call(this, resultContinuation);
298
- this.v4c_1 = _this__u8e3s4;
299
- this.w4c_1 = body;
300
- this.x4c_1 = typeInfo;
301
- this.y4c_1 = charset;
298
+ this.e4e_1 = _this__u8e3s4;
299
+ this.f4e_1 = body;
300
+ this.g4e_1 = typeInfo;
301
+ this.h4e_1 = charset;
302
302
  }
303
- protoOf($deserializeCOROUTINE$).t9 = function () {
304
- var suspendResult = this.n9_1;
303
+ protoOf($deserializeCOROUTINE$).u9 = function () {
304
+ var suspendResult = this.o9_1;
305
305
  $sm: do
306
306
  try {
307
- var tmp = this.l9_1;
307
+ var tmp = this.m9_1;
308
308
  switch (tmp) {
309
309
  case 0:
310
- this.m9_1 = 2;
311
- this.l9_1 = 1;
312
- var this_0 = asFlow(this.v4c_1);
313
- var tmp_0 = new deserialize$$inlined$map$1(this_0, this.y4c_1, this.x4c_1, this.w4c_1);
314
- suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.w4c_1, null), this);
310
+ this.n9_1 = 2;
311
+ this.m9_1 = 1;
312
+ var this_0 = asFlow(this.e4e_1);
313
+ var tmp_0 = new deserialize$$inlined$map$1(this_0, this.h4e_1, this.g4e_1, this.f4e_1);
314
+ suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.f4e_1, null), this);
315
315
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
316
316
  return suspendResult;
317
317
  }
@@ -323,29 +323,29 @@ protoOf($deserializeCOROUTINE$).t9 = function () {
323
323
  if (!(result == null)) {
324
324
  tmp_1 = result;
325
325
  } else {
326
- if (!this.w4c_1.y2w()) {
327
- tmp_1 = this.w4c_1;
326
+ if (!this.f4e_1.c2x()) {
327
+ tmp_1 = this.f4e_1;
328
328
  } else {
329
- var tmp0_safe_receiver = this.x4c_1.f3i_1;
329
+ var tmp0_safe_receiver = this.g4e_1.p3i_1;
330
330
  if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.l()) === true) {
331
331
  tmp_1 = NullBody_instance;
332
332
  } else {
333
- throw new ContentConvertException('No suitable converter found for ' + this.x4c_1.toString());
333
+ throw new ContentConvertException('No suitable converter found for ' + this.g4e_1.toString());
334
334
  }
335
335
  }
336
336
  }
337
337
 
338
338
  return tmp_1;
339
339
  case 2:
340
- throw this.o9_1;
340
+ throw this.p9_1;
341
341
  }
342
342
  } catch ($p) {
343
343
  var e = $p;
344
- if (this.m9_1 === 2) {
344
+ if (this.n9_1 === 2) {
345
345
  throw e;
346
346
  } else {
347
- this.l9_1 = this.m9_1;
348
- this.o9_1 = e;
347
+ this.m9_1 = this.n9_1;
348
+ this.p9_1 = e;
349
349
  }
350
350
  }
351
351
  while (true);