File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
slack-api-client/src/main/java/com/slack/api/audit Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 339339 " channel_tab_removed" ,
340340 " external_shared_channel_host_transferred" ,
341341 " channel_template_provisioned" ,
342- " record_channel_channel_type_conversion"
342+ " record_channel_channel_type_conversion" ,
343+ " featured_workflow_added" ,
344+ " featured_workflow_removed"
343345 ],
344346 "app" : [
345347 " app_installed" ,
Original file line number Diff line number Diff line change @@ -363,6 +363,8 @@ private Channel() {
363363 public static final String external_shared_channel_host_transferred = "external_shared_channel_host_transferred" ;
364364 public static final String channel_template_provisioned = "channel_template_provisioned" ;
365365 public static final String record_channel_channel_type_conversion = "record_channel_channel_type_conversion" ;
366+ public static final String featured_workflow_added = "featured_workflow_added" ;
367+ public static final String featured_workflow_removed = "featured_workflow_removed" ;
366368 }
367369
368370 public static class App {
You can’t perform that action at this time.
0 commit comments