File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
slack-api-client/src/main/java/com/slack/api/audit Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 231231 " security_settings_export_started" ,
232232 " security_settings_export_completed" ,
233233 " slack_ai_message_rewriter" ,
234- " slack_ai_message_translation_generated"
234+ " slack_ai_message_translation_generated" ,
235+ " audit_logs_records_searched_anomaly"
235236 ],
236237 "user" : [
237238 " custom_tos_accepted" ,
Original file line number Diff line number Diff line change 6262 " "
6363 ],
6464 "user" : [
65- " W00000000" ,
66- " U00000000"
65+ " W00000000"
6766 ]
6867 },
6968 "threads_restricted_to" : {
Original file line number Diff line number Diff line change @@ -243,6 +243,7 @@ private WorkspaceOrOrg() {
243243 public static final String slack_ai_message_translation_generated = "slack_ai_message_translation_generated" ;
244244 public static final String security_settings_export_started = "security_settings_export_started" ;
245245 public static final String security_settings_export_completed = "security_settings_export_completed" ;
246+ public static final String audit_logs_records_searched_anomaly = "audit_logs_records_searched_anomaly" ;
246247 }
247248
248249 public static class User {
You can’t perform that action at this time.
0 commit comments