@veeroute/lss-agro-angular 7.37.3331 → 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.37.3331
1
+ # @veeroute/lss-agro-angular@7.38.3336
2
2
 
3
3
  Programming interface for Veeroute Agro. # Description The service is designed to compute the work plan of production facilities. ## General schema ![objects](../images/agro_objects.svg) ### 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 ![erd](../uml/agro.svg)
4
4
 
5
- The version of the OpenAPI document: 7.37.3331
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.37.3331 --save
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.37.3331
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.37.3331
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.13", 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.13", ngImport: i0, type: PlanService, providedIn: 'root' });
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.13", ngImport: i0, type: PlanService, decorators: [{
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.13", ngImpo
696
696
  /**
697
697
  * VRt.Agro [AG]
698
698
  *
699
- * The version of the OpenAPI document: 7.37.3331
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.13", 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.13", ngImport: i0, type: SystemService, providedIn: 'root' });
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.13", ngImport: i0, type: SystemService, decorators: [{
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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,14 +986,14 @@ var CalculationStatusAgro;
986
986
  /**
987
987
  * VRt.Agro [AG]
988
988
  *
989
- * The version of the OpenAPI document: 7.37.3331
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.
993
993
  * Do not edit the class manually.
994
994
  */
995
995
  /**
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). * `PAID_WITH_DELIVERY` - A paid contract for the purchase of grain from the market with delivery from the client (the cost of transport to the market is included in the price). * `PAID` - A paid contract for the purchase of grain from the market without delivery (the cost of transport to the market is not included in the price).
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).
997
997
  */
998
998
  var ContractTypeAgro;
999
999
  (function (ContractTypeAgro) {
@@ -1001,14 +1001,12 @@ var ContractTypeAgro;
1001
1001
  ContractTypeAgro["SELL"] = "SELL";
1002
1002
  ContractTypeAgro["BUY_WITH_DELIVERY"] = "BUY_WITH_DELIVERY";
1003
1003
  ContractTypeAgro["BUY"] = "BUY";
1004
- ContractTypeAgro["PAID_WITH_DELIVERY"] = "PAID_WITH_DELIVERY";
1005
- ContractTypeAgro["PAID"] = "PAID";
1006
1004
  })(ContractTypeAgro || (ContractTypeAgro = {}));
1007
1005
 
1008
1006
  /**
1009
1007
  * VRt.Agro [AG]
1010
1008
  *
1011
- * The version of the OpenAPI document: 7.37.3331
1009
+ * The version of the OpenAPI document: 7.38.3336
1012
1010
  * Contact: support@veeroute.com
1013
1011
  *
1014
1012
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1026,7 +1024,7 @@ var CropTypeAgro;
1026
1024
  /**
1027
1025
  * VRt.Agro [AG]
1028
1026
  *
1029
- * The version of the OpenAPI document: 7.37.3331
1027
+ * The version of the OpenAPI document: 7.38.3336
1030
1028
  * Contact: support@veeroute.com
1031
1029
  *
1032
1030
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1036,7 +1034,7 @@ var CropTypeAgro;
1036
1034
  /**
1037
1035
  * VRt.Agro [AG]
1038
1036
  *
1039
- * The version of the OpenAPI document: 7.37.3331
1037
+ * The version of the OpenAPI document: 7.38.3336
1040
1038
  * Contact: support@veeroute.com
1041
1039
  *
1042
1040
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1054,7 +1052,7 @@ var FlowTypeAgro;
1054
1052
  /**
1055
1053
  * VRt.Agro [AG]
1056
1054
  *
1057
- * The version of the OpenAPI document: 7.37.3331
1055
+ * The version of the OpenAPI document: 7.38.3336
1058
1056
  * Contact: support@veeroute.com
1059
1057
  *
1060
1058
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1064,7 +1062,7 @@ var FlowTypeAgro;
1064
1062
  /**
1065
1063
  * VRt.Agro [AG]
1066
1064
  *
1067
- * The version of the OpenAPI document: 7.37.3331
1065
+ * The version of the OpenAPI document: 7.38.3336
1068
1066
  * Contact: support@veeroute.com
1069
1067
  *
1070
1068
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1074,7 +1072,7 @@ var FlowTypeAgro;
1074
1072
  /**
1075
1073
  * VRt.Agro [AG]
1076
1074
  *
1077
- * The version of the OpenAPI document: 7.37.3331
1075
+ * The version of the OpenAPI document: 7.38.3336
1078
1076
  * Contact: support@veeroute.com
1079
1077
  *
1080
1078
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1094,7 +1092,7 @@ var ObjectTypeAgro;
1094
1092
  /**
1095
1093
  * VRt.Agro [AG]
1096
1094
  *
1097
- * The version of the OpenAPI document: 7.37.3331
1095
+ * The version of the OpenAPI document: 7.38.3336
1098
1096
  * Contact: support@veeroute.com
1099
1097
  *
1100
1098
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1104,7 +1102,7 @@ var ObjectTypeAgro;
1104
1102
  /**
1105
1103
  * VRt.Agro [AG]
1106
1104
  *
1107
- * The version of the OpenAPI document: 7.37.3331
1105
+ * The version of the OpenAPI document: 7.38.3336
1108
1106
  * Contact: support@veeroute.com
1109
1107
  *
1110
1108
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1129,7 +1127,7 @@ var OperationTypeAgro;
1129
1127
  /**
1130
1128
  * VRt.Agro [AG]
1131
1129
  *
1132
- * The version of the OpenAPI document: 7.37.3331
1130
+ * The version of the OpenAPI document: 7.38.3336
1133
1131
  * Contact: support@veeroute.com
1134
1132
  *
1135
1133
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1147,7 +1145,7 @@ var ProjectConfigurationAgro;
1147
1145
  /**
1148
1146
  * VRt.Agro [AG]
1149
1147
  *
1150
- * The version of the OpenAPI document: 7.37.3331
1148
+ * The version of the OpenAPI document: 7.38.3336
1151
1149
  * Contact: support@veeroute.com
1152
1150
  *
1153
1151
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1157,7 +1155,7 @@ var ProjectConfigurationAgro;
1157
1155
  /**
1158
1156
  * VRt.Agro [AG]
1159
1157
  *
1160
- * The version of the OpenAPI document: 7.37.3331
1158
+ * The version of the OpenAPI document: 7.38.3336
1161
1159
  * Contact: support@veeroute.com
1162
1160
  *
1163
1161
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1183,7 +1181,7 @@ var ServiceAgro;
1183
1181
  /**
1184
1182
  * VRt.Agro [AG]
1185
1183
  *
1186
- * The version of the OpenAPI document: 7.37.3331
1184
+ * The version of the OpenAPI document: 7.38.3336
1187
1185
  * Contact: support@veeroute.com
1188
1186
  *
1189
1187
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1206,11 +1204,11 @@ class LssAgroApiModule {
1206
1204
  'See also https://github.com/angular/angular/issues/20575');
1207
1205
  }
1208
1206
  }
1209
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: LssAgroApiModule, deps: [{ token: LssAgroApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
1210
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.13", ngImport: i0, type: LssAgroApiModule });
1211
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: LssAgroApiModule });
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 });
1212
1210
  }
1213
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: LssAgroApiModule, decorators: [{
1211
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: LssAgroApiModule, decorators: [{
1214
1212
  type: NgModule,
1215
1213
  args: [{
1216
1214
  imports: [],