docs: update API response definitions

Add description, displayName, notify, and acceptsEmailNotifications
fields to OpenAPI response type definitions for LibresignNewSigner
and LibresignIdentifyAccount.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
Vitor Mattos 2025-12-16 17:06:57 -03:00
parent 960af717bc
commit 68eada5682
No known key found for this signature in database
GPG key ID: 6FECE2AD4809003A

View file

@ -28,6 +28,9 @@ namespace OCA\Libresign;
* email?: string,
* account?: string,
* },
* displayName?: string,
* description?: string,
* notify?: non-negative-int,
* signingOrder?: non-negative-int,
* }
* @psalm-type LibresignNewFile = array{
@ -55,6 +58,7 @@ namespace OCA\Libresign;
* subname: string,
* shareType: 0|4,
* icon?: 'icon-mail'|'icon-user',
* acceptsEmailNotifications?: boolean,
* }
* @psalm-type LibresignPagination = array{
* total: non-negative-int,