feat(analytics): refactor and rewrite authentication related analytics (#7433)

Co-authored-by: Sandeep Kumar <sandeep.kumar@Sandeep-Kumar-LVF93XQXPC.local>
This commit is contained in:
Sandeep Kumar
2025-03-06 16:31:31 +05:30
committed by GitHub
parent ea817060cf
commit 1ff273e137
18 changed files with 199 additions and 194 deletions

View File

@ -19,6 +19,7 @@ use api_models::{
},
refunds::RefundStatus,
};
use common_enums::{AuthenticationStatus, TransactionStatus};
use common_utils::{
errors::{CustomResult, ParsingError},
id_type::{MerchantId, OrganizationId, ProfileId},
@ -502,6 +503,8 @@ impl_to_sql_for_to_string!(
Currency,
RefundType,
FrmTransactionType,
TransactionStatus,
AuthenticationStatus,
Flow,
&String,
&bool,