diff --git a/types/enums/ProjectTypes.ts b/types/enums/ProjectTypes.ts index 3a939d59..175f6796 100644 --- a/types/enums/ProjectTypes.ts +++ b/types/enums/ProjectTypes.ts @@ -13,6 +13,8 @@ export const ProjectTypes = { 'alter.boundary.add.fence': 'Add a new fence', 'alter.boundary.add.gate': 'Add a new gate', 'alter.boundary.add.wall': 'Add a new boundary wall', + 'alter.boundary.alter': 'Change a fence, wall or gate', + 'alter.boundary.remove': 'Remove a fence, wall, or gate', 'alter.boundary.repair': 'Repair a fence, wall or gate', 'alter.boundary.repair.fence': 'Repair a fence', 'alter.boundary.repair.gate': 'Repair a gate', @@ -26,7 +28,9 @@ export const ProjectTypes = { 'alter.chimneys.add': 'Add a chimney', 'alter.chimneys.replace': 'Replace a chimney', 'alter.deck': 'Add a verandah or deck', + 'alter.decksHigh': 'Add a high verandah or deck', 'alter.drains': 'Work on drains', + 'alter.equipment': 'Install equipment', 'alter.equipment.airConditioning': 'Install an air conditioning unit', 'alter.equipment.alarm': 'Install a security alarm', 'alter.equipment.antennae': 'Install a satellite dish or aerial', @@ -46,20 +50,28 @@ export const ProjectTypes = { 'alter.equipment.solar.pv': 'Install solar photovoltaics (PV)', 'alter.equipment.solar.thermal': 'Install solar thermal equipment', 'alter.equipment.tank': 'Install an outdoor tank (for example a water tank)', + 'alter.equipment.wifi': 'Install internet equipment', 'alter.equipment.wind': 'Install a wind turbine', 'alter.facades': 'Change the material or colour of the external walls', + 'alter.facades.insulation': 'Change the insulation of the facade', 'alter.facades.paint': 'Paint the facade', 'alter.facades.rear': 'Change the material or colour of the external walls to the rear of the building', 'alter.facades.reclad': 'Change the cladding of the facade', + 'alter.facades.repair': 'Repair the facade', 'alter.highways': 'Changes to a public road, pavement or path (including drop kerb)', 'alter.highways.access': 'Create a point of access to a highway', 'alter.highways.access.unclassified': 'Create a point of access to an unclassified road', + 'alter.highways.dropKerb': 'Changes to a dropped kerb', 'alter.highways.droppedKerb': 'Changes to a dropped kerb', 'alter.highways.droppedKerb.add': 'Add a dropped kerb', 'alter.highways.droppedKerb.remove': 'Remove a dropped kerb', + 'alter.highways.road': 'Changes to a road', + 'alter.highways.road.add': 'Add a road', + 'alter.highways.road.remove': 'Remove a road', + 'alter.internal': 'Changes to internal walls or layout', 'alter.landscape': 'Landscaping works', 'alter.landscape.gardens': 'Add or remove a residential lawn or garden', 'alter.landscape.ponds': 'Add or remove a pond', @@ -73,13 +85,14 @@ export const ProjectTypes = { 'alter.openings.add.door.side': 'Add new doorways to the side of the building', 'alter.openings.add.window': 'Add one or more new windows', - 'alter.openings.add.window.front': + 'alter.openings.add.windows': 'Add one or more new windows', + 'alter.openings.add.windows.front': 'Add new windows to the front of the building', - 'alter.openings.add.window.high': 'Add new windows 1.7m up or higher', - 'alter.openings.add.window.rear': + 'alter.openings.add.windows.high': 'Add new windows 1.7m up or higher', + 'alter.openings.add.windows.rear': 'Add new windows to the rear of the building', - 'alter.openings.add.window.shutters': 'Add new shutters to windows', - 'alter.openings.add.window.side': + 'alter.openings.add.windows.shutters': 'Add new shutters to windows', + 'alter.openings.add.windows.side': 'Add new windows to the side of the building', 'alter.openings.alter': 'Change the size of doorways or windows', 'alter.openings.alter.convert.doorToWindow': @@ -88,13 +101,28 @@ export const ProjectTypes = { 'Convert a window into a doorway', 'alter.openings.alter.enlarge.door': 'Enlarge a door opening', 'alter.openings.alter.enlarge.window': 'Enlarge a window opening', + 'alter.openings.alter.enlarge.window.front': + 'Enlarge a window opening on the front of a building', + 'alter.openings.alter.enlarge.window.rear': + 'Enlarge a window opening on the rear of a building', + 'alter.openings.alter.enlarge.window.side': + 'Enlarge a window opening on the side of a building', 'alter.openings.alter.reduce.door': 'Reduce the size of a door opening', 'alter.openings.alter.reduce.window': 'Reduce the size of a window opening', + 'alter.openings.alter.reduce.window.front': + 'Reduce the size of a window opening on the front of a building', + 'alter.openings.alter.reduce.window.rear': + 'Reduce the size of a window opening on the rear of a building', + 'alter.openings.alter.reduce.window.side': + 'Reduce the size of a window opening on the side of a building', 'alter.openings.remove': 'Block up doorways or windows', + 'alter.openings.remove.door': 'Block up doorways', + 'alter.openings.remove.window': 'Block up windows', 'alter.pipes': 'Install pipes', 'alter.remove': 'Remove part of a building (such as a decorative feature)', 'alter.remove.chimney': 'Remove a chimney', 'alter.remove.deck': 'Remove a deck', + 'alter.remove.drain': 'Remove a drain', 'alter.remove.equipment': 'Remove energy equipment', 'alter.remove.facade': 'Remove part of a facade', 'alter.remove.soilPipe': 'Remove a soil pipe', @@ -104,9 +132,33 @@ export const ProjectTypes = { 'alter.repair.windows': 'Repair windows', 'alter.replace': 'Replace windows or doors', 'alter.replace.doorsToDoors': 'Replace door with door', + 'alter.replace.doorsToDoors.front': + 'Replace door with door on the front of a building', + 'alter.replace.doorsToDoors.rear': + 'Replace door with door on the rear of a building', + 'alter.replace.doorsToDoors.side': + 'Replace door with door on the side of a building', 'alter.replace.doorsToWindows': 'Replace door with window', + 'alter.replace.doorsToWindows.front': + 'Replace door with window on the front of a building', + 'alter.replace.doorsToWindows.rear': + 'Replace door with winoow on the rear of a building', + 'alter.replace.doorsToWindows.side': + 'Replace door with window on the side of a building', 'alter.replace.windowsToDoors': 'Replace window with door', + 'alter.replace.windowsToDoors.front': + 'Replace window with door on the front of a building', + 'alter.replace.windowsToDoors.rear': + 'Replace window with door on the rear of a building', + 'alter.replace.windowsToDoors.side': + 'Replace window with door on the side of a building', 'alter.replace.windowsToWindows': 'Replace window with window', + 'alter.replace.windowsToWindows.front': + 'Replace window with window on the front ofa building', + 'alter.replace.windowsToWindows.rear': + 'Replace window with window on the rear of a building', + 'alter.replace.windowsToWindows.side': + 'Replace window with window on the side of a building', 'alter.roof': 'Change the roof', 'alter.roof.materials': 'Replace or change the roof materials', 'alter.roof.parapet': 'Add or change a roof parapet', @@ -119,36 +171,83 @@ export const ProjectTypes = { 'alter.sign': 'Add an advert or sign', 'alter.soilPipes': 'Add or replace a soil pipe', 'alter.staircase': 'Add or change an external staircase', + 'alter.surfaceLow': 'Add a low surface', 'alter.surfaces': 'Add a decked area or patio', + 'alter.surfaces.deck': 'Add a decked area', 'alter.surfaces.parking': 'Add a driveway or parking area', + 'alter.surfaces.parking.extend': 'Extend a driveway or parking area', + 'alter.surfaces.parking.new': 'Add a new driveway or parking area', + 'alter.surfaces.parking.replace': 'Replace a driveway or parking area', + 'alter.surfaces.patio': 'Add a patio', + 'alter.surfaces.patio.extend': 'Extend a patio', + 'alter.surfaces.patio.new': 'Add a new patio', + 'alter.surfaces.patio.replace': 'Replace a patio', 'alter.swimmingPool': 'Install a swimming pool', 'alter.swimmingPool.indoor': 'Install an indoor swimming pool', 'alter.swimmingPool.outdoor': 'Install an outdoor swimming pool', 'alter.trees': 'Changes to trees or hedges', + 'alter.trees.hedge': 'Changes to hedges', + 'alter.trees.hedge.letGrow': 'Let hedges grow', + 'alter.trees.hedge.new': 'New hedges', + 'alter.trees.hedge.prune': 'Prune hedges', + 'alter.trees.hedge.remove': 'Remove hedges', + 'alter.trees.tree': 'Changes to trees', + 'alter.trees.tree.new': 'New trees', + 'alter.trees.tree.prune': 'Prune trees', + 'alter.trees.tree.remove': 'Remove trees', changeOfUse: 'Change the use of a building', 'changeofUse.annexe': 'Convert part of the property into a granny flat (residential annexe)', 'changeOfUse.caravans': 'Use a caravan or mobile home on the property', + 'changeOfUse.extension': 'Convert an extension', 'changeOfUse.garage': 'Convert a garage', 'changeOfUse.let.part': 'Let a part of the property', 'changeOfUse.let.whole': 'Let the property', 'changeOfUse.outbuilding': 'Convert or change the use of an outbuilding (such as a shed, garage or barn)', 'changeOfUse.part': 'Convert or change the use of part of a building', - 'changeOfUse.whole.homeToHMO': 'Convert a home to bedsits or a shared home', 'changeOfUse.whole': 'Change the use of a property', + 'changeOfUse.whole.homeToHMO': 'Convert a home to bedsits or a shared home', 'changeOfUse.workFromHome': 'Work from home', demolish: 'Demolish a building', 'demolish.boundary': 'Demolish a fence, gate or boundary wall', 'demolish.full': 'Demolish a building', + 'demolish.outbuilding': 'Demolish an outbuilding (such as a garage or barn)', 'demolish.outbuildings': 'Demolish an outbuilding (such as a garage or barn)', 'demolish.part': 'Demolish part of a building (such as an extension)', + 'demolish.part.conservatory': 'Demolish part of a conservatory', 'demolish.replace': 'Demolish a building and build homes in its place', extend: 'Extend a building or add an outbuilding', + 'extend.balcony': 'Enlarge a balcony', 'extend.basement': 'Add a basement extension', 'extend.basement.extend': 'Enlarge a basement', 'extend.basement.lightwell': 'Add a lightwell', + 'extend.basement.new': 'Add a new basement extension', 'extend.front': 'Add a front extension', + 'extend.outbuilding': + 'Add an outbuilding (such as a shed, garage or garden office)', + 'extend.outbuilding.animals': + 'Add an outbuilding - animal enclosure, aviary or beehive', + 'extend.outbuilding.annexe': + 'Add an outbuilding - residential (or "granny") annexe', + 'extend.outbuilding.bedroom': 'Add an outbuilding - bedroom or guest room', + 'extend.outbuilding.games': 'Add an outbuilding - games room', + 'extend.outbuilding.garage': 'Add an outbuilding - garage', + 'extend.outbuilding.greenhouse': 'Add an outbuilding - greenhouse', + 'extend.outbuilding.gym': 'Add an outbuilding - gym', + 'extend.outbuilding.office': 'Add an outbuilding - office', + 'extend.outbuilding.other': 'Add an outbuilding - something else', + 'extend.outbuilding.play': 'Add an outbuilding - play house', + 'extend.outbuilding.sauna': 'Add an outbuilding - sauna', + 'extend.outbuilding.shed': 'Add an outbuilding - shed', + 'extend.outbuilding.shelter': + 'Add an outbuilding - car parking or smoking shelter', + 'extend.outbuilding.store': 'Add an outbuilding - storage', + 'extend.outbuilding.studio': 'Add an outbuilding - studio', + 'extend.outbuilding.summerHouse': 'Add an outbuilding - summer house', + 'extend.outbuilding.swimmingPool': 'Add an outbuilding - swimming pool', + 'extend.outbuilding.tank': 'Add an outbuilding - tank', + 'extend.outbuilding.workshop': 'Add an outbuilding - workshop', 'extend.outbuildings': 'Add an outbuilding (such as a shed, garage or garden office)', 'extend.outbuildings.animals': @@ -162,6 +261,7 @@ export const ProjectTypes = { 'extend.outbuildings.gym': 'Add an outbuilding - gym', 'extend.outbuildings.office': 'Add an outbuilding - office', 'extend.outbuildings.other': 'Add an outbuilding - something else', + 'extend.outbuildings.play': 'Add an outbuilding - play house', 'extend.outbuildings.sauna': 'Add an outbuilding - sauna', 'extend.outbuildings.shed': 'Add an outbuilding - shed', 'extend.outbuildings.shelter': @@ -180,6 +280,7 @@ export const ProjectTypes = { 'extend.rear.rear': 'Add a rear extension', 'extend.rear.side': 'Add a side extension', 'extend.roof': 'Add a roof extension', + 'extend.roof.connect': 'Join two roofs', 'extend.roof.dormer': 'Add a roof dormer', 'extend.roof.dormer.front': 'Add a roof dormer to the front of the building', 'extend.roof.dormer.frontAndRear': @@ -187,8 +288,13 @@ export const ProjectTypes = { 'extend.roof.dormer.mansard': 'Add a mansard roof', 'extend.roof.dormer.rear': 'Add a roof dormer to the rear of the building', 'extend.roof.dormer.side': 'Add a roof dormer to the side of the building', - 'extend.roof.hipToGable': 'Hip-to-gable roof enlargement', - 'exend.roof.newStorey': 'Add one or more new storeys', + 'extend.roof.hiptogable': 'Convert a hip roof to a gable', + 'extend.roof.hipToGable': 'Convert a hip roof to a gable', + 'extend.roof.mansard': 'Convert to a mansard roof', + 'extend.roof.newstorey': 'Add one or more new storeys', + 'extend.roof.newStorey': 'Add one or more new storeys', + 'extend.roof.slope': 'Convert to a sloping roof', + 'extend.side': 'Add a side extension', 'extend.upperStorey': 'Add an upper storey extension', internal: 'Internal building works, such as change the internal layout', 'internal.doorways': 'Alter internal doors', @@ -199,26 +305,30 @@ export const ProjectTypes = { 'internal.staircases': 'Alter internal staircases', 'internal.walls': 'Alter internal walls', 'internal.windows.openings': 'Alter internal window openings', - new: 'Add another type of building', - 'new.agriculture': 'Agricultural buildings', - 'new.agriculture.glassHouse': 'Agricultural buildings - glass house', - 'new.agriculture.mining': 'Agricultural buildings - mining', - 'new.agriculture.pigs': 'Agricultural buildings - pigs', - 'new agriculture.poultry': 'Agricultural buildings - poultry', + new: 'Add a new separate building or self-contained units', + 'new.agriculture': 'New agricultural buildings', + 'new.agriculture.glassHouse': 'New agricultural buildings - glass house', + 'new.agriculture.mining': 'New agricultural buildings - mining', + 'new.agriculture.pigs': 'New agricultural buildings - pigs', + 'new agriculture.poultry': 'New agricultural buildings - poultry', 'new.clickCollect': 'Install click and collect facilities', 'new.dwelling': 'New, self-contained dwelling', 'new.dwelling.flat': 'New flats', 'new.dwelling.house': 'New houses', 'new.forestry': 'Build new forestry buildings', - 'new.industrial': 'Industrial premises', - 'new.leisure': 'Leisure premises', - 'new.office': 'Offices', + 'new.industrial': 'New industrial premises', + 'new.leisure': 'New leisure premises', + 'new.office': 'New offices', + 'new.other': 'Add another type of building - something else', 'new.residential.dwelling': 'Build new homes on a roof', - 'new.retail': 'Retail premises', + 'new.retail': 'New retail premises', 'new.telecoms': 'Install telecommunications equipment', 'new.temporaryStructure': 'Erect a temporary structure for historic visitor attractions and listed buildings', - 'new.warehouse': 'Storage or distribution premises', + 'new.warehouse': 'New storage or distribution premises', + not: 'Negate a project type', + 'not.alter.replace': 'Do not add or change windows or doors', + 'not.alter.rooflight': 'Do not add or change a rooflight', unit: 'Change of units', 'unit.merge': 'Convert two or more properties into one', 'unit.subdivide': 'Convert a home or part of a home into flats',