fix issue -> consolidation

This commit is contained in:
Marshal
2026-08-24 12:24:23 +00:00
parent 979f024869
commit 2a107e8ba3
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;