Skip to content

Commit

Permalink
update prototypeApplication too
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Oct 15, 2024
1 parent b2d26ac commit 317bb06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions schemas/application.json
Original file line number Diff line number Diff line change
Expand Up @@ -8359,7 +8359,7 @@
"interest": {
"enum": [
"owner",
"tenant",
"lessee",
"occupier",
"other"
],
Expand Down Expand Up @@ -8400,7 +8400,7 @@
"interest": {
"enum": [
"owner",
"tenant",
"lessee",
"occupier",
"other"
],
Expand Down Expand Up @@ -8436,7 +8436,7 @@
"interest": {
"enum": [
"owner",
"tenant",
"lessee",
"occupier",
"other"
],
Expand Down Expand Up @@ -8494,7 +8494,7 @@
"owner",
"owner.sole",
"owner.co",
"tenant",
"lessee",
"occupier",
"other"
],
Expand Down
2 changes: 1 addition & 1 deletion schemas/prototypeApplication.json
Original file line number Diff line number Diff line change
Expand Up @@ -4753,7 +4753,7 @@
"OwnershipInterest": {
"enum": [
"owner",
"tenant",
"lessee",
"occupier",
"other"
],
Expand Down
2 changes: 1 addition & 1 deletion types/schemas/prototypeApplication/data/Applicant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export interface ApplicantAddressNotSameSite extends UserAddress {
sameAsSiteAddress: false;
}

export type OwnershipInterest = 'owner' | 'tenant' | 'occupier' | 'other';
export type OwnershipInterest = 'owner' | 'lessee' | 'occupier' | 'other';

export interface BaseOwners {
name: string;
Expand Down

0 comments on commit 317bb06

Please sign in to comment.