There was an error while loading. Please reload this page.
1 parent 930f94e commit 775bac6Copy full SHA for 775bac6
1 file changed
slack-api-client/src/main/java/com/slack/api/audit/Actions.java
@@ -565,6 +565,7 @@ private App() {
565
public static final String child_app_manifest_updated = "child_app_manifest_updated";
566
public static final String child_app_manifest_deleted = "child_app_manifest_deleted";
567
public static final String child_app_manifest_exported = "child_app_manifest_exported";
568
+ public static final String child_app_manager_disconnected = "child_app_manager_disconnected";
569
public static final String app_mcp_server_added = "app_mcp_server_added";
570
public static final String app_mcp_server_updated = "app_mcp_server_updated";
571
public static final String app_mcp_server_removed = "app_mcp_server_removed";
0 commit comments