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 +2 -0
- package/package.json +1 -1
- package/types/index.d.ts +2 -0
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
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;
|