@veeroute/lss-agro-angular 6.20.2252 → 7.0.2395
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 +1 -1
- package/api/planService.d.ts +41 -17
- package/api/planServiceInterface.d.ts +13 -13
- package/api/systemService.d.ts +9 -0
- package/api/systemServiceInterface.d.ts +1 -1
- package/cfg/{method_groups.json → process_types.json} +20 -20
- package/esm2022/api/planService.mjs +68 -28
- package/esm2022/api/planServiceInterface.mjs +1 -1
- package/esm2022/api/systemService.mjs +24 -9
- package/esm2022/api/systemServiceInterface.mjs +1 -1
- package/esm2022/api.module.mjs +7 -7
- package/esm2022/configuration.mjs +1 -1
- 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 +3 -3
- 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/custom400WithErrorsAndWarnings.mjs +1 -1
- package/esm2022/model/dateWindow.mjs +2 -2
- package/esm2022/model/dryer.mjs +1 -1
- package/esm2022/model/elevator.mjs +1 -1
- package/esm2022/model/entityError.mjs +1 -1
- package/esm2022/model/entityErrorType.mjs +2 -2
- package/esm2022/model/entityPath.mjs +1 -1
- package/esm2022/model/entityType.mjs +2 -2
- package/esm2022/model/entityWarning.mjs +1 -1
- package/esm2022/model/entityWarningType.mjs +2 -2
- package/esm2022/model/factory.mjs +1 -1
- package/esm2022/model/field.mjs +1 -1
- package/esm2022/model/gate.mjs +1 -1
- package/esm2022/model/general402.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 +2 -0
- package/esm2022/model/market.mjs +1 -1
- package/esm2022/model/models.mjs +3 -4
- 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/planResult.mjs +1 -1
- package/esm2022/model/planSettings.mjs +1 -1
- package/esm2022/model/planStatistics.mjs +2 -2
- package/esm2022/model/planTask.mjs +1 -1
- 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 +24 -0
- 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/unplannedItems.mjs +2 -2
- package/esm2022/model/validateResult.mjs +1 -1
- package/esm2022/model/versionResult.mjs +2 -2
- package/fesm2022/veeroute-lss-agro-angular.mjs +130 -79
- package/fesm2022/veeroute-lss-agro-angular.mjs.map +1 -1
- package/model/attribute.d.ts +1 -1
- package/model/bunker.d.ts +1 -1
- package/model/calculationAsyncResult.d.ts +3 -3
- package/model/calculationInfo.d.ts +1 -1
- package/model/calculationSettings.d.ts +4 -4
- package/model/calculationState.d.ts +3 -3
- package/model/calculationStatus.d.ts +2 -2
- package/model/capacityForecastElement.d.ts +1 -1
- package/model/chamber.d.ts +1 -1
- package/model/checkResult.d.ts +2 -2
- 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/custom400WithErrorsAndWarnings.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/entityError.d.ts +1 -1
- package/model/entityErrorType.d.ts +1 -1
- package/model/entityPath.d.ts +1 -1
- package/model/entityType.d.ts +1 -1
- package/model/entityWarning.d.ts +1 -1
- package/model/entityWarningType.d.ts +1 -1
- package/model/factory.d.ts +1 -1
- package/model/field.d.ts +1 -1
- package/model/gate.d.ts +1 -1
- package/model/general402.d.ts +1 -1
- package/model/general404.d.ts +2 -2
- 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/{operation.d.ts → manufacturingOperation.d.ts} +2 -2
- package/model/market.d.ts +1 -1
- package/model/models.d.ts +2 -3
- 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/planResult.d.ts +5 -5
- package/model/planSettings.d.ts +1 -1
- package/model/planStatistics.d.ts +1 -1
- package/model/planTask.d.ts +5 -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/{serviceName.d.ts → service.d.ts} +3 -7
- 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 +22 -10
- package/model/unplannedItems.d.ts +1 -1
- package/model/validateResult.d.ts +1 -1
- package/model/versionResult.d.ts +1 -1
- package/package.json +3 -3
- package/esm2022/model/general401.mjs +0 -2
- package/esm2022/model/operation.mjs +0 -2
- package/esm2022/model/serviceName.mjs +0 -28
- package/model/general401.d.ts +0 -20
package/README.md
CHANGED
package/api/planService.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { PlanResultAgro } from '../model/planResult';
|
|
|
6
6
|
import { PlanTaskAgro } from '../model/planTask';
|
|
7
7
|
import { ValidateResultAgro } from '../model/validateResult';
|
|
8
8
|
import { Configuration } from '../configuration';
|
|
9
|
-
import { PlanServiceInterface, CancelPlanCalculationRequestParams, DeletePlanResultRequestParams,
|
|
9
|
+
import { PlanServiceInterface, CancelPlanCalculationRequestParams, DeletePlanResultRequestParams, ReadPlanResultRequestParams, ReadPlanStateRequestParams, RunPlanCalculationRequestParams, RunPlanCalculationAsyncRequestParams, RunPlanClipRequestParams, RunPlanValidationRequestParams } from './planServiceInterface';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare class PlanService implements PlanServiceInterface {
|
|
12
12
|
protected httpClient: HttpClient;
|
|
@@ -27,14 +27,17 @@ export declare class PlanService implements PlanServiceInterface {
|
|
|
27
27
|
cancelPlanCalculation(requestParameters: CancelPlanCalculationRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
28
28
|
httpHeaderAccept?: 'application/json';
|
|
29
29
|
context?: HttpContext;
|
|
30
|
+
transferCache?: boolean;
|
|
30
31
|
}): Observable<any>;
|
|
31
32
|
cancelPlanCalculation(requestParameters: CancelPlanCalculationRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
32
33
|
httpHeaderAccept?: 'application/json';
|
|
33
34
|
context?: HttpContext;
|
|
35
|
+
transferCache?: boolean;
|
|
34
36
|
}): Observable<HttpResponse<any>>;
|
|
35
37
|
cancelPlanCalculation(requestParameters: CancelPlanCalculationRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
36
38
|
httpHeaderAccept?: 'application/json';
|
|
37
39
|
context?: HttpContext;
|
|
40
|
+
transferCache?: boolean;
|
|
38
41
|
}): Observable<HttpEvent<any>>;
|
|
39
42
|
/**
|
|
40
43
|
* Result removal
|
|
@@ -46,53 +49,62 @@ export declare class PlanService implements PlanServiceInterface {
|
|
|
46
49
|
deletePlanResult(requestParameters: DeletePlanResultRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
47
50
|
httpHeaderAccept?: 'application/json';
|
|
48
51
|
context?: HttpContext;
|
|
52
|
+
transferCache?: boolean;
|
|
49
53
|
}): Observable<any>;
|
|
50
54
|
deletePlanResult(requestParameters: DeletePlanResultRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
51
55
|
httpHeaderAccept?: 'application/json';
|
|
52
56
|
context?: HttpContext;
|
|
57
|
+
transferCache?: boolean;
|
|
53
58
|
}): Observable<HttpResponse<any>>;
|
|
54
59
|
deletePlanResult(requestParameters: DeletePlanResultRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
55
60
|
httpHeaderAccept?: 'application/json';
|
|
56
61
|
context?: HttpContext;
|
|
62
|
+
transferCache?: boolean;
|
|
57
63
|
}): Observable<HttpEvent<any>>;
|
|
58
64
|
/**
|
|
59
|
-
*
|
|
60
|
-
*
|
|
65
|
+
* Getting the result
|
|
66
|
+
* Getting the result based on the calculation identifier.
|
|
61
67
|
* @param requestParameters
|
|
62
68
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
63
69
|
* @param reportProgress flag to report request and response progress.
|
|
64
70
|
*/
|
|
65
|
-
|
|
71
|
+
readPlanResult(requestParameters: ReadPlanResultRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
66
72
|
httpHeaderAccept?: 'application/json';
|
|
67
73
|
context?: HttpContext;
|
|
68
|
-
|
|
69
|
-
|
|
74
|
+
transferCache?: boolean;
|
|
75
|
+
}): Observable<PlanResultAgro>;
|
|
76
|
+
readPlanResult(requestParameters: ReadPlanResultRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
70
77
|
httpHeaderAccept?: 'application/json';
|
|
71
78
|
context?: HttpContext;
|
|
72
|
-
|
|
73
|
-
|
|
79
|
+
transferCache?: boolean;
|
|
80
|
+
}): Observable<HttpResponse<PlanResultAgro>>;
|
|
81
|
+
readPlanResult(requestParameters: ReadPlanResultRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
74
82
|
httpHeaderAccept?: 'application/json';
|
|
75
83
|
context?: HttpContext;
|
|
76
|
-
|
|
84
|
+
transferCache?: boolean;
|
|
85
|
+
}): Observable<HttpEvent<PlanResultAgro>>;
|
|
77
86
|
/**
|
|
78
|
-
*
|
|
79
|
-
*
|
|
87
|
+
* Calculation state
|
|
88
|
+
* Read calculation state by the calculation identifier.
|
|
80
89
|
* @param requestParameters
|
|
81
90
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
82
91
|
* @param reportProgress flag to report request and response progress.
|
|
83
92
|
*/
|
|
84
|
-
|
|
93
|
+
readPlanState(requestParameters: ReadPlanStateRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
85
94
|
httpHeaderAccept?: 'application/json';
|
|
86
95
|
context?: HttpContext;
|
|
87
|
-
|
|
88
|
-
|
|
96
|
+
transferCache?: boolean;
|
|
97
|
+
}): Observable<CalculationStateAgro>;
|
|
98
|
+
readPlanState(requestParameters: ReadPlanStateRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
89
99
|
httpHeaderAccept?: 'application/json';
|
|
90
100
|
context?: HttpContext;
|
|
91
|
-
|
|
92
|
-
|
|
101
|
+
transferCache?: boolean;
|
|
102
|
+
}): Observable<HttpResponse<CalculationStateAgro>>;
|
|
103
|
+
readPlanState(requestParameters: ReadPlanStateRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
93
104
|
httpHeaderAccept?: 'application/json';
|
|
94
105
|
context?: HttpContext;
|
|
95
|
-
|
|
106
|
+
transferCache?: boolean;
|
|
107
|
+
}): Observable<HttpEvent<CalculationStateAgro>>;
|
|
96
108
|
/**
|
|
97
109
|
* Planning (SYNC)
|
|
98
110
|
* Production plan calculation.
|
|
@@ -103,14 +115,17 @@ export declare class PlanService implements PlanServiceInterface {
|
|
|
103
115
|
runPlanCalculation(requestParameters: RunPlanCalculationRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
104
116
|
httpHeaderAccept?: 'application/json';
|
|
105
117
|
context?: HttpContext;
|
|
118
|
+
transferCache?: boolean;
|
|
106
119
|
}): Observable<PlanResultAgro>;
|
|
107
120
|
runPlanCalculation(requestParameters: RunPlanCalculationRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
108
121
|
httpHeaderAccept?: 'application/json';
|
|
109
122
|
context?: HttpContext;
|
|
123
|
+
transferCache?: boolean;
|
|
110
124
|
}): Observable<HttpResponse<PlanResultAgro>>;
|
|
111
125
|
runPlanCalculation(requestParameters: RunPlanCalculationRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
112
126
|
httpHeaderAccept?: 'application/json';
|
|
113
127
|
context?: HttpContext;
|
|
128
|
+
transferCache?: boolean;
|
|
114
129
|
}): Observable<HttpEvent<PlanResultAgro>>;
|
|
115
130
|
/**
|
|
116
131
|
* Planning (ASYNC)
|
|
@@ -122,14 +137,17 @@ export declare class PlanService implements PlanServiceInterface {
|
|
|
122
137
|
runPlanCalculationAsync(requestParameters: RunPlanCalculationAsyncRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
123
138
|
httpHeaderAccept?: 'application/json';
|
|
124
139
|
context?: HttpContext;
|
|
140
|
+
transferCache?: boolean;
|
|
125
141
|
}): Observable<CalculationAsyncResultAgro>;
|
|
126
142
|
runPlanCalculationAsync(requestParameters: RunPlanCalculationAsyncRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
127
143
|
httpHeaderAccept?: 'application/json';
|
|
128
144
|
context?: HttpContext;
|
|
145
|
+
transferCache?: boolean;
|
|
129
146
|
}): Observable<HttpResponse<CalculationAsyncResultAgro>>;
|
|
130
147
|
runPlanCalculationAsync(requestParameters: RunPlanCalculationAsyncRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
131
148
|
httpHeaderAccept?: 'application/json';
|
|
132
149
|
context?: HttpContext;
|
|
150
|
+
transferCache?: boolean;
|
|
133
151
|
}): Observable<HttpEvent<CalculationAsyncResultAgro>>;
|
|
134
152
|
/**
|
|
135
153
|
* Clipping (SYNC)
|
|
@@ -141,14 +159,17 @@ export declare class PlanService implements PlanServiceInterface {
|
|
|
141
159
|
runPlanClip(requestParameters: RunPlanClipRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
142
160
|
httpHeaderAccept?: 'application/json';
|
|
143
161
|
context?: HttpContext;
|
|
162
|
+
transferCache?: boolean;
|
|
144
163
|
}): Observable<PlanTaskAgro>;
|
|
145
164
|
runPlanClip(requestParameters: RunPlanClipRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
146
165
|
httpHeaderAccept?: 'application/json';
|
|
147
166
|
context?: HttpContext;
|
|
167
|
+
transferCache?: boolean;
|
|
148
168
|
}): Observable<HttpResponse<PlanTaskAgro>>;
|
|
149
169
|
runPlanClip(requestParameters: RunPlanClipRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
150
170
|
httpHeaderAccept?: 'application/json';
|
|
151
171
|
context?: HttpContext;
|
|
172
|
+
transferCache?: boolean;
|
|
152
173
|
}): Observable<HttpEvent<PlanTaskAgro>>;
|
|
153
174
|
/**
|
|
154
175
|
* Data validation
|
|
@@ -160,14 +181,17 @@ export declare class PlanService implements PlanServiceInterface {
|
|
|
160
181
|
runPlanValidation(requestParameters: RunPlanValidationRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
161
182
|
httpHeaderAccept?: 'application/json';
|
|
162
183
|
context?: HttpContext;
|
|
184
|
+
transferCache?: boolean;
|
|
163
185
|
}): Observable<ValidateResultAgro>;
|
|
164
186
|
runPlanValidation(requestParameters: RunPlanValidationRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
165
187
|
httpHeaderAccept?: 'application/json';
|
|
166
188
|
context?: HttpContext;
|
|
189
|
+
transferCache?: boolean;
|
|
167
190
|
}): Observable<HttpResponse<ValidateResultAgro>>;
|
|
168
191
|
runPlanValidation(requestParameters: RunPlanValidationRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
169
192
|
httpHeaderAccept?: 'application/json';
|
|
170
193
|
context?: HttpContext;
|
|
194
|
+
transferCache?: boolean;
|
|
171
195
|
}): Observable<HttpEvent<ValidateResultAgro>>;
|
|
172
196
|
static ɵfac: i0.ɵɵFactoryDeclaration<PlanService, [null, { optional: true; }, { optional: true; }]>;
|
|
173
197
|
static ɵprov: i0.ɵɵInjectableDeclaration<PlanService>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Agro [AG]
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 7.0.2395
|
|
5
5
|
* Contact: servicedesk@veeroute.com
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -16,16 +16,16 @@ import { PlanTaskAgro } from '../model/models';
|
|
|
16
16
|
import { ValidateResultAgro } from '../model/models';
|
|
17
17
|
import { Configuration } from '../configuration';
|
|
18
18
|
export interface CancelPlanCalculationRequestParams {
|
|
19
|
-
|
|
19
|
+
processCode: string;
|
|
20
20
|
}
|
|
21
21
|
export interface DeletePlanResultRequestParams {
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
export interface ReadPlanCalculationStateRequestParams {
|
|
25
|
-
id: string;
|
|
22
|
+
processCode: string;
|
|
26
23
|
}
|
|
27
24
|
export interface ReadPlanResultRequestParams {
|
|
28
|
-
|
|
25
|
+
processCode: string;
|
|
26
|
+
}
|
|
27
|
+
export interface ReadPlanStateRequestParams {
|
|
28
|
+
processCode: string;
|
|
29
29
|
}
|
|
30
30
|
export interface RunPlanCalculationRequestParams {
|
|
31
31
|
planTaskAgro: PlanTaskAgro;
|
|
@@ -56,18 +56,18 @@ export interface PlanServiceInterface {
|
|
|
56
56
|
* @param requestParameters
|
|
57
57
|
*/
|
|
58
58
|
deletePlanResult(requestParameters: DeletePlanResultRequestParams, extraHttpRequestParams?: any): Observable<{}>;
|
|
59
|
-
/**
|
|
60
|
-
* Calculation state
|
|
61
|
-
* Read calculation state by the calculation identifier.
|
|
62
|
-
* @param requestParameters
|
|
63
|
-
*/
|
|
64
|
-
readPlanCalculationState(requestParameters: ReadPlanCalculationStateRequestParams, extraHttpRequestParams?: any): Observable<CalculationStateAgro>;
|
|
65
59
|
/**
|
|
66
60
|
* Getting the result
|
|
67
61
|
* Getting the result based on the calculation identifier.
|
|
68
62
|
* @param requestParameters
|
|
69
63
|
*/
|
|
70
64
|
readPlanResult(requestParameters: ReadPlanResultRequestParams, extraHttpRequestParams?: any): Observable<PlanResultAgro>;
|
|
65
|
+
/**
|
|
66
|
+
* Calculation state
|
|
67
|
+
* Read calculation state by the calculation identifier.
|
|
68
|
+
* @param requestParameters
|
|
69
|
+
*/
|
|
70
|
+
readPlanState(requestParameters: ReadPlanStateRequestParams, extraHttpRequestParams?: any): Observable<CalculationStateAgro>;
|
|
71
71
|
/**
|
|
72
72
|
* Planning (SYNC)
|
|
73
73
|
* Production plan calculation.
|
package/api/systemService.d.ts
CHANGED
|
@@ -23,14 +23,17 @@ export declare class SystemService implements SystemServiceInterface {
|
|
|
23
23
|
check(observe?: 'body', reportProgress?: boolean, options?: {
|
|
24
24
|
httpHeaderAccept?: 'application/json';
|
|
25
25
|
context?: HttpContext;
|
|
26
|
+
transferCache?: boolean;
|
|
26
27
|
}): Observable<CheckResultAgro>;
|
|
27
28
|
check(observe?: 'response', reportProgress?: boolean, options?: {
|
|
28
29
|
httpHeaderAccept?: 'application/json';
|
|
29
30
|
context?: HttpContext;
|
|
31
|
+
transferCache?: boolean;
|
|
30
32
|
}): Observable<HttpResponse<CheckResultAgro>>;
|
|
31
33
|
check(observe?: 'events', reportProgress?: boolean, options?: {
|
|
32
34
|
httpHeaderAccept?: 'application/json';
|
|
33
35
|
context?: HttpContext;
|
|
36
|
+
transferCache?: boolean;
|
|
34
37
|
}): Observable<HttpEvent<CheckResultAgro>>;
|
|
35
38
|
/**
|
|
36
39
|
* Getting the documentation
|
|
@@ -42,14 +45,17 @@ export declare class SystemService implements SystemServiceInterface {
|
|
|
42
45
|
file(requestParameters: FileRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
|
|
43
46
|
httpHeaderAccept?: 'text/html' | 'text/plain' | 'application/json';
|
|
44
47
|
context?: HttpContext;
|
|
48
|
+
transferCache?: boolean;
|
|
45
49
|
}): Observable<string>;
|
|
46
50
|
file(requestParameters: FileRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
|
|
47
51
|
httpHeaderAccept?: 'text/html' | 'text/plain' | 'application/json';
|
|
48
52
|
context?: HttpContext;
|
|
53
|
+
transferCache?: boolean;
|
|
49
54
|
}): Observable<HttpResponse<string>>;
|
|
50
55
|
file(requestParameters: FileRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
|
|
51
56
|
httpHeaderAccept?: 'text/html' | 'text/plain' | 'application/json';
|
|
52
57
|
context?: HttpContext;
|
|
58
|
+
transferCache?: boolean;
|
|
53
59
|
}): Observable<HttpEvent<string>>;
|
|
54
60
|
/**
|
|
55
61
|
* Getting the service version
|
|
@@ -60,14 +66,17 @@ export declare class SystemService implements SystemServiceInterface {
|
|
|
60
66
|
version(observe?: 'body', reportProgress?: boolean, options?: {
|
|
61
67
|
httpHeaderAccept?: 'application/json';
|
|
62
68
|
context?: HttpContext;
|
|
69
|
+
transferCache?: boolean;
|
|
63
70
|
}): Observable<VersionResultAgro>;
|
|
64
71
|
version(observe?: 'response', reportProgress?: boolean, options?: {
|
|
65
72
|
httpHeaderAccept?: 'application/json';
|
|
66
73
|
context?: HttpContext;
|
|
74
|
+
transferCache?: boolean;
|
|
67
75
|
}): Observable<HttpResponse<VersionResultAgro>>;
|
|
68
76
|
version(observe?: 'events', reportProgress?: boolean, options?: {
|
|
69
77
|
httpHeaderAccept?: 'application/json';
|
|
70
78
|
context?: HttpContext;
|
|
79
|
+
transferCache?: boolean;
|
|
71
80
|
}): Observable<HttpEvent<VersionResultAgro>>;
|
|
72
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<SystemService, [null, { optional: true; }, { optional: true; }]>;
|
|
73
82
|
static ɵprov: i0.ɵɵInjectableDeclaration<SystemService>;
|
|
@@ -4,67 +4,67 @@
|
|
|
4
4
|
"method": "POST",
|
|
5
5
|
"uri": "/agro/plan/calculation",
|
|
6
6
|
"operation_id": "run_plan_calculation",
|
|
7
|
-
"
|
|
7
|
+
"type": "PLAN"
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
10
|
"method": "POST",
|
|
11
|
-
"uri": "/agro/plan/
|
|
11
|
+
"uri": "/agro/plan/calculation-async",
|
|
12
12
|
"operation_id": "run_plan_calculation_async",
|
|
13
|
-
"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"method": "GET",
|
|
17
|
-
"uri": "/agro/plan/calculation_async/{id}",
|
|
18
|
-
"operation_id": "read_plan_calculation_state",
|
|
19
|
-
"group": "TRACE"
|
|
13
|
+
"type": "PLAN"
|
|
20
14
|
},
|
|
21
15
|
{
|
|
22
16
|
"method": "DELETE",
|
|
23
|
-
"uri": "/agro/plan/
|
|
17
|
+
"uri": "/agro/plan/calculation-async/{process_code}",
|
|
24
18
|
"operation_id": "cancel_plan_calculation",
|
|
25
|
-
"
|
|
19
|
+
"type": "TRACE"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"method": "GET",
|
|
23
|
+
"uri": "/agro/plan/state/{process_code}",
|
|
24
|
+
"operation_id": "read_plan_state",
|
|
25
|
+
"type": "NOTRACE"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"method": "GET",
|
|
29
|
-
"uri": "/agro/plan/result/{
|
|
29
|
+
"uri": "/agro/plan/result/{process_code}",
|
|
30
30
|
"operation_id": "read_plan_result",
|
|
31
|
-
"
|
|
31
|
+
"type": "TRACE"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"method": "DELETE",
|
|
35
|
-
"uri": "/agro/plan/result/{
|
|
35
|
+
"uri": "/agro/plan/result/{process_code}",
|
|
36
36
|
"operation_id": "delete_plan_result",
|
|
37
|
-
"
|
|
37
|
+
"type": "TRACE"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
"method": "POST",
|
|
41
41
|
"uri": "/agro/plan/validation",
|
|
42
42
|
"operation_id": "run_plan_validation",
|
|
43
|
-
"
|
|
43
|
+
"type": "VALIDATE"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"method": "POST",
|
|
47
47
|
"uri": "/agro/plan/clip/{clip_key}",
|
|
48
48
|
"operation_id": "run_plan_clip",
|
|
49
|
-
"
|
|
49
|
+
"type": "NOTRACE"
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
"method": "GET",
|
|
53
53
|
"uri": "/agro/system/check",
|
|
54
54
|
"operation_id": "check",
|
|
55
|
-
"
|
|
55
|
+
"type": "NOTRACE"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"method": "GET",
|
|
59
59
|
"uri": "/agro/system/version",
|
|
60
60
|
"operation_id": "version",
|
|
61
|
-
"
|
|
61
|
+
"type": "NOTRACE"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"method": "GET",
|
|
65
65
|
"uri": "/agro/file/{filename}",
|
|
66
66
|
"operation_id": "file",
|
|
67
|
-
"
|
|
67
|
+
"type": "NOTRACE"
|
|
68
68
|
}
|
|
69
69
|
]
|
|
70
70
|
}
|