File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
slack-api-client/src/main/java/com/slack/api/audit
slack-api-model/src/main/java/com/slack/api/model Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments