automation-lib 6.3.2 → 6.3.3
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 +12 -2
- package/dist/index.d.ts +12 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5419,6 +5419,7 @@ interface UpdateEmailRawManagerDto {
|
|
|
5419
5419
|
interface FindEmailRawManagerDto extends IFindBaseDto {
|
|
5420
5420
|
status: EStatusEmailManager;
|
|
5421
5421
|
timeStatus: Date;
|
|
5422
|
+
status_imap_app: EStatusImapApp;
|
|
5422
5423
|
typeEmail: ETypeEmailManager;
|
|
5423
5424
|
urlLoginEmail: string;
|
|
5424
5425
|
statusAddOnVPS: EStatusAddOnVPS;
|
|
@@ -5470,13 +5471,22 @@ interface FindDetailEmailRawManagerDto extends IFindBaseDto {
|
|
|
5470
5471
|
newEmailRecover: string;
|
|
5471
5472
|
newCode2FA: string;
|
|
5472
5473
|
newCode2FABackup: string;
|
|
5474
|
+
status: EStatusEmailManager;
|
|
5475
|
+
typeSocial: ETypeSocial[];
|
|
5473
5476
|
accountSocial: {
|
|
5474
5477
|
newUsername: string;
|
|
5475
5478
|
accountID: string;
|
|
5476
5479
|
accountGroup: string;
|
|
5477
5480
|
};
|
|
5478
|
-
|
|
5479
|
-
|
|
5481
|
+
name_app: string;
|
|
5482
|
+
app_password: string;
|
|
5483
|
+
imap_server: string;
|
|
5484
|
+
imap_port: string;
|
|
5485
|
+
ssl: EYesNo;
|
|
5486
|
+
imap_from_email: string;
|
|
5487
|
+
title_opt: string;
|
|
5488
|
+
title_inbox: string;
|
|
5489
|
+
status_imap_app: EStatusImapApp;
|
|
5480
5490
|
}
|
|
5481
5491
|
interface FindListVPSForEmailRawManager extends IFindBaseDto {
|
|
5482
5492
|
statusExtension: {
|
package/dist/index.d.ts
CHANGED
|
@@ -5419,6 +5419,7 @@ interface UpdateEmailRawManagerDto {
|
|
|
5419
5419
|
interface FindEmailRawManagerDto extends IFindBaseDto {
|
|
5420
5420
|
status: EStatusEmailManager;
|
|
5421
5421
|
timeStatus: Date;
|
|
5422
|
+
status_imap_app: EStatusImapApp;
|
|
5422
5423
|
typeEmail: ETypeEmailManager;
|
|
5423
5424
|
urlLoginEmail: string;
|
|
5424
5425
|
statusAddOnVPS: EStatusAddOnVPS;
|
|
@@ -5470,13 +5471,22 @@ interface FindDetailEmailRawManagerDto extends IFindBaseDto {
|
|
|
5470
5471
|
newEmailRecover: string;
|
|
5471
5472
|
newCode2FA: string;
|
|
5472
5473
|
newCode2FABackup: string;
|
|
5474
|
+
status: EStatusEmailManager;
|
|
5475
|
+
typeSocial: ETypeSocial[];
|
|
5473
5476
|
accountSocial: {
|
|
5474
5477
|
newUsername: string;
|
|
5475
5478
|
accountID: string;
|
|
5476
5479
|
accountGroup: string;
|
|
5477
5480
|
};
|
|
5478
|
-
|
|
5479
|
-
|
|
5481
|
+
name_app: string;
|
|
5482
|
+
app_password: string;
|
|
5483
|
+
imap_server: string;
|
|
5484
|
+
imap_port: string;
|
|
5485
|
+
ssl: EYesNo;
|
|
5486
|
+
imap_from_email: string;
|
|
5487
|
+
title_opt: string;
|
|
5488
|
+
title_inbox: string;
|
|
5489
|
+
status_imap_app: EStatusImapApp;
|
|
5480
5490
|
}
|
|
5481
5491
|
interface FindListVPSForEmailRawManager extends IFindBaseDto {
|
|
5482
5492
|
statusExtension: {
|