automation-lib 5.4.10 → 5.4.12

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.mjs CHANGED
@@ -73,6 +73,7 @@ var CONST_API_CONTROLLERS = {
73
73
  HISTORY_POST_REELS: "instagram-report-post-reels",
74
74
  HISTORY_POST_HIGHLIGHTS: "instagram-report-post-highlights",
75
75
  HISTORY_INTERACT_FOLLOW: "instagram-report-interact-follow",
76
+ HISTORY_INTERACT_UN_FOLLOW: "instagram-report-interact-un-follow",
76
77
  HISTORY_INTERACT_EXPLORES: "instagram-report-interact-explores",
77
78
  HISTORY_INTERACT_REELS: "instagram-report-interact-reels",
78
79
  HISTORY_INTERACT_STORIES: "instagram-report-interact-stories",
@@ -93,6 +94,7 @@ var CONST_API_CONTROLLERS = {
93
94
  THREADS: {
94
95
  HISTORY_POST_NEWS: "threads-report-post-news",
95
96
  HISTORY_INTERACT_FOLLOW: "threads-report-interact-follow",
97
+ HISTORY_INTERACT_UN_FOLLOW: "threads-report-interact-un-follow",
96
98
  HISTORY_INTERACT_REPLY_COMMENTS: "threads-report-interact-reply-comments",
97
99
  HISTORY_INTERACT_REPLY_MESSAGE: "threads-report-interact-reply-message",
98
100
  SETTING_POSTS: "threads-setting-posts-threads",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.10",
3
+ "version": "5.4.12",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",