export enum PipelineDomainActionType { NONE = 0, SendMail = 100, StatusUpdate = 200, StatusUpdateInDiffPipeline = 201, RegisterParcel = 300, Print = 400, DataExport = 500, ToggleObject = 600, UserInput = 700, CompareObjectStatusses = 800, UpdateDiffObjectInPipeline = 900, ValidatePickOrderLineStatus = 1000, ScheduleOrder = 1100, Webhook = 1200, SplitOrderIntoShipments = 1300, }