automation-lib 6.6.47 → 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.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: {
@@ -2208,7 +2210,7 @@ var EAccountInstagramTypeChangeInfo = /* @__PURE__ */ ((EAccountInstagramTypeCha
2208
2210
  return EAccountInstagramTypeChangeInfo2;
2209
2211
  })(EAccountInstagramTypeChangeInfo || {});
2210
2212
 
2211
- // src/interfaces/models/socials/instagram/account/email-manager/enum/EEmailRawManager.enum.ts
2213
+ // src/interfaces/models/socials/instagram/account/email-manager/enum/EEmailRawManagerInstagram.enum.ts
2212
2214
  var EStatusEmailManager = /* @__PURE__ */ ((EStatusEmailManager2) => {
2213
2215
  EStatusEmailManager2["New"] = "New";
2214
2216
  EStatusEmailManager2["PendingLogin"] = "PendingLogin";
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: {
@@ -1964,7 +1966,7 @@ var EAccountInstagramTypeChangeInfo = /* @__PURE__ */ ((EAccountInstagramTypeCha
1964
1966
  return EAccountInstagramTypeChangeInfo2;
1965
1967
  })(EAccountInstagramTypeChangeInfo || {});
1966
1968
 
1967
- // src/interfaces/models/socials/instagram/account/email-manager/enum/EEmailRawManager.enum.ts
1969
+ // src/interfaces/models/socials/instagram/account/email-manager/enum/EEmailRawManagerInstagram.enum.ts
1968
1970
  var EStatusEmailManager = /* @__PURE__ */ ((EStatusEmailManager2) => {
1969
1971
  EStatusEmailManager2["New"] = "New";
1970
1972
  EStatusEmailManager2["PendingLogin"] = "PendingLogin";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.47",
3
+ "version": "6.6.49",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",