asv-hlps-market 1.0.25 → 1.0.27

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,5 +1,6 @@
1
1
  import Ste from "asv-hlps/lib/cjs/users/models/Ste";
2
2
  import ProductIn from "../../products/models/ProductIn";
3
+ import { Shop } from "../../shops/models";
3
4
  import User from "../../users/models/User";
4
5
  import { BuyProduct } from "./BuyProduct";
5
6
  export interface Buy {
@@ -29,5 +30,6 @@ export interface Buy {
29
30
  updatedAt: Date;
30
31
  directReceived: boolean;
31
32
  pvdBillNumber: string;
33
+ shop: Shop;
32
34
  }
33
35
  export default Buy;
@@ -1,5 +1,6 @@
1
1
  import Ste from "asv-hlps/lib/cjs/users/models/Ste";
2
2
  import ProductIn from "../../products/models/ProductIn";
3
+ import { Shop } from "../../shops/models";
3
4
  import User from "../../users/models/User";
4
5
  import { BuyProduct } from "./BuyProduct";
5
6
  export interface Buy {
@@ -29,5 +30,6 @@ export interface Buy {
29
30
  updatedAt: Date;
30
31
  directReceived: boolean;
31
32
  pvdBillNumber: string;
33
+ shop: Shop;
32
34
  }
33
35
  export default Buy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asv-hlps-market",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
4
4
  "description": "",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",
@@ -19,6 +19,6 @@
19
19
  "typescript": "^5.8.3"
20
20
  },
21
21
  "dependencies": {
22
- "asv-hlps": "^1.4.35"
22
+ "asv-hlps": "^1.4.39"
23
23
  }
24
24
  }