From 1b7022304913bd8adfc2443d94349ec214119496 Mon Sep 17 00:00:00 2001 From: Anis Touri Date: Tue, 5 Nov 2024 11:32:36 +0100 Subject: [PATCH 1/2] Typescript migration menu network report (#620) * Migration TS component/menu and component/network * add DISCONNECTOR and BREAKER types * change voltageLevelId type --------- Signed-off-by: TOURI ANIS --- src/utils/types/equipmentType.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 From f1a1d410f369e8c2c78a92e8493d49d46e4f31bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 10:40:03 +0000 Subject: [PATCH 2/2] 0.70.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",