Merge branch 'main' into feat/conditional-auth-select

This commit is contained in:
Ankit Sridhar
2023-08-03 11:42:17 +05:30
committed by GitHub
37 changed files with 1043 additions and 1170 deletions

View File

@@ -318,6 +318,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)