kui-crm_actions 0.0.58 → 0.0.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -835,7 +835,6 @@ type TenantParams = {
|
|
835
835
|
|
836
836
|
type ApartmentInspectionLite = {
|
837
837
|
roomsCount: number | null
|
838
|
-
isInspectionUpcoming?: boolean
|
839
838
|
} & ApartmentLinkParams
|
840
839
|
|
841
840
|
type ApartmentInspectionParams = {
|
@@ -846,6 +845,7 @@ type ApartmentInspectionParams = {
|
|
846
845
|
landlord: TenantParams | null
|
847
846
|
metroStations: MetroStationParams[]
|
848
847
|
location: GeolocationParams | null
|
848
|
+
isInspectionUpcoming?: boolean
|
849
849
|
}
|
850
850
|
|
851
851
|
/* global google */
|