automation-lib 4.9.10 → 4.9.11
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 +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -101,6 +101,7 @@ var CONST_API_CONTROLLERS = {
|
|
|
101
101
|
SETTING_INTERACT_REPLY_MESSAGE: "setting-interact-reply-message-instagram"
|
|
102
102
|
},
|
|
103
103
|
THREADS: {
|
|
104
|
+
SETTING_POSTS: "setting-posts-threads",
|
|
104
105
|
POST_NEWS: "post-news-threads",
|
|
105
106
|
INTERACT_COMMENTS: "interact-comments-threads",
|
|
106
107
|
INTERACT_REPLY_MESSAGES: "interact-reply-message-threads",
|
package/dist/index.mjs
CHANGED
|
@@ -78,6 +78,7 @@ var CONST_API_CONTROLLERS = {
|
|
|
78
78
|
SETTING_INTERACT_REPLY_MESSAGE: "setting-interact-reply-message-instagram"
|
|
79
79
|
},
|
|
80
80
|
THREADS: {
|
|
81
|
+
SETTING_POSTS: "setting-posts-threads",
|
|
81
82
|
POST_NEWS: "post-news-threads",
|
|
82
83
|
INTERACT_COMMENTS: "interact-comments-threads",
|
|
83
84
|
INTERACT_REPLY_MESSAGES: "interact-reply-message-threads",
|