kui-crm_actions 0.0.104 → 0.0.106

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 CHANGED
@@ -144,7 +144,7 @@ type HouseInfoStepFields = {
144
144
  passengerElevatorsCount: number | null
145
145
  serviceElevatorsCount: number | null
146
146
  gasLeads: GasTypes$1 | null
147
- withHotWater: boolean
147
+ withHotWater: boolean | null
148
148
  houseNumber: string
149
149
  }
150
150
 
package/index.js CHANGED
@@ -725,7 +725,6 @@ var getDetailApartmentInfoFields = function (roomsCount, bedroomsCount, settings
725
725
  })
726
726
  .flat()
727
727
  : []), true), [
728
- __assign({ name: "numberOfWindows", label: "Windows", type: "number" }, settings === null || settings === void 0 ? void 0 : settings.numberOfWindows),
729
728
  __assign(__assign({ name: "ceilingHeight", label: "Ceiling height", type: "number", cornerLabel: "m." }, inputProps), settings === null || settings === void 0 ? void 0 : settings.ceilingHeight),
730
729
  __assign({ name: "numberOfWindows", label: "Windows", type: "number" }, settings === null || settings === void 0 ? void 0 : settings.numberOfWindows),
731
730
  __assign({ name: "renovation.year", label: "Year of last renovation", type: "number" }, settings === null || settings === void 0 ? void 0 : settings.renovation.year),