Skip to content

Commit 612d9a7

Browse files
committed
Run all the integration tests - 2022-10-03 PT
1 parent 0ab4c32 commit 612d9a7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

json-logs/raw/audit/v1/actions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@
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",

slack-api-client/src/main/java/com/slack/api/audit/Actions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)