Skip to content

Commit

Permalink
Update ts definitions (#7981)
Browse files Browse the repository at this point in the history
Co-authored-by: willmcvay <[email protected]>
Co-authored-by: Will McVay <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2022
1 parent bb45649 commit 18e82be
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/foundations-ts-definitions/types/platform-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ export interface ApplicantBuyingModel {
* The identifier of the applicant's selling position
*/
positionId?: string
/**
* A list of tenure requirements taken from the full listing of the associated department (freehold/leasehold/shareOfFreehold)
*/
tenure?: string[]
}
/**
* An applicant's commercial details
Expand Down Expand Up @@ -624,6 +628,10 @@ export interface ApplicantModel {
* The identifier of the applicant's selling position
*/
positionId?: string
/**
* A list of tenure requirements taken from the full listing of the associated department (freehold/leasehold/shareOfFreehold)
*/
tenure?: string[]
}
/**
* The details specific to applicants with a marketingMode of renting
Expand Down Expand Up @@ -1036,6 +1044,10 @@ export interface ApplicantModelPagedResult {
* The identifier of the applicant's selling position
*/
positionId?: string
/**
* A list of tenure requirements taken from the full listing of the associated department (freehold/leasehold/shareOfFreehold)
*/
tenure?: string[]
}
/**
* The details specific to applicants with a marketingMode of renting
Expand Down Expand Up @@ -4195,6 +4207,10 @@ export interface CreateApplicantBuyingModel {
* A list of property decoration requirements taken from the full listing of the associated department (unmodernised/fair/good/veryGood)
*/
decoration?: string[]
/**
* A list of tenure requirements taken from the full listing of the associated department (freehold/leasehold/shareOfFreehold)
*/
tenure?: string[]
}
/**
* Request body used to create a relationship between an applicant and a contact or company
Expand Down Expand Up @@ -4382,6 +4398,10 @@ export interface CreateApplicantModel {
* A list of property decoration requirements taken from the full listing of the associated department (unmodernised/fair/good/veryGood)
*/
decoration?: string[]
/**
* A list of tenure requirements taken from the full listing of the associated department (freehold/leasehold/shareOfFreehold)
*/
tenure?: string[]
}
/**
* The details specific to applicants with a marketingMode of renting
Expand Down Expand Up @@ -16608,6 +16628,10 @@ export interface UpdateApplicantBuyingModel {
* A list of property decoration requirements taken from the full listing of the associated department (unmodernised/fair/good/veryGood)
*/
decoration?: string[]
/**
* A list of tenure requirements taken from the full listing of the associated department (freehold/leasehold/shareOfFreehold)
*/
tenure?: string[]
}
/**
* The applicant's outdoor space requirements
Expand Down Expand Up @@ -16782,6 +16806,10 @@ export interface UpdateApplicantModel {
* A list of property decoration requirements taken from the full listing of the associated department (unmodernised/fair/good/veryGood)
*/
decoration?: string[]
/**
* A list of tenure requirements taken from the full listing of the associated department (freehold/leasehold/shareOfFreehold)
*/
tenure?: string[]
}
/**
* The details specific to applicants with a marketingMode of renting
Expand Down

0 comments on commit 18e82be

Please sign in to comment.