kui-crm 0.0.143 → 0.0.144

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
@@ -605,6 +605,8 @@ declare type InspectionCommonFields = {
605
605
  dropbox_link?: string;
606
606
  appraisal_id?: number | null;
607
607
  impairment_id?: number | null;
608
+ owner_feedback: InspectionFeedbackModel | null;
609
+ renter_feedback: InspectionFeedbackModel | null;
608
610
  };
609
611
  declare type InspectionFillingModel = {
610
612
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.143",
3
+ "version": "0.0.144",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",
package/types/index.d.ts CHANGED
@@ -1235,6 +1235,8 @@ declare type InspectionCommonFields = {
1235
1235
  dropbox_link?: string;
1236
1236
  appraisal_id?: number | null;
1237
1237
  impairment_id?: number | null;
1238
+ owner_feedback: InspectionFeedbackModel | null;
1239
+ renter_feedback: InspectionFeedbackModel | null;
1238
1240
  };
1239
1241
  declare type InspectionFillingModel = {
1240
1242
  id: number;