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

@ -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;