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