fix OpenAPI schema, update js deps

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2023-05-17 18:24:33 +02:00
parent 52ec36dbd6
commit da30389989
No known key found for this signature in database
GPG key ID: 935D2952DEC4EECF
5 changed files with 18 additions and 18 deletions

View file

@ -5736,12 +5736,12 @@ components:
type: integer
minimum: 0
maximum: 10
description: 'The read buffer size, as MB, to use for downloads. 0 means no buffering, that's fine in most use cases.'
description: "The read buffer size, as MB, to use for downloads. 0 means no buffering, that's fine in most use cases."
write_buffer_size:
type: integer
minimum: 0
maximum: 10
description: 'The write buffer size, as MB, to use for uploads. 0 means no buffering, that's fine in most use cases.'
description: "The write buffer size, as MB, to use for uploads. 0 means no buffering, that's fine in most use cases."
CryptFsConfig:
type: object
properties:
@ -5751,12 +5751,12 @@ components:
type: integer
minimum: 0
maximum: 10
description: 'The read buffer size, as MB, to use for downloads. 0 means no buffering, that's fine in most use cases.'
description: "The read buffer size, as MB, to use for downloads. 0 means no buffering, that's fine in most use cases."
write_buffer_size:
type: integer
minimum: 0
maximum: 10
description: 'The write buffer size, as MB, to use for uploads. 0 means no buffering, that's fine in most use cases.'
description: "The write buffer size, as MB, to use for uploads. 0 means no buffering, that's fine in most use cases."
description: Crypt filesystem configuration details
SFTPFsConfig:
type: object

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long