Add actor data to request

This commit is contained in:
Owen
2025-10-22 14:27:21 -07:00
parent f748c5dbe4
commit f2c31d3ca6
6 changed files with 79 additions and 44 deletions

View File

@@ -17,9 +17,9 @@ export type QueryActionAuditLogResponse = {
export type QueryRequestAuditLogResponse = {
log: {
timestamp: number;
orgId: string;
action: boolean;
reason: number;
orgId: string | null;
actorType: string | null;
actor: string | null;
actorId: string | null;