Can create inbox entries

This commit is contained in:
2025-05-10 18:37:51 +02:00
parent cceed381bd
commit 0b586039c3
8 changed files with 240 additions and 32 deletions

View File

@@ -19,6 +19,7 @@ export interface ServerConstraints {
token_max_inactivity: LenConstraint;
account_name: LenConstraint;
movement_label: LenConstraint;
inbox_entry_label: LenConstraint;
file_allowed_types: string[];
}