mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat(analytics): modified authentication queries and added generate report for authentications (#7483)
Co-authored-by: Sandeep Kumar <sandeep.kumar@Sandeep-Kumar-LVF93XQXPC.local>
This commit is contained in:
@ -1123,6 +1123,7 @@ pub struct ReportConfig {
|
||||
pub payment_function: String,
|
||||
pub refund_function: String,
|
||||
pub dispute_function: String,
|
||||
pub authentication_function: String,
|
||||
pub region: String,
|
||||
}
|
||||
|
||||
@ -1151,6 +1152,7 @@ pub enum AnalyticsFlow {
|
||||
GeneratePaymentReport,
|
||||
GenerateDisputeReport,
|
||||
GenerateRefundReport,
|
||||
GenerateAuthenticationReport,
|
||||
GetApiEventMetrics,
|
||||
GetApiEventFilters,
|
||||
GetConnectorEvents,
|
||||
|
||||
Reference in New Issue
Block a user