feat(roles): Add caching for custom roles (#3946)

This commit is contained in:
Mani Chandra
2024-03-05 18:56:09 +05:30
committed by GitHub
parent f6f6a0c0f7
commit 19c502398f
12 changed files with 191 additions and 31 deletions

View File

@ -128,8 +128,6 @@ pub struct SwitchMerchantIdRequest {
pub merchant_id: String,
}
pub type SwitchMerchantResponse = DashboardEntryResponse;
#[derive(serde::Deserialize, Debug, serde::Serialize)]
pub struct CreateInternalUserRequest {
pub name: Secret<String>,