automation-lib 5.1.135 → 5.1.136
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -148,8 +148,8 @@ 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
|
-
HISTORY_AUTO_SYNC: "instagram-history-auto-sync",
|
152
|
-
HISTORY_BLOCK_USER: "instagram-history-block-user",
|
151
|
+
HISTORY_AUTO_SYNC: "accounts-socials-instagram-history-auto-sync",
|
152
|
+
HISTORY_BLOCK_USER: "accounts-socials-instagram-history-block-user",
|
153
153
|
HISTORY: {
|
154
154
|
GROUP: "accounts-socials-instagram-history-group",
|
155
155
|
CREATE: "accounts-socials-instagram-history-create",
|
package/dist/index.mjs
CHANGED
@@ -115,8 +115,8 @@ 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
|
-
HISTORY_AUTO_SYNC: "instagram-history-auto-sync",
|
119
|
-
HISTORY_BLOCK_USER: "instagram-history-block-user",
|
118
|
+
HISTORY_AUTO_SYNC: "accounts-socials-instagram-history-auto-sync",
|
119
|
+
HISTORY_BLOCK_USER: "accounts-socials-instagram-history-block-user",
|
120
120
|
HISTORY: {
|
121
121
|
GROUP: "accounts-socials-instagram-history-group",
|
122
122
|
CREATE: "accounts-socials-instagram-history-create",
|