diff --git a/packages/foundations-ts-definitions/package.json b/packages/foundations-ts-definitions/package.json index 9fe29e5976..fac0a8d2b3 100644 --- a/packages/foundations-ts-definitions/package.json +++ b/packages/foundations-ts-definitions/package.json @@ -1,6 +1,6 @@ { "name": "@reapit/foundations-ts-definitions", - "version": "0.0.74", + "version": "0.0.75", "license": "MIT", "files": [ "types/*" diff --git a/packages/foundations-ts-definitions/types/platform-schema.ts b/packages/foundations-ts-definitions/types/platform-schema.ts index b974135658..cf1e0eaae2 100644 --- a/packages/foundations-ts-definitions/types/platform-schema.ts +++ b/packages/foundations-ts-definitions/types/platform-schema.ts @@ -581,6 +581,7 @@ export interface Applicants { priceTo?: number rentFrom?: number rentTo?: number + rentFrequency?: ('weekly' | 'monthly' | 'annually')[] bedroomsFrom?: number bedroomsTo?: number createdFrom?: string @@ -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 @@ -7761,6 +7763,7 @@ export interface Properties { priceTo?: number rentFrom?: number rentTo?: number + rentFrequency?: ('weekly' | 'monthly' | 'annually')[] internetAdvertising?: boolean } /**