automation-lib 5.1.559 → 5.1.560

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
@@ -8515,11 +8515,11 @@ interface FilterAccountEmailDto extends IFilterBaseDto {
8515
8515
  updatedBy: string[];
8516
8516
  createdAt: [Date, Date];
8517
8517
  updatedAt: [Date, Date];
8518
+ ideas: string[];
8519
+ niches: string[];
8518
8520
  email: string[];
8519
8521
  emailRecover: string[];
8520
8522
  status: EStatusEmail[];
8521
- ideas: string[];
8522
- niches: string[];
8523
8523
  proxy: string[];
8524
8524
  tagContent: EEmailTagType[];
8525
8525
  tagImage: EEmailTagType[];
package/dist/index.d.ts CHANGED
@@ -8515,11 +8515,11 @@ interface FilterAccountEmailDto extends IFilterBaseDto {
8515
8515
  updatedBy: string[];
8516
8516
  createdAt: [Date, Date];
8517
8517
  updatedAt: [Date, Date];
8518
+ ideas: string[];
8519
+ niches: string[];
8518
8520
  email: string[];
8519
8521
  emailRecover: string[];
8520
8522
  status: EStatusEmail[];
8521
- ideas: string[];
8522
- niches: string[];
8523
8523
  proxy: string[];
8524
8524
  tagContent: EEmailTagType[];
8525
8525
  tagImage: EEmailTagType[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.559",
3
+ "version": "5.1.560",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",