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
|
|
@ -3344,6 +3344,16 @@ export type ValidationError = {
|
|||
* Error Type
|
||||
*/
|
||||
type: string;
|
||||
/**
|
||||
* Input
|
||||
*/
|
||||
input?: unknown;
|
||||
/**
|
||||
* Context
|
||||
*/
|
||||
ctx?: {
|
||||
[key: string]: unknown;
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
@ -3818,6 +3828,10 @@ export type WorkflowRunUsageResponse = {
|
|||
* Phone Number
|
||||
*/
|
||||
phone_number?: string | null;
|
||||
/**
|
||||
* Call Type
|
||||
*/
|
||||
call_type?: string | null;
|
||||
/**
|
||||
* Disposition
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue