mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Update paperless-document.ts
This commit is contained in:
		@@ -29,8 +29,6 @@ export interface PaperlessDocument extends ObjectWithId {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  content?: string
 | 
					  content?: string
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  file_type?: string
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  tags$?: Observable<PaperlessTag[]>
 | 
					  tags$?: Observable<PaperlessTag[]>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  tags?: number[]
 | 
					  tags?: number[]
 | 
				
			||||||
@@ -47,7 +45,7 @@ export interface PaperlessDocument extends ObjectWithId {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  added?: Date
 | 
					  added?: Date
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  file_name?: string
 | 
					  original_file_name?: string
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  download_url?: string
 | 
					  download_url?: string
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user