Fix test failures and workload/websocket behavior
This commit is contained in:
@@ -48,3 +48,12 @@ class GenerateReportResponse(BaseModel):
|
||||
message: str
|
||||
report_id: str
|
||||
summary: ReportSummary
|
||||
|
||||
|
||||
class WeeklyReportSubscription(BaseModel):
|
||||
is_active: bool
|
||||
last_sent_at: Optional[datetime] = None
|
||||
|
||||
|
||||
class WeeklyReportSubscriptionUpdate(BaseModel):
|
||||
is_active: bool
|
||||
|
||||
Reference in New Issue
Block a user