kui-crm 0.0.570 → 0.0.571
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 +2 -2
- package/package.json +1 -1
- package/types/index.d.ts +2 -2
package/index.d.ts
CHANGED
|
@@ -433,8 +433,8 @@ declare type ApartmentResourceModel = {
|
|
|
433
433
|
declare type ApartmentResourcesResponse = ApartmentResourceModel[];
|
|
434
434
|
|
|
435
435
|
declare type InspectionSignersModel = {
|
|
436
|
-
tenant?:
|
|
437
|
-
landlord?:
|
|
436
|
+
tenant?: ClientLiteModel | null;
|
|
437
|
+
landlord?: ClientLiteModel | null;
|
|
438
438
|
};
|
|
439
439
|
declare type InspectionRoomPhotoTypes = "kitchen" | "bathroom" | "room" | "bedroom" | "entrance" | "others" | "toilet" | "combined_bathroom" | "keys" | "additional" | "parking";
|
|
440
440
|
declare type TransferInspectionTypes = "maroom_tenant" | "tenant_maroom" | "maroom_landlord" | "tenant_landlord";
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -1241,8 +1241,8 @@ declare type ApartmentResourceModel = {
|
|
|
1241
1241
|
declare type ApartmentResourcesResponse = ApartmentResourceModel[];
|
|
1242
1242
|
|
|
1243
1243
|
declare type InspectionSignersModel = {
|
|
1244
|
-
tenant?:
|
|
1245
|
-
landlord?:
|
|
1244
|
+
tenant?: ClientLiteModel | null;
|
|
1245
|
+
landlord?: ClientLiteModel | null;
|
|
1246
1246
|
};
|
|
1247
1247
|
declare type InspectionRoomPhotoTypes = "kitchen" | "bathroom" | "room" | "bedroom" | "entrance" | "others" | "toilet" | "combined_bathroom" | "keys" | "additional" | "parking";
|
|
1248
1248
|
declare type TransferInspectionTypes = "maroom_tenant" | "tenant_maroom" | "maroom_landlord" | "tenant_landlord";
|