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 +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
|
@@ -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",
|