@solibo/solibo-sdk 1.6.29 → 1.6.31
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/ktor-ktor-websockets.mjs
CHANGED
|
@@ -72,8 +72,8 @@ import {
|
|
|
72
72
|
_ChannelResult___get_isClosed__impl__mg7kuu1g5u2zmbzbfb4 as _ChannelResult___get_isClosed__impl__mg7kuu,
|
|
73
73
|
close$default1evna6yun3t5h as close$default,
|
|
74
74
|
cancel$default1fq6eekptkf7a as cancel$default,
|
|
75
|
-
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
76
75
|
SendChannel38sllbxw662ws as SendChannel,
|
|
76
|
+
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
77
77
|
} from './kotlinx-coroutines-core.mjs';
|
|
78
78
|
import {
|
|
79
79
|
get_isTraceEnabled82xibuu04nxp as get_isTraceEnabled,
|
|
@@ -139,7 +139,7 @@ initMetadataForCompanion(Companion_3);
|
|
|
139
139
|
initMetadataForClass(ChannelConfig, 'ChannelConfig');
|
|
140
140
|
initMetadataForClass(ChannelOverflow, 'ChannelOverflow', VOID, Enum);
|
|
141
141
|
initMetadataForCompanion(Companion_4);
|
|
142
|
-
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [
|
|
142
|
+
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 0]);
|
|
143
143
|
initMetadataForClass(ChannelOverflowException, 'ChannelOverflowException', VOID, RuntimeException);
|
|
144
144
|
initMetadataForInterface(WebSocketExtension, 'WebSocketExtension');
|
|
145
145
|
initMetadataForClass(WebSocketExtensionsConfig, 'WebSocketExtensionsConfig', WebSocketExtensionsConfig);
|
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.31 (' + $platformName + ')');
|
|
3673
|
+
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.6.31');
|
|
3674
3674
|
return Unit_instance;
|
|
3675
3675
|
};
|
|
3676
3676
|
}
|