Skip to content

Commit

Permalink
Update SMS template scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
Avarjana authored Nov 20, 2024
1 parent c784562 commit e184e04
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1271,10 +1271,10 @@
"console.email_templates.scopes.delete": ["internal_email_mgt_delete"],
"console.sms_templates.enabled": false,
"console.sms_templates.scopes.feature": ["console:smsTemplates"],
"console.sms_templates.scopes.create": ["internal_notification_mgt_create"],
"console.sms_templates.scopes.read": ["internal_notification_mgt_view"],
"console.sms_templates.scopes.update": ["internal_notification_mgt_update"],
"console.sms_templates.scopes.delete": ["internal_notification_mgt_delete"],
"console.sms_templates.scopes.create": ["internal_template_mgt_create"],
"console.sms_templates.scopes.read": ["internal_template_mgt_view"],
"console.sms_templates.scopes.update": ["internal_template_mgt_update"],
"console.sms_templates.scopes.delete": ["internal_template_mgt_delete"],
"console.event_publishing.enabled": false,
"console.event_publishing.scopes.feature": ["console:eventPublishing"],
"console.event_publishing.scopes.create": ["internal_event_config_update"],
Expand Down

0 comments on commit e184e04

Please sign in to comment.