Skip to content

Commit

Permalink
Update ts definitions (#10631)
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 Jan 26, 2024
1 parent 7180383 commit 1115a3f
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions packages/foundations-ts-definitions/types/platform-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7978,6 +7978,37 @@ export interface CreatePropertyTenureModel {
*/
expiry?: string // date
}
/**
* Create Referral Model
* example:
* [object Object]
*/
export interface CreateReferralModel {
/**
* The unique identifier of the referral type
*/
referralTypeId?: string
/**
* The unique identifier of the Negotiator
*/
negotiatorId?: string
/**
* The unique identifier of the Property
*/
propertyId?: string
/**
* The unique identifier of the Applicant
*/
applicantId?: string
/**
* The unique identifier of the Contact
*/
contactId?: string
/**
* The amount paid to the agent for the referral
*/
amount?: number // double
}
/**
* Payload to create a JSON schema for metadata validation
* example:
Expand Down

0 comments on commit 1115a3f

Please sign in to comment.