asv-hlps-market 1.0.58 → 1.0.59

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.
@@ -1,12 +1,12 @@
1
- import EstateAsset from "./EstateAsset";
2
- import EstateImage from "./EstateImage";
3
- import EstatePlus from "./EstatePlus";
4
1
  import Currency from "asv-hlps/lib/cjs/cashs/models/Currency";
5
2
  import EstateCat from "asv-hlps/lib/cjs/estates/models/EstateCat";
6
3
  import EstatePor from "asv-hlps/lib/cjs/estates/models/EstatePor";
7
4
  import City from "asv-hlps/lib/cjs/world/models/City";
8
5
  import Quarter from "asv-hlps/lib/cjs/world/models/Quarter";
9
6
  import { Shop } from "../../shops/models/Shop";
7
+ import EstateAsset from "./EstateAsset";
8
+ import EstateImage from "./EstateImage";
9
+ import EstatePlus from "./EstatePlus";
10
10
  export default interface Estate {
11
11
  id: number;
12
12
  createdAt: Date;
@@ -29,5 +29,6 @@ export default interface Estate {
29
29
  images: EstateImage[];
30
30
  plus: EstatePlus[];
31
31
  shop: Shop;
32
+ priceNote: string;
32
33
  views: number;
33
34
  }
@@ -1,12 +1,12 @@
1
- import EstateAsset from "./EstateAsset";
2
- import EstateImage from "./EstateImage";
3
- import EstatePlus from "./EstatePlus";
4
1
  import Currency from "asv-hlps/lib/cjs/cashs/models/Currency";
5
2
  import EstateCat from "asv-hlps/lib/cjs/estates/models/EstateCat";
6
3
  import EstatePor from "asv-hlps/lib/cjs/estates/models/EstatePor";
7
4
  import City from "asv-hlps/lib/cjs/world/models/City";
8
5
  import Quarter from "asv-hlps/lib/cjs/world/models/Quarter";
9
6
  import { Shop } from "../../shops/models/Shop";
7
+ import EstateAsset from "./EstateAsset";
8
+ import EstateImage from "./EstateImage";
9
+ import EstatePlus from "./EstatePlus";
10
10
  export default interface Estate {
11
11
  id: number;
12
12
  createdAt: Date;
@@ -29,5 +29,6 @@ export default interface Estate {
29
29
  images: EstateImage[];
30
30
  plus: EstatePlus[];
31
31
  shop: Shop;
32
+ priceNote: string;
32
33
  views: number;
33
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asv-hlps-market",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "description": "some markets tools",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",