ato-water-lib 0.0.126 → 0.0.128

Sign up to get free protection for your applications and to get access to all the features.
@@ -103,6 +103,7 @@ export declare namespace AtoGojsEditorModel {
103
103
  PRODUCED_ENTRAINED = "Produced / entrained water",
104
104
  BRACKISH_SURFACE_WATER = "Brackish surface water/ seawater",
105
105
  UTILITY = "UTILITY",
106
+ GROUND_WATER = "Groundwater",
106
107
  GROUND_WATER_RENEWABLE = "Groundwater - Renewable",
107
108
  ZONE = "EnergyZones",
108
109
  ZONE_ENERGY_ITEM = "SubSystem",
@@ -227,6 +228,7 @@ export declare namespace AtoGojsEditorModel {
227
228
  GROUND_WATER_NON_RENEWABLE = "Groundwater - non-renewable",
228
229
  PRODUCED_ENTRAINED = "Produced / entrained water",
229
230
  BRACKISH_SURFACE_WATER = "Brackish surface water/ seawater",
231
+ GROUND_WATER = "Groundwater",
230
232
  GROUND_WATER_RENEWABLE = "Groundwater - Renewable",
231
233
  TANKER_WATER = "Tanker Water",
232
234
  ZONE = "EnergyZones",
@@ -350,7 +352,7 @@ export declare namespace AtoGojsEditorModel {
350
352
  WATER_SOURCE = "WaterSource"
351
353
  }
352
354
  enum DISCHARGE_TYPES_SYSTEM_TYPES {
353
- GROUND_WATER_RANEWABLE = "GroundWaterRenewable"
355
+ GROUND_WATER = "GroundWater"
354
356
  }
355
357
  const WaterWithdrawSources = "WaterWithdrawSources";
356
358
  const WaterWithdrawSourcesPath = "GetFlowTopology.Plant.WaterWithdrawSources.ComponentWaterFlow.InFlows.InflowWaterRecord.QuantityParams";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.126",
3
+ "version": "0.0.128",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",