diff --git a/package-lock.json b/package-lock.json index 7f5e220d..62aa759a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gridsuite/commons-ui", - "version": "0.69.1", + "version": "0.70.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gridsuite/commons-ui", - "version": "0.69.1", + "version": "0.70.0", "license": "MPL-2.0", "dependencies": { "@react-querybuilder/dnd": "^7.2.0", diff --git a/package.json b/package.json index 5fa9c601..a2982b6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gridsuite/commons-ui", - "version": "0.69.1", + "version": "0.70.0", "description": "common react components for gridsuite applications", "engines": { "npm": ">=9", diff --git a/src/utils/types/equipmentType.ts b/src/utils/types/equipmentType.ts index dab6a82e..953c31eb 100644 --- a/src/utils/types/equipmentType.ts +++ b/src/utils/types/equipmentType.ts @@ -73,6 +73,9 @@ export enum EquipmentType { VSC_CONVERTER_STATION = 'VSC_CONVERTER_STATION', LCC_CONVERTER_STATION = 'LCC_CONVERTER_STATION', DANGLING_LINE = 'DANGLING_LINE', + TIE_LINE = 'TIE_LINE', + DISCONNECTOR = 'DISCONNECTOR', + BREAKER = 'BREAKER', } // Must be equivalent as the back enum @@ -149,6 +152,9 @@ export const EQUIPMENT_TYPE: Record string