automation-lib 5.1.481 → 5.1.483

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
@@ -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> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.481",
3
+ "version": "5.1.483",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",