@veeroute/lss-agro-angular 7.1.2439 → 7.2.2444
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/api/planServiceInterface.d.ts +1 -1
- package/api/systemServiceInterface.d.ts +1 -1
- package/esm2022/api/planService.mjs +5 -5
- package/esm2022/api/planServiceInterface.mjs +1 -1
- package/esm2022/api/systemService.mjs +5 -5
- package/esm2022/api/systemServiceInterface.mjs +1 -1
- package/esm2022/api.module.mjs +4 -4
- package/esm2022/model/attribute.mjs +2 -2
- package/esm2022/model/bunker.mjs +1 -1
- package/esm2022/model/calculationAsyncResult.mjs +1 -1
- package/esm2022/model/calculationInfo.mjs +1 -1
- package/esm2022/model/calculationSettings.mjs +2 -2
- package/esm2022/model/calculationState.mjs +1 -1
- package/esm2022/model/calculationStatus.mjs +2 -2
- package/esm2022/model/capacityForecastElement.mjs +1 -1
- package/esm2022/model/chamber.mjs +1 -1
- package/esm2022/model/checkResult.mjs +2 -2
- package/esm2022/model/consumer.mjs +1 -1
- package/esm2022/model/contract.mjs +1 -1
- package/esm2022/model/contractType.mjs +2 -2
- package/esm2022/model/costForecastElement.mjs +1 -1
- package/esm2022/model/crop.mjs +1 -1
- package/esm2022/model/cropType.mjs +2 -2
- package/esm2022/model/custom400WithErrorsAndWarnings.mjs +1 -1
- package/esm2022/model/dateWindow.mjs +2 -2
- package/esm2022/model/dryer.mjs +1 -1
- package/esm2022/model/elevator.mjs +1 -1
- package/esm2022/model/entityError.mjs +1 -1
- package/esm2022/model/entityErrorType.mjs +2 -2
- package/esm2022/model/entityPath.mjs +1 -1
- package/esm2022/model/entityType.mjs +2 -2
- package/esm2022/model/entityWarning.mjs +1 -1
- package/esm2022/model/entityWarningType.mjs +2 -2
- package/esm2022/model/factory.mjs +1 -1
- package/esm2022/model/field.mjs +1 -1
- package/esm2022/model/gate.mjs +1 -1
- package/esm2022/model/general402.mjs +1 -1
- package/esm2022/model/general404.mjs +1 -1
- package/esm2022/model/general404Detail.mjs +1 -1
- package/esm2022/model/general429.mjs +1 -1
- package/esm2022/model/general500.mjs +1 -1
- package/esm2022/model/humidityForecastElement.mjs +1 -1
- package/esm2022/model/leftover.mjs +2 -2
- package/esm2022/model/manufacturingOperation.mjs +1 -1
- package/esm2022/model/market.mjs +1 -1
- package/esm2022/model/movementMatrixElement.mjs +2 -2
- package/esm2022/model/objectType.mjs +2 -2
- package/esm2022/model/operationMeasurements.mjs +2 -2
- package/esm2022/model/operationTarget.mjs +1 -1
- package/esm2022/model/operationType.mjs +2 -2
- package/esm2022/model/planResult.mjs +1 -1
- package/esm2022/model/planSettings.mjs +1 -1
- package/esm2022/model/planStatistics.mjs +2 -2
- package/esm2022/model/planTask.mjs +1 -1
- package/esm2022/model/priceForecastElement.mjs +1 -1
- package/esm2022/model/pricelist.mjs +1 -1
- package/esm2022/model/productivityForecastElement.mjs +1 -1
- package/esm2022/model/projectConfiguration.mjs +2 -2
- package/esm2022/model/projectSettings.mjs +1 -1
- package/esm2022/model/schemaError.mjs +2 -2
- package/esm2022/model/service.mjs +2 -2
- package/esm2022/model/silo.mjs +1 -1
- package/esm2022/model/stockForecastElement.mjs +1 -1
- package/esm2022/model/storage.mjs +1 -1
- package/esm2022/model/tracedata.mjs +1 -1
- package/esm2022/model/unplannedItems.mjs +2 -2
- package/esm2022/model/validateResult.mjs +1 -1
- package/esm2022/model/versionResult.mjs +2 -2
- package/fesm2022/veeroute-lss-agro-angular.mjs +33 -33
- package/fesm2022/veeroute-lss-agro-angular.mjs.map +1 -1
- package/model/attribute.d.ts +1 -1
- package/model/bunker.d.ts +1 -1
- package/model/calculationAsyncResult.d.ts +1 -1
- package/model/calculationInfo.d.ts +1 -1
- package/model/calculationSettings.d.ts +1 -1
- package/model/calculationState.d.ts +1 -1
- package/model/calculationStatus.d.ts +1 -1
- package/model/capacityForecastElement.d.ts +1 -1
- package/model/chamber.d.ts +1 -1
- package/model/checkResult.d.ts +1 -1
- package/model/consumer.d.ts +1 -1
- package/model/contract.d.ts +1 -1
- package/model/contractType.d.ts +1 -1
- package/model/costForecastElement.d.ts +1 -1
- package/model/crop.d.ts +1 -1
- package/model/cropType.d.ts +1 -1
- package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
- package/model/dateWindow.d.ts +1 -1
- package/model/dryer.d.ts +1 -1
- package/model/elevator.d.ts +1 -1
- package/model/entityError.d.ts +1 -1
- package/model/entityErrorType.d.ts +1 -1
- package/model/entityPath.d.ts +1 -1
- package/model/entityType.d.ts +1 -1
- package/model/entityWarning.d.ts +1 -1
- package/model/entityWarningType.d.ts +1 -1
- package/model/factory.d.ts +1 -1
- package/model/field.d.ts +1 -1
- package/model/gate.d.ts +1 -1
- package/model/general402.d.ts +1 -1
- package/model/general404.d.ts +1 -1
- package/model/general404Detail.d.ts +1 -1
- package/model/general429.d.ts +1 -1
- package/model/general500.d.ts +1 -1
- package/model/humidityForecastElement.d.ts +1 -1
- package/model/leftover.d.ts +1 -1
- package/model/manufacturingOperation.d.ts +1 -1
- package/model/market.d.ts +1 -1
- package/model/movementMatrixElement.d.ts +1 -1
- package/model/objectType.d.ts +1 -1
- package/model/operationMeasurements.d.ts +1 -1
- package/model/operationTarget.d.ts +1 -1
- package/model/operationType.d.ts +1 -1
- package/model/planResult.d.ts +1 -1
- package/model/planSettings.d.ts +1 -1
- package/model/planStatistics.d.ts +1 -1
- package/model/planTask.d.ts +1 -1
- package/model/priceForecastElement.d.ts +1 -1
- package/model/pricelist.d.ts +1 -1
- package/model/productivityForecastElement.d.ts +1 -1
- package/model/projectConfiguration.d.ts +1 -1
- package/model/projectSettings.d.ts +1 -1
- package/model/schemaError.d.ts +1 -1
- package/model/service.d.ts +1 -1
- package/model/silo.d.ts +1 -1
- package/model/stockForecastElement.d.ts +1 -1
- package/model/storage.d.ts +1 -1
- package/model/tracedata.d.ts +1 -1
- package/model/unplannedItems.d.ts +1 -1
- package/model/validateResult.d.ts +1 -1
- package/model/versionResult.d.ts +1 -1
- package/package.json +1 -1
|
@@ -162,7 +162,7 @@ class Configuration {
|
|
|
162
162
|
/**
|
|
163
163
|
* VRt.Agro [AG]
|
|
164
164
|
*
|
|
165
|
-
* The version of the OpenAPI document: 7.
|
|
165
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
166
166
|
* Contact: servicedesk@veeroute.com
|
|
167
167
|
*
|
|
168
168
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -707,10 +707,10 @@ class PlanService {
|
|
|
707
707
|
reportProgress: reportProgress
|
|
708
708
|
});
|
|
709
709
|
}
|
|
710
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
711
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
710
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PlanService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
711
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PlanService, providedIn: 'root' });
|
|
712
712
|
}
|
|
713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PlanService, decorators: [{
|
|
714
714
|
type: Injectable,
|
|
715
715
|
args: [{
|
|
716
716
|
providedIn: 'root'
|
|
@@ -727,7 +727,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImpo
|
|
|
727
727
|
/**
|
|
728
728
|
* VRt.Agro [AG]
|
|
729
729
|
*
|
|
730
|
-
* The version of the OpenAPI document: 7.
|
|
730
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
731
731
|
* Contact: servicedesk@veeroute.com
|
|
732
732
|
*
|
|
733
733
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -932,10 +932,10 @@ class SystemService {
|
|
|
932
932
|
reportProgress: reportProgress
|
|
933
933
|
});
|
|
934
934
|
}
|
|
935
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
936
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
935
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SystemService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
936
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SystemService, providedIn: 'root' });
|
|
937
937
|
}
|
|
938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
938
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SystemService, decorators: [{
|
|
939
939
|
type: Injectable,
|
|
940
940
|
args: [{
|
|
941
941
|
providedIn: 'root'
|
|
@@ -954,7 +954,7 @@ const APIS = [PlanService, SystemService];
|
|
|
954
954
|
/**
|
|
955
955
|
* VRt.Agro [AG]
|
|
956
956
|
*
|
|
957
|
-
* The version of the OpenAPI document: 7.
|
|
957
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
958
958
|
* Contact: servicedesk@veeroute.com
|
|
959
959
|
*
|
|
960
960
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -964,7 +964,7 @@ const APIS = [PlanService, SystemService];
|
|
|
964
964
|
/**
|
|
965
965
|
* VRt.Agro [AG]
|
|
966
966
|
*
|
|
967
|
-
* The version of the OpenAPI document: 7.
|
|
967
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
968
968
|
* Contact: servicedesk@veeroute.com
|
|
969
969
|
*
|
|
970
970
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -974,7 +974,7 @@ const APIS = [PlanService, SystemService];
|
|
|
974
974
|
/**
|
|
975
975
|
* VRt.Agro [AG]
|
|
976
976
|
*
|
|
977
|
-
* The version of the OpenAPI document: 7.
|
|
977
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
978
978
|
* Contact: servicedesk@veeroute.com
|
|
979
979
|
*
|
|
980
980
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -997,7 +997,7 @@ var CalculationStatusAgro;
|
|
|
997
997
|
/**
|
|
998
998
|
* VRt.Agro [AG]
|
|
999
999
|
*
|
|
1000
|
-
* The version of the OpenAPI document: 7.
|
|
1000
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
1001
1001
|
* Contact: servicedesk@veeroute.com
|
|
1002
1002
|
*
|
|
1003
1003
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1007,7 +1007,7 @@ var CalculationStatusAgro;
|
|
|
1007
1007
|
/**
|
|
1008
1008
|
* VRt.Agro [AG]
|
|
1009
1009
|
*
|
|
1010
|
-
* The version of the OpenAPI document: 7.
|
|
1010
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
1011
1011
|
* Contact: servicedesk@veeroute.com
|
|
1012
1012
|
*
|
|
1013
1013
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1027,7 +1027,7 @@ var ContractTypeAgro;
|
|
|
1027
1027
|
/**
|
|
1028
1028
|
* VRt.Agro [AG]
|
|
1029
1029
|
*
|
|
1030
|
-
* The version of the OpenAPI document: 7.
|
|
1030
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
1031
1031
|
* Contact: servicedesk@veeroute.com
|
|
1032
1032
|
*
|
|
1033
1033
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1045,7 +1045,7 @@ var CropTypeAgro;
|
|
|
1045
1045
|
/**
|
|
1046
1046
|
* VRt.Agro [AG]
|
|
1047
1047
|
*
|
|
1048
|
-
* The version of the OpenAPI document: 7.
|
|
1048
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
1049
1049
|
* Contact: servicedesk@veeroute.com
|
|
1050
1050
|
*
|
|
1051
1051
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1055,7 +1055,7 @@ var CropTypeAgro;
|
|
|
1055
1055
|
/**
|
|
1056
1056
|
* VRt.Agro [AG]
|
|
1057
1057
|
*
|
|
1058
|
-
* The version of the OpenAPI document: 7.
|
|
1058
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
1059
1059
|
* Contact: servicedesk@veeroute.com
|
|
1060
1060
|
*
|
|
1061
1061
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1078,7 +1078,7 @@ var EntityErrorTypeAgro;
|
|
|
1078
1078
|
/**
|
|
1079
1079
|
* VRt.Agro [AG]
|
|
1080
1080
|
*
|
|
1081
|
-
* The version of the OpenAPI document: 7.
|
|
1081
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
1082
1082
|
* Contact: servicedesk@veeroute.com
|
|
1083
1083
|
*
|
|
1084
1084
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1109,7 +1109,7 @@ var EntityTypeAgro;
|
|
|
1109
1109
|
/**
|
|
1110
1110
|
* VRt.Agro [AG]
|
|
1111
1111
|
*
|
|
1112
|
-
* The version of the OpenAPI document: 7.
|
|
1112
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
1113
1113
|
* Contact: servicedesk@veeroute.com
|
|
1114
1114
|
*
|
|
1115
1115
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1128,7 +1128,7 @@ var EntityWarningTypeAgro;
|
|
|
1128
1128
|
/**
|
|
1129
1129
|
* VRt.Agro [AG]
|
|
1130
1130
|
*
|
|
1131
|
-
* The version of the OpenAPI document: 7.
|
|
1131
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
1132
1132
|
* Contact: servicedesk@veeroute.com
|
|
1133
1133
|
*
|
|
1134
1134
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1138,7 +1138,7 @@ var EntityWarningTypeAgro;
|
|
|
1138
1138
|
/**
|
|
1139
1139
|
* VRt.Agro [AG]
|
|
1140
1140
|
*
|
|
1141
|
-
* The version of the OpenAPI document: 7.
|
|
1141
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
1142
1142
|
* Contact: servicedesk@veeroute.com
|
|
1143
1143
|
*
|
|
1144
1144
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1148,7 +1148,7 @@ var EntityWarningTypeAgro;
|
|
|
1148
1148
|
/**
|
|
1149
1149
|
* VRt.Agro [AG]
|
|
1150
1150
|
*
|
|
1151
|
-
* The version of the OpenAPI document: 7.
|
|
1151
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
1152
1152
|
* Contact: servicedesk@veeroute.com
|
|
1153
1153
|
*
|
|
1154
1154
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1168,7 +1168,7 @@ var ObjectTypeAgro;
|
|
|
1168
1168
|
/**
|
|
1169
1169
|
* VRt.Agro [AG]
|
|
1170
1170
|
*
|
|
1171
|
-
* The version of the OpenAPI document: 7.
|
|
1171
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
1172
1172
|
* Contact: servicedesk@veeroute.com
|
|
1173
1173
|
*
|
|
1174
1174
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1178,7 +1178,7 @@ var ObjectTypeAgro;
|
|
|
1178
1178
|
/**
|
|
1179
1179
|
* VRt.Agro [AG]
|
|
1180
1180
|
*
|
|
1181
|
-
* The version of the OpenAPI document: 7.
|
|
1181
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
1182
1182
|
* Contact: servicedesk@veeroute.com
|
|
1183
1183
|
*
|
|
1184
1184
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1203,7 +1203,7 @@ var OperationTypeAgro;
|
|
|
1203
1203
|
/**
|
|
1204
1204
|
* VRt.Agro [AG]
|
|
1205
1205
|
*
|
|
1206
|
-
* The version of the OpenAPI document: 7.
|
|
1206
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
1207
1207
|
* Contact: servicedesk@veeroute.com
|
|
1208
1208
|
*
|
|
1209
1209
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1213,7 +1213,7 @@ var OperationTypeAgro;
|
|
|
1213
1213
|
/**
|
|
1214
1214
|
* VRt.Agro [AG]
|
|
1215
1215
|
*
|
|
1216
|
-
* The version of the OpenAPI document: 7.
|
|
1216
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
1217
1217
|
* Contact: servicedesk@veeroute.com
|
|
1218
1218
|
*
|
|
1219
1219
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1231,7 +1231,7 @@ var ProjectConfigurationAgro;
|
|
|
1231
1231
|
/**
|
|
1232
1232
|
* VRt.Agro [AG]
|
|
1233
1233
|
*
|
|
1234
|
-
* The version of the OpenAPI document: 7.
|
|
1234
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
1235
1235
|
* Contact: servicedesk@veeroute.com
|
|
1236
1236
|
*
|
|
1237
1237
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1241,7 +1241,7 @@ var ProjectConfigurationAgro;
|
|
|
1241
1241
|
/**
|
|
1242
1242
|
* VRt.Agro [AG]
|
|
1243
1243
|
*
|
|
1244
|
-
* The version of the OpenAPI document: 7.
|
|
1244
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
1245
1245
|
* Contact: servicedesk@veeroute.com
|
|
1246
1246
|
*
|
|
1247
1247
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1265,7 +1265,7 @@ var ServiceAgro;
|
|
|
1265
1265
|
/**
|
|
1266
1266
|
* VRt.Agro [AG]
|
|
1267
1267
|
*
|
|
1268
|
-
* The version of the OpenAPI document: 7.
|
|
1268
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
1269
1269
|
* Contact: servicedesk@veeroute.com
|
|
1270
1270
|
*
|
|
1271
1271
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1275,7 +1275,7 @@ var ServiceAgro;
|
|
|
1275
1275
|
/**
|
|
1276
1276
|
* VRt.Agro [AG]
|
|
1277
1277
|
*
|
|
1278
|
-
* The version of the OpenAPI document: 7.
|
|
1278
|
+
* The version of the OpenAPI document: 7.2.2444
|
|
1279
1279
|
* Contact: servicedesk@veeroute.com
|
|
1280
1280
|
*
|
|
1281
1281
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1298,11 +1298,11 @@ class LssAgroApiModule {
|
|
|
1298
1298
|
'See also https://github.com/angular/angular/issues/20575');
|
|
1299
1299
|
}
|
|
1300
1300
|
}
|
|
1301
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1302
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
1303
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
1301
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LssAgroApiModule, deps: [{ token: LssAgroApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1302
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: LssAgroApiModule });
|
|
1303
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LssAgroApiModule });
|
|
1304
1304
|
}
|
|
1305
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1305
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LssAgroApiModule, decorators: [{
|
|
1306
1306
|
type: NgModule,
|
|
1307
1307
|
args: [{
|
|
1308
1308
|
imports: [],
|