Skip to content

Commit

Permalink
fix: remove pp.pip.technicalDetails ApplicationType, now part of `p…
Browse files Browse the repository at this point in the history
…p.full` journey (#201)
  • Loading branch information
jessicamcinchak authored Jul 12, 2024
1 parent c67d415 commit 3b8f036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
20 changes: 1 addition & 19 deletions schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2121,7 +2121,7 @@
"additionalProperties": false,
"properties": {
"description": {
"const": "Permission in Principle - Consent for the principle of a project with less than 1,000 square metres floor area on a site of less than 1 hectare",
"const": "Planning Permission in Principle - Consent for the principle of a project with less than 1,000 square metres floor area on a site of less than 1 hectare",
"type": "string"
},
"value": {
Expand All @@ -2135,24 +2135,6 @@
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"description": {
"const": "Permission in Principle - Approval of technical details",
"type": "string"
},
"value": {
"const": "pp.pip.technicalDetails",
"type": "string"
}
},
"required": [
"value",
"description"
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
Expand Down
4 changes: 1 addition & 3 deletions types/enums/ApplicationTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,7 @@ export const ApplicationTypes = {
'pp.outline.major.some.waste':
'Outline Planning Permission - Consent for the principle of waste development witholding all details',
'pp.pip':
'Permission in Principle - Consent for the principle of a project with less than 1,000 square metres floor area on a site of less than 1 hectare',
'pp.pip.technicalDetails':
'Permission in Principle - Approval of technical details',
'Planning Permission in Principle - Consent for the principle of a project with less than 1,000 square metres floor area on a site of less than 1 hectare',
rightsOfWayOrder: 'Rights of Way Order - Apply to move or close a path',
wtt: 'Works to trees',
'wtt.consent':
Expand Down

0 comments on commit 3b8f036

Please sign in to comment.