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 +17 -13
- package/dist/index.d.ts +17 -13
- 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;
|
|
@@ -16889,19 +16892,20 @@ interface IInstagramSettingConfigFollowTarget {
|
|
|
16889
16892
|
skipVerified: boolean;
|
|
16890
16893
|
}
|
|
16891
16894
|
interface IInstagramSettingConfigUnfollow {
|
|
16892
|
-
|
|
16893
|
-
|
|
16894
|
-
|
|
16895
|
-
|
|
16896
|
-
|
|
16897
|
-
|
|
16898
|
-
|
|
16899
|
-
|
|
16900
|
-
|
|
16901
|
-
|
|
16902
|
-
|
|
16903
|
-
|
|
16904
|
-
|
|
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
|
-
|
|
16893
|
-
|
|
16894
|
-
|
|
16895
|
-
|
|
16896
|
-
|
|
16897
|
-
|
|
16898
|
-
|
|
16899
|
-
|
|
16900
|
-
|
|
16901
|
-
|
|
16902
|
-
|
|
16903
|
-
|
|
16904
|
-
|
|
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[];
|