Skip to content

Commit

Permalink
Update ts definitions (#8169)
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 Nov 24, 2022
1 parent 5a1fd5a commit 180e79b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/foundations-ts-definitions/types/platform-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15708,6 +15708,7 @@ export interface TenancyModel {
agentRole?: string
/**
* The amount of rent required, returned in relation to the collection frequency
* Note that this is the original rent set on the tenancy. For tenancies that have been extended with a rent change you MUST use the extensions endpoint
*/
rent?: number // int32
/**
Expand Down Expand Up @@ -15995,6 +15996,7 @@ export interface TenancyModelPagedResult {
agentRole?: string
/**
* The amount of rent required, returned in relation to the collection frequency
* Note that this is the original rent set on the tenancy. For tenancies that have been extended with a rent change you MUST use the extensions endpoint
*/
rent?: number // int32
/**
Expand Down

0 comments on commit 180e79b

Please sign in to comment.