feat: user-settings schema update and relative service file modified

This commit is contained in:
Mir Arif Hasan
2022-12-23 13:13:21 +06:00
parent 9b5734f2ff
commit b31e54b3e5
5 changed files with 40 additions and 35 deletions

View File

@@ -167,6 +167,13 @@ export const TEAM_ENVIRONMENT_NOT_TEAM_MEMBER =
*/
export const USER_SETTINGS_NOT_FOUND = 'user_settings/not_found' as const;
/**
* User setting not found for a user
* (UserSettingsService)
*/
export const USER_SETTINGS_EXIST = 'user_settings/exist' as const;
/**
* User setting invalid (null) properties
* (UserSettingsService)