automation-lib 6.4.7 → 6.4.8
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 +9 -9
- package/dist/index.d.ts +9 -9
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5874,15 +5874,15 @@ interface DataImportEmailRawManagerDto {
|
|
|
5874
5874
|
oldPassword: string;
|
|
5875
5875
|
oldCode2FA: string;
|
|
5876
5876
|
oldCode2FABackup: string;
|
|
5877
|
-
name_app
|
|
5878
|
-
app_password
|
|
5879
|
-
imap_server
|
|
5880
|
-
imap_port
|
|
5881
|
-
ssl
|
|
5882
|
-
imap_from_email
|
|
5883
|
-
title_opt
|
|
5884
|
-
title_inbox
|
|
5885
|
-
status_imap_app
|
|
5877
|
+
name_app?: string;
|
|
5878
|
+
app_password?: string;
|
|
5879
|
+
imap_server?: string;
|
|
5880
|
+
imap_port?: string;
|
|
5881
|
+
ssl?: EYesNo;
|
|
5882
|
+
imap_from_email?: string;
|
|
5883
|
+
title_opt?: string;
|
|
5884
|
+
title_inbox?: string;
|
|
5885
|
+
status_imap_app?: EStatusImapApp;
|
|
5886
5886
|
}
|
|
5887
5887
|
interface FindOverviewAccountEmailManagerDto {
|
|
5888
5888
|
department: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -5874,15 +5874,15 @@ interface DataImportEmailRawManagerDto {
|
|
|
5874
5874
|
oldPassword: string;
|
|
5875
5875
|
oldCode2FA: string;
|
|
5876
5876
|
oldCode2FABackup: string;
|
|
5877
|
-
name_app
|
|
5878
|
-
app_password
|
|
5879
|
-
imap_server
|
|
5880
|
-
imap_port
|
|
5881
|
-
ssl
|
|
5882
|
-
imap_from_email
|
|
5883
|
-
title_opt
|
|
5884
|
-
title_inbox
|
|
5885
|
-
status_imap_app
|
|
5877
|
+
name_app?: string;
|
|
5878
|
+
app_password?: string;
|
|
5879
|
+
imap_server?: string;
|
|
5880
|
+
imap_port?: string;
|
|
5881
|
+
ssl?: EYesNo;
|
|
5882
|
+
imap_from_email?: string;
|
|
5883
|
+
title_opt?: string;
|
|
5884
|
+
title_inbox?: string;
|
|
5885
|
+
status_imap_app?: EStatusImapApp;
|
|
5886
5886
|
}
|
|
5887
5887
|
interface FindOverviewAccountEmailManagerDto {
|
|
5888
5888
|
department: number;
|