automation-lib 5.0.184 → 5.0.185
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 +15 -17
- package/dist/index.d.ts +15 -17
- package/dist/index.js +26 -28
- package/dist/index.mjs +26 -28
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -39,18 +39,18 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
39
39
|
TRACKING_SCRIPTS_EXECUTED: string;
|
|
40
40
|
};
|
|
41
41
|
INSTAGRAM: {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
42
|
+
HISTORY_POST_NEWS: string;
|
|
43
|
+
HISTORY_POST_SQUARE: string;
|
|
44
|
+
HISTORY_POST_STORIES: string;
|
|
45
|
+
HISTORY_POST_REELS: string;
|
|
46
|
+
HISTORY_POST_HIGHLIGHTS: string;
|
|
47
|
+
HISTORY_INTERACT_FOLLOW: string;
|
|
48
|
+
HISTORY_INTERACT_EXPLORES: string;
|
|
49
|
+
HISTORY_INTERACT_REELS: string;
|
|
50
|
+
HISTORY_INTERACT_STORIES: string;
|
|
51
|
+
HISTORY_INTERACT_COMMENTS: string;
|
|
52
|
+
HISTORY_INTERACT_REPLY_COMMENTS: string;
|
|
53
|
+
HISTORY_INTERACT_REPLY_MESSAGES: string;
|
|
54
54
|
SETTING_POSTS: string;
|
|
55
55
|
SETTING_INTERACT_FOLLOWS: string;
|
|
56
56
|
SETTING_INTERACT_UN_FOLLOWS: string;
|
|
@@ -61,13 +61,11 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
61
61
|
SETTING_INTERACT_REPLY_MESSAGE: string;
|
|
62
62
|
};
|
|
63
63
|
THREADS: {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
INTERACT_COMMENTS: string;
|
|
64
|
+
HISTORY_POST_NEWS: string;
|
|
65
|
+
HISTORY_INTERACT_FOLLOW: string;
|
|
66
|
+
HISTORY_INTERACT_REPLY_COMMENTS: string;
|
|
68
67
|
SETTING_POSTS: string;
|
|
69
68
|
SETTING_FOLLOW: string;
|
|
70
|
-
SETTING_COMMENTS: string;
|
|
71
69
|
SETTING_REPLY_COMMENTS: string;
|
|
72
70
|
};
|
|
73
71
|
SETTING: {
|
package/dist/index.d.ts
CHANGED
|
@@ -39,18 +39,18 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
39
39
|
TRACKING_SCRIPTS_EXECUTED: string;
|
|
40
40
|
};
|
|
41
41
|
INSTAGRAM: {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
42
|
+
HISTORY_POST_NEWS: string;
|
|
43
|
+
HISTORY_POST_SQUARE: string;
|
|
44
|
+
HISTORY_POST_STORIES: string;
|
|
45
|
+
HISTORY_POST_REELS: string;
|
|
46
|
+
HISTORY_POST_HIGHLIGHTS: string;
|
|
47
|
+
HISTORY_INTERACT_FOLLOW: string;
|
|
48
|
+
HISTORY_INTERACT_EXPLORES: string;
|
|
49
|
+
HISTORY_INTERACT_REELS: string;
|
|
50
|
+
HISTORY_INTERACT_STORIES: string;
|
|
51
|
+
HISTORY_INTERACT_COMMENTS: string;
|
|
52
|
+
HISTORY_INTERACT_REPLY_COMMENTS: string;
|
|
53
|
+
HISTORY_INTERACT_REPLY_MESSAGES: string;
|
|
54
54
|
SETTING_POSTS: string;
|
|
55
55
|
SETTING_INTERACT_FOLLOWS: string;
|
|
56
56
|
SETTING_INTERACT_UN_FOLLOWS: string;
|
|
@@ -61,13 +61,11 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
61
61
|
SETTING_INTERACT_REPLY_MESSAGE: string;
|
|
62
62
|
};
|
|
63
63
|
THREADS: {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
INTERACT_COMMENTS: string;
|
|
64
|
+
HISTORY_POST_NEWS: string;
|
|
65
|
+
HISTORY_INTERACT_FOLLOW: string;
|
|
66
|
+
HISTORY_INTERACT_REPLY_COMMENTS: string;
|
|
68
67
|
SETTING_POSTS: string;
|
|
69
68
|
SETTING_FOLLOW: string;
|
|
70
|
-
SETTING_COMMENTS: string;
|
|
71
69
|
SETTING_REPLY_COMMENTS: string;
|
|
72
70
|
};
|
|
73
71
|
SETTING: {
|
package/dist/index.js
CHANGED
|
@@ -94,36 +94,34 @@ var CONST_API_CONTROLLERS = {
|
|
|
94
94
|
TRACKING_SCRIPTS_EXECUTED: "tracking-scripts-executed"
|
|
95
95
|
},
|
|
96
96
|
INSTAGRAM: {
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
SETTING_POSTS: "setting-posts
|
|
110
|
-
SETTING_INTERACT_FOLLOWS: "setting-interact-follows
|
|
111
|
-
SETTING_INTERACT_UN_FOLLOWS: "setting-interact-un-follows
|
|
112
|
-
SETTING_INTERACT_EXPLORES: "setting-interact-explores
|
|
113
|
-
SETTING_INTERACT_REELS: "setting-interact-reels
|
|
114
|
-
SETTING_INTERACT_STORIES: "setting-interact-stories
|
|
115
|
-
SETTING_INTERACT_REPLY_COMMENTS: "setting-interact-reply-comments
|
|
116
|
-
SETTING_INTERACT_REPLY_MESSAGE: "setting-interact-reply-message
|
|
97
|
+
HISTORY_POST_NEWS: "instagram-history-post-news",
|
|
98
|
+
HISTORY_POST_SQUARE: "instagram-history-post-square",
|
|
99
|
+
HISTORY_POST_STORIES: "instagram-history-post-stories",
|
|
100
|
+
HISTORY_POST_REELS: "instagram-history-post-reels",
|
|
101
|
+
HISTORY_POST_HIGHLIGHTS: "instagram-history-post-highlights",
|
|
102
|
+
HISTORY_INTERACT_FOLLOW: "instagram-history-interact-follow",
|
|
103
|
+
HISTORY_INTERACT_EXPLORES: "instagram-history-interact-explores",
|
|
104
|
+
HISTORY_INTERACT_REELS: "instagram-history-interact-reels",
|
|
105
|
+
HISTORY_INTERACT_STORIES: "instagram-history-interact-stories",
|
|
106
|
+
HISTORY_INTERACT_COMMENTS: "instagram-history-interact-comments",
|
|
107
|
+
HISTORY_INTERACT_REPLY_COMMENTS: "instagram-history-interact-reply-comments",
|
|
108
|
+
HISTORY_INTERACT_REPLY_MESSAGES: "instagram-history-interact-reply-messages",
|
|
109
|
+
SETTING_POSTS: "instagram-setting-posts",
|
|
110
|
+
SETTING_INTERACT_FOLLOWS: "instagram-setting-interact-follows",
|
|
111
|
+
SETTING_INTERACT_UN_FOLLOWS: "instagram-setting-interact-un-follows",
|
|
112
|
+
SETTING_INTERACT_EXPLORES: "instagram-setting-interact-explores",
|
|
113
|
+
SETTING_INTERACT_REELS: "instagram-setting-interact-reels",
|
|
114
|
+
SETTING_INTERACT_STORIES: "instagram-setting-interact-stories",
|
|
115
|
+
SETTING_INTERACT_REPLY_COMMENTS: "instagram-setting-interact-reply-comments",
|
|
116
|
+
SETTING_INTERACT_REPLY_MESSAGE: "instagram-setting-interact-reply-message"
|
|
117
117
|
},
|
|
118
118
|
THREADS: {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
SETTING_COMMENTS: "interact-comments-threads",
|
|
126
|
-
SETTING_REPLY_COMMENTS: "interact-reply-comments-threads"
|
|
119
|
+
HISTORY_POST_NEWS: "threads-history-post-news",
|
|
120
|
+
HISTORY_INTERACT_FOLLOW: "threads-history-interact-follow",
|
|
121
|
+
HISTORY_INTERACT_REPLY_COMMENTS: "threads-history-interact-reply-comments",
|
|
122
|
+
SETTING_POSTS: "threads-setting-posts-threads",
|
|
123
|
+
SETTING_FOLLOW: "threads-setting-follow-threads",
|
|
124
|
+
SETTING_REPLY_COMMENTS: "threads-interact-reply-comments-threads"
|
|
127
125
|
},
|
|
128
126
|
SETTING: {
|
|
129
127
|
FREEPIK: "freepik"
|
package/dist/index.mjs
CHANGED
|
@@ -61,36 +61,34 @@ var CONST_API_CONTROLLERS = {
|
|
|
61
61
|
TRACKING_SCRIPTS_EXECUTED: "tracking-scripts-executed"
|
|
62
62
|
},
|
|
63
63
|
INSTAGRAM: {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
SETTING_POSTS: "setting-posts
|
|
77
|
-
SETTING_INTERACT_FOLLOWS: "setting-interact-follows
|
|
78
|
-
SETTING_INTERACT_UN_FOLLOWS: "setting-interact-un-follows
|
|
79
|
-
SETTING_INTERACT_EXPLORES: "setting-interact-explores
|
|
80
|
-
SETTING_INTERACT_REELS: "setting-interact-reels
|
|
81
|
-
SETTING_INTERACT_STORIES: "setting-interact-stories
|
|
82
|
-
SETTING_INTERACT_REPLY_COMMENTS: "setting-interact-reply-comments
|
|
83
|
-
SETTING_INTERACT_REPLY_MESSAGE: "setting-interact-reply-message
|
|
64
|
+
HISTORY_POST_NEWS: "instagram-history-post-news",
|
|
65
|
+
HISTORY_POST_SQUARE: "instagram-history-post-square",
|
|
66
|
+
HISTORY_POST_STORIES: "instagram-history-post-stories",
|
|
67
|
+
HISTORY_POST_REELS: "instagram-history-post-reels",
|
|
68
|
+
HISTORY_POST_HIGHLIGHTS: "instagram-history-post-highlights",
|
|
69
|
+
HISTORY_INTERACT_FOLLOW: "instagram-history-interact-follow",
|
|
70
|
+
HISTORY_INTERACT_EXPLORES: "instagram-history-interact-explores",
|
|
71
|
+
HISTORY_INTERACT_REELS: "instagram-history-interact-reels",
|
|
72
|
+
HISTORY_INTERACT_STORIES: "instagram-history-interact-stories",
|
|
73
|
+
HISTORY_INTERACT_COMMENTS: "instagram-history-interact-comments",
|
|
74
|
+
HISTORY_INTERACT_REPLY_COMMENTS: "instagram-history-interact-reply-comments",
|
|
75
|
+
HISTORY_INTERACT_REPLY_MESSAGES: "instagram-history-interact-reply-messages",
|
|
76
|
+
SETTING_POSTS: "instagram-setting-posts",
|
|
77
|
+
SETTING_INTERACT_FOLLOWS: "instagram-setting-interact-follows",
|
|
78
|
+
SETTING_INTERACT_UN_FOLLOWS: "instagram-setting-interact-un-follows",
|
|
79
|
+
SETTING_INTERACT_EXPLORES: "instagram-setting-interact-explores",
|
|
80
|
+
SETTING_INTERACT_REELS: "instagram-setting-interact-reels",
|
|
81
|
+
SETTING_INTERACT_STORIES: "instagram-setting-interact-stories",
|
|
82
|
+
SETTING_INTERACT_REPLY_COMMENTS: "instagram-setting-interact-reply-comments",
|
|
83
|
+
SETTING_INTERACT_REPLY_MESSAGE: "instagram-setting-interact-reply-message"
|
|
84
84
|
},
|
|
85
85
|
THREADS: {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
SETTING_COMMENTS: "interact-comments-threads",
|
|
93
|
-
SETTING_REPLY_COMMENTS: "interact-reply-comments-threads"
|
|
86
|
+
HISTORY_POST_NEWS: "threads-history-post-news",
|
|
87
|
+
HISTORY_INTERACT_FOLLOW: "threads-history-interact-follow",
|
|
88
|
+
HISTORY_INTERACT_REPLY_COMMENTS: "threads-history-interact-reply-comments",
|
|
89
|
+
SETTING_POSTS: "threads-setting-posts-threads",
|
|
90
|
+
SETTING_FOLLOW: "threads-setting-follow-threads",
|
|
91
|
+
SETTING_REPLY_COMMENTS: "threads-interact-reply-comments-threads"
|
|
94
92
|
},
|
|
95
93
|
SETTING: {
|
|
96
94
|
FREEPIK: "freepik"
|