mezon-js 2.12.30 → 2.12.31

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.
package/dist/socket.d.ts CHANGED
@@ -368,6 +368,7 @@ export interface ChannelUpdatedEvent {
368
368
  age_restricted: number;
369
369
  is_active_thread: boolean;
370
370
  active: number;
371
+ count_mess_unread: number;
371
372
  }
372
373
  export interface DeleteAccountEvent {
373
374
  user_id: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.12.30",
4
+ "version": "2.12.31",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
package/socket.ts CHANGED
@@ -547,6 +547,8 @@ export interface ChannelUpdatedEvent {
547
547
  is_active_thread: boolean;
548
548
  //
549
549
  active: number;
550
+ //
551
+ count_mess_unread: number;
550
552
  }
551
553
 
552
554
  export interface DeleteAccountEvent {