@rongcloud/engine 4.4.8-enterprise.3 → 4.4.8-enterprise.4
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/index.d.ts +8 -4
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* RCEngine - v4.4.8-enterprise.
|
|
3
|
-
* CommitId -
|
|
4
|
-
*
|
|
2
|
+
* RCEngine - v4.4.8-enterprise.4
|
|
3
|
+
* CommitId - f7183402bade5fc3cb01a275efb9d2dda56faa71
|
|
4
|
+
* Wed Sep 28 2022 09:39:45 GMT+0800 (China Standard Time)
|
|
5
5
|
* ©2020 RongCloud, Inc. All rights reserved.
|
|
6
6
|
*/
|
|
7
7
|
/**
|
|
@@ -1534,7 +1534,11 @@ declare enum ConnectionStatus {
|
|
|
1534
1534
|
/**
|
|
1535
1535
|
* 请求导航超时
|
|
1536
1536
|
*/
|
|
1537
|
-
RESPONSE_NAVI_TIMEOUT = 204
|
|
1537
|
+
RESPONSE_NAVI_TIMEOUT = 204,
|
|
1538
|
+
/**
|
|
1539
|
+
* Token 错误。
|
|
1540
|
+
*/
|
|
1541
|
+
RC_CONN_USER_OR_PASSWD_ERROR = 31004
|
|
1538
1542
|
}
|
|
1539
1543
|
|
|
1540
1544
|
interface IAsyncRes<T = any> {
|