File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
slack-api-client/src/main/java/com/slack/api/audit Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 9191 " scheduled_export_downloaded" ,
9292 " channels_export_downloaded" ,
9393 " manual_user_export_downloaded" ,
94- " pref.admin_retention_override_changed"
94+ " pref.admin_retention_override_changed" ,
95+ " approved_orgs_added" ,
96+ " approved_orgs_removed"
9597 ],
9698 "user" : [
9799 " custom_tos_accepted" ,
Original file line number Diff line number Diff line change 335335 "enable_all_dms_view" : false ,
336336 "seen_edit_mode" : false ,
337337 "newxp_seen_help_message" : 12345 ,
338- "calls_survey_last_seen" : 12345
338+ "calls_survey_last_seen" : 12345 ,
339+ "seen_edit_mode_edu" : false
339340 },
340341 "created" : 12345 ,
341342 "first_login" : 12345 ,
Original file line number Diff line number Diff line change @@ -103,6 +103,8 @@ private WorkspaceOrOrg() {
103103 public static final String scheduled_export_downloaded = "scheduled_export_downloaded" ;
104104 public static final String channels_export_downloaded = "channels_export_downloaded" ;
105105 public static final String manual_user_export_downloaded = "manual_user_export_downloaded" ;
106+ public static final String approved_orgs_added = "approved_orgs_added" ;
107+ public static final String approved_orgs_removed = "approved_orgs_removed" ;
106108 }
107109
108110 public static class User {
You can’t perform that action at this time.
0 commit comments