feat(user_roles): support switch for new hierarchy (#5692)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Apoorv Dixit
2024-08-28 13:30:07 +05:30
committed by GitHub
parent 771f48cfe0
commit 53b3163881
11 changed files with 559 additions and 27 deletions

View File

@ -133,8 +133,3 @@ pub struct AcceptInvitationRequest {
pub struct DeleteUserRoleRequest {
pub email: pii::Email,
}
#[derive(Debug, serde::Deserialize, serde::Serialize)]
pub struct TransferOrgOwnershipRequest {
pub email: pii::Email,
}