fix(tests): backend test suite - app version, DB roles, admin RBAC, companies route, field names, DeletionLog, ABAC, imports

This commit is contained in:
Agent Zero
2026-08-08 08:09:23 +02:00
parent 1ed97d6727
commit 1b1cbc05dd
16 changed files with 457 additions and 61 deletions
+2
View File
@@ -148,6 +148,8 @@ class ContactCreate(BaseModel):
folder_id: str | None = None
# Contact persons (optional inline create)
contact_persons: list[ContactPersonCreate] | None = None
# Company IDs for N:M linking (person contacts to companies)
company_ids: list[str] | None = None
class ContactUpdate(BaseModel):