mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-19 08:28:10 +02:00
fix: allow cross subdomain cookies at posthog (#243)
This commit is contained in:
parent
1d0a7cd2d8
commit
5ecc0d4da9
6 changed files with 39 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue