kui-crm 0.0.113 → 0.0.115

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
@@ -677,6 +677,7 @@ declare type UpcomingInspectionApartmentModel = {
677
677
  renter: ClientLiteModel | null;
678
678
  owner: ClientLiteModel;
679
679
  metro_stations: MetroStationModel[];
680
+ rooms_number: number;
680
681
  };
681
682
 
682
683
  declare type SubjectRoles = "maroom" | "landlord" | "tenant";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.113",
3
+ "version": "0.0.115",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",
package/types/index.d.ts CHANGED
@@ -527,6 +527,7 @@ declare type UpcomingInspectionApartmentModel = {
527
527
  renter: ClientLiteModel | null;
528
528
  owner: ClientLiteModel;
529
529
  metro_stations: MetroStationModel[];
530
+ rooms_number: number;
530
531
  };
531
532
 
532
533
  declare type SubjectRoles = "maroom" | "landlord" | "tenant";