automation-lib 6.6.34 → 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
@@ -16867,7 +16867,10 @@ interface IInstagramUnfollow {
16867
16867
  }
16868
16868
  interface IInstagramPreBlockAndBlock {
16869
16869
  isConfig: boolean;
16870
+ isBlockFromSheet: boolean;
16870
16871
  runRandom: number;
16872
+ sheetId: string;
16873
+ tabName: string;
16871
16874
  }
16872
16875
  interface IInstagramSettingConfigFollowTarget {
16873
16876
  isPreFollowInteract: boolean;
@@ -16908,19 +16911,16 @@ interface IInstagramSettingConfigUnfollow {
16908
16911
  skipFollowWhenUnfollow: boolean;
16909
16912
  }
16910
16913
  interface IInstagramSettingConfigBlock {
16911
- targetList: string[];
16912
- blockCount: number;
16913
- delayMin: number;
16914
- delayMax: number;
16915
- dailyBlockLimit: number;
16916
- hourlyBlockLimit: number;
16917
- enablePrivateBlock: boolean;
16918
- enableVerifiedBlock: boolean;
16919
- skipAlreadyBlocked: boolean;
16920
- enableWhitelist: boolean;
16921
- whitelistUsers: string[];
16922
- enableRandomDelay: boolean;
16923
- 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;
16924
16924
  }
16925
16925
 
16926
16926
  interface IInstagramReplyComment {
package/dist/index.d.ts CHANGED
@@ -16867,7 +16867,10 @@ interface IInstagramUnfollow {
16867
16867
  }
16868
16868
  interface IInstagramPreBlockAndBlock {
16869
16869
  isConfig: boolean;
16870
+ isBlockFromSheet: boolean;
16870
16871
  runRandom: number;
16872
+ sheetId: string;
16873
+ tabName: string;
16871
16874
  }
16872
16875
  interface IInstagramSettingConfigFollowTarget {
16873
16876
  isPreFollowInteract: boolean;
@@ -16908,19 +16911,16 @@ interface IInstagramSettingConfigUnfollow {
16908
16911
  skipFollowWhenUnfollow: boolean;
16909
16912
  }
16910
16913
  interface IInstagramSettingConfigBlock {
16911
- targetList: string[];
16912
- blockCount: number;
16913
- delayMin: number;
16914
- delayMax: number;
16915
- dailyBlockLimit: number;
16916
- hourlyBlockLimit: number;
16917
- enablePrivateBlock: boolean;
16918
- enableVerifiedBlock: boolean;
16919
- skipAlreadyBlocked: boolean;
16920
- enableWhitelist: boolean;
16921
- whitelistUsers: string[];
16922
- enableRandomDelay: boolean;
16923
- 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;
16924
16924
  }
16925
16925
 
16926
16926
  interface IInstagramReplyComment {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.34",
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",