asv-hlps 1.3.61 → 1.3.63
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.
- package/lib/cjs/bills/models/Bill.d.ts +1 -1
- package/lib/cjs/index.js +0 -69
- package/lib/cjs/shared/models/OpDate.d.ts +6 -0
- package/lib/cjs/shared/models/OpDate.js +2 -0
- package/lib/cjs/shared/models/index.d.ts +1 -0
- package/lib/cjs/users/models/UserNotatial.d.ts +2 -1
- package/lib/esm/bills/models/Bill.d.ts +1 -1
- package/lib/esm/index.js +0 -69
- package/lib/esm/shared/models/OpDate.d.ts +6 -0
- package/lib/esm/shared/models/OpDate.js +1 -0
- package/lib/esm/shared/models/index.d.ts +1 -0
- package/lib/esm/users/models/UserNotatial.d.ts +2 -1
- package/package.json +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Act from "../../acts/models/Act";
|
|
2
2
|
import Entry from "../../comptas/models/Entry";
|
|
3
|
-
import
|
|
3
|
+
import HousingRented from "../../estates/models/HousingRented";
|
|
4
4
|
import Sale from "../../sales/models/Sale";
|
|
5
5
|
import User from "../../users/models/User";
|
|
6
6
|
import { BillCat } from "./BillCat";
|
package/lib/cjs/index.js
CHANGED
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// import { AuthParam, getAuth } from "./auth/auth";
|
|
3
|
-
// import { AuthService } from "./auth/authService";
|
|
4
|
-
// // import CapacitorStorageService from "./services/capacitorStorageService";
|
|
5
|
-
// import StorageService from "./auth/storageService";
|
|
6
|
-
// import AmountOnBillPipe from "./bills/pipes/amount-on-bill-pipe";
|
|
7
|
-
// import AmountOnListBillPipe from "./bills/pipes/amount-on-list-bill-pipe";
|
|
8
|
-
// import StockPipe from "./bills/pipes/stock-pipe";
|
|
9
|
-
// import HlpEntry from "./comptas/hlpEntry";
|
|
10
|
-
// import HlpProduct from "./products/hlpProduct";
|
|
11
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
12
3
|
if (k2 === undefined) k2 = k;
|
|
13
4
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -23,66 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
23
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
24
15
|
};
|
|
25
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
// import "./auth/auth";
|
|
27
|
-
// // import "./models/entities/estates/index";
|
|
28
|
-
// // import "./models/entities/users";
|
|
29
|
-
// // import "./models/entities/users/index";
|
|
30
|
-
// import "./auth/authService";
|
|
31
|
-
// import "./bills/bill";
|
|
32
|
-
// import "./bootstrap";
|
|
33
|
-
// import "./models/index";
|
|
34
|
-
// import "./npms/typeorm";
|
|
35
|
-
// import "./npms/yup";
|
|
36
|
-
// import "./pdfs/invoices/amountInvoice";
|
|
37
|
-
// import "./pdfs/invoices/infoInvoice";
|
|
38
|
-
// import "./pdfs/tools/tools";
|
|
39
|
-
// import "./product";
|
|
40
|
-
// import "./react-utils";
|
|
41
|
-
// import "./sales/sale";
|
|
42
|
-
// import "./users/user";
|
|
43
|
-
// import "./utils";
|
|
44
|
-
// // export * from "./auth";
|
|
45
|
-
// export * from "./bills/bill";
|
|
46
|
-
// export * from "./bootstrap";
|
|
47
|
-
// export * from "./estates/index";
|
|
48
|
-
// export * from "./npms/typeorm";
|
|
49
|
-
// export * from "./npms/yup";
|
|
50
|
-
// export * from "./pdfs/invoices/amountInvoice";
|
|
51
|
-
// export * from "./pdfs/invoices/infoInvoice";
|
|
52
|
-
// export * from "./pdfs/tools/tools";
|
|
53
|
-
// export * from "./product";
|
|
54
|
-
// export * from "./query-builder";
|
|
55
|
-
// export * from "./react-utils";
|
|
56
|
-
// export * from "./sales/sale";
|
|
57
|
-
// export * from "./users/user";
|
|
58
|
-
// export * from "./utils";
|
|
59
|
-
// /* export * from "../acts/index";
|
|
60
|
-
// export * from "../auth/models/index";
|
|
61
|
-
// export * from "../bills/models/index";
|
|
62
|
-
// export * from "../buys/index";
|
|
63
|
-
// export * from "../cashs/index";
|
|
64
|
-
// export * from "../comptas/index";
|
|
65
|
-
// export * from "../docs/index";
|
|
66
|
-
// export * from "../mails/index";
|
|
67
|
-
// export * from "../products/index";
|
|
68
|
-
// export * from "../sales/models/index";
|
|
69
|
-
// export * from "../shared/index";
|
|
70
|
-
// export * from "../users/models/index";
|
|
71
|
-
// export * from "../utilities/index";
|
|
72
|
-
// export * from "../world/index"; */
|
|
73
|
-
// // export * from "./helpers/hlpProduct";
|
|
74
|
-
// export {
|
|
75
|
-
// AmountOnBillPipe,
|
|
76
|
-
// AmountOnListBillPipe,
|
|
77
|
-
// AuthParam,
|
|
78
|
-
// AuthService,
|
|
79
|
-
// HlpEntry,
|
|
80
|
-
// // CapacitorStorageService,
|
|
81
|
-
// HlpProduct,
|
|
82
|
-
// StockPipe,
|
|
83
|
-
// StorageService,
|
|
84
|
-
// getAuth,
|
|
85
|
-
// };
|
|
86
17
|
__exportStar(require("./acts"), exports);
|
|
87
18
|
__exportStar(require("./auth"), exports);
|
|
88
19
|
__exportStar(require("./bills"), exports);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Act from "../../acts/models/Act";
|
|
2
2
|
import Entry from "../../comptas/models/Entry";
|
|
3
|
-
import
|
|
3
|
+
import HousingRented from "../../estates/models/HousingRented";
|
|
4
4
|
import Sale from "../../sales/models/Sale";
|
|
5
5
|
import User from "../../users/models/User";
|
|
6
6
|
import { BillCat } from "./BillCat";
|
package/lib/esm/index.js
CHANGED
|
@@ -1,72 +1,3 @@
|
|
|
1
|
-
// import { AuthParam, getAuth } from "./auth/auth";
|
|
2
|
-
// import { AuthService } from "./auth/authService";
|
|
3
|
-
// // import CapacitorStorageService from "./services/capacitorStorageService";
|
|
4
|
-
// import StorageService from "./auth/storageService";
|
|
5
|
-
// import AmountOnBillPipe from "./bills/pipes/amount-on-bill-pipe";
|
|
6
|
-
// import AmountOnListBillPipe from "./bills/pipes/amount-on-list-bill-pipe";
|
|
7
|
-
// import StockPipe from "./bills/pipes/stock-pipe";
|
|
8
|
-
// import HlpEntry from "./comptas/hlpEntry";
|
|
9
|
-
// import HlpProduct from "./products/hlpProduct";
|
|
10
|
-
// import "./auth/auth";
|
|
11
|
-
// // import "./models/entities/estates/index";
|
|
12
|
-
// // import "./models/entities/users";
|
|
13
|
-
// // import "./models/entities/users/index";
|
|
14
|
-
// import "./auth/authService";
|
|
15
|
-
// import "./bills/bill";
|
|
16
|
-
// import "./bootstrap";
|
|
17
|
-
// import "./models/index";
|
|
18
|
-
// import "./npms/typeorm";
|
|
19
|
-
// import "./npms/yup";
|
|
20
|
-
// import "./pdfs/invoices/amountInvoice";
|
|
21
|
-
// import "./pdfs/invoices/infoInvoice";
|
|
22
|
-
// import "./pdfs/tools/tools";
|
|
23
|
-
// import "./product";
|
|
24
|
-
// import "./react-utils";
|
|
25
|
-
// import "./sales/sale";
|
|
26
|
-
// import "./users/user";
|
|
27
|
-
// import "./utils";
|
|
28
|
-
// // export * from "./auth";
|
|
29
|
-
// export * from "./bills/bill";
|
|
30
|
-
// export * from "./bootstrap";
|
|
31
|
-
// export * from "./estates/index";
|
|
32
|
-
// export * from "./npms/typeorm";
|
|
33
|
-
// export * from "./npms/yup";
|
|
34
|
-
// export * from "./pdfs/invoices/amountInvoice";
|
|
35
|
-
// export * from "./pdfs/invoices/infoInvoice";
|
|
36
|
-
// export * from "./pdfs/tools/tools";
|
|
37
|
-
// export * from "./product";
|
|
38
|
-
// export * from "./query-builder";
|
|
39
|
-
// export * from "./react-utils";
|
|
40
|
-
// export * from "./sales/sale";
|
|
41
|
-
// export * from "./users/user";
|
|
42
|
-
// export * from "./utils";
|
|
43
|
-
// /* export * from "../acts/index";
|
|
44
|
-
// export * from "../auth/models/index";
|
|
45
|
-
// export * from "../bills/models/index";
|
|
46
|
-
// export * from "../buys/index";
|
|
47
|
-
// export * from "../cashs/index";
|
|
48
|
-
// export * from "../comptas/index";
|
|
49
|
-
// export * from "../docs/index";
|
|
50
|
-
// export * from "../mails/index";
|
|
51
|
-
// export * from "../products/index";
|
|
52
|
-
// export * from "../sales/models/index";
|
|
53
|
-
// export * from "../shared/index";
|
|
54
|
-
// export * from "../users/models/index";
|
|
55
|
-
// export * from "../utilities/index";
|
|
56
|
-
// export * from "../world/index"; */
|
|
57
|
-
// // export * from "./helpers/hlpProduct";
|
|
58
|
-
// export {
|
|
59
|
-
// AmountOnBillPipe,
|
|
60
|
-
// AmountOnListBillPipe,
|
|
61
|
-
// AuthParam,
|
|
62
|
-
// AuthService,
|
|
63
|
-
// HlpEntry,
|
|
64
|
-
// // CapacitorStorageService,
|
|
65
|
-
// HlpProduct,
|
|
66
|
-
// StockPipe,
|
|
67
|
-
// StorageService,
|
|
68
|
-
// getAuth,
|
|
69
|
-
// };
|
|
70
1
|
export * from "./acts";
|
|
71
2
|
export * from "./auth";
|
|
72
3
|
export * from "./bills";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "asv-hlps",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.63",
|
|
4
4
|
"description": "helpers",
|
|
5
5
|
"main": "./lib/cjs/index.js",
|
|
6
6
|
"module": "./lib/esm/index.js",
|
|
@@ -21,20 +21,20 @@
|
|
|
21
21
|
"@types/lodash": "^4.14.202",
|
|
22
22
|
"@types/pdfmake": "^0.2.9",
|
|
23
23
|
"@types/randomatic": "^3.1.5",
|
|
24
|
-
"@types/react": "^18.2.
|
|
25
|
-
"typescript": "^5.3.3"
|
|
24
|
+
"@types/react": "^18.2.61"
|
|
26
25
|
},
|
|
27
26
|
"dependencies": {
|
|
28
27
|
"axios": "^1.6.7",
|
|
29
28
|
"bcryptjs": "^2.4.3",
|
|
30
29
|
"classnames": "^2.5.1",
|
|
31
30
|
"dayjs": "^1.11.10",
|
|
32
|
-
"express": "^4.18.
|
|
31
|
+
"express": "^4.18.3",
|
|
33
32
|
"jwt-decode": "^4.0.0",
|
|
34
33
|
"lodash": "^4.17.21",
|
|
35
34
|
"pdfmake": "^0.2.9",
|
|
36
35
|
"randomatic": "^3.1.1",
|
|
37
36
|
"typeorm": "^0.3.20",
|
|
37
|
+
"typescript": "^5.3.3",
|
|
38
38
|
"yup": "^1.3.3"
|
|
39
39
|
}
|
|
40
40
|
}
|