automation-lib 5.11.16 → 5.11.17
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 +9 -44
- package/dist/index.d.ts +9 -44
- package/dist/index.js +11 -46
- package/dist/index.mjs +11 -46
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -49,36 +49,11 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
49
49
|
REPORT_POST_STORIES: string;
|
|
50
50
|
REPORT_POST_REELS: string;
|
|
51
51
|
REPORT_POST_HIGHLIGHTS: string;
|
|
52
|
-
REPORT_INTERACT_FOLLOW: string;
|
|
53
|
-
REPORT_INTERACT_UN_FOLLOW: string;
|
|
54
|
-
REPORT_INTERACT_EXPLORES: string;
|
|
55
|
-
REPORT_INTERACT_REELS: string;
|
|
56
|
-
REPORT_INTERACT_STORIES: string;
|
|
57
|
-
REPORT_INTERACT_COMMENTS: string;
|
|
58
|
-
REPORT_INTERACT_REPLY_COMMENTS: string;
|
|
59
|
-
REPORT_INTERACT_REPLY_MESSAGES: string;
|
|
60
|
-
REPORT_INTERACT_BLOCK_USER: string;
|
|
61
52
|
SETTING_POSTS: string;
|
|
62
|
-
SETTING_INTERACT_FOLLOWS: string;
|
|
63
|
-
SETTING_INTERACT_UN_FOLLOWS: string;
|
|
64
|
-
SETTING_INTERACT_EXPLORES: string;
|
|
65
|
-
SETTING_INTERACT_REELS: string;
|
|
66
|
-
SETTING_INTERACT_STORIES: string;
|
|
67
|
-
SETTING_INTERACT_REPLY_COMMENTS: string;
|
|
68
|
-
SETTING_INTERACT_REPLY_MESSAGE: string;
|
|
69
|
-
SETTING_INTERACT_BLOCK_USER: string;
|
|
70
53
|
};
|
|
71
54
|
THREADS: {
|
|
72
55
|
REPORT_POST_NEWS: string;
|
|
73
|
-
REPORT_INTERACT_FOLLOW: string;
|
|
74
|
-
REPORT_INTERACT_UN_FOLLOW: string;
|
|
75
|
-
REPORT_INTERACT_REPLY_COMMENTS: string;
|
|
76
|
-
REPORT_INTERACT_REPLY_MESSAGE: string;
|
|
77
56
|
SETTING_POSTS: string;
|
|
78
|
-
SETTING_FOLLOW: string;
|
|
79
|
-
SETTING_UN_FOLLOW: string;
|
|
80
|
-
SETTING_REPLY_COMMENTS: string;
|
|
81
|
-
SETTING_REPLY_MESSAGE: string;
|
|
82
57
|
};
|
|
83
58
|
HISTORY: {
|
|
84
59
|
TASK_AI_CONTENT: string;
|
|
@@ -173,25 +148,15 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
173
148
|
TASKS_IMAGE_VOICE_CANVA_THREADS: string;
|
|
174
149
|
TASKS_IMAGE_VOICE_CANVA_INSTAGRAM: string;
|
|
175
150
|
};
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
INTERACT_EXPLORE: string;
|
|
186
|
-
INTERACT_REEL: string;
|
|
187
|
-
INTERACT_STORY: string;
|
|
188
|
-
};
|
|
189
|
-
THREADS: {
|
|
190
|
-
POST: string;
|
|
191
|
-
FOLLOW: string;
|
|
192
|
-
REPLY_COMMENT: string;
|
|
193
|
-
REPLY_MESSAGE: string;
|
|
194
|
-
};
|
|
151
|
+
INSTAGRAM: {
|
|
152
|
+
POST: string;
|
|
153
|
+
POST_LOG: string;
|
|
154
|
+
CHANGE_INFO: string;
|
|
155
|
+
};
|
|
156
|
+
THREADS: {
|
|
157
|
+
POST: string;
|
|
158
|
+
POST_LOG: string;
|
|
159
|
+
CHANGE_INFO: string;
|
|
195
160
|
};
|
|
196
161
|
};
|
|
197
162
|
WEB: {
|
package/dist/index.d.ts
CHANGED
|
@@ -49,36 +49,11 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
49
49
|
REPORT_POST_STORIES: string;
|
|
50
50
|
REPORT_POST_REELS: string;
|
|
51
51
|
REPORT_POST_HIGHLIGHTS: string;
|
|
52
|
-
REPORT_INTERACT_FOLLOW: string;
|
|
53
|
-
REPORT_INTERACT_UN_FOLLOW: string;
|
|
54
|
-
REPORT_INTERACT_EXPLORES: string;
|
|
55
|
-
REPORT_INTERACT_REELS: string;
|
|
56
|
-
REPORT_INTERACT_STORIES: string;
|
|
57
|
-
REPORT_INTERACT_COMMENTS: string;
|
|
58
|
-
REPORT_INTERACT_REPLY_COMMENTS: string;
|
|
59
|
-
REPORT_INTERACT_REPLY_MESSAGES: string;
|
|
60
|
-
REPORT_INTERACT_BLOCK_USER: string;
|
|
61
52
|
SETTING_POSTS: string;
|
|
62
|
-
SETTING_INTERACT_FOLLOWS: string;
|
|
63
|
-
SETTING_INTERACT_UN_FOLLOWS: string;
|
|
64
|
-
SETTING_INTERACT_EXPLORES: string;
|
|
65
|
-
SETTING_INTERACT_REELS: string;
|
|
66
|
-
SETTING_INTERACT_STORIES: string;
|
|
67
|
-
SETTING_INTERACT_REPLY_COMMENTS: string;
|
|
68
|
-
SETTING_INTERACT_REPLY_MESSAGE: string;
|
|
69
|
-
SETTING_INTERACT_BLOCK_USER: string;
|
|
70
53
|
};
|
|
71
54
|
THREADS: {
|
|
72
55
|
REPORT_POST_NEWS: string;
|
|
73
|
-
REPORT_INTERACT_FOLLOW: string;
|
|
74
|
-
REPORT_INTERACT_UN_FOLLOW: string;
|
|
75
|
-
REPORT_INTERACT_REPLY_COMMENTS: string;
|
|
76
|
-
REPORT_INTERACT_REPLY_MESSAGE: string;
|
|
77
56
|
SETTING_POSTS: string;
|
|
78
|
-
SETTING_FOLLOW: string;
|
|
79
|
-
SETTING_UN_FOLLOW: string;
|
|
80
|
-
SETTING_REPLY_COMMENTS: string;
|
|
81
|
-
SETTING_REPLY_MESSAGE: string;
|
|
82
57
|
};
|
|
83
58
|
HISTORY: {
|
|
84
59
|
TASK_AI_CONTENT: string;
|
|
@@ -173,25 +148,15 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
173
148
|
TASKS_IMAGE_VOICE_CANVA_THREADS: string;
|
|
174
149
|
TASKS_IMAGE_VOICE_CANVA_INSTAGRAM: string;
|
|
175
150
|
};
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
INTERACT_EXPLORE: string;
|
|
186
|
-
INTERACT_REEL: string;
|
|
187
|
-
INTERACT_STORY: string;
|
|
188
|
-
};
|
|
189
|
-
THREADS: {
|
|
190
|
-
POST: string;
|
|
191
|
-
FOLLOW: string;
|
|
192
|
-
REPLY_COMMENT: string;
|
|
193
|
-
REPLY_MESSAGE: string;
|
|
194
|
-
};
|
|
151
|
+
INSTAGRAM: {
|
|
152
|
+
POST: string;
|
|
153
|
+
POST_LOG: string;
|
|
154
|
+
CHANGE_INFO: string;
|
|
155
|
+
};
|
|
156
|
+
THREADS: {
|
|
157
|
+
POST: string;
|
|
158
|
+
POST_LOG: string;
|
|
159
|
+
CHANGE_INFO: string;
|
|
195
160
|
};
|
|
196
161
|
};
|
|
197
162
|
WEB: {
|
package/dist/index.js
CHANGED
|
@@ -279,36 +279,11 @@ var CONST_API_CONTROLLERS = {
|
|
|
279
279
|
REPORT_POST_STORIES: "instagram-report-post-stories",
|
|
280
280
|
REPORT_POST_REELS: "instagram-report-post-reels",
|
|
281
281
|
REPORT_POST_HIGHLIGHTS: "instagram-report-post-highlights",
|
|
282
|
-
|
|
283
|
-
REPORT_INTERACT_UN_FOLLOW: "instagram-report-interact-un-follow",
|
|
284
|
-
REPORT_INTERACT_EXPLORES: "instagram-report-interact-explores",
|
|
285
|
-
REPORT_INTERACT_REELS: "instagram-report-interact-reels",
|
|
286
|
-
REPORT_INTERACT_STORIES: "instagram-report-interact-stories",
|
|
287
|
-
REPORT_INTERACT_COMMENTS: "instagram-report-interact-comments",
|
|
288
|
-
REPORT_INTERACT_REPLY_COMMENTS: "instagram-report-interact-reply-comments",
|
|
289
|
-
REPORT_INTERACT_REPLY_MESSAGES: "instagram-report-interact-reply-messages",
|
|
290
|
-
REPORT_INTERACT_BLOCK_USER: "instagram-report-interact-block-user",
|
|
291
|
-
SETTING_POSTS: "instagram-setting-posts",
|
|
292
|
-
SETTING_INTERACT_FOLLOWS: "instagram-setting-interact-follows",
|
|
293
|
-
SETTING_INTERACT_UN_FOLLOWS: "instagram-setting-interact-un-follows",
|
|
294
|
-
SETTING_INTERACT_EXPLORES: "instagram-setting-interact-explores",
|
|
295
|
-
SETTING_INTERACT_REELS: "instagram-setting-interact-reels",
|
|
296
|
-
SETTING_INTERACT_STORIES: "instagram-setting-interact-stories",
|
|
297
|
-
SETTING_INTERACT_REPLY_COMMENTS: "instagram-setting-interact-reply-comments",
|
|
298
|
-
SETTING_INTERACT_REPLY_MESSAGE: "instagram-setting-interact-reply-message",
|
|
299
|
-
SETTING_INTERACT_BLOCK_USER: "instagram-setting-interact-block-user"
|
|
282
|
+
SETTING_POSTS: "instagram-setting-posts"
|
|
300
283
|
},
|
|
301
284
|
THREADS: {
|
|
302
285
|
REPORT_POST_NEWS: "threads-report-post-news",
|
|
303
|
-
|
|
304
|
-
REPORT_INTERACT_UN_FOLLOW: "threads-report-interact-un-follow",
|
|
305
|
-
REPORT_INTERACT_REPLY_COMMENTS: "threads-report-interact-reply-comments",
|
|
306
|
-
REPORT_INTERACT_REPLY_MESSAGE: "threads-report-interact-reply-message",
|
|
307
|
-
SETTING_POSTS: "threads-setting-posts-threads",
|
|
308
|
-
SETTING_FOLLOW: "threads-setting-follow-threads",
|
|
309
|
-
SETTING_UN_FOLLOW: "threads-setting-un-follow-threads",
|
|
310
|
-
SETTING_REPLY_COMMENTS: "threads-interact-reply-comments-threads",
|
|
311
|
-
SETTING_REPLY_MESSAGE: "threads-interact-reply-message-threads"
|
|
286
|
+
SETTING_POSTS: "threads-setting-posts-threads"
|
|
312
287
|
},
|
|
313
288
|
HISTORY: {
|
|
314
289
|
TASK_AI_CONTENT: "task-ai-content",
|
|
@@ -403,25 +378,15 @@ var CONST_API_CONTROLLERS = {
|
|
|
403
378
|
TASKS_IMAGE_VOICE_CANVA_THREADS: "tasks-image-voice-canva-threads",
|
|
404
379
|
TASKS_IMAGE_VOICE_CANVA_INSTAGRAM: "tasks-image-voice-canva-instagram"
|
|
405
380
|
},
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
INTERACT_EXPLORE: "instagram-task-interact-explore",
|
|
416
|
-
INTERACT_REEL: "instagram-task-interact-reel",
|
|
417
|
-
INTERACT_STORY: "instagram-task-interact-story"
|
|
418
|
-
},
|
|
419
|
-
THREADS: {
|
|
420
|
-
POST: "threads-task-post",
|
|
421
|
-
FOLLOW: "threads-task-follow",
|
|
422
|
-
REPLY_COMMENT: "threads-task-reply-comment",
|
|
423
|
-
REPLY_MESSAGE: "threads-task-reply-message"
|
|
424
|
-
}
|
|
381
|
+
INSTAGRAM: {
|
|
382
|
+
POST: "instagram-task-post",
|
|
383
|
+
POST_LOG: "instagram-task-post-log",
|
|
384
|
+
CHANGE_INFO: "instagram-task-change-info"
|
|
385
|
+
},
|
|
386
|
+
THREADS: {
|
|
387
|
+
POST: "threads-task-post",
|
|
388
|
+
POST_LOG: "threads-task-post-log",
|
|
389
|
+
CHANGE_INFO: "threads-task-change-info"
|
|
425
390
|
}
|
|
426
391
|
},
|
|
427
392
|
WEB: {
|
package/dist/index.mjs
CHANGED
|
@@ -75,36 +75,11 @@ var CONST_API_CONTROLLERS = {
|
|
|
75
75
|
REPORT_POST_STORIES: "instagram-report-post-stories",
|
|
76
76
|
REPORT_POST_REELS: "instagram-report-post-reels",
|
|
77
77
|
REPORT_POST_HIGHLIGHTS: "instagram-report-post-highlights",
|
|
78
|
-
|
|
79
|
-
REPORT_INTERACT_UN_FOLLOW: "instagram-report-interact-un-follow",
|
|
80
|
-
REPORT_INTERACT_EXPLORES: "instagram-report-interact-explores",
|
|
81
|
-
REPORT_INTERACT_REELS: "instagram-report-interact-reels",
|
|
82
|
-
REPORT_INTERACT_STORIES: "instagram-report-interact-stories",
|
|
83
|
-
REPORT_INTERACT_COMMENTS: "instagram-report-interact-comments",
|
|
84
|
-
REPORT_INTERACT_REPLY_COMMENTS: "instagram-report-interact-reply-comments",
|
|
85
|
-
REPORT_INTERACT_REPLY_MESSAGES: "instagram-report-interact-reply-messages",
|
|
86
|
-
REPORT_INTERACT_BLOCK_USER: "instagram-report-interact-block-user",
|
|
87
|
-
SETTING_POSTS: "instagram-setting-posts",
|
|
88
|
-
SETTING_INTERACT_FOLLOWS: "instagram-setting-interact-follows",
|
|
89
|
-
SETTING_INTERACT_UN_FOLLOWS: "instagram-setting-interact-un-follows",
|
|
90
|
-
SETTING_INTERACT_EXPLORES: "instagram-setting-interact-explores",
|
|
91
|
-
SETTING_INTERACT_REELS: "instagram-setting-interact-reels",
|
|
92
|
-
SETTING_INTERACT_STORIES: "instagram-setting-interact-stories",
|
|
93
|
-
SETTING_INTERACT_REPLY_COMMENTS: "instagram-setting-interact-reply-comments",
|
|
94
|
-
SETTING_INTERACT_REPLY_MESSAGE: "instagram-setting-interact-reply-message",
|
|
95
|
-
SETTING_INTERACT_BLOCK_USER: "instagram-setting-interact-block-user"
|
|
78
|
+
SETTING_POSTS: "instagram-setting-posts"
|
|
96
79
|
},
|
|
97
80
|
THREADS: {
|
|
98
81
|
REPORT_POST_NEWS: "threads-report-post-news",
|
|
99
|
-
|
|
100
|
-
REPORT_INTERACT_UN_FOLLOW: "threads-report-interact-un-follow",
|
|
101
|
-
REPORT_INTERACT_REPLY_COMMENTS: "threads-report-interact-reply-comments",
|
|
102
|
-
REPORT_INTERACT_REPLY_MESSAGE: "threads-report-interact-reply-message",
|
|
103
|
-
SETTING_POSTS: "threads-setting-posts-threads",
|
|
104
|
-
SETTING_FOLLOW: "threads-setting-follow-threads",
|
|
105
|
-
SETTING_UN_FOLLOW: "threads-setting-un-follow-threads",
|
|
106
|
-
SETTING_REPLY_COMMENTS: "threads-interact-reply-comments-threads",
|
|
107
|
-
SETTING_REPLY_MESSAGE: "threads-interact-reply-message-threads"
|
|
82
|
+
SETTING_POSTS: "threads-setting-posts-threads"
|
|
108
83
|
},
|
|
109
84
|
HISTORY: {
|
|
110
85
|
TASK_AI_CONTENT: "task-ai-content",
|
|
@@ -199,25 +174,15 @@ var CONST_API_CONTROLLERS = {
|
|
|
199
174
|
TASKS_IMAGE_VOICE_CANVA_THREADS: "tasks-image-voice-canva-threads",
|
|
200
175
|
TASKS_IMAGE_VOICE_CANVA_INSTAGRAM: "tasks-image-voice-canva-instagram"
|
|
201
176
|
},
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
INTERACT_EXPLORE: "instagram-task-interact-explore",
|
|
212
|
-
INTERACT_REEL: "instagram-task-interact-reel",
|
|
213
|
-
INTERACT_STORY: "instagram-task-interact-story"
|
|
214
|
-
},
|
|
215
|
-
THREADS: {
|
|
216
|
-
POST: "threads-task-post",
|
|
217
|
-
FOLLOW: "threads-task-follow",
|
|
218
|
-
REPLY_COMMENT: "threads-task-reply-comment",
|
|
219
|
-
REPLY_MESSAGE: "threads-task-reply-message"
|
|
220
|
-
}
|
|
177
|
+
INSTAGRAM: {
|
|
178
|
+
POST: "instagram-task-post",
|
|
179
|
+
POST_LOG: "instagram-task-post-log",
|
|
180
|
+
CHANGE_INFO: "instagram-task-change-info"
|
|
181
|
+
},
|
|
182
|
+
THREADS: {
|
|
183
|
+
POST: "threads-task-post",
|
|
184
|
+
POST_LOG: "threads-task-post-log",
|
|
185
|
+
CHANGE_INFO: "threads-task-change-info"
|
|
221
186
|
}
|
|
222
187
|
},
|
|
223
188
|
WEB: {
|