mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(users): add support for tenant level users (#6708)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -361,6 +361,8 @@ pub enum Flow {
|
||||
VerifyPaymentConnector,
|
||||
/// Internal user signup
|
||||
InternalUserSignup,
|
||||
/// Create tenant level user
|
||||
TenantUserCreate,
|
||||
/// Switch org
|
||||
SwitchOrg,
|
||||
/// Switch merchant v2
|
||||
@ -391,6 +393,8 @@ pub enum Flow {
|
||||
UpdateUserRole,
|
||||
/// Create merchant account for user in a org
|
||||
UserMerchantAccountCreate,
|
||||
/// Create Org in a given tenancy
|
||||
UserOrgMerchantCreate,
|
||||
/// Generate Sample Data
|
||||
GenerateSampleData,
|
||||
/// Delete Sample Data
|
||||
|
||||
Reference in New Issue
Block a user