kui-crm 0.0.332 → 0.0.334
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 -2
- package/package.json +1 -1
- package/types/index.d.ts +2 -2
package/index.d.ts
CHANGED
|
@@ -685,7 +685,7 @@ declare type InspectionRoomPhotoModel = {
|
|
|
685
685
|
photos: ImageModel[];
|
|
686
686
|
room_order_number?: number | null;
|
|
687
687
|
};
|
|
688
|
-
declare type InspectionConditionReasons = "already_signed" | "invoice_already_fixed_for_impairments" | "inspection_with_appraisal_or_impairments" | "impairments_already_fixed";
|
|
688
|
+
declare type InspectionConditionReasons = "already_signed" | "invoice_already_fixed_for_impairments" | "inspection_with_appraisal_or_impairments" | "impairments_already_fixed" | "offer_sended";
|
|
689
689
|
declare type InspectionEditConditionModel = {
|
|
690
690
|
can_edit: boolean;
|
|
691
691
|
reason: InspectionConditionReasons;
|
|
@@ -760,7 +760,7 @@ declare type AppraisalTenantOfferModel = {
|
|
|
760
760
|
declare type AppraisalOfferModel = {
|
|
761
761
|
now_price: string;
|
|
762
762
|
later_price: string;
|
|
763
|
-
|
|
763
|
+
offer_date: string;
|
|
764
764
|
start_date: string;
|
|
765
765
|
};
|
|
766
766
|
declare type InspectionStatus = "pending" | "not_signed" | "accepted" | "rejected";
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -1288,7 +1288,7 @@ declare type InspectionRoomPhotoModel = {
|
|
|
1288
1288
|
photos: ImageModel[];
|
|
1289
1289
|
room_order_number?: number | null;
|
|
1290
1290
|
};
|
|
1291
|
-
declare type InspectionConditionReasons = "already_signed" | "invoice_already_fixed_for_impairments" | "inspection_with_appraisal_or_impairments" | "impairments_already_fixed";
|
|
1291
|
+
declare type InspectionConditionReasons = "already_signed" | "invoice_already_fixed_for_impairments" | "inspection_with_appraisal_or_impairments" | "impairments_already_fixed" | "offer_sended";
|
|
1292
1292
|
declare type InspectionEditConditionModel = {
|
|
1293
1293
|
can_edit: boolean;
|
|
1294
1294
|
reason: InspectionConditionReasons;
|
|
@@ -1363,7 +1363,7 @@ declare type AppraisalTenantOfferModel = {
|
|
|
1363
1363
|
declare type AppraisalOfferModel = {
|
|
1364
1364
|
now_price: string;
|
|
1365
1365
|
later_price: string;
|
|
1366
|
-
|
|
1366
|
+
offer_date: string;
|
|
1367
1367
|
start_date: string;
|
|
1368
1368
|
};
|
|
1369
1369
|
declare type InspectionStatus = "pending" | "not_signed" | "accepted" | "rejected";
|