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 +13 -13
- package/dist/index.d.ts +13 -13
- package/package.json +1 -1
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
|
-
|
|
16912
|
-
|
|
16913
|
-
|
|
16914
|
-
|
|
16915
|
-
|
|
16916
|
-
|
|
16917
|
-
|
|
16918
|
-
|
|
16919
|
-
|
|
16920
|
-
|
|
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
|
-
|
|
16912
|
-
|
|
16913
|
-
|
|
16914
|
-
|
|
16915
|
-
|
|
16916
|
-
|
|
16917
|
-
|
|
16918
|
-
|
|
16919
|
-
|
|
16920
|
-
|
|
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 {
|