automation-lib 5.0.175 → 5.0.177
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1899,7 +1899,7 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1899
1899
|
sheetTool: ISheetsTool | string;
|
|
1900
1900
|
status: EStatusTaskToolSocials;
|
|
1901
1901
|
note: string;
|
|
1902
|
-
|
|
1902
|
+
listUsernameFollow: string[];
|
|
1903
1903
|
}
|
|
1904
1904
|
|
|
1905
1905
|
interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -2013,7 +2013,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2013
2013
|
sheetTool: ISheetsTool | string;
|
|
2014
2014
|
status: EStatusTaskToolSocials;
|
|
2015
2015
|
note: string;
|
|
2016
|
-
|
|
2016
|
+
listUsernameFollow: string[];
|
|
2017
2017
|
}
|
|
2018
2018
|
|
|
2019
2019
|
interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
package/dist/index.d.ts
CHANGED
|
@@ -1899,7 +1899,7 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1899
1899
|
sheetTool: ISheetsTool | string;
|
|
1900
1900
|
status: EStatusTaskToolSocials;
|
|
1901
1901
|
note: string;
|
|
1902
|
-
|
|
1902
|
+
listUsernameFollow: string[];
|
|
1903
1903
|
}
|
|
1904
1904
|
|
|
1905
1905
|
interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -2013,7 +2013,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2013
2013
|
sheetTool: ISheetsTool | string;
|
|
2014
2014
|
status: EStatusTaskToolSocials;
|
|
2015
2015
|
note: string;
|
|
2016
|
-
|
|
2016
|
+
listUsernameFollow: string[];
|
|
2017
2017
|
}
|
|
2018
2018
|
|
|
2019
2019
|
interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|