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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
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;
|