automation-lib 5.4.65 → 5.4.66

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
@@ -9732,8 +9732,6 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
9732
9732
  listUsersFollow: Array<string>;
9733
9733
  follower: number;
9734
9734
  following: number;
9735
- growthFollow: number;
9736
- timeGrowthFollow: number;
9737
9735
  status: EStatusTaskScript;
9738
9736
  noteFix: string;
9739
9737
  timeStart: Date;
@@ -9741,6 +9739,8 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
9741
9739
  timezone: ETimeZone;
9742
9740
  listDateOfWeeks: string[];
9743
9741
  schedulePostTime: Array<Array<string>>;
9742
+ growthFollow: number;
9743
+ timeGrowthFollow: Date;
9744
9744
  isInteractUserFollower: boolean;
9745
9745
  isInteractUserFollowing: boolean;
9746
9746
  isInteractCurrentUser: boolean;
@@ -9962,6 +9962,8 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9962
9962
  timezone: ETimeZone;
9963
9963
  listDateOfWeeks: string[];
9964
9964
  schedulePostTime: Array<Array<string>>;
9965
+ growthFollow: number;
9966
+ timeGrowthFollow: Date;
9965
9967
  unFollowPerHour: number;
9966
9968
  unFollowPerDay: number;
9967
9969
  isInteractBeforeUnFollow: boolean;
package/dist/index.d.ts CHANGED
@@ -9732,8 +9732,6 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
9732
9732
  listUsersFollow: Array<string>;
9733
9733
  follower: number;
9734
9734
  following: number;
9735
- growthFollow: number;
9736
- timeGrowthFollow: number;
9737
9735
  status: EStatusTaskScript;
9738
9736
  noteFix: string;
9739
9737
  timeStart: Date;
@@ -9741,6 +9739,8 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
9741
9739
  timezone: ETimeZone;
9742
9740
  listDateOfWeeks: string[];
9743
9741
  schedulePostTime: Array<Array<string>>;
9742
+ growthFollow: number;
9743
+ timeGrowthFollow: Date;
9744
9744
  isInteractUserFollower: boolean;
9745
9745
  isInteractUserFollowing: boolean;
9746
9746
  isInteractCurrentUser: boolean;
@@ -9962,6 +9962,8 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9962
9962
  timezone: ETimeZone;
9963
9963
  listDateOfWeeks: string[];
9964
9964
  schedulePostTime: Array<Array<string>>;
9965
+ growthFollow: number;
9966
+ timeGrowthFollow: Date;
9965
9967
  unFollowPerHour: number;
9966
9968
  unFollowPerDay: number;
9967
9969
  isInteractBeforeUnFollow: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.65",
3
+ "version": "5.4.66",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",