diff --git a/backend/client_config.py b/backend/client_config.py index 310ae81..f31b51a 100644 --- a/backend/client_config.py +++ b/backend/client_config.py @@ -46,6 +46,18 @@ CLIENT_PROFILES = { 'display_name': 'Honda', 'description': 'Honda brand profiles for automotive marketing QC checks' }, + 'axa': { + 'name': 'AXA', + 'profiles': ['static_general', 'video_general'], + 'display_name': 'AXA', + 'description': 'AXA brand profiles for marketing QC checks' + }, + 'rank': { + 'name': 'Rank', + 'profiles': ['static_general', 'video_general'], + 'display_name': 'Rank', + 'description': 'Rank brand profiles for marketing QC checks' + }, 'general': { 'name': 'General', 'profiles': ['static_general', 'video_general', 'inclusive_accessibility'],