@solibo/solibo-sdk 1.15.11 → 1.15.13

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 (38) hide show
  1. package/KmLogging-logging.mjs +98 -98
  2. package/Kotlin-DateTime-library-kotlinx-datetime.mjs +1 -1
  3. package/KotlinBigInteger-bignum.mjs +1114 -1114
  4. package/MultiplatformSettings-multiplatform-settings-test.mjs +18 -18
  5. package/MultiplatformSettings-multiplatform-settings.mjs +16 -16
  6. package/Stately-stately-concurrency.mjs +3 -3
  7. package/bitops-library-bits.mjs +33 -33
  8. package/bitops-library-endian.mjs +3 -3
  9. package/client.d.mts +49 -35
  10. package/client.mjs +20 -18
  11. package/core-library-digest.mjs +29 -29
  12. package/cryptography-kotlin-cryptography-bigint.mjs +27 -27
  13. package/cryptography-kotlin-cryptography-core.mjs +47 -47
  14. package/cryptography-kotlin-cryptography-provider-base.mjs +4 -4
  15. package/cryptography-kotlin-cryptography-provider-webcrypto.mjs +135 -135
  16. package/cryptography-kotlin-cryptography-random.mjs +15 -15
  17. package/cryptography-kotlin-cryptography-serialization-asn1-modules.mjs +112 -112
  18. package/cryptography-kotlin-cryptography-serialization-asn1.mjs +237 -237
  19. package/cryptography-kotlin-cryptography-serialization-pem.mjs +15 -15
  20. package/hash-library-md.mjs +30 -30
  21. package/index.d.ts +1 -0
  22. package/index.mjs +40 -263
  23. package/kotlin-kotlin-stdlib.mjs +6 -6
  24. package/kotlin-kotlin-stdlib.mjs.map +1 -1
  25. package/kotlinx-coroutines-core.mjs +8 -8
  26. package/kotlinx-coroutines-core.mjs.map +1 -1
  27. package/ktor-ktor-client-auth.mjs +224 -224
  28. package/ktor-ktor-client-encoding.mjs +75 -75
  29. package/ktor-ktor-client-encoding.mjs.map +1 -1
  30. package/ktor-ktor-client-logging.mjs +520 -520
  31. package/ktor-ktor-client-mock.mjs +39 -39
  32. package/ktor-ktor-websockets.mjs +2 -2
  33. package/package.json +1 -1
  34. package/solibo-sdk-sdk-home-api.mjs +43729 -44495
  35. package/solibo-sdk-sdk-home-api.mjs.map +1 -1
  36. package/solibo-sdk-sdk.d.mts +404 -550
  37. package/solibo-sdk-sdk.mjs +4800 -4730
  38. package/solibo-sdk-sdk.mjs.map +1 -1
@@ -237,11 +237,6 @@ initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
237
237
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
238
238
  initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
239
239
  initMetadataForCoroutine($receiveCOROUTINE$, CoroutineImpl);
240
- function close$default(cause, $super) {
241
- cause = cause === VOID ? null : cause;
242
- return $super === VOID ? this.n2f(cause) : $super.n2f.call(this, cause);
243
- }
244
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
245
240
  function cancel$default_0(cause, $super) {
246
241
  cause = cause === VOID ? null : cause;
247
242
  var tmp;
@@ -254,7 +249,12 @@ function cancel$default_0(cause, $super) {
254
249
  return tmp;
255
250
  }
256
251
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
257
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
252
+ function close$default(cause, $super) {
253
+ cause = cause === VOID ? null : cause;
254
+ return $super === VOID ? this.n2f(cause) : $super.n2f.call(this, cause);
255
+ }
256
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
257
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
258
258
  initMetadataForClass(WaiterEB, 'WaiterEB');
259
259
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
260
260
  initMetadataForObject(Factory, 'Factory');
@@ -264,7 +264,7 @@ initMetadataForCompanion(Companion);
264
264
  initMetadataForClass(ChannelResult, 'ChannelResult');
265
265
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
266
266
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
267
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [SendChannel, ReceiveChannel], [1, 0]);
267
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [ReceiveChannel, SendChannel], [1, 0]);
268
268
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
269
269
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
270
270
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ProducerScope], [1, 0]);
@@ -304,7 +304,7 @@ initMetadataForCoroutine($doSelectCOROUTINE$, CoroutineImpl);
304
304
  initMetadataForCoroutine($doSelectSuspendCOROUTINE$, CoroutineImpl);
305
305
  initMetadataForCoroutine($completeCOROUTINE$, CoroutineImpl);
306
306
  initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$, CoroutineImpl);
307
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
307
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
308
308
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
309
309
  function tryLock$default(owner, $super) {
310
310
  owner = owner === VOID ? null : owner;