|
1 | 1 | export * from './responseResult';
|
2 |
| -export * from './employee'; |
3 |
| -export * from './load'; |
| 2 | +export * from './employee/employee'; |
| 3 | +export * from './load/load'; |
4 | 4 | export * from './pagedResponseResult';
|
5 | 5 | export * from './tenant';
|
6 |
| -export * from './truck'; |
| 6 | +export * from './truck/truck'; |
7 | 7 | export * from './user';
|
8 |
| -export * from './role'; |
9 |
| -export * from './createEmployee'; |
10 |
| -export * from './updateEmployee'; |
11 |
| -export * from './dailyGrosses'; |
12 |
| -export * from './dailyGross'; |
13 |
| -export * from './monthlyGrosses'; |
14 |
| -export * from './monthlyGross'; |
15 |
| -export * from './companyStats'; |
16 |
| -export * from './removeEmployeeRole'; |
17 |
| -export * from './truckDriver'; |
18 |
| -export * from './updateTruck'; |
19 |
| -export * from './createTruck'; |
20 |
| -export * from './updateLoad'; |
21 |
| -export * from './createLoad'; |
22 |
| -export * from './truckGeolocation'; |
23 |
| -export * from './truckStats'; |
24 |
| -export * from './notification'; |
25 |
| -export * from './updateNotification'; |
26 |
| -export * from './customer'; |
27 |
| -export * from './invoice'; |
28 |
| -export * from './payment'; |
29 |
| -export * from './payrollPayment'; |
30 |
| -export * from './subscriptionPayment'; |
| 8 | +export * from './employee/role'; |
| 9 | +export * from './employee/createEmployee'; |
| 10 | +export * from './employee/updateEmployee'; |
| 11 | +export * from './stats/dailyGrosses'; |
| 12 | +export * from './stats/dailyGross'; |
| 13 | +export * from './stats/monthlyGrosses'; |
| 14 | +export * from './stats/monthlyGross'; |
| 15 | +export * from './stats/companyStats'; |
| 16 | +export * from './employee/removeEmployeeRole'; |
| 17 | +export * from './truck/truckDriver'; |
| 18 | +export * from './truck/updateTruck'; |
| 19 | +export * from './truck/createTruck'; |
| 20 | +export * from './load/updateLoad'; |
| 21 | +export * from './load/createLoad'; |
| 22 | +export * from './truck/truckGeolocation'; |
| 23 | +export * from './stats/truckStats'; |
| 24 | +export * from './notification/notification'; |
| 25 | +export * from './notification/updateNotification'; |
| 26 | +export * from './customer/customer'; |
| 27 | +export * from './payment/invoice'; |
| 28 | +export * from './payment/payment'; |
| 29 | +export * from './payment/payrollPayment'; |
| 30 | +export * from './payment/subscriptionPayment'; |
31 | 31 | export * from './searchableQuery';
|
32 |
| -export * from './createCustomer'; |
33 |
| -export * from './updateCustomer'; |
| 32 | +export * from './customer/createCustomer'; |
| 33 | +export * from './customer/updateCustomer'; |
| 34 | +export * from './payment/createPayment'; |
| 35 | +export * from './payment/updatePayment'; |
| 36 | +export * from './pagedQuery'; |
| 37 | +export * from './pagedIntervalQuery'; |
0 commit comments