automation-lib 5.1.486 → 5.1.488

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
@@ -9819,11 +9819,13 @@ interface UpdateTeamDto extends Partial<ITeam> {
9819
9819
  status?: EStatusTeam;
9820
9820
  description?: string;
9821
9821
  }
9822
- interface FindTeamDto extends Omit<IFindBaseDto, "department" | "leader">, ITeam {
9822
+ interface FindTeamDto extends Omit<IFindBaseDto, 'department' | 'leader'>, ITeam {
9823
9823
  }
9824
9824
  interface FilterTeamDto extends IFilterBaseDto {
9825
- department: string[];
9826
- leaders: string[];
9825
+ departmentName: string[];
9826
+ leaderName: string[];
9827
+ teamName: string[];
9828
+ memberName: string[];
9827
9829
  typeSocial: ETypeSocial[];
9828
9830
  status: EStatusTeam[];
9829
9831
  }
package/dist/index.d.ts CHANGED
@@ -9819,11 +9819,13 @@ interface UpdateTeamDto extends Partial<ITeam> {
9819
9819
  status?: EStatusTeam;
9820
9820
  description?: string;
9821
9821
  }
9822
- interface FindTeamDto extends Omit<IFindBaseDto, "department" | "leader">, ITeam {
9822
+ interface FindTeamDto extends Omit<IFindBaseDto, 'department' | 'leader'>, ITeam {
9823
9823
  }
9824
9824
  interface FilterTeamDto extends IFilterBaseDto {
9825
- department: string[];
9826
- leaders: string[];
9825
+ departmentName: string[];
9826
+ leaderName: string[];
9827
+ teamName: string[];
9828
+ memberName: string[];
9827
9829
  typeSocial: ETypeSocial[];
9828
9830
  status: EStatusTeam[];
9829
9831
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.486",
3
+ "version": "5.1.488",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",