File tree Expand file tree Collapse file tree 3 files changed +6
-26
lines changed
slack-api-client/src/main/java/com/slack/api/audit Expand file tree Collapse file tree 3 files changed +6
-26
lines changed Original file line number Diff line number Diff line change 230230 " pref.anomaly_event_response_changed" ,
231231 " security_settings_export_started" ,
232232 " security_settings_export_completed" ,
233- " slack_ai_message_rewriter"
233+ " slack_ai_message_rewriter" ,
234+ " slack_ai_message_translation_generated"
234235 ],
235236 "user" : [
236237 " custom_tos_accepted" ,
587588 " list_shared" ,
588589 " list_restricted_sharing_enabled" ,
589590 " list_restricted_sharing_disabled" ,
590- " list_rows_undeleted"
591+ " list_rows_undeleted" ,
592+ " list_default_view_updated"
591593 ]
592594 }
593595}
Original file line number Diff line number Diff line change 4949 "thread_ts" : " 0000000000.000000" ,
5050 "latest_reply" : " 0000000000.000000" ,
5151 "source" : " "
52- },
53- {
54- "reply_users" : [
55- " "
56- ],
57- "reply_users_count" : 12345 ,
58- "reply_count" : 12345 ,
59- "ts" : " 0000000000.000000" ,
60- "channel_name" : " " ,
61- "team_id" : " T00000000" ,
62- "share_user_id" : " U00000000" ,
63- "source" : " "
6452 }
6553 ],
6654 "C00000001" : [
7765 "thread_ts" : " 0000000000.000000" ,
7866 "latest_reply" : " 0000000000.000000" ,
7967 "source" : " "
80- },
81- {
82- "reply_users" : [
83- " "
84- ],
85- "reply_users_count" : 12345 ,
86- "reply_count" : 12345 ,
87- "ts" : " 0000000000.000000" ,
88- "channel_name" : " " ,
89- "team_id" : " T00000000" ,
90- "share_user_id" : " U00000000" ,
91- "source" : " "
9268 }
9369 ]
9470 }
Original file line number Diff line number Diff line change @@ -240,6 +240,7 @@ private WorkspaceOrOrg() {
240240 public static final String slack_ai_suggested_todo_dismissed = "slack_ai_suggested_todo_dismissed" ;
241241 public static final String slack_ai_todo_title_generated = "slack_ai_todo_title_generated" ;
242242 public static final String slack_ai_message_rewriter = "slack_ai_message_rewriter" ;
243+ public static final String slack_ai_message_translation_generated = "slack_ai_message_translation_generated" ;
243244 public static final String security_settings_export_started = "security_settings_export_started" ;
244245 public static final String security_settings_export_completed = "security_settings_export_completed" ;
245246 }
@@ -684,5 +685,6 @@ private List() {
684685 public static final String list_restricted_sharing_enabled = "list_restricted_sharing_enabled" ;
685686 public static final String list_restricted_sharing_disabled = "list_restricted_sharing_disabled" ;
686687 public static final String list_rows_undeleted = "list_rows_undeleted" ;
688+ public static final String list_default_view_updated = "list_default_view_updated" ;
687689 }
688690}
You can’t perform that action at this time.
0 commit comments