chore: Bringing some changes across from enterprise fork

This commit is contained in:
Tom Moor
2022-03-27 19:50:27 -07:00
parent 6fc7f7b287
commit 72614ea090
2 changed files with 13 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ export type DocumentEvent =
| {
name: "documents.create" // eslint-disable-line
| "documents.publish"
| "documents.unpublish"
| "documents.delete"
| "documents.permanent_delete"
| "documents.archive"