@solibo/solibo-sdk 1.7.40 → 1.7.42
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.
|
@@ -361,7 +361,7 @@ function addFormatStructureForDate(structure) {
|
|
|
361
361
|
function addFormatStructureForTime(structure) {
|
|
362
362
|
this.e1u(structure);
|
|
363
363
|
}
|
|
364
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
364
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
|
|
365
365
|
initMetadataForClass(Builder_0, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder]);
|
|
366
366
|
initMetadataForClass(LocalDateTimeFormat, 'LocalDateTimeFormat', VOID, AbstractDateTimeFormat);
|
|
367
367
|
function set_fractionOfSecond(value) {
|
package/kotlin-kotlin-stdlib.mjs
CHANGED
|
@@ -127,8 +127,8 @@ initMetadataForInterface(MutableIterable, 'MutableIterable');
|
|
|
127
127
|
function asJsArrayView() {
|
|
128
128
|
return createJsArrayViewFrom(this);
|
|
129
129
|
}
|
|
130
|
-
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList,
|
|
131
|
-
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet,
|
|
130
|
+
initMetadataForInterface(KtMutableList, 'MutableList', VOID, VOID, [KtList, Collection, MutableIterable]);
|
|
131
|
+
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, Collection, MutableIterable]);
|
|
132
132
|
initMetadataForCompanion(Companion_4);
|
|
133
133
|
initMetadataForClass(Enum, 'Enum', VOID, VOID, [Comparable]);
|
|
134
134
|
initMetadataForCompanion(Companion_5);
|
|
@@ -152,7 +152,7 @@ initMetadataForClass(asList$1, VOID, VOID, AbstractList, [RandomAccess]);
|
|
|
152
152
|
initMetadataForInterface(AutoCloseable, 'AutoCloseable');
|
|
153
153
|
initMetadataForInterface(Comparator, 'Comparator');
|
|
154
154
|
initMetadataForObject(Unit, 'Unit');
|
|
155
|
-
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [
|
|
155
|
+
initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [Collection, MutableIterable]);
|
|
156
156
|
initMetadataForClass(IteratorImpl, 'IteratorImpl');
|
|
157
157
|
initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
|
|
158
158
|
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [KtMutableList]);
|
|
@@ -164,7 +164,7 @@ initMetadataForCompanion(Companion_6);
|
|
|
164
164
|
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [KtMutableList, RandomAccess]);
|
|
165
165
|
initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [KtMutableMap]);
|
|
166
166
|
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtMutableSet]);
|
|
167
|
-
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [
|
|
167
|
+
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, MutableIterable]);
|
|
168
168
|
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet]);
|
|
169
169
|
initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
|
|
170
170
|
initMetadataForClass(HashMapKeysDefault$iterator$1);
|
|
@@ -302,7 +302,7 @@ initMetadataForCoroutine($doSelectCOROUTINE$, CoroutineImpl);
|
|
|
302
302
|
initMetadataForCoroutine($doSelectSuspendCOROUTINE$, CoroutineImpl);
|
|
303
303
|
initMetadataForCoroutine($completeCOROUTINE$, CoroutineImpl);
|
|
304
304
|
initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$, CoroutineImpl);
|
|
305
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
305
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
|
|
306
306
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
307
307
|
function tryLock$default(owner, $super) {
|
|
308
308
|
owner = owner === VOID ? null : owner;
|
package/package.json
CHANGED
|
@@ -47,7 +47,6 @@ import {
|
|
|
47
47
|
KtList3hktaavzmj137 as KtList,
|
|
48
48
|
joinToString1cxrrlmo0chqs as joinToString,
|
|
49
49
|
ArrayList_init_$Create$2byt5m5yn22yy as ArrayList_init_$Create$,
|
|
50
|
-
ArrayList3it5z8td81qkl as ArrayList_BridgeFix,
|
|
51
50
|
lazy2hsh8ze7j6ikd as lazy_0,
|
|
52
51
|
KProperty1ca4yb4wlo496 as KProperty1,
|
|
53
52
|
getPropertyCallableRef3hckxc0xueiaj as getPropertyCallableRef,
|
package/solibo-sdk-sdk.mjs
CHANGED
|
@@ -5355,8 +5355,8 @@ function HomeApi$clientConfigurator$lambda$lambda_10(this$0, $platformName) {
|
|
|
5355
5355
|
}
|
|
5356
5356
|
accept($this$defaultRequest, Application_getInstance().p3y_1);
|
|
5357
5357
|
header($this$defaultRequest, 'Accept-Language', buildAcceptLanguage(this$0.userLanguage));
|
|
5358
|
-
header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.7.
|
|
5359
|
-
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.7.
|
|
5358
|
+
header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.7.42 (' + $platformName + ')');
|
|
5359
|
+
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.7.42');
|
|
5360
5360
|
return Unit_instance;
|
|
5361
5361
|
};
|
|
5362
5362
|
}
|