mezon-js 2.8.80 → 2.8.82

Sign up to get free protection for your applications and to get access to all the features.
package/api.gen.ts CHANGED
@@ -506,6 +506,10 @@ export interface ApiChannelDescription {
506
506
  usernames?: string;
507
507
  //
508
508
  status?: number;
509
+ //
510
+ metadata?: Array<string>;
511
+ //
512
+ about_me?: Array<string>;
509
513
  }
510
514
 
511
515
  /** A message sent on a channel. */
package/dist/api.gen.d.ts CHANGED
@@ -292,6 +292,8 @@ export interface ApiChannelDescription {
292
292
  user_id?: Array<string>;
293
293
  usernames?: string;
294
294
  status?: number;
295
+ metadata?: Array<string>;
296
+ about_me?: Array<string>;
295
297
  }
296
298
  /** A message sent on a channel. */
297
299
  export interface ApiChannelMessage {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.8.80",
3
+ "version": "2.8.82",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },