feat(channel): add auto-schedule feature to channels with background scheduler

This commit is contained in:
2026-03-13 02:27:27 +01:00
parent dfd8f52a53
commit 1fc473342d
14 changed files with 161 additions and 6 deletions

View File

@@ -103,6 +103,7 @@ export interface ChannelResponse {
timezone: string;
schedule_config: ScheduleConfig;
recycle_policy: RecyclePolicy;
auto_schedule: boolean;
created_at: string;
updated_at: string;
}
@@ -119,6 +120,7 @@ export interface UpdateChannelRequest {
timezone?: string;
schedule_config?: ScheduleConfig;
recycle_policy?: RecyclePolicy;
auto_schedule?: boolean;
}
// Media & Schedule