Merge pull request #1409 from Tria-plc/freight_feature/usermanagement

fix issue -> consolidation
This commit is contained in:
marshal
2026-08-24 15:51:12 +03:00
committed by GitHub
20 changed files with 475 additions and 39 deletions

View File

@@ -56,6 +56,9 @@ export interface ShipmentPriceLine {
export interface ShipmentValidation {
overweightLines: Array<{
containerTypeCode: string;
/** Container number, or "<code> #2" when unnumbered. */
containerLabel: string;
/** This container's VGM — the limit is per container, never pooled. */
totalVgmTons: number;
maxAllowedTons: number;
excessTons: number;