mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 14:38:12 +00:00
add goverment booking
This commit is contained in:
@@ -366,6 +366,8 @@ export const URL_CONSTANTS = {
|
||||
},
|
||||
UNASSIGN_BOOKING: (scheduleId: string, bookingId: string) =>
|
||||
`/train-scheduling/schedules/${scheduleId}/bookings/${bookingId}`,
|
||||
SWITCH_GOVERNMENT_BOOKING: (id: string) =>
|
||||
`/train-scheduling/schedules/${id}/switch-government-booking`,
|
||||
PIN_WAGONS: (id: string) => `/train-scheduling/schedules/${id}/pin-wagons`,
|
||||
FINALIZE: (id: string) => `/train-scheduling/schedules/${id}/finalize`,
|
||||
DISPATCH: (id: string) => `/train-scheduling/schedules/${id}/dispatch`,
|
||||
|
||||
Reference in New Issue
Block a user