automation-lib 5.1.132 → 5.1.134
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 +177 -70
- package/dist/index.d.ts +177 -70
- package/dist/index.js +19 -16
- package/dist/index.mjs +19 -16
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -95,18 +95,19 @@ var CONST_API_CONTROLLERS = {
|
|
95
95
|
TRACKING_SCRIPTS_EXECUTED: "tracking-scripts-executed"
|
96
96
|
},
|
97
97
|
INSTAGRAM: {
|
98
|
-
HISTORY_POST_NEWS: "instagram-
|
99
|
-
HISTORY_POST_SQUARE: "instagram-
|
100
|
-
HISTORY_POST_STORIES: "instagram-
|
101
|
-
HISTORY_POST_REELS: "instagram-
|
102
|
-
HISTORY_POST_HIGHLIGHTS: "instagram-
|
103
|
-
HISTORY_INTERACT_FOLLOW: "instagram-
|
104
|
-
HISTORY_INTERACT_EXPLORES: "instagram-
|
105
|
-
HISTORY_INTERACT_REELS: "instagram-
|
106
|
-
HISTORY_INTERACT_STORIES: "instagram-
|
107
|
-
HISTORY_INTERACT_COMMENTS: "instagram-
|
108
|
-
HISTORY_INTERACT_REPLY_COMMENTS: "instagram-
|
109
|
-
HISTORY_INTERACT_REPLY_MESSAGES: "instagram-
|
98
|
+
HISTORY_POST_NEWS: "instagram-report-post-news",
|
99
|
+
HISTORY_POST_SQUARE: "instagram-report-post-square",
|
100
|
+
HISTORY_POST_STORIES: "instagram-report-post-stories",
|
101
|
+
HISTORY_POST_REELS: "instagram-report-post-reels",
|
102
|
+
HISTORY_POST_HIGHLIGHTS: "instagram-report-post-highlights",
|
103
|
+
HISTORY_INTERACT_FOLLOW: "instagram-report-interact-follow",
|
104
|
+
HISTORY_INTERACT_EXPLORES: "instagram-report-interact-explores",
|
105
|
+
HISTORY_INTERACT_REELS: "instagram-report-interact-reels",
|
106
|
+
HISTORY_INTERACT_STORIES: "instagram-report-interact-stories",
|
107
|
+
HISTORY_INTERACT_COMMENTS: "instagram-report-interact-comments",
|
108
|
+
HISTORY_INTERACT_REPLY_COMMENTS: "instagram-report-interact-reply-comments",
|
109
|
+
HISTORY_INTERACT_REPLY_MESSAGES: "instagram-report-interact-reply-messages",
|
110
|
+
HISTORY_INTERACT_BLOCK_USER: "instagram-report-interact-block-user",
|
110
111
|
SETTING_POSTS: "instagram-setting-posts",
|
111
112
|
SETTING_INTERACT_FOLLOWS: "instagram-setting-interact-follows",
|
112
113
|
SETTING_INTERACT_UN_FOLLOWS: "instagram-setting-interact-un-follows",
|
@@ -117,10 +118,10 @@ var CONST_API_CONTROLLERS = {
|
|
117
118
|
SETTING_INTERACT_REPLY_MESSAGE: "instagram-setting-interact-reply-message"
|
118
119
|
},
|
119
120
|
THREADS: {
|
120
|
-
HISTORY_POST_NEWS: "threads-
|
121
|
-
HISTORY_INTERACT_FOLLOW: "threads-
|
122
|
-
HISTORY_INTERACT_REPLY_COMMENTS: "threads-
|
123
|
-
HISTORY_INTERACT_REPLY_MESSAGE: "threads-
|
121
|
+
HISTORY_POST_NEWS: "threads-report-post-news",
|
122
|
+
HISTORY_INTERACT_FOLLOW: "threads-report-interact-follow",
|
123
|
+
HISTORY_INTERACT_REPLY_COMMENTS: "threads-report-interact-reply-comments",
|
124
|
+
HISTORY_INTERACT_REPLY_MESSAGE: "threads-report-interact-reply-message",
|
124
125
|
SETTING_POSTS: "threads-setting-posts-threads",
|
125
126
|
SETTING_FOLLOW: "threads-setting-follow-threads",
|
126
127
|
SETTING_UN_FOLLOW: "threads-setting-un-follow-threads",
|
@@ -144,6 +145,8 @@ var CONST_API_CONTROLLERS = {
|
|
144
145
|
ACCOUNTS_CHPLAY_ICLOUD: "accounts-chplay-icloud",
|
145
146
|
ACCOUNTS_CANVA: "accounts-canva",
|
146
147
|
ACCOUNTS_DRIVE: "accounts-drive",
|
148
|
+
INSTAGRAM_HISTORY_AUTO_SYNC: "instagram-history-auto-sync",
|
149
|
+
INSTAGRAM_HISTORY_BLOCK_USER: "instagram-history-block-user",
|
147
150
|
INSTAGRAM: {
|
148
151
|
ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-instagram",
|
149
152
|
ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
|
package/dist/index.mjs
CHANGED
@@ -62,18 +62,19 @@ var CONST_API_CONTROLLERS = {
|
|
62
62
|
TRACKING_SCRIPTS_EXECUTED: "tracking-scripts-executed"
|
63
63
|
},
|
64
64
|
INSTAGRAM: {
|
65
|
-
HISTORY_POST_NEWS: "instagram-
|
66
|
-
HISTORY_POST_SQUARE: "instagram-
|
67
|
-
HISTORY_POST_STORIES: "instagram-
|
68
|
-
HISTORY_POST_REELS: "instagram-
|
69
|
-
HISTORY_POST_HIGHLIGHTS: "instagram-
|
70
|
-
HISTORY_INTERACT_FOLLOW: "instagram-
|
71
|
-
HISTORY_INTERACT_EXPLORES: "instagram-
|
72
|
-
HISTORY_INTERACT_REELS: "instagram-
|
73
|
-
HISTORY_INTERACT_STORIES: "instagram-
|
74
|
-
HISTORY_INTERACT_COMMENTS: "instagram-
|
75
|
-
HISTORY_INTERACT_REPLY_COMMENTS: "instagram-
|
76
|
-
HISTORY_INTERACT_REPLY_MESSAGES: "instagram-
|
65
|
+
HISTORY_POST_NEWS: "instagram-report-post-news",
|
66
|
+
HISTORY_POST_SQUARE: "instagram-report-post-square",
|
67
|
+
HISTORY_POST_STORIES: "instagram-report-post-stories",
|
68
|
+
HISTORY_POST_REELS: "instagram-report-post-reels",
|
69
|
+
HISTORY_POST_HIGHLIGHTS: "instagram-report-post-highlights",
|
70
|
+
HISTORY_INTERACT_FOLLOW: "instagram-report-interact-follow",
|
71
|
+
HISTORY_INTERACT_EXPLORES: "instagram-report-interact-explores",
|
72
|
+
HISTORY_INTERACT_REELS: "instagram-report-interact-reels",
|
73
|
+
HISTORY_INTERACT_STORIES: "instagram-report-interact-stories",
|
74
|
+
HISTORY_INTERACT_COMMENTS: "instagram-report-interact-comments",
|
75
|
+
HISTORY_INTERACT_REPLY_COMMENTS: "instagram-report-interact-reply-comments",
|
76
|
+
HISTORY_INTERACT_REPLY_MESSAGES: "instagram-report-interact-reply-messages",
|
77
|
+
HISTORY_INTERACT_BLOCK_USER: "instagram-report-interact-block-user",
|
77
78
|
SETTING_POSTS: "instagram-setting-posts",
|
78
79
|
SETTING_INTERACT_FOLLOWS: "instagram-setting-interact-follows",
|
79
80
|
SETTING_INTERACT_UN_FOLLOWS: "instagram-setting-interact-un-follows",
|
@@ -84,10 +85,10 @@ var CONST_API_CONTROLLERS = {
|
|
84
85
|
SETTING_INTERACT_REPLY_MESSAGE: "instagram-setting-interact-reply-message"
|
85
86
|
},
|
86
87
|
THREADS: {
|
87
|
-
HISTORY_POST_NEWS: "threads-
|
88
|
-
HISTORY_INTERACT_FOLLOW: "threads-
|
89
|
-
HISTORY_INTERACT_REPLY_COMMENTS: "threads-
|
90
|
-
HISTORY_INTERACT_REPLY_MESSAGE: "threads-
|
88
|
+
HISTORY_POST_NEWS: "threads-report-post-news",
|
89
|
+
HISTORY_INTERACT_FOLLOW: "threads-report-interact-follow",
|
90
|
+
HISTORY_INTERACT_REPLY_COMMENTS: "threads-report-interact-reply-comments",
|
91
|
+
HISTORY_INTERACT_REPLY_MESSAGE: "threads-report-interact-reply-message",
|
91
92
|
SETTING_POSTS: "threads-setting-posts-threads",
|
92
93
|
SETTING_FOLLOW: "threads-setting-follow-threads",
|
93
94
|
SETTING_UN_FOLLOW: "threads-setting-un-follow-threads",
|
@@ -111,6 +112,8 @@ var CONST_API_CONTROLLERS = {
|
|
111
112
|
ACCOUNTS_CHPLAY_ICLOUD: "accounts-chplay-icloud",
|
112
113
|
ACCOUNTS_CANVA: "accounts-canva",
|
113
114
|
ACCOUNTS_DRIVE: "accounts-drive",
|
115
|
+
INSTAGRAM_HISTORY_AUTO_SYNC: "instagram-history-auto-sync",
|
116
|
+
INSTAGRAM_HISTORY_BLOCK_USER: "instagram-history-block-user",
|
114
117
|
INSTAGRAM: {
|
115
118
|
ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-instagram",
|
116
119
|
ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
|