@veeroute/lss-agro-angular 7.30.3153 → 7.32.3215

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 (156) hide show
  1. package/README.md +3 -3
  2. package/api/planService.d.ts +15 -15
  3. package/api/planServiceInterface.d.ts +13 -13
  4. package/api/systemServiceInterface.d.ts +2 -2
  5. package/api.base.service.d.ts +2 -2
  6. package/esm2022/api/planService.mjs +19 -19
  7. package/esm2022/api/planServiceInterface.mjs +1 -1
  8. package/esm2022/api/systemService.mjs +3 -3
  9. package/esm2022/api/systemServiceInterface.mjs +1 -1
  10. package/esm2022/api.base.service.mjs +3 -3
  11. package/esm2022/model/agro400WithErrorsAndWarnings.mjs +2 -0
  12. package/esm2022/model/agroEntityError.mjs +2 -0
  13. package/esm2022/model/agroEntityErrorType.mjs +23 -0
  14. package/esm2022/model/agroEntityPath.mjs +2 -0
  15. package/esm2022/model/agroEntityType.mjs +31 -0
  16. package/esm2022/model/agroEntityWarning.mjs +2 -0
  17. package/esm2022/model/agroEntityWarningType.mjs +19 -0
  18. package/esm2022/model/agroPlanResult.mjs +2 -0
  19. package/esm2022/model/agroPlanSettings.mjs +2 -0
  20. package/esm2022/model/agroPlanStatistics.mjs +11 -0
  21. package/esm2022/model/agroPlanTask.mjs +2 -0
  22. package/esm2022/model/agroUnplannedItems.mjs +11 -0
  23. package/esm2022/model/agroValidateResult.mjs +2 -0
  24. package/esm2022/model/attribute.mjs +3 -3
  25. package/esm2022/model/bunker.mjs +1 -1
  26. package/esm2022/model/calculationAsyncResult.mjs +1 -1
  27. package/esm2022/model/calculationInfo.mjs +1 -1
  28. package/esm2022/model/calculationSettings.mjs +3 -3
  29. package/esm2022/model/calculationState.mjs +1 -1
  30. package/esm2022/model/calculationStatus.mjs +3 -3
  31. package/esm2022/model/capacityForecastElement.mjs +1 -1
  32. package/esm2022/model/chamber.mjs +1 -1
  33. package/esm2022/model/checkResult.mjs +3 -3
  34. package/esm2022/model/consumer.mjs +1 -1
  35. package/esm2022/model/contract.mjs +1 -1
  36. package/esm2022/model/contractType.mjs +3 -3
  37. package/esm2022/model/costForecastElement.mjs +1 -1
  38. package/esm2022/model/crop.mjs +1 -1
  39. package/esm2022/model/cropType.mjs +3 -3
  40. package/esm2022/model/dateWindow.mjs +3 -3
  41. package/esm2022/model/dryer.mjs +1 -1
  42. package/esm2022/model/elevator.mjs +1 -1
  43. package/esm2022/model/factory.mjs +1 -1
  44. package/esm2022/model/field.mjs +1 -1
  45. package/esm2022/model/flowType.mjs +3 -3
  46. package/esm2022/model/gate.mjs +1 -1
  47. package/esm2022/model/general400.mjs +1 -1
  48. package/esm2022/model/general402.mjs +1 -1
  49. package/esm2022/model/general403.mjs +1 -1
  50. package/esm2022/model/general404.mjs +1 -1
  51. package/esm2022/model/general404Detail.mjs +1 -1
  52. package/esm2022/model/general429.mjs +1 -1
  53. package/esm2022/model/general500.mjs +1 -1
  54. package/esm2022/model/humidityForecastElement.mjs +1 -1
  55. package/esm2022/model/leftover.mjs +3 -3
  56. package/esm2022/model/manufacturingOperation.mjs +1 -1
  57. package/esm2022/model/market.mjs +1 -1
  58. package/esm2022/model/models.mjs +14 -14
  59. package/esm2022/model/movementMatrixElement.mjs +3 -3
  60. package/esm2022/model/objectType.mjs +3 -3
  61. package/esm2022/model/operationMeasurements.mjs +3 -3
  62. package/esm2022/model/operationTarget.mjs +1 -1
  63. package/esm2022/model/operationType.mjs +3 -3
  64. package/esm2022/model/priceForecastElement.mjs +1 -1
  65. package/esm2022/model/pricelist.mjs +1 -1
  66. package/esm2022/model/productivityForecastElement.mjs +1 -1
  67. package/esm2022/model/projectConfiguration.mjs +3 -3
  68. package/esm2022/model/projectSettings.mjs +1 -1
  69. package/esm2022/model/schemaError.mjs +3 -3
  70. package/esm2022/model/service.mjs +3 -3
  71. package/esm2022/model/silo.mjs +1 -1
  72. package/esm2022/model/stockForecastElement.mjs +1 -1
  73. package/esm2022/model/storage.mjs +1 -1
  74. package/esm2022/model/tracedata.mjs +1 -1
  75. package/esm2022/model/versionResult.mjs +3 -3
  76. package/fesm2022/veeroute-lss-agro-angular.mjs +148 -148
  77. package/fesm2022/veeroute-lss-agro-angular.mjs.map +1 -1
  78. package/model/{custom400WithErrorsAndWarnings.d.ts → agro400WithErrorsAndWarnings.d.ts} +7 -7
  79. package/model/{entityError.d.ts → agroEntityError.d.ts} +7 -7
  80. package/model/{entityErrorType.d.ts → agroEntityErrorType.d.ts} +3 -3
  81. package/model/{entityPath.d.ts → agroEntityPath.d.ts} +6 -6
  82. package/model/{entityType.d.ts → agroEntityType.d.ts} +3 -3
  83. package/model/{entityWarning.d.ts → agroEntityWarning.d.ts} +7 -7
  84. package/model/{entityWarningType.d.ts → agroEntityWarningType.d.ts} +3 -3
  85. package/model/{planResult.d.ts → agroPlanResult.d.ts} +9 -9
  86. package/model/{planSettings.d.ts → agroPlanSettings.d.ts} +3 -3
  87. package/model/{planStatistics.d.ts → agroPlanStatistics.d.ts} +3 -3
  88. package/model/{planTask.d.ts → agroPlanTask.d.ts} +5 -5
  89. package/model/{unplannedItems.d.ts → agroUnplannedItems.d.ts} +3 -3
  90. package/model/{validateResult.d.ts → agroValidateResult.d.ts} +5 -5
  91. package/model/attribute.d.ts +2 -2
  92. package/model/bunker.d.ts +2 -2
  93. package/model/calculationAsyncResult.d.ts +2 -2
  94. package/model/calculationInfo.d.ts +2 -2
  95. package/model/calculationSettings.d.ts +2 -2
  96. package/model/calculationState.d.ts +2 -2
  97. package/model/calculationStatus.d.ts +2 -2
  98. package/model/capacityForecastElement.d.ts +2 -2
  99. package/model/chamber.d.ts +2 -2
  100. package/model/checkResult.d.ts +2 -2
  101. package/model/consumer.d.ts +2 -2
  102. package/model/contract.d.ts +2 -2
  103. package/model/contractType.d.ts +2 -2
  104. package/model/costForecastElement.d.ts +2 -2
  105. package/model/crop.d.ts +2 -2
  106. package/model/cropType.d.ts +2 -2
  107. package/model/dateWindow.d.ts +2 -2
  108. package/model/dryer.d.ts +2 -2
  109. package/model/elevator.d.ts +2 -2
  110. package/model/factory.d.ts +5 -5
  111. package/model/field.d.ts +2 -2
  112. package/model/flowType.d.ts +2 -2
  113. package/model/gate.d.ts +2 -2
  114. package/model/general400.d.ts +2 -2
  115. package/model/general402.d.ts +2 -2
  116. package/model/general403.d.ts +2 -2
  117. package/model/general404.d.ts +2 -2
  118. package/model/general404Detail.d.ts +2 -2
  119. package/model/general429.d.ts +2 -2
  120. package/model/general500.d.ts +2 -2
  121. package/model/humidityForecastElement.d.ts +2 -2
  122. package/model/leftover.d.ts +2 -2
  123. package/model/manufacturingOperation.d.ts +2 -2
  124. package/model/market.d.ts +2 -2
  125. package/model/models.d.ts +13 -13
  126. package/model/movementMatrixElement.d.ts +2 -2
  127. package/model/objectType.d.ts +2 -2
  128. package/model/operationMeasurements.d.ts +2 -2
  129. package/model/operationTarget.d.ts +2 -2
  130. package/model/operationType.d.ts +2 -2
  131. package/model/priceForecastElement.d.ts +2 -2
  132. package/model/pricelist.d.ts +2 -2
  133. package/model/productivityForecastElement.d.ts +2 -2
  134. package/model/projectConfiguration.d.ts +2 -2
  135. package/model/projectSettings.d.ts +2 -2
  136. package/model/schemaError.d.ts +2 -2
  137. package/model/service.d.ts +2 -2
  138. package/model/silo.d.ts +2 -2
  139. package/model/stockForecastElement.d.ts +2 -2
  140. package/model/storage.d.ts +2 -2
  141. package/model/tracedata.d.ts +2 -2
  142. package/model/versionResult.d.ts +2 -2
  143. package/package.json +1 -1
  144. package/esm2022/model/custom400WithErrorsAndWarnings.mjs +0 -2
  145. package/esm2022/model/entityError.mjs +0 -2
  146. package/esm2022/model/entityErrorType.mjs +0 -23
  147. package/esm2022/model/entityPath.mjs +0 -2
  148. package/esm2022/model/entityType.mjs +0 -31
  149. package/esm2022/model/entityWarning.mjs +0 -2
  150. package/esm2022/model/entityWarningType.mjs +0 -19
  151. package/esm2022/model/planResult.mjs +0 -2
  152. package/esm2022/model/planSettings.mjs +0 -2
  153. package/esm2022/model/planStatistics.mjs +0 -11
  154. package/esm2022/model/planTask.mjs +0 -2
  155. package/esm2022/model/unplannedItems.mjs +0 -11
  156. package/esm2022/model/validateResult.mjs +0 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # @veeroute/lss-agro-angular@7.30.3153
