File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
slack-api-client/src/main/java/com/slack/api/audit Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 583583 " list_ownership_transferred" ,
584584 " list_shared" ,
585585 " list_restricted_sharing_enabled" ,
586- " list_restricted_sharing_disabled"
586+ " list_restricted_sharing_disabled" ,
587+ " list_rows_undeleted"
587588 ]
588589 }
589590}
Original file line number Diff line number Diff line change @@ -680,5 +680,6 @@ private List() {
680680 public static final String list_shared = "list_shared" ;
681681 public static final String list_restricted_sharing_enabled = "list_restricted_sharing_enabled" ;
682682 public static final String list_restricted_sharing_disabled = "list_restricted_sharing_disabled" ;
683+ public static final String list_rows_undeleted = "list_rows_undeleted" ;
683684 }
684685}
You can’t perform that action at this time.
0 commit comments