/** * Veeroute.Lastmile * Veeroute Lastmile API * * The version of the OpenAPI document: 3.15.183137 * Contact: support@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * SHORT_TIME_WINDOW reason group: * `SHORT_TIME_WINDOW_BY_DURATION` - The lead time is almost entirely occupied by the order window (the order window - this time window includes the time for work, not just the start time of the order). * `SHORT_TIME_WINDOW_BY_LOCATION` - The time windows of the application and the corresponding location almost do not overlap (the time windows of the work itself and its location are very different from each other). LACK_RESOURCE reason group: * `LACK_RESOURCE_BY_COMPATIBILITY` - Lack of artist / transport with a specific tag. * `LACK_RESOURCE_BY_LOCATION` - Lack of location-compatible transport. * `LACK_RESOURCE_BY_BOX` - Lack of transport with compatible cargo compartments. LOW_ORDER_COMPATIBILITY reason group: * `LOW_ORDER_COMPATIBILITY_DEMANDS` - The number of orders (more than the permissible percentage and more than the permissible number) are incompatible with all the others, because of this, an additional pair of executor-transport is required, which is not enough. LOW_RESOURCE_COMPATIBILITY reason group: * `LOW_RESOURCE_COMPATIBILITY_PERFORMER` - Among the total amount of input resources, some of the performers, less than the specified one, can be assigned to the transport, there may be an error in compatibility tags or shift time windows. * `LOW_RESOURCE_COMPATIBILITY_TRANSPORT` - Among the total volume of input resources, a part of the transport that is less than the specified one can be assigned to performers, there may be an error in compatibility tags or shift time windows. LOW_CAPACITY reason group: * `LOW_CAPACITY_TRANSPORT` - Lack of transport with a certain capacity. LACK_CAPACITY reason group: * `LACK_CAPACITY_TRANSPORT` - An unused vehicle has a value that is orders of magnitude lower than all other units of the same type of vehicle in some field describing the capacity, there may be an error when registering the capacity of the vehicle. Reason group HUGE_PEAK_LOAD: * `HUGE_PEAK_LOAD_ORDERS` - Too narrow time windows, many orders arrive at the same time, a large peak load of flights with which resources cannot cope, uneven distribution of orders over a shift. FAR_LOCATION reason group: * `FAR_LOCATION_ALL` - The location of the order lies outside the distribution of the entire dataset, the order point is most likely not geocoded correctly. * `FAR_LOCATION_NEAREST` - The location of the order lies outside the distribution of the nearest N points, the order point is most likely not geocoded correctly. FAR_ORDER reason group: * `FAR_ORDER_TIME_WINDOW`- The time window does not overlap with neighboring orders. */ export declare enum AnalyticsCheckTypeLastmile { SHORT_TIME_WINDOW_BY_DURATION = "SHORT_TIME_WINDOW_BY_DURATION", SHORT_TIME_WINDOW_BY_LOCATION = "SHORT_TIME_WINDOW_BY_LOCATION", LACK_RESOURCE_BY_COMPATIBILITY = "LACK_RESOURCE_BY_COMPATIBILITY", LACK_RESOURCE_BY_LOCATION = "LACK_RESOURCE_BY_LOCATION", LACK_RESOURCE_BY_BOX = "LACK_RESOURCE_BY_BOX", LOW_ORDER_COMPATIBILITY_DEMANDS = "LOW_ORDER_COMPATIBILITY_DEMANDS", LOW_RESOURCE_COMPATIBILITY_PERFORMER = "LOW_RESOURCE_COMPATIBILITY_PERFORMER", LOW_RESOURCE_COMPATIBILITY_TRANSPORT = "LOW_RESOURCE_COMPATIBILITY_TRANSPORT", LOW_CAPACITY_TRANSPORT = "LOW_CAPACITY_TRANSPORT", LACK_CAPACITY_TRANSPORT = "LACK_CAPACITY_TRANSPORT", HUGE_PEAK_LOAD_ORDERS = "HUGE_PEAK_LOAD_ORDERS", FAR_LOCATION_ALL = "FAR_LOCATION_ALL", FAR_LOCATION_NEAREST = "FAR_LOCATION_NEAREST", FAR_ORDER_TIME_WINDOW = "FAR_ORDER_TIME_WINDOW" }