automation-lib 4.9.79 → 4.9.81

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
@@ -774,8 +774,10 @@ interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMode
774
774
  sw_priority: EPriority;
775
775
  sw_status: EStatusSheetWork;
776
776
  sw_category: string | ISheetWorksCategory;
777
- sw_usersPermission: string | IUser;
778
- sw_departmentsPermission: string | IDepartment;
777
+ sw_idea: string | IManagerWork;
778
+ sw_niche: string | IManagerWork;
779
+ sw_usersPermission: string[] | IUser[];
780
+ sw_departmentsPermission: string[] | IDepartment[];
779
781
  sw_tags: string[] | ITag[];
780
782
  sw_domains: string[] | IDomain[];
781
783
  sw_pin: string | ISheetWorkPin;
package/dist/index.d.ts CHANGED
@@ -774,8 +774,10 @@ interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMode
774
774
  sw_priority: EPriority;
775
775
  sw_status: EStatusSheetWork;
776
776
  sw_category: string | ISheetWorksCategory;
777
- sw_usersPermission: string | IUser;
778
- sw_departmentsPermission: string | IDepartment;
777
+ sw_idea: string | IManagerWork;
778
+ sw_niche: string | IManagerWork;
779
+ sw_usersPermission: string[] | IUser[];
780
+ sw_departmentsPermission: string[] | IDepartment[];
779
781
  sw_tags: string[] | ITag[];
780
782
  sw_domains: string[] | IDomain[];
781
783
  sw_pin: string | ISheetWorkPin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.9.79",
3
+ "version": "4.9.81",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",