larksr_websdk 3.3.108 → 3.3.110
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/dist/types/larksr.d.ts
CHANGED
|
@@ -292,6 +292,11 @@ interface ILarkSRConfig {
|
|
|
292
292
|
* /proxyBasePath/API
|
|
293
293
|
*/
|
|
294
294
|
proxyBasePath?: string;
|
|
295
|
+
/**
|
|
296
|
+
* 当设置时websocket地址变为
|
|
297
|
+
* /proxyBaesPaht/API
|
|
298
|
+
*/
|
|
299
|
+
proxyWsBasePath?: string;
|
|
295
300
|
/**
|
|
296
301
|
* 可选项。 sdk 授权码。如果不在此处填,则必须在后续的实例里调用 initSDKAuthCode 初始化。
|
|
297
302
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "larksr_websdk",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.110",
|
|
4
4
|
"description": "Larksr websdk. Easy to build a cloud render client for larksr system or ue4 pixelstreaming.docs: https://paraversetechnology.github.io/en/webclient_sdk/",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pingxingyun",
|
package/types/larksr.d.ts
CHANGED
|
@@ -292,6 +292,11 @@ interface ILarkSRConfig {
|
|
|
292
292
|
* /proxyBasePath/API
|
|
293
293
|
*/
|
|
294
294
|
proxyBasePath?: string;
|
|
295
|
+
/**
|
|
296
|
+
* 当设置时websocket地址变为
|
|
297
|
+
* /proxyBaesPaht/API
|
|
298
|
+
*/
|
|
299
|
+
proxyWsBasePath?: string;
|
|
295
300
|
/**
|
|
296
301
|
* 可选项。 sdk 授权码。如果不在此处填,则必须在后续的实例里调用 initSDKAuthCode 初始化。
|
|
297
302
|
*/
|