asv-hlps 1.3.56 → 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,6 +1,6 @@
1
1
  import Act from "../../acts/models/Act";
2
2
  import Entry from "../../comptas/models/Entry";
3
- import HousingRented from "../../estates/models/HousingRented";
3
+ import { HousingRented } from "../../estates/models";
4
4
  import Sale from "../../sales/models/Sale";
5
5
  import User from "../../users/models/User";
6
6
  import { BillCat } from "./BillCat";
@@ -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,6 +1,6 @@
1
1
  import Act from "../../acts/models/Act";
2
2
  import Entry from "../../comptas/models/Entry";
3
- import HousingRented from "../../estates/models/HousingRented";
3
+ import { HousingRented } from "../../estates/models";
4
4
  import Sale from "../../sales/models/Sale";
5
5
  import User from "../../users/models/User";
6
6
  import { BillCat } from "./BillCat";
@@ -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.56",
3
+ "version": "1.3.58",
4
4
  "description": "helpers",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",