@solibo/solibo-sdk 1.0.34 → 1.0.35-SNAPSHOT

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 (42) hide show
  1. package/KmLogging-logging.js +108 -108
  2. package/Kotlin-DateTime-library-kotlinx-datetime.js +1426 -1426
  3. package/KotlinBigInteger-bignum.js +1115 -1115
  4. package/MultiplatformSettings-multiplatform-settings.js +17 -17
  5. package/Stately-stately-concurrency.js +5 -5
  6. package/cryptography-kotlin-cryptography-bigint.js +28 -28
  7. package/cryptography-kotlin-cryptography-core.js +47 -47
  8. package/cryptography-kotlin-cryptography-provider-base.js +8 -8
  9. package/cryptography-kotlin-cryptography-provider-webcrypto.js +136 -136
  10. package/cryptography-kotlin-cryptography-random.js +15 -15
  11. package/cryptography-kotlin-cryptography-serialization-asn1-modules.js +118 -118
  12. package/cryptography-kotlin-cryptography-serialization-asn1.js +256 -256
  13. package/cryptography-kotlin-cryptography-serialization-pem.js +15 -15
  14. package/index.d.ts +1 -0
  15. package/index.js +1 -0
  16. package/kotlin-kotlin-stdlib.js +10 -10
  17. package/kotlin-kotlin-stdlib.js.map +1 -1
  18. package/kotlinx-atomicfu.js +13 -13
  19. package/kotlinx-coroutines-core.js +1826 -1826
  20. package/kotlinx-coroutines-core.js.map +1 -1
  21. package/kotlinx-io-kotlinx-io-bytestring.js +32 -32
  22. package/kotlinx-io-kotlinx-io-core.js +451 -451
  23. package/kotlinx-serialization-kotlinx-serialization-json.js +1095 -1111
  24. package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
  25. package/ktor-ktor-client-auth.js +258 -258
  26. package/ktor-ktor-client-content-negotiation.js +45 -45
  27. package/ktor-ktor-client-core.js +2687 -2687
  28. package/ktor-ktor-client-logging.js +621 -621
  29. package/ktor-ktor-events.js +6 -6
  30. package/ktor-ktor-http-cio.js +320 -320
  31. package/ktor-ktor-http.js +901 -901
  32. package/ktor-ktor-io.js +632 -632
  33. package/ktor-ktor-serialization-kotlinx-json.js +8 -8
  34. package/ktor-ktor-serialization-kotlinx.js +36 -36
  35. package/ktor-ktor-serialization.js +57 -57
  36. package/ktor-ktor-utils.js +671 -671
  37. package/ktor-ktor-websockets.js +385 -385
  38. package/package.json +1 -1
  39. package/solibo-sdk-sdk-home-api.js +11791 -11474
  40. package/solibo-sdk-sdk-home-api.js.map +1 -1
  41. package/solibo-sdk-sdk.d.ts +18 -0
  42. package/solibo-sdk-sdk.js +1471 -1471
@@ -37,14 +37,14 @@
37
37
  initMetadataForCompanion(Companion);
38
38
  //endregion
39
39
  function Pem() {
40
- this.jo1_1 = '-----BEGIN ';
41
- this.ko1_1 = '-----END ';
42
- this.lo1_1 = '-----';
40
+ this.qo2_1 = '-----BEGIN ';
41
+ this.ro2_1 = '-----END ';
42
+ this.so2_1 = '-----';
43
43
  }
