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 +1 -0
- package/package.json +1 -1
- package/types/index.d.ts +1 -0
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
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";
|