automation-lib 5.1.135 → 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 CHANGED
@@ -93,7 +93,7 @@ declare const CONST_API_CONTROLLERS: {
93
93
  INSTAGRAM: {
94
94
  ACCOUNTS_SOCIALS_RUN: string;
95
95
  ACCOUNTS_SOCIALS_RAW: string;
96
- HISTORY_AUTO_SYNC: string;
96
+ HISTORY_AUTO_POST: string;
97
97
  HISTORY_BLOCK_USER: string;
98
98
  HISTORY: {
99
99
  GROUP: string;
package/dist/index.d.ts CHANGED
@@ -93,7 +93,7 @@ declare const CONST_API_CONTROLLERS: {
93
93
  INSTAGRAM: {
94
94
  ACCOUNTS_SOCIALS_RUN: string;
95
95
  ACCOUNTS_SOCIALS_RAW: string;
96
- HISTORY_AUTO_SYNC: string;
96
+ HISTORY_AUTO_POST: string;
97
97
  HISTORY_BLOCK_USER: string;
98
98
  HISTORY: {
99
99
  GROUP: string;
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_POST: "accounts-socials-instagram-history-auto-post",
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_POST: "accounts-socials-instagram-history-auto-post",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.135",
3
+ "version": "5.1.137",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",