1
+ # @veeroute/lss-agro-angular@7.32.3215
2
2
 
3
3
  Veeroute Agro API. # Description The service is designed to calculate the work plan of production facilities. ## Objects overview ![objects](../images/agro_objects.svg) ### Field - produces a certain crop of a certain moisture content - products from the field can only be moved to the Elevator or Factory ### Elevator - consists of Gates, Dryers, short-term and long-term storage areas - dries the grain (if the moisture content of the crop is more than acceptable) - stores dry grain in short-term storage places (warehouses), while unloading and loading grain is allowed within one day - stores dry grain in long-term storage places (sleeves, trenches, mounds) - when stored in one storage, only one type of culture can be located - sells surplus grain to the Market - production processes inside the facility: drying, loading / unloading to a storage location, storage ### Factory - consists of Gates, Dryers, Bunkers, Consumers - [if drying is present] dries the grain (if the moisture content of the crop is more than allowed) - stores dry grain in Bunkers (short-term storage tied to a specific crop) - maintains a minimum supply of grain for consumption in the Bunkers - Consumes grain from Bunkers - buys the missing grain from the Market - production processes inside the facility: drying, loading / unloading to a storage location, storage, consumption ### Market - buys grain from elevators - sells grain to factories ## Project The project reflects the planned sequence of operations on agricultural crops, the types of operations are described below. ### HARVEST Crop harvesting: - between production facilities (Field and Elevator or Field) - the operation takes place within one day - on the Field there is a determination of grain moisture | | Object (target_key) | Subobject (target_detail_key) | |-------------|---------------------|-------------------------------| | Source | Field | - | | Destination | Elevator or Factory | Gate | ### DRY Drying culture: - inside the production facility (Elevator or Field) - duration of the operation - days - during the drying process, the mass and type of humidity changes (WET -> DRY) - the source indicates the mass of raw culture - in the appointment, the resulting mass of dry culture is indicated | | Object (target_key) | Subobject (target_detail_key) | |-------------|---------------------|-------------------------------| | Source | Elevator or Factory | Gate | | Destination | Elevator or Factory | Dryer | ### LOAD Loading culture from the Gate to the Storage Location (long-term, short-term, silo): - between parts of one production facility (Elevator or Field) - the operation takes place within one day | | Object (target_key) | Subobject (target_detail_key) | |-------------|---------------------|--------------------------------------------------| | Source | Elevator or Factory | Gate or Dryer | | Destination | Elevator or Factory | Storage location (long-term, short-term, bunker) | ### UNLOAD Unloading the culture from the storage place to the gate: - between parts of one production facility (Elevator) - the operation takes place within one day | | Object (target_key) | Subobject (target_detail_key) | |-------------|---------------------|--------------------------------------------------| | Source | Elevator | Storage location (long-term, short-term, bunker) | | Destination | Elevator | Gate | ### STORE Culture storage: - the operation takes place within one day - storage location does not change | | Object (target_key) | Subobject (target_detail_key) | |-------------|---------------------|--------------------------------------------------| | Source | Elevator or Factory | Storage location (long-term, short-term, bunker) | | Destination | Elevator or Factory | The same storage location | ### RELOCATE Transportation between production facilities: - between production facilities (Elevator and Field) - the operation takes place within one day | | Object (target_key) | Subobject (target_detail_key) | |-------------|---------------------|-------------------------------| | Source | Elevator | Gate | | Destination | Factory | Gate | ### CONSUMPTION Field crop consumption: - between parts of one production facility (Field) - the operation takes place within one day - consumption comes from the Bunker - in addition, we can consume directly from the Gate or Dryer without laying in the Bunker | | Object (target_key) | Subobject (target_detail_key) | |-------------|---------------------|-------------------------------| | Source | Factory | Hopper or Gate or Dryer | | Destination | Factory | Consumer | ### SELL Sale of culture: - between production facilities (Elevator and Market) - the operation takes place within one day | | Object (target_key) | Subobject (target_detail_key) | |-------------|---------------------|-------------------------------| | Source | Elevator | Gate | | Destination | Market | Contract | ### BUY Buying culture: - between production facilities (Market and Factory) - the operation takes place within one day | | Object (target_key) | Subobject (target_detail_key) | |-------------|---------------------|-------------------------------| | Source | Market | Contract | | Destination | Factory | Gate | ## Entity relationship diagram ![erd](../uml/agro.svg)
