@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.
- package/README.md +3 -3
- package/api/planService.d.ts +15 -15
- package/api/planServiceInterface.d.ts +13 -13
- package/api/systemServiceInterface.d.ts +2 -2
- package/api.base.service.d.ts +2 -2
- package/esm2022/api/planService.mjs +19 -19
- package/esm2022/api/planServiceInterface.mjs +1 -1
- package/esm2022/api/systemService.mjs +3 -3
- package/esm2022/api/systemServiceInterface.mjs +1 -1
- package/esm2022/api.base.service.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/esm2022/model/consumer.mjs +1 -1
- package/esm2022/model/contract.mjs +1 -1
- package/esm2022/model/contractType.mjs +3 -3
- package/esm2022/model/costForecastElement.mjs +1 -1
- package/esm2022/model/crop.mjs +1 -1
- package/esm2022/model/cropType.mjs +3 -3
- package/esm2022/model/dateWindow.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/esm2022/model/objectType.mjs +3 -3
- package/esm2022/model/operationMeasurements.mjs +3 -3
- package/esm2022/model/operationTarget.mjs +1 -1
- package/esm2022/model/operationType.mjs +3 -3
- 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 +3 -3
- package/esm2022/model/projectSettings.mjs +1 -1
- package/esm2022/model/schemaError.mjs +3 -3
- package/esm2022/model/service.mjs +3 -3
- 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 +3 -3
- package/fesm2022/veeroute-lss-agro-angular.mjs +148 -148
- package/fesm2022/veeroute-lss-agro-angular.mjs.map +1 -1
- package/model/{custom400WithErrorsAndWarnings.d.ts → agro400WithErrorsAndWarnings.d.ts} +7 -7
- package/model/{entityError.d.ts → agroEntityError.d.ts} +7 -7
- package/model/{entityErrorType.d.ts → agroEntityErrorType.d.ts} +3 -3
- package/model/{entityPath.d.ts → agroEntityPath.d.ts} +6 -6
- package/model/{entityType.d.ts → agroEntityType.d.ts} +3 -3
- package/model/{entityWarning.d.ts → agroEntityWarning.d.ts} +7 -7
- package/model/{entityWarningType.d.ts → agroEntityWarningType.d.ts} +3 -3
- package/model/{planResult.d.ts → agroPlanResult.d.ts} +9 -9
- package/model/{planSettings.d.ts → agroPlanSettings.d.ts} +3 -3
- package/model/{planStatistics.d.ts → agroPlanStatistics.d.ts} +3 -3
- package/model/{planTask.d.ts → agroPlanTask.d.ts} +5 -5
- package/model/{unplannedItems.d.ts → agroUnplannedItems.d.ts} +3 -3
- package/model/{validateResult.d.ts → agroValidateResult.d.ts} +5 -5
- package/model/attribute.d.ts +2 -2
- package/model/bunker.d.ts +2 -2
- package/model/calculationAsyncResult.d.ts +2 -2
- package/model/calculationInfo.d.ts +2 -2
- package/model/calculationSettings.d.ts +2 -2
- package/model/calculationState.d.ts +2 -2
- package/model/calculationStatus.d.ts +2 -2
- package/model/capacityForecastElement.d.ts +2 -2
- package/model/chamber.d.ts +2 -2
- package/model/checkResult.d.ts +2 -2
- package/model/consumer.d.ts +2 -2
- package/model/contract.d.ts +2 -2
- package/model/contractType.d.ts +2 -2
- package/model/costForecastElement.d.ts +2 -2
- package/model/crop.d.ts +2 -2
- package/model/cropType.d.ts +2 -2
- package/model/dateWindow.d.ts +2 -2
- package/model/dryer.d.ts +2 -2
- package/model/elevator.d.ts +2 -2
- package/model/factory.d.ts +5 -5
- package/model/field.d.ts +2 -2
- package/model/flowType.d.ts +2 -2
- package/model/gate.d.ts +2 -2
- package/model/general400.d.ts +2 -2
- package/model/general402.d.ts +2 -2
- package/model/general403.d.ts +2 -2
- package/model/general404.d.ts +2 -2
- package/model/general404Detail.d.ts +2 -2
- package/model/general429.d.ts +2 -2
- package/model/general500.d.ts +2 -2
- package/model/humidityForecastElement.d.ts +2 -2
- package/model/leftover.d.ts +2 -2
- package/model/manufacturingOperation.d.ts +2 -2
- package/model/market.d.ts +2 -2
- package/model/models.d.ts +13 -13
- package/model/movementMatrixElement.d.ts +2 -2
- package/model/objectType.d.ts +2 -2
- package/model/operationMeasurements.d.ts +2 -2
- package/model/operationTarget.d.ts +2 -2
- package/model/operationType.d.ts +2 -2
- package/model/priceForecastElement.d.ts +2 -2
- package/model/pricelist.d.ts +2 -2
- package/model/productivityForecastElement.d.ts +2 -2
- package/model/projectConfiguration.d.ts +2 -2
- package/model/projectSettings.d.ts +2 -2
- package/model/schemaError.d.ts +2 -2
- package/model/service.d.ts +2 -2
- package/model/silo.d.ts +2 -2
- package/model/stockForecastElement.d.ts +2 -2
- package/model/storage.d.ts +2 -2
- package/model/tracedata.d.ts +2 -2
- package/model/versionResult.d.ts +2 -2
- 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
|
@@ -178,8 +178,8 @@ class Configuration {
|
|
|
178
178
|
/**
|
|
179
179
|
* VRt.Agro [AG]
|
|
180
180
|
*
|
|
181
|
-
* The version of the OpenAPI document: 7.
|
|
182
|
-
* Contact:
|
|
181
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
182
|
+
* Contact: support@veeroute.com
|
|
183
183
|
*
|
|
184
184
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
185
185
|
* Do not edit the class manually.
|
|
@@ -254,8 +254,8 @@ class BaseService {
|
|
|
254
254
|
/**
|
|
255
255
|
* VRt.Agro [AG]
|
|
256
256
|
*
|
|
257
|
-
* The version of the OpenAPI document: 7.
|
|
258
|
-
* Contact:
|
|
257
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
258
|
+
* Contact: support@veeroute.com
|
|
259
259
|
*
|
|
260
260
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
261
261
|
* Do not edit the class manually.
|
|
@@ -473,9 +473,9 @@ class PlanService extends BaseService {
|
|
|
473
473
|
});
|
|
474
474
|
}
|
|
475
475
|
runPlanCalculation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
476
|
-
const
|
|
477
|
-
if (
|
|
478
|
-
throw new Error('Required parameter
|
|
476
|
+
const agroPlanTaskAgro = requestParameters?.agroPlanTaskAgro;
|
|
477
|
+
if (agroPlanTaskAgro === null || agroPlanTaskAgro === undefined) {
|
|
478
|
+
throw new Error('Required parameter agroPlanTaskAgro was null or undefined when calling runPlanCalculation.');
|
|
479
479
|
}
|
|
480
480
|
let localVarHeaders = this.defaultHeaders;
|
|
481
481
|
// authentication (ApiKeyAuth) required
|
|
@@ -512,7 +512,7 @@ class PlanService extends BaseService {
|
|
|
512
512
|
const { basePath, withCredentials } = this.configuration;
|
|
513
513
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
514
514
|
context: localVarHttpContext,
|
|
515
|
-
body:
|
|
515
|
+
body: agroPlanTaskAgro,
|
|
516
516
|
responseType: responseType_,
|
|
517
517
|
...(withCredentials ? { withCredentials } : {}),
|
|
518
518
|
headers: localVarHeaders,
|
|
@@ -522,9 +522,9 @@ class PlanService extends BaseService {
|
|
|
522
522
|
});
|
|
523
523
|
}
|
|
524
524
|
runPlanCalculationAsync(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
525
|
-
const
|
|
526
|
-
if (
|
|
527
|
-
throw new Error('Required parameter
|
|
525
|
+
const agroPlanTaskAgro = requestParameters?.agroPlanTaskAgro;
|
|
526
|
+
if (agroPlanTaskAgro === null || agroPlanTaskAgro === undefined) {
|
|
527
|
+
throw new Error('Required parameter agroPlanTaskAgro was null or undefined when calling runPlanCalculationAsync.');
|
|
528
528
|
}
|
|
529
529
|
let localVarHeaders = this.defaultHeaders;
|
|
530
530
|
// authentication (ApiKeyAuth) required
|
|
@@ -561,7 +561,7 @@ class PlanService extends BaseService {
|
|
|
561
561
|
const { basePath, withCredentials } = this.configuration;
|
|
562
562
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
563
563
|
context: localVarHttpContext,
|
|
564
|
-
body:
|
|
564
|
+
body: agroPlanTaskAgro,
|
|
565
565
|
responseType: responseType_,
|
|
566
566
|
...(withCredentials ? { withCredentials } : {}),
|
|
567
567
|
headers: localVarHeaders,
|
|
@@ -575,9 +575,9 @@ class PlanService extends BaseService {
|
|
|
575
575
|
if (clipKey === null || clipKey === undefined) {
|
|
576
576
|
throw new Error('Required parameter clipKey was null or undefined when calling runPlanClip.');
|
|
577
577
|
}
|
|
578
|
-
const
|
|
579
|
-
if (
|
|
580
|
-
throw new Error('Required parameter
|
|
578
|
+
const agroPlanTaskAgro = requestParameters?.agroPlanTaskAgro;
|
|
579
|
+
if (agroPlanTaskAgro === null || agroPlanTaskAgro === undefined) {
|
|
580
|
+
throw new Error('Required parameter agroPlanTaskAgro was null or undefined when calling runPlanClip.');
|
|
581
581
|
}
|
|
582
582
|
const clipStrategy = requestParameters?.clipStrategy;
|
|
583
583
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
@@ -617,7 +617,7 @@ class PlanService extends BaseService {
|
|
|
617
617
|
const { basePath, withCredentials } = this.configuration;
|
|
618
618
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
619
619
|
context: localVarHttpContext,
|
|
620
|
-
body:
|
|
620
|
+
body: agroPlanTaskAgro,
|
|
621
621
|
params: localVarQueryParameters,
|
|
622
622
|
responseType: responseType_,
|
|
623
623
|
...(withCredentials ? { withCredentials } : {}),
|
|
@@ -628,9 +628,9 @@ class PlanService extends BaseService {
|
|
|
628
628
|
});
|
|
629
629
|
}
|
|
630
630
|
runPlanValidation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
631
|
-
const
|
|
632
|
-
if (
|
|
633
|
-
throw new Error('Required parameter
|
|
631
|
+
const agroPlanTaskAgro = requestParameters?.agroPlanTaskAgro;
|
|
632
|
+
if (agroPlanTaskAgro === null || agroPlanTaskAgro === undefined) {
|
|
633
|
+
throw new Error('Required parameter agroPlanTaskAgro was null or undefined when calling runPlanValidation.');
|
|
634
634
|
}
|
|
635
635
|
let localVarHeaders = this.defaultHeaders;
|
|
636
636
|
// authentication (ApiKeyAuth) required
|
|
@@ -667,7 +667,7 @@ class PlanService extends BaseService {
|
|
|
667
667
|
const { basePath, withCredentials } = this.configuration;
|
|
668
668
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
669
669
|
context: localVarHttpContext,
|
|
670
|
-
body:
|
|
670
|
+
body: agroPlanTaskAgro,
|
|
671
671
|
responseType: responseType_,
|
|
672
672
|
...(withCredentials ? { withCredentials } : {}),
|
|
673
673
|
headers: localVarHeaders,
|
|
@@ -696,8 +696,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
696
696
|
/**
|
|
697
697
|
* VRt.Agro [AG]
|
|
698
698
|
*
|
|
699
|
-
* The version of the OpenAPI document: 7.
|
|
700
|
-
* Contact:
|
|
699
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
700
|
+
* Contact: support@veeroute.com
|
|
701
701
|
*
|
|
702
702
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
703
703
|
* Do not edit the class manually.
|
|
@@ -839,52 +839,81 @@ const APIS = [PlanService, SystemService];
|
|
|
839
839
|
/**
|
|
840
840
|
* VRt.Agro [AG]
|
|
841
841
|
*
|
|
842
|
-
* The version of the OpenAPI document: 7.
|
|
843
|
-
* Contact:
|
|
842
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
843
|
+
* Contact: support@veeroute.com
|
|
844
844
|
*
|
|
845
845
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
846
846
|
* Do not edit the class manually.
|
|
847
847
|
*/
|
|
848
|
+
/**
|
|
849
|
+
* Error type: * `UNIQUE_IDS_VIOLATION` - all keys must be unique * `INCONSISTENT_REFERENCE` - bad reference key * `INVALID_TIMELINE` - time window crossing * `INVALID_DATEWINDOW` - window ends before it starts * `INVALID_LEFTOVER_AMOUNT` - the amount of grain indicated in the balance exceeds the allowable size of the grain location (field, storage, silo, dryer, bunker) on the specified date * `INVALID_LEFTOVER_PER_ONE_TARGET` - more than one residue is specified for one grain location * `INVALID_CHAMBER_VARIANTS` - more than one chamber variant set for the same crop
|
|
850
|
+
*/
|
|
851
|
+
var AgroEntityErrorTypeAgro;
|
|
852
|
+
(function (AgroEntityErrorTypeAgro) {
|
|
853
|
+
AgroEntityErrorTypeAgro["UNIQUE_IDS_VIOLATION"] = "UNIQUE_IDS_VIOLATION";
|
|
854
|
+
AgroEntityErrorTypeAgro["INCONSISTENT_REFERENCE"] = "INCONSISTENT_REFERENCE";
|
|
855
|
+
AgroEntityErrorTypeAgro["INVALID_TIMELINE"] = "INVALID_TIMELINE";
|
|
856
|
+
AgroEntityErrorTypeAgro["INVALID_DATEWINDOW"] = "INVALID_DATEWINDOW";
|
|
857
|
+
AgroEntityErrorTypeAgro["INVALID_LEFTOVER_AMOUNT"] = "INVALID_LEFTOVER_AMOUNT";
|
|
858
|
+
AgroEntityErrorTypeAgro["INVALID_LEFTOVER_PER_ONE_TARGET"] = "INVALID_LEFTOVER_PER_ONE_TARGET";
|
|
859
|
+
AgroEntityErrorTypeAgro["INVALID_CHAMBER_VARIANTS"] = "INVALID_CHAMBER_VARIANTS";
|
|
860
|
+
})(AgroEntityErrorTypeAgro || (AgroEntityErrorTypeAgro = {}));
|
|
848
861
|
|
|
849
862
|
/**
|
|
850
863
|
* VRt.Agro [AG]
|
|
851
864
|
*
|
|
852
|
-
* The version of the OpenAPI document: 7.
|
|
853
|
-
* Contact:
|
|
865
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
866
|
+
* Contact: support@veeroute.com
|
|
854
867
|
*
|
|
855
868
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
856
869
|
* Do not edit the class manually.
|
|
857
870
|
*/
|
|
871
|
+
/**
|
|
872
|
+
* Entity type.
|
|
873
|
+
*/
|
|
874
|
+
var AgroEntityTypeAgro;
|
|
875
|
+
(function (AgroEntityTypeAgro) {
|
|
876
|
+
AgroEntityTypeAgro["TASK"] = "TASK";
|
|
877
|
+
AgroEntityTypeAgro["SETTINGS"] = "SETTINGS";
|
|
878
|
+
AgroEntityTypeAgro["CROP"] = "CROP";
|
|
879
|
+
AgroEntityTypeAgro["FIELD"] = "FIELD";
|
|
880
|
+
AgroEntityTypeAgro["ELEVATOR"] = "ELEVATOR";
|
|
881
|
+
AgroEntityTypeAgro["FACTORY"] = "FACTORY";
|
|
882
|
+
AgroEntityTypeAgro["MARKET"] = "MARKET";
|
|
883
|
+
AgroEntityTypeAgro["STORAGE"] = "STORAGE";
|
|
884
|
+
AgroEntityTypeAgro["SILO"] = "SILO";
|
|
885
|
+
AgroEntityTypeAgro["BUNKER"] = "BUNKER";
|
|
886
|
+
AgroEntityTypeAgro["DRYER"] = "DRYER";
|
|
887
|
+
AgroEntityTypeAgro["GATE"] = "GATE";
|
|
888
|
+
AgroEntityTypeAgro["CONSUMER"] = "CONSUMER";
|
|
889
|
+
AgroEntityTypeAgro["LEFTOVER"] = "LEFTOVER";
|
|
890
|
+
AgroEntityTypeAgro["FORECAST_ELEMENT"] = "FORECAST_ELEMENT";
|
|
891
|
+
})(AgroEntityTypeAgro || (AgroEntityTypeAgro = {}));
|
|
858
892
|
|
|
859
893
|
/**
|
|
860
894
|
* VRt.Agro [AG]
|
|
861
895
|
*
|
|
862
|
-
* The version of the OpenAPI document: 7.
|
|
863
|
-
* Contact:
|
|
896
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
897
|
+
* Contact: support@veeroute.com
|
|
864
898
|
*
|
|
865
899
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
866
900
|
* Do not edit the class manually.
|
|
867
901
|
*/
|
|
868
902
|
/**
|
|
869
|
-
*
|
|
903
|
+
* Warning type: * `NO_COMPATIBLE_STORAGE` - no compatible storage locations * `NO_AVAILABLE_MOVEMENT` - the object is not in the movement matrix * `NO_AVAILABLE_CONSUMER` - there is no consumer for this type of culture
|
|
870
904
|
*/
|
|
871
|
-
var
|
|
872
|
-
(function (
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
CalculationStatusAgro["CANCELED"] = "CANCELED";
|
|
878
|
-
CalculationStatusAgro["CANCELED_BY_TIMEOUT"] = "CANCELED_BY_TIMEOUT";
|
|
879
|
-
CalculationStatusAgro["CANCELED_BY_QUOTA"] = "CANCELED_BY_QUOTA";
|
|
880
|
-
CalculationStatusAgro["FAILED"] = "FAILED";
|
|
881
|
-
})(CalculationStatusAgro || (CalculationStatusAgro = {}));
|
|
905
|
+
var AgroEntityWarningTypeAgro;
|
|
906
|
+
(function (AgroEntityWarningTypeAgro) {
|
|
907
|
+
AgroEntityWarningTypeAgro["NO_COMPATIBLE_STORAGE"] = "NO_COMPATIBLE_STORAGE";
|
|
908
|
+
AgroEntityWarningTypeAgro["NO_AVAILABLE_MOVEMENT"] = "NO_AVAILABLE_MOVEMENT";
|
|
909
|
+
AgroEntityWarningTypeAgro["NO_AVAILABLE_CONSUMER"] = "NO_AVAILABLE_CONSUMER";
|
|
910
|
+
})(AgroEntityWarningTypeAgro || (AgroEntityWarningTypeAgro = {}));
|
|
882
911
|
|
|
883
912
|
/**
|
|
884
913
|
* VRt.Agro [AG]
|
|
885
914
|
*
|
|
886
|
-
* The version of the OpenAPI document: 7.
|
|
887
|
-
* Contact:
|
|
915
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
916
|
+
* Contact: support@veeroute.com
|
|
888
917
|
*
|
|
889
918
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
890
919
|
* Do not edit the class manually.
|
|
@@ -893,46 +922,62 @@ var CalculationStatusAgro;
|
|
|
893
922
|
/**
|
|
894
923
|
* VRt.Agro [AG]
|
|
895
924
|
*
|
|
896
|
-
* The version of the OpenAPI document: 7.
|
|
897
|
-
* Contact:
|
|
925
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
926
|
+
* Contact: support@veeroute.com
|
|
898
927
|
*
|
|
899
928
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
900
929
|
* Do not edit the class manually.
|
|
901
930
|
*/
|
|
931
|
+
|
|
902
932
|
/**
|
|
903
|
-
*
|
|
933
|
+
* VRt.Agro [AG]
|
|
934
|
+
*
|
|
935
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
936
|
+
* Contact: support@veeroute.com
|
|
937
|
+
*
|
|
938
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
939
|
+
* Do not edit the class manually.
|
|
904
940
|
*/
|
|
905
|
-
var ContractTypeAgro;
|
|
906
|
-
(function (ContractTypeAgro) {
|
|
907
|
-
ContractTypeAgro["SELL_WITH_DELIVERY"] = "SELL_WITH_DELIVERY";
|
|
908
|
-
ContractTypeAgro["SELL"] = "SELL";
|
|
909
|
-
ContractTypeAgro["BUY_WITH_DELIVERY"] = "BUY_WITH_DELIVERY";
|
|
910
|
-
ContractTypeAgro["BUY"] = "BUY";
|
|
911
|
-
})(ContractTypeAgro || (ContractTypeAgro = {}));
|
|
912
941
|
|
|
913
942
|
/**
|
|
914
943
|
* VRt.Agro [AG]
|
|
915
944
|
*
|
|
916
|
-
* The version of the OpenAPI document: 7.
|
|
917
|
-
* Contact:
|
|
945
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
946
|
+
* Contact: support@veeroute.com
|
|
918
947
|
*
|
|
919
948
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
920
949
|
* Do not edit the class manually.
|
|
921
950
|
*/
|
|
951
|
+
|
|
922
952
|
/**
|
|
923
|
-
*
|
|
953
|
+
* VRt.Agro [AG]
|
|
954
|
+
*
|
|
955
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
956
|
+
* Contact: support@veeroute.com
|
|
957
|
+
*
|
|
958
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
959
|
+
* Do not edit the class manually.
|
|
924
960
|
*/
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
961
|
+
/**
|
|
962
|
+
* Calculation status: * `WAITING` - the calculation is waiting to be launched. * `IN_PROGRESS` - calculation in progress. * `FINISHED_IN_TIME` - the calculation completed correctly before the specified maximum time. * `FINISHED_OUT_OF_TIME` - the calculation ended because the specified time for calculation has expired, which can affect the quality of the result for the worse. * `CANCELED` - the calculation was canceled because a cancel command was received. * `CANCELED_BY_TIMEOUT` - the calculation was canceled automatically because the waiting time in the queue was exceeded. * `CANCELED_BY_QUOTA` - the calculation was canceled because the quota for this calculation type was exceeded. * `FAILED` - calculation completed with an error.
|
|
963
|
+
*/
|
|
964
|
+
var CalculationStatusAgro;
|
|
965
|
+
(function (CalculationStatusAgro) {
|
|
966
|
+
CalculationStatusAgro["WAITING"] = "WAITING";
|
|
967
|
+
CalculationStatusAgro["IN_PROGRESS"] = "IN_PROGRESS";
|
|
968
|
+
CalculationStatusAgro["FINISHED_IN_TIME"] = "FINISHED_IN_TIME";
|
|
969
|
+
CalculationStatusAgro["FINISHED_OUT_OF_TIME"] = "FINISHED_OUT_OF_TIME";
|
|
970
|
+
CalculationStatusAgro["CANCELED"] = "CANCELED";
|
|
971
|
+
CalculationStatusAgro["CANCELED_BY_TIMEOUT"] = "CANCELED_BY_TIMEOUT";
|
|
972
|
+
CalculationStatusAgro["CANCELED_BY_QUOTA"] = "CANCELED_BY_QUOTA";
|
|
973
|
+
CalculationStatusAgro["FAILED"] = "FAILED";
|
|
974
|
+
})(CalculationStatusAgro || (CalculationStatusAgro = {}));
|
|
930
975
|
|
|
931
976
|
/**
|
|
932
977
|
* VRt.Agro [AG]
|
|
933
978
|
*
|
|
934
|
-
* The version of the OpenAPI document: 7.
|
|
935
|
-
* Contact:
|
|
979
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
980
|
+
* Contact: support@veeroute.com
|
|
936
981
|
*
|
|
937
982
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
938
983
|
* Do not edit the class manually.
|
|
@@ -941,81 +986,56 @@ var CropTypeAgro;
|
|
|
941
986
|
/**
|
|
942
987
|
* VRt.Agro [AG]
|
|
943
988
|
*
|
|
944
|
-
* The version of the OpenAPI document: 7.
|
|
945
|
-
* Contact:
|
|
989
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
990
|
+
* Contact: support@veeroute.com
|
|
946
991
|
*
|
|
947
992
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
948
993
|
* Do not edit the class manually.
|
|
949
994
|
*/
|
|
950
995
|
/**
|
|
951
|
-
*
|
|
996
|
+
* 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).
|
|
952
997
|
*/
|
|
953
|
-
var
|
|
954
|
-
(function (
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
EntityErrorTypeAgro["INVALID_LEFTOVER_PER_ONE_TARGET"] = "INVALID_LEFTOVER_PER_ONE_TARGET";
|
|
961
|
-
EntityErrorTypeAgro["INVALID_CHAMBER_VARIANTS"] = "INVALID_CHAMBER_VARIANTS";
|
|
962
|
-
})(EntityErrorTypeAgro || (EntityErrorTypeAgro = {}));
|
|
998
|
+
var ContractTypeAgro;
|
|
999
|
+
(function (ContractTypeAgro) {
|
|
1000
|
+
ContractTypeAgro["SELL_WITH_DELIVERY"] = "SELL_WITH_DELIVERY";
|
|
1001
|
+
ContractTypeAgro["SELL"] = "SELL";
|
|
1002
|
+
ContractTypeAgro["BUY_WITH_DELIVERY"] = "BUY_WITH_DELIVERY";
|
|
1003
|
+
ContractTypeAgro["BUY"] = "BUY";
|
|
1004
|
+
})(ContractTypeAgro || (ContractTypeAgro = {}));
|
|
963
1005
|
|
|
964
1006
|
/**
|
|
965
1007
|
* VRt.Agro [AG]
|
|
966
1008
|
*
|
|
967
|
-
* The version of the OpenAPI document: 7.
|
|
968
|
-
* Contact:
|
|
1009
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
1010
|
+
* Contact: support@veeroute.com
|
|
969
1011
|
*
|
|
970
1012
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
971
1013
|
* Do not edit the class manually.
|
|
972
1014
|
*/
|
|
973
1015
|
/**
|
|
974
|
-
*
|
|
1016
|
+
* Crop type.
|
|
975
1017
|
*/
|
|
976
|
-
var
|
|
977
|
-
(function (
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
EntityTypeAgro["FIELD"] = "FIELD";
|
|
982
|
-
EntityTypeAgro["ELEVATOR"] = "ELEVATOR";
|
|
983
|
-
EntityTypeAgro["FACTORY"] = "FACTORY";
|
|
984
|
-
EntityTypeAgro["MARKET"] = "MARKET";
|
|
985
|
-
EntityTypeAgro["STORAGE"] = "STORAGE";
|
|
986
|
-
EntityTypeAgro["SILO"] = "SILO";
|
|
987
|
-
EntityTypeAgro["BUNKER"] = "BUNKER";
|
|
988
|
-
EntityTypeAgro["DRYER"] = "DRYER";
|
|
989
|
-
EntityTypeAgro["GATE"] = "GATE";
|
|
990
|
-
EntityTypeAgro["CONSUMER"] = "CONSUMER";
|
|
991
|
-
EntityTypeAgro["LEFTOVER"] = "LEFTOVER";
|
|
992
|
-
EntityTypeAgro["FORECAST_ELEMENT"] = "FORECAST_ELEMENT";
|
|
993
|
-
})(EntityTypeAgro || (EntityTypeAgro = {}));
|
|
1018
|
+
var CropTypeAgro;
|
|
1019
|
+
(function (CropTypeAgro) {
|
|
1020
|
+
CropTypeAgro["DRY"] = "DRY";
|
|
1021
|
+
CropTypeAgro["WET"] = "WET";
|
|
1022
|
+
})(CropTypeAgro || (CropTypeAgro = {}));
|
|
994
1023
|
|
|
995
1024
|
/**
|
|
996
1025
|
* VRt.Agro [AG]
|
|
997
1026
|
*
|
|
998
|
-
* The version of the OpenAPI document: 7.
|
|
999
|
-
* Contact:
|
|
1027
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
1028
|
+
* Contact: support@veeroute.com
|
|
1000
1029
|
*
|
|
1001
1030
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1002
1031
|
* Do not edit the class manually.
|
|
1003
1032
|
*/
|
|
1004
|
-
/**
|
|
1005
|
-
* Warning type: * `NO_COMPATIBLE_STORAGE` - no compatible storage locations * `NO_AVAILABLE_MOVEMENT` - the object is not in the movement matrix * `NO_AVAILABLE_CONSUMER` - there is no consumer for this type of culture
|
|
1006
|
-
*/
|
|
1007
|
-
var EntityWarningTypeAgro;
|
|
1008
|
-
(function (EntityWarningTypeAgro) {
|
|
1009
|
-
EntityWarningTypeAgro["NO_COMPATIBLE_STORAGE"] = "NO_COMPATIBLE_STORAGE";
|
|
1010
|
-
EntityWarningTypeAgro["NO_AVAILABLE_MOVEMENT"] = "NO_AVAILABLE_MOVEMENT";
|
|
1011
|
-
EntityWarningTypeAgro["NO_AVAILABLE_CONSUMER"] = "NO_AVAILABLE_CONSUMER";
|
|
1012
|
-
})(EntityWarningTypeAgro || (EntityWarningTypeAgro = {}));
|
|
1013
1033
|
|
|
1014
1034
|
/**
|
|
1015
1035
|
* VRt.Agro [AG]
|
|
1016
1036
|
*
|
|
1017
|
-
* The version of the OpenAPI document: 7.
|
|
1018
|
-
* Contact:
|
|
1037
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
1038
|
+
* Contact: support@veeroute.com
|
|
1019
1039
|
*
|
|
1020
1040
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1021
1041
|
* Do not edit the class manually.
|
|
@@ -1032,8 +1052,8 @@ var FlowTypeAgro;
|
|
|
1032
1052
|
/**
|
|
1033
1053
|
* VRt.Agro [AG]
|
|
1034
1054
|
*
|
|
1035
|
-
* The version of the OpenAPI document: 7.
|
|
1036
|
-
* Contact:
|
|
1055
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
1056
|
+
* Contact: support@veeroute.com
|
|
1037
1057
|
*
|
|
1038
1058
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1039
1059
|
* Do not edit the class manually.
|
|
@@ -1042,8 +1062,8 @@ var FlowTypeAgro;
|
|
|
1042
1062
|
/**
|
|
1043
1063
|
* VRt.Agro [AG]
|
|
1044
1064
|
*
|
|
1045
|
-
* The version of the OpenAPI document: 7.
|
|
1046
|
-
* Contact:
|
|
1065
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
1066
|
+
* Contact: support@veeroute.com
|
|
1047
1067
|
*
|
|
1048
1068
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1049
1069
|
* Do not edit the class manually.
|
|
@@ -1052,8 +1072,8 @@ var FlowTypeAgro;
|
|
|
1052
1072
|
/**
|
|
1053
1073
|
* VRt.Agro [AG]
|
|
1054
1074
|
*
|
|
1055
|
-
* The version of the OpenAPI document: 7.
|
|
1056
|
-
* Contact:
|
|
1075
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
1076
|
+
* Contact: support@veeroute.com
|
|
1057
1077
|
*
|
|
1058
1078
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1059
1079
|
* Do not edit the class manually.
|
|
@@ -1072,8 +1092,8 @@ var ObjectTypeAgro;
|
|
|
1072
1092
|
/**
|
|
1073
1093
|
* VRt.Agro [AG]
|
|
1074
1094
|
*
|
|
1075
|
-
* The version of the OpenAPI document: 7.
|
|
1076
|
-
* Contact:
|
|
1095
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
1096
|
+
* Contact: support@veeroute.com
|
|
1077
1097
|
*
|
|
1078
1098
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1079
1099
|
* Do not edit the class manually.
|
|
@@ -1082,8 +1102,8 @@ var ObjectTypeAgro;
|
|
|
1082
1102
|
/**
|
|
1083
1103
|
* VRt.Agro [AG]
|
|
1084
1104
|
*
|
|
1085
|
-
* The version of the OpenAPI document: 7.
|
|
1086
|
-
* Contact:
|
|
1105
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
1106
|
+
* Contact: support@veeroute.com
|
|
1087
1107
|
*
|
|
1088
1108
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1089
1109
|
* Do not edit the class manually.
|
|
@@ -1107,18 +1127,8 @@ var OperationTypeAgro;
|
|
|
1107
1127
|
/**
|
|
1108
1128
|
* VRt.Agro [AG]
|
|
1109
1129
|
*
|
|
1110
|
-
* The version of the OpenAPI document: 7.
|
|
1111
|
-
* Contact:
|
|
1112
|
-
*
|
|
1113
|
-
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1114
|
-
* Do not edit the class manually.
|
|
1115
|
-
*/
|
|
1116
|
-
|
|
1117
|
-
/**
|
|
1118
|
-
* VRt.Agro [AG]
|
|
1119
|
-
*
|
|
1120
|
-
* The version of the OpenAPI document: 7.30.3153
|
|
1121
|
-
* Contact: servicedesk@veeroute.com
|
|
1130
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
1131
|
+
* Contact: support@veeroute.com
|
|
1122
1132
|
*
|
|
1123
1133
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1124
1134
|
* Do not edit the class manually.
|
|
@@ -1135,8 +1145,8 @@ var ProjectConfigurationAgro;
|
|
|
1135
1145
|
/**
|
|
1136
1146
|
* VRt.Agro [AG]
|
|
1137
1147
|
*
|
|
1138
|
-
* The version of the OpenAPI document: 7.
|
|
1139
|
-
* Contact:
|
|
1148
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
1149
|
+
* Contact: support@veeroute.com
|
|
1140
1150
|
*
|
|
1141
1151
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1142
1152
|
* Do not edit the class manually.
|
|
@@ -1145,8 +1155,8 @@ var ProjectConfigurationAgro;
|
|
|
1145
1155
|
/**
|
|
1146
1156
|
* VRt.Agro [AG]
|
|
1147
1157
|
*
|
|
1148
|
-
* The version of the OpenAPI document: 7.
|
|
1149
|
-
* Contact:
|
|
1158
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
1159
|
+
* Contact: support@veeroute.com
|
|
1150
1160
|
*
|
|
1151
1161
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1152
1162
|
* Do not edit the class manually.
|
|
@@ -1171,18 +1181,8 @@ var ServiceAgro;
|
|
|
1171
1181
|
/**
|
|
1172
1182
|
* VRt.Agro [AG]
|
|
1173
1183
|
*
|
|
1174
|
-
* The version of the OpenAPI document: 7.
|
|
1175
|
-
* Contact:
|
|
1176
|
-
*
|
|
1177
|
-
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1178
|
-
* Do not edit the class manually.
|
|
1179
|
-
*/
|
|
1180
|
-
|
|
1181
|
-
/**
|
|
1182
|
-
* VRt.Agro [AG]
|
|
1183
|
-
*
|
|
1184
|
-
* The version of the OpenAPI document: 7.30.3153
|
|
1185
|
-
* Contact: servicedesk@veeroute.com
|
|
1184
|
+
* The version of the OpenAPI document: 7.32.3215
|
|
1185
|
+
* Contact: support@veeroute.com
|
|
1186
1186
|
*
|
|
1187
1187
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1188
1188
|
* Do not edit the class manually.
|
|
@@ -1240,5 +1240,5 @@ function provideApi(configOrBasePath) {
|
|
|
1240
1240
|
* Generated bundle index. Do not edit.
|
|
1241
1241
|
*/
|
|
1242
1242
|
|
|
1243
|
-
export { APIS, BASE_PATH, COLLECTION_FORMATS, CalculationStatusAgro, Configuration, ContractTypeAgro, CropTypeAgro,
|
|
1243
|
+
export { APIS, AgroEntityErrorTypeAgro, AgroEntityTypeAgro, AgroEntityWarningTypeAgro, BASE_PATH, COLLECTION_FORMATS, CalculationStatusAgro, Configuration, ContractTypeAgro, CropTypeAgro, FlowTypeAgro, LssAgroApiModule, ObjectTypeAgro, OperationTypeAgro, PlanService, ProjectConfigurationAgro, ServiceAgro, SystemService, provideApi };
|
|
1244
1244
|
//# sourceMappingURL=veeroute-lss-agro-angular.mjs.map
|