@rongcloud/engine 4.5.5-enterprise.1 → 4.5.5-enterprise.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 - v4.5.5-enterprise.1
3
- * CommitId - 86d0268ba86213686cfe52a805e0e3131dfb3783
4
- * Thu Jun 23 2022 20:13:51 GMT+0800 (China Standard Time)
2
+ * RCEngine - v4.5.5-enterprise.2
3
+ * CommitId - e6adede2a4aca77ba626cc317bbb4d4895faf00f
4
+ * Fri Jul 22 2022 11:50:59 GMT+0800 (China Standard Time)
5
5
  * ©2020 RongCloud, Inc. All rights reserved.
6
6
  */
7
7
  /**
@@ -1461,7 +1461,7 @@ declare class DataCodec {
1461
1461
  /**
1462
1462
  * 设置会话状态 (置顶、免打扰)
1463
1463
  */
1464
- encodeSetConversationStatus(statusList: Array<IServerConversationStatus>): any;
1464
+ encodeSetConversationStatus(statusList: Array<IServerConversationStatus>, conversationUpdatedTime: number): any;
1465
1465
  /**
1466
1466
  * 序列化发送群组已读回执
1467
1467
  */