Skip to content

Commit

Permalink
chore: update TypeScript definition - time stamp: 2020-02-20
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions authored and Github Actions committed Mar 20, 2020
1 parent 8cb838c commit a0ce6b2
Show file tree
Hide file tree
Showing 2 changed files with 4 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": "0.0.74",
"version": "0.0.75",
"license": "MIT",
"files": [
"types/*"
Expand Down
3 changes: 3 additions & 0 deletions packages/foundations-ts-definitions/types/platform-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ export interface Applicants {
priceTo?: number
rentFrom?: number
rentTo?: number
rentFrequency?: ('weekly' | 'monthly' | 'annually')[]
bedroomsFrom?: number
bedroomsTo?: number
createdFrom?: string
Expand Down Expand Up @@ -1421,6 +1422,7 @@ export interface Contacts {
sortBy?: string
embed?: ('documents' | 'identityChecks' | 'negotiators' | 'offices' | 'source')[]
id?: string[]
email?: string[]
negotiatorId?: string[]
officeId?: string[]
address?: string
Expand Down Expand Up @@ -7761,6 +7763,7 @@ export interface Properties {
priceTo?: number
rentFrom?: number
rentTo?: number
rentFrequency?: ('weekly' | 'monthly' | 'annually')[]
internetAdvertising?: boolean
}
/**
Expand Down

0 comments on commit a0ce6b2

Please sign in to comment.