automation-lib 5.0.4 → 5.0.6

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
@@ -1526,6 +1526,7 @@ interface ITaskToolSocials extends BoInterfaceModelsCommon.IBaseModel, BoInterfa
1526
1526
  account: IAccount | string;
1527
1527
  service: string;
1528
1528
  action: string;
1529
+ dayOfWeek: string;
1529
1530
  sheetTool: ISheetsTool | string;
1530
1531
  taskSocialId: string;
1531
1532
  status: EStatusTaskToolSocials;
package/dist/index.d.ts CHANGED
@@ -1526,6 +1526,7 @@ interface ITaskToolSocials extends BoInterfaceModelsCommon.IBaseModel, BoInterfa
1526
1526
  account: IAccount | string;
1527
1527
  service: string;
1528
1528
  action: string;
1529
+ dayOfWeek: string;
1529
1530
  sheetTool: ISheetsTool | string;
1530
1531
  taskSocialId: string;
1531
1532
  status: EStatusTaskToolSocials;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.4",
3
+ "version": "5.0.6",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",