feat(channel): add auto-schedule feature to channels with background scheduler
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user