Skip to content

Commit

Permalink
sync remaining templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Jul 10, 2024
1 parent 203c9ef commit df8bc87
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
38 changes: 37 additions & 1 deletion schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4022,6 +4022,24 @@
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"description": {
"const": "Method statement",
"type": "string"
},
"value": {
"const": "methodStatement",
"type": "string"
}
},
"required": [
"value",
"description"
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -4562,6 +4580,24 @@
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"description": {
"const": "Technical specification",
"type": "string"
},
"value": {
"const": "technicalSpecification",
"type": "string"
}
},
"required": [
"value",
"description"
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -10465,7 +10501,7 @@
"type": "string"
},
"value": {
"const": "alter.deck",
"const": "alter.decks",
"type": "string"
}
},
Expand Down
2 changes: 2 additions & 0 deletions types/enums/FileTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const FileTypes = {
litterVerminAndBirdControlDetails:
'Details of litter, vermin and bird control',
locationPlan: 'Location plan',
methodStatement: 'Method statement',
mineralsAndWasteAssessment: 'Minerals and waste assessment',
necessaryInformation:
'Information the authority considers necessary for the application',
Expand Down Expand Up @@ -86,6 +87,7 @@ export const FileTypes = {
sunlightAndDaylightReport: 'Sunlight and daylight report',
sustainabilityStatement: 'Sustainability statement',
technicalEvidence: 'Technical evidence',
technicalSpecification: 'Technical specification',
tenancyAgreement: 'Tenancy agreement',
tenancyInvoice: 'Tenancy invoice',
townCentreImpactAssessment: 'Town centre uses - Impact assessment',
Expand Down
2 changes: 1 addition & 1 deletion types/enums/ProjectTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const ProjectTypes = {
'alter.chimneys': 'Change chimneys',
'alter.chimneys.add': 'Add a chimney',
'alter.chimneys.replace': 'Replace a chimney',
'alter.deck': 'Add a verandah or deck',
'alter.decks': 'Add a verandah or deck',
'alter.decksHigh': 'Add a high verandah or deck',
'alter.drains': 'Work on drains',
'alter.equipment': 'Install equipment',
Expand Down

0 comments on commit df8bc87

Please sign in to comment.