File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
slack-api-client/src/main/java/com/slack/api/audit Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments