automation-lib 6.6.33 → 6.6.34

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;
@@ -16889,19 +16892,20 @@ interface IInstagramSettingConfigFollowTarget {
16889
16892
  skipVerified: boolean;
16890
16893
  }
16891
16894
  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;
16895
+ isFarewellInteract: boolean;
16896
+ farewellLikeMin: number;
16897
+ farewellLikeMax: number;
16898
+ isSourceFollowing: boolean;
16899
+ unfollowPerHourMin: number;
16900
+ unfollowPerHourMax: number;
16901
+ unfollowPerDayMin: number;
16902
+ unfollowPerDayMax: number;
16903
+ delayActionMin: number;
16904
+ delayActionMax: number;
16905
+ delayUnfollowMin: number;
16906
+ delayUnfollowMax: number;
16907
+ skipUsernameNonEnglish: boolean;
16908
+ skipFollowWhenUnfollow: boolean;
16905
16909
  }
16906
16910
  interface IInstagramSettingConfigBlock {
16907
16911
  targetList: string[];
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;
@@ -16889,19 +16892,20 @@ interface IInstagramSettingConfigFollowTarget {
16889
16892
  skipVerified: boolean;
16890
16893
  }
16891
16894
  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;
16895
+ isFarewellInteract: boolean;
16896
+ farewellLikeMin: number;
16897
+ farewellLikeMax: number;
16898
+ isSourceFollowing: boolean;
16899
+ unfollowPerHourMin: number;
16900
+ unfollowPerHourMax: number;
16901
+ unfollowPerDayMin: number;
16902
+ unfollowPerDayMax: number;
16903
+ delayActionMin: number;
16904
+ delayActionMax: number;
16905
+ delayUnfollowMin: number;
16906
+ delayUnfollowMax: number;
16907
+ skipUsernameNonEnglish: boolean;
16908
+ skipFollowWhenUnfollow: boolean;
16905
16909
  }
16906
16910
  interface IInstagramSettingConfigBlock {
16907
16911
  targetList: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.33",
3
+ "version": "6.6.34",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",