sim-sdk-web 1.1.19 → 1.1.21

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,7 +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
389
  msgType: MessageType;
391
390
  /** 消息内容 */
392
391
  text?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-sdk-web",
3
- "version": "1.1.19",
3
+ "version": "1.1.21",
4
4
  "description": "Sim SDK for Web - Support SSE and WebSocket protocols",
5
5
  "source": "src/index.ts",
6
6
  "main": "lib/index.js",