@solibo/solibo-sdk 1.6.10 → 1.6.11
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.
|
@@ -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
|
@@ -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
|
@@ -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.11 (' + $platformName + ')');
|
|
3673
|
+
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.6.11');
|
|
3674
3674
|
return Unit_instance;
|
|
3675
3675
|
};
|
|
3676
3676
|
}
|