automation-lib 5.1.293 → 5.1.294

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
@@ -6274,8 +6274,8 @@ interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun
6274
6274
  };
6275
6275
  folderImage: string;
6276
6276
  totalPosts: number;
6277
- totalPostFollower: number;
6278
- totalPostFollowing: number;
6277
+ totalFollower: number;
6278
+ totalFollowing: number;
6279
6279
  }
6280
6280
  interface FilterInstagramAccountRunDto extends IFilterBaseDto {
6281
6281
  idea: string[];
package/dist/index.d.ts CHANGED
@@ -6274,8 +6274,8 @@ interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun
6274
6274
  };
6275
6275
  folderImage: string;
6276
6276
  totalPosts: number;
6277
- totalPostFollower: number;
6278
- totalPostFollowing: number;
6277
+ totalFollower: number;
6278
+ totalFollowing: number;
6279
6279
  }
6280
6280
  interface FilterInstagramAccountRunDto extends IFilterBaseDto {
6281
6281
  idea: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.293",
3
+ "version": "5.1.294",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",