@veeroute/lss-agro-angular 7.35.3290 → 7.37.3331

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.35.3290
1
+ # @veeroute/lss-agro-angular@7.37.3331
2
2
 
3
- Veeroute Agro API. # Description The service is designed to calculate the work plan of production facilities. ## Objects overview ![objects](../images/agro_objects.svg) ### Field - produces a certain crop of a certain moisture content - products from the field can only be moved to the Elevator or Factory ### Elevator - consists of Gates, Dryers, short-term and long-term storage areas - dries the grain (if the moisture content of the crop is more than acceptable) - stores dry grain in short-term storage places (warehouses), while unloading and loading grain is allowed within one day - stores dry grain in long-term storage places (sleeves, trenches, mounds) - when stored in one storage, only one type of culture can be located - sells surplus grain to the Market - production processes inside the facility: drying, loading / unloading to a storage location, storage ### Factory - consists of Gates, Dryers, Bunkers, Consumers - [if drying is present] dries the grain (if the moisture content of the crop is more than allowed) - stores dry grain in Bunkers (short-term storage tied to a specific crop) - maintains a minimum supply of grain for consumption in the Bunkers - Consumes grain from Bunkers - buys the missing grain from the Market - production processes inside the facility: drying, loading / unloading to a storage location, storage, consumption ### Market - buys grain from elevators - sells grain to factories ## Project The project reflects the planned sequence of operations on agricultural crops, the types of operations are described below. ### HARVEST Crop harvesting: - between production facilities (Field and Elevator or Field) - the operation takes place within one day - on the Field there is a determination of grain moisture | | Object (target_key) | Subobject (target_detail_key) | |-------------|---------------------|-------------------------------| | Source | Field | - | | Destination | Elevator or Factory | Gate | ### DRY Drying culture: - inside the production facility (Elevator or Field) - duration of the operation - days - during the drying process, the mass and type of humidity changes (WET -> DRY) - the source indicates the mass of raw culture - in the appointment, the resulting mass of dry culture is indicated | | Object (target_key) | Subobject (target_detail_key) | |-------------|---------------------|-------------------------------| | Source | Elevator or Factory | Gate | | Destination | Elevator or Factory | Dryer | ### LOAD Loading culture from the Gate to the Storage Location (long-term, short-term, silo): - between parts of one production facility (Elevator or Field) - the operation takes place within one day | | Object (target_key) | Subobject (target_detail_key) | |-------------|---------------------|--------------------------------------------------| | Source | Elevator or Factory | Gate or Dryer | | Destination | Elevator or Factory | Storage location (long-term, short-term, bunker) | ### UNLOAD Unloading the culture from the storage place to the gate: - between parts of one production facility (Elevator) - the operation takes place within one day | | Object (target_key) | Subobject (target_detail_key) | |-------------|---------------------|--------------------------------------------------| | Source | Elevator | Storage location (long-term, short-term, bunker) | | Destination | Elevator | Gate | ### STORE Culture storage: - the operation takes place within one day - storage location does not change | | Object (target_key) | Subobject (target_detail_key) | |-------------|---------------------|--------------------------------------------------| | Source | Elevator or Factory | Storage location (long-term, short-term, bunker) | | Destination | Elevator or Factory | The same storage location | ### RELOCATE Transportation between production facilities: - between production facilities (Elevator and Field) - the operation takes place within one day | | Object (target_key) | Subobject (target_detail_key) | |-------------|---------------------|-------------------------------| | Source | Elevator | Gate | | Destination | Factory | Gate | ### CONSUMPTION Field crop consumption: - between parts of one production facility (Field) - the operation takes place within one day - consumption comes from the Bunker - in addition, we can consume directly from the Gate or Dryer without laying in the Bunker | | Object (target_key) | Subobject (target_detail_key) | |-------------|---------------------|-------------------------------| | Source | Factory | Hopper or Gate or Dryer | | Destination | Factory | Consumer | ### SELL Sale of culture: - between production facilities (Elevator and Market) - the operation takes place within one day | | Object (target_key) | Subobject (target_detail_key) | |-------------|---------------------|-------------------------------| | Source | Elevator | Gate | | Destination | Market | Contract | ### BUY Buying culture: - between production facilities (Market and Factory) - the operation takes place within one day | | Object (target_key) | Subobject (target_detail_key) | |-------------|---------------------|-------------------------------| | Source | Market | Contract | | Destination | Factory | Gate | ## Entity relationship diagram ![erd](../uml/agro.svg)
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.35.3290
5
+ The version of the OpenAPI document: 7.37.3331
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.35.3290 --save
27
+ npm install @veeroute/lss-agro-angular@7.37.3331 --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.35.3290
181
+ * The version of the OpenAPI document: 7.37.3331
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.35.3290
257
+ * The version of the OpenAPI document: 7.37.3331
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.9", 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.9", ngImport: i0, type: PlanService, providedIn: 'root' });
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' });
681
681
  }
682
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: PlanService, decorators: [{
682
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", 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.35.3290
699
+ * The version of the OpenAPI document: 7.37.3331
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.9", 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.9", ngImport: i0, type: SystemService, providedIn: 'root' });
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' });
822
822
  }
823
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: SystemService, decorators: [{
823
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", 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.35.3290
842
+ * The version of the OpenAPI document: 7.37.3331
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.35.3290
865
+ * The version of the OpenAPI document: 7.37.3331
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.35.3290
896
+ * The version of the OpenAPI document: 7.37.3331
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.35.3290
915
+ * The version of the OpenAPI document: 7.37.3331
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.35.3290
925
+ * The version of the OpenAPI document: 7.37.3331
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.35.3290
935
+ * The version of the OpenAPI document: 7.37.3331
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.35.3290
945
+ * The version of the OpenAPI document: 7.37.3331
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.35.3290
955
+ * The version of the OpenAPI document: 7.37.3331
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.35.3290
979
+ * The version of the OpenAPI document: 7.37.3331
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.35.3290
989
+ * The version of the OpenAPI document: 7.37.3331
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).
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).
997
997
  */
