Updates to Revenue report.

This commit is contained in:
Mike Cao 2025-06-11 23:12:10 -07:00
parent 4995a0e1e4
commit 095d1f2070
19 changed files with 365 additions and 416 deletions

View file

@ -145,6 +145,9 @@ export const utmReportSchema = z.object({
export const revenueReportSchema = z.object({
type: z.literal('revenue'),
parameters: z.object({
currency: z.string(),
}),
});
export const attributionReportSchema = z.object({