@veeroute/lss-agro-angular
Version:
OpenAPI client for @veeroute/lss-agro-angular
24 lines (23 loc) • 1.13 kB
TypeScript
/**
* VRt.Agro [AG]
*
* The version of the OpenAPI document: 7.18.2755
* Contact: servicedesk@veeroute.com
*
* NOTE: This class is auto generated by OpenAPI Generator.
* Do not edit the class manually.
*/
/**
* Type of [operation](#section/Description/Project): * `HARVEST` - Harvesting agricultural crops from the field to the production facility * `STORE` - Storing culture in a storage location * `DRY` - Drying the crop * `RELOCATE` - Transportation between production facilities (between gates) * `CONSUMPTION` - Consumption of crop by plant (from bunker, gate or dryer) * `LOAD` - Loading a culture into a storage location * `UNLOAD` - Unloading a culture from a storage location * `SELL` - Selling crops from the elevator to the market (under a specific contract) * `BUY` - Purchase of crops from the market to the plant (under a specific contract)
*/
export declare enum OperationTypeAgro {
HARVEST = "HARVEST",
STORE = "STORE",
DRY = "DRY",
RELOCATE = "RELOCATE",
CONSUMPTION = "CONSUMPTION",
LOAD = "LOAD",
UNLOAD = "UNLOAD",
SELL = "SELL",
BUY = "BUY"
}