automation-lib 6.6.36 → 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 +29 -2
- package/dist/index.d.ts +29 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -16935,6 +16935,7 @@ interface IInstagramProcessRequests {
|
|
|
16935
16935
|
runRandom: number;
|
|
16936
16936
|
}
|
|
16937
16937
|
interface IInstagramNotificationBar {
|
|
16938
|
+
isConfig: boolean;
|
|
16938
16939
|
runRandom: number;
|
|
16939
16940
|
}
|
|
16940
16941
|
interface IInstagramSettingConfigReplyComment {
|
|
@@ -16974,17 +16975,43 @@ interface IInstagramSettingConfigProcessRequests {
|
|
|
16974
16975
|
skipPrivate: boolean;
|
|
16975
16976
|
}
|
|
16976
16977
|
interface IInstagramSettingConfigNotificationBar {
|
|
16977
|
-
|
|
16978
|
+
isPullDown: boolean;
|
|
16979
|
+
isScrollNotifications: boolean;
|
|
16980
|
+
scrollCountMin: number;
|
|
16981
|
+
scrollCountMax: number;
|
|
16982
|
+
viewTimeMin: number;
|
|
16983
|
+
viewTimeMax: number;
|
|
16978
16984
|
}
|
|
16979
16985
|
|
|
16980
16986
|
interface IInstagramInboxManager {
|
|
16987
|
+
isConfig: boolean;
|
|
16981
16988
|
runRandom: number;
|
|
16982
16989
|
}
|
|
16983
16990
|
interface IInstagramReplyMessage {
|
|
16991
|
+
isConfig: boolean;
|
|
16984
16992
|
runRandom: number;
|
|
16985
16993
|
}
|
|
16986
16994
|
interface IInstagramSettingConfigInboxManager {
|
|
16987
|
-
|
|
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;
|
|
16988
17015
|
}
|
|
16989
17016
|
interface IInstagramSettingConfigReplyMessage {
|
|
16990
17017
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -16935,6 +16935,7 @@ interface IInstagramProcessRequests {
|
|
|
16935
16935
|
runRandom: number;
|
|
16936
16936
|
}
|
|
16937
16937
|
interface IInstagramNotificationBar {
|
|
16938
|
+
isConfig: boolean;
|
|
16938
16939
|
runRandom: number;
|
|
16939
16940
|
}
|
|
16940
16941
|
interface IInstagramSettingConfigReplyComment {
|
|
@@ -16974,17 +16975,43 @@ interface IInstagramSettingConfigProcessRequests {
|
|
|
16974
16975
|
skipPrivate: boolean;
|
|
16975
16976
|
}
|
|
16976
16977
|
interface IInstagramSettingConfigNotificationBar {
|
|
16977
|
-
|
|
16978
|
+
isPullDown: boolean;
|
|
16979
|
+
isScrollNotifications: boolean;
|
|
16980
|
+
scrollCountMin: number;
|
|
16981
|
+
scrollCountMax: number;
|
|
16982
|
+
viewTimeMin: number;
|
|
16983
|
+
viewTimeMax: number;
|
|
16978
16984
|
}
|
|
16979
16985
|
|
|
16980
16986
|
interface IInstagramInboxManager {
|
|
16987
|
+
isConfig: boolean;
|
|
16981
16988
|
runRandom: number;
|
|
16982
16989
|
}
|
|
16983
16990
|
interface IInstagramReplyMessage {
|
|
16991
|
+
isConfig: boolean;
|
|
16984
16992
|
runRandom: number;
|
|
16985
16993
|
}
|
|
16986
16994
|
interface IInstagramSettingConfigInboxManager {
|
|
16987
|
-
|
|
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;
|
|
16988
17015
|
}
|
|
16989
17016
|
interface IInstagramSettingConfigReplyMessage {
|
|
16990
17017
|
name: string;
|