Merge branch 'main' into feat/document-file-conversion

This commit is contained in:
Ephraim Duncan
2026-01-06 20:48:27 +00:00
committed by GitHub
43 changed files with 2567 additions and 298 deletions
@@ -759,3 +759,5 @@ export type DocumentAuditLogByType<T = TDocumentAuditLog['type']> = Extract<
TDocumentAuditLog,
{ type: T }
>;
export type TDocumentAuditLogBaseSchema = z.infer<typeof ZDocumentAuditLogBaseSchema>;