@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
@@ -60,10 +60,10 @@
60
60
  configuration = tmp;
61
61
  var tmp_0;
62
62
  if ($super === VOID) {
63
- this.l3n(contentType, converter, configuration);
63
+ this.m3n(contentType, converter, configuration);
64
64
  tmp_0 = Unit_instance;
65
65
  } else {
66
- tmp_0 = $super.l3n.call(this, contentType, converter, configuration);
66
+ tmp_0 = $super.m3n.call(this, contentType, converter, configuration);
67
67
  }
68
68
  return tmp_0;
69
69
  }
@@ -87,12 +87,12 @@
87
87
  }
88
88
  function deserialize(_this__u8e3s4, body, typeInfo, charset, $completion) {
89
89
  var tmp = new $deserializeCOROUTINE$(_this__u8e3s4, body, typeInfo, charset, $completion);
90
- tmp.a9_1 = Unit_instance;
91
- tmp.b9_1 = null;
92
- return tmp.g9();
90
+ tmp.b9_1 = Unit_instance;
91
+ tmp.c9_1 = null;
92
+ return tmp.h9();
93
93
  }
94
94
  function suitableCharset(_this__u8e3s4, defaultCharset) {
95
- defaultCharset = defaultCharset === VOID ? Charsets_getInstance().n1x_1 : defaultCharset;
95
+ defaultCharset = defaultCharset === VOID ? Charsets_getInstance().o1x_1 : defaultCharset;
96
96
  var tmp0_elvis_lhs = suitableCharsetOrNull(_this__u8e3s4, defaultCharset);
97
97
  return tmp0_elvis_lhs == null ? defaultCharset : tmp0_elvis_lhs;
98
98
  }
@@ -102,10 +102,10 @@
102
102
  function Configuration() {
103
103
  }
104
104
  function suitableCharsetOrNull(_this__u8e3s4, defaultCharset) {
105
- defaultCharset = defaultCharset === VOID ? Charsets_getInstance().n1x_1 : defaultCharset;
106
- var _iterator__ex2g4s = parseAndSortHeader(_this__u8e3s4.f2m('Accept-Charset')).t();
105
+ defaultCharset = defaultCharset === VOID ? Charsets_getInstance().o1x_1 : defaultCharset;
106
+ var _iterator__ex2g4s = parseAndSortHeader(_this__u8e3s4.g2m('Accept-Charset')).t();
107
107
  while (_iterator__ex2g4s.u()) {
108
- var charset = _iterator__ex2g4s.v().kg();
108
+ var charset = _iterator__ex2g4s.v().lg();
109
109
  if (charset === '*')
110
110
  return defaultCharset;
111
111
  else if (isSupported(Charsets_getInstance(), charset))
@@ -114,20 +114,20 @@
114
114
  return null;
115
115
  }
116
116
  function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
117
- this.n3n_1 = function_0;
117
+ this.o3n_1 = function_0;
118
118
  }
119
- protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).v1c = function (value, $completion) {
120
- return this.n3n_1(value, $completion);
119
+ protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).w1c = function (value, $completion) {
120
+ return this.o3n_1(value, $completion);
121
121
  };
122
- protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).k3 = function () {
123
- return this.n3n_1;
122
+ protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).l3 = function () {
123
+ return this.o3n_1;
124
124
  };
125
125
  protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
126
126
  var tmp;
127
127
  if (!(other == null) ? isInterface(other, FlowCollector) : false) {
128
128
  var tmp_0;
129
129
  if (!(other == null) ? isInterface(other, FunctionAdapter) : false) {
130
- tmp_0 = equals(this.k3(), other.k3());
130
+ tmp_0 = equals(this.l3(), other.l3());
131
131
  } else {
132
132
  tmp_0 = false;
133
133
  }
@@ -138,37 +138,37 @@
138
138
  return tmp;
139
139
  };
140
140
  protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).hashCode = function () {
141
- return hashCode(this.k3());
141
+ return hashCode(this.l3());
142
142
  };
143
143
  function deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) {
144
- this.w3n_1 = $$this$unsafeFlow;
145
- this.x3n_1 = $charset;
146
- this.y3n_1 = $typeInfo;
147
- this.z3n_1 = $body;
144
+ this.x3n_1 = $$this$unsafeFlow;
145
+ this.y3n_1 = $charset;
146
+ this.z3n_1 = $typeInfo;
147
+ this.a3o_1 = $body;
148
148
  CoroutineImpl.call(this, resultContinuation);
149
149
  }
