@rongcloud/engine 5.2.2-alpha.1 → 5.2.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 +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.
|
|
3
|
-
* CommitId -
|
|
4
|
-
* Fri
|
|
2
|
+
* RCEngine - v5.2.4
|
|
3
|
+
* CommitId - 615d108b0be1d415811ed70466feec0a343aba87
|
|
4
|
+
* Fri Apr 15 2022 14:21:28 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;
|