kui-crm 0.0.327 → 0.0.328

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
@@ -761,6 +761,7 @@ declare type AppraisalOfferModel = {
761
761
  now_price: string;
762
762
  later_price: string;
763
763
  date: string;
764
+ start_date: string;
764
765
  };
765
766
  declare type InspectionStatus = "pending" | "not_signed" | "accepted" | "rejected";
766
767
  declare type AppraisalType = "tenant" | "landlord";