@veeroute/lss-agro-angular 7.35.3290 → 7.38.3336
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
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# @veeroute/lss-agro-angular@7.
|
|
1
|
+
# @veeroute/lss-agro-angular@7.38.3336
|
|
2
2
|
|
|
3
|
-
Veeroute Agro
|
|
3
|
+
Programming interface for Veeroute Agro. # Description The service is designed to compute the work plan of production facilities. ## General schema  ### Field - produces a specific agricultural crop with a specific moisture level - crop output from the field can be moved only to an Elevator or a Plant ### Elevator (Threshing floor) - consists of Gates, Dryers, short-term and long-term storage locations - dries the grain (if the crop moisture is above the allowed level) - stores dry grain in short-term storage locations (warehouses); unloading and loading of grain within a single day is allowed - stores dry grain in long-term storage locations (sleeves, trenches, mounds) - only one type of crop can be stored in a single storage at a time - sells surplus grain to the Market - production processes inside the facility: drying, loading/unloading to a storage location, storage ### Plant - consists of Gates, Dryers, Bunkers, Consumers - [if drying is present] dries the grain (if the crop moisture is above the allowed level) - stores dry grain in Bunkers (short-term storage tied to a specific crop) - maintains a minimum stock of grain in Bunkers for consumption - consumes grain from Bunkers - buys 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 Plants ## Project A project reflects the planned sequence of operations on agricultural crops; the operation types are described below. ### HARVEST Harvesting of an agricultural crop: - between production facilities (a Field and an Elevator or a Plant) - the operation occurs within a single day - grain moisture is determined at the Field | | Object (target_key) | Sub-object (target_detail_key) | |--------------------------|----------------------|--------------------------------| | Source | Field | - | | Destination | Elevator or Plant | Gates | ### DRY Drying of a crop: - inside a production facility (Elevator or Plant) - duration of the operation — one day - during drying both the mass and the moisture type change (WET -> DRY) - the source specifies the mass of the wet crop - the destination specifies the resulting mass of the dry crop | | Object (target_key) | Sub-object (target_detail_key) | |--------------------------|----------------------|--------------------------------| | Source | Elevator or Plant | Gates | | Destination | Elevator or Plant | Dryer | ### LOAD Loading of a crop from the Gates into a Storage location (long-term, short-term, bunker): - between parts of the same production facility (Elevator or Plant) - the operation occurs within a single day | | Object (target_key) | Sub-object (target_detail_key) | |--------------------------|----------------------|-----------------------------------------------------------| | Source | Elevator or Plant | Gates or Dryer | | Destination | Elevator or Plant | Storage location (long-term, short-term, bunker) | ### UNLOAD Unloading of a crop from a storage location to the Gates: - between parts of the same production facility (Elevator) - the operation occurs within a single day | | Object (target_key) | Sub-object (target_detail_key) | |--------------------------|----------------------|----------------------------------------------------------------------| | Source | Elevator | Storage location (long-term, short-term, bunker) or Dryer | | Destination | Elevator | Gates | ### STORE Crop storage: - the storage location does not change - duration of the operation — one day - the operation occurs overnight | | Object (target_key) | Sub-object (target_detail_key) | |--------------------------|----------------------|-----------------------------------------------------------| | Source | Elevator or Plant | Storage location (long-term, short-term, bunker) | | Destination | Elevator or Plant | The same storage location | ### RELOCATE Transport between production facilities: - between production facilities (Elevator and Plant) - the operation occurs within a single day | | Object (target_key) | Sub-object (target_detail_key) | |--------------------------|----------------------|--------------------------------| | Source | Elevator | Gates | | Destination | Plant | Gates | ### CONSUMPTION Consumption of a crop by the plant: - between parts of the same production facility (Plant) - the operation occurs within a single day - consumption goes from a Bunker - additionally we can consume directly from the Gates or the Dryer without storing in a Bunker | | Object (target_key) | Sub-object (target_detail_key) | |--------------------------|----------------------|--------------------------------| | Source | Plant | Bunker or Gates or Dryer | | Destination | Plant | Consumer | ### SELL Sale of a crop: - between production facilities (Elevator and Market) - the operation occurs within a single day | | Object (target_key) | Sub-object (target_detail_key) | |--------------------------|----------------------|--------------------------------| | Source | Elevator | Gates | | Destination | Market | Contract | ### BUY Purchase of a crop: - between production facilities (Market and Plant) - the operation occurs within a single day | | Object (target_key) | Sub-object (target_detail_key) | |--------------------------|----------------------|--------------------------------| | Source | Market | Contract | | Destination | Plant | Gates | ## Entity diagram 
|
|
4
4
|
|
|
5
|
-
The version of the OpenAPI document: 7.
|
|
5
|
+
The version of the OpenAPI document: 7.38.3336
|
|
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.38.3336 --save
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
_without publishing (not recommended):_
|
|
@@ -178,7 +178,7 @@ class Configuration {
|
|
|
178
178
|
/**
|
|
179
179
|
* VRt.Agro [AG]
|
|
180
180
|
*
|
|
181
|
-
* The version of the OpenAPI document: 7.
|
|
181
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
182
182
|
* Contact: support@veeroute.com
|
|
183
183
|
*
|
|
184
184
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -254,7 +254,7 @@ class BaseService {
|
|
|
254
254
|
/**
|
|
255
255
|
* VRt.Agro [AG]
|
|
256
256
|
*
|
|
257
|
-
* The version of the OpenAPI document: 7.
|
|
257
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
258
258
|
* Contact: support@veeroute.com
|
|
259
259
|
*
|
|
260
260
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -676,10 +676,10 @@ class PlanService extends BaseService {
|
|
|
676
676
|
reportProgress: reportProgress
|
|
677
677
|
});
|
|
678
678
|
}
|
|
679
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
680
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
679
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: PlanService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
680
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: PlanService, providedIn: 'root' });
|
|
681
681
|
}
|
|
682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: PlanService, decorators: [{
|
|
683
683
|
type: Injectable,
|
|
684
684
|
args: [{
|
|
685
685
|
providedIn: 'root'
|
|
@@ -696,7 +696,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
696
696
|
/**
|
|
697
697
|
* VRt.Agro [AG]
|
|
698
698
|
*
|
|
699
|
-
* The version of the OpenAPI document: 7.
|
|
699
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
700
700
|
* Contact: support@veeroute.com
|
|
701
701
|
*
|
|
702
702
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -817,10 +817,10 @@ class SystemService extends BaseService {
|
|
|
817
817
|
reportProgress: reportProgress
|
|
818
818
|
});
|
|
819
819
|
}
|
|
820
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
821
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
820
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: SystemService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
821
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: SystemService, providedIn: 'root' });
|
|
822
822
|
}
|
|
823
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: SystemService, decorators: [{
|
|
824
824
|
type: Injectable,
|
|
825
825
|
args: [{
|
|
826
826
|
providedIn: 'root'
|
|
@@ -839,7 +839,7 @@ const APIS = [PlanService, SystemService];
|
|
|
839
839
|
/**
|
|
840
840
|
* VRt.Agro [AG]
|
|
841
841
|
*
|
|
842
|
-
* The version of the OpenAPI document: 7.
|
|
842
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
843
843
|
* Contact: support@veeroute.com
|
|
844
844
|
*
|
|
845
845
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -862,7 +862,7 @@ var AgroEntityErrorTypeAgro;
|
|
|
862
862
|
/**
|
|
863
863
|
* VRt.Agro [AG]
|
|
864
864
|
*
|
|
865
|
-
* The version of the OpenAPI document: 7.
|
|
865
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
866
866
|
* Contact: support@veeroute.com
|
|
867
867
|
*
|
|
868
868
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -893,7 +893,7 @@ var AgroEntityTypeAgro;
|
|
|
893
893
|
/**
|
|
894
894
|
* VRt.Agro [AG]
|
|
895
895
|
*
|
|
896
|
-
* The version of the OpenAPI document: 7.
|
|
896
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
897
897
|
* Contact: support@veeroute.com
|
|
898
898
|
*
|
|
899
899
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -912,7 +912,7 @@ var AgroEntityWarningTypeAgro;
|
|
|
912
912
|
/**
|
|
913
913
|
* VRt.Agro [AG]
|
|
914
914
|
*
|
|
915
|
-
* The version of the OpenAPI document: 7.
|
|
915
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
916
916
|
* Contact: support@veeroute.com
|
|
917
917
|
*
|
|
918
918
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -922,7 +922,7 @@ var AgroEntityWarningTypeAgro;
|
|
|
922
922
|
/**
|
|
923
923
|
* VRt.Agro [AG]
|
|
924
924
|
*
|
|
925
|
-
* The version of the OpenAPI document: 7.
|
|
925
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
926
926
|
* Contact: support@veeroute.com
|
|
927
927
|
*
|
|
928
928
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -932,7 +932,7 @@ var AgroEntityWarningTypeAgro;
|
|
|
932
932
|
/**
|
|
933
933
|
* VRt.Agro [AG]
|
|
934
934
|
*
|
|
935
|
-
* The version of the OpenAPI document: 7.
|
|
935
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
936
936
|
* Contact: support@veeroute.com
|
|
937
937
|
*
|
|
938
938
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -942,7 +942,7 @@ var AgroEntityWarningTypeAgro;
|
|
|
942
942
|
/**
|
|
943
943
|
* VRt.Agro [AG]
|
|
944
944
|
*
|
|
945
|
-
* The version of the OpenAPI document: 7.
|
|
945
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
946
946
|
* Contact: support@veeroute.com
|
|
947
947
|
*
|
|
948
948
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -952,7 +952,7 @@ var AgroEntityWarningTypeAgro;
|
|
|
952
952
|
/**
|
|
953
953
|
* VRt.Agro [AG]
|
|
954
954
|
*
|
|
955
|
-
* The version of the OpenAPI document: 7.
|
|
955
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
956
956
|
* Contact: support@veeroute.com
|
|
957
957
|
*
|
|
958
958
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -976,7 +976,7 @@ var CalculationStatusAgro;
|
|
|
976
976
|
/**
|
|
977
977
|
* VRt.Agro [AG]
|
|
978
978
|
*
|
|
979
|
-
* The version of the OpenAPI document: 7.
|
|
979
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
980
980
|
* Contact: support@veeroute.com
|
|
981
981
|
*
|
|
982
982
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -986,7 +986,7 @@ var CalculationStatusAgro;
|
|
|
986
986
|
/**
|
|
987
987
|
* VRt.Agro [AG]
|
|
988
988
|
*
|
|
989
|
-
* The version of the OpenAPI document: 7.
|
|
989
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
990
990
|
* Contact: support@veeroute.com
|
|
991
991
|
*
|
|
992
992
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1006,7 +1006,7 @@ var ContractTypeAgro;
|
|
|
1006
1006
|
/**
|
|
1007
1007
|
* VRt.Agro [AG]
|
|
1008
1008
|
*
|
|
1009
|
-
* The version of the OpenAPI document: 7.
|
|
1009
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
1010
1010
|
* Contact: support@veeroute.com
|
|
1011
1011
|
*
|
|
1012
1012
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1024,7 +1024,7 @@ var CropTypeAgro;
|
|
|
1024
1024
|
/**
|
|
1025
1025
|
* VRt.Agro [AG]
|
|
1026
1026
|
*
|
|
1027
|
-
* The version of the OpenAPI document: 7.
|
|
1027
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
1028
1028
|
* Contact: support@veeroute.com
|
|
1029
1029
|
*
|
|
1030
1030
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1034,7 +1034,7 @@ var CropTypeAgro;
|
|
|
1034
1034
|
/**
|
|
1035
1035
|
* VRt.Agro [AG]
|
|
1036
1036
|
*
|
|
1037
|
-
* The version of the OpenAPI document: 7.
|
|
1037
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
1038
1038
|
* Contact: support@veeroute.com
|
|
1039
1039
|
*
|
|
1040
1040
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1052,7 +1052,7 @@ var FlowTypeAgro;
|
|
|
1052
1052
|
/**
|
|
1053
1053
|
* VRt.Agro [AG]
|
|
1054
1054
|
*
|
|
1055
|
-
* The version of the OpenAPI document: 7.
|
|
1055
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
1056
1056
|
* Contact: support@veeroute.com
|
|
1057
1057
|
*
|
|
1058
1058
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1062,7 +1062,7 @@ var FlowTypeAgro;
|
|
|
1062
1062
|
/**
|
|
1063
1063
|
* VRt.Agro [AG]
|
|
1064
1064
|
*
|
|
1065
|
-
* The version of the OpenAPI document: 7.
|
|
1065
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
1066
1066
|
* Contact: support@veeroute.com
|
|
1067
1067
|
*
|
|
1068
1068
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1072,7 +1072,7 @@ var FlowTypeAgro;
|
|
|
1072
1072
|
/**
|
|
1073
1073
|
* VRt.Agro [AG]
|
|
1074
1074
|
*
|
|
1075
|
-
* The version of the OpenAPI document: 7.
|
|
1075
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
1076
1076
|
* Contact: support@veeroute.com
|
|
1077
1077
|
*
|
|
1078
1078
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1092,7 +1092,7 @@ var ObjectTypeAgro;
|
|
|
1092
1092
|
/**
|
|
1093
1093
|
* VRt.Agro [AG]
|
|
1094
1094
|
*
|
|
1095
|
-
* The version of the OpenAPI document: 7.
|
|
1095
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
1096
1096
|
* Contact: support@veeroute.com
|
|
1097
1097
|
*
|
|
1098
1098
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1102,7 +1102,7 @@ var ObjectTypeAgro;
|
|
|
1102
1102
|
/**
|
|
1103
1103
|
* VRt.Agro [AG]
|
|
1104
1104
|
*
|
|
1105
|
-
* The version of the OpenAPI document: 7.
|
|
1105
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
1106
1106
|
* Contact: support@veeroute.com
|
|
1107
1107
|
*
|
|
1108
1108
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1127,7 +1127,7 @@ var OperationTypeAgro;
|
|
|
1127
1127
|
/**
|
|
1128
1128
|
* VRt.Agro [AG]
|
|
1129
1129
|
*
|
|
1130
|
-
* The version of the OpenAPI document: 7.
|
|
1130
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
1131
1131
|
* Contact: support@veeroute.com
|
|
1132
1132
|
*
|
|
1133
1133
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1145,7 +1145,7 @@ var ProjectConfigurationAgro;
|
|
|
1145
1145
|
/**
|
|
1146
1146
|
* VRt.Agro [AG]
|
|
1147
1147
|
*
|
|
1148
|
-
* The version of the OpenAPI document: 7.
|
|
1148
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
1149
1149
|
* Contact: support@veeroute.com
|
|
1150
1150
|
*
|
|
1151
1151
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1155,7 +1155,7 @@ var ProjectConfigurationAgro;
|
|
|
1155
1155
|
/**
|
|
1156
1156
|
* VRt.Agro [AG]
|
|
1157
1157
|
*
|
|
1158
|
-
* The version of the OpenAPI document: 7.
|
|
1158
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
1159
1159
|
* Contact: support@veeroute.com
|
|
1160
1160
|
*
|
|
1161
1161
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1181,7 +1181,7 @@ var ServiceAgro;
|
|
|
1181
1181
|
/**
|
|
1182
1182
|
* VRt.Agro [AG]
|
|
1183
1183
|
*
|
|
1184
|
-
* The version of the OpenAPI document: 7.
|
|
1184
|
+
* The version of the OpenAPI document: 7.38.3336
|
|
1185
1185
|
* Contact: support@veeroute.com
|
|
1186
1186
|
*
|
|
1187
1187
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1204,11 +1204,11 @@ class LssAgroApiModule {
|
|
|
1204
1204
|
'See also https://github.com/angular/angular/issues/20575');
|
|
1205
1205
|
}
|
|
1206
1206
|
}
|
|
1207
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1208
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.
|
|
1209
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.
|
|
1207
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: LssAgroApiModule, deps: [{ token: LssAgroApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1208
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.15", ngImport: i0, type: LssAgroApiModule });
|
|
1209
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: LssAgroApiModule });
|
|
1210
1210
|
}
|
|
1211
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1211
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: LssAgroApiModule, decorators: [{
|
|
1212
1212
|
type: NgModule,
|
|
1213
1213
|
args: [{
|
|
1214
1214
|
imports: [],
|