automation-lib 6.3.28 → 6.4.2

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
@@ -4773,6 +4773,18 @@ declare enum ESyncStatusAccountDrive {
4773
4773
  }
4774
4774
 
4775
4775
  interface FindAccountDriveDto extends IFindBaseDto {
4776
+ sheetUrl: string;
4777
+ sheetName: string;
4778
+ driveType: EAccountDriveType;
4779
+ email: string;
4780
+ password: string;
4781
+ code2FA: string;
4782
+ googleRefreshToken?: string;
4783
+ idriveE2Credentials?: IIDriveE2Credentials;
4784
+ currentSpace: string;
4785
+ maxSpace: string;
4786
+ status: EStatusAccountDrive;
4787
+ note: string;
4776
4788
  isAuthenticated?: boolean;
4777
4789
  }
4778
4790
  interface FindOverviewAccountDriveDto {
@@ -5461,6 +5473,8 @@ declare enum EStatusImapApp {
5461
5473
 
5462
5474
  interface IEmailRawManager extends IBaseModel, ITrackingModel {
5463
5475
  accountSocialId: string;
5476
+ urlSheet: string;
5477
+ nameSheet: string;
5464
5478
  status: EStatusEmailManager;
5465
5479
  timeStatus: Date;
5466
5480
  vps: string | IAccountVPS;
@@ -5632,15 +5646,7 @@ interface FindEmailRawManagerDto extends IFindBaseDto {
5632
5646
  timeLoginCode2FABackup: Date;
5633
5647
  timeChangeCode2FABackup: Date;
5634
5648
  }
5635
- interface FindDetailEmailRawManagerDto extends IFindBaseDto {
5636
- newEmail: string;
5637
- typeEmail: ETypeEmailManager;
5638
- urlLoginEmail: string;
5639
- newPassword: string;
5640
- newEmailRecover: string;
5641
- newCode2FA: string;
5642
- newCode2FABackup: string;
5643
- status: EStatusEmailManager;
5649
+ interface FindDetailEmailRawManagerDto extends IEmailRawManager {
5644
5650
  typeSocial: ETypeSocial[];
5645
5651
  accountSocial: {
5646
5652
  newUsername: string;
@@ -5648,15 +5654,6 @@ interface FindDetailEmailRawManagerDto extends IFindBaseDto {
5648
5654
  accountGroup: string;
5649
5655
  statusAccountSocial: EStatusAccountSocialRaw;
5650
5656
  };
5651
- name_app: string;
5652
- app_password: string;
5653
- imap_server: string;
5654
- imap_port: string;
5655
- ssl: EYesNo;
5656
- imap_from_email: string;
5657
- title_opt: string;
5658
- title_inbox: string;
5659
- status_imap_app: EStatusImapApp;
5660
5657
  }
5661
5658
  interface FindListVPSForEmailRawManager {
5662
5659
  statusExtension: {
@@ -5747,9 +5744,9 @@ interface FindEmailRawAddToVPS extends IFindBaseDto {
5747
5744
  newUsername: string;
5748
5745
  statusAccountSocial: EStatusAccountSocialRaw;
5749
5746
  statusLoginAppClone: EStatusAccountSocialLogin;
5750
- urlFileImport: string;
5747
+ urlSheet: string;
5751
5748
  nameSheet: string;
5752
- dataImport: Date;
5749
+ dateImport: Date;
5753
5750
  }
5754
5751
  interface FindProxySelectionForEmail {
5755
5752
  typeProxy: ETypeProxy;
@@ -5835,7 +5832,7 @@ interface ResultImportEmailRawManagerDto {
5835
5832
  interface ImportEmailRawManagerDto {
5836
5833
  sheetUrl: string;
5837
5834
  sheetName: string;
5838
- listEmailID: string[];
5835
+ listEmail: string[];
5839
5836
  }
5840
5837
  interface DataImportEmailRawManagerDto {
5841
5838
  emailType: ETypeEmailManager;
package/dist/index.d.ts CHANGED
@@ -4773,6 +4773,18 @@ declare enum ESyncStatusAccountDrive {
4773
4773
  }
4774
4774
 
4775
4775
  interface FindAccountDriveDto extends IFindBaseDto {
4776
+ sheetUrl: string;
4777
+ sheetName: string;
4778
+ driveType: EAccountDriveType;
4779
+ email: string;
4780
+ password: string;
4781
+ code2FA: string;
4782
+ googleRefreshToken?: string;
4783
+ idriveE2Credentials?: IIDriveE2Credentials;
4784
+ currentSpace: string;
4785
+ maxSpace: string;
4786
+ status: EStatusAccountDrive;
4787
+ note: string;
4776
4788
  isAuthenticated?: boolean;
4777
4789
  }
4778
4790
  interface FindOverviewAccountDriveDto {
@@ -5461,6 +5473,8 @@ declare enum EStatusImapApp {
5461
5473
 
5462
5474
  interface IEmailRawManager extends IBaseModel, ITrackingModel {
5463
5475
  accountSocialId: string;
5476
+ urlSheet: string;
5477
+ nameSheet: string;
5464
5478
  status: EStatusEmailManager;
5465
5479
  timeStatus: Date;
5466
5480
  vps: string | IAccountVPS;
@@ -5632,15 +5646,7 @@ interface FindEmailRawManagerDto extends IFindBaseDto {
5632
5646
  timeLoginCode2FABackup: Date;
5633
5647
  timeChangeCode2FABackup: Date;
5634
5648
  }
5635
- interface FindDetailEmailRawManagerDto extends IFindBaseDto {
5636
- newEmail: string;
5637
- typeEmail: ETypeEmailManager;
5638
- urlLoginEmail: string;
5639
- newPassword: string;
5640
- newEmailRecover: string;
5641
- newCode2FA: string;
5642
- newCode2FABackup: string;
5643
- status: EStatusEmailManager;
5649
+ interface FindDetailEmailRawManagerDto extends IEmailRawManager {
5644
5650
  typeSocial: ETypeSocial[];
5645
5651
  accountSocial: {
5646
5652
  newUsername: string;
@@ -5648,15 +5654,6 @@ interface FindDetailEmailRawManagerDto extends IFindBaseDto {
5648
5654
  accountGroup: string;
5649
5655
  statusAccountSocial: EStatusAccountSocialRaw;
5650
5656
  };
5651
- name_app: string;
5652
- app_password: string;
5653
- imap_server: string;
5654
- imap_port: string;
5655
- ssl: EYesNo;
5656
- imap_from_email: string;
5657
- title_opt: string;
5658
- title_inbox: string;
5659
- status_imap_app: EStatusImapApp;
5660
5657
  }
5661
5658
  interface FindListVPSForEmailRawManager {
5662
5659
  statusExtension: {
@@ -5747,9 +5744,9 @@ interface FindEmailRawAddToVPS extends IFindBaseDto {
5747
5744
  newUsername: string;
5748
5745
  statusAccountSocial: EStatusAccountSocialRaw;
5749
5746
  statusLoginAppClone: EStatusAccountSocialLogin;
5750
- urlFileImport: string;
5747
+ urlSheet: string;
5751
5748
  nameSheet: string;
5752
- dataImport: Date;
5749
+ dateImport: Date;
5753
5750
  }
5754
5751
  interface FindProxySelectionForEmail {
5755
5752
  typeProxy: ETypeProxy;
@@ -5835,7 +5832,7 @@ interface ResultImportEmailRawManagerDto {
5835
5832
  interface ImportEmailRawManagerDto {
5836
5833
  sheetUrl: string;
5837
5834
  sheetName: string;
5838
- listEmailID: string[];
5835
+ listEmail: string[];
5839
5836
  }
5840
5837
  interface DataImportEmailRawManagerDto {
5841
5838
  emailType: ETypeEmailManager;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.3.28",
3
+ "version": "6.4.2",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -30,6 +30,7 @@
30
30
  "typescript": "^5.4.5"
31
31
  },
32
32
  "dependencies": {
33
+ "automation-lib": "^6.3.28",
33
34
  "http-status-codes": "^2.3.0",
34
35
  "nodemailer": "^6.9.13",
35
36
  "sharp": "^0.33.3"