4
4
 
5
- The version of the OpenAPI document: 7.30.3153
5
+ The version of the OpenAPI document: 7.32.3215
6
6
 
7
7
  ## Building
8
8
 
@@ -24,7 +24,7 @@ Navigate to the folder of your consuming project and run one of next commands.
24
24
  _published:_
25
25
 
26
26
  ```console
27
- npm install @veeroute/lss-agro-angular@7.30.3153 --save
27
+ npm install @veeroute/lss-agro-angular@7.32.3215 --save
28
28
  ```
29
29
 
30
30
  _without publishing (not recommended):_
@@ -1,10 +1,10 @@
1
1
  import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
+ import { AgroPlanResultAgro } from '../model/agroPlanResult';
4
+ import { AgroPlanTaskAgro } from '../model/agroPlanTask';
5
+ import { AgroValidateResultAgro } from '../model/agroValidateResult';
3
6
  import { CalculationAsyncResultAgro } from '../model/calculationAsyncResult';
4
7
  import { CalculationStateAgro } from '../model/calculationState';
5
- import { PlanResultAgro } from '../model/planResult';
6
- import { PlanTaskAgro } from '../model/planTask';
7
- import { ValidateResultAgro } from '../model/validateResult';
8
8
  import { Configuration } from '../configuration';
