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

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
@@ -4156,6 +4160,7 @@ declare type INaviCache = {
4156
4160
  token: string;
4157
4161
  naviInfo: INaviInfo;
4158
4162
  timestamp: number;
4163
+ environment: string;
4159
4164
  };
4160
4165
  /**
4161
4166
  * 导航数据管理类,负责管理导航有效期、导航请求、导航缓存
@@ -4169,6 +4174,11 @@ declare abstract class BasicNavi {
4169
4174
  * 当前进行中的导航请求
4170
4175
  */
4171
4176
  private crtRequest;
4177
+ /**
4178
+ * 内外网环境
4179
+ */
4180
+ protected _environment: string;
4181
+ protected getCatchKey(token: string): string;
4172
4182
  /**
4173
4183
  * 请求导航数据
4174
4184
  * @param token