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 CHANGED
@@ -5874,15 +5874,15 @@ interface DataImportEmailRawManagerDto {
5874
5874
  oldPassword: string;
5875
5875
  oldCode2FA: string;
5876
5876
  oldCode2FABackup: string;
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;
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: 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;
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.4.7",
3
+ "version": "6.4.8",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",