@avallon-labs/sdk 19.1.0-staging.444 → 19.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6114,7 +6114,7 @@ declare const useGetVoiceAgent: <TError = ErrorType<ErrorResponse>>(voiceAgentId
|
|
|
6114
6114
|
/**
|
|
6115
6115
|
* Update a voice agent's name or call processor.
|
|
6116
6116
|
|
|
6117
|
-
|
|
6117
|
+
To change the processor assignment, `call_processor_id` and `call_processor_type` must be provided together. Set `call_processor_id` to `null` to detach (`call_processor_type` is still required).
|
|
6118
6118
|
* @summary Update voice agent
|
|
6119
6119
|
*/
|
|
6120
6120
|
declare const getUpdateVoiceAgentUrl: (voiceAgentId: string) => string;
|