mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +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")]
|
#[serde(rename_all = "camelCase")]
|
||||||
pub struct ReportRequest {
|
pub struct ReportRequest {
|
||||||
pub time_range: TimeRange,
|
pub time_range: TimeRange,
|
||||||
|
pub emails: Option<Vec<Secret<String, EmailStrategy>>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
|
#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
|
||||||
|
|||||||
Reference in New Issue
Block a user