kui-crm_actions 0.0.230 → 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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1805,6 +1805,7 @@ type ObjectForMapParams = {
1805
1805
  landlord: TenantParams | null
1806
1806
  metroStations: MetroStationParams[]
1807
1807
  location: GeolocationParams | null
1808
+ objectType: RoomTypes
1808
1809
  }
1809
1810
 
1810
1811
  /* global google */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm_actions",
3
- "version": "0.0.230",
3
+ "version": "0.0.231",
4
4
  "description": "crm actions block",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",