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 +30 -26
- package/dist/index.d.ts +30 -26
- package/package.json +1 -1
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
|
-
|
|
16893
|
-
|
|
16894
|
-
|
|
16895
|
-
|
|
16896
|
-
|
|
16897
|
-
|
|
16898
|
-
|
|
16899
|
-
|
|
16900
|
-
|
|
16901
|
-
|
|
16902
|
-
|
|
16903
|
-
|
|
16904
|
-
|
|
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
|
-
|
|
16908
|
-
|
|
16909
|
-
|
|
16910
|
-
|
|
16911
|
-
|
|
16912
|
-
|
|
16913
|
-
|
|
16914
|
-
|
|
16915
|
-
|
|
16916
|
-
|
|
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
|
-
|
|
16893
|
-
|
|
16894
|
-
|
|
16895
|
-
|
|
16896
|
-
|
|
16897
|
-
|
|
16898
|
-
|
|
16899
|
-
|
|
16900
|
-
|
|
16901
|
-
|
|
16902
|
-
|
|
16903
|
-
|
|
16904
|
-
|
|
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
|
-
|
|
16908
|
-
|
|
16909
|
-
|
|
16910
|
-
|
|
16911
|
-
|
|
16912
|
-
|
|
16913
|
-
|
|
16914
|
-
|
|
16915
|
-
|
|
16916
|
-
|
|
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 {
|