feat(domain): add audit value types

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 07:40:02 +02:00
parent d3f5e73dad
commit 0447284d43
4 changed files with 125 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
//! Core domain types and invariants. No I/O dependencies.
mod audit;
mod id;
pub use audit::{AuditAction, AuditActor, AuditEntry, FieldChange, NewAuditEvent};
pub use id::OrgId;