automation-lib 5.1.304 → 5.1.305
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 +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -9091,7 +9091,6 @@ interface FindTeamDto extends Omit<IFindBaseDto, 'department' | 'leader'>, ITeam
|
|
|
9091
9091
|
}
|
|
9092
9092
|
interface FilterTeamDto extends IFilterBaseDto {
|
|
9093
9093
|
department: string[];
|
|
9094
|
-
listTypeSocials: ETypeSocial[];
|
|
9095
9094
|
leader: string[];
|
|
9096
9095
|
status: EStatusTeam[];
|
|
9097
9096
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -9091,7 +9091,6 @@ interface FindTeamDto extends Omit<IFindBaseDto, 'department' | 'leader'>, ITeam
|
|
|
9091
9091
|
}
|
|
9092
9092
|
interface FilterTeamDto extends IFilterBaseDto {
|
|
9093
9093
|
department: string[];
|
|
9094
|
-
listTypeSocials: ETypeSocial[];
|
|
9095
9094
|
leader: string[];
|
|
9096
9095
|
status: EStatusTeam[];
|
|
9097
9096
|
}
|