mezon-js 2.11.44 → 2.11.45

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