@rongcloud/engine 5.8.2-enterprise-alpha.8 → 5.8.2-enterprise-alpha.9

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/index.d.ts CHANGED
@@ -2768,6 +2768,10 @@ interface IReceivedConversation {
2768
2768
  * 会话草稿
2769
2769
  */
2770
2770
  draft?: string;
2771
+ /**
2772
+ * 会话操作时间,暂仅 Electron 平台支持
2773
+ */
2774
+ operationTime?: number;
2771
2775
  }
2772
2776
  /**
2773
2777
  * @category Interface