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 CHANGED
@@ -93,6 +93,8 @@ 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;
97
+ HISTORY_BLOCK_USER: string;
96
98
  HISTORY: {
97
99
  GROUP: string;
98
100
  CREATE: string;
package/dist/index.d.ts CHANGED
@@ -93,6 +93,8 @@ 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;
97
+ HISTORY_BLOCK_USER: string;
96
98
  HISTORY: {
97
99
  GROUP: string;
98
100
  CREATE: string;
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.133",
3
+ "version": "5.1.135",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",