Merge branch 'dev' into feature-permissions

This commit is contained in:
shamoon 2023-01-16 15:59:25 -08:00 committed by GitHub
commit 0cfa5211e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 923 additions and 482 deletions

View file

@ -10,4 +10,6 @@ export interface PaperlessDocumentMetadata {
original_filename?: string
has_archive_version?: boolean
lang?: string
}