@veeroute/lss-agro-angular 6.6.2006 → 6.8.2055

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/README.md +1 -1
  2. package/api/planServiceInterface.d.ts +1 -1
  3. package/api/systemServiceInterface.d.ts +1 -1
  4. package/esm2020/api/planService.mjs +2 -2
  5. package/esm2020/api/planServiceInterface.mjs +1 -1
  6. package/esm2020/api/systemService.mjs +2 -2
  7. package/esm2020/api/systemServiceInterface.mjs +1 -1
  8. package/esm2020/model/attribute.mjs +2 -2
  9. package/esm2020/model/bunker.mjs +1 -1
  10. package/esm2020/model/calculationAsyncResult.mjs +1 -1
  11. package/esm2020/model/calculationInfo.mjs +1 -1
  12. package/esm2020/model/calculationSettings.mjs +2 -2
  13. package/esm2020/model/calculationState.mjs +1 -1
  14. package/esm2020/model/calculationStatus.mjs +2 -2
  15. package/esm2020/model/capacityForecastElement.mjs +1 -1
  16. package/esm2020/model/chamber.mjs +1 -1
  17. package/esm2020/model/checkResult.mjs +2 -2
  18. package/esm2020/model/consumer.mjs +1 -1
  19. package/esm2020/model/contract.mjs +1 -1
  20. package/esm2020/model/contractType.mjs +3 -3
  21. package/esm2020/model/costForecastElement.mjs +1 -1
  22. package/esm2020/model/crop.mjs +1 -1
  23. package/esm2020/model/cropType.mjs +2 -2
  24. package/esm2020/model/custom400WithErrorsAndWarnings.mjs +1 -1
  25. package/esm2020/model/dateWindow.mjs +2 -2
  26. package/esm2020/model/dryer.mjs +1 -1
  27. package/esm2020/model/elevator.mjs +1 -1
  28. package/esm2020/model/entityError.mjs +1 -1
  29. package/esm2020/model/entityErrorType.mjs +2 -2
  30. package/esm2020/model/entityPath.mjs +1 -1
  31. package/esm2020/model/entityType.mjs +2 -2
  32. package/esm2020/model/entityWarning.mjs +1 -1
  33. package/esm2020/model/entityWarningType.mjs +2 -2
  34. package/esm2020/model/factory.mjs +1 -1
  35. package/esm2020/model/field.mjs +1 -1
  36. package/esm2020/model/gate.mjs +1 -1
  37. package/esm2020/model/general401.mjs +1 -1
  38. package/esm2020/model/general402.mjs +1 -1
  39. package/esm2020/model/general404.mjs +1 -1
  40. package/esm2020/model/general404Detail.mjs +1 -1
  41. package/esm2020/model/general429.mjs +1 -1
  42. package/esm2020/model/general500.mjs +1 -1
  43. package/esm2020/model/humidityForecastElement.mjs +1 -1
  44. package/esm2020/model/leftover.mjs +2 -2
  45. package/esm2020/model/market.mjs +1 -1
  46. package/esm2020/model/movementMatrixElement.mjs +2 -2
  47. package/esm2020/model/objectType.mjs +2 -2
  48. package/esm2020/model/operation.mjs +1 -1
  49. package/esm2020/model/operationMeasurements.mjs +2 -2
  50. package/esm2020/model/operationTarget.mjs +1 -1
  51. package/esm2020/model/operationType.mjs +3 -3
  52. package/esm2020/model/planResult.mjs +1 -1
  53. package/esm2020/model/planSettings.mjs +1 -1
  54. package/esm2020/model/planStatistics.mjs +2 -2
  55. package/esm2020/model/planTask.mjs +1 -1
  56. package/esm2020/model/priceForecastElement.mjs +1 -1
  57. package/esm2020/model/pricelist.mjs +1 -1
  58. package/esm2020/model/productivityForecastElement.mjs +1 -1
  59. package/esm2020/model/projectConfiguration.mjs +2 -2
  60. package/esm2020/model/projectSettings.mjs +1 -1
  61. package/esm2020/model/schemaError.mjs +2 -2
  62. package/esm2020/model/serviceName.mjs +2 -2
  63. package/esm2020/model/silo.mjs +1 -1
  64. package/esm2020/model/stockForecastElement.mjs +1 -1
  65. package/esm2020/model/storage.mjs +1 -1
  66. package/esm2020/model/tracedata.mjs +1 -1
  67. package/esm2020/model/unplannedItems.mjs +2 -2
  68. package/esm2020/model/validateResult.mjs +1 -1
  69. package/esm2020/model/versionResult.mjs +2 -2
  70. package/fesm2015/veeroute-lss-agro-angular.mjs +14 -14
  71. package/fesm2015/veeroute-lss-agro-angular.mjs.map +1 -1
  72. package/fesm2020/veeroute-lss-agro-angular.mjs +25 -25
  73. package/fesm2020/veeroute-lss-agro-angular.mjs.map +1 -1
  74. package/model/attribute.d.ts +1 -1
  75. package/model/bunker.d.ts +1 -1
  76. package/model/calculationAsyncResult.d.ts +1 -1
  77. package/model/calculationInfo.d.ts +1 -1
  78. package/model/calculationSettings.d.ts +1 -1
  79. package/model/calculationState.d.ts +1 -1
  80. package/model/calculationStatus.d.ts +1 -1
  81. package/model/capacityForecastElement.d.ts +1 -1
  82. package/model/chamber.d.ts +2 -2
  83. package/model/checkResult.d.ts +1 -1
  84. package/model/consumer.d.ts +1 -1
  85. package/model/contract.d.ts +1 -1
  86. package/model/contractType.d.ts +2 -2
  87. package/model/costForecastElement.d.ts +1 -1
  88. package/model/crop.d.ts +1 -5
  89. package/model/cropType.d.ts +1 -1
  90. package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
  91. package/model/dateWindow.d.ts +1 -1
  92. package/model/dryer.d.ts +1 -1
  93. package/model/elevator.d.ts +3 -3
  94. package/model/entityError.d.ts +1 -1
  95. package/model/entityErrorType.d.ts +1 -1
  96. package/model/entityPath.d.ts +1 -1
  97. package/model/entityType.d.ts +1 -1
  98. package/model/entityWarning.d.ts +1 -1
  99. package/model/entityWarningType.d.ts +1 -1
  100. package/model/factory.d.ts +1 -1
  101. package/model/field.d.ts +4 -4
  102. package/model/gate.d.ts +1 -1
  103. package/model/general401.d.ts +1 -1
  104. package/model/general402.d.ts +1 -1
  105. package/model/general404.d.ts +1 -1
  106. package/model/general404Detail.d.ts +1 -1
  107. package/model/general429.d.ts +1 -1
  108. package/model/general500.d.ts +1 -1
  109. package/model/humidityForecastElement.d.ts +1 -1
  110. package/model/leftover.d.ts +1 -1
  111. package/model/market.d.ts +1 -1
  112. package/model/movementMatrixElement.d.ts +1 -1
  113. package/model/objectType.d.ts +1 -1
  114. package/model/operation.d.ts +1 -1
  115. package/model/operationMeasurements.d.ts +1 -1
  116. package/model/operationTarget.d.ts +2 -2
  117. package/model/operationType.d.ts +2 -2
  118. package/model/planResult.d.ts +1 -1
  119. package/model/planSettings.d.ts +1 -1
  120. package/model/planStatistics.d.ts +1 -1
  121. package/model/planTask.d.ts +2 -2
  122. package/model/priceForecastElement.d.ts +1 -1
  123. package/model/pricelist.d.ts +1 -1
  124. package/model/productivityForecastElement.d.ts +1 -1
  125. package/model/projectConfiguration.d.ts +1 -1
  126. package/model/projectSettings.d.ts +1 -1
  127. package/model/schemaError.d.ts +1 -1
  128. package/model/serviceName.d.ts +1 -1
  129. package/model/silo.d.ts +1 -1
  130. package/model/stockForecastElement.d.ts +1 -1
  131. package/model/storage.d.ts +1 -1
  132. package/model/tracedata.d.ts +1 -1
  133. package/model/unplannedItems.d.ts +1 -1
  134. package/model/validateResult.d.ts +1 -1
  135. package/model/versionResult.d.ts +1 -1
  136. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -11,7 +11,7 @@ import { ProductivityForecastElementAgro } from './productivityForecastElement';
