mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 04:08:11 +00:00
Add window close hour to booking desk configuration
This commit is contained in:
@@ -7,8 +7,14 @@ export interface BookingWindowConfig {
|
||||
importWindowLeadDays: number;
|
||||
/** Hours before departure an export booking becomes acceptable (FCFS). */
|
||||
exportBookingLeadHours: number;
|
||||
/** Local (Africa/Addis_Ababa) hour at which the import window opens. */
|
||||
/** Local (Africa/Addis_Ababa) hour at which the import window opens each day. */
|
||||
windowOpenHour: number;
|
||||
/**
|
||||
* Local (Africa/Addis_Ababa) hour the booking desk shuts for the day: once a
|
||||
* cycle's reopen would fall at/after this hour, the window pauses and resumes
|
||||
* next morning at windowOpenHour. Equal to windowOpenHour ⇒ 24-hour desk.
|
||||
*/
|
||||
windowCloseHour: number;
|
||||
windowDurationHours: number;
|
||||
/** Max staff document-review time after the window closes. */
|
||||
docReviewMinutes: number;
|
||||
|
||||
Reference in New Issue
Block a user