9
9
  import { BaseService } from '../api.base.service';
10
10
  import { PlanServiceInterface, CancelPlanCalculationRequestParams, DeletePlanResultRequestParams, ReadAlgoDataRequestParams, ReadPlanResultRequestParams, ReadPlanStateRequestParams, RunPlanCalculationRequestParams, RunPlanCalculationAsyncRequestParams, RunPlanClipRequestParams, RunPlanValidationRequestParams } from './planServiceInterface';
@@ -89,17 +89,17 @@ export declare class PlanService extends BaseService implements PlanServiceInter
89
89
  httpHeaderAccept?: 'application/json';
90
90
  context?: HttpContext;
91
91
  transferCache?: boolean;
92
- }): Observable<PlanResultAgro>;
92
+ }): Observable<AgroPlanResultAgro>;
93
93
  readPlanResult(requestParameters: ReadPlanResultRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
94
94
  httpHeaderAccept?: 'application/json';
95
95
  context?: HttpContext;
96
96
  transferCache?: boolean;
97
- }): Observable<HttpResponse<PlanResultAgro>>;
97
+ }): Observable<HttpResponse<AgroPlanResultAgro>>;
98
98
  readPlanResult(requestParameters: ReadPlanResultRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
99
99
  httpHeaderAccept?: 'application/json';
100
100
  context?: HttpContext;
101
101
  transferCache?: boolean;
102
- }): Observable<HttpEvent<PlanResultAgro>>;
102
+ }): Observable<HttpEvent<AgroPlanResultAgro>>;
103
103
  /**
104
104
  * Calculation state
105
105
  * Read calculation state by the calculation identifier.
@@ -133,17 +133,17 @@ export declare class PlanService extends BaseService implements PlanServiceInter
133
133
  httpHeaderAccept?: 'application/json';
134
134
  context?: HttpContext;
135
135
  transferCache?: boolean;
136
- }): Observable<PlanResultAgro>;
136
+ }): Observable<AgroPlanResultAgro>;
137
137
  runPlanCalculation(requestParameters: RunPlanCalculationRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
138
138
  httpHeaderAccept?: 'application/json';
139
139
  context?: HttpContext;
140
140
  transferCache?: boolean;
141
- }): Observable<HttpResponse<PlanResultAgro>>;
141
+ }): Observable<HttpResponse<AgroPlanResultAgro>>;
142
142
  runPlanCalculation(requestParameters: RunPlanCalculationRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
143
143
  httpHeaderAccept?: 'application/json';
144
144
  context?: HttpContext;
145
145
  transferCache?: boolean;
146
- }): Observable<HttpEvent<PlanResultAgro>>;
146
+ }): Observable<HttpEvent<AgroPlanResultAgro>>;
147
147
  /**
148
148
  * Planning (ASYNC)
149
149
  * The result can be obtained using the [result](#operation/read_plan_result) method, removing - with [delete](#operation/delete_plan_result).
@@ -177,17 +177,17 @@ export declare class PlanService extends BaseService implements PlanServiceInter
177
177
  httpHeaderAccept?: 'application/json';
178
178
  context?: HttpContext;
179
179
  transferCache?: boolean;
180
- }): Observable<PlanTaskAgro>;
180
+ }): Observable<AgroPlanTaskAgro>;
181
181
  runPlanClip(requestParameters: RunPlanClipRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
182
182
  httpHeaderAccept?: 'application/json';
183
183
  context?: HttpContext;
184
184
  transferCache?: boolean;
185
- }): Observable<HttpResponse<PlanTaskAgro>>;
185
+ }): Observable<HttpResponse<AgroPlanTaskAgro>>;
186
186
  runPlanClip(requestParameters: RunPlanClipRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
187
187
  httpHeaderAccept?: 'application/json';
188
188
  context?: HttpContext;
189
189
  transferCache?: boolean;
190
- }): Observable<HttpEvent<PlanTaskAgro>>;
190
+ }): Observable<HttpEvent<AgroPlanTaskAgro>>;
191
191
  /**
192
192
  * Data validation
193
193
  * Checking data before planning.
@@ -199,17 +199,17 @@ export declare class PlanService extends BaseService implements PlanServiceInter
199
199
  httpHeaderAccept?: 'application/json';
200
200
  context?: HttpContext;
201
201
  transferCache?: boolean;
202
- }): Observable<ValidateResultAgro>;
202
+ }): Observable<AgroValidateResultAgro>;
203
203
  runPlanValidation(requestParameters: RunPlanValidationRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
204
204
  httpHeaderAccept?: 'application/json';
205
205
  context?: HttpContext;
206
206
  transferCache?: boolean;
207
- }): Observable<HttpResponse<ValidateResultAgro>>;
207
+ }): Observable<HttpResponse<AgroValidateResultAgro>>;
208
208
  runPlanValidation(requestParameters: RunPlanValidationRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
209
209
  httpHeaderAccept?: 'application/json';
210
210
  context?: HttpContext;
211
211
  transferCache?: boolean;
212
- }): Observable<HttpEvent<ValidateResultAgro>>;
212
+ }): Observable<HttpEvent<AgroValidateResultAgro>>;
213
213
  static ɵfac: i0.ɵɵFactoryDeclaration<PlanService, [null, { optional: true; }, { optional: true; }]>;
214
214
  static ɵprov: i0.ɵɵInjectableDeclaration<PlanService>;
215
215
  }
@@ -1,20 +1,20 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 7.30.3153
5
- * Contact: servicedesk@veeroute.com
4
+ * The version of the OpenAPI document: 7.32.3215
5
+ * Contact: support@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
  import { HttpHeaders } from '@angular/common/http';
11
11
  import { Observable } from 'rxjs';
12
+ import { AgroPlanResultAgro } from '../model/models';
13
+ import { AgroPlanTaskAgro } from '../model/models';
14
+ import { AgroValidateResultAgro } from '../model/models';
12
15
  import { CalculationAsyncResultAgro } from '../model/models';
13
16
  import { CalculationStateAgro } from '../model/models';
14
17
  import { FlowTypeAgro } from '../model/models';
15
- import { PlanResultAgro } from '../model/models';
16
- import { PlanTaskAgro } from '../model/models';
17
- import { ValidateResultAgro } from '../model/models';
18
18
  import { Configuration } from '../configuration';
19
19
  export interface CancelPlanCalculationRequestParams {
20
20
  processCode: string;
@@ -33,18 +33,18 @@ export interface ReadPlanStateRequestParams {
33
33
  processCode: string;
34
34
  }
35
35
  export interface RunPlanCalculationRequestParams {
36
- planTaskAgro: PlanTaskAgro;
36
+ agroPlanTaskAgro: AgroPlanTaskAgro;
37
37
  }
38
38
  export interface RunPlanCalculationAsyncRequestParams {
39
- planTaskAgro: PlanTaskAgro;
39
+ agroPlanTaskAgro: AgroPlanTaskAgro;
40
40
  }
41
41
  export interface RunPlanClipRequestParams {
42
42
  clipKey: string;
43
- planTaskAgro: PlanTaskAgro;
43
+ agroPlanTaskAgro: AgroPlanTaskAgro;
44
44
  clipStrategy?: string;
45
45
  }
46
46
  export interface RunPlanValidationRequestParams {
47
- planTaskAgro: PlanTaskAgro;
47
+ agroPlanTaskAgro: AgroPlanTaskAgro;
48
48
  }
49
49
  export interface PlanServiceInterface {
50
50
  defaultHeaders: HttpHeaders;
@@ -72,7 +72,7 @@ export interface PlanServiceInterface {
72
72
  * Getting the result based on the calculation identifier.
73
73
  * @param requestParameters
74
74
  */
75
- readPlanResult(requestParameters: ReadPlanResultRequestParams, extraHttpRequestParams?: any): Observable<PlanResultAgro>;
75
+ readPlanResult(requestParameters: ReadPlanResultRequestParams, extraHttpRequestParams?: any): Observable<AgroPlanResultAgro>;
76
76
  /**
77
77
  * Calculation state
78
78
  * Read calculation state by the calculation identifier.
@@ -84,7 +84,7 @@ export interface PlanServiceInterface {
84
84
  * Production plan calculation.
85
85
  * @param requestParameters
86
86
  */
87
- runPlanCalculation(requestParameters: RunPlanCalculationRequestParams, extraHttpRequestParams?: any): Observable<PlanResultAgro>;
87
+ runPlanCalculation(requestParameters: RunPlanCalculationRequestParams, extraHttpRequestParams?: any): Observable<AgroPlanResultAgro>;
88
88
  /**
89
89
  * Planning (ASYNC)
90
90
  * The result can be obtained using the [result](#operation/read_plan_result) method, removing - with [delete](#operation/delete_plan_result).
@@ -96,11 +96,11 @@ export interface PlanServiceInterface {
96
96
  * Data clipping.
97
97
  * @param requestParameters
98
98
  */
99
- runPlanClip(requestParameters: RunPlanClipRequestParams, extraHttpRequestParams?: any): Observable<PlanTaskAgro>;
99
+ runPlanClip(requestParameters: RunPlanClipRequestParams, extraHttpRequestParams?: any): Observable<AgroPlanTaskAgro>;
100
100
  /**
101
101
  * Data validation
102
102
  * Checking data before planning.
103
103
  * @param requestParameters
104
104
  */
105
- runPlanValidation(requestParameters: RunPlanValidationRequestParams, extraHttpRequestParams?: any): Observable<ValidateResultAgro>;
105
+ runPlanValidation(requestParameters: RunPlanValidationRequestParams, extraHttpRequestParams?: any): Observable<AgroValidateResultAgro>;
106
106
  }
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 7.30.3153
5
- * Contact: servicedesk@veeroute.com
4
+ * The version of the OpenAPI document: 7.32.3215
5
+ * Contact: support@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
8
8
  * Do not edit the class manually.
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * VRt.Agro [AG]
3
3
  *
4
- * The version of the OpenAPI document: 7.30.3153
5
- * Contact: servicedesk@veeroute.com
4
+ * The version of the OpenAPI document: 7.32.3215
5
+ * Contact: support@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
8
8
  * Do not edit the class manually.