fix: do not reset channel start time when generating slotted schedules

This commit is contained in:
Christian Benincasa
2026-02-17 16:42:25 -05:00
parent ec5e1209f2
commit 84b88c0d97
10 changed files with 96 additions and 32 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -7318,6 +7318,15 @@ export type PostApiChannelsByChannelIdScheduleTimeSlotsData = {
url: '/api/channels/{channelId}/schedule-time-slots';
};
export type PostApiChannelsByChannelIdScheduleTimeSlotsErrors = {
/**
* Default Response
*/
404: string;
};
export type PostApiChannelsByChannelIdScheduleTimeSlotsError = PostApiChannelsByChannelIdScheduleTimeSlotsErrors[keyof PostApiChannelsByChannelIdScheduleTimeSlotsErrors];
export type PostApiChannelsByChannelIdScheduleTimeSlotsResponses = {
/**
* Default Response
@@ -7690,6 +7699,15 @@ export type PostApiChannelsByChannelIdScheduleSlotsData = {
url: '/api/channels/{channelId}/schedule-slots';
};
export type PostApiChannelsByChannelIdScheduleSlotsErrors = {
/**
* Default Response
*/
404: string;
};
export type PostApiChannelsByChannelIdScheduleSlotsError = PostApiChannelsByChannelIdScheduleSlotsErrors[keyof PostApiChannelsByChannelIdScheduleSlotsErrors];
export type PostApiChannelsByChannelIdScheduleSlotsResponses = {
/**
* Default Response