/** * VRt.Universal [UV] * * The version of the OpenAPI document: 7.26.3024 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ /** * Possible order (demand) fact types: * `NEW_LOCATION` - the performer changed his location during the trip * `ORDER_DONE` - the performer has finished fulfilling the order (or the order has been cancelled), the cargo associated with the order is no longer in the transport box * `DEMAND_START` - performer started to fulfill the demand * `DEMAND_DONE` - performer finished to fulfill the demand */ export declare enum FactTypeUniversal { NEW_LOCATION = "NEW_LOCATION", ORDER_DONE = "ORDER_DONE", DEMAND_START = "DEMAND_START", DEMAND_DONE = "DEMAND_DONE" }