kui-crm 0.0.327 → 0.0.329

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
@@ -261,7 +261,7 @@ declare type FileBodyRequest = {
261
261
  temp_file_id?: number;
262
262
  name: string;
263
263
  visibility?: DocumentVisibilityAPIVariants;
264
- url: string;
264
+ url?: string;
265
265
  };
266
266
  declare type ImageBodyRequest = {
267
267
  temp_file_id: number;
@@ -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";