Skip to content

Commit f3e1d45

Browse files
committed
Run all the integration tests - 2024-09-05 PT
1 parent bf9f0f9 commit f3e1d45

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,13 @@
202202
"pref.flag_message_flagger_outcome_notif",
203203
"pref.flag_message_author_outcome_notif",
204204
"workflow_analytics_export_started",
205-
"pref.allow_lists"
205+
"pref.allow_lists",
206+
"seamless_auth_org_update",
207+
"seamless_auth_org_disconnected",
208+
"seamless_auth_team_token_created",
209+
"seamless_auth_team_token_revoked",
210+
"seamless_auth_user_token_created",
211+
"seamless_auth_user_token_revoked"
206212
],
207213
"user": [
208214
"custom_tos_accepted",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,12 @@ private WorkspaceOrOrg() {
214214
public static final String team_accepted_migration_intent = "team_accepted_migration_intent";
215215
public static final String team_declined_migration_intent = "team_declined_migration_intent";
216216
public static final String workflow_analytics_export_started = "workflow_analytics_export_started";
217+
public static final String seamless_auth_org_update = "seamless_auth_org_update";
218+
public static final String seamless_auth_org_disconnected = "seamless_auth_org_disconnected";
219+
public static final String seamless_auth_team_token_created = "seamless_auth_team_token_created";
220+
public static final String seamless_auth_team_token_revoked = "seamless_auth_team_token_revoked";
221+
public static final String seamless_auth_user_token_created = "seamless_auth_user_token_created";
222+
public static final String seamless_auth_user_token_revoked = "seamless_auth_user_token_revoked";
217223
}
218224

219225
public static class User {

0 commit comments

Comments
 (0)