automation-lib 4.7.39 → 4.7.40

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
@@ -584,9 +584,9 @@ interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMode
584
584
  sw_category: string | ISheetWorksCategory;
585
585
  sw_usersPermission: string | IUser;
586
586
  sw_departmentsPermission: string | IDepartment;
587
- sw_idea: IManagerWork[] | string[];
588
- sw_niche: IManagerWork[] | string[];
589
- sw_subNiche: IManagerWork[] | string[];
587
+ sw_idea: IManagerWork | string;
588
+ sw_niche: IManagerWork | string;
589
+ sw_subNiche: IManagerWork | string;
590
590
  sw_tags: string[] | ISheetWorkTag[];
591
591
  sw_domains: string[] | ISheetWorkDomain[];
592
592
  sw_pin: string | ISheetWorkPin;
package/dist/index.d.ts CHANGED
@@ -584,9 +584,9 @@ interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMode
584
584
  sw_category: string | ISheetWorksCategory;
585
585
  sw_usersPermission: string | IUser;
586
586
  sw_departmentsPermission: string | IDepartment;
587
- sw_idea: IManagerWork[] | string[];
588
- sw_niche: IManagerWork[] | string[];
589
- sw_subNiche: IManagerWork[] | string[];
587
+ sw_idea: IManagerWork | string;
588
+ sw_niche: IManagerWork | string;
589
+ sw_subNiche: IManagerWork | string;
590
590
  sw_tags: string[] | ISheetWorkTag[];
591
591
  sw_domains: string[] | ISheetWorkDomain[];
592
592
  sw_pin: string | ISheetWorkPin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.7.39",
3
+ "version": "4.7.40",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",