mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 19:58:11 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -172,6 +172,17 @@ export class CreateContainerTrainScheduleDto {
|
||||
@IsBoolean()
|
||||
reverseWagonOrder?: boolean;
|
||||
|
||||
@ApiPropertyOptional({
|
||||
format: 'uuid',
|
||||
description:
|
||||
'Dedicate this departure to one shipping line. The schedule is then hidden ' +
|
||||
'from every customer-facing read (windows, day pools, home cards) and shown ' +
|
||||
'only to that shipping line in its portal. Omit for a normal customer train.',
|
||||
})
|
||||
@IsOptional()
|
||||
@IsUUID()
|
||||
shippingLineCompanyId?: string;
|
||||
|
||||
@ApiPropertyOptional({
|
||||
type: CreateScheduleWindowRuleDto,
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user