automation-lib 5.1.265 → 5.1.266

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
@@ -3115,7 +3115,6 @@ interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
3115
3115
  sheetName: string;
3116
3116
  sheetURL: string;
3117
3117
  account: IInstagramAccountRun | string;
3118
- accountFollow: string;
3119
3118
  currentFollower: number;
3120
3119
  currentFollowing: number;
3121
3120
  status: EStatusTaskScript;
package/dist/index.d.ts CHANGED
@@ -3115,7 +3115,6 @@ interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
3115
3115
  sheetName: string;
3116
3116
  sheetURL: string;
3117
3117
  account: IInstagramAccountRun | string;
3118
- accountFollow: string;
3119
3118
  currentFollower: number;
3120
3119
  currentFollowing: number;
3121
3120
  status: EStatusTaskScript;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.265",
3
+ "version": "5.1.266",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",