mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-16 08:25:18 +02:00
chore: update documentation for telephony
This commit is contained in:
parent
7fd3b96470
commit
6ecd5c2fa6
9 changed files with 108 additions and 26 deletions
|
|
@ -430,6 +430,8 @@ export interface components {
|
|||
workflow_run_id?: number | null;
|
||||
/** Phone Number */
|
||||
phone_number?: string | null;
|
||||
/** Telephony Configuration Id */
|
||||
telephony_configuration_id?: number | null;
|
||||
};
|
||||
/**
|
||||
* NodeCategory
|
||||
|
|
@ -738,6 +740,8 @@ export interface components {
|
|||
version_number?: number | null;
|
||||
/** Version Status */
|
||||
version_status?: string | null;
|
||||
/** Workflow Uuid */
|
||||
workflow_uuid?: string | null;
|
||||
};
|
||||
};
|
||||
responses: never;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue