kui-crm 0.0.118 → 0.0.119

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/cjs/index.js CHANGED
@@ -2095,6 +2095,7 @@ var apartmentFields = {
2095
2095
  style: apartment.renovation_style || null,
2096
2096
  },
2097
2097
  rooms: ((_a = apartment.rooms) === null || _a === void 0 ? void 0 : _a.map(function (room) { return ({
2098
+ id: room.id,
2098
2099
  area: room.area || null,
2099
2100
  type: room.room_type || null,
2100
2101
  }); })) || [],