mezon-js 2.14.78 → 2.14.79
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/dist/api.gen.d.ts
CHANGED
|
@@ -926,9 +926,12 @@ export interface ApiInviteUserRes {
|
|
|
926
926
|
clan_id?: string;
|
|
927
927
|
clan_name?: string;
|
|
928
928
|
user_joined?: boolean;
|
|
929
|
-
|
|
929
|
+
expiry_time_seconds?: number;
|
|
930
930
|
clan_logo: string;
|
|
931
931
|
member_count: number;
|
|
932
|
+
banner: string;
|
|
933
|
+
community_banner: string;
|
|
934
|
+
is_community: boolean;
|
|
932
935
|
}
|
|
933
936
|
/** Add link invite users to. */
|
|
934
937
|
export interface ApiLinkInviteUser {
|