File tree Expand file tree Collapse file tree
slack-api-client/src/main/java/com/slack/api/audit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 391391 ],
392392 "role" : [
393393 " role_assigned" ,
394- " role_removed"
394+ " role_removed" ,
395+ " role_created" ,
396+ " role_updated" ,
397+ " role_deleted"
395398 ],
396399 "account_type_role" : [
397400 " permissions_assigned" ,
Original file line number Diff line number Diff line change 4949 "thread_ts" : " 0000000000.000000" ,
5050 "latest_reply" : " 0000000000.000000" ,
5151 "source" : " "
52- },
53- {
54- "reply_users" : [
55- " "
56- ],
57- "reply_users_count" : 12345 ,
58- "reply_count" : 12345 ,
59- "ts" : " 0000000000.000000" ,
60- "channel_name" : " " ,
61- "team_id" : " T00000000" ,
62- "share_user_id" : " U00000000" ,
63- "source" : " "
6452 }
6553 ],
6654 "C00000001" : [
7765 "thread_ts" : " 0000000000.000000" ,
7866 "latest_reply" : " 0000000000.000000" ,
7967 "source" : " "
80- },
81- {
82- "reply_users" : [
83- " "
84- ],
85- "reply_users_count" : 12345 ,
86- "reply_count" : 12345 ,
87- "ts" : " 0000000000.000000" ,
88- "channel_name" : " " ,
89- "team_id" : " T00000000" ,
90- "share_user_id" : " U00000000" ,
91- "source" : " "
9268 }
9369 ]
9470 }
Original file line number Diff line number Diff line change @@ -433,6 +433,9 @@ private Role() {
433433
434434 public static final String role_assigned = "role_assigned" ;
435435 public static final String role_removed = "role_removed" ;
436+ public static final String role_created = "role_created" ;
437+ public static final String role_updated = "role_updated" ;
438+ public static final String role_deleted = "role_deleted" ;
436439 }
437440
438441 public static class Subteam {
You can’t perform that action at this time.
0 commit comments