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