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