From 7d518537f374730aed714b561930e7dbd6d7bb0e Mon Sep 17 00:00:00 2001
From: Bastien DUMONT <bdumont@grandlyon.com>
Date: Thu, 17 Oct 2024 10:57:36 +0200
Subject: [PATCH] chore: profileType is not inside profile anymore

---
 docs/ecolyo/Technical/doctypes.md | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/docs/ecolyo/Technical/doctypes.md b/docs/ecolyo/Technical/doctypes.md
index 98b54e0..9d6da6d 100644
--- a/docs/ecolyo/Technical/doctypes.md
+++ b/docs/ecolyo/Technical/doctypes.md
@@ -106,24 +106,6 @@ This doctype is used to store all information about the user.
   "quizHash": "11372a56c03edef1d6656f8a76d5ec457174f2c1",
   "explorationHash": "cdbc7a84d041318253a10b3cc0c02f9020c78c0b",
   "sendAnalysisNotification": false,
-  "profileType": {
-    "area": "123",
-    "coldWater": "individual",
-    "constructionYear": "between_1948_and_1974",
-    "cookingFluid": 0,
-    "floor": "not_applicable",
-    "hasInstalledVentilation": "yes",
-    "hasReplacedHeater": "yes",
-    "heating": "individual",
-    "hotWater": "individual",
-    "hotWaterEquipment": "solar",
-    "hotWaterFluid": 0,
-    "housingType": "individual_house",
-    "individualInsulationWork": ["roof_insulation"],
-    "occupantsNumber": 1,
-    "outsideFacingWalls": "2",
-    "warmingFluid": 0
-  },
   "isProfileTypeCompleted": true,
 }
 ```
-- 
GitLab