automation-lib 5.1.134 → 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
@@ -90,11 +90,11 @@ declare const CONST_API_CONTROLLERS: {
90
90
  ACCOUNTS_CHPLAY_ICLOUD: string;
91
91
  ACCOUNTS_CANVA: string;
92
92
  ACCOUNTS_DRIVE: string;
93
- INSTAGRAM_HISTORY_AUTO_SYNC: string;
94
- INSTAGRAM_HISTORY_BLOCK_USER: string;
95
93
  INSTAGRAM: {
96
94
  ACCOUNTS_SOCIALS_RUN: string;
97
95
  ACCOUNTS_SOCIALS_RAW: string;
96
+ HISTORY_AUTO_SYNC: string;
97
+ HISTORY_BLOCK_USER: string;
98
98
  HISTORY: {
99
99
  GROUP: string;
100
100
  CREATE: string;
package/dist/index.d.ts CHANGED
@@ -90,11 +90,11 @@ declare const CONST_API_CONTROLLERS: {
90
90
  ACCOUNTS_CHPLAY_ICLOUD: string;
91
91
  ACCOUNTS_CANVA: string;
92
92
  ACCOUNTS_DRIVE: string;
93
- INSTAGRAM_HISTORY_AUTO_SYNC: string;
94
- INSTAGRAM_HISTORY_BLOCK_USER: string;
95
93
  INSTAGRAM: {
96
94
  ACCOUNTS_SOCIALS_RUN: string;
97
95
  ACCOUNTS_SOCIALS_RAW: string;
96
+ HISTORY_AUTO_SYNC: string;
97
+ HISTORY_BLOCK_USER: string;
98
98
  HISTORY: {
99
99
  GROUP: string;
100
100
  CREATE: string;
package/dist/index.js CHANGED
@@ -145,11 +145,11 @@ var CONST_API_CONTROLLERS = {
145
145
  ACCOUNTS_CHPLAY_ICLOUD: "accounts-chplay-icloud",
146
146
  ACCOUNTS_CANVA: "accounts-canva",
147
147
  ACCOUNTS_DRIVE: "accounts-drive",
148
- INSTAGRAM_HISTORY_AUTO_SYNC: "instagram-history-auto-sync",
149
- INSTAGRAM_HISTORY_BLOCK_USER: "instagram-history-block-user",
150
148
  INSTAGRAM: {
151
149
  ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-instagram",
152
150
  ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
151
+ HISTORY_AUTO_SYNC: "instagram-history-auto-sync",
152
+ HISTORY_BLOCK_USER: "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
@@ -112,11 +112,11 @@ var CONST_API_CONTROLLERS = {
112
112
  ACCOUNTS_CHPLAY_ICLOUD: "accounts-chplay-icloud",
113
113
  ACCOUNTS_CANVA: "accounts-canva",
114
114
  ACCOUNTS_DRIVE: "accounts-drive",
115
- INSTAGRAM_HISTORY_AUTO_SYNC: "instagram-history-auto-sync",
116
- INSTAGRAM_HISTORY_BLOCK_USER: "instagram-history-block-user",
117
115
  INSTAGRAM: {
118
116
  ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-instagram",
119
117
  ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
118
+ HISTORY_AUTO_SYNC: "instagram-history-auto-sync",
119
+ HISTORY_BLOCK_USER: "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.134",
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",