File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
slack-api-client/src/main/java/com/slack/api/audit Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 151151 " pref.ext_audit_log_retention_type_changed" ,
152152 " pref.ext_audit_log_retention_duration_changed" ,
153153 " domain_unverified" ,
154- " pref.canvas_changed"
154+ " pref.canvas_changed" ,
155+ " team_authorized_ip_range_set"
155156 ],
156157 "user" : [
157158 " custom_tos_accepted" ,
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ private WorkspaceOrOrg() {
163163 public static final String team_unsupported_versions_start_failure = "team_unsupported_versions_start_failure" ;
164164 public static final String team_unsupported_versions_job_start = "team_unsupported_versions_job_start" ;
165165 public static final String team_unsupported_versions_job_end = "team_unsupported_versions_job_end" ;
166+ public static final String team_authorized_ip_range_set = "team_authorized_ip_range_set" ;
166167 }
167168
168169 public static class User {
You can’t perform that action at this time.
0 commit comments