automation-lib 5.1.132 → 5.1.134

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.js CHANGED
@@ -95,18 +95,19 @@ var CONST_API_CONTROLLERS = {
95
95
  TRACKING_SCRIPTS_EXECUTED: "tracking-scripts-executed"
96
96
  },
97
97
  INSTAGRAM: {
98
- HISTORY_POST_NEWS: "instagram-history-post-news",
99
- HISTORY_POST_SQUARE: "instagram-history-post-square",
100
- HISTORY_POST_STORIES: "instagram-history-post-stories",
101
- HISTORY_POST_REELS: "instagram-history-post-reels",
102
- HISTORY_POST_HIGHLIGHTS: "instagram-history-post-highlights",
103
- HISTORY_INTERACT_FOLLOW: "instagram-history-interact-follow",
104
- HISTORY_INTERACT_EXPLORES: "instagram-history-interact-explores",
105
- HISTORY_INTERACT_REELS: "instagram-history-interact-reels",
106
- HISTORY_INTERACT_STORIES: "instagram-history-interact-stories",
107
- HISTORY_INTERACT_COMMENTS: "instagram-history-interact-comments",
108
- HISTORY_INTERACT_REPLY_COMMENTS: "instagram-history-interact-reply-comments",
109
- HISTORY_INTERACT_REPLY_MESSAGES: "instagram-history-interact-reply-messages",
98
+ HISTORY_POST_NEWS: "instagram-report-post-news",
99
+ HISTORY_POST_SQUARE: "instagram-report-post-square",
100
+ HISTORY_POST_STORIES: "instagram-report-post-stories",
101
+ HISTORY_POST_REELS: "instagram-report-post-reels",
102
+ HISTORY_POST_HIGHLIGHTS: "instagram-report-post-highlights",
103
+ HISTORY_INTERACT_FOLLOW: "instagram-report-interact-follow",
104
+ HISTORY_INTERACT_EXPLORES: "instagram-report-interact-explores",
105
+ HISTORY_INTERACT_REELS: "instagram-report-interact-reels",
106
+ HISTORY_INTERACT_STORIES: "instagram-report-interact-stories",
107
+ HISTORY_INTERACT_COMMENTS: "instagram-report-interact-comments",
108
+ HISTORY_INTERACT_REPLY_COMMENTS: "instagram-report-interact-reply-comments",
109
+ HISTORY_INTERACT_REPLY_MESSAGES: "instagram-report-interact-reply-messages",
110
+ HISTORY_INTERACT_BLOCK_USER: "instagram-report-interact-block-user",
110
111
  SETTING_POSTS: "instagram-setting-posts",
111
112
  SETTING_INTERACT_FOLLOWS: "instagram-setting-interact-follows",
112
113
  SETTING_INTERACT_UN_FOLLOWS: "instagram-setting-interact-un-follows",
@@ -117,10 +118,10 @@ var CONST_API_CONTROLLERS = {
117
118
  SETTING_INTERACT_REPLY_MESSAGE: "instagram-setting-interact-reply-message"
118
119
  },
119
120
  THREADS: {
120
- HISTORY_POST_NEWS: "threads-history-post-news",
121
- HISTORY_INTERACT_FOLLOW: "threads-history-interact-follow",
122
- HISTORY_INTERACT_REPLY_COMMENTS: "threads-history-interact-reply-comments",
123
- HISTORY_INTERACT_REPLY_MESSAGE: "threads-history-interact-reply-message",
121
+ HISTORY_POST_NEWS: "threads-report-post-news",
122
+ HISTORY_INTERACT_FOLLOW: "threads-report-interact-follow",
123
+ HISTORY_INTERACT_REPLY_COMMENTS: "threads-report-interact-reply-comments",
124
+ HISTORY_INTERACT_REPLY_MESSAGE: "threads-report-interact-reply-message",
124
125
  SETTING_POSTS: "threads-setting-posts-threads",
125
126
  SETTING_FOLLOW: "threads-setting-follow-threads",
126
127
  SETTING_UN_FOLLOW: "threads-setting-un-follow-threads",
@@ -144,6 +145,8 @@ var CONST_API_CONTROLLERS = {
144
145
  ACCOUNTS_CHPLAY_ICLOUD: "accounts-chplay-icloud",
145
146
  ACCOUNTS_CANVA: "accounts-canva",
146
147
  ACCOUNTS_DRIVE: "accounts-drive",
148
+ INSTAGRAM_HISTORY_AUTO_SYNC: "instagram-history-auto-sync",
149
+ INSTAGRAM_HISTORY_BLOCK_USER: "instagram-history-block-user",
147
150
  INSTAGRAM: {
148
151
  ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-instagram",
149
152
  ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
package/dist/index.mjs CHANGED
@@ -62,18 +62,19 @@ var CONST_API_CONTROLLERS = {
62
62
  TRACKING_SCRIPTS_EXECUTED: "tracking-scripts-executed"
63
63
  },
64
64
  INSTAGRAM: {
65
- HISTORY_POST_NEWS: "instagram-history-post-news",
66
- HISTORY_POST_SQUARE: "instagram-history-post-square",
67
- HISTORY_POST_STORIES: "instagram-history-post-stories",
68
- HISTORY_POST_REELS: "instagram-history-post-reels",
69
- HISTORY_POST_HIGHLIGHTS: "instagram-history-post-highlights",
70
- HISTORY_INTERACT_FOLLOW: "instagram-history-interact-follow",
71
- HISTORY_INTERACT_EXPLORES: "instagram-history-interact-explores",
72
- HISTORY_INTERACT_REELS: "instagram-history-interact-reels",
73
- HISTORY_INTERACT_STORIES: "instagram-history-interact-stories",
74
- HISTORY_INTERACT_COMMENTS: "instagram-history-interact-comments",
75
- HISTORY_INTERACT_REPLY_COMMENTS: "instagram-history-interact-reply-comments",
76
- HISTORY_INTERACT_REPLY_MESSAGES: "instagram-history-interact-reply-messages",
65
+ HISTORY_POST_NEWS: "instagram-report-post-news",
66
+ HISTORY_POST_SQUARE: "instagram-report-post-square",
67
+ HISTORY_POST_STORIES: "instagram-report-post-stories",
68
+ HISTORY_POST_REELS: "instagram-report-post-reels",
69
+ HISTORY_POST_HIGHLIGHTS: "instagram-report-post-highlights",
70
+ HISTORY_INTERACT_FOLLOW: "instagram-report-interact-follow",
71
+ HISTORY_INTERACT_EXPLORES: "instagram-report-interact-explores",
72
+ HISTORY_INTERACT_REELS: "instagram-report-interact-reels",
73
+ HISTORY_INTERACT_STORIES: "instagram-report-interact-stories",
74
+ HISTORY_INTERACT_COMMENTS: "instagram-report-interact-comments",
75
+ HISTORY_INTERACT_REPLY_COMMENTS: "instagram-report-interact-reply-comments",
76
+ HISTORY_INTERACT_REPLY_MESSAGES: "instagram-report-interact-reply-messages",
77
+ HISTORY_INTERACT_BLOCK_USER: "instagram-report-interact-block-user",
77
78
  SETTING_POSTS: "instagram-setting-posts",
78
79
  SETTING_INTERACT_FOLLOWS: "instagram-setting-interact-follows",
79
80
  SETTING_INTERACT_UN_FOLLOWS: "instagram-setting-interact-un-follows",
@@ -84,10 +85,10 @@ var CONST_API_CONTROLLERS = {
84
85
  SETTING_INTERACT_REPLY_MESSAGE: "instagram-setting-interact-reply-message"
85
86
  },
86
87
  THREADS: {
87
- HISTORY_POST_NEWS: "threads-history-post-news",
88
- HISTORY_INTERACT_FOLLOW: "threads-history-interact-follow",
89
- HISTORY_INTERACT_REPLY_COMMENTS: "threads-history-interact-reply-comments",
90
- HISTORY_INTERACT_REPLY_MESSAGE: "threads-history-interact-reply-message",
88
+ HISTORY_POST_NEWS: "threads-report-post-news",
89
+ HISTORY_INTERACT_FOLLOW: "threads-report-interact-follow",
90
+ HISTORY_INTERACT_REPLY_COMMENTS: "threads-report-interact-reply-comments",
91
+ HISTORY_INTERACT_REPLY_MESSAGE: "threads-report-interact-reply-message",
91
92
  SETTING_POSTS: "threads-setting-posts-threads",
92
93
  SETTING_FOLLOW: "threads-setting-follow-threads",
93
94
  SETTING_UN_FOLLOW: "threads-setting-un-follow-threads",
@@ -111,6 +112,8 @@ var CONST_API_CONTROLLERS = {
111
112
  ACCOUNTS_CHPLAY_ICLOUD: "accounts-chplay-icloud",
112
113
  ACCOUNTS_CANVA: "accounts-canva",
113
114
  ACCOUNTS_DRIVE: "accounts-drive",
115
+ INSTAGRAM_HISTORY_AUTO_SYNC: "instagram-history-auto-sync",
116
+ INSTAGRAM_HISTORY_BLOCK_USER: "instagram-history-block-user",
114
117
  INSTAGRAM: {
115
118
  ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-instagram",
116
119
  ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.132",
3
+ "version": "5.1.134",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",