automation-lib 5.1.280 → 5.1.281

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 CHANGED
@@ -97,6 +97,7 @@ declare const CONST_API_CONTROLLERS: {
97
97
  ACCOUNTS_SOCIALS_RAW: string;
98
98
  HISTORY_AUTO_POST: string;
99
99
  HISTORY_BLOCK_USER: string;
100
+ HISTORY_FOLLOW: string;
100
101
  HISTORY: {
101
102
  GROUP: string;
102
103
  CREATE: string;
package/dist/index.d.ts CHANGED
@@ -97,6 +97,7 @@ declare const CONST_API_CONTROLLERS: {
97
97
  ACCOUNTS_SOCIALS_RAW: string;
98
98
  HISTORY_AUTO_POST: string;
99
99
  HISTORY_BLOCK_USER: string;
100
+ HISTORY_FOLLOW: string;
100
101
  HISTORY: {
101
102
  GROUP: string;
102
103
  CREATE: string;
package/dist/index.js CHANGED
@@ -153,6 +153,7 @@ var CONST_API_CONTROLLERS = {
153
153
  ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
154
154
  HISTORY_AUTO_POST: "accounts-socials-instagram-history-auto-post",
155
155
  HISTORY_BLOCK_USER: "accounts-socials-instagram-history-block-user",
156
+ HISTORY_FOLLOW: "accounts-socials-instagram-history-follow",
156
157
  HISTORY: {
157
158
  GROUP: "accounts-socials-instagram-history-group",
158
159
  CREATE: "accounts-socials-instagram-history-create",
package/dist/index.mjs CHANGED
@@ -120,6 +120,7 @@ var CONST_API_CONTROLLERS = {
120
120
  ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
121
121
  HISTORY_AUTO_POST: "accounts-socials-instagram-history-auto-post",
122
122
  HISTORY_BLOCK_USER: "accounts-socials-instagram-history-block-user",
123
+ HISTORY_FOLLOW: "accounts-socials-instagram-history-follow",
123
124
  HISTORY: {
124
125
  GROUP: "accounts-socials-instagram-history-group",
125
126
  CREATE: "accounts-socials-instagram-history-create",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.280",
3
+ "version": "5.1.281",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",