fix: add gap_filler to frontend ChannelResponse + UpdateChannelRequest
This commit is contained in:
@@ -221,6 +221,7 @@ export interface ChannelResponse {
|
||||
webhook_poll_interval_secs: number;
|
||||
webhook_body_template?: string | null;
|
||||
webhook_headers?: string | null;
|
||||
gap_filler?: MediaFilter | null;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
}
|
||||
@@ -252,6 +253,7 @@ export interface UpdateChannelRequest {
|
||||
webhook_poll_interval_secs?: number;
|
||||
webhook_body_template?: string | null;
|
||||
webhook_headers?: string | null;
|
||||
gap_filler?: MediaFilter | null;
|
||||
}
|
||||
|
||||
// Media & Schedule
|
||||
|
||||
Reference in New Issue
Block a user