mezon-js 2.9.35 → 2.9.36

Sign up to get free protection for your applications and to get access to all the features.
package/api.gen.ts CHANGED
@@ -789,10 +789,14 @@ export interface ApiChannelSettingItem {
789
789
 
790
790
  /** */
791
791
  export interface ApiChannelSettingListResponse {
792
+ //
793
+ channel_count?: number;
792
794
  //
793
795
  channel_setting_list?: Array<ApiChannelSettingItem>;
794
796
  //
795
797
  clan_id?: string;
798
+ //
799
+ thread_count?: number;
796
800
  }
797
801
 
798
802
  /** A list of users belonging to a channel, along with their role. */
package/dist/api.gen.d.ts CHANGED
@@ -455,8 +455,10 @@ export interface ApiChannelSettingItem {
455
455
  }
456
456
  /** */
457
457
  export interface ApiChannelSettingListResponse {
458
+ channel_count?: number;
458
459
  channel_setting_list?: Array<ApiChannelSettingItem>;
459
460
  clan_id?: string;
461
+ thread_count?: number;
460
462
  }
461
463
  /** A list of users belonging to a channel, along with their role. */
462
464
  export interface ApiChannelUserList {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.9.35",
4
+ "version": "2.9.36",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"