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 +6 -0
- package/dist/api.gen.d.ts +3 -0
- package/package.json +1 -1
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