kui-crm 0.0.153 → 0.0.154

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
@@ -665,6 +665,7 @@ declare type AppraisalOfferModel = {
665
665
  declare type AppraisalType = "tenant" | "landlord";
666
666
  declare type AppraisalInspectionFields = {
667
667
  appraisal_for: AppraisalType;
668
+ client: ClientLiteModel;
668
669
  min_price: string;
669
670
  max_price: string;
670
671
  advertising_period: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.153",
3
+ "version": "0.0.154",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",
package/types/index.d.ts CHANGED
@@ -1295,6 +1295,7 @@ declare type AppraisalOfferModel = {
1295
1295
  declare type AppraisalType = "tenant" | "landlord";
1296
1296
  declare type AppraisalInspectionFields = {
1297
1297
  appraisal_for: AppraisalType;
1298
+ client: ClientLiteModel;
1298
1299
  min_price: string;
1299
1300
  max_price: string;
1300
1301
  advertising_period: string;