mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
refactor(router): Introduce ApiKeyId id type (#6324)
This commit is contained in:
@ -45,6 +45,9 @@ pub enum ApiEventsType {
|
||||
BusinessProfile {
|
||||
profile_id: id_type::ProfileId,
|
||||
},
|
||||
ApiKey {
|
||||
key_id: id_type::ApiKeyId,
|
||||
},
|
||||
User {
|
||||
user_id: String,
|
||||
},
|
||||
@ -130,10 +133,6 @@ impl_api_event_type!(
|
||||
(
|
||||
String,
|
||||
id_type::MerchantId,
|
||||
(id_type::MerchantId, String),
|
||||
(id_type::MerchantId, &String),
|
||||
(&id_type::MerchantId, &String),
|
||||
(&String, &String),
|
||||
(Option<i64>, Option<i64>, String),
|
||||
(Option<i64>, Option<i64>, id_type::MerchantId),
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user