@solibo/solibo-sdk 1.6.20 → 1.6.21
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.s1i(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, MutableIterable, Collection]);
|
|
131
|
+
initMetadataForInterface(KtMutableSet, 'MutableSet', VOID, VOID, [KtSet, MutableIterable, Collection]);
|
|
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, [MutableIterable, Collection]);
|
|
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, [MutableIterable, Collection]);
|
|
168
168
|
initMetadataForClass(HashMapEntrySetBase, 'HashMapEntrySetBase', VOID, AbstractMutableSet, [KtMutableSet]);
|
|
169
169
|
initMetadataForClass(HashMapEntrySet, 'HashMapEntrySet', VOID, HashMapEntrySetBase);
|
|
170
170
|
initMetadataForClass(HashMapKeysDefault$iterator$1);
|
|
@@ -294,7 +294,7 @@ initMetadataForCoroutine($doSelectCOROUTINE$, CoroutineImpl);
|
|
|
294
294
|
initMetadataForCoroutine($doSelectSuspendCOROUTINE$, CoroutineImpl);
|
|
295
295
|
initMetadataForCoroutine($completeCOROUTINE$, CoroutineImpl);
|
|
296
296
|
initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$, CoroutineImpl);
|
|
297
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
297
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
|
|
298
298
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
299
299
|
function tryLock$default(owner, $super) {
|
|
300
300
|
owner = owner === VOID ? null : owner;
|
package/package.json
CHANGED
package/solibo-sdk-sdk.mjs
CHANGED
|
@@ -3669,8 +3669,8 @@ function HomeApi$clientConfigurator$lambda$lambda_9(this$0, $platformName) {
|
|
|
3669
3669
|
}
|
|
3670
3670
|
accept($this$defaultRequest, Application_getInstance().w3j_1);
|
|
3671
3671
|
header($this$defaultRequest, 'Accept-Language', buildAcceptLanguage(this$0.userLanguage));
|
|
3672
|
-
header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.6.
|
|
3673
|
-
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.6.
|
|
3672
|
+
header($this$defaultRequest, 'User-Agent', 'SoliboSDK/1.6.21 (' + $platformName + ')');
|
|
3673
|
+
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.6.21');
|
|
3674
3674
|
return Unit_instance;
|
|
3675
3675
|
};
|
|
3676
3676
|
}
|