automation-lib 5.1.136 → 5.1.137
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 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
@@ -148,7 +148,7 @@ var CONST_API_CONTROLLERS = {
|
|
148
148
|
INSTAGRAM: {
|
149
149
|
ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-instagram",
|
150
150
|
ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
|
151
|
-
|
151
|
+
HISTORY_AUTO_POST: "accounts-socials-instagram-history-auto-post",
|
152
152
|
HISTORY_BLOCK_USER: "accounts-socials-instagram-history-block-user",
|
153
153
|
HISTORY: {
|
154
154
|
GROUP: "accounts-socials-instagram-history-group",
|
package/dist/index.mjs
CHANGED
@@ -115,7 +115,7 @@ var CONST_API_CONTROLLERS = {
|
|
115
115
|
INSTAGRAM: {
|
116
116
|
ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-instagram",
|
117
117
|
ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
|
118
|
-
|
118
|
+
HISTORY_AUTO_POST: "accounts-socials-instagram-history-auto-post",
|
119
119
|
HISTORY_BLOCK_USER: "accounts-socials-instagram-history-block-user",
|
120
120
|
HISTORY: {
|
121
121
|
GROUP: "accounts-socials-instagram-history-group",
|