automation-lib 6.6.32 → 6.6.33

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
@@ -16857,28 +16857,36 @@ interface IInstagramFollowTarget {
16857
16857
  }
16858
16858
  interface IInstagramUnfollow {
16859
16859
  isConfig: boolean;
16860
+ isUnfollowFromSheet: boolean;
16860
16861
  runRandom: number;
16862
+ sheetId: string;
16863
+ tabName: string;
16861
16864
  }
16862
16865
  interface IInstagramPreBlockAndBlock {
16863
16866
  isConfig: boolean;
16864
16867
  runRandom: number;
16865
16868
  }
16866
16869
  interface IInstagramSettingConfigFollowTarget {
16867
- targetList: string[];
16868
- followCount: number;
16869
- delayMin: number;
16870
- delayMax: number;
16871
- dailyFollowLimit: number;
16872
- hourlyFollowLimit: number;
16873
- enablePrivateFollow: boolean;
16874
- enableVerifiedFollow: boolean;
16870
+ isPreFollowInteract: boolean;
16871
+ likePostsMin: number;
16872
+ likePostsMax: number;
16873
+ isViewStoriesBefore: boolean;
16874
+ viewStoriesCountMin: number;
16875
+ viewStoriesCountMax: number;
16876
+ followPerHourMin: number;
16877
+ followPerHourMax: number;
16878
+ followPerDayMin: number;
16879
+ followPerDayMax: number;
16880
+ delayActionMin: number;
16881
+ delayActionMax: number;
16882
+ delayFollowMin: number;
16883
+ delayFollowMax: number;
16884
+ skipUsernameNonEnglish: boolean;
16885
+ skipUsernameIcons: boolean;
16886
+ skipBioNonEnglish: boolean;
16887
+ skipBioLink: boolean;
16888
+ skipPrivate: boolean;
16875
16889
  skipVerified: boolean;
16876
- skipAlreadyFollowed: boolean;
16877
- enableFollowBackCheck: boolean;
16878
- unfollowIfNotFollowBack: boolean;
16879
- unfollowAfterDays: number;
16880
- enableRandomDelay: boolean;
16881
- randomDelayVariance: number;
16882
16890
  }
16883
16891
  interface IInstagramSettingConfigUnfollow {
16884
16892
  targetList: string[];
package/dist/index.d.ts CHANGED
@@ -16857,28 +16857,36 @@ interface IInstagramFollowTarget {
16857
16857
  }
16858
16858
  interface IInstagramUnfollow {
16859
16859
  isConfig: boolean;
16860
+ isUnfollowFromSheet: boolean;
16860
16861
  runRandom: number;
16862
+ sheetId: string;
16863
+ tabName: string;
16861
16864
  }
16862
16865
  interface IInstagramPreBlockAndBlock {
16863
16866
  isConfig: boolean;
16864
16867
  runRandom: number;
16865
16868
  }
16866
16869
  interface IInstagramSettingConfigFollowTarget {
16867
- targetList: string[];
16868
- followCount: number;
16869
- delayMin: number;
16870
- delayMax: number;
16871
- dailyFollowLimit: number;
16872
- hourlyFollowLimit: number;
16873
- enablePrivateFollow: boolean;
16874
- enableVerifiedFollow: boolean;
16870
+ isPreFollowInteract: boolean;
16871
+ likePostsMin: number;
16872
+ likePostsMax: number;
16873
+ isViewStoriesBefore: boolean;
16874
+ viewStoriesCountMin: number;
16875
+ viewStoriesCountMax: number;
16876
+ followPerHourMin: number;
16877
+ followPerHourMax: number;
16878
+ followPerDayMin: number;
16879
+ followPerDayMax: number;
16880
+ delayActionMin: number;
16881
+ delayActionMax: number;
16882
+ delayFollowMin: number;
16883
+ delayFollowMax: number;
16884
+ skipUsernameNonEnglish: boolean;
16885
+ skipUsernameIcons: boolean;
16886
+ skipBioNonEnglish: boolean;
16887
+ skipBioLink: boolean;
16888
+ skipPrivate: boolean;
16875
16889
  skipVerified: boolean;
16876
- skipAlreadyFollowed: boolean;
16877
- enableFollowBackCheck: boolean;
16878
- unfollowIfNotFollowBack: boolean;
16879
- unfollowAfterDays: number;
16880
- enableRandomDelay: boolean;
16881
- randomDelayVariance: number;
16882
16890
  }
16883
16891
  interface IInstagramSettingConfigUnfollow {
16884
16892
  targetList: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.32",
3
+ "version": "6.6.33",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",