chore: generate client

This commit is contained in:
Abhishek Kumar 2026-07-20 21:22:42 +05:30
parent 9458fdb67e
commit 70e866bd3e
2 changed files with 16 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# generated by datamodel-codegen:
# filename: dograh-openapi-XXXXXX.json.lCHmKR9UAf
# timestamp: 2026-07-20T14:09:14+00:00
# filename: dograh-openapi-XXXXXX.json.XxKaWUL4jA
# timestamp: 2026-07-20T15:51:54+00:00
from __future__ import annotations

View file

@ -4054,6 +4054,12 @@ export type OpenAiRealtimeLlmConfiguration = {
* Voice the model speaks in.
*/
voice?: string;
/**
* Language
*
* ISO 639-1 language code for input audio transcription (e.g. 'pt', 'es'). Improves transcription accuracy and latency. Leave unset to auto-detect.
*/
language?: string | null;
};
/**
@ -8901,10 +8907,14 @@ export type GetWorkflowRunsApiV1WorkflowWorkflowIdRunsGetData = {
query?: {
/**
* Page
*
* Page number (starts from 1)
*/
page?: number;
/**
* Limit
*
* Number of items per page
*/
limit?: number;
/**
@ -10172,10 +10182,14 @@ export type GetCampaignRunsApiV1CampaignCampaignIdRunsGetData = {
query?: {
/**
* Page
*
* Page number (starts from 1)
*/
page?: number;
/**
* Limit
*
* Number of items per page
*/
limit?: number;
/**