@solibo/solibo-sdk 1.6.36 → 1.7.0
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.mjs +98 -98
- package/KotlinBigInteger-bignum.mjs +1127 -1127
- package/MultiplatformSettings-multiplatform-settings-test.mjs +18 -18
- package/MultiplatformSettings-multiplatform-settings.mjs +16 -16
- package/Stately-stately-concurrency.mjs +3 -3
- package/bitops-library-bits.mjs +200 -0
- package/bitops-library-bits.mjs.map +1 -0
- package/bitops-library-endian.mjs +109 -0
- package/bitops-library-endian.mjs.map +1 -0
- package/core-library-core.mjs +4 -0
- package/core-library-core.mjs.map +1 -0
- package/core-library-digest.mjs +223 -0
- package/core-library-digest.mjs.map +1 -0
- package/cryptography-kotlin-cryptography-bigint.mjs +28 -28
- package/cryptography-kotlin-cryptography-core.mjs +47 -47
- package/cryptography-kotlin-cryptography-provider-base.mjs +8 -8
- package/cryptography-kotlin-cryptography-provider-webcrypto.mjs +136 -136
- package/cryptography-kotlin-cryptography-random.mjs +15 -15
- package/cryptography-kotlin-cryptography-serialization-asn1-modules.mjs +118 -118
- package/cryptography-kotlin-cryptography-serialization-asn1.mjs +250 -250
- package/cryptography-kotlin-cryptography-serialization-pem.mjs +15 -15
- package/error-library-error.mjs +91 -0
- package/error-library-error.mjs.map +1 -0
- package/hash-library-md.mjs +179 -0
- package/hash-library-md.mjs.map +1 -0
- package/kotlin-kotlin-stdlib.mjs +104 -17
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlinx-coroutines-core.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.mjs +1072 -1072
- package/ktor-ktor-client-auth.mjs +245 -245
- package/ktor-ktor-client-content-negotiation.mjs +124 -124
- package/ktor-ktor-client-core.mjs +2663 -2613
- package/ktor-ktor-client-core.mjs.map +1 -1
- package/ktor-ktor-client-encoding.mjs +120 -120
- package/ktor-ktor-client-logging.mjs +600 -600
- package/ktor-ktor-client-mock.mjs +48 -48
- package/ktor-ktor-http-cio.mjs +299 -299
- package/ktor-ktor-http.mjs +835 -808
- package/ktor-ktor-http.mjs.map +1 -1
- package/ktor-ktor-serialization-kotlinx-json.mjs +6 -6
- package/ktor-ktor-serialization-kotlinx.mjs +110 -110
- package/ktor-ktor-serialization.mjs +50 -50
- package/ktor-ktor-websockets.mjs +321 -321
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.mjs +26397 -26393
- package/solibo-sdk-sdk.d.mts +81 -1
- package/solibo-sdk-sdk.mjs +5473 -3914
- package/solibo-sdk-sdk.mjs.map +1 -1
|
@@ -45,10 +45,10 @@ function register$default(contentType, converter, configuration, $super) {
|
|
|
45
45
|
configuration = tmp;
|
|
46
46
|
var tmp_0;
|
|
47
47
|
if ($super === VOID) {
|
|
48
|
-
this.
|
|
48
|
+
this.h4i(contentType, converter, configuration);
|
|
49
49
|
tmp_0 = Unit_instance;
|
|
50
50
|
} else {
|
|
51
|
-
tmp_0 = $super.
|
|
51
|
+
tmp_0 = $super.h4i.call(this, contentType, converter, configuration);
|
|
52
52
|
}
|
|
53
53
|
return tmp_0;
|
|
54
54
|
}
|
|
@@ -99,13 +99,13 @@ function suitableCharsetOrNull(_this__u8e3s4, defaultCharset) {
|
|
|
99
99
|
return null;
|
|
100
100
|
}
|
|
101
101
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
102
|
-
this.
|
|
102
|
+
this.j4i_1 = function_0;
|
|
103
103
|
}
|
|
104
104
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).w2g = function (value, $completion) {
|
|
105
|
-
return this.
|
|
105
|
+
return this.j4i_1(value, $completion);
|
|
106
106
|
};
|
|
107
107
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).u3 = function () {
|
|
108
|
-
return this.
|
|
108
|
+
return this.j4i_1;
|
|
109
109
|
};
|
|
110
110
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
111
111
|
var tmp;
|
|
@@ -126,20 +126,20 @@ protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).hashCode = function () {
|
|
|
126
126
|
return hashCode(this.u3());
|
|
127
127
|
};
|
|
128
128
|
function deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) {
|
|
129
|
-
this.
|
|
130
|
-
this.
|
|
131
|
-
this.
|
|
132
|
-
this.
|
|
129
|
+
this.s4i_1 = $$this$unsafeFlow;
|
|
130
|
+
this.t4i_1 = $charset;
|
|
131
|
+
this.u4i_1 = $typeInfo;
|
|
132
|
+
this.v4i_1 = $body;
|
|
133
133
|
CoroutineImpl.call(this, resultContinuation);
|
|
134
134
|
}
|
|
135
|
-
protoOf(deserialize$o$collect$slambda).
|
|
136
|
-
var tmp = this.
|
|
135
|
+
protoOf(deserialize$o$collect$slambda).y4i = function (value, $completion) {
|
|
136
|
+
var tmp = this.z4i(value, $completion);
|
|
137
137
|
tmp.o9_1 = Unit_instance;
|
|
138
138
|
tmp.p9_1 = null;
|
|
139
139
|
return tmp.u9();
|
|
140
140
|
};
|
|
141
141
|
protoOf(deserialize$o$collect$slambda).ga = function (p1, $completion) {
|
|
142
|
-
return this.
|
|
142
|
+
return this.y4i(p1, $completion);
|
|
143
143
|
};
|
|
144
144
|
protoOf(deserialize$o$collect$slambda).u9 = function () {
|
|
145
145
|
var suspendResult = this.o9_1;
|
|
@@ -149,11 +149,11 @@ protoOf(deserialize$o$collect$slambda).u9 = function () {
|
|
|
149
149
|
switch (tmp) {
|
|
150
150
|
case 0:
|
|
151
151
|
this.n9_1 = 3;
|
|
152
|
-
var tmp0 = this.
|
|
153
|
-
var tmp2 = this.
|
|
154
|
-
this.
|
|
152
|
+
var tmp0 = this.s4i_1;
|
|
153
|
+
var tmp2 = this.w4i_1;
|
|
154
|
+
this.x4i_1 = tmp0;
|
|
155
155
|
this.m9_1 = 1;
|
|
156
|
-
suspendResult = tmp2.
|
|
156
|
+
suspendResult = tmp2.a4j(this.t4i_1, this.u4i_1, this.v4i_1, this);
|
|
157
157
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
158
158
|
return suspendResult;
|
|
159
159
|
}
|
|
@@ -162,7 +162,7 @@ protoOf(deserialize$o$collect$slambda).u9 = function () {
|
|
|
162
162
|
case 1:
|
|
163
163
|
var ARGUMENT = suspendResult;
|
|
164
164
|
this.m9_1 = 2;
|
|
165
|
-
suspendResult = this.
|
|
165
|
+
suspendResult = this.x4i_1.w2g(ARGUMENT, this);
|
|
166
166
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
167
167
|
return suspendResult;
|
|
168
168
|
}
|
|
@@ -184,23 +184,23 @@ protoOf(deserialize$o$collect$slambda).u9 = function () {
|
|
|
184
184
|
}
|
|
185
185
|
while (true);
|
|
186
186
|
};
|
|
187
|
-
protoOf(deserialize$o$collect$slambda).
|
|
188
|
-
var i = new deserialize$o$collect$slambda(this.
|
|
189
|
-
i.
|
|
187
|
+
protoOf(deserialize$o$collect$slambda).z4i = function (value, completion) {
|
|
188
|
+
var i = new deserialize$o$collect$slambda(this.s4i_1, this.t4i_1, this.u4i_1, this.v4i_1, completion);
|
|
189
|
+
i.w4i_1 = value;
|
|
190
190
|
return i;
|
|
191
191
|
};
|
|
192
192
|
function deserialize$o$collect$slambda_0($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) {
|
|
193
193
|
var i = new deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation);
|
|
194
194
|
var l = function (value, $completion) {
|
|
195
|
-
return i.
|
|
195
|
+
return i.y4i(value, $completion);
|
|
196
196
|
};
|
|
197
197
|
l.$arity = 1;
|
|
198
198
|
return l;
|
|
199
199
|
}
|
|
200
200
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
201
201
|
CoroutineImpl.call(this, resultContinuation);
|
|
202
|
-
this.
|
|
203
|
-
this.
|
|
202
|
+
this.j4j_1 = _this__u8e3s4;
|
|
203
|
+
this.k4j_1 = collector;
|
|
204
204
|
}
|
|
205
205
|
protoOf($collectCOROUTINE$).u9 = function () {
|
|
206
206
|
var suspendResult = this.o9_1;
|
|
@@ -210,10 +210,10 @@ protoOf($collectCOROUTINE$).u9 = function () {
|
|
|
210
210
|
switch (tmp) {
|
|
211
211
|
case 0:
|
|
212
212
|
this.n9_1 = 2;
|
|
213
|
-
var $this$unsafeFlow = this.
|
|
213
|
+
var $this$unsafeFlow = this.k4j_1;
|
|
214
214
|
this.m9_1 = 1;
|
|
215
|
-
var tmp_0 = deserialize$o$collect$slambda_0($this$unsafeFlow, this.
|
|
216
|
-
suspendResult = this.
|
|
215
|
+
var tmp_0 = deserialize$o$collect$slambda_0($this$unsafeFlow, this.j4j_1.m4j_1, this.j4j_1.n4j_1, this.j4j_1.o4j_1, null);
|
|
216
|
+
suspendResult = this.j4j_1.l4j_1.y2g(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
217
217
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
218
218
|
return suspendResult;
|
|
219
219
|
}
|
|
@@ -236,10 +236,10 @@ protoOf($collectCOROUTINE$).u9 = function () {
|
|
|
236
236
|
while (true);
|
|
237
237
|
};
|
|
238
238
|
function deserialize$$inlined$map$1($this, $charset, $typeInfo, $body) {
|
|
239
|
-
this.
|
|
240
|
-
this.
|
|
241
|
-
this.
|
|
242
|
-
this.
|
|
239
|
+
this.l4j_1 = $this;
|
|
240
|
+
this.m4j_1 = $charset;
|
|
241
|
+
this.n4j_1 = $typeInfo;
|
|
242
|
+
this.o4j_1 = $body;
|
|
243
243
|
}
|
|
244
244
|
protoOf(deserialize$$inlined$map$1).x2g = function (collector, $completion) {
|
|
245
245
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
@@ -251,17 +251,17 @@ protoOf(deserialize$$inlined$map$1).y2g = function (collector, $completion) {
|
|
|
251
251
|
return this.x2g(collector, $completion);
|
|
252
252
|
};
|
|
253
253
|
function deserialize$slambda($body, resultContinuation) {
|
|
254
|
-
this.
|
|
254
|
+
this.x4j_1 = $body;
|
|
255
255
|
CoroutineImpl.call(this, resultContinuation);
|
|
256
256
|
}
|
|
257
|
-
protoOf(deserialize$slambda).
|
|
258
|
-
var tmp = this.
|
|
257
|
+
protoOf(deserialize$slambda).z4j = function (it, $completion) {
|
|
258
|
+
var tmp = this.z4i(it, $completion);
|
|
259
259
|
tmp.o9_1 = Unit_instance;
|
|
260
260
|
tmp.p9_1 = null;
|
|
261
261
|
return tmp.u9();
|
|
262
262
|
};
|
|
263
263
|
protoOf(deserialize$slambda).ga = function (p1, $completion) {
|
|
264
|
-
return this.
|
|
264
|
+
return this.z4j(p1, $completion);
|
|
265
265
|
};
|
|
266
266
|
protoOf(deserialize$slambda).u9 = function () {
|
|
267
267
|
var suspendResult = this.o9_1;
|
|
@@ -270,7 +270,7 @@ protoOf(deserialize$slambda).u9 = function () {
|
|
|
270
270
|
var tmp = this.m9_1;
|
|
271
271
|
if (tmp === 0) {
|
|
272
272
|
this.n9_1 = 1;
|
|
273
|
-
return !(this.
|
|
273
|
+
return !(this.y4j_1 == null) || this.x4j_1.m30();
|
|
274
274
|
} else if (tmp === 1) {
|
|
275
275
|
throw this.p9_1;
|
|
276
276
|
}
|
|
@@ -280,25 +280,25 @@ protoOf(deserialize$slambda).u9 = function () {
|
|
|
280
280
|
}
|
|
281
281
|
while (true);
|
|
282
282
|
};
|
|
283
|
-
protoOf(deserialize$slambda).
|
|
284
|
-
var i = new deserialize$slambda(this.
|
|
285
|
-
i.
|
|
283
|
+
protoOf(deserialize$slambda).z4i = function (it, completion) {
|
|
284
|
+
var i = new deserialize$slambda(this.x4j_1, completion);
|
|
285
|
+
i.y4j_1 = it;
|
|
286
286
|
return i;
|
|
287
287
|
};
|
|
288
288
|
function deserialize$slambda_0($body, resultContinuation) {
|
|
289
289
|
var i = new deserialize$slambda($body, resultContinuation);
|
|
290
290
|
var l = function (it, $completion) {
|
|
291
|
-
return i.
|
|
291
|
+
return i.z4j(it, $completion);
|
|
292
292
|
};
|
|
293
293
|
l.$arity = 1;
|
|
294
294
|
return l;
|
|
295
295
|
}
|
|
296
296
|
function $deserializeCOROUTINE$(_this__u8e3s4, body, typeInfo, charset, resultContinuation) {
|
|
297
297
|
CoroutineImpl.call(this, resultContinuation);
|
|
298
|
-
this.
|
|
299
|
-
this.
|
|
300
|
-
this.
|
|
301
|
-
this.
|
|
298
|
+
this.d4i_1 = _this__u8e3s4;
|
|
299
|
+
this.e4i_1 = body;
|
|
300
|
+
this.f4i_1 = typeInfo;
|
|
301
|
+
this.g4i_1 = charset;
|
|
302
302
|
}
|
|
303
303
|
protoOf($deserializeCOROUTINE$).u9 = function () {
|
|
304
304
|
var suspendResult = this.o9_1;
|
|
@@ -309,9 +309,9 @@ protoOf($deserializeCOROUTINE$).u9 = function () {
|
|
|
309
309
|
case 0:
|
|
310
310
|
this.n9_1 = 2;
|
|
311
311
|
this.m9_1 = 1;
|
|
312
|
-
var this_0 = asFlow(this.
|
|
313
|
-
var tmp_0 = new deserialize$$inlined$map$1(this_0, this.
|
|
314
|
-
suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.
|
|
312
|
+
var this_0 = asFlow(this.d4i_1);
|
|
313
|
+
var tmp_0 = new deserialize$$inlined$map$1(this_0, this.g4i_1, this.f4i_1, this.e4i_1);
|
|
314
|
+
suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.e4i_1, null), this);
|
|
315
315
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
316
316
|
return suspendResult;
|
|
317
317
|
}
|
|
@@ -323,14 +323,14 @@ protoOf($deserializeCOROUTINE$).u9 = function () {
|
|
|
323
323
|
if (!(result == null)) {
|
|
324
324
|
tmp_1 = result;
|
|
325
325
|
} else {
|
|
326
|
-
if (!this.
|
|
327
|
-
tmp_1 = this.
|
|
326
|
+
if (!this.e4i_1.m30()) {
|
|
327
|
+
tmp_1 = this.e4i_1;
|
|
328
328
|
} else {
|
|
329
|
-
var tmp0_safe_receiver = this.
|
|
329
|
+
var tmp0_safe_receiver = this.f4i_1.z3l_1;
|
|
330
330
|
if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.l()) === true) {
|
|
331
331
|
tmp_1 = NullBody_instance;
|
|
332
332
|
} else {
|
|
333
|
-
throw new ContentConvertException('No suitable converter found for ' + this.
|
|
333
|
+
throw new ContentConvertException('No suitable converter found for ' + this.f4i_1.toString());
|
|
334
334
|
}
|
|
335
335
|
}
|
|
336
336
|
}
|