commit so i can pull in fixes from master

This commit is contained in:
Austin Alvarado
2024-02-09 05:31:46 +00:00
parent fa9743be6a
commit adf3577f0e
7 changed files with 167 additions and 8 deletions

View File

@@ -22,6 +22,8 @@ pub struct GetUserDetails;
pub type User = get_user_details::GetUserDetailsUser;
pub type Group = get_user_details::GetUserDetailsUserGroups;
pub type Attribute = get_user_details::GetUserDetailsUserAttributes;
pub type AttributeSchema = get_user_details::GetUserDetailsUserAttributesSchema;
pub struct UserDetails {
common: CommonComponentParts<Self>,