automation-lib 6.6.40 → 6.6.41
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 +10 -10
- package/dist/index.d.ts +10 -10
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -17050,16 +17050,16 @@ interface IInstagramSettingConfigUnfollow {
|
|
|
17050
17050
|
sheetDelayMax: number;
|
|
17051
17051
|
}
|
|
17052
17052
|
interface IInstagramSettingConfigBlock {
|
|
17053
|
-
|
|
17054
|
-
|
|
17055
|
-
|
|
17056
|
-
|
|
17057
|
-
|
|
17058
|
-
|
|
17059
|
-
|
|
17060
|
-
|
|
17061
|
-
|
|
17062
|
-
|
|
17053
|
+
homeFeed: IPreFollowHomeFeed;
|
|
17054
|
+
reels: IPreFollowReels;
|
|
17055
|
+
search: IPreFollowSearch;
|
|
17056
|
+
profileTab: IPreFollowProfileTab;
|
|
17057
|
+
isBlockFromSheet: boolean;
|
|
17058
|
+
sheetId: string;
|
|
17059
|
+
sessionsPerDay: number;
|
|
17060
|
+
blockPerSession: number;
|
|
17061
|
+
delayBlockMin: number;
|
|
17062
|
+
delayBlockMax: number;
|
|
17063
17063
|
}
|
|
17064
17064
|
|
|
17065
17065
|
interface IInstagramReplyComment {
|
package/dist/index.d.ts
CHANGED
|
@@ -17050,16 +17050,16 @@ interface IInstagramSettingConfigUnfollow {
|
|
|
17050
17050
|
sheetDelayMax: number;
|
|
17051
17051
|
}
|
|
17052
17052
|
interface IInstagramSettingConfigBlock {
|
|
17053
|
-
|
|
17054
|
-
|
|
17055
|
-
|
|
17056
|
-
|
|
17057
|
-
|
|
17058
|
-
|
|
17059
|
-
|
|
17060
|
-
|
|
17061
|
-
|
|
17062
|
-
|
|
17053
|
+
homeFeed: IPreFollowHomeFeed;
|
|
17054
|
+
reels: IPreFollowReels;
|
|
17055
|
+
search: IPreFollowSearch;
|
|
17056
|
+
profileTab: IPreFollowProfileTab;
|
|
17057
|
+
isBlockFromSheet: boolean;
|
|
17058
|
+
sheetId: string;
|
|
17059
|
+
sessionsPerDay: number;
|
|
17060
|
+
blockPerSession: number;
|
|
17061
|
+
delayBlockMin: number;
|
|
17062
|
+
delayBlockMax: number;
|
|
17063
17063
|
}
|
|
17064
17064
|
|
|
17065
17065
|
interface IInstagramReplyComment {
|