Skip to content

Commit

Permalink
fix: add missing Prior Approval ApplicationType (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Nov 6, 2023
1 parent 421b4bf commit e4ecadc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,24 @@
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"description": {
"const": "Prior Approval - Specific Acts of Parliament or Local Orders",
"type": "string"
},
"value": {
"const": "pa.part18.classA",
"type": "string"
}
},
"required": [
"value",
"description"
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
Expand Down
2 changes: 2 additions & 0 deletions types/enums/ApplicationTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export const ApplicationTypes = {
'pa.part11.classB': 'Prior Approval - Demolish a building',
'pa.part14.classJ': 'Prior Approval - Install or change solar panels',
'pa.part16.classA': 'Prior Approval - Install telecommunications equipment',
'pa.part18.classA':
'Prior Approval - Specific Acts of Parliament or Local Orders',
'pa.part20.classA':
'Prior Approval - Build homes on a detached blocks of flats',
'pa.part20.classAA':
Expand Down

0 comments on commit e4ecadc

Please sign in to comment.