Skip to content

Commit 067802a

Browse files
committed
Property updates on March 28
1 parent e947622 commit 067802a

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,9 @@
248248
"pref.allow_slack_ai_changed",
249249
"pref.slack_ai_allow_workflow_builder_changed",
250250
"pref.enterprise_search_connectors_changed",
251-
"pref.enterprise_search_enabled_changed"
251+
"pref.enterprise_search_enabled_changed",
252+
"export_app_configuration_upserted",
253+
"export_app_configuration_deleted"
252254
],
253255
"user": [
254256
"custom_tos_accepted",

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
@@ -260,6 +260,8 @@ private WorkspaceOrOrg() {
260260
public static final String security_settings_export_started = "security_settings_export_started";
261261
public static final String security_settings_export_completed = "security_settings_export_completed";
262262
public static final String audit_logs_records_searched_anomaly = "audit_logs_records_searched_anomaly";
263+
public static final String export_app_configuration_upserted = "export_app_configuration_upserted";
264+
public static final String export_app_configuration_deleted = "export_app_configuration_deleted";
263265
}
264266

265267
public static class User {

slack-api-model/src/main/java/com/slack/api/model/BotProfile.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public class BotProfile {
1111
private String name;
1212
private Integer updated;
1313
private String appId; // A00000000
14+
private String userId;
1415
private Icons icons;
1516
private String teamId;
1617

0 commit comments

Comments
 (0)