automation-lib 5.1.563 → 5.1.565

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
@@ -8491,6 +8491,7 @@ interface FindOverviewAccountEmailDto {
8491
8491
  }
8492
8492
  interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
8493
8493
  provider: string;
8494
+ listProxyType: ETypeProxy[];
8494
8495
  listProxy: IProxy[];
8495
8496
  tagWorks?: {
8496
8497
  idea: IManagerWork;
@@ -8515,15 +8516,13 @@ interface FilterAccountEmailDto extends IFilterBaseDto {
8515
8516
  updatedBy: string[];
8516
8517
  createdAt: [Date, Date];
8517
8518
  updatedAt: [Date, Date];
8518
- ideas: string[];
8519
- niches: string[];
8520
8519
  email: string[];
8521
8520
  emailRecover: string[];
8522
8521
  status: EStatusEmail[];
8522
+ typeProxy: ETypeProxy[];
8523
+ ideas: string[];
8524
+ niches: string[];
8523
8525
  proxy: string[];
8524
- tagContent: EEmailTagType[];
8525
- tagImage: EEmailTagType[];
8526
- tagVoice: EEmailTagType[];
8527
8526
  listAISynchronized: EEmailTagType[];
8528
8527
  }
8529
8528
 
package/dist/index.d.ts CHANGED
@@ -8491,6 +8491,7 @@ interface FindOverviewAccountEmailDto {
8491
8491
  }
8492
8492
  interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
8493
8493
  provider: string;
8494
+ listProxyType: ETypeProxy[];
8494
8495
  listProxy: IProxy[];
8495
8496
  tagWorks?: {
8496
8497
  idea: IManagerWork;
@@ -8515,15 +8516,13 @@ interface FilterAccountEmailDto extends IFilterBaseDto {
8515
8516
  updatedBy: string[];
8516
8517
  createdAt: [Date, Date];
8517
8518
  updatedAt: [Date, Date];
8518
- ideas: string[];
8519
- niches: string[];
8520
8519
  email: string[];
8521
8520
  emailRecover: string[];
8522
8521
  status: EStatusEmail[];
8522
+ typeProxy: ETypeProxy[];
8523
+ ideas: string[];
8524
+ niches: string[];
8523
8525
  proxy: string[];
8524
- tagContent: EEmailTagType[];
8525
- tagImage: EEmailTagType[];
8526
- tagVoice: EEmailTagType[];
8527
8526
  listAISynchronized: EEmailTagType[];
8528
8527
  }
8529
8528
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.563",
3
+ "version": "5.1.565",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",