ato-water-lib 0.0.146 → 0.0.148

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  import { AtoGojsEditorModel } from '../models/gojs-editor.model';
2
2
  export declare const ATO_DUPLICATE_BASE64: {
3
- IndustrialGases: AtoGojsEditorModel.ENUM_TYPES;
3
+ OpenRecircIndustrialGases: AtoGojsEditorModel.ENUM_TYPES;
4
4
  };
5
5
  export declare const AtoGoJSBase64: {
6
6
  CoolingTowers: string;
@@ -136,7 +136,6 @@ export declare enum ENUM_ASSET_PARAMETERS {
136
136
  CONNECTIVITY = "Connectivity",
137
137
  FLOW_SWITCH = "Flow Switch",
138
138
  ORP = "ORP",
139
- pH = "pH",
140
139
  DELTA_PH = "Delta pH"
141
140
  }
142
141
  export declare enum WATER_SYSTEMS_NAME {
@@ -1757,7 +1756,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1757
1756
  })[];
1758
1757
  linkDataArray: never[];
1759
1758
  };
1760
- IndustrialGases: {
1759
+ OpenRecircIndustrialGases: {
1761
1760
  nodeDataArray: ({
1762
1761
  key: number;
1763
1762
  type: AtoGojsEditorModel.ENUM_TEMPLATES;
@@ -72,7 +72,7 @@ export declare namespace AtoGojsEditorModel {
72
72
  enum ENUM_TEMPLATES {
73
73
  STORAGE = "Storage",
74
74
  COOLING_TOWER = "Cooling Tower",
75
- INDUSTRIAL_GASES = "Industrial Gas",
75
+ INDUSTRIAL_GASES = "Open Recirc - Industrial Gas",
76
76
  WATER_TREATMENT = "Water Treatment",
77
77
  DEMIN_WATER_TREATMENT = "Demin Water Treatment",
78
78
  RO_WATER_TREATMENT = "RO Water Treatment",
@@ -219,7 +219,7 @@ export declare namespace AtoGojsEditorModel {
219
219
  ZLD_WASTEWATER_TREATMENT = "ZLDWasteWaterTreatments",
220
220
  DOMESTIC_USE = "DomesticUse",
221
221
  COOLING_TOWER = "CoolingTowers",
222
- INDUSTRIAL_GASES = "IndustrialGases",
222
+ INDUSTRIAL_GASES = "OpenRecircIndustrialGases",
223
223
  BOILER = "Boilers",
224
224
  OTHER = "OtherWaterUse",
225
225
  LANDSCAPING_IRRIGATION = "IrrigationUse",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.146",
3
+ "version": "0.0.148",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",