kui-crm 0.0.93 → 0.0.95

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
@@ -445,6 +445,7 @@ declare type OverlapTypes = "wood" | "stone" | "brick" | "reinforced_concrete" |
445
445
  declare type RoomModel = {
446
446
  area: number | null;
447
447
  room_type?: RoomType | null;
448
+ order_number?: number;
448
449
  };
449
450
  declare type ApartmentFeatureModel = {
450
451
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.93",
3
+ "version": "0.0.95",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",
package/types/index.d.ts CHANGED
@@ -302,6 +302,7 @@ declare type OverlapTypes = "wood" | "stone" | "brick" | "reinforced_concrete" |
302
302
  declare type RoomModel = {
303
303
  area: number | null;
304
304
  room_type?: RoomType | null;
305
+ order_number?: number;
305
306
  };
306
307
  declare type ApartmentFeatureModel = {
307
308
  id: number;
package/utils/index.d.ts CHANGED
@@ -235,6 +235,7 @@ declare type OverlapTypes = "wood" | "stone" | "brick" | "reinforced_concrete" |
235
235
  declare type RoomModel = {
236
236
  area: number | null;
237
237
  room_type?: RoomType | null;
238
+ order_number?: number;
238
239
  };
239
240
  declare type ApartmentDocumentModel = {
240
241
  id: number;