automation-lib 6.6.33 → 6.6.35

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
@@ -16853,7 +16853,10 @@ interface IInstagramSettingConfigMySettings {
16853
16853
 
16854
16854
  interface IInstagramFollowTarget {
16855
16855
  isConfig: boolean;
16856
+ isFollowFromSheet: boolean;
16856
16857
  runRandom: number;
16858
+ sheetId: string;
16859
+ tabName: string;
16857
16860
  }
16858
16861
  interface IInstagramUnfollow {
16859
16862
  isConfig: boolean;
@@ -16864,7 +16867,10 @@ interface IInstagramUnfollow {
16864
16867
  }
16865
16868
  interface IInstagramPreBlockAndBlock {
16866
16869
  isConfig: boolean;
16870
+ isBlockFromSheet: boolean;
16867
16871
  runRandom: number;
16872
+ sheetId: string;
16873
+ tabName: string;
16868
16874
  }
16869
16875
  interface IInstagramSettingConfigFollowTarget {
16870
16876
  isPreFollowInteract: boolean;
@@ -16889,34 +16895,32 @@ interface IInstagramSettingConfigFollowTarget {
16889
16895
  skipVerified: boolean;
16890
16896
  }
16891
16897
  interface IInstagramSettingConfigUnfollow {
16892
- targetList: string[];
16893
- unfollowCount: number;
16894
- delayMin: number;
16895
- delayMax: number;
16896
- dailyUnfollowLimit: number;
16897
- hourlyUnfollowLimit: number;
16898
- skipIfNotFollowing: boolean;
16899
- skipRecentFollow: boolean;
16900
- recentFollowDays: number;
16901
- enableWhitelist: boolean;
16902
- whitelistUsers: string[];
16903
- enableRandomDelay: boolean;
16904
- randomDelayVariance: number;
16898
+ isFarewellInteract: boolean;
16899
+ farewellLikeMin: number;
16900
+ farewellLikeMax: number;
16901
+ isSourceFollowing: boolean;
16902
+ unfollowPerHourMin: number;
16903
+ unfollowPerHourMax: number;
16904
+ unfollowPerDayMin: number;
16905
+ unfollowPerDayMax: number;
16906
+ delayActionMin: number;
16907
+ delayActionMax: number;
16908
+ delayUnfollowMin: number;
16909
+ delayUnfollowMax: number;
16910
+ skipUsernameNonEnglish: boolean;
16911
+ skipFollowWhenUnfollow: boolean;
16905
16912
  }
16906
16913
  interface IInstagramSettingConfigBlock {
16907
- targetList: string[];
16908
- blockCount: number;
16909
- delayMin: number;
16910
- delayMax: number;
16911
- dailyBlockLimit: number;
16912
- hourlyBlockLimit: number;
16913
- enablePrivateBlock: boolean;
16914
- enableVerifiedBlock: boolean;
16915
- skipAlreadyBlocked: boolean;
16916
- enableWhitelist: boolean;
16917
- whitelistUsers: string[];
16918
- enableRandomDelay: boolean;
16919
- randomDelayVariance: number;
16914
+ isFakeViewBeforeBlock: boolean;
16915
+ fakeViewTimeMin: number;
16916
+ fakeViewTimeMax: number;
16917
+ blockPerHourMin: number;
16918
+ blockPerHourMax: number;
16919
+ blockPerDayMin: number;
16920
+ blockPerDayMax: number;
16921
+ delayActionMin: number;
16922
+ delayActionMax: number;
16923
+ skipUsernameNonEnglish: boolean;
16920
16924
  }
16921
16925
 
16922
16926
  interface IInstagramReplyComment {
package/dist/index.d.ts CHANGED
@@ -16853,7 +16853,10 @@ interface IInstagramSettingConfigMySettings {
16853
16853
 
16854
16854
  interface IInstagramFollowTarget {
16855
16855
  isConfig: boolean;
16856
+ isFollowFromSheet: boolean;
16856
16857
  runRandom: number;
16858
+ sheetId: string;
16859
+ tabName: string;
16857
16860
  }
16858
16861
  interface IInstagramUnfollow {
16859
16862
  isConfig: boolean;
@@ -16864,7 +16867,10 @@ interface IInstagramUnfollow {
16864
16867
  }
16865
16868
  interface IInstagramPreBlockAndBlock {
16866
16869
  isConfig: boolean;
16870
+ isBlockFromSheet: boolean;
16867
16871
  runRandom: number;
16872
+ sheetId: string;
16873
+ tabName: string;
16868
16874
  }
16869
16875
  interface IInstagramSettingConfigFollowTarget {
16870
16876
  isPreFollowInteract: boolean;
@@ -16889,34 +16895,32 @@ interface IInstagramSettingConfigFollowTarget {
16889
16895
  skipVerified: boolean;
16890
16896
  }
16891
16897
  interface IInstagramSettingConfigUnfollow {
16892
- targetList: string[];
16893
- unfollowCount: number;
16894
- delayMin: number;
16895
- delayMax: number;
16896
- dailyUnfollowLimit: number;
16897
- hourlyUnfollowLimit: number;
16898
- skipIfNotFollowing: boolean;
16899
- skipRecentFollow: boolean;
16900
- recentFollowDays: number;
16901
- enableWhitelist: boolean;
16902
- whitelistUsers: string[];
16903
- enableRandomDelay: boolean;
16904
- randomDelayVariance: number;
16898
+ isFarewellInteract: boolean;
16899
+ farewellLikeMin: number;
16900
+ farewellLikeMax: number;
16901
+ isSourceFollowing: boolean;
16902
+ unfollowPerHourMin: number;
16903
+ unfollowPerHourMax: number;
16904
+ unfollowPerDayMin: number;
16905
+ unfollowPerDayMax: number;
16906
+ delayActionMin: number;
16907
+ delayActionMax: number;
16908
+ delayUnfollowMin: number;
16909
+ delayUnfollowMax: number;
16910
+ skipUsernameNonEnglish: boolean;
16911
+ skipFollowWhenUnfollow: boolean;
16905
16912
  }
16906
16913
  interface IInstagramSettingConfigBlock {
16907
- targetList: string[];
16908
- blockCount: number;
16909
- delayMin: number;
16910
- delayMax: number;
16911
- dailyBlockLimit: number;
16912
- hourlyBlockLimit: number;
16913
- enablePrivateBlock: boolean;
16914
- enableVerifiedBlock: boolean;
16915
- skipAlreadyBlocked: boolean;
16916
- enableWhitelist: boolean;
16917
- whitelistUsers: string[];
16918
- enableRandomDelay: boolean;
16919
- randomDelayVariance: number;
16914
+ isFakeViewBeforeBlock: boolean;
16915
+ fakeViewTimeMin: number;
16916
+ fakeViewTimeMax: number;
16917
+ blockPerHourMin: number;
16918
+ blockPerHourMax: number;
16919
+ blockPerDayMin: number;
16920
+ blockPerDayMax: number;
16921
+ delayActionMin: number;
16922
+ delayActionMax: number;
16923
+ skipUsernameNonEnglish: boolean;
16920
16924
  }
16921
16925
 
16922
16926
  interface IInstagramReplyComment {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.33",
3
+ "version": "6.6.35",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",