automation-lib 5.0.151 → 5.0.152

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
@@ -2078,6 +2078,7 @@ interface ITaskToolMonitor extends IBaseModel, ITrackingModel<IUser> {
2078
2078
  typeSocial: ETypeSocial;
2079
2079
  taskType: TaskTypeInstagram | TaskTypeThreads;
2080
2080
  taskId: string;
2081
+ account: string | IAccount;
2081
2082
  sheetTool: string | ISheetsTool;
2082
2083
  timeExecute: Date;
2083
2084
  status: EStatusTaskToolSocials;
package/dist/index.d.ts CHANGED
@@ -2078,6 +2078,7 @@ interface ITaskToolMonitor extends IBaseModel, ITrackingModel<IUser> {
2078
2078
  typeSocial: ETypeSocial;
2079
2079
  taskType: TaskTypeInstagram | TaskTypeThreads;
2080
2080
  taskId: string;
2081
+ account: string | IAccount;
2081
2082
  sheetTool: string | ISheetsTool;
2082
2083
  timeExecute: Date;
2083
2084
  status: EStatusTaskToolSocials;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.151",
3
+ "version": "5.0.152",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",