Merge branch 'dev'

This commit is contained in:
Marshal
2026-08-13 14:14:31 +00:00
219 changed files with 13585 additions and 5559 deletions

View File

@@ -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: