sim-sdk-web 1.2.24 → 1.2.25

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.
@@ -5,8 +5,8 @@ export type LoginParams = {
5
5
  appKey?: string;
6
6
  anonLogin?: boolean;
7
7
  protocol?: ConnectionProtocol;
8
- /** 登录后要初始化/从缓存恢复的会话列表 queryType(须与后续 getConversations 使用的类型一致) */
9
- conversationQueryType: ConversationQueryType;
8
+ /** 登录后要初始化/从缓存恢复的会话列表 queryType(须与后续 getConversations 使用的类型一致),非直播下必传 */
9
+ conversationQueryType?: ConversationQueryType;
10
10
  };
11
11
  export declare type UploadFileParams = {
12
12
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-sdk-web",
3
- "version": "1.2.24",
3
+ "version": "1.2.25",
4
4
  "description": "Sim SDK for Web - Support SSE and WebSocket protocols",
5
5
  "source": "src/index.ts",
6
6
  "main": "lib/index.js",