@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
@@ -26,7 +26,7 @@ import {
26
26
  //endregion
27
27
  function convertEcPrivateKeyFromSec1ToPkcs8(input) {
28
28
  var ecPrivateKey = Default_getInstance().lu(Companion_instance.m6i(), input);
29
- var tmp = ecPrivateKey.w114_1;
29
+ var tmp = ecPrivateKey.c114_1;
30
30
  var tmp0 = tmp == null ? null : new EcParameters(tmp);
31
31
  $l$block: {
32
32
  // Inline function 'kotlin.checkNotNull' call
@@ -34,15 +34,15 @@ function convertEcPrivateKeyFromSec1ToPkcs8(input) {
34
34
  var message = 'EC Parameters are not present in the key';
35
35
  throw IllegalStateException_init_$Create$(toString(message));
36
36
  } else {
37
- tmp0.q114_1;
37
+ tmp0.w113_1;
38
38
  break $l$block;
39
39
  }
40
40
  }
41
- var privateKeyInfo = new PrivateKeyInfo(0, new EcKeyAlgorithmIdentifier(ecPrivateKey.w114_1), input);
41
+ var privateKeyInfo = new PrivateKeyInfo(0, new EcKeyAlgorithmIdentifier(ecPrivateKey.c114_1), input);
42
42
  return Default_getInstance().ku(Companion_getInstance().m6i(), privateKeyInfo);
43
43
  }
44
44
  function unwrapPem(label, key) {
45
- return ensurePemLabel(Pem_instance.q115(key), label).t115_1;
45
+ return ensurePemLabel(Pem_instance.w114(key), label).z114_1;
46
46
  }
47
47
  function wrapPrivateKeyInfo(version, identifier, key) {
48
48
  return Default_getInstance().ku(Companion_getInstance().m6i(), new PrivateKeyInfo(version, identifier, key));