@rongcloud/engine 5.2.2-alpha.1 → 5.2.2
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 +4 -3
- package/dist/index.esm.js +1 -1
- package/dist/index.js +2 -2
- 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 - v5.2.2
|
|
3
|
-
* CommitId -
|
|
4
|
-
*
|
|
2
|
+
* RCEngine - v5.2.2
|
|
3
|
+
* CommitId - bc1982fda01469b9049b02b4a85abfb209ffdc30
|
|
4
|
+
* Thu Apr 07 2022 16:33:24 GMT+0800 (China Standard Time)
|
|
5
5
|
* ©2020 RongCloud, Inc. All rights reserved.
|
|
6
6
|
*/
|
|
7
7
|
/**
|
|
@@ -439,6 +439,7 @@ interface IServerUserSetting {
|
|
|
439
439
|
interface ISyncMsgArgs {
|
|
440
440
|
inboxTime: number;
|
|
441
441
|
sendboxTime: number;
|
|
442
|
+
broadcastSyncTime?: number;
|
|
442
443
|
}
|
|
443
444
|
interface IGetMsgOption {
|
|
444
445
|
timestamp?: number;
|