@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
@@ -18,9 +18,9 @@ initMetadataForObject(WebCryptoCryptographyRandom, 'WebCryptoCryptographyRandom'
18
18
  function AbstractRandom() {
19
19
  CryptographyRandom.call(this);
20
20
  }
21
- protoOf(AbstractRandom).nl = function (bitCount) {
21
+ protoOf(AbstractRandom).rl = function (bitCount) {
22
22
  var numBytes = (bitCount + 7 | 0) / 8 | 0;
23
- var b = this.tl(numBytes);
23
+ var b = this.xl(numBytes);
24
24
  var next = 0;
25
25
  var inductionVariable = 0;
26
26
  if (inductionVariable < numBytes)
@@ -32,42 +32,42 @@ protoOf(AbstractRandom).nl = function (bitCount) {
32
32
  while (inductionVariable < numBytes);
33
33
  return next >>> (imul(numBytes, 8) - bitCount | 0) | 0;
34
34
  };
35
- protoOf(AbstractRandom).rl = function (array) {
35
+ protoOf(AbstractRandom).vl = function (array) {
36
36
  // Inline function 'kotlin.collections.isNotEmpty' call
37
37
  // Inline function 'kotlin.collections.isEmpty' call
38
38
  if (!(array.length === 0)) {
39
- this.ds3(array);
39
+ this.qsf(array);
40
40
  }
41
41
  return array;
42
42
  };
43
43
  function Default() {
44
44
  Default_instance = this;
45
45
  CryptographyRandom.call(this);
46
- this.es3_1 = defaultCryptographyRandom();
46
+ this.rsf_1 = defaultCryptographyRandom();
47
47
  }
48
- protoOf(Default).nl = function (bitCount) {
49
- return this.es3_1.nl(bitCount);
48
+ protoOf(Default).rl = function (bitCount) {
49
+ return this.rsf_1.rl(bitCount);
50
50
  };
51
- protoOf(Default).dh = function () {
52
- return this.es3_1.dh();
51
+ protoOf(Default).eh = function () {
52
+ return this.rsf_1.eh();
53
53
  };
54
- protoOf(Default).ol = function () {
55
- return this.es3_1.ol();
54
+ protoOf(Default).sl = function () {
55
+ return this.rsf_1.sl();
56
56
  };
57
- protoOf(Default).pl = function (until) {
58
- return this.es3_1.pl(until);
57
+ protoOf(Default).tl = function (until) {
58
+ return this.rsf_1.tl(until);
59
59
  };
60
- protoOf(Default).ql = function (from, until) {
61
- return this.es3_1.ql(from, until);
60
+ protoOf(Default).ul = function (from, until) {
61
+ return this.rsf_1.ul(from, until);
62
62
  };
63
- protoOf(Default).rl = function (array) {
64
- return this.es3_1.rl(array);
63
+ protoOf(Default).vl = function (array) {
64
+ return this.rsf_1.vl(array);
65
65
  };
66
- protoOf(Default).tl = function (size) {
67
- return this.es3_1.tl(size);
66
+ protoOf(Default).xl = function (size) {
67
+ return this.rsf_1.xl(size);
68
68
  };
69
- protoOf(Default).sl = function (array, fromIndex, toIndex) {
70
- return this.es3_1.sl(array, fromIndex, toIndex);
69
+ protoOf(Default).wl = function (array, fromIndex, toIndex) {
70
+ return this.rsf_1.wl(array, fromIndex, toIndex);
71
71
  };
72
72
  var Default_instance;
73
73
  function Default_getInstance() {
@@ -85,14 +85,14 @@ function defaultCryptographyRandom() {
85
85
  function fillBytes($this, jsArray) {
86
86
  var size = jsArray.length;
87
87
  if (size <= 65536) {
88
- $this.gs3_1.getRandomValues(jsArray);
88
+ $this.tsf_1.getRandomValues(jsArray);
89
89
  } else {
90
90
  var filled = 0;
91
91
  do {
92
92
  // Inline function 'kotlin.comparisons.minOf' call
93
93
  var b = size - filled | 0;
94
94
  var chunkSize = Math.min(65536, b);
95
- $this.gs3_1.getRandomValues(jsArray.subarray(filled, filled + chunkSize | 0));
95
+ $this.tsf_1.getRandomValues(jsArray.subarray(filled, filled + chunkSize | 0));
96
96
  filled = filled + chunkSize | 0;
97
97
  }
98
98
  while (filled < size);
@@ -101,10 +101,10 @@ function fillBytes($this, jsArray) {
101
101
  function WebCryptoCryptographyRandom() {
102
102
  WebCryptoCryptographyRandom_instance = this;
103
103
  AbstractRandom.call(this);
104
- this.fs3_1 = 65536;
105
- this.gs3_1 = getCrypto();
104
+ this.ssf_1 = 65536;
105
+ this.tsf_1 = getCrypto();
106
106
  }
107
- protoOf(WebCryptoCryptographyRandom).ds3 = function (array) {
107
+ protoOf(WebCryptoCryptographyRandom).qsf = function (array) {
108
108
  // Inline function 'kotlin.js.unsafeCast' call
109
109
  // Inline function 'kotlin.js.asDynamic' call
110
110
  fillBytes(this, array);