feat: add project files REST endpoints with auth and audit logging

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
BOHA
2026-03-23 10:19:11 +01:00
parent ff26dc497d
commit 49e668ee2a
3 changed files with 219 additions and 1 deletions

View File

@@ -126,4 +126,5 @@ export type EntityType =
| 'vehicle'
| 'bank_account'
| 'company_settings'
| 'leave_balance';
| 'leave_balance'
| 'project_file';