automation-lib 5.1.559 → 5.1.561
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 +10 -10
- package/dist/index.d.ts +10 -10
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4845,14 +4845,14 @@ declare namespace index$1 {
|
|
|
4845
4845
|
}
|
|
4846
4846
|
|
|
4847
4847
|
interface IFindBaseDto {
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
|
|
4851
|
-
|
|
4852
|
-
|
|
4853
|
-
|
|
4854
|
-
|
|
4855
|
-
|
|
4848
|
+
departmentCreator?: IDepartment;
|
|
4849
|
+
departmentCreatorName?: string;
|
|
4850
|
+
leaderCreator?: IUser;
|
|
4851
|
+
leaderCreatorName?: string;
|
|
4852
|
+
teamCreator?: ITeam;
|
|
4853
|
+
teamCreatorName?: string;
|
|
4854
|
+
userCreator?: IUser;
|
|
4855
|
+
userCreatorName?: string;
|
|
4856
4856
|
createdByName?: string;
|
|
4857
4857
|
updatedByName?: string;
|
|
4858
4858
|
}
|
|
@@ -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
|
@@ -4845,14 +4845,14 @@ declare namespace index$1 {
|
|
|
4845
4845
|
}
|
|
4846
4846
|
|
|
4847
4847
|
interface IFindBaseDto {
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
|
|
4851
|
-
|
|
4852
|
-
|
|
4853
|
-
|
|
4854
|
-
|
|
4855
|
-
|
|
4848
|
+
departmentCreator?: IDepartment;
|
|
4849
|
+
departmentCreatorName?: string;
|
|
4850
|
+
leaderCreator?: IUser;
|
|
4851
|
+
leaderCreatorName?: string;
|
|
4852
|
+
teamCreator?: ITeam;
|
|
4853
|
+
teamCreatorName?: string;
|
|
4854
|
+
userCreator?: IUser;
|
|
4855
|
+
userCreatorName?: string;
|
|
4856
4856
|
createdByName?: string;
|
|
4857
4857
|
updatedByName?: string;
|
|
4858
4858
|
}
|
|
@@ -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[];
|