feat(audit) : expose le contexte forensique dans l'API lecture

This commit is contained in:
2026-06-24 10:20:27 +02:00
parent 003835463b
commit 62dcae1879
5 changed files with 93 additions and 3 deletions
+4
View File
@@ -8,5 +8,9 @@ export type AuditLog = {
description: string
changes: { old?: Record<string, unknown>; new?: Record<string, unknown> } | null
affectedDate: string | null
ipAddress: string | null
userAgent: string | null
deviceLabel: string | null
deviceId: string | null
createdAt: string
}