Merged in feature/track-filesize (pull request #200)

track file sizes for all documents in system

* feature complete

needs dev testing
This commit is contained in:
Jay Brown
2026-01-12 17:46:07 +00:00
parent 4ad8168f35
commit ebf47c6013
37 changed files with 1514 additions and 374 deletions
+12
View File
@@ -2492,6 +2492,12 @@ components:
description: "All labels applied to this document"
textRecord:
$ref: "#/components/schemas/FieldExtractionResponse"
fileSizeBytes:
type: integer
format: int64
minimum: 0
maximum: 4294967295
description: "File size in bytes (null for legacy documents)"
DocumentInFolder:
description: Document within a folder with enriched metadata (lighter format, excludes client_id and fields)
@@ -2530,6 +2536,12 @@ components:
description: "All labels applied to this document"
textRecord:
$ref: "#/components/schemas/FieldExtractionResponse"
fileSizeBytes:
type: integer
format: int64
minimum: 0
maximum: 4294967295
description: "File size in bytes (null for legacy documents)"
ClientCreate:
description: The properties for creation.