@voplus/morpho-workspace 6.0.206 → 6.1.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.
@@ -7,4 +7,6 @@ export interface IWorkTypeCompletedWork {
7
7
  /** React hook to retrieve worktype summary report.
8
8
  * @param {string} id - id of the dashboard
9
9
  */
10
- export declare const useWorkTypeCompletedWork: (id: string, group: string, effect: (data: IWorkTypeCompletedWork[]) => void) => void;
10
+ export declare const useWorkTypeCompletedWork: (id: string,
11
+ /** daily | monthly | yearly */
12
+ group: string, effect: (data: IWorkTypeCompletedWork[]) => void) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voplus/morpho-workspace",
3
- "version": "6.0.206",
3
+ "version": "6.1.0",
4
4
  "description": "morpho workspace module",
5
5
  "repository": {
6
6
  "type": "git",