mezon-js 2.11.23 → 2.11.24

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/api.gen.ts CHANGED
@@ -789,6 +789,8 @@ export interface ApiChannelDescription {
789
789
  about_me?: Array<string>;
790
790
  //
791
791
  display_names?: Array<string>;
792
+ //
793
+ app_id?: string;
792
794
  }
793
795
 
794
796
  /** A message sent on a channel. */
package/dist/api.gen.d.ts CHANGED
@@ -454,6 +454,7 @@ export interface ApiChannelDescription {
454
454
  metadata?: Array<string>;
455
455
  about_me?: Array<string>;
456
456
  display_names?: Array<string>;
457
+ app_id?: string;
457
458
  }
458
459
  /** A message sent on a channel. */
459
460
  export interface ApiChannelMessage {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.11.23",
4
+ "version": "2.11.24",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"