-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af70822
commit 7fd0464
Showing
11 changed files
with
277 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,16 +35,13 @@ export const validLDCE: Schema = { | |
}, | ||
applicant: { | ||
type: 'individual', | ||
contact: { | ||
name: { | ||
first: 'Roald', | ||
last: 'Dahl', | ||
}, | ||
email: '[email protected]', | ||
phone: { | ||
primary: 'Not provided by agent', | ||
}, | ||
company: {}, | ||
name: { | ||
first: 'Roald', | ||
last: 'Dahl', | ||
}, | ||
email: '[email protected]', | ||
phone: { | ||
primary: 'Not provided by agent', | ||
}, | ||
address: { | ||
sameAsSiteAddress: true, | ||
|
@@ -72,16 +69,13 @@ export const validLDCE: Schema = { | |
], | ||
}, | ||
agent: { | ||
contact: { | ||
name: { | ||
first: 'F', | ||
last: 'Fox', | ||
}, | ||
email: '[email protected]', | ||
phone: { | ||
primary: '0234 567 8910', | ||
}, | ||
company: {}, | ||
name: { | ||
first: 'F', | ||
last: 'Fox', | ||
}, | ||
email: '[email protected]', | ||
phone: { | ||
primary: '0234 567 8910', | ||
}, | ||
address: { | ||
line1: 'The Tree', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,16 +32,13 @@ export const validLDCP: Schema = { | |
}, | ||
applicant: { | ||
type: 'individual', | ||
contact: { | ||
name: { | ||
first: 'Enid', | ||
last: 'Blyton', | ||
}, | ||
email: '[email protected]', | ||
phone: { | ||
primary: '05555 555 555', | ||
}, | ||
company: {}, | ||
name: { | ||
first: 'Enid', | ||
last: 'Blyton', | ||
}, | ||
email: '[email protected]', | ||
phone: { | ||
primary: '05555 555 555', | ||
}, | ||
address: { | ||
sameAsSiteAddress: true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,16 +35,13 @@ export const validPlanningPermission: Schema = { | |
}, | ||
applicant: { | ||
type: 'individual', | ||
contact: { | ||
name: { | ||
first: 'David', | ||
last: 'Bowie', | ||
}, | ||
email: '[email protected]', | ||
phone: { | ||
primary: 'Not provided by agent', | ||
}, | ||
company: {}, | ||
name: { | ||
first: 'David', | ||
last: 'Bowie', | ||
}, | ||
email: '[email protected]', | ||
phone: { | ||
primary: 'Not provided by agent', | ||
}, | ||
address: { | ||
sameAsSiteAddress: true, | ||
|
@@ -57,16 +54,13 @@ export const validPlanningPermission: Schema = { | |
certificate: 'a', | ||
}, | ||
agent: { | ||
contact: { | ||
name: { | ||
first: 'Ziggy', | ||
last: 'Stardust', | ||
}, | ||
email: '[email protected]', | ||
phone: { | ||
primary: '01100 0110 0011', | ||
}, | ||
company: {}, | ||
name: { | ||
first: 'Ziggy', | ||
last: 'Stardust', | ||
}, | ||
email: '[email protected]', | ||
phone: { | ||
primary: '01100 0110 0011', | ||
}, | ||
address: { | ||
line1: '40 Stansfield Road', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,18 +37,16 @@ export const validPriorApproval: Schema = { | |
}, | ||
applicant: { | ||
type: 'company', | ||
contact: { | ||
name: { | ||
first: 'William', | ||
last: 'Shakespeare', | ||
}, | ||
email: '[email protected]', | ||
phone: { | ||
primary: '2830407283', | ||
}, | ||
company: { | ||
name: "Lord Chamberlain's Men", | ||
}, | ||
name: { | ||
first: 'William', | ||
last: 'Shakespeare', | ||
}, | ||
email: '[email protected]', | ||
phone: { | ||
primary: '2830407283', | ||
}, | ||
company: { | ||
name: "Lord Chamberlain's Men", | ||
}, | ||
address: { | ||
sameAsSiteAddress: true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,16 +33,13 @@ | |
}, | ||
"applicant": { | ||
"type": "individual", | ||
"contact": { | ||
"name": { | ||
"first": "Roald", | ||
"last": "Dahl" | ||
}, | ||
"email": "[email protected]", | ||
"phone": { | ||
"primary": "Not provided by agent" | ||
}, | ||
"company": {} | ||
"name": { | ||
"first": "Roald", | ||
"last": "Dahl" | ||
}, | ||
"email": "[email protected]", | ||
"phone": { | ||
"primary": "Not provided by agent" | ||
}, | ||
"address": { | ||
"sameAsSiteAddress": true | ||
|
@@ -70,16 +67,13 @@ | |
] | ||
}, | ||
"agent": { | ||
"contact": { | ||
"name": { | ||
"first": "F", | ||
"last": "Fox" | ||
}, | ||
"email": "[email protected]", | ||
"phone": { | ||
"primary": "0234 567 8910" | ||
}, | ||
"company": {} | ||
"name": { | ||
"first": "F", | ||
"last": "Fox" | ||
}, | ||
"email": "[email protected]", | ||
"phone": { | ||
"primary": "0234 567 8910" | ||
}, | ||
"address": { | ||
"line1": "The Tree", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,16 +30,13 @@ | |
}, | ||
"applicant": { | ||
"type": "individual", | ||
"contact": { | ||
"name": { | ||
"first": "Enid", | ||
"last": "Blyton" | ||
}, | ||
"email": "[email protected]", | ||
"phone": { | ||
"primary": "05555 555 555" | ||
}, | ||
"company": {} | ||
"name": { | ||
"first": "Enid", | ||
"last": "Blyton" | ||
}, | ||
"email": "[email protected]", | ||
"phone": { | ||
"primary": "05555 555 555" | ||
}, | ||
"address": { | ||
"sameAsSiteAddress": true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,16 +33,13 @@ | |
}, | ||
"applicant": { | ||
"type": "individual", | ||
"contact": { | ||
"name": { | ||
"first": "David", | ||
"last": "Bowie" | ||
}, | ||
"email": "[email protected]", | ||
"phone": { | ||
"primary": "Not provided by agent" | ||
}, | ||
"company": {} | ||
"name": { | ||
"first": "David", | ||
"last": "Bowie" | ||
}, | ||
"email": "[email protected]", | ||
"phone": { | ||
"primary": "Not provided by agent" | ||
}, | ||
"address": { | ||
"sameAsSiteAddress": true | ||
|
@@ -55,16 +52,13 @@ | |
"certificate": "a" | ||
}, | ||
"agent": { | ||
"contact": { | ||
"name": { | ||
"first": "Ziggy", | ||
"last": "Stardust" | ||
}, | ||
"email": "[email protected]", | ||
"phone": { | ||
"primary": "01100 0110 0011" | ||
}, | ||
"company": {} | ||
"name": { | ||
"first": "Ziggy", | ||
"last": "Stardust" | ||
}, | ||
"email": "[email protected]", | ||
"phone": { | ||
"primary": "01100 0110 0011" | ||
}, | ||
"address": { | ||
"line1": "40 Stansfield Road", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,18 +34,16 @@ | |
}, | ||
"applicant": { | ||
"type": "company", | ||
"contact": { | ||
"name": { | ||
"first": "William", | ||
"last": "Shakespeare" | ||
}, | ||
"email": "[email protected]", | ||
"phone": { | ||
"primary": "2830407283" | ||
}, | ||
"company": { | ||
"name": "Lord Chamberlain's Men" | ||
} | ||
"name": { | ||
"first": "William", | ||
"last": "Shakespeare" | ||
}, | ||
"email": "[email protected]", | ||
"phone": { | ||
"primary": "2830407283" | ||
}, | ||
"company": { | ||
"name": "Lord Chamberlain's Men" | ||
}, | ||
"address": { | ||
"sameAsSiteAddress": true | ||
|
Oops, something went wrong.