From 2100b231d9fbda08803c7a075591d36bdb0a4410 Mon Sep 17 00:00:00 2001 From: george-OSL Date: Thu, 6 Jun 2024 14:59:03 +0100 Subject: [PATCH] fix: update `ApplicationTypes` for Amend a Planning Permission (#177) --- types/enums/ApplicationTypes.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/enums/ApplicationTypes.ts b/types/enums/ApplicationTypes.ts index 4aa8b30b..e05d16df 100644 --- a/types/enums/ApplicationTypes.ts +++ b/types/enums/ApplicationTypes.ts @@ -3,6 +3,8 @@ */ export const ApplicationTypes = { advertConsent: 'Consent to display an advertisement', + 'amendment.minorMaterial':'Consent to make small (minor material) changes to a project with planning permission', + 'amendment.nonMaterial': 'Consent to make small (non-material) changes to a project with planning permission', hazardousSubstanceConsent: 'Consent to move and dispose of hazardous substances', hedgerowRemovalNotice: 'Notice to remove a hedge', @@ -14,8 +16,6 @@ export const ApplicationTypes = { 'ldc.condition': 'Lawful Development Certificate - Lawful not to comply with a condition or limitation', listed: 'Consent to do works to a Listed Building', - nonMaterialAmendment: - 'Consent to make small changes to a project with Planning Permission', pa: 'Prior Approval', 'pa.part1.classA': 'Prior Approval - Larger extension to a house', 'pa.part1.classAA': 'Prior Approval - Adding storeys to a house',