@solibo/solibo-sdk 1.0.35-SNAPSHOT → 1.0.36
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 +99 -99
- package/KotlinBigInteger-bignum.js +1114 -1114
- package/MultiplatformSettings-multiplatform-settings.js +16 -16
- package/Stately-stately-concurrency.js +4 -4
- package/cryptography-kotlin-cryptography-bigint.js +27 -27
- package/cryptography-kotlin-cryptography-core.js +47 -47
- package/cryptography-kotlin-cryptography-provider-base.js +4 -4
- package/cryptography-kotlin-cryptography-provider-webcrypto.js +135 -135
- package/cryptography-kotlin-cryptography-random.js +15 -15
- package/cryptography-kotlin-cryptography-serialization-asn1-modules.js +112 -112
- package/cryptography-kotlin-cryptography-serialization-asn1.js +240 -240
- package/cryptography-kotlin-cryptography-serialization-pem.js +15 -15
- package/index.d.ts +4 -0
- package/index.js +4 -0
- package/kotlin-kotlin-stdlib.js +14 -14
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +1 -1
- package/ktor-ktor-client-auth.js +224 -224
- package/ktor-ktor-client-logging.js +516 -516
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.js +24544 -22917
- package/solibo-sdk-sdk-home-api.js.map +1 -1
- package/solibo-sdk-sdk.d.ts +89 -3
- package/solibo-sdk-sdk.js +1365 -1365
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
initMetadataForCompanion(Companion);
|
|
38
38
|
//endregion
|
|
39
39
|
function Pem() {
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
40
|
+
this.ko7_1 = '-----BEGIN ';
|
|
41
|
+
this.lo7_1 = '-----END ';
|
|
42
|
+
this.mo7_1 = '-----';
|
|
43
43
|
}
|
|
44
|
-
protoOf(Pem).
|
|
45
|
-
return this.
|
|
44
|
+
protoOf(Pem).no7 = function (bytes) {
|
|
45
|
+
return this.oo7(decodeToString(bytes));
|
|
46
46
|
};
|
|
47
|
-
protoOf(Pem).
|
|
47
|
+
protoOf(Pem).oo7 = 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.po7_1 = label;
|
|
123
|
+
this.qo7_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.po7_1 === label)) {
|
|
128
|
+
var message = 'Wrong PEM label, expected ' + PemLabel__toString_impl_auwpt1(label) + ', actual ' + PemLabel__toString_impl_auwpt1(_this__u8e3s4.po7_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.ro7_1 = _PemLabel___init__impl__xifhtx('PUBLIC KEY');
|
|
139
|
+
this.so7_1 = _PemLabel___init__impl__xifhtx('PRIVATE KEY');
|
|
140
|
+
this.to7_1 = _PemLabel___init__impl__xifhtx('RSA PUBLIC KEY');
|
|
141
|
+
this.uo7_1 = _PemLabel___init__impl__xifhtx('RSA PRIVATE KEY');
|
|
142
|
+
this.vo7_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
|
@@ -206,6 +206,8 @@ export import GenghisPaymentList = no.solibo.oss.sdk.api.gen.models.GenghisPayme
|
|
|
206
206
|
export import GenghisPersonnummerSearchCommand = no.solibo.oss.sdk.api.gen.models.GenghisPersonnummerSearchCommand;
|
|
207
207
|
export import GenghisPosting = no.solibo.oss.sdk.api.gen.models.GenghisPosting;
|
|
208
208
|
export import GenghisVoucher = no.solibo.oss.sdk.api.gen.models.GenghisVoucher;
|
|
209
|
+
export import GlobalPreview = no.solibo.oss.sdk.api.gen.models.GlobalPreview;
|
|
210
|
+
export import GlobalPreviewReceiver = no.solibo.oss.sdk.api.gen.models.GlobalPreviewReceiver;
|
|
209
211
|
export import HMSApi = no.solibo.oss.sdk.api.gen.client.apis.HMSApi;
|
|
210
212
|
export import HmsSettings = no.solibo.oss.sdk.api.gen.models.HmsSettings;
|
|
211
213
|
export import HomeApi = no.solibo.oss.sdk.api.HomeApi;
|
|
@@ -341,6 +343,8 @@ export import OverdueInvoiceOverview = no.solibo.oss.sdk.api.gen.models.OverdueI
|
|
|
341
343
|
export import OverdueNoticeOrder = no.solibo.oss.sdk.api.gen.models.OverdueNoticeOrder;
|
|
342
344
|
export import OverrideThirdPartyInformationResultCommand = no.solibo.oss.sdk.api.gen.models.OverrideThirdPartyInformationResultCommand;
|
|
343
345
|
export import OwnerChangeSectionCommand = no.solibo.oss.sdk.api.gen.models.OwnerChangeSectionCommand;
|
|
346
|
+
export import OwnershipChange = no.solibo.oss.sdk.api.gen.models.OwnershipChange;
|
|
347
|
+
export import OwnershipChangeRole = no.solibo.oss.sdk.api.gen.models.OwnershipChangeRole;
|
|
344
348
|
export import Paging = no.solibo.oss.sdk.api.gen.models.Paging;
|
|
345
349
|
export import ParkingApi = no.solibo.oss.sdk.api.gen.client.apis.ParkingApi;
|
|
346
350
|
export import ParkingSpace = no.solibo.oss.sdk.api.gen.models.ParkingSpace;
|
package/index.js
CHANGED
|
@@ -208,6 +208,8 @@ exports.GenghisPaymentList = mod.no.solibo.oss.sdk.api.gen.models.GenghisPayment
|
|
|
208
208
|
exports.GenghisPersonnummerSearchCommand = mod.no.solibo.oss.sdk.api.gen.models.GenghisPersonnummerSearchCommand;
|
|
209
209
|
exports.GenghisPosting = mod.no.solibo.oss.sdk.api.gen.models.GenghisPosting;
|
|
210
210
|
exports.GenghisVoucher = mod.no.solibo.oss.sdk.api.gen.models.GenghisVoucher;
|
|
211
|
+
exports.GlobalPreview = mod.no.solibo.oss.sdk.api.gen.models.GlobalPreview;
|
|
212
|
+
exports.GlobalPreviewReceiver = mod.no.solibo.oss.sdk.api.gen.models.GlobalPreviewReceiver;
|
|
211
213
|
exports.HMSApi = mod.no.solibo.oss.sdk.api.gen.client.apis.HMSApi;
|
|
212
214
|
exports.HmsSettings = mod.no.solibo.oss.sdk.api.gen.models.HmsSettings;
|
|
213
215
|
exports.HomeApi = mod.no.solibo.oss.sdk.api.HomeApi;
|
|
@@ -343,6 +345,8 @@ exports.OverdueInvoiceOverview = mod.no.solibo.oss.sdk.api.gen.models.OverdueInv
|
|
|
343
345
|
exports.OverdueNoticeOrder = mod.no.solibo.oss.sdk.api.gen.models.OverdueNoticeOrder;
|
|
344
346
|
exports.OverrideThirdPartyInformationResultCommand = mod.no.solibo.oss.sdk.api.gen.models.OverrideThirdPartyInformationResultCommand;
|
|
345
347
|
exports.OwnerChangeSectionCommand = mod.no.solibo.oss.sdk.api.gen.models.OwnerChangeSectionCommand;
|
|
348
|
+
exports.OwnershipChange = mod.no.solibo.oss.sdk.api.gen.models.OwnershipChange;
|
|
349
|
+
exports.OwnershipChangeRole = mod.no.solibo.oss.sdk.api.gen.models.OwnershipChangeRole;
|
|
346
350
|
exports.Paging = mod.no.solibo.oss.sdk.api.gen.models.Paging;
|
|
347
351
|
exports.ParkingApi = mod.no.solibo.oss.sdk.api.gen.client.apis.ParkingApi;
|
|
348
352
|
exports.ParkingSpace = mod.no.solibo.oss.sdk.api.gen.models.ParkingSpace;
|
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -46,6 +46,11 @@ if (typeof Array.prototype.fill === 'undefined') {
|
|
|
46
46
|
Object.defineProperty(TypedArray.prototype, 'fill', {value: Array.prototype.fill});
|
|
47
47
|
}
|
|
48
48
|
});
|
|
49
|
+
if (typeof Math.log10 === 'undefined') {
|
|
50
|
+
Math.log10 = function (x) {
|
|
51
|
+
return Math.log(x) * Math.LOG10E;
|
|
52
|
+
};
|
|
53
|
+
}
|
|
49
54
|
if (typeof Math.clz32 === 'undefined') {
|
|
50
55
|
Math.clz32 = function (log, LN2) {
|
|
51
56
|
return function (x) {
|
|
@@ -68,10 +73,11 @@ if (typeof Math.trunc === 'undefined') {
|
|
|
68
73
|
return Math.ceil(x);
|
|
69
74
|
};
|
|
70
75
|
}
|
|
71
|
-
if (typeof
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
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
|
+
}});
|
|
75
81
|
}
|
|
76
82
|
if (typeof String.prototype.endsWith === 'undefined') {
|
|
77
83
|
Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
|
|
@@ -84,12 +90,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
84
90
|
return lastIndex !== -1 && lastIndex === position;
|
|
85
91
|
}});
|
|
86
92
|
}
|
|
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)
|
|
@@ -138,8 +138,8 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
138
138
|
initMetadataForInterface(KtMutableMap, 'MutableMap', VOID, VOID, [KtMap]);
|
|
139
139
|
initMetadataForInterface(KtSet, 'Set', VOID, VOID, [Collection]);
|
|
140
140
|
initMetadataForInterface(MutableIterable, 'MutableIterable');
|
|
141
|
-
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList,
|
|
142
|
-
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet,
|
|
141
|
+
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, MutableIterable, Collection]);
|
|
142
|
+
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, MutableIterable, Collection]);
|
|
143
143
|
initMetadataForCompanion(Companion_2);
|
|
144
144
|
initMetadataForClass(Enum, 'Enum', VOID, VOID, [Comparable]);
|
|
145
145
|
initMetadataForCompanion(Companion_3);
|
|
@@ -163,7 +163,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
163
163
|
initMetadataForInterface(AutoCloseable, 'AutoCloseable');
|
|
164
164
|
initMetadataForInterface(Comparator, 'Comparator');
|
|
165
165
|
initMetadataForObject(Unit, 'Unit');
|
|
166
|
-
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection,
|
|
166
|
+
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, MutableIterable, Collection]);
|
|
167
167
|
initMetadataForClass(IteratorImpl, 'IteratorImpl');
|
|
168
168
|
initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
|
|
169
169
|
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtMutableList]);
|
|
@@ -175,7 +175,7 @@ if (typeof String.prototype.startsWith === 'undefined') {
|
|
|
175
175
|
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtMutableList, RandomAccess]);
|
|
176
176
|
initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMutableMap]);
|
|
177
177
|
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
|
|
178
|
-
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [
|
|
178
|
+
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [MutableIterable, Collection, AbstractMutableCollection]);
|
|
179
179
|
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet, AbstractMutableSet]);
|
|
180
180
|
initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
|
|
181
181
|
initMetadataForClass(HashMapKeysDefault$iterator$1);
|