2022-10-17 21:59:44 +00:00
|
|
|
export const FEATURE_FLAGS = {
|
|
|
|
AGENT_BOTS: 'agent_bots',
|
|
|
|
AGENT_MANAGEMENT: 'agent_management',
|
2022-12-19 17:08:30 +00:00
|
|
|
AUTO_RESOLVE_CONVERSATIONS: 'auto_resolve_conversations',
|
2022-10-17 21:59:44 +00:00
|
|
|
AUTOMATIONS: 'automations',
|
2022-12-19 17:08:30 +00:00
|
|
|
CAMPAIGNS: 'campaigns',
|
2022-10-17 21:59:44 +00:00
|
|
|
CANNED_RESPONSES: 'canned_responses',
|
2022-12-19 17:08:30 +00:00
|
|
|
CRM: 'crm',
|
2022-10-17 21:59:44 +00:00
|
|
|
CUSTOM_ATTRIBUTES: 'custom_attributes',
|
|
|
|
INBOX_MANAGEMENT: 'inbox_management',
|
|
|
|
INTEGRATIONS: 'integrations',
|
|
|
|
LABELS: 'labels',
|
|
|
|
MACROS: 'macros',
|
2022-12-19 17:08:30 +00:00
|
|
|
HELP_CENTER: 'help_center',
|
|
|
|
REPORTS: 'reports',
|
2022-10-17 21:59:44 +00:00
|
|
|
TEAM_MANAGEMENT: 'team_management',
|
|
|
|
VOICE_RECORDER: 'voice_recorder',
|
|
|
|
};
|