sim-sdk-web 1.1.33 → 1.1.34

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.
@@ -396,6 +396,7 @@ export interface PushChatMessage {
396
396
  export interface ChatMemberDTO {
397
397
  /** app用户id */
398
398
  chatId: number;
399
+ parentChatId: number;
399
400
  /** 昵称 */
400
401
  nickname: string;
401
402
  /** 头像 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-sdk-web",
3
- "version": "1.1.33",
3
+ "version": "1.1.34",
4
4
  "description": "Sim SDK for Web - Support SSE and WebSocket protocols",
5
5
  "source": "src/index.ts",
6
6
  "main": "lib/index.js",