asv-hlps 1.3.54 → 1.3.56

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.
@@ -4,6 +4,7 @@ export default interface BillLine {
4
4
  createdAt?: Date;
5
5
  amount?: number;
6
6
  designation?: string;
7
+ qtity?: number;
7
8
  isActive?: true;
8
9
  bill?: Bill;
9
10
  }
@@ -1,3 +1,3 @@
1
1
  export { default as HlpEstate } from "./hlpEstate";
2
- export * from "./models/index";
2
+ export * from "./models";
3
3
  export { default as EstatePipe, default as ListEstatePipe } from "./pipes/estate-pipe";
@@ -20,7 +20,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
20
20
  exports.ListEstatePipe = exports.EstatePipe = exports.HlpEstate = void 0;
21
21
  var hlpEstate_1 = require("./hlpEstate");
22
22
  Object.defineProperty(exports, "HlpEstate", { enumerable: true, get: function () { return __importDefault(hlpEstate_1).default; } });
23
- __exportStar(require("./models/index"), exports);
23
+ __exportStar(require("./models"), exports);
24
24
  var estate_pipe_1 = require("./pipes/estate-pipe");
25
25
  Object.defineProperty(exports, "EstatePipe", { enumerable: true, get: function () { return __importDefault(estate_pipe_1).default; } });
26
26
  Object.defineProperty(exports, "ListEstatePipe", { enumerable: true, get: function () { return __importDefault(estate_pipe_1).default; } });
@@ -4,6 +4,7 @@ export default interface BillLine {
4
4
  createdAt?: Date;
5
5
  amount?: number;
6
6
  designation?: string;
7
+ qtity?: number;
7
8
  isActive?: true;
8
9
  bill?: Bill;
9
10
  }
@@ -1,3 +1,3 @@
1
1
  export { default as HlpEstate } from "./hlpEstate";
2
- export * from "./models/index";
2
+ export * from "./models";
3
3
  export { default as EstatePipe, default as ListEstatePipe } from "./pipes/estate-pipe";
@@ -1,3 +1,3 @@
1
1
  export { default as HlpEstate } from "./hlpEstate";
2
- export * from "./models/index";
2
+ export * from "./models";
3
3
  export { default as EstatePipe, default as ListEstatePipe } from "./pipes/estate-pipe";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asv-hlps",
3
- "version": "1.3.54",
3
+ "version": "1.3.56",
4
4
  "description": "helpers",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",
@@ -18,9 +18,9 @@
18
18
  "devDependencies": {
19
19
  "@types/bcryptjs": "^2.4.6",
20
20
  "@types/lodash": "^4.14.202",
21
- "@types/pdfmake": "^0.2.8",
21
+ "@types/pdfmake": "^0.2.9",
22
22
  "@types/randomatic": "^3.1.5",
23
- "@types/react": "^18.2.52",
23
+ "@types/react": "^18.2.55",
24
24
  "typescript": "^5.3.3"
25
25
  },
26
26
  "dependencies": {