fix: test mocks for new trait methods, V1 schedule_config re-import, stale comments

This commit is contained in:
2026-03-17 14:53:23 +01:00
parent 6d350940b9
commit 26343b08f8
5 changed files with 21 additions and 4 deletions

View File

@@ -114,7 +114,7 @@ pub struct UpdateChannelRequest {
pub description: Option<String>,
pub timezone: Option<String>,
/// Replace the entire schedule config (template import/edit)
pub schedule_config: Option<domain::ScheduleConfig>,
pub schedule_config: Option<domain::ScheduleConfigCompat>,
pub recycle_policy: Option<domain::RecyclePolicy>,
pub auto_schedule: Option<bool>,
pub access_mode: Option<domain::AccessMode>,