kui-crm_actions 0.0.229 → 0.0.231
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 +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1795,6 +1795,7 @@ type ApartmentInspectionParams = {
|
|
|
1795
1795
|
transferType?: TransferInspectionTypes$1
|
|
1796
1796
|
hasRejectedInspection?: boolean
|
|
1797
1797
|
hasUnSignInspection?: boolean
|
|
1798
|
+
objectType?: RoomTypes
|
|
1798
1799
|
}
|
|
1799
1800
|
|
|
1800
1801
|
type ObjectForMapParams = {
|
|
@@ -1804,6 +1805,7 @@ type ObjectForMapParams = {
|
|
|
1804
1805
|
landlord: TenantParams | null
|
|
1805
1806
|
metroStations: MetroStationParams[]
|
|
1806
1807
|
location: GeolocationParams | null
|
|
1808
|
+
objectType: RoomTypes
|
|
1807
1809
|
}
|
|
1808
1810
|
|
|
1809
1811
|
/* global google */
|