Add AXA and Rank clients
Both get the static_general + video_general profile bundle, matching Honda's setup. Total clients goes from 8 to 10. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
106f361a6d
commit
fdd591b371
1 changed files with 12 additions and 0 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue