feat(domain): add WrapUpReport model and supporting types

This commit is contained in:
2026-06-02 21:40:43 +02:00
parent c878c0358f
commit e8b2d4f7ee
2 changed files with 121 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ pub use watchlist::{WatchlistEntry, WatchlistWithMovie};
pub mod remote_watchlist;
pub use remote_watchlist::RemoteWatchlistEntry;
pub mod watch_event;
pub mod wrapup;
pub use wrapup::*;
pub use watch_event::{
ParsedPlaybackEvent, PersistedWatchEvent, WatchEvent, WatchEventSource, WatchEventStatus,
WebhookToken,