mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +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:
@ -483,6 +483,18 @@ pub enum Flow {
|
||||
ListUsersInLineage,
|
||||
/// List invitations for user
|
||||
ListInvitationsForUser,
|
||||
/// Get theme using lineage
|
||||
GetThemeUsingLineage,
|
||||
/// Get theme using theme id
|
||||
GetThemeUsingThemeId,
|
||||
/// Upload file to theme storage
|
||||
UploadFileToThemeStorage,
|
||||
/// Create theme
|
||||
CreateTheme,
|
||||
/// Update theme
|
||||
UpdateTheme,
|
||||
/// Delete theme
|
||||
DeleteTheme,
|
||||
/// List initial webhook delivery attempts
|
||||
WebhookEventInitialDeliveryAttemptList,
|
||||
/// List delivery attempts for a webhook event
|
||||
|
||||
Reference in New Issue
Block a user