automation-lib 5.4.29 → 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 CHANGED
@@ -45,20 +45,20 @@ declare const CONST_API_CONTROLLERS: {
45
45
  };
46
46
  INSTAGRAM: {
47
47
  DASHBOARD_FOLLOWER: string;
48
- HISTORY_POST_NEWS: string;
49
- HISTORY_POST_SQUARE: string;
50
- HISTORY_POST_STORIES: string;
51
- HISTORY_POST_REELS: string;
52
- HISTORY_POST_HIGHLIGHTS: string;
53
- HISTORY_INTERACT_FOLLOW: string;
54
- HISTORY_INTERACT_UN_FOLLOW: string;
55
- HISTORY_INTERACT_EXPLORES: string;
56
- HISTORY_INTERACT_REELS: string;
57
- HISTORY_INTERACT_STORIES: string;
58
- HISTORY_INTERACT_COMMENTS: string;
59
- HISTORY_INTERACT_REPLY_COMMENTS: string;
60
- HISTORY_INTERACT_REPLY_MESSAGES: string;
61
- HISTORY_INTERACT_BLOCK_USER: string;
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;
62
62
  SETTING_POSTS: string;
63
63
  SETTING_INTERACT_FOLLOWS: string;
64
64
  SETTING_INTERACT_UN_FOLLOWS: string;
@@ -70,11 +70,11 @@ declare const CONST_API_CONTROLLERS: {
70
70
  SETTING_INTERACT_BLOCK_USER: string;
71
71
  };
72
72
  THREADS: {
73
- HISTORY_POST_NEWS: string;
74
- HISTORY_INTERACT_FOLLOW: string;
75
- HISTORY_INTERACT_UN_FOLLOW: string;
76
- HISTORY_INTERACT_REPLY_COMMENTS: string;
77
- HISTORY_INTERACT_REPLY_MESSAGE: string;
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;
78
78
  SETTING_POSTS: string;
79
79
  SETTING_FOLLOW: string;
80
80
  SETTING_UN_FOLLOW: string;
package/dist/index.d.ts CHANGED
@@ -45,20 +45,20 @@ declare const CONST_API_CONTROLLERS: {
45
45
  };
46
46
  INSTAGRAM: {
47
47
  DASHBOARD_FOLLOWER: string;
48
- HISTORY_POST_NEWS: string;
49
- HISTORY_POST_SQUARE: string;
50
- HISTORY_POST_STORIES: string;
51
- HISTORY_POST_REELS: string;
52
- HISTORY_POST_HIGHLIGHTS: string;
53
- HISTORY_INTERACT_FOLLOW: string;
54
- HISTORY_INTERACT_UN_FOLLOW: string;
55
- HISTORY_INTERACT_EXPLORES: string;
56
- HISTORY_INTERACT_REELS: string;
57
- HISTORY_INTERACT_STORIES: string;
58
- HISTORY_INTERACT_COMMENTS: string;
59
- HISTORY_INTERACT_REPLY_COMMENTS: string;
60
- HISTORY_INTERACT_REPLY_MESSAGES: string;
61
- HISTORY_INTERACT_BLOCK_USER: string;
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;
62
62
  SETTING_POSTS: string;
63
63
  SETTING_INTERACT_FOLLOWS: string;
64
64
  SETTING_INTERACT_UN_FOLLOWS: string;
@@ -70,11 +70,11 @@ declare const CONST_API_CONTROLLERS: {
70
70
  SETTING_INTERACT_BLOCK_USER: string;
71
71
  };
72
72
  THREADS: {
73
- HISTORY_POST_NEWS: string;
74
- HISTORY_INTERACT_FOLLOW: string;
75
- HISTORY_INTERACT_UN_FOLLOW: string;
76
- HISTORY_INTERACT_REPLY_COMMENTS: string;
77
- HISTORY_INTERACT_REPLY_MESSAGE: string;
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;
78
78
  SETTING_POSTS: string;
79
79
  SETTING_FOLLOW: string;
80
80
  SETTING_UN_FOLLOW: string;
package/dist/index.js CHANGED
@@ -221,20 +221,20 @@ var CONST_API_CONTROLLERS = {
221
221
  },
222
222
  INSTAGRAM: {
223
223
  DASHBOARD_FOLLOWER: "instagram-dashboard-follower",
224
- HISTORY_POST_NEWS: "instagram-report-post-news",
225
- HISTORY_POST_SQUARE: "instagram-report-post-square",
226
- HISTORY_POST_STORIES: "instagram-report-post-stories",
227
- HISTORY_POST_REELS: "instagram-report-post-reels",
228
- HISTORY_POST_HIGHLIGHTS: "instagram-report-post-highlights",
229
- HISTORY_INTERACT_FOLLOW: "instagram-report-interact-follow",
230
- HISTORY_INTERACT_UN_FOLLOW: "instagram-report-interact-un-follow",
231
- HISTORY_INTERACT_EXPLORES: "instagram-report-interact-explores",
232
- HISTORY_INTERACT_REELS: "instagram-report-interact-reels",
233
- HISTORY_INTERACT_STORIES: "instagram-report-interact-stories",
234
- HISTORY_INTERACT_COMMENTS: "instagram-report-interact-comments",
235
- HISTORY_INTERACT_REPLY_COMMENTS: "instagram-report-interact-reply-comments",
236
- HISTORY_INTERACT_REPLY_MESSAGES: "instagram-report-interact-reply-messages",
237
- HISTORY_INTERACT_BLOCK_USER: "instagram-report-interact-block-user",
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",
238
238
  SETTING_POSTS: "instagram-setting-posts",
239
239
  SETTING_INTERACT_FOLLOWS: "instagram-setting-interact-follows",
240
240
  SETTING_INTERACT_UN_FOLLOWS: "instagram-setting-interact-un-follows",
@@ -246,11 +246,11 @@ var CONST_API_CONTROLLERS = {
246
246
  SETTING_INTERACT_BLOCK_USER: "instagram-setting-interact-block-user"
247
247
  },
248
248
  THREADS: {
249
- HISTORY_POST_NEWS: "threads-report-post-news",
250
- HISTORY_INTERACT_FOLLOW: "threads-report-interact-follow",
251
- HISTORY_INTERACT_UN_FOLLOW: "threads-report-interact-un-follow",
252
- HISTORY_INTERACT_REPLY_COMMENTS: "threads-report-interact-reply-comments",
253
- HISTORY_INTERACT_REPLY_MESSAGE: "threads-report-interact-reply-message",
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",
254
254
  SETTING_POSTS: "threads-setting-posts-threads",
255
255
  SETTING_FOLLOW: "threads-setting-follow-threads",
256
256
  SETTING_UN_FOLLOW: "threads-setting-un-follow-threads",
package/dist/index.mjs CHANGED
@@ -68,20 +68,20 @@ var CONST_API_CONTROLLERS = {
68
68
  },
69
69
  INSTAGRAM: {
70
70
  DASHBOARD_FOLLOWER: "instagram-dashboard-follower",
71
- HISTORY_POST_NEWS: "instagram-report-post-news",
72
- HISTORY_POST_SQUARE: "instagram-report-post-square",
73
- HISTORY_POST_STORIES: "instagram-report-post-stories",
74
- HISTORY_POST_REELS: "instagram-report-post-reels",
75
- HISTORY_POST_HIGHLIGHTS: "instagram-report-post-highlights",
76
- HISTORY_INTERACT_FOLLOW: "instagram-report-interact-follow",
77
- HISTORY_INTERACT_UN_FOLLOW: "instagram-report-interact-un-follow",
78
- HISTORY_INTERACT_EXPLORES: "instagram-report-interact-explores",
79
- HISTORY_INTERACT_REELS: "instagram-report-interact-reels",
80
- HISTORY_INTERACT_STORIES: "instagram-report-interact-stories",
81
- HISTORY_INTERACT_COMMENTS: "instagram-report-interact-comments",
82
- HISTORY_INTERACT_REPLY_COMMENTS: "instagram-report-interact-reply-comments",
83
- HISTORY_INTERACT_REPLY_MESSAGES: "instagram-report-interact-reply-messages",
84
- HISTORY_INTERACT_BLOCK_USER: "instagram-report-interact-block-user",
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",
85
85
  SETTING_POSTS: "instagram-setting-posts",
86
86
  SETTING_INTERACT_FOLLOWS: "instagram-setting-interact-follows",
87
87
  SETTING_INTERACT_UN_FOLLOWS: "instagram-setting-interact-un-follows",
@@ -93,11 +93,11 @@ var CONST_API_CONTROLLERS = {
93
93
  SETTING_INTERACT_BLOCK_USER: "instagram-setting-interact-block-user"
94
94
  },
95
95
  THREADS: {
96
- HISTORY_POST_NEWS: "threads-report-post-news",
97
- HISTORY_INTERACT_FOLLOW: "threads-report-interact-follow",
98
- HISTORY_INTERACT_UN_FOLLOW: "threads-report-interact-un-follow",
99
- HISTORY_INTERACT_REPLY_COMMENTS: "threads-report-interact-reply-comments",
100
- HISTORY_INTERACT_REPLY_MESSAGE: "threads-report-interact-reply-message",
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",
101
101
  SETTING_POSTS: "threads-setting-posts-threads",
102
102
  SETTING_FOLLOW: "threads-setting-follow-threads",
103
103
  SETTING_UN_FOLLOW: "threads-setting-un-follow-threads",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.29",
3
+ "version": "5.4.31",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
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