automation-lib 5.1.560 → 5.1.562
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 +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4857,10 +4857,10 @@ interface IFindBaseDto {
|
|
|
4857
4857
|
updatedByName?: string;
|
|
4858
4858
|
}
|
|
4859
4859
|
interface IFilterBaseDto {
|
|
4860
|
-
|
|
4861
|
-
|
|
4862
|
-
|
|
4863
|
-
|
|
4860
|
+
department: string[];
|
|
4861
|
+
leader: string[];
|
|
4862
|
+
team: string[];
|
|
4863
|
+
user: string[];
|
|
4864
4864
|
createdBy: string[];
|
|
4865
4865
|
updatedBy: string[];
|
|
4866
4866
|
createdAt: [Date, Date];
|
package/dist/index.d.ts
CHANGED
|
@@ -4857,10 +4857,10 @@ interface IFindBaseDto {
|
|
|
4857
4857
|
updatedByName?: string;
|
|
4858
4858
|
}
|
|
4859
4859
|
interface IFilterBaseDto {
|
|
4860
|
-
|
|
4861
|
-
|
|
4862
|
-
|
|
4863
|
-
|
|
4860
|
+
department: string[];
|
|
4861
|
+
leader: string[];
|
|
4862
|
+
team: string[];
|
|
4863
|
+
user: string[];
|
|
4864
4864
|
createdBy: string[];
|
|
4865
4865
|
updatedBy: string[];
|
|
4866
4866
|
createdAt: [Date, Date];
|