automation-lib 5.1.89 → 5.1.91
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 +230 -84
- package/dist/index.d.ts +230 -84
- package/dist/index.js +4 -1
- package/dist/index.mjs +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -223,7 +223,10 @@ var CONST_API_CONTROLLERS = {
|
|
223
223
|
CHANGE_INFO: "instagram-task-change-info",
|
224
224
|
FOLLOW: "instagram-task-follow",
|
225
225
|
REPLY_COMMENT: "instagram-task-reply-comment",
|
226
|
-
REPLY_MESSAGE: "instagram-task-reply-message"
|
226
|
+
REPLY_MESSAGE: "instagram-task-reply-message",
|
227
|
+
INTERACT_EXPLORE: "instagram-task-interact-explore",
|
228
|
+
INTERACT_REEL: "instagram-task-interact-reel",
|
229
|
+
INTERACT_STORY: "instagram-task-interact-story"
|
227
230
|
},
|
228
231
|
THREADS: {
|
229
232
|
POST: "threads-task-post",
|
package/dist/index.mjs
CHANGED
@@ -190,7 +190,10 @@ var CONST_API_CONTROLLERS = {
|
|
190
190
|
CHANGE_INFO: "instagram-task-change-info",
|
191
191
|
FOLLOW: "instagram-task-follow",
|
192
192
|
REPLY_COMMENT: "instagram-task-reply-comment",
|
193
|
-
REPLY_MESSAGE: "instagram-task-reply-message"
|
193
|
+
REPLY_MESSAGE: "instagram-task-reply-message",
|
194
|
+
INTERACT_EXPLORE: "instagram-task-interact-explore",
|
195
|
+
INTERACT_REEL: "instagram-task-interact-reel",
|
196
|
+
INTERACT_STORY: "instagram-task-interact-story"
|
194
197
|
},
|
195
198
|
THREADS: {
|
196
199
|
POST: "threads-task-post",
|