automation-lib 4.7.41 → 4.7.47

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
@@ -577,7 +577,8 @@ interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMode
577
577
  sw_desc: string;
578
578
  sw_emails: string[];
579
579
  sw_note: string;
580
- sw_children: ISheetWork[] | string[];
580
+ sw_parent: ISheetWork | string;
581
+ sw_primary: boolean;
581
582
  sw_priority: EPriority;
582
583
  sw_status: EStatusSheetWork;
583
584
  sw_category: string | ISheetWorksCategory;
package/dist/index.d.ts CHANGED
@@ -577,7 +577,8 @@ interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMode
577
577
  sw_desc: string;
578
578
  sw_emails: string[];
579
579
  sw_note: string;
580
- sw_children: ISheetWork[] | string[];
580
+ sw_parent: ISheetWork | string;
581
+ sw_primary: boolean;
581
582
  sw_priority: EPriority;
582
583
  sw_status: EStatusSheetWork;
583
584
  sw_category: string | ISheetWorksCategory;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.7.41",
3
+ "version": "4.7.47",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",