File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed
slack-api-client/src/main/java/com/slack/api/audit Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 466466 " canvas_converted_to_template" ,
467467 " canvas_template_used" ,
468468 " canvas_template_reverted" ,
469- " canvas_quip_document_cloned"
469+ " canvas_quip_document_cloned" ,
470+ " canvas_undeleted"
470471 ],
471472 "function" : [
472473 " function_distribution_permission_added" ,
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" : " "
5264 }
5365 ],
5466 "C00000001" : [
6577 "thread_ts" : " 0000000000.000000" ,
6678 "latest_reply" : " 0000000000.000000" ,
6779 "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" : " "
6892 }
6993 ]
7094 }
Original file line number Diff line number Diff line change @@ -543,6 +543,7 @@ private Canvas() {
543543 public static final String canvas_template_used = "canvas_template_used" ;
544544 public static final String canvas_template_reverted = "canvas_template_reverted" ;
545545 public static final String canvas_quip_document_cloned = "canvas_quip_document_cloned" ;
546+ public static final String canvas_undeleted = "canvas_undeleted" ;
546547 }
547548
548549 public static class Function {
You can’t perform that action at this time.
0 commit comments