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

Freight feature/usermanagement
This commit is contained in:
marshal
2026-07-31 15:30:39 +03:00
committed by GitHub
7 changed files with 380 additions and 469 deletions

View File

@@ -278,7 +278,7 @@ export interface AdjustConsistPayload {
export interface ScheduleHistoryEntry {
id: string;
kind: "WAGON" | "BOOKING";
action: "ADD" | "REMOVE" | "SWITCH" | "BOOKING_REMOVED";
action: "ADD" | "REMOVE" | "SWITCH" | "BOOKING_REMOVED" | "BOOKING_LOADED" | "BOOKING_UNLOADED";
subject: string | null;
yardLabel: string | null;
actor: string | null;