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_poll_interval_secs: number;
|
||||||
webhook_body_template?: string | null;
|
webhook_body_template?: string | null;
|
||||||
webhook_headers?: string | null;
|
webhook_headers?: string | null;
|
||||||
|
gap_filler?: MediaFilter | null;
|
||||||
created_at: string;
|
created_at: string;
|
||||||
updated_at: string;
|
updated_at: string;
|
||||||
}
|
}
|
||||||
@@ -252,6 +253,7 @@ export interface UpdateChannelRequest {
|
|||||||
webhook_poll_interval_secs?: number;
|
webhook_poll_interval_secs?: number;
|
||||||
webhook_body_template?: string | null;
|
webhook_body_template?: string | null;
|
||||||
webhook_headers?: string | null;
|
webhook_headers?: string | null;
|
||||||
|
gap_filler?: MediaFilter | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Media & Schedule
|
// Media & Schedule
|
||||||
|
|||||||
Reference in New Issue
Block a user