mezon-js 2.12.75 → 2.12.76

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
@@ -946,6 +946,12 @@ export interface ApiClanDesc {
946
946
  is_community?: boolean;
947
947
  // community banner
948
948
  community_banner?: string;
949
+ // description
950
+ description?: string;
951
+ // about
952
+ about?: string;
953
+ // short url for community
954
+ short_url?: string;
949
955
  }
950
956
 
951
957
  /** */
package/dist/api.gen.d.ts CHANGED
@@ -535,6 +535,9 @@ export interface ApiClanDesc {
535
535
  onboarding_banner?: string;
536
536
  is_community?: boolean;
537
537
  community_banner?: string;
538
+ description?: string;
539
+ about?: string;
540
+ short_url?: string;
538
541
  }
539
542
  /** */
540
543
  export interface ApiClanDescList {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.12.75",
3
+ "version": "2.12.76",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },