Merge pull request #1367 from Eckii24/feat/date-suggestions

Adding date suggestions to the documents details view
This commit is contained in:
shamoon 2022-08-25 11:47:37 -07:00 committed by GitHub
commit d40c13420d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 114 additions and 34 deletions

View file

@ -6,4 +6,6 @@ export interface PaperlessDocumentSuggestions {
document_types?: number[]
storage_paths?: number[]
dates?: string[] // ISO-formatted date string e.g. 2022-11-03
}