Merge branch 'dev' into feature-use-celery

This commit is contained in:
shamoon
2022-10-03 18:00:54 -07:00
committed by GitHub
23 changed files with 714 additions and 446 deletions

View File

@@ -29,8 +29,6 @@ export interface PaperlessDocument extends ObjectWithId {
content?: string
file_type?: string
tags$?: Observable<PaperlessTag[]>
tags?: number[]
@@ -47,7 +45,7 @@ export interface PaperlessDocument extends ObjectWithId {
added?: Date
file_name?: string
original_file_name?: string
download_url?: string