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 +5 -1
- package/dist/index.d.ts +5 -1
- package/package.json +1 -1
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
|
|
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
|
|
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 {
|