sim-sdk-web 1.1.18 → 1.1.20

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.
@@ -386,8 +386,6 @@ export interface GetFileByTypeParams {
386
386
  export interface PushChatMessage {
387
387
  /** 接收者id */
388
388
  recvId: number;
389
- /** 消息类型: 0-文本, 1-图片, 2-文件, 3-视频, 4-链接, 5-gif, 100-自定义 */
390
- msgType: MessageType;
391
389
  /** 消息内容 */
392
390
  text?: string;
393
391
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-sdk-web",
3
- "version": "1.1.18",
3
+ "version": "1.1.20",
4
4
  "description": "Sim SDK for Web - Support SSE and WebSocket protocols",
5
5
  "source": "src/index.ts",
6
6
  "main": "lib/index.js",