automation-lib 5.1.172 → 5.1.173
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
@@ -118,7 +118,8 @@ var CONST_API_CONTROLLERS = {
|
|
118
118
|
SETTING_INTERACT_REELS: "instagram-setting-interact-reels",
|
119
119
|
SETTING_INTERACT_STORIES: "instagram-setting-interact-stories",
|
120
120
|
SETTING_INTERACT_REPLY_COMMENTS: "instagram-setting-interact-reply-comments",
|
121
|
-
SETTING_INTERACT_REPLY_MESSAGE: "instagram-setting-interact-reply-message"
|
121
|
+
SETTING_INTERACT_REPLY_MESSAGE: "instagram-setting-interact-reply-message",
|
122
|
+
SETTING_INTERACT_BLOCK_USER: "instagram-setting-interact-block-user"
|
122
123
|
},
|
123
124
|
THREADS: {
|
124
125
|
HISTORY_POST_NEWS: "threads-report-post-news",
|
package/dist/index.mjs
CHANGED
@@ -83,7 +83,8 @@ var CONST_API_CONTROLLERS = {
|
|
83
83
|
SETTING_INTERACT_REELS: "instagram-setting-interact-reels",
|
84
84
|
SETTING_INTERACT_STORIES: "instagram-setting-interact-stories",
|
85
85
|
SETTING_INTERACT_REPLY_COMMENTS: "instagram-setting-interact-reply-comments",
|
86
|
-
SETTING_INTERACT_REPLY_MESSAGE: "instagram-setting-interact-reply-message"
|
86
|
+
SETTING_INTERACT_REPLY_MESSAGE: "instagram-setting-interact-reply-message",
|
87
|
+
SETTING_INTERACT_BLOCK_USER: "instagram-setting-interact-block-user"
|
87
88
|
},
|
88
89
|
THREADS: {
|
89
90
|
HISTORY_POST_NEWS: "threads-report-post-news",
|