chore: update documentation for telephony

This commit is contained in:
Abhishek Kumar 2026-05-02 16:59:17 +05:30
parent 7fd3b96470
commit 6ecd5c2fa6
9 changed files with 108 additions and 26 deletions

View file

@ -1,6 +1,6 @@
# generated by datamodel-codegen:
# filename: dograh-openapi-XXXXXX.json.W6Dd8pliVH
# timestamp: 2026-04-25T11:15:04+00:00
# filename: dograh-openapi-XXXXXX.json.b1W2sNrReS
# timestamp: 2026-05-02T11:27:23+00:00
from __future__ import annotations
@ -108,6 +108,9 @@ class InitiateCallRequest(BaseModel):
workflow_id: Annotated[int, Field(title='Workflow Id')]
workflow_run_id: Annotated[int | None, Field(title='Workflow Run Id')] = None
phone_number: Annotated[str | None, Field(title='Phone Number')] = None
telephony_configuration_id: Annotated[
int | None, Field(title='Telephony Configuration Id')
] = None
class NodeCategory(Enum):
@ -260,6 +263,7 @@ class WorkflowResponse(BaseModel):
] = None
version_number: Annotated[int | None, Field(title='Version Number')] = None
version_status: Annotated[str | None, Field(title='Version Status')] = None
workflow_uuid: Annotated[str | None, Field(title='Workflow Uuid')] = None
class DocumentListResponseSchema(BaseModel):