wip
This commit is contained in:
parent
a4701edb41
commit
e7d4e02415
|
|
@ -2258,6 +2258,10 @@ export interface Locale {
|
||||||
"addCustomEmoji": string;
|
"addCustomEmoji": string;
|
||||||
"updateServerSettings": string;
|
"updateServerSettings": string;
|
||||||
"updateUserNote": string;
|
"updateUserNote": string;
|
||||||
|
"deleteDriveFile": string;
|
||||||
|
"deleteNote": string;
|
||||||
|
"createGlobalAnnouncement": string;
|
||||||
|
"createUserAnnouncement": string;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
declare const locales: {
|
declare const locales: {
|
||||||
|
|
|
||||||
|
|
@ -2559,7 +2559,7 @@ type ModerationLog = {
|
||||||
});
|
});
|
||||||
|
|
||||||
// @public (undocumented)
|
// @public (undocumented)
|
||||||
export const moderationLogTypes: readonly ["updateServerSettings", "suspend", "unsuspend", "updateUserNote", "addCustomEmoji", "assignRole", "unassignRole", "updateRole", "deleteRole", "clearQueue", "promoteQueue"];
|
export const moderationLogTypes: readonly ["updateServerSettings", "suspend", "unsuspend", "updateUserNote", "addCustomEmoji", "assignRole", "unassignRole", "updateRole", "deleteRole", "clearQueue", "promoteQueue", "deleteDriveFile", "deleteNote", "createGlobalAnnouncement", "createUserAnnouncement"];
|
||||||
|
|
||||||
// @public (undocumented)
|
// @public (undocumented)
|
||||||
export const mutedNoteReasons: readonly ["word", "manual", "spam", "other"];
|
export const mutedNoteReasons: readonly ["word", "manual", "spam", "other"];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue