automation-lib 6.6.35 → 6.6.37
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 +66 -4
- package/dist/index.d.ts +66 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -16924,32 +16924,94 @@ 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 {
|
|
16938
|
+
isConfig: boolean;
|
|
16933
16939
|
runRandom: number;
|
|
16934
16940
|
}
|
|
16935
16941
|
interface IInstagramSettingConfigReplyComment {
|
|
16936
|
-
|
|
16942
|
+
isOpenNotification: boolean;
|
|
16943
|
+
isLikeRandomComments: boolean;
|
|
16944
|
+
likeCommentsMin: number;
|
|
16945
|
+
likeCommentsMax: number;
|
|
16946
|
+
isReplyText1: boolean;
|
|
16947
|
+
isReplyText2: boolean;
|
|
16948
|
+
isReportSpam: boolean;
|
|
16949
|
+
spamKeywords: string;
|
|
16950
|
+
replyPerHourMin: number;
|
|
16951
|
+
replyPerHourMax: number;
|
|
16952
|
+
replyPerDayMin: number;
|
|
16953
|
+
replyPerDayMax: number;
|
|
16954
|
+
delayActionMin: number;
|
|
16955
|
+
delayActionMax: number;
|
|
16956
|
+
delayReplyMin: number;
|
|
16957
|
+
delayReplyMax: number;
|
|
16958
|
+
delayLikeMin: number;
|
|
16959
|
+
delayLikeMax: number;
|
|
16960
|
+
skipCommentIcons: boolean;
|
|
16961
|
+
skipCommentNonEnglish: boolean;
|
|
16962
|
+
skipUsernameNonEnglish: boolean;
|
|
16937
16963
|
}
|
|
16938
16964
|
interface IInstagramSettingConfigProcessRequests {
|
|
16939
|
-
|
|
16965
|
+
isQuickConfirm: boolean;
|
|
16966
|
+
isScoutConfirm: boolean;
|
|
16967
|
+
scoutTimeMin: number;
|
|
16968
|
+
scoutTimeMax: number;
|
|
16969
|
+
isFollowBack: boolean;
|
|
16970
|
+
autoAcceptPerHourMin: number;
|
|
16971
|
+
autoAcceptPerHourMax: number;
|
|
16972
|
+
delayActionMin: number;
|
|
16973
|
+
delayActionMax: number;
|
|
16974
|
+
skipUsernameNonEnglish: boolean;
|
|
16975
|
+
skipPrivate: boolean;
|
|
16940
16976
|
}
|
|
16941
16977
|
interface IInstagramSettingConfigNotificationBar {
|
|
16942
|
-
|
|
16978
|
+
isPullDown: boolean;
|
|
16979
|
+
isScrollNotifications: boolean;
|
|
16980
|
+
scrollCountMin: number;
|
|
16981
|
+
scrollCountMax: number;
|
|
16982
|
+
viewTimeMin: number;
|
|
16983
|
+
viewTimeMax: number;
|
|
16943
16984
|
}
|
|
16944
16985
|
|
|
16945
16986
|
interface IInstagramInboxManager {
|
|
16987
|
+
isConfig: boolean;
|
|
16946
16988
|
runRandom: number;
|
|
16947
16989
|
}
|
|
16948
16990
|
interface IInstagramReplyMessage {
|
|
16991
|
+
isConfig: boolean;
|
|
16949
16992
|
runRandom: number;
|
|
16950
16993
|
}
|
|
16951
16994
|
interface IInstagramSettingConfigInboxManager {
|
|
16952
|
-
|
|
16995
|
+
skipVerified: boolean;
|
|
16996
|
+
skipNonEnglish: boolean;
|
|
16997
|
+
skipIcons: boolean;
|
|
16998
|
+
sessionsPerDay: number;
|
|
16999
|
+
sessionDurationMin: number;
|
|
17000
|
+
sessionDurationMax: number;
|
|
17001
|
+
isSwitchTab: boolean;
|
|
17002
|
+
isSearchDm: boolean;
|
|
17003
|
+
isRefreshInbox: boolean;
|
|
17004
|
+
isOpenConversation: boolean;
|
|
17005
|
+
isReadMessages: boolean;
|
|
17006
|
+
isScrollConversation: boolean;
|
|
17007
|
+
isViewNotes: boolean;
|
|
17008
|
+
isCreateNote: boolean;
|
|
17009
|
+
isCleanRequests: boolean;
|
|
17010
|
+
isAcceptRequest: boolean;
|
|
17011
|
+
isDeclineRequest: boolean;
|
|
17012
|
+
isMuteConversation: boolean;
|
|
17013
|
+
isDeleteConversation: boolean;
|
|
17014
|
+
isArchiveConversation: boolean;
|
|
16953
17015
|
}
|
|
16954
17016
|
interface IInstagramSettingConfigReplyMessage {
|
|
16955
17017
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -16924,32 +16924,94 @@ 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 {
|
|
16938
|
+
isConfig: boolean;
|
|
16933
16939
|
runRandom: number;
|
|
16934
16940
|
}
|
|
16935
16941
|
interface IInstagramSettingConfigReplyComment {
|
|
16936
|
-
|
|
16942
|
+
isOpenNotification: boolean;
|
|
16943
|
+
isLikeRandomComments: boolean;
|
|
16944
|
+
likeCommentsMin: number;
|
|
16945
|
+
likeCommentsMax: number;
|
|
16946
|
+
isReplyText1: boolean;
|
|
16947
|
+
isReplyText2: boolean;
|
|
16948
|
+
isReportSpam: boolean;
|
|
16949
|
+
spamKeywords: string;
|
|
16950
|
+
replyPerHourMin: number;
|
|
16951
|
+
replyPerHourMax: number;
|
|
16952
|
+
replyPerDayMin: number;
|
|
16953
|
+
replyPerDayMax: number;
|
|
16954
|
+
delayActionMin: number;
|
|
16955
|
+
delayActionMax: number;
|
|
16956
|
+
delayReplyMin: number;
|
|
16957
|
+
delayReplyMax: number;
|
|
16958
|
+
delayLikeMin: number;
|
|
16959
|
+
delayLikeMax: number;
|
|
16960
|
+
skipCommentIcons: boolean;
|
|
16961
|
+
skipCommentNonEnglish: boolean;
|
|
16962
|
+
skipUsernameNonEnglish: boolean;
|
|
16937
16963
|
}
|
|
16938
16964
|
interface IInstagramSettingConfigProcessRequests {
|
|
16939
|
-
|
|
16965
|
+
isQuickConfirm: boolean;
|
|
16966
|
+
isScoutConfirm: boolean;
|
|
16967
|
+
scoutTimeMin: number;
|
|
16968
|
+
scoutTimeMax: number;
|
|
16969
|
+
isFollowBack: boolean;
|
|
16970
|
+
autoAcceptPerHourMin: number;
|
|
16971
|
+
autoAcceptPerHourMax: number;
|
|
16972
|
+
delayActionMin: number;
|
|
16973
|
+
delayActionMax: number;
|
|
16974
|
+
skipUsernameNonEnglish: boolean;
|
|
16975
|
+
skipPrivate: boolean;
|
|
16940
16976
|
}
|
|
16941
16977
|
interface IInstagramSettingConfigNotificationBar {
|
|
16942
|
-
|
|
16978
|
+
isPullDown: boolean;
|
|
16979
|
+
isScrollNotifications: boolean;
|
|
16980
|
+
scrollCountMin: number;
|
|
16981
|
+
scrollCountMax: number;
|
|
16982
|
+
viewTimeMin: number;
|
|
16983
|
+
viewTimeMax: number;
|
|
16943
16984
|
}
|
|
16944
16985
|
|
|
16945
16986
|
interface IInstagramInboxManager {
|
|
16987
|
+
isConfig: boolean;
|
|
16946
16988
|
runRandom: number;
|
|
16947
16989
|
}
|
|
16948
16990
|
interface IInstagramReplyMessage {
|
|
16991
|
+
isConfig: boolean;
|
|
16949
16992
|
runRandom: number;
|
|
16950
16993
|
}
|
|
16951
16994
|
interface IInstagramSettingConfigInboxManager {
|
|
16952
|
-
|
|
16995
|
+
skipVerified: boolean;
|
|
16996
|
+
skipNonEnglish: boolean;
|
|
16997
|
+
skipIcons: boolean;
|
|
16998
|
+
sessionsPerDay: number;
|
|
16999
|
+
sessionDurationMin: number;
|
|
17000
|
+
sessionDurationMax: number;
|
|
17001
|
+
isSwitchTab: boolean;
|
|
17002
|
+
isSearchDm: boolean;
|
|
17003
|
+
isRefreshInbox: boolean;
|
|
17004
|
+
isOpenConversation: boolean;
|
|
17005
|
+
isReadMessages: boolean;
|
|
17006
|
+
isScrollConversation: boolean;
|
|
17007
|
+
isViewNotes: boolean;
|
|
17008
|
+
isCreateNote: boolean;
|
|
17009
|
+
isCleanRequests: boolean;
|
|
17010
|
+
isAcceptRequest: boolean;
|
|
17011
|
+
isDeclineRequest: boolean;
|
|
17012
|
+
isMuteConversation: boolean;
|
|
17013
|
+
isDeleteConversation: boolean;
|
|
17014
|
+
isArchiveConversation: boolean;
|
|
16953
17015
|
}
|
|
16954
17016
|
interface IInstagramSettingConfigReplyMessage {
|
|
16955
17017
|
name: string;
|