mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 04:50:54 +00:00
export flow and fix intercity issue
This commit is contained in:
@@ -175,6 +175,16 @@ export class CreateBookingUnderContractDto {
|
||||
@IsDateString()
|
||||
scheduledDate?: string;
|
||||
|
||||
@ApiPropertyOptional({
|
||||
description:
|
||||
'EXPORT rail only: the specific train (schedule id) picked from ' +
|
||||
'GET /bookings/:id/export-trains for the shipment day. The reserve path ' +
|
||||
'locks onto this train; 409 when it no longer fits. Ignored otherwise.',
|
||||
})
|
||||
@IsOptional()
|
||||
@IsUUID()
|
||||
trainScheduleId?: string;
|
||||
|
||||
@ApiPropertyOptional({
|
||||
enum: SHIPMENT_EQUIPMENT_RETURNS,
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user