sim-sdk-web 1.1.20 → 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,6 +386,7 @@ export interface GetFileByTypeParams {
386
386
  export interface PushChatMessage {
387
387
  /** 接收者id */
388
388
  recvId: number;
389
+ msgType: MessageType;
389
390
  /** 消息内容 */
390
391
  text?: string;
391
392
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-sdk-web",
3
- "version": "1.1.20",
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",