automation-lib 5.1.133 → 5.1.135
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
@@ -148,6 +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
153
|
HISTORY: {
|
152
154
|
GROUP: "accounts-socials-instagram-history-group",
|
153
155
|
CREATE: "accounts-socials-instagram-history-create",
|
package/dist/index.mjs
CHANGED
@@ -115,6 +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
120
|
HISTORY: {
|
119
121
|
GROUP: "accounts-socials-instagram-history-group",
|
120
122
|
CREATE: "accounts-socials-instagram-history-create",
|