automation-lib 5.4.28 → 5.4.31
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 +20 -19
- package/dist/index.d.ts +20 -19
- package/dist/index.js +21 -20
- package/dist/index.mjs +21 -20
- package/package.json +1 -1
- package/requirements.txt +7 -7
package/dist/index.d.mts
CHANGED
|
@@ -31,6 +31,7 @@ declare const CONST_API_COMMON: {
|
|
|
31
31
|
FIND_DETAIL: string;
|
|
32
32
|
FIND_MULTI: string;
|
|
33
33
|
FIND_MULTI_FULL: string;
|
|
34
|
+
FIND_MULTI_FULL_ELS: string;
|
|
34
35
|
};
|
|
35
36
|
declare const CONST_API_CONTROLLERS: {
|
|
36
37
|
COMMON: {
|
|
@@ -44,20 +45,20 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
44
45
|
};
|
|
45
46
|
INSTAGRAM: {
|
|
46
47
|
DASHBOARD_FOLLOWER: string;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
48
|
+
REPORT_POST_NEWS: string;
|
|
49
|
+
REPORT_POST_SQUARE: string;
|
|
50
|
+
REPORT_POST_STORIES: string;
|
|
51
|
+
REPORT_POST_REELS: string;
|
|
52
|
+
REPORT_POST_HIGHLIGHTS: string;
|
|
53
|
+
REPORT_INTERACT_FOLLOW: string;
|
|
54
|
+
REPORT_INTERACT_UN_FOLLOW: string;
|
|
55
|
+
REPORT_INTERACT_EXPLORES: string;
|
|
56
|
+
REPORT_INTERACT_REELS: string;
|
|
57
|
+
REPORT_INTERACT_STORIES: string;
|
|
58
|
+
REPORT_INTERACT_COMMENTS: string;
|
|
59
|
+
REPORT_INTERACT_REPLY_COMMENTS: string;
|
|
60
|
+
REPORT_INTERACT_REPLY_MESSAGES: string;
|
|
61
|
+
REPORT_INTERACT_BLOCK_USER: string;
|
|
61
62
|
SETTING_POSTS: string;
|
|
62
63
|
SETTING_INTERACT_FOLLOWS: string;
|
|
63
64
|
SETTING_INTERACT_UN_FOLLOWS: string;
|
|
@@ -69,11 +70,11 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
69
70
|
SETTING_INTERACT_BLOCK_USER: string;
|
|
70
71
|
};
|
|
71
72
|
THREADS: {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
REPORT_POST_NEWS: string;
|
|
74
|
+
REPORT_INTERACT_FOLLOW: string;
|
|
75
|
+
REPORT_INTERACT_UN_FOLLOW: string;
|
|
76
|
+
REPORT_INTERACT_REPLY_COMMENTS: string;
|
|
77
|
+
REPORT_INTERACT_REPLY_MESSAGE: string;
|
|
77
78
|
SETTING_POSTS: string;
|
|
78
79
|
SETTING_FOLLOW: string;
|
|
79
80
|
SETTING_UN_FOLLOW: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ declare const CONST_API_COMMON: {
|
|
|
31
31
|
FIND_DETAIL: string;
|
|
32
32
|
FIND_MULTI: string;
|
|
33
33
|
FIND_MULTI_FULL: string;
|
|
34
|
+
FIND_MULTI_FULL_ELS: string;
|
|
34
35
|
};
|
|
35
36
|
declare const CONST_API_CONTROLLERS: {
|
|
36
37
|
COMMON: {
|
|
@@ -44,20 +45,20 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
44
45
|
};
|
|
45
46
|
INSTAGRAM: {
|
|
46
47
|
DASHBOARD_FOLLOWER: string;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
48
|
+
REPORT_POST_NEWS: string;
|
|
49
|
+
REPORT_POST_SQUARE: string;
|
|
50
|
+
REPORT_POST_STORIES: string;
|
|
51
|
+
REPORT_POST_REELS: string;
|
|
52
|
+
REPORT_POST_HIGHLIGHTS: string;
|
|
53
|
+
REPORT_INTERACT_FOLLOW: string;
|
|
54
|
+
REPORT_INTERACT_UN_FOLLOW: string;
|
|
55
|
+
REPORT_INTERACT_EXPLORES: string;
|
|
56
|
+
REPORT_INTERACT_REELS: string;
|
|
57
|
+
REPORT_INTERACT_STORIES: string;
|
|
58
|
+
REPORT_INTERACT_COMMENTS: string;
|
|
59
|
+
REPORT_INTERACT_REPLY_COMMENTS: string;
|
|
60
|
+
REPORT_INTERACT_REPLY_MESSAGES: string;
|
|
61
|
+
REPORT_INTERACT_BLOCK_USER: string;
|
|
61
62
|
SETTING_POSTS: string;
|
|
62
63
|
SETTING_INTERACT_FOLLOWS: string;
|
|
63
64
|
SETTING_INTERACT_UN_FOLLOWS: string;
|
|
@@ -69,11 +70,11 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
69
70
|
SETTING_INTERACT_BLOCK_USER: string;
|
|
70
71
|
};
|
|
71
72
|
THREADS: {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
REPORT_POST_NEWS: string;
|
|
74
|
+
REPORT_INTERACT_FOLLOW: string;
|
|
75
|
+
REPORT_INTERACT_UN_FOLLOW: string;
|
|
76
|
+
REPORT_INTERACT_REPLY_COMMENTS: string;
|
|
77
|
+
REPORT_INTERACT_REPLY_MESSAGE: string;
|
|
77
78
|
SETTING_POSTS: string;
|
|
78
79
|
SETTING_FOLLOW: string;
|
|
79
80
|
SETTING_UN_FOLLOW: string;
|
package/dist/index.js
CHANGED
|
@@ -206,7 +206,8 @@ var CONST_API_COMMON = {
|
|
|
206
206
|
FIND_BY_ID: "find-by-id",
|
|
207
207
|
FIND_DETAIL: "find-detail",
|
|
208
208
|
FIND_MULTI: "find-multi",
|
|
209
|
-
FIND_MULTI_FULL: "find-multi/full"
|
|
209
|
+
FIND_MULTI_FULL: "find-multi/full",
|
|
210
|
+
FIND_MULTI_FULL_ELS: "find-multi/full/els"
|
|
210
211
|
};
|
|
211
212
|
var CONST_API_CONTROLLERS = {
|
|
212
213
|
COMMON: {
|
|
@@ -220,20 +221,20 @@ var CONST_API_CONTROLLERS = {
|
|
|
220
221
|
},
|
|
221
222
|
INSTAGRAM: {
|
|
222
223
|
DASHBOARD_FOLLOWER: "instagram-dashboard-follower",
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
224
|
+
REPORT_POST_NEWS: "instagram-report-post-news",
|
|
225
|
+
REPORT_POST_SQUARE: "instagram-report-post-square",
|
|
226
|
+
REPORT_POST_STORIES: "instagram-report-post-stories",
|
|
227
|
+
REPORT_POST_REELS: "instagram-report-post-reels",
|
|
228
|
+
REPORT_POST_HIGHLIGHTS: "instagram-report-post-highlights",
|
|
229
|
+
REPORT_INTERACT_FOLLOW: "instagram-report-interact-follow",
|
|
230
|
+
REPORT_INTERACT_UN_FOLLOW: "instagram-report-interact-un-follow",
|
|
231
|
+
REPORT_INTERACT_EXPLORES: "instagram-report-interact-explores",
|
|
232
|
+
REPORT_INTERACT_REELS: "instagram-report-interact-reels",
|
|
233
|
+
REPORT_INTERACT_STORIES: "instagram-report-interact-stories",
|
|
234
|
+
REPORT_INTERACT_COMMENTS: "instagram-report-interact-comments",
|
|
235
|
+
REPORT_INTERACT_REPLY_COMMENTS: "instagram-report-interact-reply-comments",
|
|
236
|
+
REPORT_INTERACT_REPLY_MESSAGES: "instagram-report-interact-reply-messages",
|
|
237
|
+
REPORT_INTERACT_BLOCK_USER: "instagram-report-interact-block-user",
|
|
237
238
|
SETTING_POSTS: "instagram-setting-posts",
|
|
238
239
|
SETTING_INTERACT_FOLLOWS: "instagram-setting-interact-follows",
|
|
239
240
|
SETTING_INTERACT_UN_FOLLOWS: "instagram-setting-interact-un-follows",
|
|
@@ -245,11 +246,11 @@ var CONST_API_CONTROLLERS = {
|
|
|
245
246
|
SETTING_INTERACT_BLOCK_USER: "instagram-setting-interact-block-user"
|
|
246
247
|
},
|
|
247
248
|
THREADS: {
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
249
|
+
REPORT_POST_NEWS: "threads-report-post-news",
|
|
250
|
+
REPORT_INTERACT_FOLLOW: "threads-report-interact-follow",
|
|
251
|
+
REPORT_INTERACT_UN_FOLLOW: "threads-report-interact-un-follow",
|
|
252
|
+
REPORT_INTERACT_REPLY_COMMENTS: "threads-report-interact-reply-comments",
|
|
253
|
+
REPORT_INTERACT_REPLY_MESSAGE: "threads-report-interact-reply-message",
|
|
253
254
|
SETTING_POSTS: "threads-setting-posts-threads",
|
|
254
255
|
SETTING_FOLLOW: "threads-setting-follow-threads",
|
|
255
256
|
SETTING_UN_FOLLOW: "threads-setting-un-follow-threads",
|
package/dist/index.mjs
CHANGED
|
@@ -53,7 +53,8 @@ var CONST_API_COMMON = {
|
|
|
53
53
|
FIND_BY_ID: "find-by-id",
|
|
54
54
|
FIND_DETAIL: "find-detail",
|
|
55
55
|
FIND_MULTI: "find-multi",
|
|
56
|
-
FIND_MULTI_FULL: "find-multi/full"
|
|
56
|
+
FIND_MULTI_FULL: "find-multi/full",
|
|
57
|
+
FIND_MULTI_FULL_ELS: "find-multi/full/els"
|
|
57
58
|
};
|
|
58
59
|
var CONST_API_CONTROLLERS = {
|
|
59
60
|
COMMON: {
|
|
@@ -67,20 +68,20 @@ var CONST_API_CONTROLLERS = {
|
|
|
67
68
|
},
|
|
68
69
|
INSTAGRAM: {
|
|
69
70
|
DASHBOARD_FOLLOWER: "instagram-dashboard-follower",
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
71
|
+
REPORT_POST_NEWS: "instagram-report-post-news",
|
|
72
|
+
REPORT_POST_SQUARE: "instagram-report-post-square",
|
|
73
|
+
REPORT_POST_STORIES: "instagram-report-post-stories",
|
|
74
|
+
REPORT_POST_REELS: "instagram-report-post-reels",
|
|
75
|
+
REPORT_POST_HIGHLIGHTS: "instagram-report-post-highlights",
|
|
76
|
+
REPORT_INTERACT_FOLLOW: "instagram-report-interact-follow",
|
|
77
|
+
REPORT_INTERACT_UN_FOLLOW: "instagram-report-interact-un-follow",
|
|
78
|
+
REPORT_INTERACT_EXPLORES: "instagram-report-interact-explores",
|
|
79
|
+
REPORT_INTERACT_REELS: "instagram-report-interact-reels",
|
|
80
|
+
REPORT_INTERACT_STORIES: "instagram-report-interact-stories",
|
|
81
|
+
REPORT_INTERACT_COMMENTS: "instagram-report-interact-comments",
|
|
82
|
+
REPORT_INTERACT_REPLY_COMMENTS: "instagram-report-interact-reply-comments",
|
|
83
|
+
REPORT_INTERACT_REPLY_MESSAGES: "instagram-report-interact-reply-messages",
|
|
84
|
+
REPORT_INTERACT_BLOCK_USER: "instagram-report-interact-block-user",
|
|
84
85
|
SETTING_POSTS: "instagram-setting-posts",
|
|
85
86
|
SETTING_INTERACT_FOLLOWS: "instagram-setting-interact-follows",
|
|
86
87
|
SETTING_INTERACT_UN_FOLLOWS: "instagram-setting-interact-un-follows",
|
|
@@ -92,11 +93,11 @@ var CONST_API_CONTROLLERS = {
|
|
|
92
93
|
SETTING_INTERACT_BLOCK_USER: "instagram-setting-interact-block-user"
|
|
93
94
|
},
|
|
94
95
|
THREADS: {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
96
|
+
REPORT_POST_NEWS: "threads-report-post-news",
|
|
97
|
+
REPORT_INTERACT_FOLLOW: "threads-report-interact-follow",
|
|
98
|
+
REPORT_INTERACT_UN_FOLLOW: "threads-report-interact-un-follow",
|
|
99
|
+
REPORT_INTERACT_REPLY_COMMENTS: "threads-report-interact-reply-comments",
|
|
100
|
+
REPORT_INTERACT_REPLY_MESSAGE: "threads-report-interact-reply-message",
|
|
100
101
|
SETTING_POSTS: "threads-setting-posts-threads",
|
|
101
102
|
SETTING_FOLLOW: "threads-setting-follow-threads",
|
|
102
103
|
SETTING_UN_FOLLOW: "threads-setting-un-follow-threads",
|
package/package.json
CHANGED
package/requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
pyinstaller
|
|
2
|
-
pywin32
|
|
3
|
-
pytz
|
|
4
|
-
webdriver-manager
|
|
5
|
-
selenium
|
|
6
|
-
undetected-chromedriver
|
|
7
|
-
requests
|
|
1
|
+
pyinstaller
|
|
2
|
+
pywin32
|
|
3
|
+
pytz
|
|
4
|
+
webdriver-manager
|
|
5
|
+
selenium
|
|
6
|
+
undetected-chromedriver
|
|
7
|
+
requests
|
|
8
8
|
rapidfuzz
|