998
998
  var ContractTypeAgro;
999
999
  (function (ContractTypeAgro) {
@@ -1001,12 +1001,14 @@ 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";
1004
1006
  })(ContractTypeAgro || (ContractTypeAgro = {}));
1005
1007
 
1006
1008
  /**
1007
1009
  * VRt.Agro [AG]
1008
1010
  *
1009
- * The version of the OpenAPI document: 7.35.3290
1011
+ * The version of the OpenAPI document: 7.37.3331
1010
1012
  * Contact: support@veeroute.com
1011
1013
  *
1012
1014
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1024,7 +1026,7 @@ var CropTypeAgro;
1024
1026
  /**
1025
1027
  * VRt.Agro [AG]
1026
1028
  *
1027
- * The version of the OpenAPI document: 7.35.3290
1029
+ * The version of the OpenAPI document: 7.37.3331
1028
1030
  * Contact: support@veeroute.com
1029
1031
  *
1030
1032
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1034,7 +1036,7 @@ var CropTypeAgro;
1034
1036
  /**
1035
1037
  * VRt.Agro [AG]
1036
1038
  *
1037
- * The version of the OpenAPI document: 7.35.3290
1039
+ * The version of the OpenAPI document: 7.37.3331
1038
1040
  * Contact: support@veeroute.com
1039
1041
  *
1040
1042
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1052,7 +1054,7 @@ var FlowTypeAgro;
1052
1054
  /**
1053
1055
  * VRt.Agro [AG]
1054
1056
  *
1055
- * The version of the OpenAPI document: 7.35.3290
1057
+ * The version of the OpenAPI document: 7.37.3331
1056
1058
  * Contact: support@veeroute.com
1057
1059
  *
1058
1060
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1062,7 +1064,7 @@ var FlowTypeAgro;
1062
1064
  /**
1063
1065
  * VRt.Agro [AG]
1064
1066
  *
1065
- * The version of the OpenAPI document: 7.35.3290
1067
+ * The version of the OpenAPI document: 7.37.3331
1066
1068
  * Contact: support@veeroute.com
1067
1069
  *
1068
1070
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1072,7 +1074,7 @@ var FlowTypeAgro;
1072
1074
  /**
1073
1075
  * VRt.Agro [AG]
1074
1076
  *
1075
- * The version of the OpenAPI document: 7.35.3290
1077
+ * The version of the OpenAPI document: 7.37.3331
1076
1078
  * Contact: support@veeroute.com
1077
1079
  *
1078
1080
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1092,7 +1094,7 @@ var ObjectTypeAgro;
1092
1094
  /**
1093
1095
  * VRt.Agro [AG]
1094
1096
  *
1095
- * The version of the OpenAPI document: 7.35.3290
1097
+ * The version of the OpenAPI document: 7.37.3331
1096
1098
  * Contact: support@veeroute.com
1097
1099
  *
1098
1100
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1102,7 +1104,7 @@ var ObjectTypeAgro;
1102
1104
  /**
1103
1105
  * VRt.Agro [AG]
1104
1106
  *
1105
- * The version of the OpenAPI document: 7.35.3290
1107
+ * The version of the OpenAPI document: 7.37.3331
1106
1108
  * Contact: support@veeroute.com
1107
1109
  *
1108
1110
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1127,7 +1129,7 @@ var OperationTypeAgro;
1127
1129
  /**
1128
1130
  * VRt.Agro [AG]
1129
1131
  *
1130
- * The version of the OpenAPI document: 7.35.3290
1132
+ * The version of the OpenAPI document: 7.37.3331
1131
1133
  * Contact: support@veeroute.com
1132
1134
  *
1133
1135
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1145,7 +1147,7 @@ var ProjectConfigurationAgro;
1145
1147
  /**
1146
1148
  * VRt.Agro [AG]
1147
1149
  *
1148
- * The version of the OpenAPI document: 7.35.3290
1150
+ * The version of the OpenAPI document: 7.37.3331
1149
1151
  * Contact: support@veeroute.com
1150
1152
  *
1151
1153
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1155,7 +1157,7 @@ var ProjectConfigurationAgro;
1155
1157
  /**
1156
1158
  * VRt.Agro [AG]
1157
1159
  *
1158
- * The version of the OpenAPI document: 7.35.3290
1160
+ * The version of the OpenAPI document: 7.37.3331
1159
1161
  * Contact: support@veeroute.com
1160
1162
  *
1161
1163
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1181,7 +1183,7 @@ var ServiceAgro;
1181
1183
  /**
1182
1184
  * VRt.Agro [AG]
1183
1185
  *
1184
- * The version of the OpenAPI document: 7.35.3290
1186
+ * The version of the OpenAPI document: 7.37.3331
1185
1187
  * Contact: support@veeroute.com
1186
1188
  *
1187
1189
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1204,11 +1206,11 @@ class LssAgroApiModule {
1204
1206
  'See also https://github.com/angular/angular/issues/20575');
1205
1207
  }
1206
1208
  }
1207
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", 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.9", ngImport: i0, type: LssAgroApiModule });
1209
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LssAgroApiModule });
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 });
1210
1212
  }
1211
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LssAgroApiModule, decorators: [{
1213
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: LssAgroApiModule, decorators: [{
1212
1214
  type: NgModule,
1213
1215
  args: [{
1214
1216
  imports: [],