@solibo/solibo-sdk 1.0.30 → 1.0.31

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 (31) hide show
  1. package/KmLogging-logging.js +91 -91
  2. package/KotlinBigInteger-bignum.js +1111 -1111
  3. package/MultiplatformSettings-multiplatform-settings.js +16 -16
  4. package/Stately-stately-concurrency.js +4 -4
  5. package/cryptography-kotlin-cryptography-bigint.js +28 -28
  6. package/cryptography-kotlin-cryptography-core.js +47 -47
  7. package/cryptography-kotlin-cryptography-provider-base.js +8 -8
  8. package/cryptography-kotlin-cryptography-provider-webcrypto.js +136 -136
  9. package/cryptography-kotlin-cryptography-random.js +15 -15
  10. package/cryptography-kotlin-cryptography-serialization-asn1-modules.js +118 -118
  11. package/cryptography-kotlin-cryptography-serialization-asn1.js +256 -256
  12. package/cryptography-kotlin-cryptography-serialization-pem.js +15 -15
  13. package/kotlin-kotlin-stdlib.js +14 -14
  14. package/kotlin-kotlin-stdlib.js.map +1 -1
  15. package/kotlinx-coroutines-core.js +8 -8
  16. package/kotlinx-coroutines-core.js.map +1 -1
  17. package/kotlinx-serialization-kotlinx-serialization-json.js +621 -606
  18. package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
  19. package/ktor-ktor-client-auth.js +224 -224
  20. package/ktor-ktor-client-core.js +39 -39
  21. package/ktor-ktor-client-logging.js +519 -519
  22. package/ktor-ktor-http-cio.js +3 -3
  23. package/ktor-ktor-http.js +6 -6
  24. package/ktor-ktor-serialization.js +1 -1
  25. package/ktor-ktor-utils.js +7 -7
  26. package/ktor-ktor-websockets.js +2 -2
  27. package/package.json +1 -1
  28. package/solibo-sdk-sdk-home-api.js +17163 -17108
  29. package/solibo-sdk-sdk-home-api.js.map +1 -1
  30. package/solibo-sdk-sdk.d.ts +25 -25
  31. package/solibo-sdk-sdk.js +1397 -1397
@@ -236,6 +236,11 @@
236
236
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
237
237
  initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
238
238
  initMetadataForCoroutine($receiveCOROUTINE$, CoroutineImpl);
239
+ function close$default(cause, $super) {
240
+ cause = cause === VOID ? null : cause;
241
+ return $super === VOID ? this.u2o(cause) : $super.u2o.call(this, cause);
242
+ }
243
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
239
244
  function cancel$default_0(cause, $super) {
240
245
  cause = cause === VOID ? null : cause;
241
246
  var tmp;
@@ -248,12 +253,7 @@
248
253
  return tmp;
249
254
  }
250
255
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
251
- function close$default(cause, $super) {
252
- cause = cause === VOID ? null : cause;
253
- return $super === VOID ? this.u2o(cause) : $super.u2o.call(this, cause);
254
- }
255
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
256
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
256
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
257
257
  initMetadataForClass(WaiterEB, 'WaiterEB');
258
258
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
259
259
  initMetadataForObject(Factory, 'Factory');
@@ -263,7 +263,7 @@
263
263
  initMetadataForClass(ChannelResult, 'ChannelResult');
264
264
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
265
265
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
266
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
266
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
267
267
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
268
268
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
269
269
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
@@ -282,7 +282,7 @@
282
282
  initMetadataForClass(Symbol, 'Symbol');
283
283
  initMetadataForInterface(SelectInstance, 'SelectInstance');
284
284
  initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
285
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
285
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
286
286
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
287
287
  function tryLock$default(owner, $super) {
288
288
  owner = owner === VOID ? null : owner;