@enervance/insight-cim-model 1.0.19 → 1.0.20

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.
@@ -7,10 +7,10 @@ class SubstationDao extends EquipmentContainerDao_1.EquipmentContainerDao {
7
7
  return Array.from(this.cimObject.normalEnergizedFeeder.values()).map((feeder) => ({
8
8
  sql: `
9
9
  insert into cim.substation_normal_energized_feeder (
10
- substation_uuid,
11
- feeder_uuid
10
+ substation_mrid,
11
+ feeder_mrid
12
12
  ) values ($1, $2)
13
- on conflict (substation_uuid, feeder_uuid) do nothing
13
+ on conflict (substation_mrid, feeder_mrid) do nothing
14
14
  `,
15
15
  params: [
16
16
  this.cimObject.getUUID(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enervance/insight-cim-model",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "CIM data model",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",