150
- protoOf(deserialize$o$collect$slambda).c3o = function (value, $completion) {
151
- var tmp = this.d3o(value, $completion);
152
- tmp.a9_1 = Unit_instance;
153
- tmp.b9_1 = null;
154
- return tmp.g9();
150
+ protoOf(deserialize$o$collect$slambda).d3o = function (value, $completion) {
151
+ var tmp = this.e3o(value, $completion);
152
+ tmp.b9_1 = Unit_instance;
153
+ tmp.c9_1 = null;
154
+ return tmp.h9();
155
155
  };
156
- protoOf(deserialize$o$collect$slambda).s9 = function (p1, $completion) {
157
- return this.c3o((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
156
+ protoOf(deserialize$o$collect$slambda).t9 = function (p1, $completion) {
157
+ return this.d3o((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
158
158
  };
159
- protoOf(deserialize$o$collect$slambda).g9 = function () {
160
- var suspendResult = this.a9_1;
159
+ protoOf(deserialize$o$collect$slambda).h9 = function () {
160
+ var suspendResult = this.b9_1;
161
161
  $sm: do
162
162
  try {
163
- var tmp = this.y8_1;
163
+ var tmp = this.z8_1;
164
164
  switch (tmp) {
165
165
  case 0:
166
- this.z8_1 = 3;
167
- var tmp0 = this.w3n_1;
168
- var tmp2 = this.a3o_1;
169
- this.b3o_1 = tmp0;
170
- this.y8_1 = 1;
171
- suspendResult = tmp2.e3o(this.x3n_1, this.y3n_1, this.z3n_1, this);
166
+ this.a9_1 = 3;
167
+ var tmp0 = this.x3n_1;
168
+ var tmp2 = this.b3o_1;
169
+ this.c3o_1 = tmp0;
170
+ this.z8_1 = 1;
171
+ suspendResult = tmp2.f3o(this.y3n_1, this.z3n_1, this.a3o_1, this);
172
172
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
173
173
  return suspendResult;
174
174
  }
@@ -176,8 +176,8 @@
176
176
  continue $sm;
177
177
  case 1:
178
178
  var ARGUMENT = suspendResult;
179
- this.y8_1 = 2;
180
- suspendResult = this.b3o_1.v1c(ARGUMENT, this);
179
+ this.z8_1 = 2;
180
+ suspendResult = this.c3o_1.w1c(ARGUMENT, this);
181
181
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
182
182
  return suspendResult;
183
183
  }
@@ -186,49 +186,49 @@
186
186
  case 2:
187
187
  return Unit_instance;
188
188
  case 3:
189
- throw this.b9_1;
189
+ throw this.c9_1;
190
190
  }
191
191
  } catch ($p) {
192
192
  var e = $p;
193
- if (this.z8_1 === 3) {
193
+ if (this.a9_1 === 3) {
194
194
  throw e;
195
195
  } else {
196
- this.y8_1 = this.z8_1;
197
- this.b9_1 = e;
196
+ this.z8_1 = this.a9_1;
197
+ this.c9_1 = e;
198
198
  }
199
199
  }
200
200
  while (true);
201
201
  };
202
- protoOf(deserialize$o$collect$slambda).d3o = function (value, completion) {
203
- var i = new deserialize$o$collect$slambda(this.w3n_1, this.x3n_1, this.y3n_1, this.z3n_1, completion);
204
- i.a3o_1 = value;
202
+ protoOf(deserialize$o$collect$slambda).e3o = function (value, completion) {
203
+ var i = new deserialize$o$collect$slambda(this.x3n_1, this.y3n_1, this.z3n_1, this.a3o_1, completion);
204
+ i.b3o_1 = value;
205
205
  return i;
206
206
  };
207
207
  function deserialize$o$collect$slambda_0($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) {
208
208
  var i = new deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation);
209
209
  var l = function (value, $completion) {
210
- return i.c3o(value, $completion);
210
+ return i.d3o(value, $completion);
211
211
  };
212
212
  l.$arity = 1;
213
213
  return l;
214
214
  }
215
215
  function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
216
216
  CoroutineImpl.call(this, resultContinuation);
217
- this.n3o_1 = _this__u8e3s4;
218
- this.o3o_1 = collector;
217
+ this.o3o_1 = _this__u8e3s4;
218
+ this.p3o_1 = collector;
219
219
  }
220
- protoOf($collectCOROUTINE$).g9 = function () {
221
- var suspendResult = this.a9_1;
220
+ protoOf($collectCOROUTINE$).h9 = function () {
221
+ var suspendResult = this.b9_1;
222
222
  $sm: do
223
223
  try {
224
- var tmp = this.y8_1;
224
+ var tmp = this.z8_1;
225
225
  switch (tmp) {
226
226
  case 0:
227
- this.z8_1 = 2;
228
- var $this$unsafeFlow = this.o3o_1;
229
- this.y8_1 = 1;
230
- var tmp_0 = deserialize$o$collect$slambda_0($this$unsafeFlow, this.n3o_1.q3o_1, this.n3o_1.r3o_1, this.n3o_1.s3o_1, null);
231
- suspendResult = this.n3o_1.p3o_1.x1c(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
227
+ this.a9_1 = 2;
228
+ var $this$unsafeFlow = this.p3o_1;
229
+ this.z8_1 = 1;
230
+ var tmp_0 = deserialize$o$collect$slambda_0($this$unsafeFlow, this.o3o_1.r3o_1, this.o3o_1.s3o_1, this.o3o_1.t3o_1, null);
231
+ suspendResult = this.o3o_1.q3o_1.y1c(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
232
232
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
233
233
  return suspendResult;
234
234
  }
@@ -237,57 +237,57 @@
237
237
  case 1:
238
238
  return Unit_instance;
239
239
  case 2:
240
- throw this.b9_1;
240
+ throw this.c9_1;
241
241
  }
242
242
  } catch ($p) {
243
243
  var e = $p;
244
- if (this.z8_1 === 2) {
244
+ if (this.a9_1 === 2) {
245
245
  throw e;
246
246
  } else {
247
- this.y8_1 = this.z8_1;
248
- this.b9_1 = e;
247
+ this.z8_1 = this.a9_1;
248
+ this.c9_1 = e;
249
249
  }
250
250
  }
251
251
  while (true);
252
252
  };
253
253
  function deserialize$$inlined$map$1($this, $charset, $typeInfo, $body) {
254
- this.p3o_1 = $this;
255
- this.q3o_1 = $charset;
256
- this.r3o_1 = $typeInfo;
257
- this.s3o_1 = $body;
254
+ this.q3o_1 = $this;
255
+ this.r3o_1 = $charset;
256
+ this.s3o_1 = $typeInfo;
257
+ this.t3o_1 = $body;
258
258
  }
259
- protoOf(deserialize$$inlined$map$1).w1c = function (collector, $completion) {
259
+ protoOf(deserialize$$inlined$map$1).x1c = function (collector, $completion) {
260
260
  var tmp = new $collectCOROUTINE$(this, collector, $completion);
261
- tmp.a9_1 = Unit_instance;
262
- tmp.b9_1 = null;
263
- return tmp.g9();
261
+ tmp.b9_1 = Unit_instance;
262
+ tmp.c9_1 = null;
263
+ return tmp.h9();
264
264
  };
265
- protoOf(deserialize$$inlined$map$1).x1c = function (collector, $completion) {
266
- return this.w1c(collector, $completion);
265
+ protoOf(deserialize$$inlined$map$1).y1c = function (collector, $completion) {
266
+ return this.x1c(collector, $completion);
267
267
  };
268
268
  function deserialize$slambda($body, resultContinuation) {
269
- this.b3p_1 = $body;
269
+ this.c3p_1 = $body;
270
270
  CoroutineImpl.call(this, resultContinuation);
271
271
  }
272
- protoOf(deserialize$slambda).d3p = function (it, $completion) {
273
- var tmp = this.d3o(it, $completion);
274
- tmp.a9_1 = Unit_instance;
275
- tmp.b9_1 = null;
276
- return tmp.g9();
272
+ protoOf(deserialize$slambda).e3p = function (it, $completion) {
273
+ var tmp = this.e3o(it, $completion);
274
+ tmp.b9_1 = Unit_instance;
275
+ tmp.c9_1 = null;
276
+ return tmp.h9();
277
277
  };
278
- protoOf(deserialize$slambda).s9 = function (p1, $completion) {
279
- return this.d3p((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
278
+ protoOf(deserialize$slambda).t9 = function (p1, $completion) {
279
+ return this.e3p((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
280
280
  };
281
- protoOf(deserialize$slambda).g9 = function () {
282
- var suspendResult = this.a9_1;
281
+ protoOf(deserialize$slambda).h9 = function () {
282
+ var suspendResult = this.b9_1;
283
283
  $sm: do
284
284
  try {
285
- var tmp = this.y8_1;
285
+ var tmp = this.z8_1;
286
286
  if (tmp === 0) {
287
- this.z8_1 = 1;
288
- return !(this.c3p_1 == null) || this.b3p_1.q1n();
287
+ this.a9_1 = 1;
288
+ return !(this.d3p_1 == null) || this.c3p_1.r1n();
289
289
  } else if (tmp === 1) {
290
- throw this.b9_1;
290
+ throw this.c9_1;
291
291
  }
292
292
  } catch ($p) {
293
293
  var e = $p;
@@ -295,38 +295,38 @@
295
295
  }
296
296
  while (true);
297
297
  };
298
- protoOf(deserialize$slambda).d3o = function (it, completion) {
299
- var i = new deserialize$slambda(this.b3p_1, completion);
300
- i.c3p_1 = it;
298
+ protoOf(deserialize$slambda).e3o = function (it, completion) {
299
+ var i = new deserialize$slambda(this.c3p_1, completion);
300
+ i.d3p_1 = it;
301
301
  return i;
302
302
  };
303
303
  function deserialize$slambda_0($body, resultContinuation) {
304
304
  var i = new deserialize$slambda($body, resultContinuation);
305
305
  var l = function (it, $completion) {
306
- return i.d3p(it, $completion);
306
+ return i.e3p(it, $completion);
307
307
  };
308
308
  l.$arity = 1;
309
309
  return l;
310
310
  }
311
311
  function $deserializeCOROUTINE$(_this__u8e3s4, body, typeInfo, charset, resultContinuation) {
312
312
  CoroutineImpl.call(this, resultContinuation);
313
- this.h3n_1 = _this__u8e3s4;
314
- this.i3n_1 = body;
315
- this.j3n_1 = typeInfo;
316
- this.k3n_1 = charset;
313
+ this.i3n_1 = _this__u8e3s4;
314
+ this.j3n_1 = body;
315
+ this.k3n_1 = typeInfo;
316
+ this.l3n_1 = charset;
317
317
  }
318
- protoOf($deserializeCOROUTINE$).g9 = function () {
319
- var suspendResult = this.a9_1;
318
+ protoOf($deserializeCOROUTINE$).h9 = function () {
319
+ var suspendResult = this.b9_1;
320
320
  $sm: do
321
321
  try {
322
- var tmp = this.y8_1;
322
+ var tmp = this.z8_1;
323
323
  switch (tmp) {
324
324
  case 0:
325
- this.z8_1 = 2;
326
- this.y8_1 = 1;
327
- var this_0 = asFlow(this.h3n_1);
328
- var tmp_0 = new deserialize$$inlined$map$1(this_0, this.k3n_1, this.j3n_1, this.i3n_1);
329
- suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.i3n_1, null), this);
325
+ this.a9_1 = 2;
326
+ this.z8_1 = 1;
327
+ var this_0 = asFlow(this.i3n_1);
328
+ var tmp_0 = new deserialize$$inlined$map$1(this_0, this.l3n_1, this.k3n_1, this.j3n_1);
329
+ suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.j3n_1, null), this);
330
330
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
331
331
  return suspendResult;
332
332
  }
@@ -338,29 +338,29 @@
338
338
  if (!(result == null)) {
339
339
  tmp_1 = result;
340
340
  } else {
341
- if (!this.i3n_1.q1n()) {
342
- tmp_1 = this.i3n_1;
341
+ if (!this.j3n_1.r1n()) {
342
+ tmp_1 = this.j3n_1;
343
343
  } else {
344
- var tmp0_safe_receiver = this.j3n_1.s2s_1;
344
+ var tmp0_safe_receiver = this.k3n_1.t2s_1;
345
345
  if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.l()) === true) {
346
346
  tmp_1 = NullBody_instance;
347
347
  } else {
348
- throw new ContentConvertException('No suitable converter found for ' + this.j3n_1.toString());
348
+ throw new ContentConvertException('No suitable converter found for ' + this.k3n_1.toString());
349
349
  }
350
350
  }
351
351
  }
352
352
 
353
353
  return tmp_1;
354
354
  case 2:
355
- throw this.b9_1;
355
+ throw this.c9_1;
356
356
  }
357
357
  } catch ($p) {
358
358
  var e = $p;
359
- if (this.z8_1 === 2) {
359
+ if (this.a9_1 === 2) {
360
360
  throw e;
361
361
  } else {
362
- this.y8_1 = this.z8_1;
363
- this.b9_1 = e;
362
+ this.z8_1 = this.a9_1;
363
+ this.c9_1 = e;
364
364
  }
365
365
  }
366
366
  while (true);