feat: user invitation revoke mutation added

This commit is contained in:
mirarifhasan
2024-01-25 13:23:51 +06:00
committed by Andrew Bastin
parent 9c6754c70f
commit 5368c52aab
4 changed files with 68 additions and 1 deletions

View File

@@ -99,6 +99,12 @@ export const USER_IS_OWNER = 'user/is_owner' as const;
*/
export const USER_IS_ADMIN = 'user/is_admin' as const;
/**
* User invite deletion failure error due to invitation not found
* (AdminService)
*/
export const USER_INVITATION_NOT_FOUND = 'user/invitation_not_found' as const;
/**
* Teams not found
* (TeamsService)