mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +08:00
feat(analytics): add support for multiple emails as input to forward reports (#6776)
This commit is contained in:
@ -114,6 +114,7 @@ pub struct RefundDistributionBody {
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct ReportRequest {
|
||||
pub time_range: TimeRange,
|
||||
pub emails: Option<Vec<Secret<String, EmailStrategy>>>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user