Skip to content

Commit

Permalink
feat(analytics): add support for multiple emails as input to forward …
Browse files Browse the repository at this point in the history
…reports (#6776)
  • Loading branch information
tsdk02 authored Dec 10, 2024
1 parent 1aa4ad6 commit 3df4233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/api_models/src/analytics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 3df4233

Please sign in to comment.