Include content size in response

This commit is contained in:
Andras Schmelczer 2025-05-24 11:17:25 +01:00
parent 08914a8f16
commit ffeec19ca7
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 44 additions and 6 deletions

View file

@ -516,6 +516,8 @@ export interface components {
/** @description Response to an update document request. */
DocumentUpdateResponse:
| {
/** Format: uint64 */
contentSize: number;
deviceId: string;
/** Format: uuid */
documentId: string;
@ -558,6 +560,8 @@ export interface components {
vaultUpdateId: number;
};
DocumentVersionWithoutContent: {
/** Format: uint64 */
contentSize: number;
deviceId: string;
/** Format: uuid */
documentId: string;