automation-lib 6.6.29 → 6.6.30

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
@@ -7780,10 +7780,8 @@ interface BulkUpdateStatusEmailManagerDto {
7780
7780
  status: EStatusEmailManager;
7781
7781
  }
7782
7782
  interface CreateProxyAddToEmailDto {
7783
- accountEmailId: string;
7784
7783
  typeProxy: ETypeProxy;
7785
7784
  proxyFormat: string;
7786
- typeNewIp: EStatusProxyNewIP.Error;
7787
7785
  }
7788
7786
  interface FindEmailRawManagerLogDetailDto {
7789
7787
  id: string;
package/dist/index.d.ts CHANGED
@@ -7780,10 +7780,8 @@ interface BulkUpdateStatusEmailManagerDto {
7780
7780
  status: EStatusEmailManager;
7781
7781
  }
7782
7782
  interface CreateProxyAddToEmailDto {
7783
- accountEmailId: string;
7784
7783
  typeProxy: ETypeProxy;
7785
7784
  proxyFormat: string;
7786
- typeNewIp: EStatusProxyNewIP.Error;
7787
7785
  }
7788
7786
  interface FindEmailRawManagerLogDetailDto {
7789
7787
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.29",
3
+ "version": "6.6.30",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",