Include content size in response
This commit is contained in:
parent
08914a8f16
commit
ffeec19ca7
3 changed files with 44 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue