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 467467 " canvas_template_used" ,
468468 " canvas_template_reverted" ,
469469 " canvas_quip_document_cloned" ,
470- " canvas_undeleted"
470+ " canvas_undeleted" ,
471+ " canvas_restricted_sharing_enabled" ,
472+ " canvas_restricted_sharing_disabled"
471473 ],
472474 "function" : [
473475 " function_distribution_permission_added" ,
Original file line number Diff line number Diff line change @@ -544,6 +544,8 @@ private Canvas() {
544544 public static final String canvas_template_reverted = "canvas_template_reverted" ;
545545 public static final String canvas_quip_document_cloned = "canvas_quip_document_cloned" ;
546546 public static final String canvas_undeleted = "canvas_undeleted" ;
547+ public static final String canvas_restricted_sharing_enabled = "canvas_restricted_sharing_enabled" ;
548+ public static final String canvas_restricted_sharing_disabled = "canvas_restricted_sharing_disabled" ;
547549 }
548550
549551 public static class Function {
You can’t perform that action at this time.
0 commit comments