@7365admin1/module-hygiene 4.7.0 → 4.8.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @7365admin1/module-hygiene
2
2
 
3
+ ## 4.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Update Hygiene Cleaning Schedule Checklist
8
+
3
9
  ## 4.7.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.d.ts CHANGED
@@ -329,6 +329,7 @@ declare function useAreaChecklistController(): {
329
329
  getAreaChecklistHistoryDetails: (req: Request, res: Response, next: NextFunction) => Promise<void>;
330
330
  getAreaChecklistUnits: (req: Request, res: Response, next: NextFunction) => Promise<void>;
331
331
  updateAreaChecklistUnits: (req: Request, res: Response, next: NextFunction) => Promise<void>;
332
+ downloadChecklistPdf: (req: Request, res: Response, next: NextFunction) => Promise<void>;
332
333
  };
333
334
 
334
335
  type TSupply = {