@elevenlabs/elevenlabs-js 2.47.0 → 2.48.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/.fern/metadata.json +1 -1
- package/BaseClient.js +2 -2
- package/api/resources/conversationalAi/conversation/Conversation.js +1 -0
- package/api/resources/conversationalAi/conversation/ConversationConfig.d.ts +2 -0
- package/api/resources/conversationalAi/conversation/events.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +3 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.js +7 -2
- package/api/resources/conversationalAi/resources/agents/resources/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/index.js +2 -1
- package/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.d.ts +27 -0
- package/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.js +116 -0
- package/api/resources/conversationalAi/resources/agents/resources/versions/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/versions/client/index.js +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/versions/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/versions/index.js +17 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +5 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +2 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +5 -1
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +2 -0
- package/api/resources/workspace/resources/authConnections/client/Client.d.ts +16 -0
- package/api/resources/workspace/resources/authConnections/client/Client.js +63 -0
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +4 -1
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +16 -0
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +3 -0
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +40 -0
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +3 -0
- package/api/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
- package/api/resources/workspace/resources/authConnections/types/index.js +2 -0
- package/api/types/AgentAlertingMonitorConfig.d.ts +2 -0
- package/api/types/AgentAlertingSettings.d.ts +2 -0
- package/api/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
- package/api/types/ConversationInitiationSource.d.ts +1 -0
- package/api/types/ConversationInitiationSource.js +1 -0
- package/api/types/CreateBearerAuthRequest.d.ts +8 -0
- package/api/types/CreateBearerAuthRequest.js +3 -0
- package/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -0
- package/api/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +2 -0
- package/api/types/InboundSipTrunkConfigRequestModel.d.ts +2 -0
- package/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
- package/api/types/ListCustomerFacingAgentsParams.d.ts +11 -0
- package/api/types/ListCustomerFacingAgentsParams.js +3 -0
- package/api/types/ListSpeechEnginesResponse.d.ts +1 -0
- package/api/types/Llm.d.ts +2 -0
- package/api/types/Llm.js +2 -0
- package/api/types/LoadProcedureToolConfig.d.ts +4 -0
- package/api/types/LoadProcedureToolConfig.js +3 -0
- package/api/types/LoadProcedureToolErrorStatus.d.ts +5 -0
- package/api/types/LoadProcedureToolErrorStatus.js +8 -0
- package/api/types/OAuth2ClientCredsResponse.d.ts +2 -0
- package/api/types/OutboundSipTrunkConfigRequestModel.d.ts +2 -0
- package/api/types/ProcedureAtVersion.d.ts +12 -0
- package/api/types/ProcedureAtVersion.js +3 -0
- package/api/types/ProcedureCompilerMode.d.ts +5 -1
- package/api/types/ProcedureCompilerMode.js +5 -0
- package/api/types/PromptAgentApiModelInput.d.ts +1 -1
- package/api/types/PromptAgentApiModelOutput.d.ts +1 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/api/types/SlackBotAuthResponse.d.ts +10 -0
- package/api/types/SlackBotAuthResponse.js +3 -0
- package/api/types/SpeechEngineResponse.d.ts +11 -0
- package/api/types/SpeechEngineSummaryResponse.d.ts +3 -1
- package/api/types/SystemToolConfigInputParams.d.ts +4 -1
- package/api/types/SystemToolConfigOutputParams.d.ts +4 -1
- package/api/types/UpdateBasicAuthRequest.d.ts +5 -0
- package/api/types/UpdateBasicAuthRequest.js +3 -0
- package/api/types/UpdateOAuth2ClientCredsRequest.d.ts +9 -0
- package/api/types/UpdateOAuth2ClientCredsRequest.js +3 -0
- package/api/types/UpdateOAuth2JwtRequest.d.ts +14 -0
- package/api/types/UpdateOAuth2JwtRequest.js +3 -0
- package/api/types/UpdateOAuth2JwtRequestAlgorithm.d.ts +9 -0
- package/api/types/UpdateOAuth2JwtRequestAlgorithm.js +12 -0
- package/api/types/UpdateOAuth2JwtRequestTokenResponseField.d.ts +5 -0
- package/api/types/UpdateOAuth2JwtRequestTokenResponseField.js +8 -0
- package/api/types/WorkspaceResourceType.d.ts +2 -0
- package/api/types/WorkspaceResourceType.js +2 -0
- package/api/types/index.d.ts +11 -0
- package/api/types/index.js +11 -0
- package/dist/BaseClient.js +2 -2
- package/dist/api/resources/conversationalAi/conversation/Conversation.js +1 -0
- package/dist/api/resources/conversationalAi/conversation/ConversationConfig.d.ts +2 -0
- package/dist/api/resources/conversationalAi/conversation/events.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +7 -2
- package/dist/api/resources/conversationalAi/resources/agents/resources/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/index.js +2 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.d.ts +27 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.js +116 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/versions/client/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/versions/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/versions/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +5 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +5 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +2 -0
- package/dist/api/resources/workspace/resources/authConnections/client/Client.d.ts +16 -0
- package/dist/api/resources/workspace/resources/authConnections/client/Client.js +63 -0
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +4 -1
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +16 -0
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +3 -0
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +40 -0
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +3 -0
- package/dist/api/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
- package/dist/api/resources/workspace/resources/authConnections/types/index.js +2 -0
- package/dist/api/types/AgentAlertingMonitorConfig.d.ts +2 -0
- package/dist/api/types/AgentAlertingSettings.d.ts +2 -0
- package/dist/api/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
- package/dist/api/types/ConversationInitiationSource.d.ts +1 -0
- package/dist/api/types/ConversationInitiationSource.js +1 -0
- package/dist/api/types/CreateBearerAuthRequest.d.ts +8 -0
- package/dist/api/types/CreateBearerAuthRequest.js +3 -0
- package/dist/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -0
- package/dist/api/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +2 -0
- package/dist/api/types/InboundSipTrunkConfigRequestModel.d.ts +2 -0
- package/dist/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
- package/dist/api/types/ListCustomerFacingAgentsParams.d.ts +11 -0
- package/dist/api/types/ListCustomerFacingAgentsParams.js +3 -0
- package/dist/api/types/ListSpeechEnginesResponse.d.ts +1 -0
- package/dist/api/types/Llm.d.ts +2 -0
- package/dist/api/types/Llm.js +2 -0
- package/dist/api/types/LoadProcedureToolConfig.d.ts +4 -0
- package/dist/api/types/LoadProcedureToolConfig.js +3 -0
- package/dist/api/types/LoadProcedureToolErrorStatus.d.ts +5 -0
- package/dist/api/types/LoadProcedureToolErrorStatus.js +8 -0
- package/dist/api/types/OAuth2ClientCredsResponse.d.ts +2 -0
- package/dist/api/types/OutboundSipTrunkConfigRequestModel.d.ts +2 -0
- package/dist/api/types/ProcedureAtVersion.d.ts +12 -0
- package/dist/api/types/ProcedureAtVersion.js +3 -0
- package/dist/api/types/ProcedureCompilerMode.d.ts +5 -1
- package/dist/api/types/ProcedureCompilerMode.js +5 -0
- package/dist/api/types/PromptAgentApiModelInput.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelOutput.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/dist/api/types/SlackBotAuthResponse.d.ts +10 -0
- package/dist/api/types/SlackBotAuthResponse.js +3 -0
- package/dist/api/types/SpeechEngineResponse.d.ts +11 -0
- package/dist/api/types/SpeechEngineSummaryResponse.d.ts +3 -1
- package/dist/api/types/SystemToolConfigInputParams.d.ts +4 -1
- package/dist/api/types/SystemToolConfigOutputParams.d.ts +4 -1
- package/dist/api/types/UpdateBasicAuthRequest.d.ts +5 -0
- package/dist/api/types/UpdateBasicAuthRequest.js +3 -0
- package/dist/api/types/UpdateOAuth2ClientCredsRequest.d.ts +9 -0
- package/dist/api/types/UpdateOAuth2ClientCredsRequest.js +3 -0
- package/dist/api/types/UpdateOAuth2JwtRequest.d.ts +14 -0
- package/dist/api/types/UpdateOAuth2JwtRequest.js +3 -0
- package/dist/api/types/UpdateOAuth2JwtRequestAlgorithm.d.ts +9 -0
- package/dist/api/types/UpdateOAuth2JwtRequestAlgorithm.js +12 -0
- package/dist/api/types/UpdateOAuth2JwtRequestTokenResponseField.d.ts +5 -0
- package/dist/api/types/UpdateOAuth2JwtRequestTokenResponseField.js +8 -0
- package/dist/api/types/WorkspaceResourceType.d.ts +2 -0
- package/dist/api/types/WorkspaceResourceType.js +2 -0
- package/dist/api/types/index.d.ts +11 -0
- package/dist/api/types/index.js +11 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +5 -1
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +2 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +19 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +51 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +51 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +67 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/index.js +2 -0
- package/dist/serialization/types/AgentAlertingMonitorConfig.d.ts +1 -0
- package/dist/serialization/types/AgentAlertingMonitorConfig.js +1 -0
- package/dist/serialization/types/AgentAlertingSettings.d.ts +1 -0
- package/dist/serialization/types/AgentAlertingSettings.js +1 -0
- package/dist/serialization/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
- package/dist/serialization/types/AudioIsolationHistoryItemResponseModel.js +1 -0
- package/dist/serialization/types/ConversationInitiationSource.d.ts +1 -1
- package/dist/serialization/types/ConversationInitiationSource.js +1 -0
- package/dist/serialization/types/CreateBearerAuthRequest.d.ts +11 -0
- package/dist/serialization/types/CreateBearerAuthRequest.js +43 -0
- package/dist/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.js +1 -0
- package/dist/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.js +1 -0
- package/dist/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +1 -0
- package/dist/serialization/types/InboundSipTrunkConfigRequestModel.js +1 -0
- package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
- package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
- package/dist/serialization/types/ListCustomerFacingAgentsParams.d.ts +9 -0
- package/dist/serialization/types/ListCustomerFacingAgentsParams.js +41 -0
- package/dist/serialization/types/Llm.d.ts +1 -1
- package/dist/serialization/types/Llm.js +2 -0
- package/dist/serialization/types/LoadProcedureToolConfig.d.ts +10 -0
- package/dist/serialization/types/LoadProcedureToolConfig.js +42 -0
- package/dist/serialization/types/LoadProcedureToolErrorStatus.d.ts +7 -0
- package/dist/serialization/types/LoadProcedureToolErrorStatus.js +39 -0
- package/dist/serialization/types/OAuth2ClientCredsResponse.d.ts +1 -0
- package/dist/serialization/types/OAuth2ClientCredsResponse.js +1 -0
- package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +1 -0
- package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.js +1 -0
- package/dist/serialization/types/ProcedureAtVersion.d.ts +13 -0
- package/dist/serialization/types/ProcedureAtVersion.js +45 -0
- package/dist/serialization/types/ProcedureCompilerMode.d.ts +1 -1
- package/dist/serialization/types/ProcedureCompilerMode.js +1 -1
- package/dist/serialization/types/SlackBotAuthResponse.d.ts +13 -0
- package/dist/serialization/types/SlackBotAuthResponse.js +45 -0
- package/dist/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
- package/dist/serialization/types/SystemToolConfigInputParams.js +2 -0
- package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
- package/dist/serialization/types/SystemToolConfigOutputParams.js +2 -0
- package/dist/serialization/types/UpdateBasicAuthRequest.d.ts +11 -0
- package/dist/serialization/types/UpdateBasicAuthRequest.js +43 -0
- package/dist/serialization/types/UpdateOAuth2ClientCredsRequest.d.ts +15 -0
- package/dist/serialization/types/UpdateOAuth2ClientCredsRequest.js +47 -0
- package/dist/serialization/types/UpdateOAuth2JwtRequest.d.ts +21 -0
- package/dist/serialization/types/UpdateOAuth2JwtRequest.js +53 -0
- package/dist/serialization/types/UpdateOAuth2JwtRequestAlgorithm.d.ts +7 -0
- package/dist/serialization/types/UpdateOAuth2JwtRequestAlgorithm.js +39 -0
- package/dist/serialization/types/UpdateOAuth2JwtRequestTokenResponseField.d.ts +7 -0
- package/dist/serialization/types/UpdateOAuth2JwtRequestTokenResponseField.js +39 -0
- package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/dist/serialization/types/WorkspaceResourceType.js +2 -0
- package/dist/serialization/types/index.d.ts +11 -0
- package/dist/serialization/types/index.js +11 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +147 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +5 -1
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +2 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +19 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +51 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.d.ts +51 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateResponse.js +67 -0
- package/serialization/resources/workspace/resources/authConnections/types/index.d.ts +2 -0
- package/serialization/resources/workspace/resources/authConnections/types/index.js +2 -0
- package/serialization/types/AgentAlertingMonitorConfig.d.ts +1 -0
- package/serialization/types/AgentAlertingMonitorConfig.js +1 -0
- package/serialization/types/AgentAlertingSettings.d.ts +1 -0
- package/serialization/types/AgentAlertingSettings.js +1 -0
- package/serialization/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
- package/serialization/types/AudioIsolationHistoryItemResponseModel.js +1 -0
- package/serialization/types/ConversationInitiationSource.d.ts +1 -1
- package/serialization/types/ConversationInitiationSource.js +1 -0
- package/serialization/types/CreateBearerAuthRequest.d.ts +11 -0
- package/serialization/types/CreateBearerAuthRequest.js +43 -0
- package/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -0
- package/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.js +1 -0
- package/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +1 -0
- package/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.js +1 -0
- package/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +1 -0
- package/serialization/types/InboundSipTrunkConfigRequestModel.js +1 -0
- package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
- package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
- package/serialization/types/ListCustomerFacingAgentsParams.d.ts +9 -0
- package/serialization/types/ListCustomerFacingAgentsParams.js +41 -0
- package/serialization/types/Llm.d.ts +1 -1
- package/serialization/types/Llm.js +2 -0
- package/serialization/types/LoadProcedureToolConfig.d.ts +10 -0
- package/serialization/types/LoadProcedureToolConfig.js +42 -0
- package/serialization/types/LoadProcedureToolErrorStatus.d.ts +7 -0
- package/serialization/types/LoadProcedureToolErrorStatus.js +39 -0
- package/serialization/types/OAuth2ClientCredsResponse.d.ts +1 -0
- package/serialization/types/OAuth2ClientCredsResponse.js +1 -0
- package/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +1 -0
- package/serialization/types/OutboundSipTrunkConfigRequestModel.js +1 -0
- package/serialization/types/ProcedureAtVersion.d.ts +13 -0
- package/serialization/types/ProcedureAtVersion.js +45 -0
- package/serialization/types/ProcedureCompilerMode.d.ts +1 -1
- package/serialization/types/ProcedureCompilerMode.js +1 -1
- package/serialization/types/SlackBotAuthResponse.d.ts +13 -0
- package/serialization/types/SlackBotAuthResponse.js +45 -0
- package/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
- package/serialization/types/SystemToolConfigInputParams.js +2 -0
- package/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
- package/serialization/types/SystemToolConfigOutputParams.js +2 -0
- package/serialization/types/UpdateBasicAuthRequest.d.ts +11 -0
- package/serialization/types/UpdateBasicAuthRequest.js +43 -0
- package/serialization/types/UpdateOAuth2ClientCredsRequest.d.ts +15 -0
- package/serialization/types/UpdateOAuth2ClientCredsRequest.js +47 -0
- package/serialization/types/UpdateOAuth2JwtRequest.d.ts +21 -0
- package/serialization/types/UpdateOAuth2JwtRequest.js +53 -0
- package/serialization/types/UpdateOAuth2JwtRequestAlgorithm.d.ts +7 -0
- package/serialization/types/UpdateOAuth2JwtRequestAlgorithm.js +39 -0
- package/serialization/types/UpdateOAuth2JwtRequestTokenResponseField.d.ts +7 -0
- package/serialization/types/UpdateOAuth2JwtRequestTokenResponseField.js +39 -0
- package/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/serialization/types/WorkspaceResourceType.js +2 -0
- package/serialization/types/index.d.ts +11 -0
- package/serialization/types/index.js +11 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -2,4 +2,6 @@ import type * as ElevenLabs from "../index";
|
|
|
2
2
|
export interface AgentAlertingSettings {
|
|
3
3
|
/** Alerting configuration keyed by monitor. */
|
|
4
4
|
monitorConfigs?: Record<string, ElevenLabs.AgentAlertingMonitorConfig>;
|
|
5
|
+
/** How many minutes an alert can stay inactive before it is auto-resolved. */
|
|
6
|
+
autoResolveAfterInactiveMinutes?: number;
|
|
5
7
|
}
|
|
@@ -18,5 +18,6 @@ export declare const ConversationInitiationSource: {
|
|
|
18
18
|
readonly ZendeskIntegration: "zendesk_integration";
|
|
19
19
|
readonly SlackIntegration: "slack_integration";
|
|
20
20
|
readonly TemplatePreview: "template_preview";
|
|
21
|
+
readonly GenesysBotConnector: "genesys_bot_connector";
|
|
21
22
|
};
|
|
22
23
|
export type ConversationInitiationSource = (typeof ConversationInitiationSource)[keyof typeof ConversationInitiationSource];
|
|
@@ -11,4 +11,6 @@ export interface GetPhoneNumberInboundSipTrunkConfigResponseModel {
|
|
|
11
11
|
username?: string;
|
|
12
12
|
/** Domains of remote SIP servers used to validate TLS certificates. */
|
|
13
13
|
remoteDomains?: string[];
|
|
14
|
+
/** Map of dynamic variable name to header name for attributes_to_headers */
|
|
15
|
+
attributesToHeaders?: Record<string, string>;
|
|
14
16
|
}
|
|
@@ -11,6 +11,8 @@ export interface GetPhoneNumberOutboundSipTrunkConfigResponseModel {
|
|
|
11
11
|
mediaEncryption: ElevenLabs.SipMediaEncryptionEnum;
|
|
12
12
|
/** SIP headers for INVITE request */
|
|
13
13
|
headers?: Record<string, string>;
|
|
14
|
+
/** Map of dynamic variable name to header name for attributes_to_headers */
|
|
15
|
+
attributesToHeaders?: Record<string, string>;
|
|
14
16
|
/** Whether authentication credentials are configured */
|
|
15
17
|
hasAuthCredentials: boolean;
|
|
16
18
|
/** SIP trunk username (if available) */
|
|
@@ -10,4 +10,6 @@ export interface InboundSipTrunkConfigRequestModel {
|
|
|
10
10
|
credentials?: ElevenLabs.SipTrunkCredentialsRequestModel;
|
|
11
11
|
/** Domains of remote SIP servers used to validate TLS certificates. */
|
|
12
12
|
remoteDomains?: string[];
|
|
13
|
+
/** Map of dynamic variable name to header name for attributes_to_headers */
|
|
14
|
+
attributesToHeaders?: Record<string, string>;
|
|
13
15
|
}
|
|
@@ -2,7 +2,7 @@ import type * as ElevenLabs from "../index";
|
|
|
2
2
|
/**
|
|
3
3
|
* The type of auth connection config
|
|
4
4
|
*/
|
|
5
|
-
export type ListAuthConnectionsResponseAuthConnectionsItem = ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.ApiIntegrationOauth2AuthCode | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.ApiIntegrationOauth2CustomApp | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.BasicAuth | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.BearerAuth | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.CustomHeaderAuth | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.Mtls | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.Oauth2ClientCredentials | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.Oauth2Jwt | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.PrivateKeyJwt | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.WhatsappAuth;
|
|
5
|
+
export type ListAuthConnectionsResponseAuthConnectionsItem = ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.ApiIntegrationOauth2AuthCode | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.ApiIntegrationOauth2CustomApp | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.BasicAuth | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.BearerAuth | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.CustomHeaderAuth | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.Mtls | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.Oauth2ClientCredentials | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.Oauth2Jwt | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.PrivateKeyJwt | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.SlackBotAuth | ElevenLabs.ListAuthConnectionsResponseAuthConnectionsItem.WhatsappAuth;
|
|
6
6
|
export declare namespace ListAuthConnectionsResponseAuthConnectionsItem {
|
|
7
7
|
interface ApiIntegrationOauth2AuthCode extends ElevenLabs.ApiIntegrationOAuth2AuthCodeResponse {
|
|
8
8
|
authType: "api_integration_oauth2_auth_code";
|
|
@@ -31,6 +31,9 @@ export declare namespace ListAuthConnectionsResponseAuthConnectionsItem {
|
|
|
31
31
|
interface PrivateKeyJwt extends ElevenLabs.PrivateKeyJwtResponse {
|
|
32
32
|
authType: "private_key_jwt";
|
|
33
33
|
}
|
|
34
|
+
interface SlackBotAuth extends ElevenLabs.SlackBotAuthResponse {
|
|
35
|
+
authType: "slack_bot_auth";
|
|
36
|
+
}
|
|
34
37
|
interface WhatsappAuth extends ElevenLabs.WhatsAppAuthResponse {
|
|
35
38
|
authType: "whatsapp_auth";
|
|
36
39
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* List every customer-facing agent on the workspace.
|
|
3
|
+
*
|
|
4
|
+
* The assistant uses this whenever it needs to act on a specific customer-facing
|
|
5
|
+
* agent (rules, config edits, etc.) so it can pick the right ``agent_id`` to pass
|
|
6
|
+
* to mutating tools. Mirrors the ``list_services`` / ``list_clients``
|
|
7
|
+
* pattern: read once, then mutate by id.
|
|
8
|
+
*/
|
|
9
|
+
export interface ListCustomerFacingAgentsParams {
|
|
10
|
+
smbToolType?: "list_customer_facing_agents";
|
|
11
|
+
}
|
package/dist/api/types/Llm.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ export declare const Llm: {
|
|
|
27
27
|
readonly Gemini3FlashPreview: "gemini-3-flash-preview";
|
|
28
28
|
readonly Gemini31ProPreview: "gemini-3.1-pro-preview";
|
|
29
29
|
readonly Gemini31FlashLitePreview: "gemini-3.1-flash-lite-preview";
|
|
30
|
+
readonly Gemini31FlashLite: "gemini-3.1-flash-lite";
|
|
30
31
|
readonly ClaudeSonnet45: "claude-sonnet-4-5";
|
|
31
32
|
readonly ClaudeOpus47: "claude-opus-4-7";
|
|
32
33
|
readonly ClaudeSonnet46: "claude-sonnet-4-6";
|
|
@@ -41,6 +42,7 @@ export declare const Llm: {
|
|
|
41
42
|
readonly Qwen34B: "qwen3-4b";
|
|
42
43
|
readonly Qwen330Ba3B: "qwen3-30b-a3b";
|
|
43
44
|
readonly Qwen3635Ba3B: "qwen36-35b-a3b";
|
|
45
|
+
readonly Qwen35397Ba17B: "qwen35-397b-a17b";
|
|
44
46
|
readonly GptOss20B: "gpt-oss-20b";
|
|
45
47
|
readonly GptOss120B: "gpt-oss-120b";
|
|
46
48
|
readonly Glm45AirFp8: "glm-45-air-fp8";
|
package/dist/api/types/Llm.js
CHANGED
|
@@ -31,6 +31,7 @@ exports.Llm = {
|
|
|
31
31
|
Gemini3FlashPreview: "gemini-3-flash-preview",
|
|
32
32
|
Gemini31ProPreview: "gemini-3.1-pro-preview",
|
|
33
33
|
Gemini31FlashLitePreview: "gemini-3.1-flash-lite-preview",
|
|
34
|
+
Gemini31FlashLite: "gemini-3.1-flash-lite",
|
|
34
35
|
ClaudeSonnet45: "claude-sonnet-4-5",
|
|
35
36
|
ClaudeOpus47: "claude-opus-4-7",
|
|
36
37
|
ClaudeSonnet46: "claude-sonnet-4-6",
|
|
@@ -45,6 +46,7 @@ exports.Llm = {
|
|
|
45
46
|
Qwen34B: "qwen3-4b",
|
|
46
47
|
Qwen330Ba3B: "qwen3-30b-a3b",
|
|
47
48
|
Qwen3635Ba3B: "qwen36-35b-a3b",
|
|
49
|
+
Qwen35397Ba17B: "qwen35-397b-a17b",
|
|
48
50
|
GptOss20B: "gpt-oss-20b",
|
|
49
51
|
GptOss120B: "gpt-oss-120b",
|
|
50
52
|
Glm45AirFp8: "glm-45-air-fp8",
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.LoadProcedureToolErrorStatus = void 0;
|
|
5
|
+
exports.LoadProcedureToolErrorStatus = {
|
|
6
|
+
NotFound: "not_found",
|
|
7
|
+
InvalidName: "invalid_name",
|
|
8
|
+
};
|
|
@@ -8,6 +8,8 @@ export interface OutboundSipTrunkConfigRequestModel {
|
|
|
8
8
|
mediaEncryption?: ElevenLabs.SipMediaEncryptionEnum;
|
|
9
9
|
/** SIP X-* headers for INVITE request. These headers are sent as-is and may help identify this call. */
|
|
10
10
|
headers?: Record<string, string>;
|
|
11
|
+
/** Map of dynamic variable name to header name for attributes_to_headers */
|
|
12
|
+
attributesToHeaders?: Record<string, string>;
|
|
11
13
|
/** Optional digest authentication credentials (username/password). If not provided, ACL authentication is assumed. */
|
|
12
14
|
credentials?: ElevenLabs.SipTrunkCredentialsRequestModel;
|
|
13
15
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface ProcedureAtVersion {
|
|
2
|
+
/** Procedure ID */
|
|
3
|
+
procedureId: string;
|
|
4
|
+
/** Procedure name */
|
|
5
|
+
name: string;
|
|
6
|
+
/** Procedure content */
|
|
7
|
+
content: string;
|
|
8
|
+
/** Agent ID of the procedure */
|
|
9
|
+
agentId: string;
|
|
10
|
+
/** Version ID of a version of the procedure. None for a procedure never versioned. */
|
|
11
|
+
versionId?: string;
|
|
12
|
+
}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ProcedureCompilerMode = void 0;
|
|
5
|
+
exports.ProcedureCompilerMode = {
|
|
6
|
+
Append: "append",
|
|
7
|
+
Skills: "skills",
|
|
8
|
+
};
|
|
@@ -8,7 +8,7 @@ export interface PromptAgentApiModelInput {
|
|
|
8
8
|
reasoningEffort?: ElevenLabs.LlmReasoningEffort;
|
|
9
9
|
/** Max number of tokens used for thinking. Use 0 to turn off if supported by the model. */
|
|
10
10
|
thinkingBudget?: number;
|
|
11
|
-
/** The temperature for the LLM */
|
|
11
|
+
/** The temperature for the LLM. Defaults to 0. Set to null to omit the parameter from the LLM request entirely (useful for custom LLMs that reject the temperature field). */
|
|
12
12
|
temperature?: number;
|
|
13
13
|
/** If greater than 0, maximum number of tokens the LLM can predict */
|
|
14
14
|
maxTokens?: number;
|
|
@@ -8,7 +8,7 @@ export interface PromptAgentApiModelOutput {
|
|
|
8
8
|
reasoningEffort?: ElevenLabs.LlmReasoningEffort;
|
|
9
9
|
/** Max number of tokens used for thinking. Use 0 to turn off if supported by the model. */
|
|
10
10
|
thinkingBudget?: number;
|
|
11
|
-
/** The temperature for the LLM */
|
|
11
|
+
/** The temperature for the LLM. Defaults to 0. Set to null to omit the parameter from the LLM request entirely (useful for custom LLMs that reject the temperature field). */
|
|
12
12
|
temperature?: number;
|
|
13
13
|
/** If greater than 0, maximum number of tokens the LLM can predict */
|
|
14
14
|
maxTokens?: number;
|
|
@@ -8,7 +8,7 @@ export interface PromptAgentApiModelWorkflowOverrideInput {
|
|
|
8
8
|
reasoningEffort?: ElevenLabs.LlmReasoningEffort;
|
|
9
9
|
/** Max number of tokens used for thinking. Use 0 to turn off if supported by the model. */
|
|
10
10
|
thinkingBudget?: number;
|
|
11
|
-
/** The temperature for the LLM */
|
|
11
|
+
/** The temperature for the LLM. Defaults to 0. Set to null to omit the parameter from the LLM request entirely (useful for custom LLMs that reject the temperature field). */
|
|
12
12
|
temperature?: number;
|
|
13
13
|
/** If greater than 0, maximum number of tokens the LLM can predict */
|
|
14
14
|
maxTokens?: number;
|
|
@@ -8,7 +8,7 @@ export interface PromptAgentApiModelWorkflowOverrideOutput {
|
|
|
8
8
|
reasoningEffort?: ElevenLabs.LlmReasoningEffort;
|
|
9
9
|
/** Max number of tokens used for thinking. Use 0 to turn off if supported by the model. */
|
|
10
10
|
thinkingBudget?: number;
|
|
11
|
-
/** The temperature for the LLM */
|
|
11
|
+
/** The temperature for the LLM. Defaults to 0. Set to null to omit the parameter from the LLM request entirely (useful for custom LLMs that reject the temperature field). */
|
|
12
12
|
temperature?: number;
|
|
13
13
|
/** If greater than 0, maximum number of tokens the LLM can predict */
|
|
14
14
|
maxTokens?: number;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../index";
|
|
2
|
+
/**
|
|
3
|
+
* Response model for the internal Slack BYO bot auth connection.
|
|
4
|
+
*/
|
|
5
|
+
export interface SlackBotAuthResponse {
|
|
6
|
+
name: string;
|
|
7
|
+
provider?: "Slack";
|
|
8
|
+
id: string;
|
|
9
|
+
usedBy?: ElevenLabs.AuthConnectionDependencies;
|
|
10
|
+
}
|
|
@@ -2,15 +2,26 @@ import type * as ElevenLabs from "../index";
|
|
|
2
2
|
export interface SpeechEngineResponse {
|
|
3
3
|
/** The speech engine resource ID */
|
|
4
4
|
speechEngineId: string;
|
|
5
|
+
/** Human-readable name for the speech engine */
|
|
5
6
|
name: string;
|
|
7
|
+
/** WebSocket connection settings for the upstream transcript server */
|
|
6
8
|
speechEngine: ElevenLabs.SpeechEngineConfig;
|
|
9
|
+
/** Automatic speech recognition configuration */
|
|
7
10
|
asr: ElevenLabs.AsrConversationalConfig;
|
|
11
|
+
/** Text-to-speech output configuration */
|
|
8
12
|
tts: ElevenLabs.TtsConversationalConfigOutput;
|
|
13
|
+
/** Turn detection configuration */
|
|
9
14
|
turn: ElevenLabs.BaseTurnConfig;
|
|
15
|
+
/** Conversation-level settings including client events and duration limits */
|
|
10
16
|
conversation: ElevenLabs.ConversationConfigOutput;
|
|
17
|
+
/** Privacy settings controlling recording, retention, and PII handling */
|
|
11
18
|
privacy: ElevenLabs.PrivacyConfigOutput;
|
|
19
|
+
/** Concurrency and daily conversation limits for this speech engine */
|
|
12
20
|
callLimits: ElevenLabs.AgentCallLimits;
|
|
21
|
+
/** ISO language code used by the speech engine (e.g. 'en') */
|
|
13
22
|
language: string;
|
|
23
|
+
/** Arbitrary tags for categorization and filtering */
|
|
14
24
|
tags: string[];
|
|
25
|
+
/** Creation and update timestamps with source information */
|
|
15
26
|
metadata: ElevenLabs.AgentMetadataDbModel;
|
|
16
27
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export interface SpeechEngineSummaryResponse {
|
|
2
2
|
/** The speech engine resource ID */
|
|
3
3
|
speechEngineId: string;
|
|
4
|
+
/** Human-readable name for the speech engine */
|
|
4
5
|
name: string;
|
|
5
|
-
/** Creation time in
|
|
6
|
+
/** Creation time in Unix seconds */
|
|
6
7
|
createdAtUnixSecs: number;
|
|
8
|
+
/** Arbitrary tags for categorization and filtering */
|
|
7
9
|
tags: string[];
|
|
8
10
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
|
-
export type SystemToolConfigInputParams = ElevenLabs.SystemToolConfigInputParams.EndCall | ElevenLabs.SystemToolConfigInputParams.KnowledgeBaseRag | ElevenLabs.SystemToolConfigInputParams.LanguageDetection | ElevenLabs.SystemToolConfigInputParams.PlayKeypadTouchTone | ElevenLabs.SystemToolConfigInputParams.SkipTurn | ElevenLabs.SystemToolConfigInputParams.TransferToAgent | ElevenLabs.SystemToolConfigInputParams.TransferToNumber | ElevenLabs.SystemToolConfigInputParams.VoicemailDetection;
|
|
2
|
+
export type SystemToolConfigInputParams = ElevenLabs.SystemToolConfigInputParams.EndCall | ElevenLabs.SystemToolConfigInputParams.KnowledgeBaseRag | ElevenLabs.SystemToolConfigInputParams.LanguageDetection | ElevenLabs.SystemToolConfigInputParams.LoadProcedure | ElevenLabs.SystemToolConfigInputParams.PlayKeypadTouchTone | ElevenLabs.SystemToolConfigInputParams.SkipTurn | ElevenLabs.SystemToolConfigInputParams.TransferToAgent | ElevenLabs.SystemToolConfigInputParams.TransferToNumber | ElevenLabs.SystemToolConfigInputParams.VoicemailDetection;
|
|
3
3
|
export declare namespace SystemToolConfigInputParams {
|
|
4
4
|
interface EndCall extends ElevenLabs.EndCallToolConfig {
|
|
5
5
|
systemToolType: "end_call";
|
|
@@ -10,6 +10,9 @@ export declare namespace SystemToolConfigInputParams {
|
|
|
10
10
|
interface LanguageDetection extends ElevenLabs.LanguageDetectionToolConfig {
|
|
11
11
|
systemToolType: "language_detection";
|
|
12
12
|
}
|
|
13
|
+
interface LoadProcedure extends ElevenLabs.LoadProcedureToolConfig {
|
|
14
|
+
systemToolType: "load_procedure";
|
|
15
|
+
}
|
|
13
16
|
interface PlayKeypadTouchTone extends ElevenLabs.PlayDtmfToolConfig {
|
|
14
17
|
systemToolType: "play_keypad_touch_tone";
|
|
15
18
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../index";
|
|
2
|
-
export type SystemToolConfigOutputParams = ElevenLabs.SystemToolConfigOutputParams.EndCall | ElevenLabs.SystemToolConfigOutputParams.KnowledgeBaseRag | ElevenLabs.SystemToolConfigOutputParams.LanguageDetection | ElevenLabs.SystemToolConfigOutputParams.PlayKeypadTouchTone | ElevenLabs.SystemToolConfigOutputParams.SkipTurn | ElevenLabs.SystemToolConfigOutputParams.TransferToAgent | ElevenLabs.SystemToolConfigOutputParams.TransferToNumber | ElevenLabs.SystemToolConfigOutputParams.VoicemailDetection;
|
|
2
|
+
export type SystemToolConfigOutputParams = ElevenLabs.SystemToolConfigOutputParams.EndCall | ElevenLabs.SystemToolConfigOutputParams.KnowledgeBaseRag | ElevenLabs.SystemToolConfigOutputParams.LanguageDetection | ElevenLabs.SystemToolConfigOutputParams.LoadProcedure | ElevenLabs.SystemToolConfigOutputParams.PlayKeypadTouchTone | ElevenLabs.SystemToolConfigOutputParams.SkipTurn | ElevenLabs.SystemToolConfigOutputParams.TransferToAgent | ElevenLabs.SystemToolConfigOutputParams.TransferToNumber | ElevenLabs.SystemToolConfigOutputParams.VoicemailDetection;
|
|
3
3
|
export declare namespace SystemToolConfigOutputParams {
|
|
4
4
|
interface EndCall extends ElevenLabs.EndCallToolConfig {
|
|
5
5
|
systemToolType: "end_call";
|
|
@@ -10,6 +10,9 @@ export declare namespace SystemToolConfigOutputParams {
|
|
|
10
10
|
interface LanguageDetection extends ElevenLabs.LanguageDetectionToolConfig {
|
|
11
11
|
systemToolType: "language_detection";
|
|
12
12
|
}
|
|
13
|
+
interface LoadProcedure extends ElevenLabs.LoadProcedureToolConfig {
|
|
14
|
+
systemToolType: "load_procedure";
|
|
15
|
+
}
|
|
13
16
|
interface PlayKeypadTouchTone extends ElevenLabs.PlayDtmfToolConfig {
|
|
14
17
|
systemToolType: "play_keypad_touch_tone";
|
|
15
18
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export interface UpdateOAuth2ClientCredsRequest {
|
|
2
|
+
provider?: string;
|
|
3
|
+
clientId?: string;
|
|
4
|
+
scopes?: string[];
|
|
5
|
+
extraParams?: Record<string, string | undefined>;
|
|
6
|
+
basicAuthInHeader?: boolean;
|
|
7
|
+
clientSecret?: string;
|
|
8
|
+
customHeaders?: Record<string, string | undefined>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../index";
|
|
2
|
+
export interface UpdateOAuth2JwtRequest {
|
|
3
|
+
provider?: string;
|
|
4
|
+
algorithm?: ElevenLabs.UpdateOAuth2JwtRequestAlgorithm;
|
|
5
|
+
keyId?: string;
|
|
6
|
+
issuer?: string;
|
|
7
|
+
audience?: string;
|
|
8
|
+
subject?: string;
|
|
9
|
+
expirationSeconds?: number;
|
|
10
|
+
extraParams?: Record<string, string | undefined>;
|
|
11
|
+
scopes?: string[];
|
|
12
|
+
tokenResponseField?: ElevenLabs.UpdateOAuth2JwtRequestTokenResponseField;
|
|
13
|
+
secretKey?: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const UpdateOAuth2JwtRequestAlgorithm: {
|
|
2
|
+
readonly Hs256: "HS256";
|
|
3
|
+
readonly Hs384: "HS384";
|
|
4
|
+
readonly Hs512: "HS512";
|
|
5
|
+
readonly Rs256: "RS256";
|
|
6
|
+
readonly Rs384: "RS384";
|
|
7
|
+
readonly Rs512: "RS512";
|
|
8
|
+
};
|
|
9
|
+
export type UpdateOAuth2JwtRequestAlgorithm = (typeof UpdateOAuth2JwtRequestAlgorithm)[keyof typeof UpdateOAuth2JwtRequestAlgorithm];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.UpdateOAuth2JwtRequestAlgorithm = void 0;
|
|
5
|
+
exports.UpdateOAuth2JwtRequestAlgorithm = {
|
|
6
|
+
Hs256: "HS256",
|
|
7
|
+
Hs384: "HS384",
|
|
8
|
+
Hs512: "HS512",
|
|
9
|
+
Rs256: "RS256",
|
|
10
|
+
Rs384: "RS384",
|
|
11
|
+
Rs512: "RS512",
|
|
12
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const UpdateOAuth2JwtRequestTokenResponseField: {
|
|
2
|
+
readonly AccessToken: "access_token";
|
|
3
|
+
readonly IdToken: "id_token";
|
|
4
|
+
};
|
|
5
|
+
export type UpdateOAuth2JwtRequestTokenResponseField = (typeof UpdateOAuth2JwtRequestTokenResponseField)[keyof typeof UpdateOAuth2JwtRequestTokenResponseField];
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.UpdateOAuth2JwtRequestTokenResponseField = void 0;
|
|
5
|
+
exports.UpdateOAuth2JwtRequestTokenResponseField = {
|
|
6
|
+
AccessToken: "access_token",
|
|
7
|
+
IdToken: "id_token",
|
|
8
|
+
};
|
|
@@ -26,6 +26,7 @@ export declare const WorkspaceResourceType: {
|
|
|
26
26
|
readonly ConvaiAgentVersionsDeployments: "convai_agent_versions_deployments";
|
|
27
27
|
readonly ConvaiMemoryEntries: "convai_memory_entries";
|
|
28
28
|
readonly ConvaiCoachingProposals: "convai_coaching_proposals";
|
|
29
|
+
readonly ConvaiTemplates: "convai_templates";
|
|
29
30
|
readonly Dashboard: "dashboard";
|
|
30
31
|
readonly DashboardConfiguration: "dashboard_configuration";
|
|
31
32
|
readonly ConvaiAgentDrafts: "convai_agent_drafts";
|
|
@@ -34,6 +35,7 @@ export declare const WorkspaceResourceType: {
|
|
|
34
35
|
readonly ContentGenerations: "content_generations";
|
|
35
36
|
readonly ContentTemplates: "content_templates";
|
|
36
37
|
readonly Songs: "songs";
|
|
38
|
+
readonly TranscriptionTasks: "transcription_tasks";
|
|
37
39
|
readonly Avatars: "avatars";
|
|
38
40
|
readonly AvatarVideoGenerations: "avatar_video_generations";
|
|
39
41
|
readonly ResourceCollection: "resource_collection";
|
|
@@ -30,6 +30,7 @@ exports.WorkspaceResourceType = {
|
|
|
30
30
|
ConvaiAgentVersionsDeployments: "convai_agent_versions_deployments",
|
|
31
31
|
ConvaiMemoryEntries: "convai_memory_entries",
|
|
32
32
|
ConvaiCoachingProposals: "convai_coaching_proposals",
|
|
33
|
+
ConvaiTemplates: "convai_templates",
|
|
33
34
|
Dashboard: "dashboard",
|
|
34
35
|
DashboardConfiguration: "dashboard_configuration",
|
|
35
36
|
ConvaiAgentDrafts: "convai_agent_drafts",
|
|
@@ -38,6 +39,7 @@ exports.WorkspaceResourceType = {
|
|
|
38
39
|
ContentGenerations: "content_generations",
|
|
39
40
|
ContentTemplates: "content_templates",
|
|
40
41
|
Songs: "songs",
|
|
42
|
+
TranscriptionTasks: "transcription_tasks",
|
|
41
43
|
Avatars: "avatars",
|
|
42
44
|
AvatarVideoGenerations: "avatar_video_generations",
|
|
43
45
|
ResourceCollection: "resource_collection",
|
|
@@ -361,6 +361,7 @@ export * from "./CreateAssetParams";
|
|
|
361
361
|
export * from "./CreateAudioNativeProjectRequest";
|
|
362
362
|
export * from "./CreateAuthConnectionEnvironmentVariableRequest";
|
|
363
363
|
export * from "./CreateBasicAuthRequest";
|
|
364
|
+
export * from "./CreateBearerAuthRequest";
|
|
364
365
|
export * from "./CreateClientAppointmentParams";
|
|
365
366
|
export * from "./CreateClientInteractionParams";
|
|
366
367
|
export * from "./CreateClientParams";
|
|
@@ -676,6 +677,7 @@ export * from "./ListAuthConnectionsResponseAuthConnectionsItem";
|
|
|
676
677
|
export * from "./ListCalendarEventsParams";
|
|
677
678
|
export * from "./ListClientInteractionsParams";
|
|
678
679
|
export * from "./ListClientsParams";
|
|
680
|
+
export * from "./ListCustomerFacingAgentsParams";
|
|
679
681
|
export * from "./ListGroupSessionsParams";
|
|
680
682
|
export * from "./ListHolidaysParams";
|
|
681
683
|
export * from "./ListLocationsParams";
|
|
@@ -711,6 +713,8 @@ export * from "./LlmUsageCalculatorLlmResponseModel";
|
|
|
711
713
|
export * from "./LlmUsageCalculatorResponseModel";
|
|
712
714
|
export * from "./LlmUsageInput";
|
|
713
715
|
export * from "./LlmUsageOutput";
|
|
716
|
+
export * from "./LoadProcedureToolConfig";
|
|
717
|
+
export * from "./LoadProcedureToolErrorStatus";
|
|
714
718
|
export * from "./ManualSource";
|
|
715
719
|
export * from "./ManualVerificationFileResponse";
|
|
716
720
|
export * from "./ManualVerificationResponse";
|
|
@@ -818,6 +822,7 @@ export * from "./PrivacyConfigInput";
|
|
|
818
822
|
export * from "./PrivacyConfigOutput";
|
|
819
823
|
export * from "./PrivateKeyJwtResponse";
|
|
820
824
|
export * from "./PrivateKeyJwtResponseAlgorithm";
|
|
825
|
+
export * from "./ProcedureAtVersion";
|
|
821
826
|
export * from "./ProcedureCompilerMode";
|
|
822
827
|
export * from "./ProcedureRefResponseModel";
|
|
823
828
|
export * from "./ProcedureSettings";
|
|
@@ -994,6 +999,7 @@ export * from "./SipUriDynamicVariableTransferDestination";
|
|
|
994
999
|
export * from "./SipUriTransferDestination";
|
|
995
1000
|
export * from "./SkipTurnToolConfig";
|
|
996
1001
|
export * from "./SkipTurnToolResponseModel";
|
|
1002
|
+
export * from "./SlackBotAuthResponse";
|
|
997
1003
|
export * from "./SmsConversationInfo";
|
|
998
1004
|
export * from "./SmsConversationInfoDirection";
|
|
999
1005
|
export * from "./SoftTimeoutConfig";
|
|
@@ -1149,6 +1155,7 @@ export * from "./UnitTestWorkflowNodeTransitionEvaluationNodeId";
|
|
|
1149
1155
|
export * from "./UpdateAgentRuleParams";
|
|
1150
1156
|
export * from "./UpdateAssetParams";
|
|
1151
1157
|
export * from "./UpdateAudioNativeProjectRequest";
|
|
1158
|
+
export * from "./UpdateBasicAuthRequest";
|
|
1152
1159
|
export * from "./UpdateBookingPageSettingsParams";
|
|
1153
1160
|
export * from "./UpdateBusinessInfoParams";
|
|
1154
1161
|
export * from "./UpdateCalendarEventParams";
|
|
@@ -1158,6 +1165,10 @@ export * from "./UpdateCustomerFacingConfigParams";
|
|
|
1158
1165
|
export * from "./UpdateGroupSessionSeatsParams";
|
|
1159
1166
|
export * from "./UpdateHolidayParams";
|
|
1160
1167
|
export * from "./UpdateLocationParams";
|
|
1168
|
+
export * from "./UpdateOAuth2ClientCredsRequest";
|
|
1169
|
+
export * from "./UpdateOAuth2JwtRequest";
|
|
1170
|
+
export * from "./UpdateOAuth2JwtRequestAlgorithm";
|
|
1171
|
+
export * from "./UpdateOAuth2JwtRequestTokenResponseField";
|
|
1161
1172
|
export * from "./UpdateProductParams";
|
|
1162
1173
|
export * from "./UpdateProjectRequest";
|
|
1163
1174
|
export * from "./UpdatePronunciationDictionariesRequest";
|
package/dist/api/types/index.js
CHANGED
|
@@ -377,6 +377,7 @@ __exportStar(require("./CreateAssetParams"), exports);
|
|
|
377
377
|
__exportStar(require("./CreateAudioNativeProjectRequest"), exports);
|
|
378
378
|
__exportStar(require("./CreateAuthConnectionEnvironmentVariableRequest"), exports);
|
|
379
379
|
__exportStar(require("./CreateBasicAuthRequest"), exports);
|
|
380
|
+
__exportStar(require("./CreateBearerAuthRequest"), exports);
|
|
380
381
|
__exportStar(require("./CreateClientAppointmentParams"), exports);
|
|
381
382
|
__exportStar(require("./CreateClientInteractionParams"), exports);
|
|
382
383
|
__exportStar(require("./CreateClientParams"), exports);
|
|
@@ -692,6 +693,7 @@ __exportStar(require("./ListAuthConnectionsResponseAuthConnectionsItem"), export
|
|
|
692
693
|
__exportStar(require("./ListCalendarEventsParams"), exports);
|
|
693
694
|
__exportStar(require("./ListClientInteractionsParams"), exports);
|
|
694
695
|
__exportStar(require("./ListClientsParams"), exports);
|
|
696
|
+
__exportStar(require("./ListCustomerFacingAgentsParams"), exports);
|
|
695
697
|
__exportStar(require("./ListGroupSessionsParams"), exports);
|
|
696
698
|
__exportStar(require("./ListHolidaysParams"), exports);
|
|
697
699
|
__exportStar(require("./ListLocationsParams"), exports);
|
|
@@ -727,6 +729,8 @@ __exportStar(require("./LlmUsageCalculatorLlmResponseModel"), exports);
|
|
|
727
729
|
__exportStar(require("./LlmUsageCalculatorResponseModel"), exports);
|
|
728
730
|
__exportStar(require("./LlmUsageInput"), exports);
|
|
729
731
|
__exportStar(require("./LlmUsageOutput"), exports);
|
|
732
|
+
__exportStar(require("./LoadProcedureToolConfig"), exports);
|
|
733
|
+
__exportStar(require("./LoadProcedureToolErrorStatus"), exports);
|
|
730
734
|
__exportStar(require("./ManualSource"), exports);
|
|
731
735
|
__exportStar(require("./ManualVerificationFileResponse"), exports);
|
|
732
736
|
__exportStar(require("./ManualVerificationResponse"), exports);
|
|
@@ -834,6 +838,7 @@ __exportStar(require("./PrivacyConfigInput"), exports);
|
|
|
834
838
|
__exportStar(require("./PrivacyConfigOutput"), exports);
|
|
835
839
|
__exportStar(require("./PrivateKeyJwtResponse"), exports);
|
|
836
840
|
__exportStar(require("./PrivateKeyJwtResponseAlgorithm"), exports);
|
|
841
|
+
__exportStar(require("./ProcedureAtVersion"), exports);
|
|
837
842
|
__exportStar(require("./ProcedureCompilerMode"), exports);
|
|
838
843
|
__exportStar(require("./ProcedureRefResponseModel"), exports);
|
|
839
844
|
__exportStar(require("./ProcedureSettings"), exports);
|
|
@@ -1010,6 +1015,7 @@ __exportStar(require("./SipUriDynamicVariableTransferDestination"), exports);
|
|
|
1010
1015
|
__exportStar(require("./SipUriTransferDestination"), exports);
|
|
1011
1016
|
__exportStar(require("./SkipTurnToolConfig"), exports);
|
|
1012
1017
|
__exportStar(require("./SkipTurnToolResponseModel"), exports);
|
|
1018
|
+
__exportStar(require("./SlackBotAuthResponse"), exports);
|
|
1013
1019
|
__exportStar(require("./SmsConversationInfo"), exports);
|
|
1014
1020
|
__exportStar(require("./SmsConversationInfoDirection"), exports);
|
|
1015
1021
|
__exportStar(require("./SoftTimeoutConfig"), exports);
|
|
@@ -1165,6 +1171,7 @@ __exportStar(require("./UnitTestWorkflowNodeTransitionEvaluationNodeId"), export
|
|
|
1165
1171
|
__exportStar(require("./UpdateAgentRuleParams"), exports);
|
|
1166
1172
|
__exportStar(require("./UpdateAssetParams"), exports);
|
|
1167
1173
|
__exportStar(require("./UpdateAudioNativeProjectRequest"), exports);
|
|
1174
|
+
__exportStar(require("./UpdateBasicAuthRequest"), exports);
|
|
1168
1175
|
__exportStar(require("./UpdateBookingPageSettingsParams"), exports);
|
|
1169
1176
|
__exportStar(require("./UpdateBusinessInfoParams"), exports);
|
|
1170
1177
|
__exportStar(require("./UpdateCalendarEventParams"), exports);
|
|
@@ -1174,6 +1181,10 @@ __exportStar(require("./UpdateCustomerFacingConfigParams"), exports);
|
|
|
1174
1181
|
__exportStar(require("./UpdateGroupSessionSeatsParams"), exports);
|
|
1175
1182
|
__exportStar(require("./UpdateHolidayParams"), exports);
|
|
1176
1183
|
__exportStar(require("./UpdateLocationParams"), exports);
|
|
1184
|
+
__exportStar(require("./UpdateOAuth2ClientCredsRequest"), exports);
|
|
1185
|
+
__exportStar(require("./UpdateOAuth2JwtRequest"), exports);
|
|
1186
|
+
__exportStar(require("./UpdateOAuth2JwtRequestAlgorithm"), exports);
|
|
1187
|
+
__exportStar(require("./UpdateOAuth2JwtRequestTokenResponseField"), exports);
|
|
1177
1188
|
__exportStar(require("./UpdateProductParams"), exports);
|
|
1178
1189
|
__exportStar(require("./UpdateProjectRequest"), exports);
|
|
1179
1190
|
__exportStar(require("./UpdatePronunciationDictionariesRequest"), exports);
|