mezon-js 2.8.70 → 2.8.71

Sign up to get free protection for your applications and to get access to all the features.
package/api.gen.ts CHANGED
@@ -496,6 +496,8 @@ export interface ApiChannelDescription {
496
496
  user_id?: Array<string>;
497
497
  //
498
498
  usernames?: string;
499
+ //
500
+ status?: number;
499
501
  }
500
502
 
501
503
  /** A message sent on a channel. */
package/dist/api.gen.d.ts CHANGED
@@ -286,6 +286,7 @@ export interface ApiChannelDescription {
286
286
  update_time_seconds?: number;
287
287
  user_id?: Array<string>;
288
288
  usernames?: string;
289
+ status?: number;
289
290
  }
290
291
  /** A message sent on a channel. */
291
292
  export interface ApiChannelMessage {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.8.70",
3
+ "version": "2.8.71",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },