@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 CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
- * RCEngine - v5.2.2-alpha.1
3
- * CommitId - ef90f759b22769f0aae56777d549b30aeae50502
4
- * Fri Mar 18 2022 10:40:26 GMT+0800 (China Standard Time)
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;