automation-lib 6.6.35 → 6.6.36
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 +37 -2
- package/dist/index.d.ts +37 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -16924,19 +16924,54 @@ interface IInstagramSettingConfigBlock {
|
|
|
16924
16924
|
}
|
|
16925
16925
|
|
|
16926
16926
|
interface IInstagramReplyComment {
|
|
16927
|
+
isConfig: boolean;
|
|
16927
16928
|
runRandom: number;
|
|
16929
|
+
sheetId: string;
|
|
16930
|
+
tabReply1: string;
|
|
16931
|
+
tabReply2: string;
|
|
16928
16932
|
}
|
|
16929
16933
|
interface IInstagramProcessRequests {
|
|
16934
|
+
isConfig: boolean;
|
|
16930
16935
|
runRandom: number;
|
|
16931
16936
|
}
|
|
16932
16937
|
interface IInstagramNotificationBar {
|
|
16933
16938
|
runRandom: number;
|
|
16934
16939
|
}
|
|
16935
16940
|
interface IInstagramSettingConfigReplyComment {
|
|
16936
|
-
|
|
16941
|
+
isOpenNotification: boolean;
|
|
16942
|
+
isLikeRandomComments: boolean;
|
|
16943
|
+
likeCommentsMin: number;
|
|
16944
|
+
likeCommentsMax: number;
|
|
16945
|
+
isReplyText1: boolean;
|
|
16946
|
+
isReplyText2: boolean;
|
|
16947
|
+
isReportSpam: boolean;
|
|
16948
|
+
spamKeywords: string;
|
|
16949
|
+
replyPerHourMin: number;
|
|
16950
|
+
replyPerHourMax: number;
|
|
16951
|
+
replyPerDayMin: number;
|
|
16952
|
+
replyPerDayMax: number;
|
|
16953
|
+
delayActionMin: number;
|
|
16954
|
+
delayActionMax: number;
|
|
16955
|
+
delayReplyMin: number;
|
|
16956
|
+
delayReplyMax: number;
|
|
16957
|
+
delayLikeMin: number;
|
|
16958
|
+
delayLikeMax: number;
|
|
16959
|
+
skipCommentIcons: boolean;
|
|
16960
|
+
skipCommentNonEnglish: boolean;
|
|
16961
|
+
skipUsernameNonEnglish: boolean;
|
|
16937
16962
|
}
|
|
16938
16963
|
interface IInstagramSettingConfigProcessRequests {
|
|
16939
|
-
|
|
16964
|
+
isQuickConfirm: boolean;
|
|
16965
|
+
isScoutConfirm: boolean;
|
|
16966
|
+
scoutTimeMin: number;
|
|
16967
|
+
scoutTimeMax: number;
|
|
16968
|
+
isFollowBack: boolean;
|
|
16969
|
+
autoAcceptPerHourMin: number;
|
|
16970
|
+
autoAcceptPerHourMax: number;
|
|
16971
|
+
delayActionMin: number;
|
|
16972
|
+
delayActionMax: number;
|
|
16973
|
+
skipUsernameNonEnglish: boolean;
|
|
16974
|
+
skipPrivate: boolean;
|
|
16940
16975
|
}
|
|
16941
16976
|
interface IInstagramSettingConfigNotificationBar {
|
|
16942
16977
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -16924,19 +16924,54 @@ interface IInstagramSettingConfigBlock {
|
|
|
16924
16924
|
}
|
|
16925
16925
|
|
|
16926
16926
|
interface IInstagramReplyComment {
|
|
16927
|
+
isConfig: boolean;
|
|
16927
16928
|
runRandom: number;
|
|
16929
|
+
sheetId: string;
|
|
16930
|
+
tabReply1: string;
|
|
16931
|
+
tabReply2: string;
|
|
16928
16932
|
}
|
|
16929
16933
|
interface IInstagramProcessRequests {
|
|
16934
|
+
isConfig: boolean;
|
|
16930
16935
|
runRandom: number;
|
|
16931
16936
|
}
|
|
16932
16937
|
interface IInstagramNotificationBar {
|
|
16933
16938
|
runRandom: number;
|
|
16934
16939
|
}
|
|
16935
16940
|
interface IInstagramSettingConfigReplyComment {
|
|
16936
|
-
|
|
16941
|
+
isOpenNotification: boolean;
|
|
16942
|
+
isLikeRandomComments: boolean;
|
|
16943
|
+
likeCommentsMin: number;
|
|
16944
|
+
likeCommentsMax: number;
|
|
16945
|
+
isReplyText1: boolean;
|
|
16946
|
+
isReplyText2: boolean;
|
|
16947
|
+
isReportSpam: boolean;
|
|
16948
|
+
spamKeywords: string;
|
|
16949
|
+
replyPerHourMin: number;
|
|
16950
|
+
replyPerHourMax: number;
|
|
16951
|
+
replyPerDayMin: number;
|
|
16952
|
+
replyPerDayMax: number;
|
|
16953
|
+
delayActionMin: number;
|
|
16954
|
+
delayActionMax: number;
|
|
16955
|
+
delayReplyMin: number;
|
|
16956
|
+
delayReplyMax: number;
|
|
16957
|
+
delayLikeMin: number;
|
|
16958
|
+
delayLikeMax: number;
|
|
16959
|
+
skipCommentIcons: boolean;
|
|
16960
|
+
skipCommentNonEnglish: boolean;
|
|
16961
|
+
skipUsernameNonEnglish: boolean;
|
|
16937
16962
|
}
|
|
16938
16963
|
interface IInstagramSettingConfigProcessRequests {
|
|
16939
|
-
|
|
16964
|
+
isQuickConfirm: boolean;
|
|
16965
|
+
isScoutConfirm: boolean;
|
|
16966
|
+
scoutTimeMin: number;
|
|
16967
|
+
scoutTimeMax: number;
|
|
16968
|
+
isFollowBack: boolean;
|
|
16969
|
+
autoAcceptPerHourMin: number;
|
|
16970
|
+
autoAcceptPerHourMax: number;
|
|
16971
|
+
delayActionMin: number;
|
|
16972
|
+
delayActionMax: number;
|
|
16973
|
+
skipUsernameNonEnglish: boolean;
|
|
16974
|
+
skipPrivate: boolean;
|
|
16940
16975
|
}
|
|
16941
16976
|
interface IInstagramSettingConfigNotificationBar {
|
|
16942
16977
|
name: string;
|