11
11
  import { CostForecastElementAgro } from './costForecastElement';
12
12
  import { CapacityForecastElementAgro } from './capacityForecastElement';
13
13
  /**
14
- * A chamber.
14
+ * Drying chamber - determines the parameters of the drying process of crops.
15
15
  */
16
16
  export interface ChamberAgro {
17
17
  /**
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,14 +1,14 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
8
8
  * Do not edit the class manually.
9
9
  */
10
10
  /**
11
- * Contract type.
11
+ * Contract type: * `SELL_WITH_DELIVERY` - Contract for the sale of grain by the market with delivery to the client (the price of moving from the market is included in the price). * `SELL` - Contract for the sale of grain by the market without delivery (the price of moving from the market is not included in the price). * `BUY_WITH_DELIVERY` - Contract for the purchase of grain by the market with delivery from the client (the price of moving to the market is included in the price). * `BUY` - Contract for the purchase of grain by the market without delivery (the price of moving to the market is not included in the price).
12
12
  */
13
13
  export declare enum ContractTypeAgro {
14
14
  SELL_WITH_DELIVERY = "SELL_WITH_DELIVERY",
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
package/model/crop.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -20,10 +20,6 @@ export interface CropAgro {
20
20
  * Humidity crop, in ppm (‰).
21
21
  */
22
22
  base_humidity: number;
23
- /**
24
- * The coefficient of change of the maximum capacity of the storage location (depends on the density of the culture).
25
- */
26
- density_factor?: number;
27
23
  /**
28
24
  * List of compatible short-term storage types.
29
25
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
package/model/dryer.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -26,11 +26,11 @@ export interface ElevatorAgro {
26
26
  */
27
27
  dryers?: Array<DryerAgro>;
28
28
  /**
29
- * List of storages.
29
+ * List of places for short-term storage of grain.
30
30
  */
31
31
  storages?: Array<StorageAgro>;
32
32
  /**
33
- * List of storages.
33
+ * List of places for long-term storage of grain.
34
34
  */
35
35
  silos?: Array<SiloAgro>;
36
36
  /**
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
package/model/field.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -23,15 +23,15 @@ export interface FieldAgro {
23
23
  */
24
24
  crop_key: string;
25
25
  /**
26
- * Amount.
26
+ * The total amount of grain (in tons) to be harvested from the field.
27
27
  */
28
28
  amount: number;
29
29
  /**
30
30
  * Capacity forecast.
31
31
  */
32
- capacity_forecast?: Array<CapacityForecastElementAgro>;
32
+ capacity_forecast: Array<CapacityForecastElementAgro>;
33
33
  /**
34
- * Field humidity forecast.
34
+ * Forecast on grain humidity in the field. If the humidity for a specific day is not specified, then the base crop humidity is used for this.
35
35
  */
36
36
  humidity_forecast?: Array<HumidityForecastElementAgro>;
37
37
  /**
package/model/gate.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
package/model/market.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -24,7 +24,7 @@ export interface OperationTargetAgro {
24
24
  target_key: string;
25
25
  target_type: ObjectTypeAgro;
26
26
  /**
27
- * Target storage key.
27
+ * The key of the object part, if it exists for this operation - [more](#section/Description/Project).
28
28
  */
29
29
  target_detail_key?: string | null;
30
30
  crop_type: CropTypeAgro;
@@ -1,14 +1,14 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
8
8
  * Do not edit the class manually.
9
9
  */
10
10
  /**
11
- * Type of operation: * `HARVEST` - Harvesting crops * `STORE` - Culture storage * `DRY` - Drying culture * `RELOCATE` - Transportation between production facilities * `CONSUMPTION` - Plant crop consumption * `LOAD` - Loading a culture into a storage location * `UNLOAD` - Unload culture from storage location * `SELL` - Selling culture * `BUY` - Buying culture
11
+ * Type of [operation](#section/Description/Project): * `HARVEST` - Harvesting crops * `STORE` - Crop storage * `DRY` - Drying crop * `RELOCATE` - Transportation between production facilities * `CONSUMPTION` - Plant crop consumption * `LOAD` - Loading a crop into a storage location * `UNLOAD` - Unload crop from storage location * `SELL` - Sale of crop from the elevator to the market (under a specific contract) * `BUY` - Buying a crop from the market to the factory (under a specific contract)
12
12
  */
13
13
  export declare enum OperationTypeAgro {
14
14
  HARVEST = "HARVEST",
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -38,7 +38,7 @@ export interface PlanTaskAgro {
38
38
  /**
39
39
  * List of markets.
40
40
  */
41
- markets?: Array<MarketAgro>;
41
+ markets: Array<MarketAgro>;
42
42
  /**
43
43
  * Matrix describing the cost (in kilometers and monetary units) of moving grain between objects (in both directions). If there is no corresponding entry in the matrix between the objects, the movement of grain between them is considered impossible.
44
44
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
package/model/silo.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 6.6.2006
4
+ * The version of the OpenAPI document: 6.8.2055
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.