automation-lib 4.7.37 → 4.7.38

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/dist/index.d.mts CHANGED
@@ -582,8 +582,8 @@ interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMode
582
582
  sw_priority: EPriority;
583
583
  sw_status: EStatusSheetWork;
584
584
  sw_category: string | ISheetWorksCategory;
585
- sw_usersPermission: string[] | IUser[];
586
- sw_departmentsPermission: string[] | IDepartment[];
585
+ sw_usersPermission: string | IUser;
586
+ sw_departmentsPermission: string | IDepartment;
587
587
  sw_idea: IManagerWork[] | string[];
588
588
  sw_niche: IManagerWork[] | string[];
589
589
  sw_subNiche: IManagerWork[] | string[];
package/dist/index.d.ts CHANGED
@@ -582,8 +582,8 @@ interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMode
582
582
  sw_priority: EPriority;
583
583
  sw_status: EStatusSheetWork;
584
584
  sw_category: string | ISheetWorksCategory;
585
- sw_usersPermission: string[] | IUser[];
586
- sw_departmentsPermission: string[] | IDepartment[];
585
+ sw_usersPermission: string | IUser;
586
+ sw_departmentsPermission: string | IDepartment;
587
587
  sw_idea: IManagerWork[] | string[];
588
588
  sw_niche: IManagerWork[] | string[];
589
589
  sw_subNiche: IManagerWork[] | string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.7.37",
3
+ "version": "4.7.38",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",