File tree Expand file tree Collapse file tree 5 files changed +39
-3
lines changed
slack-api-client/src/main/java/com/slack/api/audit Expand file tree Collapse file tree 5 files changed +39
-3
lines changed Original file line number Diff line number Diff line change 182182 " pref.member_analytics_disabled" ,
183183 " pref.private_channel_analytics_disabled" ,
184184 " slack_ai_summary_requested" ,
185- " pref.allow_canvas_version_history_changed"
185+ " pref.allow_canvas_version_history_changed" ,
186+ " pref.flag_content_custom_link" ,
187+ " pref.flag_content_users_to_notify" ,
188+ " channel_audit_export_deleted"
186189 ],
187190 "user" : [
188191 " custom_tos_accepted" ,
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" : " "
5264 }
5365 ],
5466 "C00000001" : [
6577 "thread_ts" : " 0000000000.000000" ,
6678 "latest_reply" : " 0000000000.000000" ,
6779 "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" : " "
6892 }
6993 ]
7094 }
Original file line number Diff line number Diff line change 6446664466 "ts": "0000000000.000000",
6446764467 "channel_name": "",
6446864468 "team_id": "T00000000",
64469+ "access": "",
6446964470 "share_user_id": "U00000000",
6447064471 "source": ""
6447164472 }
6448864489 "ts": "0000000000.000000",
6448964490 "channel_name": "",
6449064491 "team_id": "T00000000",
64492+ "access": "",
6449164493 "share_user_id": "U00000000",
6449264494 "source": ""
6449364495 }
6456064562 "sent_to_self": false,
6456164563 "bot_id": "B00000000",
6456264564 "editors": [
64563- ""
64565+ "",
64566+ "U00000000"
6456464567 ],
6456564568 "url_static_preview": "https://www.example.com/",
6456664569 "quip_thread_id": "",
Original file line number Diff line number Diff line change 8484 "ts": "0000000000.000000",
8585 "channel_name": "",
8686 "team_id": "T00000000",
87+ "access": "",
8788 "share_user_id": "U00000000",
8889 "source": ""
8990 }
106107 "ts": "0000000000.000000",
107108 "channel_name": "",
108109 "team_id": "T00000000",
110+ "access": "",
109111 "share_user_id": "U00000000",
110112 "source": ""
111113 }
178180 "sent_to_self": false,
179181 "bot_id": "B00000000",
180182 "editors": [
181- ""
183+ "",
184+ "U00000000"
182185 ],
183186 "url_static_preview": "https://www.example.com/",
184187 "quip_thread_id": "",
Original file line number Diff line number Diff line change @@ -137,6 +137,8 @@ private WorkspaceOrOrg() {
137137 public static final String pref_member_analytics_disabled = "pref.member_analytics_disabled" ;
138138 public static final String pref_private_channel_analytics_disabled = "pref.private_channel_analytics_disabled" ;
139139 public static final String pref_allow_canvas_version_history_changed = "pref.allow_canvas_version_history_changed" ;
140+ public static final String pref_flag_content_custom_link = "pref.flag_content_custom_link" ;
141+ public static final String pref_flag_content_users_to_notify = "pref.flag_content_users_to_notify" ;
140142 public static final String manual_export_downloaded = "manual_export_downloaded" ;
141143 public static final String manual_export_deleted = "manual_export_deleted" ;
142144 public static final String scheduled_export_downloaded = "scheduled_export_downloaded" ;
@@ -194,6 +196,7 @@ private WorkspaceOrOrg() {
194196 public static final String domain_email_restricted = "domain_email_restricted" ;
195197 public static final String domain_email_unrestricted = "domain_email_unrestricted" ;
196198 public static final String slack_ai_summary_requested = "slack_ai_summary_requested" ;
199+ public static final String channel_audit_export_deleted = "channel_audit_export_deleted" ;
197200 }
198201
199202 public static class User {
You can’t perform that action at this time.
0 commit comments