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