automation-lib 5.1.481 → 5.1.482
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -9871,6 +9871,9 @@ interface FindRoleDto extends IFindBaseDto, IRole {
|
|
|
9871
9871
|
};
|
|
9872
9872
|
}
|
|
9873
9873
|
interface FilterRoleDto extends IFilterBaseDto {
|
|
9874
|
+
departments: string[];
|
|
9875
|
+
teams: string[];
|
|
9876
|
+
users: string[];
|
|
9874
9877
|
}
|
|
9875
9878
|
|
|
9876
9879
|
interface CreateUserDto extends Partial<IUser> {
|
package/dist/index.d.ts
CHANGED
|
@@ -9871,6 +9871,9 @@ interface FindRoleDto extends IFindBaseDto, IRole {
|
|
|
9871
9871
|
};
|
|
9872
9872
|
}
|
|
9873
9873
|
interface FilterRoleDto extends IFilterBaseDto {
|
|
9874
|
+
departments: string[];
|
|
9875
|
+
teams: string[];
|
|
9876
|
+
users: string[];
|
|
9874
9877
|
}
|
|
9875
9878
|
|
|
9876
9879
|
interface CreateUserDto extends Partial<IUser> {
|