Skip to content

Commit

Permalink
chore: update ts definitions (#4869)
Browse files Browse the repository at this point in the history
* chore: update ts definitions

* chore: bump version

Co-authored-by: Will McVay <[email protected]>
  • Loading branch information
github-actions[bot] and willmcvay authored Aug 27, 2021
1 parent c4ca2d3 commit 4670e72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/foundations-ts-definitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reapit/foundations-ts-definitions",
"version": "1.3.17",
"version": "1.3.18",
"license": "MIT",
"files": [
"types/*"
Expand Down
4 changes: 4 additions & 0 deletions packages/foundations-ts-definitions/types/platform-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4998,6 +4998,10 @@ export interface CreateKeyModel {
* [object Object]
*/
export interface CreateKeyMovementModel {
/**
* Indicates whether the key is expected to be checked back in. Set to true when the key is no longer held (eg. returned to the landlord)
*/
checkInRequired?: boolean
/**
* The unique identifier of the contact or negotiator to check out the key with - this person will be recorded as holding the key
*/
Expand Down

0 comments on commit 4670e72

Please sign in to comment.