fix: allow cross subdomain cookies at posthog

This commit is contained in:
Sabiha Khan 2026-04-17 11:31:10 +05:30
parent 1d0a7cd2d8
commit c930af181c
6 changed files with 39 additions and 7 deletions

View file

@ -48,6 +48,7 @@ class WorkflowRunUsageResponse(BaseModel):
recording_url: Optional[str] = None
transcript_url: Optional[str] = None
phone_number: Optional[str] = None
call_type: Optional[str] = None
disposition: Optional[str] = None
initial_context: Optional[Dict[str, Any]] = None
gathered_context: Optional[Dict[str, Any]] = None