mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
refactor: introduce a domain type for profile ID (#5687)
This commit is contained in:
@ -35,6 +35,9 @@ pub enum ApiEventsType {
|
||||
Customer {
|
||||
customer_id: id_type::CustomerId,
|
||||
},
|
||||
BusinessProfile {
|
||||
profile_id: id_type::ProfileId,
|
||||
},
|
||||
User {
|
||||
user_id: String,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user