automation-lib 6.6.490 → 6.6.492

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
@@ -7489,11 +7489,11 @@ interface FindEmailRawAddToVPSDto extends IFindBaseDto {
7489
7489
  };
7490
7490
  status: EStatusEmailManager;
7491
7491
  typeEmail: ETypeEmailManager;
7492
- newEmail: string;
7493
- newPassword: string;
7494
- newEmailRecover: string;
7495
- newCode2FA: string;
7496
- newCode2FABackup: string;
7492
+ oldEmail: string;
7493
+ oldPassword: string;
7494
+ oldEmailRecover: string;
7495
+ oldCode2FA: string;
7496
+ oldCode2FABackup: string;
7497
7497
  idAcc: string;
7498
7498
  oldUsername: string;
7499
7499
  newUsername: string;
@@ -20101,7 +20101,12 @@ interface IThreadsSettingConfigReplyComment {
20101
20101
  skipCommentNonEnglish: boolean;
20102
20102
  skipUsernameNonEnglish: boolean;
20103
20103
  skipUsernameIcons: boolean;
20104
+ skipReplyFromVerified: boolean;
20105
+ skipReplyAlreadyReplied: boolean;
20104
20106
  isOpenNotification: boolean;
20107
+ sheetType: string;
20108
+ sheetName: string;
20109
+ sheetUrl: string;
20105
20110
  replyText1: IReplyCommentRoundThreads;
20106
20111
  replyText2: IReplyCommentRoundThreads;
20107
20112
  reportSpam: IReplyCommentReportSpamThreads;
@@ -20600,6 +20605,7 @@ interface IThreadsSettingConfigReplyThreadChain {
20600
20605
  maxDepth: number;
20601
20606
  minDepth: number;
20602
20607
  sourceType: 'sheet' | 'home_feed' | 'for_you' | 'activity';
20608
+ sourceSheetId: string;
20603
20609
  isExpandReplyChain: boolean;
20604
20610
  expandReplyChainProbMin: number;
20605
20611
  expandReplyChainProbMax: number;
package/dist/index.d.ts CHANGED
@@ -7489,11 +7489,11 @@ interface FindEmailRawAddToVPSDto extends IFindBaseDto {
7489
7489
  };
7490
7490
  status: EStatusEmailManager;
7491
7491
  typeEmail: ETypeEmailManager;
7492
- newEmail: string;
7493
- newPassword: string;
7494
- newEmailRecover: string;
7495
- newCode2FA: string;
7496
- newCode2FABackup: string;
7492
+ oldEmail: string;
7493
+ oldPassword: string;
7494
+ oldEmailRecover: string;
7495
+ oldCode2FA: string;
7496
+ oldCode2FABackup: string;
7497
7497
  idAcc: string;
7498
7498
  oldUsername: string;
7499
7499
  newUsername: string;
@@ -20101,7 +20101,12 @@ interface IThreadsSettingConfigReplyComment {
20101
20101
  skipCommentNonEnglish: boolean;
20102
20102
  skipUsernameNonEnglish: boolean;
20103
20103
  skipUsernameIcons: boolean;
20104
+ skipReplyFromVerified: boolean;
20105
+ skipReplyAlreadyReplied: boolean;
20104
20106
  isOpenNotification: boolean;
20107
+ sheetType: string;
20108
+ sheetName: string;
20109
+ sheetUrl: string;
20105
20110
  replyText1: IReplyCommentRoundThreads;
20106
20111
  replyText2: IReplyCommentRoundThreads;
20107
20112
  reportSpam: IReplyCommentReportSpamThreads;
@@ -20600,6 +20605,7 @@ interface IThreadsSettingConfigReplyThreadChain {
20600
20605
  maxDepth: number;
20601
20606
  minDepth: number;
20602
20607
  sourceType: 'sheet' | 'home_feed' | 'for_you' | 'activity';
20608
+ sourceSheetId: string;
20603
20609
  isExpandReplyChain: boolean;
20604
20610
  expandReplyChainProbMin: number;
20605
20611
  expandReplyChainProbMax: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.490",
3
+ "version": "6.6.492",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",