kui-crm 0.0.191 → 0.0.192

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
@@ -214,10 +214,10 @@ var getNumbersValues = function (count) {
214
214
  }); });
215
215
  };
216
216
  var ParkingTypesValues = [
217
- { value: "public", label: "Public" },
218
- { value: "house", label: "House" },
219
- { value: "underground", label: "Underground" },
220
- { value: "private", label: "Private" },
217
+ { value: "public", label: "Публичная" },
218
+ { value: "house", label: "Придомовая" },
219
+ { value: "underground", label: "Подземная" },
220
+ { value: "multi_level", label: "Многоуровневая" },
221
221
  ];
222
222
  var TVTypesValues = [
223
223
  { value: "cable", label: "Cable" },