kui-crm 0.0.225 → 0.0.226
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 +1 -1
- package/package.json +1 -1
- package/types/index.d.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -1509,7 +1509,7 @@ declare type ApartmentLiteModel = {
|
|
|
1509
1509
|
payer_code?: string;
|
|
1510
1510
|
period_status: PeriodStatus;
|
|
1511
1511
|
has_inventory_inspection?: boolean;
|
|
1512
|
-
|
|
1512
|
+
has_first_appraisal?: boolean;
|
|
1513
1513
|
};
|
|
1514
1514
|
declare type ApartmentPartialModel = ApartmentMainInfoModelFields & ApartmentDetailInfoModelFields & ApartmentModel;
|
|
1515
1515
|
declare type MainObjectInfoNonRequiredParams = Partial<Pick<ApartmentModel, "distance_to_center_kilometers">>;
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -839,7 +839,7 @@ declare type ApartmentLiteModel = {
|
|
|
839
839
|
payer_code?: string;
|
|
840
840
|
period_status: PeriodStatus;
|
|
841
841
|
has_inventory_inspection?: boolean;
|
|
842
|
-
|
|
842
|
+
has_first_appraisal?: boolean;
|
|
843
843
|
};
|
|
844
844
|
declare type ApartmentPartialModel = ApartmentMainInfoModelFields & ApartmentDetailInfoModelFields & ApartmentModel;
|
|
845
845
|
declare type MainObjectInfoNonRequiredParams = Partial<Pick<ApartmentModel, "distance_to_center_kilometers">>;
|