automation-lib 6.3.24 → 6.3.25

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
@@ -5835,7 +5835,7 @@ interface ResultImportEmailRawManagerDto {
5835
5835
  interface ImportEmailRawManagerDto {
5836
5836
  sheetUrl: string;
5837
5837
  sheetName: string;
5838
- listEmailID: string[];
5838
+ listEmail: string[];
5839
5839
  }
5840
5840
  interface DataImportEmailRawManagerDto {
5841
5841
  emailType: ETypeEmailManager;
package/dist/index.d.ts CHANGED
@@ -5835,7 +5835,7 @@ interface ResultImportEmailRawManagerDto {
5835
5835
  interface ImportEmailRawManagerDto {
5836
5836
  sheetUrl: string;
5837
5837
  sheetName: string;
5838
- listEmailID: string[];
5838
+ listEmail: string[];
5839
5839
  }
5840
5840
  interface DataImportEmailRawManagerDto {
5841
5841
  emailType: ETypeEmailManager;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.3.24",
3
+ "version": "6.3.25",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",