ato-water-lib 0.0.59 → 0.0.60

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,7 +38,7 @@ export declare enum ENUM_ASSET_PARAMETERS {
38
38
  CHEMISTRY_STP_RESIDUAL = "ChemistrySTPResidual",
39
39
  CHEMISTRY_CS_CORROSION = "ChemistryCSCorrosion",
40
40
  KPI_CYCLES = "KpiCycles",
41
- KPI_ATP = "KpiATP",
41
+ BACTERIA = "Bacteria #",
42
42
  TOTAL_IRON = "Total Iron",
43
43
  CATIONIC_CONDUCTIVITY = "Cationic Conductivity",
44
44
  INTERNAL_TREATMENT_PHOSPHATE = "Internal Treatment Phosphate",
@@ -233,8 +233,8 @@ export declare const DATA_ASSET_PARAMETER_FIELDS: {
233
233
  key: ENUM_ASSET_PARAMETERS;
234
234
  waterSystem: WATER_SYSTEMS_NAME;
235
235
  };
236
- KpiATP: {
237
- name: string;
236
+ "Bacteria #": {
237
+ name: ENUM_ASSET_PARAMETERS;
238
238
  key: ENUM_ASSET_PARAMETERS;
239
239
  waterSystem: WATER_SYSTEMS_NAME;
240
240
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.59",
3
+ "version": "0.0.60",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",