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 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
- has_appraisal?: boolean;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.225",
3
+ "version": "0.0.226",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",
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
- has_appraisal?: boolean;
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">>;