i18n - translations (#16832)
Created by Github action --------- Co-authored-by: Félix Malfait <felix@twenty.com> Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
committed by
GitHub
parent
343b74666f
commit
ee0e2ed854
@@ -1927,7 +1927,6 @@ export type Mutation = {
|
||||
updateWorkspaceMemberRole: WorkspaceMember;
|
||||
uploadFile: SignedFile;
|
||||
uploadImage: SignedFile;
|
||||
uploadProfilePicture: SignedFile;
|
||||
uploadWorkspaceLogo: SignedFile;
|
||||
uploadWorkspaceMemberProfilePicture: SignedFile;
|
||||
upsertFieldPermissions: Array<FieldPermission>;
|
||||
@@ -2771,11 +2770,6 @@ export type MutationUploadImageArgs = {
|
||||
};
|
||||
|
||||
|
||||
export type MutationUploadProfilePictureArgs = {
|
||||
file: Scalars['Upload'];
|
||||
};
|
||||
|
||||
|
||||
export type MutationUploadWorkspaceLogoArgs = {
|
||||
file: Scalars['Upload'];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user