automation-lib 5.3.4 → 5.3.6
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -8950,7 +8950,7 @@ interface FindOverviewAccountEmailDto {
|
|
|
8950
8950
|
totalNiches: number;
|
|
8951
8951
|
}
|
|
8952
8952
|
interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
|
|
8953
|
-
listProxyProvider:
|
|
8953
|
+
listProxyProvider: string[];
|
|
8954
8954
|
listProxyType: ETypeProxy[];
|
|
8955
8955
|
listProxy: IProxy[];
|
|
8956
8956
|
tagWorks?: {
|
|
@@ -8983,7 +8983,7 @@ interface FilterAccountEmailDto extends IFilterBaseDto {
|
|
|
8983
8983
|
ideas: string[];
|
|
8984
8984
|
niches: string[];
|
|
8985
8985
|
proxyType: ETypeProxy[];
|
|
8986
|
-
proxyProvider:
|
|
8986
|
+
proxyProvider: string[];
|
|
8987
8987
|
listAISynchronized: EEmailTagType[];
|
|
8988
8988
|
}
|
|
8989
8989
|
|
package/dist/index.d.ts
CHANGED
|
@@ -8950,7 +8950,7 @@ interface FindOverviewAccountEmailDto {
|
|
|
8950
8950
|
totalNiches: number;
|
|
8951
8951
|
}
|
|
8952
8952
|
interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
|
|
8953
|
-
listProxyProvider:
|
|
8953
|
+
listProxyProvider: string[];
|
|
8954
8954
|
listProxyType: ETypeProxy[];
|
|
8955
8955
|
listProxy: IProxy[];
|
|
8956
8956
|
tagWorks?: {
|
|
@@ -8983,7 +8983,7 @@ interface FilterAccountEmailDto extends IFilterBaseDto {
|
|
|
8983
8983
|
ideas: string[];
|
|
8984
8984
|
niches: string[];
|
|
8985
8985
|
proxyType: ETypeProxy[];
|
|
8986
|
-
proxyProvider:
|
|
8986
|
+
proxyProvider: string[];
|
|
8987
8987
|
listAISynchronized: EEmailTagType[];
|
|
8988
8988
|
}
|
|
8989
8989
|
|