Skip to content

Commit

Permalink
sync latest app types
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Jul 7, 2024
1 parent 55dbc87 commit 583c4a1
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
72 changes: 72 additions & 0 deletions schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,60 @@
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"description": {
"const": "Environmental Impact Decision",
"type": "string"
},
"value": {
"const": "environmnentalImpact",
"type": "string"
}
},
"required": [
"value",
"description"
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"description": {
"const": "Environmental Impact Decision - Scoping",
"type": "string"
},
"value": {
"const": "environmentalImpact.scoping",
"type": "string"
}
},
"required": [
"value",
"description"
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"description": {
"const": "Environmental Impact Decision - Screening",
"type": "string"
},
"value": {
"const": "environmentalImpact.screening",
"type": "string"
}
},
"required": [
"value",
"description"
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -674,6 +728,24 @@
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"description": {
"const": "Notification of Completion",
"type": "string"
},
"value": {
"const": "notifyCompletion",
"type": "string"
}
},
"required": [
"value",
"description"
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
Expand Down
4 changes: 4 additions & 0 deletions types/enums/ApplicationTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ export const ApplicationTypes = {
'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',
environmnentalImpact: 'Environmental Impact Decision',
'environmentalImpact.scoping': 'Environmental Impact Decision - Scoping',
'environmentalImpact.screening': 'Environmental Impact Decision - Screening',
hazardousSubstanceConsent:
'Consent to move and dispose of hazardous substances',
hedgerowRemovalNotice: 'Notice to remove a hedge',
Expand All @@ -22,6 +25,7 @@ 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',
notifyCompletion: 'Notification of Completion',
pa: 'Prior Approval',
'pa.part1.classA': 'Prior Approval - Larger extension to a house',
'pa.part1.classAA': 'Prior Approval - Adding storeys to a house',
Expand Down

0 comments on commit 583c4a1

Please sign in to comment.