fix conflict

This commit is contained in:
yaschalew
2026-06-24 16:18:35 +03:00
67 changed files with 4312 additions and 2744 deletions

View File

@@ -23,7 +23,7 @@ export const GOVERNMENT_PRIORITY_BONUS = 50_000;
export interface GovernmentBookingFields {
isGovernment: boolean;
governmentInstitution?: string | null;
governmentInstitution?: string | null;
}
export enum ExceededAction {
@@ -173,6 +173,8 @@ export enum TrainSetWagonStatus {
export enum WagonStatus {
Available = "AVAILABLE",
Assigned = "ASSIGNED",
ImportReady = "IMPORT_READY",
ExportReady = "EXPORT_READY",
Maintenance = "MAINTENANCE",
Retired = "RETIRED",
}
@@ -505,7 +507,7 @@ export interface IInvoice extends BaseEntity {
dueAt: string;
}
// ── Reference Data (booking form catalog) ──────────────────────────────────────
// ── Reference Data (booking form catalog) ──────────────────────────────────────
export interface BookingReferenceYard {
id: string;