merge: Synchronize database entities and code models (!1040)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1040 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
commit
e59a3ad693
21 changed files with 214 additions and 25 deletions
|
|
@ -9259,6 +9259,7 @@ export type operations = {
|
|||
libreTranslateKey: string | null;
|
||||
defaultDarkTheme: string | null;
|
||||
defaultLightTheme: string | null;
|
||||
defaultLike: string;
|
||||
description: string | null;
|
||||
disableRegistration: boolean;
|
||||
impressumUrl: string | null;
|
||||
|
|
@ -12137,7 +12138,7 @@ export type operations = {
|
|||
description?: string | null;
|
||||
defaultLightTheme?: string | null;
|
||||
defaultDarkTheme?: string | null;
|
||||
defaultLike?: string | null;
|
||||
defaultLike?: string;
|
||||
cacheRemoteFiles?: boolean;
|
||||
cacheRemoteSensitiveFiles?: boolean;
|
||||
emailRequiredForSignup?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue