@veeroute/lss-agro-angular 7.30.3153 → 7.31.3182
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.
- package/README.md +3 -3
- package/api/planService.d.ts +15 -15
- package/api/planServiceInterface.d.ts +12 -12
- package/api/systemServiceInterface.d.ts +1 -1
- package/api.base.service.d.ts +1 -1
- package/esm2022/api/planService.mjs +18 -18
- package/esm2022/api/planServiceInterface.mjs +1 -1
- package/esm2022/api/systemService.mjs +2 -2
- package/esm2022/api/systemServiceInterface.mjs +1 -1
- package/esm2022/api.base.service.mjs +2 -2
- package/esm2022/model/agro400WithErrorsAndWarnings.mjs +2 -0
- package/esm2022/model/agroEntityError.mjs +2 -0
- package/esm2022/model/agroEntityErrorType.mjs +23 -0
- package/esm2022/model/agroEntityPath.mjs +2 -0
- package/esm2022/model/agroEntityType.mjs +31 -0
- package/esm2022/model/agroEntityWarning.mjs +2 -0
- package/esm2022/model/agroEntityWarningType.mjs +19 -0
- package/esm2022/model/agroPlanResult.mjs +2 -0
- package/esm2022/model/agroPlanSettings.mjs +2 -0
- package/esm2022/model/agroPlanStatistics.mjs +11 -0
- package/esm2022/model/agroPlanTask.mjs +2 -0
- package/esm2022/model/agroUnplannedItems.mjs +11 -0
- package/esm2022/model/agroValidateResult.mjs +2 -0
- package/esm2022/model/attribute.mjs +2 -2
- package/esm2022/model/bunker.mjs +1 -1
- package/esm2022/model/calculationAsyncResult.mjs +1 -1
- package/esm2022/model/calculationInfo.mjs +1 -1
- package/esm2022/model/calculationSettings.mjs +2 -2
- package/esm2022/model/calculationState.mjs +1 -1
- package/esm2022/model/calculationStatus.mjs +2 -2
- package/esm2022/model/capacityForecastElement.mjs +1 -1
- package/esm2022/model/chamber.mjs +1 -1
- package/esm2022/model/checkResult.mjs +2 -2
- package/esm2022/model/consumer.mjs +1 -1
- package/esm2022/model/contract.mjs +1 -1
- package/esm2022/model/contractType.mjs +2 -2
- package/esm2022/model/costForecastElement.mjs +1 -1
- package/esm2022/model/crop.mjs +1 -1
- package/esm2022/model/cropType.mjs +2 -2
- package/esm2022/model/dateWindow.mjs +2 -2
- package/esm2022/model/dryer.mjs +1 -1
- package/esm2022/model/elevator.mjs +1 -1
- package/esm2022/model/factory.mjs +1 -1
- package/esm2022/model/field.mjs +1 -1
- package/esm2022/model/flowType.mjs +2 -2
- package/esm2022/model/gate.mjs +1 -1
- package/esm2022/model/general400.mjs +1 -1
- package/esm2022/model/general402.mjs +1 -1
- package/esm2022/model/general403.mjs +1 -1
- package/esm2022/model/general404.mjs +1 -1
- package/esm2022/model/general404Detail.mjs +1 -1
- package/esm2022/model/general429.mjs +1 -1
- package/esm2022/model/general500.mjs +1 -1
- package/esm2022/model/humidityForecastElement.mjs +1 -1
- package/esm2022/model/leftover.mjs +2 -2
- package/esm2022/model/manufacturingOperation.mjs +1 -1
- package/esm2022/model/market.mjs +1 -1
- package/esm2022/model/models.mjs +14 -14
- package/esm2022/model/movementMatrixElement.mjs +2 -2
- package/esm2022/model/objectType.mjs +2 -2
- package/esm2022/model/operationMeasurements.mjs +2 -2
- package/esm2022/model/operationTarget.mjs +1 -1
- package/esm2022/model/operationType.mjs +2 -2
- package/esm2022/model/priceForecastElement.mjs +1 -1
- package/esm2022/model/pricelist.mjs +1 -1
- package/esm2022/model/productivityForecastElement.mjs +1 -1
- package/esm2022/model/projectConfiguration.mjs +2 -2
- package/esm2022/model/projectSettings.mjs +1 -1
- package/esm2022/model/schemaError.mjs +2 -2
- package/esm2022/model/service.mjs +2 -2
- package/esm2022/model/silo.mjs +1 -1
- package/esm2022/model/stockForecastElement.mjs +1 -1
- package/esm2022/model/storage.mjs +1 -1
- package/esm2022/model/tracedata.mjs +1 -1
- package/esm2022/model/versionResult.mjs +2 -2
- package/fesm2022/veeroute-lss-agro-angular.mjs +125 -125
- package/fesm2022/veeroute-lss-agro-angular.mjs.map +1 -1
- package/model/{custom400WithErrorsAndWarnings.d.ts → agro400WithErrorsAndWarnings.d.ts} +6 -6
- package/model/{entityError.d.ts → agroEntityError.d.ts} +6 -6
- package/model/{entityErrorType.d.ts → agroEntityErrorType.d.ts} +2 -2
- package/model/{entityPath.d.ts → agroEntityPath.d.ts} +5 -5
- package/model/{entityType.d.ts → agroEntityType.d.ts} +2 -2
- package/model/{entityWarning.d.ts → agroEntityWarning.d.ts} +6 -6
- package/model/{entityWarningType.d.ts → agroEntityWarningType.d.ts} +2 -2
- package/model/{planResult.d.ts → agroPlanResult.d.ts} +8 -8
- package/model/{planSettings.d.ts → agroPlanSettings.d.ts} +2 -2
- package/model/{planStatistics.d.ts → agroPlanStatistics.d.ts} +2 -2
- package/model/{planTask.d.ts → agroPlanTask.d.ts} +4 -4
- package/model/{unplannedItems.d.ts → agroUnplannedItems.d.ts} +2 -2
- package/model/{validateResult.d.ts → agroValidateResult.d.ts} +4 -4
- package/model/attribute.d.ts +1 -1
- package/model/bunker.d.ts +1 -1
- package/model/calculationAsyncResult.d.ts +1 -1
- package/model/calculationInfo.d.ts +1 -1
- package/model/calculationSettings.d.ts +1 -1
- package/model/calculationState.d.ts +1 -1
- package/model/calculationStatus.d.ts +1 -1
- package/model/capacityForecastElement.d.ts +1 -1
- package/model/chamber.d.ts +1 -1
- package/model/checkResult.d.ts +1 -1
- package/model/consumer.d.ts +1 -1
- package/model/contract.d.ts +1 -1
- package/model/contractType.d.ts +1 -1
- package/model/costForecastElement.d.ts +1 -1
- package/model/crop.d.ts +1 -1
- package/model/cropType.d.ts +1 -1
- package/model/dateWindow.d.ts +1 -1
- package/model/dryer.d.ts +1 -1
- package/model/elevator.d.ts +1 -1
- package/model/factory.d.ts +4 -4
- package/model/field.d.ts +1 -1
- package/model/flowType.d.ts +1 -1
- package/model/gate.d.ts +1 -1
- package/model/general400.d.ts +1 -1
- package/model/general402.d.ts +1 -1
- package/model/general403.d.ts +1 -1
- package/model/general404.d.ts +1 -1
- package/model/general404Detail.d.ts +1 -1
- package/model/general429.d.ts +1 -1
- package/model/general500.d.ts +1 -1
- package/model/humidityForecastElement.d.ts +1 -1
- package/model/leftover.d.ts +1 -1
- package/model/manufacturingOperation.d.ts +1 -1
- package/model/market.d.ts +1 -1
- package/model/models.d.ts +13 -13
- package/model/movementMatrixElement.d.ts +1 -1
- package/model/objectType.d.ts +1 -1
- package/model/operationMeasurements.d.ts +1 -1
- package/model/operationTarget.d.ts +1 -1
- package/model/operationType.d.ts +1 -1
- package/model/priceForecastElement.d.ts +1 -1
- package/model/pricelist.d.ts +1 -1
- package/model/productivityForecastElement.d.ts +1 -1
- package/model/projectConfiguration.d.ts +1 -1
- package/model/projectSettings.d.ts +1 -1
- package/model/schemaError.d.ts +1 -1
- package/model/service.d.ts +1 -1
- package/model/silo.d.ts +1 -1
- package/model/stockForecastElement.d.ts +1 -1
- package/model/storage.d.ts +1 -1
- package/model/tracedata.d.ts +1 -1
- package/model/versionResult.d.ts +1 -1
- package/package.json +1 -1
- package/esm2022/model/custom400WithErrorsAndWarnings.mjs +0 -2
- package/esm2022/model/entityError.mjs +0 -2
- package/esm2022/model/entityErrorType.mjs +0 -23
- package/esm2022/model/entityPath.mjs +0 -2
- package/esm2022/model/entityType.mjs +0 -31
- package/esm2022/model/entityWarning.mjs +0 -2
- package/esm2022/model/entityWarningType.mjs +0 -19
- package/esm2022/model/planResult.mjs +0 -2
- package/esm2022/model/planSettings.mjs +0 -2
- package/esm2022/model/planStatistics.mjs +0 -11
- package/esm2022/model/planTask.mjs +0 -2
- package/esm2022/model/unplannedItems.mjs +0 -11
- package/esm2022/model/validateResult.mjs +0 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# @veeroute/lss-agro-angular@7.
|
|
1
|
+
# @veeroute/lss-agro-angular@7.31.3182
|
|
2
2
|
|
|
3
3
|
Veeroute Agro API. # Description The service is designed to calculate the work plan of production facilities. ## Objects overview  ### 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 
|
|
4
4
|
|
|
5
|
-
The version of the OpenAPI document: 7.
|
|
5
|
+
The version of the OpenAPI document: 7.31.3182
|
|
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.
|
|
27
|
+
npm install @veeroute/lss-agro-angular@7.31.3182 --save
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
_without publishing (not recommended):_
|
package/api/planService.d.ts
CHANGED
|
@@ -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<
|
|
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<
|
|
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<
|
|
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<
|
|
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<
|
|
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<
|
|
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<
|
|
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<
|
|
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<
|
|
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<
|
|
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<
|
|
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<
|
|
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,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Agro [AG]
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 7.
|
|
4
|
+
* The version of the OpenAPI document: 7.31.3182
|
|
5
5
|
* Contact: servicedesk@veeroute.com
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9,12 +9,12 @@
|
|
|
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
|
-
|
|
36
|
+
agroPlanTaskAgro: AgroPlanTaskAgro;
|
|
37
37
|
}
|
|
38
38
|
export interface RunPlanCalculationAsyncRequestParams {
|
|
39
|
-
|
|
39
|
+
agroPlanTaskAgro: AgroPlanTaskAgro;
|
|
40
40
|
}
|
|
41
41
|
export interface RunPlanClipRequestParams {
|
|
42
42
|
clipKey: string;
|
|
43
|
-
|
|
43
|
+
agroPlanTaskAgro: AgroPlanTaskAgro;
|
|
44
44
|
clipStrategy?: string;
|
|
45
45
|
}
|
|
46
46
|
export interface RunPlanValidationRequestParams {
|
|
47
|
-
|
|
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<
|
|
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<
|
|
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<
|
|
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<
|
|
105
|
+
runPlanValidation(requestParameters: RunPlanValidationRequestParams, extraHttpRequestParams?: any): Observable<AgroValidateResultAgro>;
|
|
106
106
|
}
|
package/api.base.service.d.ts
CHANGED