refactor: introduce team-environments into self-host refactored to pseudo-fp format (#3177)

This commit is contained in:
Balu Babu
2023-07-13 11:52:19 +05:30
committed by GitHub
parent b29c04c28d
commit 6bc748a267
7 changed files with 412 additions and 444 deletions

View File

@@ -312,6 +312,13 @@ export const SHORTCODE_ALREADY_EXISTS = 'shortcode/already_exists' as const;
*/
export const TEAM_ENVIRONMENT_NOT_FOUND = 'team_environment/not_found' as const;
/**
* Invalid TEAM ENVIRONMENT name
* (TeamEnvironmentsService)
*/
export const TEAM_ENVIRONMENT_SHORT_NAME =
'team_environment/short_name' as const;
/**
* The user is not a member of the team of the given environment
* (GqlTeamEnvTeamGuard)