automation-lib 5.1.170 → 5.1.171
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 +6 -0
- package/dist/index.d.ts +6 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -4003,6 +4003,12 @@ interface IFilterBaseDto {
|
|
4003
4003
|
user: string;
|
4004
4004
|
createdBy: string;
|
4005
4005
|
updatedBy: string;
|
4006
|
+
listTeams: string[];
|
4007
|
+
listLeaders: string[];
|
4008
|
+
listDepartments: string[];
|
4009
|
+
listUsers: string[];
|
4010
|
+
listCreatedBy: string[];
|
4011
|
+
listUpdatedBy: string[];
|
4006
4012
|
createdAt: [Date, Date];
|
4007
4013
|
updatedAt: [Date, Date];
|
4008
4014
|
}
|
package/dist/index.d.ts
CHANGED
@@ -4003,6 +4003,12 @@ interface IFilterBaseDto {
|
|
4003
4003
|
user: string;
|
4004
4004
|
createdBy: string;
|
4005
4005
|
updatedBy: string;
|
4006
|
+
listTeams: string[];
|
4007
|
+
listLeaders: string[];
|
4008
|
+
listDepartments: string[];
|
4009
|
+
listUsers: string[];
|
4010
|
+
listCreatedBy: string[];
|
4011
|
+
listUpdatedBy: string[];
|
4006
4012
|
createdAt: [Date, Date];
|
4007
4013
|
updatedAt: [Date, Date];
|
4008
4014
|
}
|