@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.
- package/KmLogging-logging.js +108 -108
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1426 -1426
- package/KotlinBigInteger-bignum.js +1115 -1115
- package/MultiplatformSettings-multiplatform-settings.js +17 -17
- package/Stately-stately-concurrency.js +5 -5
- package/cryptography-kotlin-cryptography-bigint.js +28 -28
- package/cryptography-kotlin-cryptography-core.js +47 -47
- package/cryptography-kotlin-cryptography-provider-base.js +8 -8
- package/cryptography-kotlin-cryptography-provider-webcrypto.js +136 -136
- package/cryptography-kotlin-cryptography-random.js +15 -15
- package/cryptography-kotlin-cryptography-serialization-asn1-modules.js +118 -118
- package/cryptography-kotlin-cryptography-serialization-asn1.js +256 -256
- package/cryptography-kotlin-cryptography-serialization-pem.js +15 -15
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +13 -13
- package/kotlinx-coroutines-core.js +1826 -1826
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-bytestring.js +32 -32
- package/kotlinx-io-kotlinx-io-core.js +451 -451
- package/kotlinx-serialization-kotlinx-serialization-json.js +1095 -1111
- package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
- package/ktor-ktor-client-auth.js +258 -258
- package/ktor-ktor-client-content-negotiation.js +45 -45
- package/ktor-ktor-client-core.js +2687 -2687
- package/ktor-ktor-client-logging.js +621 -621
- package/ktor-ktor-events.js +6 -6
- package/ktor-ktor-http-cio.js +320 -320
- package/ktor-ktor-http.js +901 -901
- package/ktor-ktor-io.js +632 -632
- package/ktor-ktor-serialization-kotlinx-json.js +8 -8
- package/ktor-ktor-serialization-kotlinx.js +36 -36
- package/ktor-ktor-serialization.js +57 -57
- package/ktor-ktor-utils.js +671 -671
- package/ktor-ktor-websockets.js +385 -385
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.js +11791 -11474
- package/solibo-sdk-sdk-home-api.js.map +1 -1
- package/solibo-sdk-sdk.d.ts +18 -0
- package/solibo-sdk-sdk.js +1471 -1471
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
initMetadataForCompanion(Companion);
|
|
38
38
|
//endregion
|
|
39
39
|
function Pem() {
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
40
|
+
this.qo2_1 = '-----BEGIN ';
|
|
41
|
+
this.ro2_1 = '-----END ';
|
|
42
|
+
this.so2_1 = '-----';
|
|
43
43
|
}
|
|
44
|
-
protoOf(Pem).
|
|
45
|
-
return this.
|
|
44
|
+
protoOf(Pem).to2 = function (bytes) {
|
|
45
|
+
return this.uo2(decodeToString(bytes));
|
|
46
46
|
};
|
|
47
|
-
protoOf(Pem).
|
|
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.
|
|
123
|
-
this.
|
|
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.
|
|
128
|
-
var message = 'Wrong PEM label, expected ' + PemLabel__toString_impl_auwpt1(label) + ', actual ' + PemLabel__toString_impl_auwpt1(_this__u8e3s4.
|
|
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.
|
|
139
|
-
this.
|
|
140
|
-
this.
|
|
141
|
-
this.
|
|
142
|
-
this.
|
|
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;
|
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -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
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
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)
|