updated further

This commit is contained in:
Jun-te Kim 2025-05-30 19:09:40 +00:00
parent 3a871f59be
commit 8b1b186532

View file

@ -1,5 +1,29 @@
from etl.transform.preSiteNoteTypes import BaseModel
class ConditionReport(BaseModel):
property_reference_code: str
property_reference_code: str
class ShowerAndBath(BaseModel):
do_you_know_the_number_of_showers_per_day_or_per_week: str
do_you_know_the_number_of_baths_per_day_or_per_week: str
number_of_showers: str
class Appliances(BaseModel):
no_of_fridges: int
no_of_freezers: int
no_of_fridge_freezers: int
cooker_type: str
cooker_normal_or_large: str
cooker_range_fuel: str
tumble_dryer: str
tumble_dryer_percentage_of_annual_use: int
space_for_outdoor_drying: bool
evidence_of_twelve_months_of_fuel_bill_data: bool
class VentilationChecklist(BaseModel):
intermittent_extract_ventilation: bool
continous_mechanical_extract_ventilation: bool
mechanical_ventilation_with_heat_recovery: bool