automation-lib 6.6.48 → 6.6.49
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 +4 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.js +5 -3
- package/dist/index.mjs +5 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -100,6 +100,8 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
100
100
|
HISTORY_AUTO_POST: string;
|
|
101
101
|
HISTORY_BLOCK_USER: string;
|
|
102
102
|
HISTORY_FOLLOW: string;
|
|
103
|
+
EMAIL_RAW_MANAGER: string;
|
|
104
|
+
EMAIL_RAW_MANAGER_LOG: string;
|
|
103
105
|
HISTORY: {
|
|
104
106
|
GROUP: string;
|
|
105
107
|
AUTO_SYNC: string;
|
|
@@ -110,6 +112,8 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
110
112
|
THREADS: {
|
|
111
113
|
ACCOUNTS_SOCIALS_RUN: string;
|
|
112
114
|
ACCOUNTS_SOCIALS_RAW: string;
|
|
115
|
+
EMAIL_RAW_MANAGER: string;
|
|
116
|
+
EMAIL_RAW_MANAGER_LOG: string;
|
|
113
117
|
HISTORY: {
|
|
114
118
|
GROUP: string;
|
|
115
119
|
AUTO_SYNC: string;
|
|
@@ -145,8 +149,6 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
145
149
|
ACCOUNT_AI_CONTENT_GROUP: string;
|
|
146
150
|
ACCOUNT_AI_CONTENT_CHANNEL: string;
|
|
147
151
|
ACCOUNT_AI_CONTENT_TAG: string;
|
|
148
|
-
EMAIL_RAW_MANAGER: string;
|
|
149
|
-
EMAIL_RAW_MANAGER_LOG: string;
|
|
150
152
|
};
|
|
151
153
|
TASKS: {
|
|
152
154
|
BROWSERS: {
|
package/dist/index.d.ts
CHANGED
|
@@ -100,6 +100,8 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
100
100
|
HISTORY_AUTO_POST: string;
|
|
101
101
|
HISTORY_BLOCK_USER: string;
|
|
102
102
|
HISTORY_FOLLOW: string;
|
|
103
|
+
EMAIL_RAW_MANAGER: string;
|
|
104
|
+
EMAIL_RAW_MANAGER_LOG: string;
|
|
103
105
|
HISTORY: {
|
|
104
106
|
GROUP: string;
|
|
105
107
|
AUTO_SYNC: string;
|
|
@@ -110,6 +112,8 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
110
112
|
THREADS: {
|
|
111
113
|
ACCOUNTS_SOCIALS_RUN: string;
|
|
112
114
|
ACCOUNTS_SOCIALS_RAW: string;
|
|
115
|
+
EMAIL_RAW_MANAGER: string;
|
|
116
|
+
EMAIL_RAW_MANAGER_LOG: string;
|
|
113
117
|
HISTORY: {
|
|
114
118
|
GROUP: string;
|
|
115
119
|
AUTO_SYNC: string;
|
|
@@ -145,8 +149,6 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
145
149
|
ACCOUNT_AI_CONTENT_GROUP: string;
|
|
146
150
|
ACCOUNT_AI_CONTENT_CHANNEL: string;
|
|
147
151
|
ACCOUNT_AI_CONTENT_TAG: string;
|
|
148
|
-
EMAIL_RAW_MANAGER: string;
|
|
149
|
-
EMAIL_RAW_MANAGER_LOG: string;
|
|
150
152
|
};
|
|
151
153
|
TASKS: {
|
|
152
154
|
BROWSERS: {
|
package/dist/index.js
CHANGED
|
@@ -368,6 +368,8 @@ var CONST_API_CONTROLLERS = {
|
|
|
368
368
|
HISTORY_AUTO_POST: "accounts-socials-instagram-history-auto-post",
|
|
369
369
|
HISTORY_BLOCK_USER: "accounts-socials-instagram-history-block-user",
|
|
370
370
|
HISTORY_FOLLOW: "accounts-socials-instagram-history-follow",
|
|
371
|
+
EMAIL_RAW_MANAGER: "email-raw-manager-instagram",
|
|
372
|
+
EMAIL_RAW_MANAGER_LOG: "email-raw-manager-log-instagram",
|
|
371
373
|
HISTORY: {
|
|
372
374
|
GROUP: "accounts-socials-instagram-history-group",
|
|
373
375
|
AUTO_SYNC: "accounts-socials-instagram-history-auto-sync",
|
|
@@ -378,6 +380,8 @@ var CONST_API_CONTROLLERS = {
|
|
|
378
380
|
THREADS: {
|
|
379
381
|
ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-threads",
|
|
380
382
|
ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-threads",
|
|
383
|
+
EMAIL_RAW_MANAGER: "email-raw-manager-threads",
|
|
384
|
+
EMAIL_RAW_MANAGER_LOG: "email-raw-manager-log-threads",
|
|
381
385
|
HISTORY: {
|
|
382
386
|
GROUP: "threads-socials-instagram-group",
|
|
383
387
|
AUTO_SYNC: "threads-socials-instagram-auto-sync",
|
|
@@ -412,9 +416,7 @@ var CONST_API_CONTROLLERS = {
|
|
|
412
416
|
ACCOUNT_AI_CONTENT_INFO: "account-ai-content-info",
|
|
413
417
|
ACCOUNT_AI_CONTENT_GROUP: "account-ai-content-group",
|
|
414
418
|
ACCOUNT_AI_CONTENT_CHANNEL: "account-ai-content-channel",
|
|
415
|
-
ACCOUNT_AI_CONTENT_TAG: "account-ai-content-tag"
|
|
416
|
-
EMAIL_RAW_MANAGER: "email-raw-manager",
|
|
417
|
-
EMAIL_RAW_MANAGER_LOG: "email-raw-manager-log"
|
|
419
|
+
ACCOUNT_AI_CONTENT_TAG: "account-ai-content-tag"
|
|
418
420
|
},
|
|
419
421
|
TASKS: {
|
|
420
422
|
BROWSERS: {
|
package/dist/index.mjs
CHANGED
|
@@ -124,6 +124,8 @@ var CONST_API_CONTROLLERS = {
|
|
|
124
124
|
HISTORY_AUTO_POST: "accounts-socials-instagram-history-auto-post",
|
|
125
125
|
HISTORY_BLOCK_USER: "accounts-socials-instagram-history-block-user",
|
|
126
126
|
HISTORY_FOLLOW: "accounts-socials-instagram-history-follow",
|
|
127
|
+
EMAIL_RAW_MANAGER: "email-raw-manager-instagram",
|
|
128
|
+
EMAIL_RAW_MANAGER_LOG: "email-raw-manager-log-instagram",
|
|
127
129
|
HISTORY: {
|
|
128
130
|
GROUP: "accounts-socials-instagram-history-group",
|
|
129
131
|
AUTO_SYNC: "accounts-socials-instagram-history-auto-sync",
|
|
@@ -134,6 +136,8 @@ var CONST_API_CONTROLLERS = {
|
|
|
134
136
|
THREADS: {
|
|
135
137
|
ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-threads",
|
|
136
138
|
ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-threads",
|
|
139
|
+
EMAIL_RAW_MANAGER: "email-raw-manager-threads",
|
|
140
|
+
EMAIL_RAW_MANAGER_LOG: "email-raw-manager-log-threads",
|
|
137
141
|
HISTORY: {
|
|
138
142
|
GROUP: "threads-socials-instagram-group",
|
|
139
143
|
AUTO_SYNC: "threads-socials-instagram-auto-sync",
|
|
@@ -168,9 +172,7 @@ var CONST_API_CONTROLLERS = {
|
|
|
168
172
|
ACCOUNT_AI_CONTENT_INFO: "account-ai-content-info",
|
|
169
173
|
ACCOUNT_AI_CONTENT_GROUP: "account-ai-content-group",
|
|
170
174
|
ACCOUNT_AI_CONTENT_CHANNEL: "account-ai-content-channel",
|
|
171
|
-
ACCOUNT_AI_CONTENT_TAG: "account-ai-content-tag"
|
|
172
|
-
EMAIL_RAW_MANAGER: "email-raw-manager",
|
|
173
|
-
EMAIL_RAW_MANAGER_LOG: "email-raw-manager-log"
|
|
175
|
+
ACCOUNT_AI_CONTENT_TAG: "account-ai-content-tag"
|
|
174
176
|
},
|
|
175
177
|
TASKS: {
|
|
176
178
|
BROWSERS: {
|