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 CHANGED
@@ -433,8 +433,8 @@ declare type ApartmentResourceModel = {
433
433
  declare type ApartmentResourcesResponse = ApartmentResourceModel[];
434
434
 
435
435
  declare type InspectionSignersModel = {
436
- tenant?: number | null;
437
- landlord?: number | null;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.570",
3
+ "version": "0.0.571",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",
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?: number | null;
1245
- landlord?: number | null;
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";