mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(themes): Create APIs for managing themes (#6658)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -259,7 +259,13 @@ impl From<Flow> for ApiIdentifier {
|
||||
| Flow::ListMerchantsForUserInOrg
|
||||
| Flow::ListProfileForUserInOrgAndMerchant
|
||||
| Flow::ListInvitationsForUser
|
||||
| Flow::AuthSelect => Self::User,
|
||||
| Flow::AuthSelect
|
||||
| Flow::GetThemeUsingLineage
|
||||
| Flow::GetThemeUsingThemeId
|
||||
| Flow::UploadFileToThemeStorage
|
||||
| Flow::CreateTheme
|
||||
| Flow::UpdateTheme
|
||||
| Flow::DeleteTheme => Self::User,
|
||||
|
||||
Flow::ListRolesV2
|
||||
| Flow::ListInvitableRolesAtEntityLevel
|
||||
|
||||
Reference in New Issue
Block a user