File tree Expand file tree Collapse file tree 3 files changed +5
-25
lines changed
slack-api-client/src/main/java/com/slack/api/audit Expand file tree Collapse file tree 3 files changed +5
-25
lines changed Original file line number Diff line number Diff line change 172172 " pref.mobile_session_duration_changed" ,
173173 " channel_audit_export_started" ,
174174 " channel_audit_export_completed" ,
175- " channel_audit_export_downloaded"
175+ " channel_audit_export_downloaded" ,
176+ " domain_email_restricted" ,
177+ " domain_email_unrestricted"
176178 ],
177179 "user" : [
178180 " 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" : " "
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 @@ -184,6 +184,8 @@ private WorkspaceOrOrg() {
184184 public static final String channel_audit_export_started = "channel_audit_export_started" ;
185185 public static final String channel_audit_export_completed = "channel_audit_export_completed" ;
186186 public static final String channel_audit_export_downloaded = "channel_audit_export_downloaded" ;
187+ public static final String domain_email_restricted = "domain_email_restricted" ;
188+ public static final String domain_email_unrestricted = "domain_email_unrestricted" ;
187189 }
188190
189191 public static class User {
You can’t perform that action at this time.
0 commit comments