From 4cb62e2fb83af55d8fe96ec45e2126b851c859f4 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Tue, 2 Jul 2024 22:45:36 +0200 Subject: [PATCH] update prior approval example --- .../priorApproval/convertCommercialToHome.ts | 37 +++++++++++++- .../convertCommercialToHome.json | 49 ++++++++++++++++++- 2 files changed, 84 insertions(+), 2 deletions(-) diff --git a/examples/data/priorApproval/convertCommercialToHome.ts b/examples/data/priorApproval/convertCommercialToHome.ts index 8f46ead7..1e6c821e 100644 --- a/examples/data/priorApproval/convertCommercialToHome.ts +++ b/examples/data/priorApproval/convertCommercialToHome.ts @@ -442,6 +442,41 @@ export const priorApprovalConvertCommercialToHome: Schema = { difference: 0, }, }, + units: { + residential: { + rebuilt: [ + { + development: {value: 'changeOfUse', description: 'Change of use'}, + type: {value: 'terraced', description: 'Terraced home'}, + bedrooms: 3, + habitableRooms: 7, + area: {squareMetres: 300}, + tenure: {value: 'marketForRent', description: 'Market for rent'}, + provider: {value: 'private', description: 'Private'}, + garden: false, + sheltered: false, + olderPersons: false, + compliance: [ + { + value: 'm42', + description: 'Part M4(2) of the Building Regulations 2010', + }, + { + value: 'm432a', + description: + 'Part M4(3)(2a) of the Building Regulations 2010', + }, + { + value: 'm432b', + description: + 'Part M4(3)(2b) of the Building Regulations 2010', + }, + ], + identicalUnits: 1, + }, + ], + }, + }, energy: { type: ['heatPump'], heatPumps: { @@ -1523,7 +1558,7 @@ export const priorApprovalConvertCommercialToHome: Schema = { source: 'PlanX', service: { flowId: 'f3cae2c8-9a64-4ce1-8cef-8e6832ad383d', - url: 'https://editor.planx.uk/lambeth/apply-for-prior-approval/published', + url: 'https://editor.planx.dev/lambeth/apply-for-prior-approval/published', files: { required: [ { diff --git a/examples/priorApproval/convertCommercialToHome.json b/examples/priorApproval/convertCommercialToHome.json index 5c3bcd22..e566d681 100644 --- a/examples/priorApproval/convertCommercialToHome.json +++ b/examples/priorApproval/convertCommercialToHome.json @@ -468,6 +468,53 @@ "difference": 0 } }, + "units": { + "residential": { + "rebuilt": [ + { + "development": { + "value": "changeOfUse", + "description": "Change of use" + }, + "type": { + "value": "terraced", + "description": "Terraced home" + }, + "bedrooms": 3, + "habitableRooms": 7, + "area": { + "squareMetres": 300 + }, + "tenure": { + "value": "marketForRent", + "description": "Market for rent" + }, + "provider": { + "value": "private", + "description": "Private" + }, + "garden": false, + "sheltered": false, + "olderPersons": false, + "compliance": [ + { + "value": "m42", + "description": "Part M4(2) of the Building Regulations 2010" + }, + { + "value": "m432a", + "description": "Part M4(3)(2a) of the Building Regulations 2010" + }, + { + "value": "m432b", + "description": "Part M4(3)(2b) of the Building Regulations 2010" + } + ], + "identicalUnits": 1 + } + ] + } + }, "energy": { "type": [ "heatPump" @@ -1573,7 +1620,7 @@ "source": "PlanX", "service": { "flowId": "f3cae2c8-9a64-4ce1-8cef-8e6832ad383d", - "url": "https://editor.planx.uk/lambeth/apply-for-prior-approval/published", + "url": "https://editor.planx.dev/lambeth/apply-for-prior-approval/published", "files": { "required": [ {