@rongcloud/engine 5.2.1 → 5.2.3

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.1
3
- * CommitId - 5af4c20ffb161461319532f700e7603c9cd9893c
4
- * Thu Mar 17 2022 15:09:51 GMT+0800 (China Standard Time)
2
+ * RCEngine - v5.2.3
3
+ * CommitId - e23f9ff8a66f8c0eb5a048ed814a534eb0e60fac
4
+ * Fri Apr 15 2022 12:04:48 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;