@solibo/solibo-sdk 1.1.18 → 1.1.19

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.mjs +86 -86
  2. package/Kotlin-DateTime-library-kotlinx-datetime.mjs +1510 -1510
  3. package/KotlinBigInteger-bignum.mjs +1123 -1123
  4. package/MultiplatformSettings-multiplatform-settings.mjs +17 -17
  5. package/Stately-stately-concurrency.mjs +5 -5
  6. package/cryptography-kotlin-cryptography-bigint.mjs +31 -31
  7. package/cryptography-kotlin-cryptography-core.mjs +47 -47
  8. package/cryptography-kotlin-cryptography-provider-base.mjs +8 -8
  9. package/cryptography-kotlin-cryptography-provider-webcrypto.mjs +136 -136
  10. package/cryptography-kotlin-cryptography-random.mjs +25 -25
  11. package/cryptography-kotlin-cryptography-serialization-asn1-modules.mjs +204 -204
  12. package/cryptography-kotlin-cryptography-serialization-asn1.mjs +327 -327
  13. package/cryptography-kotlin-cryptography-serialization-pem.mjs +16 -16
  14. package/kotlin-kotlin-stdlib.mjs +609 -605
  15. package/kotlin-kotlin-stdlib.mjs.map +1 -1
  16. package/kotlinx-atomicfu.mjs +13 -13
  17. package/kotlinx-coroutines-core.mjs +1828 -1828
  18. package/kotlinx-coroutines-core.mjs.map +1 -1
  19. package/kotlinx-io-kotlinx-io-bytestring.mjs +32 -32
  20. package/kotlinx-io-kotlinx-io-core.mjs +443 -443
  21. package/kotlinx-serialization-kotlinx-serialization-core.mjs +1763 -1763
  22. package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -1
  23. package/kotlinx-serialization-kotlinx-serialization-json.mjs +1322 -1322
  24. package/ktor-ktor-client-auth.mjs +257 -257
  25. package/ktor-ktor-client-content-negotiation.mjs +127 -127
  26. package/ktor-ktor-client-core.mjs +2676 -2676
  27. package/ktor-ktor-client-logging.mjs +615 -615
  28. package/ktor-ktor-client-mock.mjs +53 -53
  29. package/ktor-ktor-events.mjs +6 -6
  30. package/ktor-ktor-http-cio.mjs +312 -312
  31. package/ktor-ktor-http.mjs +945 -945
  32. package/ktor-ktor-io.mjs +628 -628
  33. package/ktor-ktor-serialization-kotlinx-json.mjs +6 -6
  34. package/ktor-ktor-serialization-kotlinx.mjs +128 -128
  35. package/ktor-ktor-serialization.mjs +56 -56
  36. package/ktor-ktor-utils.mjs +695 -695
  37. package/ktor-ktor-websockets.mjs +386 -386
  38. package/package.json +1 -1
  39. package/solibo-sdk-sdk-home-api.mjs +42054 -42054
  40. package/solibo-sdk-sdk.d.mts +1 -1
  41. package/solibo-sdk-sdk.mjs +3377 -3483
  42. package/solibo-sdk-sdk.mjs.map +1 -1
@@ -62,19 +62,19 @@ function MockEngine_init_$Create$(config) {
62
62
  }
63
63
  function Companion() {
64
64
  }
