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 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.170",
3
+ "version": "5.1.171",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",