mezon-js 2.11.45 → 2.11.46

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
@@ -1540,6 +1540,8 @@ export interface ApiInviteUserRes {
1540
1540
  expiry_time?: string;
1541
1541
  //
1542
1542
  clan_logo: string;
1543
+ //
1544
+ member_count: number;
1543
1545
  }
1544
1546
 
1545
1547
  /** Add link invite users to. */
package/dist/api.gen.d.ts CHANGED
@@ -881,6 +881,7 @@ export interface ApiInviteUserRes {
881
881
  user_joined?: boolean;
882
882
  expiry_time?: string;
883
883
  clan_logo: string;
884
+ member_count: number;
884
885
  }
885
886
  /** Add link invite users to. */
886
887
  export interface ApiLinkInviteUser {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.11.45",
4
+ "version": "2.11.46",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"