mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
feat: add transcript and recording public URLs in API
This commit is contained in:
parent
7810923bca
commit
3df5730076
8 changed files with 412 additions and 14 deletions
|
|
@ -4564,6 +4564,14 @@ export type WorkflowRunResponseSchema = {
|
|||
* Recording Url
|
||||
*/
|
||||
recording_url: string | null;
|
||||
/**
|
||||
* Transcript Public Url
|
||||
*/
|
||||
transcript_public_url?: string | null;
|
||||
/**
|
||||
* Recording Public Url
|
||||
*/
|
||||
recording_public_url?: string | null;
|
||||
/**
|
||||
* Public Access Token
|
||||
*/
|
||||
|
|
@ -4717,6 +4725,14 @@ export type WorkflowRunUsageResponse = {
|
|||
* Transcript Url
|
||||
*/
|
||||
transcript_url?: string | null;
|
||||
/**
|
||||
* Recording Public Url
|
||||
*/
|
||||
recording_public_url?: string | null;
|
||||
/**
|
||||
* Transcript Public Url
|
||||
*/
|
||||
transcript_public_url?: string | null;
|
||||
/**
|
||||
* Public Access Token
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue