asv-hlps 1.3.57 → 1.3.58

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,4 @@
1
- import Estate from "../../estates/models/Estate";
2
- import Housing from "../../estates/models/Housing";
1
+ import { Estate, Housing } from "../../estates/models";
3
2
  import UserAbs from "./UserAbs";
4
3
  export default interface UserNotarial extends UserAbs {
5
4
  estates?: Estate[];
@@ -1,5 +1,4 @@
1
- import Estate from "../../estates/models/Estate";
2
- import Housing from "../../estates/models/Housing";
1
+ import { Estate, Housing } from "../../estates/models";
3
2
  import UserAbs from "./UserAbs";
4
3
  export default interface UserNotarial extends UserAbs {
5
4
  estates?: Estate[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asv-hlps",
3
- "version": "1.3.57",
3
+ "version": "1.3.58",
4
4
  "description": "helpers",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",