Skip to content

Commit 11e46d0

Browse files
committed
Run all the integration tests - 2024-10-01 PT
1 parent d085a0e commit 11e46d0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,9 @@
209209
"seamless_auth_team_token_revoked",
210210
"seamless_auth_user_token_created",
211211
"seamless_auth_user_token_revoked",
212-
"migration_checklist_item_completed"
212+
"migration_checklist_item_completed",
213+
"seamless_auth_org_created",
214+
"seamless_auth_org_updated"
213215
],
214216
"user": [
215217
"custom_tos_accepted",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ private WorkspaceOrOrg() {
220220
public static final String seamless_auth_team_token_revoked = "seamless_auth_team_token_revoked";
221221
public static final String seamless_auth_user_token_created = "seamless_auth_user_token_created";
222222
public static final String seamless_auth_user_token_revoked = "seamless_auth_user_token_revoked";
223+
public static final String seamless_auth_org_created = "seamless_auth_org_created";
224+
public static final String seamless_auth_org_updated = "seamless_auth_org_updated";
223225
public static final String migration_checklist_item_completed = "migration_checklist_item_completed";
224226
}
225227

0 commit comments

Comments
 (0)