mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +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:
@ -3207,6 +3207,7 @@ pub enum ApiVersion {
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub enum EntityType {
|
||||
Tenant = 3,
|
||||
Organization = 2,
|
||||
Merchant = 1,
|
||||
Profile = 0,
|
||||
|
||||
Reference in New Issue
Block a user