65
- protoOf(Companion).ao2 = function (block) {
65
+ protoOf(Companion).bo2 = function (block) {
66
66
  // Inline function 'kotlin.apply' call
67
67
  var this_0 = new MockEngineConfig();
68
68
  block(this_0);
69
69
  return MockEngine_init_$Create$(this_0);
70
70
  };
71
- protoOf(Companion).g4n = function (block) {
72
- return this.ao2(block);
71
+ protoOf(Companion).h4n = function (block) {
72
+ return this.bo2(block);
73
73
  };
74
- protoOf(Companion).bo2 = function (handler) {
74
+ protoOf(Companion).co2 = function (handler) {
75
75
  // Inline function 'kotlin.apply' call
76
76
  var this_0 = new MockEngineConfig();
77
- this_0.go2_1.e1(handler);
77
+ this_0.ho2_1.e1(handler);
78
78
  return MockEngine_init_$Create$(this_0);
79
79
  };
80
80
  var Companion_instance;
@@ -82,19 +82,19 @@ function Companion_getInstance_1() {
82
82
  return Companion_instance;
83
83
  }
84
84
  function MockEngine$execute$slambda($handler, $callContext, $data, resultContinuation) {
85
- this.qo2_1 = $handler;
86
- this.ro2_1 = $callContext;
87
- this.so2_1 = $data;
85
+ this.ro2_1 = $handler;
86
+ this.so2_1 = $callContext;
87
+ this.to2_1 = $data;
88
88
  CoroutineImpl.call(this, resultContinuation);
89
89
  }
90
- protoOf(MockEngine$execute$slambda).t4s = function ($this$withContext, $completion) {
91
- var tmp = this.d3c($this$withContext, $completion);
90
+ protoOf(MockEngine$execute$slambda).u4s = function ($this$withContext, $completion) {
91
+ var tmp = this.e3c($this$withContext, $completion);
92
92
  tmp.n9_1 = Unit_instance;
93
93
  tmp.o9_1 = null;
94
94
  return tmp.t9();
95
95
  };
96
96
  protoOf(MockEngine$execute$slambda).fa = function (p1, $completion) {
97
- return this.t4s((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
97
+ return this.u4s((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
98
98
  };
99
99
  protoOf(MockEngine$execute$slambda).t9 = function () {
100
100
  var suspendResult = this.n9_1;
@@ -105,7 +105,7 @@ protoOf(MockEngine$execute$slambda).t9 = function () {
105
105
  case 0:
106
106
  this.m9_1 = 2;
107
107
  this.l9_1 = 1;
108
- suspendResult = this.qo2_1(new MockRequestHandleScope(this.ro2_1), this.so2_1, this);
108
+ suspendResult = this.ro2_1(new MockRequestHandleScope(this.so2_1), this.to2_1, this);
109
109
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
110
110
  return suspendResult;
111
111
  }
@@ -127,29 +127,29 @@ protoOf(MockEngine$execute$slambda).t9 = function () {
127
127
  }
128
128
  while (true);
129
129
  };
130
- protoOf(MockEngine$execute$slambda).d3c = function ($this$withContext, completion) {
131
- var i = new MockEngine$execute$slambda(this.qo2_1, this.ro2_1, this.so2_1, completion);
132
- i.to2_1 = $this$withContext;
130
+ protoOf(MockEngine$execute$slambda).e3c = function ($this$withContext, completion) {
131
+ var i = new MockEngine$execute$slambda(this.ro2_1, this.so2_1, this.to2_1, completion);
132
+ i.uo2_1 = $this$withContext;
133
133
  return i;
134
134
  };
135
135
  function MockEngine$execute$slambda_0($handler, $callContext, $data, resultContinuation) {
136
136
  var i = new MockEngine$execute$slambda($handler, $callContext, $data, resultContinuation);
137
137
  var l = function ($this$withContext, $completion) {
138
- return i.t4s($this$withContext, $completion);
138
+ return i.u4s($this$withContext, $completion);
139
139
  };
140
140
  l.$arity = 1;
141
141
  return l;
142
142
  }
143
143
  function MockEngine$close$lambda(this$0) {
144
144
  return function (it) {
145
- this$0.bo3_1.o2f();
145
+ this$0.co3_1.p2f();
146
146
  return Unit_instance;
147
147
  };
148
148
  }
149
149
  function $executeCOROUTINE$(_this__u8e3s4, data, resultContinuation) {
150
150
  CoroutineImpl.call(this, resultContinuation);
151
- this.no3_1 = _this__u8e3s4;
152
- this.oo3_1 = data;
151
+ this.oo3_1 = _this__u8e3s4;
152
+ this.po3_1 = data;
153
153
  }
154
154
  protoOf($executeCOROUTINE$).t9 = function () {
155
155
  var suspendResult = this.n9_1;
@@ -168,22 +168,22 @@ protoOf($executeCOROUTINE$).t9 = function () {
168
168
  continue $sm;
169
169
  case 1:
170
170
  var callContext_0 = suspendResult;
171
- this.no3_1.ao3_1;
172
- if (this.no3_1.eo3_1 >= this.no3_1.i4m().go2_1.g1()) {
173
- var message = 'Unhandled ' + this.oo3_1.l4r_1.toString();
171
+ this.oo3_1.bo3_1;
172
+ if (this.oo3_1.fo3_1 >= this.oo3_1.j4m().ho2_1.g1()) {
173
+ var message = 'Unhandled ' + this.po3_1.m4r_1.toString();
174
174
  throw IllegalStateException_init_$Create$(toString(message));
175
175
  }
176
176
 
177
- var handler = this.no3_1.i4m().go2_1.h1(this.no3_1.eo3_1);
178
- this.no3_1.eo3_1 = this.no3_1.eo3_1 + 1 | 0;
179
- if (this.no3_1.i4m().ho2_1) {
180
- this.no3_1.eo3_1 = this.no3_1.eo3_1 % this.no3_1.i4m().go2_1.g1() | 0;
177
+ var handler = this.oo3_1.j4m().ho2_1.h1(this.oo3_1.fo3_1);
178
+ this.oo3_1.fo3_1 = this.oo3_1.fo3_1 + 1 | 0;
179
+ if (this.oo3_1.j4m().io2_1) {
180
+ this.oo3_1.fo3_1 = this.oo3_1.fo3_1 % this.oo3_1.j4m().ho2_1.g1() | 0;
181
181
  }
182
182
 
183
183
  var handler_0 = handler;
184
184
  this.l9_1 = 2;
185
- var tmp_0 = this.no3_1.e4t().yj(callContext_0);
186
- suspendResult = withContext(tmp_0, MockEngine$execute$slambda_0(handler_0, callContext_0, this.oo3_1, null), this);
185
+ var tmp_0 = this.oo3_1.f4t().yj(callContext_0);
186
+ suspendResult = withContext(tmp_0, MockEngine$execute$slambda_0(handler_0, callContext_0, this.po3_1, null), this);
187
187
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
188
188
  return suspendResult;
189
189
  }
@@ -191,9 +191,9 @@ protoOf($executeCOROUTINE$).t9 = function () {
191
191
  continue $sm;
192
192
  case 2:
193
193
  var response = suspendResult;
194
- this.no3_1.ao3_1;
195
- this.no3_1.co3_1.e1(this.oo3_1);
196
- this.no3_1.do3_1.e1(response);
194
+ this.oo3_1.bo3_1;
195
+ this.oo3_1.do3_1.e1(this.po3_1);
196
+ this.oo3_1.eo3_1.e1(response);
197
197
  return response;
198
198
  case 3:
199
199
  throw this.o9_1;
@@ -211,33 +211,33 @@ protoOf($executeCOROUTINE$).t9 = function () {
211
211
  };
212
212
  function MockEngine(config, throwIfEmptyConfig) {
213
213
  HttpClientEngineBase.call(this, 'ktor-mock');
214
- this.yo2_1 = config;
215
- this.zo2_1 = setOf([HttpTimeoutCapability_instance, WebSocketCapability_instance, WebSocketExtensionsCapability_instance]);
216
- this.ao3_1 = new Object();
217
- this.bo3_1 = Job();
214
+ this.zo2_1 = config;
215
+ this.ao3_1 = setOf([HttpTimeoutCapability_instance, WebSocketCapability_instance, WebSocketExtensionsCapability_instance]);
216
+ this.bo3_1 = new Object();
217
+ this.co3_1 = Job();
218
218
  var tmp = this;
219
219
  // Inline function 'kotlin.collections.mutableListOf' call
220
- tmp.co3_1 = ArrayList_init_$Create$();
220
+ tmp.do3_1 = ArrayList_init_$Create$();
221
221
  var tmp_0 = this;
222
222
  // Inline function 'kotlin.collections.mutableListOf' call
223
- tmp_0.do3_1 = ArrayList_init_$Create$();
224
- this.eo3_1 = 0;
223
+ tmp_0.eo3_1 = ArrayList_init_$Create$();
224
+ this.fo3_1 = 0;
225
225
  if (throwIfEmptyConfig) {
226
226
  // Inline function 'kotlin.collections.isNotEmpty' call
227
227
  // Inline function 'kotlin.check' call
228
- if (!!this.i4m().go2_1.r()) {
228
+ if (!!this.j4m().ho2_1.r()) {
229
229
  var message = 'No request handler provided in [MockEngineConfig], please provide at least one.';
230
230
  throw IllegalStateException_init_$Create$(toString(message));
231
231
  }
232
232
  }
233
233
  }
234
- protoOf(MockEngine).i4m = function () {
235
- return this.yo2_1;
236
- };
237
- protoOf(MockEngine).s4r = function () {
234
+ protoOf(MockEngine).j4m = function () {
238
235
  return this.zo2_1;
239
236
  };
240
- protoOf(MockEngine).u4s = function (data, $completion) {
237
+ protoOf(MockEngine).t4r = function () {
238
+ return this.ao3_1;
239
+ };
240
+ protoOf(MockEngine).v4s = function (data, $completion) {
241
241
  var tmp = new $executeCOROUTINE$(this, data, $completion);
242
242
  tmp.n9_1 = Unit_instance;
243
243
  tmp.o9_1 = null;
@@ -245,31 +245,31 @@ protoOf(MockEngine).u4s = function (data, $completion) {
245
245
  };
246
246
  protoOf(MockEngine).c5 = function () {
247
247
  protoOf(HttpClientEngineBase).c5.call(this);
248
- var tmp = ensureNotNull(this.h27().y9(Key_instance));
249
- tmp.j28(MockEngine$close$lambda(this));
248
+ var tmp = ensureNotNull(this.i27().y9(Key_instance));
249
+ tmp.k28(MockEngine$close$lambda(this));
250
250
  };
251
251
  function MockRequestHandleScope(callContext) {
252
- this.po3_1 = callContext;
252
+ this.qo3_1 = callContext;
253
253
  }
254
254
  function MockEngineConfig() {
255
255
  HttpClientEngineConfig.call(this);
256
256
  var tmp = this;
257
257
  // Inline function 'kotlin.collections.mutableListOf' call
258
- tmp.go2_1 = ArrayList_init_$Create$();
259
- this.ho2_1 = true;
258
+ tmp.ho2_1 = ArrayList_init_$Create$();
259
+ this.io2_1 = true;
260
260
  }
261
261
  var EmptyArray;
262
262
  function respond(_this__u8e3s4, content, status, headers) {
263
- status = status === VOID ? Companion_getInstance().q3w_1 : status;
263
+ status = status === VOID ? Companion_getInstance().r3w_1 : status;
264
264
  headers = headers === VOID ? headersOf() : headers;
265
265
  _init_properties_MockUtils_kt__e2fup7();
266
- return respond_0(_this__u8e3s4, ByteReadChannel(toByteArray(content, Charsets_getInstance().c3d_1)), status, headers);
266
+ return respond_0(_this__u8e3s4, ByteReadChannel(toByteArray(content, Charsets_getInstance().d3d_1)), status, headers);
267
267
  }
268
268
  function respond_0(_this__u8e3s4, content, status, headers) {
269
- status = status === VOID ? Companion_getInstance().q3w_1 : status;
269
+ status = status === VOID ? Companion_getInstance().r3w_1 : status;
270
270
  headers = headers === VOID ? headersOf() : headers;
271
271
  _init_properties_MockUtils_kt__e2fup7();
272
- return new HttpResponseData(status, GMTDate(), headers, Companion_getInstance_0().g3w_1, content, _this__u8e3s4.po3_1);
272
+ return new HttpResponseData(status, GMTDate(), headers, Companion_getInstance_0().h3w_1, content, _this__u8e3s4.qo3_1);
273
273
  }
274
274
  var properties_initialized_MockUtils_kt_4monrr;
275
275
  function _init_properties_MockUtils_kt__e2fup7() {
@@ -21,22 +21,22 @@ initMetadataForClass(EventDefinition, 'EventDefinition', EventDefinition);
21
21
  function HandlerRegistration() {
22
22
  }
23
23
  function Events() {
24
- this.x3n_1 = new CopyOnWriteHashMap();
24
+ this.y3n_1 = new CopyOnWriteHashMap();
25
25
  }
26
- protoOf(Events).y3n = function (definition, value) {
26
+ protoOf(Events).z3n = function (definition, value) {
27
27
  var exception = null;
28
- var tmp0_safe_receiver = this.x3n_1.m3j(definition);
28
+ var tmp0_safe_receiver = this.y3n_1.n3j(definition);
29
29
  if (tmp0_safe_receiver == null)
30
30
  null;
31
31
  else {
32
32
  // Inline function 'io.ktor.util.internal.LockFreeLinkedListHead.forEach' call
33
- var tmp = tmp0_safe_receiver.z2l();
33
+ var tmp = tmp0_safe_receiver.a2m();
34
34
  var cur = tmp instanceof LockFreeLinkedListNode ? tmp : THROW_CCE();
35
35
  while (!equals(cur, tmp0_safe_receiver)) {
36
36
  if (cur instanceof HandlerRegistration) {
37
37
  var registration = cur;
38
38
  try {
39
- var tmp_0 = registration.a3o_1;
39
+ var tmp_0 = registration.b3o_1;
40
40
  (typeof tmp_0 === 'function' ? tmp_0 : THROW_CCE())(value);
41
41
  } catch ($p) {
42
42
  if ($p instanceof Error) {
@@ -58,7 +58,7 @@ protoOf(Events).y3n = function (definition, value) {
58
58
  }
59
59
  }
60
60
  }
61
- cur = cur.a3l();
61
+ cur = cur.b3l();
62
62
  }
63
63
  }
64
64
  var tmp1_safe_receiver = exception;