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 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
- HISTORY_POST_NEWS: string;
48
- HISTORY_POST_SQUARE: string;
49
- HISTORY_POST_STORIES: string;
50
- HISTORY_POST_REELS: string;
51
- HISTORY_POST_HIGHLIGHTS: string;
52
- HISTORY_INTERACT_FOLLOW: string;
53
- HISTORY_INTERACT_UN_FOLLOW: string;
54
- HISTORY_INTERACT_EXPLORES: string;
55
- HISTORY_INTERACT_REELS: string;
56
- HISTORY_INTERACT_STORIES: string;
57
- HISTORY_INTERACT_COMMENTS: string;
58
- HISTORY_INTERACT_REPLY_COMMENTS: string;
59
- HISTORY_INTERACT_REPLY_MESSAGES: string;
60
- 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;
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
- HISTORY_POST_NEWS: string;
73
- HISTORY_INTERACT_FOLLOW: string;
74
- HISTORY_INTERACT_UN_FOLLOW: string;
75
- HISTORY_INTERACT_REPLY_COMMENTS: string;
76
- 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;
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
- HISTORY_POST_NEWS: string;
48
- HISTORY_POST_SQUARE: string;
49
- HISTORY_POST_STORIES: string;
50
- HISTORY_POST_REELS: string;
51
- HISTORY_POST_HIGHLIGHTS: string;
52
- HISTORY_INTERACT_FOLLOW: string;
53
- HISTORY_INTERACT_UN_FOLLOW: string;
54
- HISTORY_INTERACT_EXPLORES: string;
55
- HISTORY_INTERACT_REELS: string;
56
- HISTORY_INTERACT_STORIES: string;
57
- HISTORY_INTERACT_COMMENTS: string;
58
- HISTORY_INTERACT_REPLY_COMMENTS: string;
59
- HISTORY_INTERACT_REPLY_MESSAGES: string;
60
- 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;
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
- HISTORY_POST_NEWS: string;
73
- HISTORY_INTERACT_FOLLOW: string;
74
- HISTORY_INTERACT_UN_FOLLOW: string;
75
- HISTORY_INTERACT_REPLY_COMMENTS: string;
76
- 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;
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
- HISTORY_POST_NEWS: "instagram-report-post-news",
224
- HISTORY_POST_SQUARE: "instagram-report-post-square",
225
- HISTORY_POST_STORIES: "instagram-report-post-stories",
226
- HISTORY_POST_REELS: "instagram-report-post-reels",
227
- HISTORY_POST_HIGHLIGHTS: "instagram-report-post-highlights",
228
- HISTORY_INTERACT_FOLLOW: "instagram-report-interact-follow",
229
- HISTORY_INTERACT_UN_FOLLOW: "instagram-report-interact-un-follow",
230
- HISTORY_INTERACT_EXPLORES: "instagram-report-interact-explores",
231
- HISTORY_INTERACT_REELS: "instagram-report-interact-reels",
232
- HISTORY_INTERACT_STORIES: "instagram-report-interact-stories",
233
- HISTORY_INTERACT_COMMENTS: "instagram-report-interact-comments",
234
- HISTORY_INTERACT_REPLY_COMMENTS: "instagram-report-interact-reply-comments",
235
- HISTORY_INTERACT_REPLY_MESSAGES: "instagram-report-interact-reply-messages",
236
- 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",
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
- HISTORY_POST_NEWS: "threads-report-post-news",
249
- HISTORY_INTERACT_FOLLOW: "threads-report-interact-follow",
250
- HISTORY_INTERACT_UN_FOLLOW: "threads-report-interact-un-follow",
251
- HISTORY_INTERACT_REPLY_COMMENTS: "threads-report-interact-reply-comments",
252
- 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",
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
- HISTORY_POST_NEWS: "instagram-report-post-news",
71
- HISTORY_POST_SQUARE: "instagram-report-post-square",
72
- HISTORY_POST_STORIES: "instagram-report-post-stories",
73
- HISTORY_POST_REELS: "instagram-report-post-reels",
74
- HISTORY_POST_HIGHLIGHTS: "instagram-report-post-highlights",
75
- HISTORY_INTERACT_FOLLOW: "instagram-report-interact-follow",
76
- HISTORY_INTERACT_UN_FOLLOW: "instagram-report-interact-un-follow",
77
- HISTORY_INTERACT_EXPLORES: "instagram-report-interact-explores",
78
- HISTORY_INTERACT_REELS: "instagram-report-interact-reels",
79
- HISTORY_INTERACT_STORIES: "instagram-report-interact-stories",
80
- HISTORY_INTERACT_COMMENTS: "instagram-report-interact-comments",
81
- HISTORY_INTERACT_REPLY_COMMENTS: "instagram-report-interact-reply-comments",
82
- HISTORY_INTERACT_REPLY_MESSAGES: "instagram-report-interact-reply-messages",
83
- 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",
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
- HISTORY_POST_NEWS: "threads-report-post-news",
96
- HISTORY_INTERACT_FOLLOW: "threads-report-interact-follow",
97
- HISTORY_INTERACT_UN_FOLLOW: "threads-report-interact-un-follow",
98
- HISTORY_INTERACT_REPLY_COMMENTS: "threads-report-interact-reply-comments",
99
- 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",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.28",
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