automation-lib 5.1.133 → 5.1.134
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
@@ -90,6 +90,8 @@ 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;
|
93
95
|
INSTAGRAM: {
|
94
96
|
ACCOUNTS_SOCIALS_RUN: string;
|
95
97
|
ACCOUNTS_SOCIALS_RAW: string;
|
package/dist/index.d.ts
CHANGED
@@ -90,6 +90,8 @@ 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;
|
93
95
|
INSTAGRAM: {
|
94
96
|
ACCOUNTS_SOCIALS_RUN: string;
|
95
97
|
ACCOUNTS_SOCIALS_RAW: string;
|
package/dist/index.js
CHANGED
@@ -145,6 +145,8 @@ 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",
|
148
150
|
INSTAGRAM: {
|
149
151
|
ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-instagram",
|
150
152
|
ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
|
package/dist/index.mjs
CHANGED
@@ -112,6 +112,8 @@ 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",
|
115
117
|
INSTAGRAM: {
|
116
118
|
ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-instagram",
|
117
119
|
ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
|