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 CHANGED
@@ -4857,10 +4857,10 @@ interface IFindBaseDto {
4857
4857
  updatedByName?: string;
4858
4858
  }
4859
4859
  interface IFilterBaseDto {
4860
- departmentCreator: string[];
4861
- leaderCreator: string[];
4862
- teamCreator: string[];
4863
- userCreator: string[];
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
- departmentCreator: string[];
4861
- leaderCreator: string[];
4862
- teamCreator: string[];
4863
- userCreator: string[];
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.560",
3
+ "version": "5.1.562",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",