automation-lib 5.1.76 → 5.1.77

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 CHANGED
@@ -148,10 +148,10 @@ var CONST_API_CONTROLLERS = {
148
148
  ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-instagram",
149
149
  ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
150
150
  HISTORY: {
151
- AUTO_SYNC: "accounts-socials-instagram-auto-sync",
152
- CHANGE: "accounts-socials-instagram-create",
153
- CREATE: "accounts-socials-instagram-create",
154
- GROUP: "accounts-socials-instagram-group"
151
+ AUTO_SYNC: "accounts-socials-instagram-history-auto-sync",
152
+ CHANGE: "accounts-socials-instagram-history-create",
153
+ CREATE: "accounts-socials-instagram-history-create",
154
+ GROUP: "accounts-socials-instagram-history-group"
155
155
  }
156
156
  },
157
157
  THREADS: {
package/dist/index.mjs CHANGED
@@ -115,10 +115,10 @@ var CONST_API_CONTROLLERS = {
115
115
  ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-instagram",
116
116
  ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
117
117
  HISTORY: {
118
- AUTO_SYNC: "accounts-socials-instagram-auto-sync",
119
- CHANGE: "accounts-socials-instagram-create",
120
- CREATE: "accounts-socials-instagram-create",
121
- GROUP: "accounts-socials-instagram-group"
118
+ AUTO_SYNC: "accounts-socials-instagram-history-auto-sync",
119
+ CHANGE: "accounts-socials-instagram-history-create",
120
+ CREATE: "accounts-socials-instagram-history-create",
121
+ GROUP: "accounts-socials-instagram-history-group"
122
122
  }
123
123
  },
124
124
  THREADS: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.76",
3
+ "version": "5.1.77",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",