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 +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
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;
|