automation-lib 5.1.303 → 5.1.304

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
@@ -9089,7 +9089,11 @@ interface UpdateTeamDto extends Partial<ITeam> {
9089
9089
  }
9090
9090
  interface FindTeamDto extends Omit<IFindBaseDto, 'department' | 'leader'>, ITeam {
9091
9091
  }
9092
- interface FilterTeamDto extends IFilterBaseDto, Omit<ITeam, TOmitFilterDto> {
9092
+ interface FilterTeamDto extends IFilterBaseDto {
9093
+ department: string[];
9094
+ listTypeSocials: ETypeSocial[];
9095
+ leader: string[];
9096
+ status: EStatusTeam[];
9093
9097
  }
9094
9098
 
9095
9099
  interface CreateRoleDto extends IRole {
package/dist/index.d.ts CHANGED
@@ -9089,7 +9089,11 @@ interface UpdateTeamDto extends Partial<ITeam> {
9089
9089
  }
9090
9090
  interface FindTeamDto extends Omit<IFindBaseDto, 'department' | 'leader'>, ITeam {
9091
9091
  }
9092
- interface FilterTeamDto extends IFilterBaseDto, Omit<ITeam, TOmitFilterDto> {
9092
+ interface FilterTeamDto extends IFilterBaseDto {
9093
+ department: string[];
9094
+ listTypeSocials: ETypeSocial[];
9095
+ leader: string[];
9096
+ status: EStatusTeam[];
9093
9097
  }
9094
9098
 
9095
9099
  interface CreateRoleDto extends IRole {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.303",
3
+ "version": "5.1.304",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",