44
- protoOf(Pem).mo1 = function (bytes) {
45
- return this.no1(decodeToString(bytes));
44
+ protoOf(Pem).to2 = function (bytes) {
45
+ return this.uo2(decodeToString(bytes));
46
46
  };
47
- protoOf(Pem).no1 = function (string) {
47
+ protoOf(Pem).uo2 = function (string) {
48
48
  var lines = split(string, ['\n']);
49
49
  var tmp$ret$1;
50
50
  $l$block: {
@@ -119,13 +119,13 @@
119
119
  return Pem_instance;
120
120
  }
121
121
  function PemContent(label, bytes) {
122
- this.oo1_1 = label;
123
- this.po1_1 = bytes;
122
+ this.vo2_1 = label;
123
+ this.wo2_1 = bytes;
124
124
  }
125
125
  function ensurePemLabel(_this__u8e3s4, label) {
126
126
  // Inline function 'kotlin.check' call
127
- if (!(_this__u8e3s4.oo1_1 === label)) {
128
- var message = 'Wrong PEM label, expected ' + PemLabel__toString_impl_auwpt1(label) + ', actual ' + PemLabel__toString_impl_auwpt1(_this__u8e3s4.oo1_1);
127
+ if (!(_this__u8e3s4.vo2_1 === label)) {
128
+ var message = 'Wrong PEM label, expected ' + PemLabel__toString_impl_auwpt1(label) + ', actual ' + PemLabel__toString_impl_auwpt1(_this__u8e3s4.vo2_1);
129
129
  throw IllegalStateException_init_$Create$(toString(message));
130
130
  }
131
131
  return _this__u8e3s4;
@@ -135,11 +135,11 @@
135
135
  }
136
136
  function Companion() {
137
137
  Companion_instance = this;
138
- this.qo1_1 = _PemLabel___init__impl__xifhtx('PUBLIC KEY');
139
- this.ro1_1 = _PemLabel___init__impl__xifhtx('PRIVATE KEY');
140
- this.so1_1 = _PemLabel___init__impl__xifhtx('RSA PUBLIC KEY');
141
- this.to1_1 = _PemLabel___init__impl__xifhtx('RSA PRIVATE KEY');
142
- this.uo1_1 = _PemLabel___init__impl__xifhtx('EC PRIVATE KEY');
138
+ this.xo2_1 = _PemLabel___init__impl__xifhtx('PUBLIC KEY');
139
+ this.yo2_1 = _PemLabel___init__impl__xifhtx('PRIVATE KEY');
140
+ this.zo2_1 = _PemLabel___init__impl__xifhtx('RSA PUBLIC KEY');
141
+ this.ao3_1 = _PemLabel___init__impl__xifhtx('RSA PRIVATE KEY');
142
+ this.bo3_1 = _PemLabel___init__impl__xifhtx('EC PRIVATE KEY');
143
143
  }
144
144
  var Companion_instance;
145
145
  function Companion_getInstance() {
package/index.d.ts CHANGED
@@ -564,6 +564,7 @@ export import UpsertOrdinancesCommand = no.solibo.oss.sdk.api.gen.models.UpsertO
564
564
  export import UrlWrapper = no.solibo.oss.sdk.api.gen.models.UrlWrapper;
565
565
  export import User = no.solibo.oss.sdk.api.gen.models.User;
566
566
  export import UserApi = no.solibo.oss.sdk.api.gen.client.apis.UserApi;
567
+ export import UserConversations = no.solibo.oss.sdk.api.gen.models.UserConversations;
567
568
  export import ValidateSMSCommand = no.solibo.oss.sdk.api.gen.models.ValidateSMSCommand;
568
569
  export import ValidationErrorJson = no.solibo.oss.sdk.api.gen.models.ValidationErrorJson;
569
570
  export import Verdiavvik = no.solibo.oss.sdk.api.gen.models.Verdiavvik;
package/index.js CHANGED
@@ -566,6 +566,7 @@ exports.UpsertOrdinancesCommand = mod.no.solibo.oss.sdk.api.gen.models.UpsertOrd
566
566
  exports.UrlWrapper = mod.no.solibo.oss.sdk.api.gen.models.UrlWrapper;
567
567
  exports.User = mod.no.solibo.oss.sdk.api.gen.models.User;
568
568
  exports.UserApi = mod.no.solibo.oss.sdk.api.gen.client.apis.UserApi;
569
+ exports.UserConversations = mod.no.solibo.oss.sdk.api.gen.models.UserConversations;
569
570
  exports.ValidateSMSCommand = mod.no.solibo.oss.sdk.api.gen.models.ValidateSMSCommand;
570
571
  exports.ValidationErrorJson = mod.no.solibo.oss.sdk.api.gen.models.ValidationErrorJson;
571
572
  exports.Verdiavvik = mod.no.solibo.oss.sdk.api.gen.models.Verdiavvik;
@@ -57,11 +57,6 @@ if (typeof Math.clz32 === 'undefined') {
57
57
  };
58
58
  }(Math.log, Math.LN2);
59
59
  }
60
- if (typeof Math.log10 === 'undefined') {
61
- Math.log10 = function (x) {
62
- return Math.log(x) * Math.LOG10E;
63
- };
64
- }
65
60
  if (typeof Math.trunc === 'undefined') {
66
61
  Math.trunc = function (x) {
67
62
  if (isNaN(x)) {
@@ -73,11 +68,10 @@ if (typeof Math.trunc === 'undefined') {
73
68
  return Math.ceil(x);
74
69
  };
75
70
  }
76
- if (typeof String.prototype.startsWith === 'undefined') {
77
- Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
78
- position = position || 0;
79
- return this.lastIndexOf(searchString, position) === position;
80
- }});
71
+ if (typeof Math.log10 === 'undefined') {
72
+ Math.log10 = function (x) {
73
+ return Math.log(x) * Math.LOG10E;
74
+ };
81
75
  }
82
76
  if (typeof String.prototype.endsWith === 'undefined') {
83
77
  Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
@@ -90,6 +84,12 @@ if (typeof String.prototype.endsWith === 'undefined') {
90
84
  return lastIndex !== -1 && lastIndex === position;
91
85
  }});
92
86
  }
87
+ if (typeof String.prototype.startsWith === 'undefined') {
88
+ Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
89
+ position = position || 0;
90
+ return this.lastIndexOf(searchString, position) === position;
91
+ }});
92
+ }
93
93
  //endregion
94
94
  (function (factory) {
95
95
  if (typeof define === 'function' && define.amd)