refactor(analytics): Create new permissions for Generate Report APIs (#5178)

This commit is contained in:
Mani Chandra
2024-07-11 13:39:01 +05:30
committed by GitHub
parent 66ac1584df
commit 998ce02ebc
5 changed files with 16 additions and 8 deletions

View File

@ -35,6 +35,7 @@ pub enum Permission {
PayoutWrite,
PayoutRead,
WebhookEventWrite,
GenerateReport,
}
#[derive(Debug, serde::Serialize)]