ato-water-lib 0.0.145 → 0.0.147

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ import { AtoGojsEditorModel } from '../models/gojs-editor.model';
2
+ export declare const ATO_DUPLICATE_BASE64: {
3
+ IndustrialGases: AtoGojsEditorModel.ENUM_TYPES;
4
+ };
1
5
  export declare const AtoGoJSBase64: {
2
6
  CoolingTowers: string;
3
7
  Boilers: 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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.145",
3
+ "version": "0.0.147",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",