mezon-js 2.10.81 → 2.10.82

Sign up to get free protection for your applications and to get access to all the features.
package/api.gen.ts CHANGED
@@ -774,13 +774,15 @@ export interface ApiChannelDescription {
774
774
  //
775
775
  user_id?: Array<string>;
776
776
  //
777
- usernames?: string;
777
+ usernames?: Array<string>;
778
778
  //
779
779
  status?: number;
780
780
  //
781
781
  metadata?: Array<string>;
782
782
  //
783
783
  about_me?: Array<string>;
784
+ //
785
+ display_names?: Array<string>;
784
786
  }
785
787
 
786
788
  /** A message sent on a channel. */
package/dist/api.gen.d.ts CHANGED
@@ -447,10 +447,11 @@ export interface ApiChannelDescription {
447
447
  type?: number;
448
448
  update_time_seconds?: number;
449
449
  user_id?: Array<string>;
450
- usernames?: string;
450
+ usernames?: Array<string>;
451
451
  status?: number;
452
452
  metadata?: Array<string>;
453
453
  about_me?: Array<string>;
454
+ display_names?: Array<string>;
454
455
  }
455
456
  /** A message sent on a channel. */
456
457
  export interface ApiChannelMessage {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.10.81",
4
+ "version": "2.10.82",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"