Skip to content

Commit 85e640e

Browse files
committed
Run all the integration tests - 2024-11-26 PT
1 parent 0a5deb9 commit 85e640e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

json-logs/raw/audit/v1/actions.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,9 @@
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",

slack-api-client/src/main/java/com/slack/api/audit/Actions.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)