Merge branch 'develop' into fix/cw-4085

This commit is contained in:
Sivin Varghese
2025-09-25 17:04:19 +05:30
committed by GitHub
962 changed files with 46302 additions and 1802 deletions
+2 -1
View File
@@ -38,9 +38,9 @@ export const FEATURE_FLAGS = {
REPORT_V4: 'report_v4',
CHANNEL_INSTAGRAM: 'channel_instagram',
CONTACT_CHATWOOT_SUPPORT_TEAM: 'contact_chatwoot_support_team',
WHATSAPP_EMBEDDED_SIGNUP: 'whatsapp_embedded_signup',
CAPTAIN_V2: 'captain_integration_v2',
CHAT_PRESERVE_USER_SCROLL: 'chat_preserve_user_scroll',
SAML: 'saml',
};
export const PREMIUM_FEATURES = [
@@ -50,4 +50,5 @@ export const PREMIUM_FEATURES = [
FEATURE_FLAGS.AUDIT_LOGS,
FEATURE_FLAGS.HELP_CENTER,
FEATURE_FLAGS.CAPTAIN_V2,
FEATURE_FLAGS.SAML,
];