automation-lib 5.0.143 → 5.0.145

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
@@ -2056,6 +2056,7 @@ interface ITaskToolMonitor extends IBaseModel, ITrackingModel<IUser> {
2056
2056
  typeSocial: ETypeSocial;
2057
2057
  taskType: TaskTypeInstagram | TaskTypeThreads;
2058
2058
  taskId: string;
2059
+ sheetTool: string | ISheetsTool;
2059
2060
  timeExecute: Date;
2060
2061
  }
2061
2062
 
package/dist/index.d.ts CHANGED
@@ -2056,6 +2056,7 @@ interface ITaskToolMonitor extends IBaseModel, ITrackingModel<IUser> {
2056
2056
  typeSocial: ETypeSocial;
2057
2057
  taskType: TaskTypeInstagram | TaskTypeThreads;
2058
2058
  taskId: string;
2059
+ sheetTool: string | ISheetsTool;
2059
2060
  timeExecute: Date;
2060
2061
  }
2061
2062
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.143",
3
+ "version": "5.0.145",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",