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 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
- listUsernameFollowInstagram: string[];
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
- listUsernameFollowInstagram: string[];
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
- listUsernameFollowInstagram: string[];
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
- listUsernameFollowInstagram: string[];
2016
+ listUsernameFollow: string[];
2017
2017
  }
2018
2018
 
2019
2019
  interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.175",
3
+ "version": "5.0.177",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",