@solibo/solibo-sdk 1.1.4 → 1.1.9

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 (33) hide show
  1. package/KmLogging-logging.mjs +99 -99
  2. package/KotlinBigInteger-bignum.mjs +1126 -1126
  3. package/MultiplatformSettings-multiplatform-settings.mjs +16 -16
  4. package/Stately-stately-concurrency.mjs +4 -4
  5. package/cryptography-kotlin-cryptography-bigint.mjs +28 -28
  6. package/cryptography-kotlin-cryptography-core.mjs +47 -47
  7. package/cryptography-kotlin-cryptography-provider-base.mjs +8 -8
  8. package/cryptography-kotlin-cryptography-provider-webcrypto.mjs +136 -136
  9. package/cryptography-kotlin-cryptography-random.mjs +15 -15
  10. package/cryptography-kotlin-cryptography-serialization-asn1-modules.mjs +118 -118
  11. package/cryptography-kotlin-cryptography-serialization-asn1.mjs +256 -256
  12. package/cryptography-kotlin-cryptography-serialization-pem.mjs +15 -15
  13. package/kotlin-kotlin-stdlib.mjs +11 -11
  14. package/kotlin-kotlin-stdlib.mjs.map +1 -1
  15. package/kotlinx-serialization-kotlinx-serialization-json.mjs +1063 -1063
  16. package/ktor-ktor-client-auth.mjs +245 -245
  17. package/ktor-ktor-client-content-negotiation.mjs +121 -121
  18. package/ktor-ktor-client-core.mjs +2427 -2427
  19. package/ktor-ktor-client-logging.mjs +597 -597
  20. package/ktor-ktor-client-mock.mjs +46 -46
  21. package/ktor-ktor-http-cio.mjs +289 -289
  22. package/ktor-ktor-http.mjs +308 -304
  23. package/ktor-ktor-http.mjs.map +1 -1
  24. package/ktor-ktor-serialization-kotlinx-json.mjs +5 -5
  25. package/ktor-ktor-serialization-kotlinx.mjs +110 -110
  26. package/ktor-ktor-serialization.mjs +50 -50
  27. package/ktor-ktor-websockets.mjs +317 -317
  28. package/package.json +1 -1
  29. package/solibo-sdk-sdk-home-api.mjs +30590 -30100
  30. package/solibo-sdk-sdk-home-api.mjs.map +1 -1
  31. package/solibo-sdk-sdk.d.mts +35 -1964
  32. package/solibo-sdk-sdk.mjs +2824 -2171
  33. package/solibo-sdk-sdk.mjs.map +1 -1
@@ -26,14 +26,14 @@ initMetadataForClass(PemContent, 'PemContent');
26
26
  initMetadataForCompanion(Companion);
27
27
  //endregion
28
28
  function Pem() {
29
- this.uow_1 = '-----BEGIN ';
30
- this.vow_1 = '-----END ';
31
- this.wow_1 = '-----';
29
+ this.mox_1 = '-----BEGIN ';
30
+ this.nox_1 = '-----END ';
31
+ this.oox_1 = '-----';
32
32
  }
33
- protoOf(Pem).xow = function (bytes) {
34
- return this.yow(decodeToString(bytes));
33
+ protoOf(Pem).pox = function (bytes) {
34
+ return this.qox(decodeToString(bytes));
35
35
  };
36
- protoOf(Pem).yow = function (string) {
36
+ protoOf(Pem).qox = function (string) {
37
37
  var lines = split(string, ['\n']);
38
38
  var tmp$ret$1;
39
39
  $l$block: {
@@ -108,13 +108,13 @@ function Pem_getInstance() {
108
108
  return Pem_instance;
109
109
  }
110
110
  function PemContent(label, bytes) {
111
- this.zow_1 = label;
112
- this.aox_1 = bytes;
111
+ this.rox_1 = label;
112
+ this.sox_1 = bytes;
113
113
  }
114
114
  function ensurePemLabel(_this__u8e3s4, label) {
115
115
  // Inline function 'kotlin.check' call
116
- if (!(_this__u8e3s4.zow_1 === label)) {
117
- var message = 'Wrong PEM label, expected ' + PemLabel__toString_impl_auwpt1(label) + ', actual ' + PemLabel__toString_impl_auwpt1(_this__u8e3s4.zow_1);
116
+ if (!(_this__u8e3s4.rox_1 === label)) {
117
+ var message = 'Wrong PEM label, expected ' + PemLabel__toString_impl_auwpt1(label) + ', actual ' + PemLabel__toString_impl_auwpt1(_this__u8e3s4.rox_1);
118
118
  throw IllegalStateException_init_$Create$(toString(message));
119
119
  }
120
120
  return _this__u8e3s4;
@@ -124,11 +124,11 @@ function _PemLabel___init__impl__xifhtx(representation) {
124
124
  }
125
125
  function Companion() {
126
126
  Companion_instance = this;
127
- this.box_1 = _PemLabel___init__impl__xifhtx('PUBLIC KEY');
128
- this.cox_1 = _PemLabel___init__impl__xifhtx('PRIVATE KEY');
129
- this.dox_1 = _PemLabel___init__impl__xifhtx('RSA PUBLIC KEY');
130
- this.eox_1 = _PemLabel___init__impl__xifhtx('RSA PRIVATE KEY');
131
- this.fox_1 = _PemLabel___init__impl__xifhtx('EC PRIVATE KEY');
127
+ this.tox_1 = _PemLabel___init__impl__xifhtx('PUBLIC KEY');
128
+ this.uox_1 = _PemLabel___init__impl__xifhtx('PRIVATE KEY');
129
+ this.vox_1 = _PemLabel___init__impl__xifhtx('RSA PUBLIC KEY');
130
+ this.wox_1 = _PemLabel___init__impl__xifhtx('RSA PRIVATE KEY');
131
+ this.xox_1 = _PemLabel___init__impl__xifhtx('EC PRIVATE KEY');
132
132
  }
133
133
  var Companion_instance;
134
134
  function Companion_getInstance() {
@@ -37,17 +37,6 @@ if (typeof Array.prototype.fill === 'undefined') {
37
37
  Object.defineProperty(TypedArray.prototype, 'fill', {value: Array.prototype.fill});
38
38
  }
39
39
  });
40
- if (typeof Math.trunc === 'undefined') {
41
- Math.trunc = function (x) {
42
- if (isNaN(x)) {
43
- return NaN;
44
- }
45
- if (x > 0) {
46
- return Math.floor(x);
47
- }
48
- return Math.ceil(x);
49
- };
50
- }
51
40
  if (typeof Math.clz32 === 'undefined') {
52
41
  Math.clz32 = function (log, LN2) {
53
42
  return function (x) {
@@ -64,6 +53,17 @@ if (typeof Math.log10 === 'undefined') {
64
53
  return Math.log(x) * Math.LOG10E;
65
54
  };
66
55
  }
56
+ if (typeof Math.trunc === 'undefined') {
57
+ Math.trunc = function (x) {
58
+ if (isNaN(x)) {
59
+ return NaN;
60
+ }
61
+ if (x > 0) {
62
+ return Math.floor(x);
63
+ }
64
+ return Math.ceil(x);
65
+ };
66
+ }
67
67
  if (typeof String.prototype.endsWith === 'undefined') {
68
68
  Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
69
69
  var subjectString = this.toString();