@elevenlabs/elevenlabs-js 2.54.0 → 2.55.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 +2 -2
- package/.fern/replay.lock +8 -2
- package/BaseClient.js +2 -2
- package/Client.d.ts +2 -2
- package/Client.js +4 -4
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +6 -2
- package/api/resources/conversationalAi/resources/agents/client/Client.js +6 -2
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +32 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +121 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesPreviewMergeRequest.d.ts +13 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesPreviewMergeRequest.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +1 -0
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +1 -0
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
- package/api/resources/workspace/client/Client.d.ts +18 -1
- package/api/resources/workspace/client/Client.js +99 -0
- package/api/resources/workspace/client/index.d.ts +1 -1
- package/api/resources/workspace/client/index.js +15 -0
- package/api/resources/workspace/client/requests/BodySetWorkspaceThirdPartyDisablingPolicyV1WorkspacesApiKeysThirdPartyDisablingPost.d.ts +8 -0
- package/api/resources/workspace/client/requests/BodySetWorkspaceThirdPartyDisablingPolicyV1WorkspacesApiKeysThirdPartyDisablingPost.js +3 -0
- package/api/resources/workspace/client/requests/index.d.ts +1 -0
- package/api/resources/workspace/client/requests/index.js +2 -0
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +4 -1
- package/api/types/AgentBranchSummary.d.ts +2 -0
- package/api/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +3 -6
- package/api/types/ApiIntegrationOAuth2CustomAppResponse.d.ts +3 -6
- package/api/types/AudioFilterId.d.ts +7 -0
- package/api/types/AudioFilterId.js +10 -0
- package/api/types/AuthConnectionStatus.d.ts +15 -0
- package/api/types/AuthConnectionStatus.js +18 -0
- package/api/types/BaseTurnConfig.d.ts +2 -0
- package/api/types/BasicAuthResponse.d.ts +3 -0
- package/api/types/BearerAuthResponse.d.ts +3 -0
- package/api/types/CaptionStyleModel.d.ts +4 -0
- package/api/types/CaptionStyleSectionAnimationModelEnterType.d.ts +3 -0
- package/api/types/CaptionStyleSectionAnimationModelEnterType.js +3 -0
- package/api/types/CaptionStyleSectionAnimationModelExitType.d.ts +3 -0
- package/api/types/CaptionStyleSectionAnimationModelExitType.js +3 -0
- package/api/types/CaptionStyleWordAnimationModelEnterType.d.ts +3 -0
- package/api/types/CaptionStyleWordAnimationModelEnterType.js +3 -0
- package/api/types/CaptionStyleWordAnimationModelExitType.d.ts +3 -0
- package/api/types/CaptionStyleWordAnimationModelExitType.js +3 -0
- package/api/types/CharacterAge.d.ts +6 -0
- package/api/types/CharacterAge.js +9 -0
- package/api/types/CharacterGender.d.ts +6 -0
- package/api/types/CharacterGender.js +9 -0
- package/api/types/CharacterMetadataResponseModel.d.ts +8 -0
- package/api/types/CharacterMetadataResponseModel.js +3 -0
- package/api/types/CharacterResponseModel.d.ts +6 -0
- package/api/types/CharacterResponseModel.js +3 -0
- package/api/types/ConvAiWebhooks.d.ts +1 -1
- package/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
- package/api/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +3 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptResponseModel.d.ts +2 -0
- package/api/types/ConversationReasoningModel.d.ts +4 -0
- package/api/types/ConversationReasoningModel.js +3 -0
- package/api/types/ConversationSummaryResponseModel.d.ts +2 -0
- package/api/types/ConversationUserResponseModel.d.ts +3 -0
- package/api/types/CreateAgentProcedureParams.d.ts +3 -0
- package/api/types/CreateAgentProcedureParams.js +3 -0
- package/api/types/CreateExotelPhoneNumberRequest.d.ts +2 -0
- package/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +2 -0
- package/api/types/CreateTwilioPhoneNumberRequest.d.ts +2 -0
- package/api/types/CriteriaScoringMode.d.ts +5 -0
- package/api/types/CriteriaScoringMode.js +8 -0
- package/api/types/CustomGuardrailConfig.d.ts +1 -1
- package/api/types/CustomHeaderAuthResponse.d.ts +3 -0
- package/api/types/DeleteAgentProcedureParams.d.ts +3 -0
- package/api/types/DeleteAgentProcedureParams.js +3 -0
- package/api/types/FrustratedConversationRef.d.ts +9 -0
- package/api/types/FrustratedConversationRef.js +3 -0
- package/api/types/FrustratedConversationRefOverallLabel.d.ts +6 -0
- package/api/types/FrustratedConversationRefOverallLabel.js +9 -0
- package/api/types/ListAgentProceduresParams.d.ts +3 -0
- package/api/types/ListAgentProceduresParams.js +3 -0
- package/api/types/ListAgentReferencesParams.d.ts +3 -0
- package/api/types/ListAgentReferencesParams.js +3 -0
- package/api/types/LiteralJsonSchemaPropertyType.d.ts +1 -7
- package/api/types/LiteralJsonSchemaPropertyType.js +0 -7
- package/api/types/LlmLiteralJsonSchemaPropertyType.d.ts +1 -7
- package/api/types/LlmLiteralJsonSchemaPropertyType.js +0 -7
- package/api/types/MergePreviewResponseModel.d.ts +33 -0
- package/api/types/MergePreviewResponseModel.js +3 -0
- package/api/types/MergePreviewResponseModelPhoneNumbersItem.d.ts +13 -0
- package/api/types/MergePreviewResponseModelPhoneNumbersItem.js +3 -0
- package/api/types/MtlsAuthResponse.d.ts +3 -0
- package/api/types/OAuth2ClientCredsResponse.d.ts +3 -0
- package/api/types/OAuth2JwtResponse.d.ts +3 -0
- package/api/types/PermissionType.d.ts +2 -0
- package/api/types/PermissionType.js +2 -0
- package/api/types/PhoneNumberTransfer.d.ts +2 -0
- package/api/types/PrivateKeyJwtResponse.d.ts +3 -0
- package/api/types/ProcedureAtVersionInput.d.ts +1 -1
- package/api/types/ProcedureAtVersionOutput.d.ts +1 -1
- package/api/types/PromptAgentApiModelInput.d.ts +2 -0
- package/api/types/PromptAgentApiModelOutput.d.ts +2 -0
- package/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +2 -0
- package/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +2 -0
- package/api/types/PromptEvaluationCriteria.d.ts +6 -0
- package/api/types/ScimGroupResponseModel.d.ts +8 -0
- package/api/types/ScimGroupResponseModel.js +3 -0
- package/api/types/ScopedAnalysisResult.d.ts +1 -0
- package/api/types/SentimentAggregate.d.ts +8 -0
- package/api/types/SentimentAggregate.js +3 -0
- package/api/types/SlackBotAuthResponse.d.ts +3 -0
- package/api/types/TurnConfig.d.ts +2 -0
- package/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/api/types/UpdateAgentProcedureParams.d.ts +3 -0
- package/api/types/UpdateAgentProcedureParams.js +3 -0
- package/api/types/UpdateBearerAuthRequest.d.ts +4 -0
- package/api/types/UpdateBearerAuthRequest.js +3 -0
- package/api/types/UrlSecretAuthResponse.d.ts +3 -0
- package/api/types/UuiTransferConfig.d.ts +18 -0
- package/api/types/UuiTransferConfig.js +3 -0
- package/api/types/UuiTransferConfigProtocolDiscriminatorMode.d.ts +6 -0
- package/api/types/UuiTransferConfigProtocolDiscriminatorMode.js +9 -0
- package/api/types/WebhookEventType.d.ts +2 -0
- package/api/types/WebhookEventType.js +2 -0
- package/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
- package/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
- package/api/types/WhatsAppAuthResponse.d.ts +3 -0
- package/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +4 -4
- package/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +4 -4
- package/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/api/types/WorkspaceGroupPermission.d.ts +2 -0
- package/api/types/WorkspaceGroupPermission.js +2 -0
- package/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
- package/api/types/index.d.ts +22 -1
- package/api/types/index.js +22 -1
- package/dist/BaseClient.js +2 -2
- package/dist/Client.d.ts +2 -2
- package/dist/Client.js +4 -4
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +6 -2
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +6 -2
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +32 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +121 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesPreviewMergeRequest.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesPreviewMergeRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +1 -0
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +1 -0
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
- package/dist/api/resources/workspace/client/Client.d.ts +18 -1
- package/dist/api/resources/workspace/client/Client.js +99 -0
- package/dist/api/resources/workspace/client/index.d.ts +1 -1
- package/dist/api/resources/workspace/client/index.js +15 -0
- package/dist/api/resources/workspace/client/requests/BodySetWorkspaceThirdPartyDisablingPolicyV1WorkspacesApiKeysThirdPartyDisablingPost.d.ts +8 -0
- package/dist/api/resources/workspace/client/requests/BodySetWorkspaceThirdPartyDisablingPolicyV1WorkspacesApiKeysThirdPartyDisablingPost.js +3 -0
- package/dist/api/resources/workspace/client/requests/index.d.ts +1 -0
- package/dist/api/resources/workspace/client/requests/index.js +2 -0
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +4 -1
- package/dist/api/types/AgentBranchSummary.d.ts +2 -0
- package/dist/api/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +3 -6
- package/dist/api/types/ApiIntegrationOAuth2CustomAppResponse.d.ts +3 -6
- package/dist/api/types/AudioFilterId.d.ts +7 -0
- package/dist/api/types/AudioFilterId.js +10 -0
- package/dist/api/types/AuthConnectionStatus.d.ts +15 -0
- package/dist/api/types/AuthConnectionStatus.js +18 -0
- package/dist/api/types/BaseTurnConfig.d.ts +2 -0
- package/dist/api/types/BasicAuthResponse.d.ts +3 -0
- package/dist/api/types/BearerAuthResponse.d.ts +3 -0
- package/dist/api/types/CaptionStyleModel.d.ts +4 -0
- package/dist/api/types/CaptionStyleSectionAnimationModelEnterType.d.ts +3 -0
- package/dist/api/types/CaptionStyleSectionAnimationModelEnterType.js +3 -0
- package/dist/api/types/CaptionStyleSectionAnimationModelExitType.d.ts +3 -0
- package/dist/api/types/CaptionStyleSectionAnimationModelExitType.js +3 -0
- package/dist/api/types/CaptionStyleWordAnimationModelEnterType.d.ts +3 -0
- package/dist/api/types/CaptionStyleWordAnimationModelEnterType.js +3 -0
- package/dist/api/types/CaptionStyleWordAnimationModelExitType.d.ts +3 -0
- package/dist/api/types/CaptionStyleWordAnimationModelExitType.js +3 -0
- package/dist/api/types/CharacterAge.d.ts +6 -0
- package/dist/api/types/CharacterAge.js +9 -0
- package/dist/api/types/CharacterGender.d.ts +6 -0
- package/dist/api/types/CharacterGender.js +9 -0
- package/dist/api/types/CharacterMetadataResponseModel.d.ts +8 -0
- package/dist/api/types/CharacterMetadataResponseModel.js +3 -0
- package/dist/api/types/CharacterResponseModel.d.ts +6 -0
- package/dist/api/types/CharacterResponseModel.js +3 -0
- package/dist/api/types/ConvAiWebhooks.d.ts +1 -1
- package/dist/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +3 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptResponseModel.d.ts +2 -0
- package/dist/api/types/ConversationReasoningModel.d.ts +4 -0
- package/dist/api/types/ConversationReasoningModel.js +3 -0
- package/dist/api/types/ConversationSummaryResponseModel.d.ts +2 -0
- package/dist/api/types/ConversationUserResponseModel.d.ts +3 -0
- package/dist/api/types/CreateAgentProcedureParams.d.ts +3 -0
- package/dist/api/types/CreateAgentProcedureParams.js +3 -0
- package/dist/api/types/CreateExotelPhoneNumberRequest.d.ts +2 -0
- package/dist/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +2 -0
- package/dist/api/types/CreateTwilioPhoneNumberRequest.d.ts +2 -0
- package/dist/api/types/CriteriaScoringMode.d.ts +5 -0
- package/dist/api/types/CriteriaScoringMode.js +8 -0
- package/dist/api/types/CustomGuardrailConfig.d.ts +1 -1
- package/dist/api/types/CustomHeaderAuthResponse.d.ts +3 -0
- package/dist/api/types/DeleteAgentProcedureParams.d.ts +3 -0
- package/dist/api/types/DeleteAgentProcedureParams.js +3 -0
- package/dist/api/types/FrustratedConversationRef.d.ts +9 -0
- package/dist/api/types/FrustratedConversationRef.js +3 -0
- package/dist/api/types/FrustratedConversationRefOverallLabel.d.ts +6 -0
- package/dist/api/types/FrustratedConversationRefOverallLabel.js +9 -0
- package/dist/api/types/ListAgentProceduresParams.d.ts +3 -0
- package/dist/api/types/ListAgentProceduresParams.js +3 -0
- package/dist/api/types/ListAgentReferencesParams.d.ts +3 -0
- package/dist/api/types/ListAgentReferencesParams.js +3 -0
- package/dist/api/types/LiteralJsonSchemaPropertyType.d.ts +1 -7
- package/dist/api/types/LiteralJsonSchemaPropertyType.js +0 -7
- package/dist/api/types/LlmLiteralJsonSchemaPropertyType.d.ts +1 -7
- package/dist/api/types/LlmLiteralJsonSchemaPropertyType.js +0 -7
- package/dist/api/types/MergePreviewResponseModel.d.ts +33 -0
- package/dist/api/types/MergePreviewResponseModel.js +3 -0
- package/dist/api/types/MergePreviewResponseModelPhoneNumbersItem.d.ts +13 -0
- package/dist/api/types/MergePreviewResponseModelPhoneNumbersItem.js +3 -0
- package/dist/api/types/MtlsAuthResponse.d.ts +3 -0
- package/dist/api/types/OAuth2ClientCredsResponse.d.ts +3 -0
- package/dist/api/types/OAuth2JwtResponse.d.ts +3 -0
- package/dist/api/types/PermissionType.d.ts +2 -0
- package/dist/api/types/PermissionType.js +2 -0
- package/dist/api/types/PhoneNumberTransfer.d.ts +2 -0
- package/dist/api/types/PrivateKeyJwtResponse.d.ts +3 -0
- package/dist/api/types/ProcedureAtVersionInput.d.ts +1 -1
- package/dist/api/types/ProcedureAtVersionOutput.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelInput.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelOutput.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +2 -0
- package/dist/api/types/PromptEvaluationCriteria.d.ts +6 -0
- package/dist/api/types/ScimGroupResponseModel.d.ts +8 -0
- package/dist/api/types/ScimGroupResponseModel.js +3 -0
- package/dist/api/types/ScopedAnalysisResult.d.ts +1 -0
- package/dist/api/types/SentimentAggregate.d.ts +8 -0
- package/dist/api/types/SentimentAggregate.js +3 -0
- package/dist/api/types/SlackBotAuthResponse.d.ts +3 -0
- package/dist/api/types/TurnConfig.d.ts +2 -0
- package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/UpdateAgentProcedureParams.d.ts +3 -0
- package/dist/api/types/UpdateAgentProcedureParams.js +3 -0
- package/dist/api/types/UpdateBearerAuthRequest.d.ts +4 -0
- package/dist/api/types/UpdateBearerAuthRequest.js +3 -0
- package/dist/api/types/UrlSecretAuthResponse.d.ts +3 -0
- package/dist/api/types/UuiTransferConfig.d.ts +18 -0
- package/dist/api/types/UuiTransferConfig.js +3 -0
- package/dist/api/types/UuiTransferConfigProtocolDiscriminatorMode.d.ts +6 -0
- package/dist/api/types/UuiTransferConfigProtocolDiscriminatorMode.js +9 -0
- package/dist/api/types/WebhookEventType.d.ts +2 -0
- package/dist/api/types/WebhookEventType.js +2 -0
- package/dist/api/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
- package/dist/api/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
- package/dist/api/types/WhatsAppAuthResponse.d.ts +3 -0
- package/dist/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +4 -4
- package/dist/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +4 -4
- package/dist/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/dist/api/types/WorkspaceGroupPermission.d.ts +2 -0
- package/dist/api/types/WorkspaceGroupPermission.js +2 -0
- package/dist/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
- package/dist/api/types/index.d.ts +22 -1
- package/dist/api/types/index.js +22 -1
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +1 -0
- package/dist/serialization/resources/workspace/client/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/client/index.js +17 -0
- package/dist/serialization/resources/workspace/client/requests/BodySetWorkspaceThirdPartyDisablingPolicyV1WorkspacesApiKeysThirdPartyDisablingPost.d.ts +9 -0
- package/dist/serialization/resources/workspace/client/requests/BodySetWorkspaceThirdPartyDisablingPolicyV1WorkspacesApiKeysThirdPartyDisablingPost.js +41 -0
- package/dist/serialization/resources/workspace/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/client/requests/index.js +5 -0
- package/dist/serialization/resources/workspace/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/index.js +1 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +5 -1
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +2 -0
- package/dist/serialization/types/AgentBranchSummary.d.ts +1 -0
- package/dist/serialization/types/AgentBranchSummary.js +1 -0
- package/dist/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +4 -4
- package/dist/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.js +4 -4
- package/dist/serialization/types/ApiIntegrationOAuth2CustomAppResponse.d.ts +4 -4
- package/dist/serialization/types/ApiIntegrationOAuth2CustomAppResponse.js +4 -4
- package/dist/serialization/types/AudioFilterId.d.ts +7 -0
- package/dist/serialization/types/{OAuthConnectionStatus.js → AudioFilterId.js} +2 -2
- package/dist/serialization/types/AuthConnectionStatus.d.ts +7 -0
- package/dist/serialization/types/AuthConnectionStatus.js +39 -0
- package/dist/serialization/types/BaseTurnConfig.d.ts +1 -0
- package/dist/serialization/types/BaseTurnConfig.js +1 -0
- package/dist/serialization/types/BasicAuthResponse.d.ts +4 -0
- package/dist/serialization/types/BasicAuthResponse.js +4 -0
- package/dist/serialization/types/BearerAuthResponse.d.ts +4 -0
- package/dist/serialization/types/BearerAuthResponse.js +4 -0
- package/dist/serialization/types/CaptionStyleModel.d.ts +4 -0
- package/dist/serialization/types/CaptionStyleModel.js +4 -0
- package/dist/serialization/types/CaptionStyleSectionAnimationModelEnterType.d.ts +1 -1
- package/dist/serialization/types/CaptionStyleSectionAnimationModelEnterType.js +11 -1
- package/dist/serialization/types/CaptionStyleSectionAnimationModelExitType.d.ts +1 -1
- package/dist/serialization/types/CaptionStyleSectionAnimationModelExitType.js +11 -1
- package/dist/serialization/types/CaptionStyleWordAnimationModelEnterType.d.ts +1 -1
- package/dist/serialization/types/CaptionStyleWordAnimationModelEnterType.js +11 -1
- package/dist/serialization/types/CaptionStyleWordAnimationModelExitType.d.ts +1 -1
- package/dist/serialization/types/CaptionStyleWordAnimationModelExitType.js +11 -1
- package/dist/serialization/types/CharacterAge.d.ts +7 -0
- package/{serialization/types/OAuthConnectionStatus.js → dist/serialization/types/CharacterAge.js} +2 -2
- package/dist/serialization/types/CharacterGender.d.ts +7 -0
- package/dist/serialization/types/CharacterGender.js +39 -0
- package/dist/serialization/types/CharacterMetadataResponseModel.d.ts +15 -0
- package/dist/serialization/types/CharacterMetadataResponseModel.js +47 -0
- package/dist/serialization/types/CharacterResponseModel.d.ts +12 -0
- package/dist/serialization/types/CharacterResponseModel.js +44 -0
- package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +4 -0
- package/dist/serialization/types/ConversationHistoryEvaluationCriteriaResultCommonModel.js +4 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +3 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.js +3 -0
- package/dist/serialization/types/ConversationReasoningModel.d.ts +10 -0
- package/dist/serialization/types/ConversationReasoningModel.js +42 -0
- package/dist/serialization/types/ConversationSummaryResponseModel.d.ts +3 -0
- package/dist/serialization/types/ConversationSummaryResponseModel.js +3 -0
- package/dist/serialization/types/ConversationUserResponseModel.d.ts +4 -0
- package/dist/serialization/types/ConversationUserResponseModel.js +4 -0
- package/dist/serialization/types/CreateAgentProcedureParams.d.ts +9 -0
- package/dist/serialization/types/CreateAgentProcedureParams.js +41 -0
- package/dist/serialization/types/CreateExotelPhoneNumberRequest.d.ts +1 -0
- package/dist/serialization/types/CreateExotelPhoneNumberRequest.js +1 -0
- package/dist/serialization/types/CreateSipTrunkPhoneNumberRequest.d.ts +1 -0
- package/dist/serialization/types/CreateSipTrunkPhoneNumberRequest.js +1 -0
- package/dist/serialization/types/CreateTwilioPhoneNumberRequest.d.ts +1 -0
- package/dist/serialization/types/CreateTwilioPhoneNumberRequest.js +1 -0
- package/dist/serialization/types/CriteriaScoringMode.d.ts +7 -0
- package/dist/serialization/types/CriteriaScoringMode.js +39 -0
- package/dist/serialization/types/CustomHeaderAuthResponse.d.ts +4 -0
- package/dist/serialization/types/CustomHeaderAuthResponse.js +4 -0
- package/dist/serialization/types/DeleteAgentProcedureParams.d.ts +9 -0
- package/dist/serialization/types/DeleteAgentProcedureParams.js +41 -0
- package/dist/serialization/types/FrustratedConversationRef.d.ts +15 -0
- package/dist/serialization/types/FrustratedConversationRef.js +47 -0
- package/dist/serialization/types/FrustratedConversationRefOverallLabel.d.ts +7 -0
- package/dist/serialization/types/FrustratedConversationRefOverallLabel.js +39 -0
- package/dist/serialization/types/ListAgentProceduresParams.d.ts +9 -0
- package/dist/serialization/types/ListAgentProceduresParams.js +41 -0
- package/dist/serialization/types/ListAgentReferencesParams.d.ts +9 -0
- package/dist/serialization/types/ListAgentReferencesParams.js +41 -0
- package/dist/serialization/types/LiteralJsonSchemaPropertyType.d.ts +1 -1
- package/dist/serialization/types/LiteralJsonSchemaPropertyType.js +7 -1
- package/dist/serialization/types/LlmLiteralJsonSchemaPropertyType.d.ts +1 -1
- package/dist/serialization/types/LlmLiteralJsonSchemaPropertyType.js +7 -1
- package/dist/serialization/types/MergePreviewResponseModel.d.ts +30 -0
- package/dist/serialization/types/MergePreviewResponseModel.js +62 -0
- package/dist/serialization/types/MergePreviewResponseModelPhoneNumbersItem.d.ts +19 -0
- package/dist/serialization/types/MergePreviewResponseModelPhoneNumbersItem.js +51 -0
- package/dist/serialization/types/MtlsAuthResponse.d.ts +4 -0
- package/dist/serialization/types/MtlsAuthResponse.js +4 -0
- package/dist/serialization/types/OAuth2ClientCredsResponse.d.ts +4 -0
- package/dist/serialization/types/OAuth2ClientCredsResponse.js +4 -0
- package/dist/serialization/types/OAuth2JwtResponse.d.ts +4 -0
- package/dist/serialization/types/OAuth2JwtResponse.js +4 -0
- package/dist/serialization/types/PermissionType.d.ts +1 -1
- package/dist/serialization/types/PermissionType.js +2 -0
- package/dist/serialization/types/PhoneNumberTransfer.d.ts +2 -0
- package/dist/serialization/types/PhoneNumberTransfer.js +2 -0
- package/dist/serialization/types/PrivateKeyJwtResponse.d.ts +4 -0
- package/dist/serialization/types/PrivateKeyJwtResponse.js +4 -0
- package/dist/serialization/types/ProcedureAtVersionInput.d.ts +1 -1
- package/dist/serialization/types/ProcedureAtVersionInput.js +1 -1
- package/dist/serialization/types/ProcedureAtVersionOutput.d.ts +1 -1
- package/dist/serialization/types/ProcedureAtVersionOutput.js +1 -1
- package/dist/serialization/types/PromptAgentApiModelInput.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelInput.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelOutput.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelOutput.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +1 -0
- package/dist/serialization/types/PromptEvaluationCriteria.d.ts +4 -0
- package/dist/serialization/types/PromptEvaluationCriteria.js +4 -0
- package/dist/serialization/types/ScimGroupResponseModel.d.ts +14 -0
- package/dist/serialization/types/ScimGroupResponseModel.js +46 -0
- package/dist/serialization/types/ScopedAnalysisResult.d.ts +1 -0
- package/dist/serialization/types/ScopedAnalysisResult.js +1 -0
- package/dist/serialization/types/SentimentAggregate.d.ts +14 -0
- package/dist/serialization/types/SentimentAggregate.js +46 -0
- package/dist/serialization/types/SlackBotAuthResponse.d.ts +4 -0
- package/dist/serialization/types/SlackBotAuthResponse.js +4 -0
- package/dist/serialization/types/TurnConfig.d.ts +1 -0
- package/dist/serialization/types/TurnConfig.js +1 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.js +1 -0
- package/dist/serialization/types/UpdateAgentProcedureParams.d.ts +9 -0
- package/dist/serialization/types/UpdateAgentProcedureParams.js +41 -0
- package/dist/serialization/types/UpdateBearerAuthRequest.d.ts +10 -0
- package/dist/serialization/types/UpdateBearerAuthRequest.js +42 -0
- package/dist/serialization/types/UrlSecretAuthResponse.d.ts +4 -0
- package/dist/serialization/types/UrlSecretAuthResponse.js +4 -0
- package/dist/serialization/types/UuiTransferConfig.d.ts +12 -0
- package/dist/serialization/types/UuiTransferConfig.js +44 -0
- package/dist/serialization/types/UuiTransferConfigProtocolDiscriminatorMode.d.ts +7 -0
- package/dist/serialization/types/UuiTransferConfigProtocolDiscriminatorMode.js +39 -0
- package/dist/serialization/types/WebhookEventType.d.ts +1 -1
- package/dist/serialization/types/WebhookEventType.js +7 -1
- package/dist/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigInput.js +2 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.js +2 -0
- package/dist/serialization/types/WhatsAppAuthResponse.d.ts +4 -0
- package/dist/serialization/types/WhatsAppAuthResponse.js +4 -0
- package/dist/serialization/types/WorkflowOverrideAgentNodeModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowOverrideAgentNodeModelInput.js +2 -2
- package/dist/serialization/types/WorkflowOverrideAgentNodeModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowOverrideAgentNodeModelOutput.js +2 -2
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.js +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +2 -0
- package/dist/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/dist/serialization/types/WorkspaceGroupPermission.js +2 -0
- package/dist/serialization/types/WorkspaceGroupResponseModel.d.ts +2 -0
- package/dist/serialization/types/WorkspaceGroupResponseModel.js +2 -0
- package/dist/serialization/types/index.d.ts +22 -1
- package/dist/serialization/types/index.js +22 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +219 -2
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +1 -0
- package/serialization/resources/workspace/client/index.d.ts +1 -0
- package/serialization/resources/workspace/client/index.js +17 -0
- package/serialization/resources/workspace/client/requests/BodySetWorkspaceThirdPartyDisablingPolicyV1WorkspacesApiKeysThirdPartyDisablingPost.d.ts +9 -0
- package/serialization/resources/workspace/client/requests/BodySetWorkspaceThirdPartyDisablingPolicyV1WorkspacesApiKeysThirdPartyDisablingPost.js +41 -0
- package/serialization/resources/workspace/client/requests/index.d.ts +1 -0
- package/serialization/resources/workspace/client/requests/index.js +5 -0
- package/serialization/resources/workspace/index.d.ts +1 -0
- package/serialization/resources/workspace/index.js +1 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.d.ts +5 -1
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsUpdateRequestBody.js +2 -0
- package/serialization/types/AgentBranchSummary.d.ts +1 -0
- package/serialization/types/AgentBranchSummary.js +1 -0
- package/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +4 -4
- package/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.js +4 -4
- package/serialization/types/ApiIntegrationOAuth2CustomAppResponse.d.ts +4 -4
- package/serialization/types/ApiIntegrationOAuth2CustomAppResponse.js +4 -4
- package/serialization/types/AudioFilterId.d.ts +7 -0
- package/serialization/types/AudioFilterId.js +39 -0
- package/serialization/types/AuthConnectionStatus.d.ts +7 -0
- package/serialization/types/AuthConnectionStatus.js +39 -0
- package/serialization/types/BaseTurnConfig.d.ts +1 -0
- package/serialization/types/BaseTurnConfig.js +1 -0
- package/serialization/types/BasicAuthResponse.d.ts +4 -0
- package/serialization/types/BasicAuthResponse.js +4 -0
- package/serialization/types/BearerAuthResponse.d.ts +4 -0
- package/serialization/types/BearerAuthResponse.js +4 -0
- package/serialization/types/CaptionStyleModel.d.ts +4 -0
- package/serialization/types/CaptionStyleModel.js +4 -0
- package/serialization/types/CaptionStyleSectionAnimationModelEnterType.d.ts +1 -1
- package/serialization/types/CaptionStyleSectionAnimationModelEnterType.js +11 -1
- package/serialization/types/CaptionStyleSectionAnimationModelExitType.d.ts +1 -1
- package/serialization/types/CaptionStyleSectionAnimationModelExitType.js +11 -1
- package/serialization/types/CaptionStyleWordAnimationModelEnterType.d.ts +1 -1
- package/serialization/types/CaptionStyleWordAnimationModelEnterType.js +11 -1
- package/serialization/types/CaptionStyleWordAnimationModelExitType.d.ts +1 -1
- package/serialization/types/CaptionStyleWordAnimationModelExitType.js +11 -1
- package/serialization/types/CharacterAge.d.ts +7 -0
- package/serialization/types/CharacterAge.js +39 -0
- package/serialization/types/CharacterGender.d.ts +7 -0
- package/serialization/types/CharacterGender.js +39 -0
- package/serialization/types/CharacterMetadataResponseModel.d.ts +15 -0
- package/serialization/types/CharacterMetadataResponseModel.js +47 -0
- package/serialization/types/CharacterResponseModel.d.ts +12 -0
- package/serialization/types/CharacterResponseModel.js +44 -0
- package/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryAnalysisCommonModel.js +1 -0
- package/serialization/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +4 -0
- package/serialization/types/ConversationHistoryEvaluationCriteriaResultCommonModel.js +4 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +3 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.js +3 -0
- package/serialization/types/ConversationReasoningModel.d.ts +10 -0
- package/serialization/types/ConversationReasoningModel.js +42 -0
- package/serialization/types/ConversationSummaryResponseModel.d.ts +3 -0
- package/serialization/types/ConversationSummaryResponseModel.js +3 -0
- package/serialization/types/ConversationUserResponseModel.d.ts +4 -0
- package/serialization/types/ConversationUserResponseModel.js +4 -0
- package/serialization/types/CreateAgentProcedureParams.d.ts +9 -0
- package/serialization/types/CreateAgentProcedureParams.js +41 -0
- package/serialization/types/CreateExotelPhoneNumberRequest.d.ts +1 -0
- package/serialization/types/CreateExotelPhoneNumberRequest.js +1 -0
- package/serialization/types/CreateSipTrunkPhoneNumberRequest.d.ts +1 -0
- package/serialization/types/CreateSipTrunkPhoneNumberRequest.js +1 -0
- package/serialization/types/CreateTwilioPhoneNumberRequest.d.ts +1 -0
- package/serialization/types/CreateTwilioPhoneNumberRequest.js +1 -0
- package/serialization/types/CriteriaScoringMode.d.ts +7 -0
- package/serialization/types/CriteriaScoringMode.js +39 -0
- package/serialization/types/CustomHeaderAuthResponse.d.ts +4 -0
- package/serialization/types/CustomHeaderAuthResponse.js +4 -0
- package/serialization/types/DeleteAgentProcedureParams.d.ts +9 -0
- package/serialization/types/DeleteAgentProcedureParams.js +41 -0
- package/serialization/types/FrustratedConversationRef.d.ts +15 -0
- package/serialization/types/FrustratedConversationRef.js +47 -0
- package/serialization/types/FrustratedConversationRefOverallLabel.d.ts +7 -0
- package/serialization/types/FrustratedConversationRefOverallLabel.js +39 -0
- package/serialization/types/ListAgentProceduresParams.d.ts +9 -0
- package/serialization/types/ListAgentProceduresParams.js +41 -0
- package/serialization/types/ListAgentReferencesParams.d.ts +9 -0
- package/serialization/types/ListAgentReferencesParams.js +41 -0
- package/serialization/types/LiteralJsonSchemaPropertyType.d.ts +1 -1
- package/serialization/types/LiteralJsonSchemaPropertyType.js +7 -1
- package/serialization/types/LlmLiteralJsonSchemaPropertyType.d.ts +1 -1
- package/serialization/types/LlmLiteralJsonSchemaPropertyType.js +7 -1
- package/serialization/types/MergePreviewResponseModel.d.ts +30 -0
- package/serialization/types/MergePreviewResponseModel.js +62 -0
- package/serialization/types/MergePreviewResponseModelPhoneNumbersItem.d.ts +19 -0
- package/serialization/types/MergePreviewResponseModelPhoneNumbersItem.js +51 -0
- package/serialization/types/MtlsAuthResponse.d.ts +4 -0
- package/serialization/types/MtlsAuthResponse.js +4 -0
- package/serialization/types/OAuth2ClientCredsResponse.d.ts +4 -0
- package/serialization/types/OAuth2ClientCredsResponse.js +4 -0
- package/serialization/types/OAuth2JwtResponse.d.ts +4 -0
- package/serialization/types/OAuth2JwtResponse.js +4 -0
- package/serialization/types/PermissionType.d.ts +1 -1
- package/serialization/types/PermissionType.js +2 -0
- package/serialization/types/PhoneNumberTransfer.d.ts +2 -0
- package/serialization/types/PhoneNumberTransfer.js +2 -0
- package/serialization/types/PrivateKeyJwtResponse.d.ts +4 -0
- package/serialization/types/PrivateKeyJwtResponse.js +4 -0
- package/serialization/types/ProcedureAtVersionInput.d.ts +1 -1
- package/serialization/types/ProcedureAtVersionInput.js +1 -1
- package/serialization/types/ProcedureAtVersionOutput.d.ts +1 -1
- package/serialization/types/ProcedureAtVersionOutput.js +1 -1
- package/serialization/types/PromptAgentApiModelInput.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelInput.js +1 -0
- package/serialization/types/PromptAgentApiModelOutput.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelOutput.js +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +1 -0
- package/serialization/types/PromptEvaluationCriteria.d.ts +4 -0
- package/serialization/types/PromptEvaluationCriteria.js +4 -0
- package/serialization/types/ScimGroupResponseModel.d.ts +14 -0
- package/serialization/types/ScimGroupResponseModel.js +46 -0
- package/serialization/types/ScopedAnalysisResult.d.ts +1 -0
- package/serialization/types/ScopedAnalysisResult.js +1 -0
- package/serialization/types/SentimentAggregate.d.ts +14 -0
- package/serialization/types/SentimentAggregate.js +46 -0
- package/serialization/types/SlackBotAuthResponse.d.ts +4 -0
- package/serialization/types/SlackBotAuthResponse.js +4 -0
- package/serialization/types/TurnConfig.d.ts +1 -0
- package/serialization/types/TurnConfig.js +1 -0
- package/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
- package/serialization/types/TurnConfigWorkflowOverride.js +1 -0
- package/serialization/types/UpdateAgentProcedureParams.d.ts +9 -0
- package/serialization/types/UpdateAgentProcedureParams.js +41 -0
- package/serialization/types/UpdateBearerAuthRequest.d.ts +10 -0
- package/serialization/types/UpdateBearerAuthRequest.js +42 -0
- package/serialization/types/UrlSecretAuthResponse.d.ts +4 -0
- package/serialization/types/UrlSecretAuthResponse.js +4 -0
- package/serialization/types/UuiTransferConfig.d.ts +12 -0
- package/serialization/types/UuiTransferConfig.js +44 -0
- package/serialization/types/UuiTransferConfigProtocolDiscriminatorMode.d.ts +7 -0
- package/serialization/types/UuiTransferConfigProtocolDiscriminatorMode.js +39 -0
- package/serialization/types/WebhookEventType.d.ts +1 -1
- package/serialization/types/WebhookEventType.js +7 -1
- package/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +2 -0
- package/serialization/types/WebhookToolApiSchemaConfigInput.js +2 -0
- package/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +2 -0
- package/serialization/types/WebhookToolApiSchemaConfigOutput.js +2 -0
- package/serialization/types/WhatsAppAuthResponse.d.ts +4 -0
- package/serialization/types/WhatsAppAuthResponse.js +4 -0
- package/serialization/types/WorkflowOverrideAgentNodeModelInput.d.ts +2 -2
- package/serialization/types/WorkflowOverrideAgentNodeModelInput.js +2 -2
- package/serialization/types/WorkflowOverrideAgentNodeModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowOverrideAgentNodeModelOutput.js +2 -2
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.js +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +2 -0
- package/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/serialization/types/WorkspaceGroupPermission.js +2 -0
- package/serialization/types/WorkspaceGroupResponseModel.d.ts +2 -0
- package/serialization/types/WorkspaceGroupResponseModel.js +2 -0
- package/serialization/types/index.d.ts +22 -1
- package/serialization/types/index.js +22 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/types/OAuthConnectionStatus.d.ts +0 -6
- package/api/types/OAuthConnectionStatus.js +0 -9
- package/dist/api/types/OAuthConnectionStatus.d.ts +0 -6
- package/dist/api/types/OAuthConnectionStatus.js +0 -9
- package/dist/serialization/types/OAuthConnectionStatus.d.ts +0 -7
- package/serialization/types/OAuthConnectionStatus.d.ts +0 -7
package/api/types/index.d.ts
CHANGED
|
@@ -139,6 +139,7 @@ export * from "./AttachedTestModel";
|
|
|
139
139
|
export * from "./AudioAnalysis";
|
|
140
140
|
export * from "./AudioAnalysisResult";
|
|
141
141
|
export * from "./AudioAnalysisStatus";
|
|
142
|
+
export * from "./AudioFilterId";
|
|
142
143
|
export * from "./AudioFormatEnum";
|
|
143
144
|
export * from "./AudioIsolationHistoryItemResponseModel";
|
|
144
145
|
export * from "./AudioKeyMoment";
|
|
@@ -156,6 +157,7 @@ export * from "./AuthConnectionDependencies";
|
|
|
156
157
|
export * from "./AuthConnectionDependenciesMcpServersItem";
|
|
157
158
|
export * from "./AuthConnectionDependenciesToolsItem";
|
|
158
159
|
export * from "./AuthConnectionLocator";
|
|
160
|
+
export * from "./AuthConnectionStatus";
|
|
159
161
|
export * from "./AuthenticationActivityId";
|
|
160
162
|
export * from "./AuthorizationMethod";
|
|
161
163
|
export * from "./AuthSettings";
|
|
@@ -227,9 +229,13 @@ export * from "./ChapterState";
|
|
|
227
229
|
export * from "./ChapterStatisticsResponse";
|
|
228
230
|
export * from "./ChapterWithContentResponseModel";
|
|
229
231
|
export * from "./ChapterWithContentResponseModelState";
|
|
232
|
+
export * from "./CharacterAge";
|
|
230
233
|
export * from "./CharacterAlignmentModel";
|
|
231
234
|
export * from "./CharacterAlignmentResponseModel";
|
|
235
|
+
export * from "./CharacterGender";
|
|
236
|
+
export * from "./CharacterMetadataResponseModel";
|
|
232
237
|
export * from "./CharacterRefreshPeriod";
|
|
238
|
+
export * from "./CharacterResponseModel";
|
|
233
239
|
export * from "./CharacterUsageResponse";
|
|
234
240
|
export * from "./ChatSourceMedium";
|
|
235
241
|
export * from "./CheckServiceAvailabilityParams";
|
|
@@ -346,6 +352,7 @@ export * from "./ConversationInitiationClientDataWebhookRequestHeadersValue";
|
|
|
346
352
|
export * from "./ConversationInitiationSource";
|
|
347
353
|
export * from "./ConversationInitiationSourceInfo";
|
|
348
354
|
export * from "./ConversationProduct";
|
|
355
|
+
export * from "./ConversationReasoningModel";
|
|
349
356
|
export * from "./ConversationSentimentAnalysis";
|
|
350
357
|
export * from "./ConversationSentimentAnalysisOverallLabel";
|
|
351
358
|
export * from "./ConversationSignedUrlResponseModel";
|
|
@@ -364,6 +371,7 @@ export * from "./ConversationVoiceUsageModel";
|
|
|
364
371
|
export * from "./ConvertChapterResponseModel";
|
|
365
372
|
export * from "./ConvertProjectResponseModel";
|
|
366
373
|
export * from "./CreateAgentBranchResponseModel";
|
|
374
|
+
export * from "./CreateAgentProcedureParams";
|
|
367
375
|
export * from "./CreateAgentResponseModel";
|
|
368
376
|
export * from "./CreateAgentRuleParams";
|
|
369
377
|
export * from "./CreateAgentTestFolderResponseModel";
|
|
@@ -403,6 +411,7 @@ export * from "./CreateStringEnvironmentVariableRequest";
|
|
|
403
411
|
export * from "./CreateToolCallUnitTestRequest";
|
|
404
412
|
export * from "./CreateTranscriptRequest";
|
|
405
413
|
export * from "./CreateTwilioPhoneNumberRequest";
|
|
414
|
+
export * from "./CriteriaScoringMode";
|
|
406
415
|
export * from "./CueOptionsRequest";
|
|
407
416
|
export * from "./Currency";
|
|
408
417
|
export * from "./CustomGuardrailConfig";
|
|
@@ -426,6 +435,7 @@ export * from "./DashboardDataCollectionChartModel";
|
|
|
426
435
|
export * from "./DataCollectionResultCommonModel";
|
|
427
436
|
export * from "./DefaultSharingGroupResponseModel";
|
|
428
437
|
export * from "./DefaultSharingGroupResponseModelPermissionLevel";
|
|
438
|
+
export * from "./DeleteAgentProcedureParams";
|
|
429
439
|
export * from "./DeleteAgentRuleParams";
|
|
430
440
|
export * from "./DeleteAssetParams";
|
|
431
441
|
export * from "./DeleteCalendarEventParams";
|
|
@@ -557,6 +567,8 @@ export * from "./FocusGuardrail";
|
|
|
557
567
|
export * from "./ForcedAlignmentCharacterResponseModel";
|
|
558
568
|
export * from "./ForcedAlignmentResponseModel";
|
|
559
569
|
export * from "./ForcedAlignmentWordResponseModel";
|
|
570
|
+
export * from "./FrustratedConversationRef";
|
|
571
|
+
export * from "./FrustratedConversationRefOverallLabel";
|
|
560
572
|
export * from "./Gender";
|
|
561
573
|
export * from "./GenerateVoiceRequest";
|
|
562
574
|
export * from "./GenerationChunkInput";
|
|
@@ -713,6 +725,8 @@ export * from "./LanguagesResponse";
|
|
|
713
725
|
export * from "./LeaveMessageParams";
|
|
714
726
|
export * from "./LibraryVoiceResponse";
|
|
715
727
|
export * from "./LibraryVoiceResponseModelCategory";
|
|
728
|
+
export * from "./ListAgentProceduresParams";
|
|
729
|
+
export * from "./ListAgentReferencesParams";
|
|
716
730
|
export * from "./ListAgentRulesParams";
|
|
717
731
|
export * from "./ListAssetsParams";
|
|
718
732
|
export * from "./ListAuthConnectionsResponse";
|
|
@@ -789,6 +803,8 @@ export * from "./MediaCodec";
|
|
|
789
803
|
export * from "./MediaId";
|
|
790
804
|
export * from "./MemoryEntrySearchResult";
|
|
791
805
|
export * from "./MemoryEntrySearchResultSource";
|
|
806
|
+
export * from "./MergePreviewResponseModel";
|
|
807
|
+
export * from "./MergePreviewResponseModelPhoneNumbersItem";
|
|
792
808
|
export * from "./MessageSearchSortBy";
|
|
793
809
|
export * from "./MessagesSearchResponse";
|
|
794
810
|
export * from "./MessagesSearchResult";
|
|
@@ -819,7 +835,6 @@ export * from "./OAuth2ClientCredsResponse";
|
|
|
819
835
|
export * from "./OAuth2JwtResponse";
|
|
820
836
|
export * from "./OAuth2JwtResponseAlgorithm";
|
|
821
837
|
export * from "./OAuth2JwtResponseTokenResponseField";
|
|
822
|
-
export * from "./OAuthConnectionStatus";
|
|
823
838
|
export * from "./ObjectJsonSchemaPropertyInput";
|
|
824
839
|
export * from "./ObjectJsonSchemaPropertyInputPropertiesValue";
|
|
825
840
|
export * from "./ObjectJsonSchemaPropertyOutput";
|
|
@@ -1044,6 +1059,7 @@ export * from "./SayNodeLiteralMessageOutput";
|
|
|
1044
1059
|
export * from "./SayNodePromptMessageInput";
|
|
1045
1060
|
export * from "./SayNodePromptMessageOutput";
|
|
1046
1061
|
export * from "./ScheduleGroupSessionParams";
|
|
1062
|
+
export * from "./ScimGroupResponseModel";
|
|
1047
1063
|
export * from "./ScopedAnalysisResult";
|
|
1048
1064
|
export * from "./ScribeAuthErrorPayload";
|
|
1049
1065
|
export * from "./ScribeChunkSizeExceededErrorPayload";
|
|
@@ -1075,6 +1091,7 @@ export * from "./SegmentTranslationResponse";
|
|
|
1075
1091
|
export * from "./SegmentUpdateResponse";
|
|
1076
1092
|
export * from "./SendText";
|
|
1077
1093
|
export * from "./SendTextMulti";
|
|
1094
|
+
export * from "./SentimentAggregate";
|
|
1078
1095
|
export * from "./SessionStartedPayload";
|
|
1079
1096
|
export * from "./SessionStartedPayloadConfig";
|
|
1080
1097
|
export * from "./SessionStartedPayloadConfigCommitStrategy";
|
|
@@ -1271,10 +1288,12 @@ export * from "./UnitTestToolCallEvaluationModelOutput";
|
|
|
1271
1288
|
export * from "./UnitTestToolCallParameter";
|
|
1272
1289
|
export * from "./UnitTestToolCallParameterEval";
|
|
1273
1290
|
export * from "./UnitTestWorkflowNodeTransitionEvaluationNodeId";
|
|
1291
|
+
export * from "./UpdateAgentProcedureParams";
|
|
1274
1292
|
export * from "./UpdateAgentRuleParams";
|
|
1275
1293
|
export * from "./UpdateAssetParams";
|
|
1276
1294
|
export * from "./UpdateAudioNativeProjectRequest";
|
|
1277
1295
|
export * from "./UpdateBasicAuthRequest";
|
|
1296
|
+
export * from "./UpdateBearerAuthRequest";
|
|
1278
1297
|
export * from "./UpdateBookingPageAppearanceParams";
|
|
1279
1298
|
export * from "./UpdateBookingPageSettingsParams";
|
|
1280
1299
|
export * from "./UpdateBusinessInfoParams";
|
|
@@ -1316,6 +1335,8 @@ export * from "./UsersSortBy";
|
|
|
1316
1335
|
export * from "./UserTranscriptPayload";
|
|
1317
1336
|
export * from "./UserTypeId";
|
|
1318
1337
|
export * from "./UtteranceResponseModel";
|
|
1338
|
+
export * from "./UuiTransferConfig";
|
|
1339
|
+
export * from "./UuiTransferConfigProtocolDiscriminatorMode";
|
|
1319
1340
|
export * from "./VadConfig";
|
|
1320
1341
|
export * from "./VadConfigWorkflowOverride";
|
|
1321
1342
|
export * from "./ValidationError";
|
package/api/types/index.js
CHANGED
|
@@ -155,6 +155,7 @@ __exportStar(require("./AttachedTestModel"), exports);
|
|
|
155
155
|
__exportStar(require("./AudioAnalysis"), exports);
|
|
156
156
|
__exportStar(require("./AudioAnalysisResult"), exports);
|
|
157
157
|
__exportStar(require("./AudioAnalysisStatus"), exports);
|
|
158
|
+
__exportStar(require("./AudioFilterId"), exports);
|
|
158
159
|
__exportStar(require("./AudioFormatEnum"), exports);
|
|
159
160
|
__exportStar(require("./AudioIsolationHistoryItemResponseModel"), exports);
|
|
160
161
|
__exportStar(require("./AudioKeyMoment"), exports);
|
|
@@ -172,6 +173,7 @@ __exportStar(require("./AuthConnectionDependencies"), exports);
|
|
|
172
173
|
__exportStar(require("./AuthConnectionDependenciesMcpServersItem"), exports);
|
|
173
174
|
__exportStar(require("./AuthConnectionDependenciesToolsItem"), exports);
|
|
174
175
|
__exportStar(require("./AuthConnectionLocator"), exports);
|
|
176
|
+
__exportStar(require("./AuthConnectionStatus"), exports);
|
|
175
177
|
__exportStar(require("./AuthenticationActivityId"), exports);
|
|
176
178
|
__exportStar(require("./AuthorizationMethod"), exports);
|
|
177
179
|
__exportStar(require("./AuthSettings"), exports);
|
|
@@ -243,9 +245,13 @@ __exportStar(require("./ChapterState"), exports);
|
|
|
243
245
|
__exportStar(require("./ChapterStatisticsResponse"), exports);
|
|
244
246
|
__exportStar(require("./ChapterWithContentResponseModel"), exports);
|
|
245
247
|
__exportStar(require("./ChapterWithContentResponseModelState"), exports);
|
|
248
|
+
__exportStar(require("./CharacterAge"), exports);
|
|
246
249
|
__exportStar(require("./CharacterAlignmentModel"), exports);
|
|
247
250
|
__exportStar(require("./CharacterAlignmentResponseModel"), exports);
|
|
251
|
+
__exportStar(require("./CharacterGender"), exports);
|
|
252
|
+
__exportStar(require("./CharacterMetadataResponseModel"), exports);
|
|
248
253
|
__exportStar(require("./CharacterRefreshPeriod"), exports);
|
|
254
|
+
__exportStar(require("./CharacterResponseModel"), exports);
|
|
249
255
|
__exportStar(require("./CharacterUsageResponse"), exports);
|
|
250
256
|
__exportStar(require("./ChatSourceMedium"), exports);
|
|
251
257
|
__exportStar(require("./CheckServiceAvailabilityParams"), exports);
|
|
@@ -362,6 +368,7 @@ __exportStar(require("./ConversationInitiationClientDataWebhookRequestHeadersVal
|
|
|
362
368
|
__exportStar(require("./ConversationInitiationSource"), exports);
|
|
363
369
|
__exportStar(require("./ConversationInitiationSourceInfo"), exports);
|
|
364
370
|
__exportStar(require("./ConversationProduct"), exports);
|
|
371
|
+
__exportStar(require("./ConversationReasoningModel"), exports);
|
|
365
372
|
__exportStar(require("./ConversationSentimentAnalysis"), exports);
|
|
366
373
|
__exportStar(require("./ConversationSentimentAnalysisOverallLabel"), exports);
|
|
367
374
|
__exportStar(require("./ConversationSignedUrlResponseModel"), exports);
|
|
@@ -380,6 +387,7 @@ __exportStar(require("./ConversationVoiceUsageModel"), exports);
|
|
|
380
387
|
__exportStar(require("./ConvertChapterResponseModel"), exports);
|
|
381
388
|
__exportStar(require("./ConvertProjectResponseModel"), exports);
|
|
382
389
|
__exportStar(require("./CreateAgentBranchResponseModel"), exports);
|
|
390
|
+
__exportStar(require("./CreateAgentProcedureParams"), exports);
|
|
383
391
|
__exportStar(require("./CreateAgentResponseModel"), exports);
|
|
384
392
|
__exportStar(require("./CreateAgentRuleParams"), exports);
|
|
385
393
|
__exportStar(require("./CreateAgentTestFolderResponseModel"), exports);
|
|
@@ -419,6 +427,7 @@ __exportStar(require("./CreateStringEnvironmentVariableRequest"), exports);
|
|
|
419
427
|
__exportStar(require("./CreateToolCallUnitTestRequest"), exports);
|
|
420
428
|
__exportStar(require("./CreateTranscriptRequest"), exports);
|
|
421
429
|
__exportStar(require("./CreateTwilioPhoneNumberRequest"), exports);
|
|
430
|
+
__exportStar(require("./CriteriaScoringMode"), exports);
|
|
422
431
|
__exportStar(require("./CueOptionsRequest"), exports);
|
|
423
432
|
__exportStar(require("./Currency"), exports);
|
|
424
433
|
__exportStar(require("./CustomGuardrailConfig"), exports);
|
|
@@ -442,6 +451,7 @@ __exportStar(require("./DashboardDataCollectionChartModel"), exports);
|
|
|
442
451
|
__exportStar(require("./DataCollectionResultCommonModel"), exports);
|
|
443
452
|
__exportStar(require("./DefaultSharingGroupResponseModel"), exports);
|
|
444
453
|
__exportStar(require("./DefaultSharingGroupResponseModelPermissionLevel"), exports);
|
|
454
|
+
__exportStar(require("./DeleteAgentProcedureParams"), exports);
|
|
445
455
|
__exportStar(require("./DeleteAgentRuleParams"), exports);
|
|
446
456
|
__exportStar(require("./DeleteAssetParams"), exports);
|
|
447
457
|
__exportStar(require("./DeleteCalendarEventParams"), exports);
|
|
@@ -573,6 +583,8 @@ __exportStar(require("./FocusGuardrail"), exports);
|
|
|
573
583
|
__exportStar(require("./ForcedAlignmentCharacterResponseModel"), exports);
|
|
574
584
|
__exportStar(require("./ForcedAlignmentResponseModel"), exports);
|
|
575
585
|
__exportStar(require("./ForcedAlignmentWordResponseModel"), exports);
|
|
586
|
+
__exportStar(require("./FrustratedConversationRef"), exports);
|
|
587
|
+
__exportStar(require("./FrustratedConversationRefOverallLabel"), exports);
|
|
576
588
|
__exportStar(require("./Gender"), exports);
|
|
577
589
|
__exportStar(require("./GenerateVoiceRequest"), exports);
|
|
578
590
|
__exportStar(require("./GenerationChunkInput"), exports);
|
|
@@ -729,6 +741,8 @@ __exportStar(require("./LanguagesResponse"), exports);
|
|
|
729
741
|
__exportStar(require("./LeaveMessageParams"), exports);
|
|
730
742
|
__exportStar(require("./LibraryVoiceResponse"), exports);
|
|
731
743
|
__exportStar(require("./LibraryVoiceResponseModelCategory"), exports);
|
|
744
|
+
__exportStar(require("./ListAgentProceduresParams"), exports);
|
|
745
|
+
__exportStar(require("./ListAgentReferencesParams"), exports);
|
|
732
746
|
__exportStar(require("./ListAgentRulesParams"), exports);
|
|
733
747
|
__exportStar(require("./ListAssetsParams"), exports);
|
|
734
748
|
__exportStar(require("./ListAuthConnectionsResponse"), exports);
|
|
@@ -805,6 +819,8 @@ __exportStar(require("./MediaCodec"), exports);
|
|
|
805
819
|
__exportStar(require("./MediaId"), exports);
|
|
806
820
|
__exportStar(require("./MemoryEntrySearchResult"), exports);
|
|
807
821
|
__exportStar(require("./MemoryEntrySearchResultSource"), exports);
|
|
822
|
+
__exportStar(require("./MergePreviewResponseModel"), exports);
|
|
823
|
+
__exportStar(require("./MergePreviewResponseModelPhoneNumbersItem"), exports);
|
|
808
824
|
__exportStar(require("./MessageSearchSortBy"), exports);
|
|
809
825
|
__exportStar(require("./MessagesSearchResponse"), exports);
|
|
810
826
|
__exportStar(require("./MessagesSearchResult"), exports);
|
|
@@ -835,7 +851,6 @@ __exportStar(require("./OAuth2ClientCredsResponse"), exports);
|
|
|
835
851
|
__exportStar(require("./OAuth2JwtResponse"), exports);
|
|
836
852
|
__exportStar(require("./OAuth2JwtResponseAlgorithm"), exports);
|
|
837
853
|
__exportStar(require("./OAuth2JwtResponseTokenResponseField"), exports);
|
|
838
|
-
__exportStar(require("./OAuthConnectionStatus"), exports);
|
|
839
854
|
__exportStar(require("./ObjectJsonSchemaPropertyInput"), exports);
|
|
840
855
|
__exportStar(require("./ObjectJsonSchemaPropertyInputPropertiesValue"), exports);
|
|
841
856
|
__exportStar(require("./ObjectJsonSchemaPropertyOutput"), exports);
|
|
@@ -1060,6 +1075,7 @@ __exportStar(require("./SayNodeLiteralMessageOutput"), exports);
|
|
|
1060
1075
|
__exportStar(require("./SayNodePromptMessageInput"), exports);
|
|
1061
1076
|
__exportStar(require("./SayNodePromptMessageOutput"), exports);
|
|
1062
1077
|
__exportStar(require("./ScheduleGroupSessionParams"), exports);
|
|
1078
|
+
__exportStar(require("./ScimGroupResponseModel"), exports);
|
|
1063
1079
|
__exportStar(require("./ScopedAnalysisResult"), exports);
|
|
1064
1080
|
__exportStar(require("./ScribeAuthErrorPayload"), exports);
|
|
1065
1081
|
__exportStar(require("./ScribeChunkSizeExceededErrorPayload"), exports);
|
|
@@ -1091,6 +1107,7 @@ __exportStar(require("./SegmentTranslationResponse"), exports);
|
|
|
1091
1107
|
__exportStar(require("./SegmentUpdateResponse"), exports);
|
|
1092
1108
|
__exportStar(require("./SendText"), exports);
|
|
1093
1109
|
__exportStar(require("./SendTextMulti"), exports);
|
|
1110
|
+
__exportStar(require("./SentimentAggregate"), exports);
|
|
1094
1111
|
__exportStar(require("./SessionStartedPayload"), exports);
|
|
1095
1112
|
__exportStar(require("./SessionStartedPayloadConfig"), exports);
|
|
1096
1113
|
__exportStar(require("./SessionStartedPayloadConfigCommitStrategy"), exports);
|
|
@@ -1287,10 +1304,12 @@ __exportStar(require("./UnitTestToolCallEvaluationModelOutput"), exports);
|
|
|
1287
1304
|
__exportStar(require("./UnitTestToolCallParameter"), exports);
|
|
1288
1305
|
__exportStar(require("./UnitTestToolCallParameterEval"), exports);
|
|
1289
1306
|
__exportStar(require("./UnitTestWorkflowNodeTransitionEvaluationNodeId"), exports);
|
|
1307
|
+
__exportStar(require("./UpdateAgentProcedureParams"), exports);
|
|
1290
1308
|
__exportStar(require("./UpdateAgentRuleParams"), exports);
|
|
1291
1309
|
__exportStar(require("./UpdateAssetParams"), exports);
|
|
1292
1310
|
__exportStar(require("./UpdateAudioNativeProjectRequest"), exports);
|
|
1293
1311
|
__exportStar(require("./UpdateBasicAuthRequest"), exports);
|
|
1312
|
+
__exportStar(require("./UpdateBearerAuthRequest"), exports);
|
|
1294
1313
|
__exportStar(require("./UpdateBookingPageAppearanceParams"), exports);
|
|
1295
1314
|
__exportStar(require("./UpdateBookingPageSettingsParams"), exports);
|
|
1296
1315
|
__exportStar(require("./UpdateBusinessInfoParams"), exports);
|
|
@@ -1332,6 +1351,8 @@ __exportStar(require("./UsersSortBy"), exports);
|
|
|
1332
1351
|
__exportStar(require("./UserTranscriptPayload"), exports);
|
|
1333
1352
|
__exportStar(require("./UserTypeId"), exports);
|
|
1334
1353
|
__exportStar(require("./UtteranceResponseModel"), exports);
|
|
1354
|
+
__exportStar(require("./UuiTransferConfig"), exports);
|
|
1355
|
+
__exportStar(require("./UuiTransferConfigProtocolDiscriminatorMode"), exports);
|
|
1335
1356
|
__exportStar(require("./VadConfig"), exports);
|
|
1336
1357
|
__exportStar(require("./VadConfigWorkflowOverride"), exports);
|
|
1337
1358
|
__exportStar(require("./ValidationError"), exports);
|
package/dist/BaseClient.js
CHANGED
|
@@ -41,8 +41,8 @@ function normalizeClientOptions(options) {
|
|
|
41
41
|
const headers = (0, headers_1.mergeHeaders)({
|
|
42
42
|
"X-Fern-Language": "JavaScript",
|
|
43
43
|
"X-Fern-SDK-Name": "@elevenlabs/elevenlabs-js",
|
|
44
|
-
"X-Fern-SDK-Version": "2.
|
|
45
|
-
"User-Agent": "@elevenlabs/elevenlabs-js/2.
|
|
44
|
+
"X-Fern-SDK-Version": "2.55.0",
|
|
45
|
+
"User-Agent": "@elevenlabs/elevenlabs-js/2.55.0",
|
|
46
46
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
47
47
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
48
48
|
"xi-api-key": options === null || options === void 0 ? void 0 : options.apiKey,
|
package/dist/Client.d.ts
CHANGED
|
@@ -53,6 +53,7 @@ export declare class ElevenLabsClient {
|
|
|
53
53
|
protected _audioNative: AudioNativeClient | undefined;
|
|
54
54
|
protected _usage: UsageClient | undefined;
|
|
55
55
|
protected _pronunciationDictionaries: PronunciationDictionariesClient | undefined;
|
|
56
|
+
protected _workspace: WorkspaceClient | undefined;
|
|
56
57
|
protected _serviceAccounts: ServiceAccountsClient | undefined;
|
|
57
58
|
protected _webhooks: WebhooksClient | undefined;
|
|
58
59
|
protected _speechToText: SpeechToTextClient | undefined;
|
|
@@ -62,7 +63,6 @@ export declare class ElevenLabsClient {
|
|
|
62
63
|
protected _environmentVariables: EnvironmentVariablesClient | undefined;
|
|
63
64
|
protected _productions: ProductionsClient | undefined;
|
|
64
65
|
protected _tokens: TokensClient | undefined;
|
|
65
|
-
protected _workspace: WorkspaceClient | undefined;
|
|
66
66
|
protected _workspaces: WorkspacesClient | undefined;
|
|
67
67
|
constructor(options?: ElevenLabsClient.Options);
|
|
68
68
|
get history(): HistoryClient;
|
|
@@ -82,6 +82,7 @@ export declare class ElevenLabsClient {
|
|
|
82
82
|
get audioNative(): AudioNativeClient;
|
|
83
83
|
get usage(): UsageClient;
|
|
84
84
|
get pronunciationDictionaries(): PronunciationDictionariesClient;
|
|
85
|
+
get workspace(): WorkspaceClient;
|
|
85
86
|
get serviceAccounts(): ServiceAccountsClient;
|
|
86
87
|
get webhooks(): WebhooksClient;
|
|
87
88
|
get speechToText(): SpeechToTextClient;
|
|
@@ -91,7 +92,6 @@ export declare class ElevenLabsClient {
|
|
|
91
92
|
get environmentVariables(): EnvironmentVariablesClient;
|
|
92
93
|
get productions(): ProductionsClient;
|
|
93
94
|
get tokens(): TokensClient;
|
|
94
|
-
get workspace(): WorkspaceClient;
|
|
95
95
|
get workspaces(): WorkspacesClient;
|
|
96
96
|
/**
|
|
97
97
|
* Add a generated voice to the voice library.
|
package/dist/Client.js
CHANGED
|
@@ -150,6 +150,10 @@ class ElevenLabsClient {
|
|
|
150
150
|
var _a;
|
|
151
151
|
return ((_a = this._pronunciationDictionaries) !== null && _a !== void 0 ? _a : (this._pronunciationDictionaries = new Client_11.PronunciationDictionariesClient(this._options)));
|
|
152
152
|
}
|
|
153
|
+
get workspace() {
|
|
154
|
+
var _a;
|
|
155
|
+
return ((_a = this._workspace) !== null && _a !== void 0 ? _a : (this._workspace = new Client_27.WorkspaceClient(this._options)));
|
|
156
|
+
}
|
|
153
157
|
get serviceAccounts() {
|
|
154
158
|
var _a;
|
|
155
159
|
return ((_a = this._serviceAccounts) !== null && _a !== void 0 ? _a : (this._serviceAccounts = new Client_13.ServiceAccountsClient(this._options)));
|
|
@@ -186,10 +190,6 @@ class ElevenLabsClient {
|
|
|
186
190
|
var _a;
|
|
187
191
|
return ((_a = this._tokens) !== null && _a !== void 0 ? _a : (this._tokens = new Client_22.TokensClient(this._options)));
|
|
188
192
|
}
|
|
189
|
-
get workspace() {
|
|
190
|
-
var _a;
|
|
191
|
-
return ((_a = this._workspace) !== null && _a !== void 0 ? _a : (this._workspace = new Client_27.WorkspaceClient(this._options)));
|
|
192
|
-
}
|
|
193
193
|
get workspaces() {
|
|
194
194
|
var _a;
|
|
195
195
|
return ((_a = this._workspaces) !== null && _a !== void 0 ? _a : (this._workspaces = new Client_28.WorkspacesClient(this._options)));
|
|
@@ -137,7 +137,9 @@ export declare class AgentsClient {
|
|
|
137
137
|
duplicate(agent_id: string, request?: ElevenLabs.conversationalAi.BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost, requestOptions?: AgentsClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.CreateAgentResponseModel>;
|
|
138
138
|
private __duplicate;
|
|
139
139
|
/**
|
|
140
|
-
*
|
|
140
|
+
* @deprecated
|
|
141
|
+
*
|
|
142
|
+
* Deprecated. Use the `/v1/convai/agent-testing/create` and `/v1/convai/agents/:agent_id/run-tests` endpoints to create and run simulations. Run a conversation between the agent and a simulated user.
|
|
141
143
|
*
|
|
142
144
|
* @param {string} agent_id - The id of an agent. This is returned on agent creation.
|
|
143
145
|
* @param {ElevenLabs.conversationalAi.BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost} request
|
|
@@ -159,7 +161,9 @@ export declare class AgentsClient {
|
|
|
159
161
|
simulateConversation(agent_id: string, request: ElevenLabs.conversationalAi.BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost, requestOptions?: AgentsClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.AgentSimulatedChatTestResponseModel>;
|
|
160
162
|
private __simulateConversation;
|
|
161
163
|
/**
|
|
162
|
-
*
|
|
164
|
+
* @deprecated
|
|
165
|
+
*
|
|
166
|
+
* Deprecated. Use the `/v1/convai/agent-testing/create` and `/v1/convai/agents/:agent_id/run-tests` endpoints to create and run simulations. Run a conversation between the agent and a simulated user and stream back the response. Response is streamed back as partial lists of messages that should be concatenated and once the conversation has complete a single final message with the conversation analysis will be sent.
|
|
163
167
|
*
|
|
164
168
|
* @param {string} agent_id - The id of an agent. This is returned on agent creation.
|
|
165
169
|
* @param {ElevenLabs.conversationalAi.BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost} request
|
|
@@ -498,7 +498,9 @@ class AgentsClient {
|
|
|
498
498
|
});
|
|
499
499
|
}
|
|
500
500
|
/**
|
|
501
|
-
*
|
|
501
|
+
* @deprecated
|
|
502
|
+
*
|
|
503
|
+
* Deprecated. Use the `/v1/convai/agent-testing/create` and `/v1/convai/agents/:agent_id/run-tests` endpoints to create and run simulations. Run a conversation between the agent and a simulated user.
|
|
502
504
|
*
|
|
503
505
|
* @param {string} agent_id - The id of an agent. This is returned on agent creation.
|
|
504
506
|
* @param {ElevenLabs.conversationalAi.BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost} request
|
|
@@ -565,7 +567,9 @@ class AgentsClient {
|
|
|
565
567
|
});
|
|
566
568
|
}
|
|
567
569
|
/**
|
|
568
|
-
*
|
|
570
|
+
* @deprecated
|
|
571
|
+
*
|
|
572
|
+
* Deprecated. Use the `/v1/convai/agent-testing/create` and `/v1/convai/agents/:agent_id/run-tests` endpoints to create and run simulations. Run a conversation between the agent and a simulated user and stream back the response. Response is streamed back as partial lists of messages that should be concatenated and once the conversation has complete a single final message with the conversation analysis will be sent.
|
|
569
573
|
*
|
|
570
574
|
* @param {string} agent_id - The id of an agent. This is returned on agent creation.
|
|
571
575
|
* @param {ElevenLabs.conversationalAi.BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost} request
|
package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts
CHANGED
|
@@ -74,6 +74,24 @@ export declare class BranchesClient {
|
|
|
74
74
|
*/
|
|
75
75
|
update(agent_id: string, branch_id: string, request?: ElevenLabs.conversationalAi.agents.BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch, requestOptions?: BranchesClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.AgentBranchResponse>;
|
|
76
76
|
private __update;
|
|
77
|
+
/**
|
|
78
|
+
* Returns the result of merging the source branch into the target branch without performing the merge. Useful for showing an accurate diff before confirming.
|
|
79
|
+
*
|
|
80
|
+
* @param {string} agent_id - The id of an agent. This is returned on agent creation.
|
|
81
|
+
* @param {string} source_branch_id - Unique identifier for the source branch to merge from.
|
|
82
|
+
* @param {ElevenLabs.conversationalAi.agents.BranchesPreviewMergeRequest} request
|
|
83
|
+
* @param {BranchesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
86
|
+
*
|
|
87
|
+
* @example
|
|
88
|
+
* await client.conversationalAi.agents.branches.previewMerge("agent_3701k3ttaq12ewp8b7qv5rfyszkz", "agtbrch_8901k4t9z5defmb8vh3e9361y7nj", {
|
|
89
|
+
* targetBranchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj",
|
|
90
|
+
* force: true
|
|
91
|
+
* })
|
|
92
|
+
*/
|
|
93
|
+
previewMerge(agent_id: string, source_branch_id: string, request: ElevenLabs.conversationalAi.agents.BranchesPreviewMergeRequest, requestOptions?: BranchesClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.MergePreviewResponseModel>;
|
|
94
|
+
private __previewMerge;
|
|
77
95
|
/**
|
|
78
96
|
* Merge a branch into a target branch
|
|
79
97
|
*
|
|
@@ -91,6 +109,20 @@ export declare class BranchesClient {
|
|
|
91
109
|
*/
|
|
92
110
|
merge(agent_id: string, source_branch_id: string, request: ElevenLabs.conversationalAi.agents.BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost, requestOptions?: BranchesClient.RequestOptions): core.HttpResponsePromise<unknown>;
|
|
93
111
|
private __merge;
|
|
112
|
+
/**
|
|
113
|
+
* Returns the result of rebasing the branch onto main without performing the rebase. Useful for showing an accurate diff before confirming.
|
|
114
|
+
*
|
|
115
|
+
* @param {string} agent_id - The id of an agent. This is returned on agent creation.
|
|
116
|
+
* @param {string} branch_id - Unique identifier for the source branch to merge from.
|
|
117
|
+
* @param {BranchesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
118
|
+
*
|
|
119
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
120
|
+
*
|
|
121
|
+
* @example
|
|
122
|
+
* await client.conversationalAi.agents.branches.previewRebase("agent_3701k3ttaq12ewp8b7qv5rfyszkz", "agtbrch_8901k4t9z5defmb8vh3e9361y7nj")
|
|
123
|
+
*/
|
|
124
|
+
previewRebase(agent_id: string, branch_id: string, requestOptions?: BranchesClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.MergePreviewResponseModel>;
|
|
125
|
+
private __previewRebase;
|
|
94
126
|
/**
|
|
95
127
|
* Rebase a branch onto the latest main branch, incorporating main's changes while preserving the branch's own changes.
|
|
96
128
|
*
|
package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js
CHANGED
|
@@ -310,6 +310,71 @@ class BranchesClient {
|
|
|
310
310
|
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "PATCH", "/v1/convai/agents/{agent_id}/branches/{branch_id}");
|
|
311
311
|
});
|
|
312
312
|
}
|
|
313
|
+
/**
|
|
314
|
+
* Returns the result of merging the source branch into the target branch without performing the merge. Useful for showing an accurate diff before confirming.
|
|
315
|
+
*
|
|
316
|
+
* @param {string} agent_id - The id of an agent. This is returned on agent creation.
|
|
317
|
+
* @param {string} source_branch_id - Unique identifier for the source branch to merge from.
|
|
318
|
+
* @param {ElevenLabs.conversationalAi.agents.BranchesPreviewMergeRequest} request
|
|
319
|
+
* @param {BranchesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
320
|
+
*
|
|
321
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
322
|
+
*
|
|
323
|
+
* @example
|
|
324
|
+
* await client.conversationalAi.agents.branches.previewMerge("agent_3701k3ttaq12ewp8b7qv5rfyszkz", "agtbrch_8901k4t9z5defmb8vh3e9361y7nj", {
|
|
325
|
+
* targetBranchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj",
|
|
326
|
+
* force: true
|
|
327
|
+
* })
|
|
328
|
+
*/
|
|
329
|
+
previewMerge(agent_id, source_branch_id, request, requestOptions) {
|
|
330
|
+
return core.HttpResponsePromise.fromPromise(this.__previewMerge(agent_id, source_branch_id, request, requestOptions));
|
|
331
|
+
}
|
|
332
|
+
__previewMerge(agent_id, source_branch_id, request, requestOptions) {
|
|
333
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
334
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
335
|
+
const { targetBranchId, force } = request;
|
|
336
|
+
const _queryParams = {
|
|
337
|
+
target_branch_id: targetBranchId,
|
|
338
|
+
force,
|
|
339
|
+
};
|
|
340
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "xi-api-key": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
341
|
+
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
342
|
+
url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/agents/${core.url.encodePathParam(agent_id)}/branches/${core.url.encodePathParam(source_branch_id)}/merge-preview`),
|
|
343
|
+
method: "GET",
|
|
344
|
+
headers: _headers,
|
|
345
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
346
|
+
timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
|
|
347
|
+
maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
|
|
348
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
349
|
+
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
350
|
+
logging: this._options.logging,
|
|
351
|
+
});
|
|
352
|
+
if (_response.ok) {
|
|
353
|
+
return {
|
|
354
|
+
data: serializers.MergePreviewResponseModel.parseOrThrow(_response.body, {
|
|
355
|
+
unrecognizedObjectKeys: "passthrough",
|
|
356
|
+
allowUnrecognizedUnionMembers: true,
|
|
357
|
+
allowUnrecognizedEnumValues: true,
|
|
358
|
+
breadcrumbsPrefix: ["response"],
|
|
359
|
+
}),
|
|
360
|
+
rawResponse: _response.rawResponse,
|
|
361
|
+
};
|
|
362
|
+
}
|
|
363
|
+
if (_response.error.reason === "status-code") {
|
|
364
|
+
switch (_response.error.statusCode) {
|
|
365
|
+
case 422:
|
|
366
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
367
|
+
default:
|
|
368
|
+
throw new errors.ElevenLabsError({
|
|
369
|
+
statusCode: _response.error.statusCode,
|
|
370
|
+
body: _response.error.body,
|
|
371
|
+
rawResponse: _response.rawResponse,
|
|
372
|
+
});
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/v1/convai/agents/{agent_id}/branches/{source_branch_id}/merge-preview");
|
|
376
|
+
});
|
|
377
|
+
}
|
|
313
378
|
/**
|
|
314
379
|
* Merge a branch into a target branch
|
|
315
380
|
*
|
|
@@ -368,6 +433,62 @@ class BranchesClient {
|
|
|
368
433
|
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "POST", "/v1/convai/agents/{agent_id}/branches/{source_branch_id}/merge");
|
|
369
434
|
});
|
|
370
435
|
}
|
|
436
|
+
/**
|
|
437
|
+
* Returns the result of rebasing the branch onto main without performing the rebase. Useful for showing an accurate diff before confirming.
|
|
438
|
+
*
|
|
439
|
+
* @param {string} agent_id - The id of an agent. This is returned on agent creation.
|
|
440
|
+
* @param {string} branch_id - Unique identifier for the source branch to merge from.
|
|
441
|
+
* @param {BranchesClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
442
|
+
*
|
|
443
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
444
|
+
*
|
|
445
|
+
* @example
|
|
446
|
+
* await client.conversationalAi.agents.branches.previewRebase("agent_3701k3ttaq12ewp8b7qv5rfyszkz", "agtbrch_8901k4t9z5defmb8vh3e9361y7nj")
|
|
447
|
+
*/
|
|
448
|
+
previewRebase(agent_id, branch_id, requestOptions) {
|
|
449
|
+
return core.HttpResponsePromise.fromPromise(this.__previewRebase(agent_id, branch_id, requestOptions));
|
|
450
|
+
}
|
|
451
|
+
__previewRebase(agent_id, branch_id, requestOptions) {
|
|
452
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
453
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
454
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "xi-api-key": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
455
|
+
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
456
|
+
url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/agents/${core.url.encodePathParam(agent_id)}/branches/${core.url.encodePathParam(branch_id)}/rebase-preview`),
|
|
457
|
+
method: "GET",
|
|
458
|
+
headers: _headers,
|
|
459
|
+
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
460
|
+
timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
|
|
461
|
+
maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
|
|
462
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
463
|
+
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
464
|
+
logging: this._options.logging,
|
|
465
|
+
});
|
|
466
|
+
if (_response.ok) {
|
|
467
|
+
return {
|
|
468
|
+
data: serializers.MergePreviewResponseModel.parseOrThrow(_response.body, {
|
|
469
|
+
unrecognizedObjectKeys: "passthrough",
|
|
470
|
+
allowUnrecognizedUnionMembers: true,
|
|
471
|
+
allowUnrecognizedEnumValues: true,
|
|
472
|
+
breadcrumbsPrefix: ["response"],
|
|
473
|
+
}),
|
|
474
|
+
rawResponse: _response.rawResponse,
|
|
475
|
+
};
|
|
476
|
+
}
|
|
477
|
+
if (_response.error.reason === "status-code") {
|
|
478
|
+
switch (_response.error.statusCode) {
|
|
479
|
+
case 422:
|
|
480
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
481
|
+
default:
|
|
482
|
+
throw new errors.ElevenLabsError({
|
|
483
|
+
statusCode: _response.error.statusCode,
|
|
484
|
+
body: _response.error.body,
|
|
485
|
+
rawResponse: _response.rawResponse,
|
|
486
|
+
});
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/v1/convai/agents/{agent_id}/branches/{branch_id}/rebase-preview");
|
|
490
|
+
});
|
|
491
|
+
}
|
|
371
492
|
/**
|
|
372
493
|
* Rebase a branch onto the latest main branch, incorporating main's changes while preserving the branch's own changes.
|
|
373
494
|
*
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @example
|
|
3
|
+
* {
|
|
4
|
+
* targetBranchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj",
|
|
5
|
+
* force: true
|
|
6
|
+
* }
|
|
7
|
+
*/
|
|
8
|
+
export interface BranchesPreviewMergeRequest {
|
|
9
|
+
/** The ID of the target branch to merge into. */
|
|
10
|
+
targetBranchId: string;
|
|
11
|
+
/** When true, source branch changes always win conflicts regardless of timestamps */
|
|
12
|
+
force?: boolean;
|
|
13
|
+
}
|
|
@@ -2,3 +2,4 @@ export type { BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost } from "./Bo
|
|
|
2
2
|
export type { BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost } from "./BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost";
|
|
3
3
|
export type { BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch } from "./BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch";
|
|
4
4
|
export type { BranchesListRequest } from "./BranchesListRequest";
|
|
5
|
+
export type { BranchesPreviewMergeRequest } from "./BranchesPreviewMergeRequest";
|
|
@@ -110,4 +110,5 @@ __exportStar(require("./voices/types"), exports);
|
|
|
110
110
|
exports.webhooks = __importStar(require("./webhooks"));
|
|
111
111
|
__exportStar(require("./webhooks/client/requests"), exports);
|
|
112
112
|
exports.workspace = __importStar(require("./workspace"));
|
|
113
|
+
__exportStar(require("./workspace/client/requests"), exports);
|
|
113
114
|
exports.workspaces = __importStar(require("./workspaces"));
|
package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export interface BodyTextToDialogueFullWithTimestamps {
|
|
|
22
22
|
inputs: ElevenLabs.DialogueInput[];
|
|
23
23
|
/** Identifier of the model that will be used, you can query them using GET /v1/models. The model needs to have support for text to speech, you can check this using the can_do_text_to_speech property. */
|
|
24
24
|
modelId?: string;
|
|
25
|
-
/** Language code (ISO 639-1) used to enforce a language for the model and text normalization. If the model does not support provided language code,
|
|
25
|
+
/** Language code (ISO 639-1) used to enforce a language for the model and text normalization. If the model does not support the provided language code, it will be ignored. This parameter is not supported for multilingual_v2 models. */
|
|
26
26
|
languageCode?: string;
|
|
27
27
|
/** Settings controlling the dialogue generation. */
|
|
28
28
|
settings?: ElevenLabs.ModelSettingsResponseModel;
|
|
@@ -20,7 +20,7 @@ export interface BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost
|
|
|
20
20
|
inputs: ElevenLabs.DialogueInput[];
|
|
21
21
|
/** Identifier of the model that will be used, you can query them using GET /v1/models. The model needs to have support for text to speech, you can check this using the can_do_text_to_speech property. */
|
|
22
22
|
modelId?: string;
|
|
23
|
-
/** Language code (ISO 639-1) used to enforce a language for the model and text normalization. If the model does not support provided language code,
|
|
23
|
+
/** Language code (ISO 639-1) used to enforce a language for the model and text normalization. If the model does not support the provided language code, it will be ignored. This parameter is not supported for multilingual_v2 models. */
|
|
24
24
|
languageCode?: string;
|
|
25
25
|
/** Settings controlling the dialogue generation. */
|
|
26
26
|
settings?: ElevenLabs.ModelSettingsResponseModel;
|
|
@@ -20,7 +20,7 @@ export interface BodyTextToDialogueMultiVoiceV1TextToDialoguePost {
|
|
|
20
20
|
inputs: ElevenLabs.DialogueInput[];
|
|
21
21
|
/** Identifier of the model that will be used, you can query them using GET /v1/models. The model needs to have support for text to speech, you can check this using the can_do_text_to_speech property. */
|
|
22
22
|
modelId?: string;
|
|
23
|
-
/** Language code (ISO 639-1) used to enforce a language for the model and text normalization. If the model does not support provided language code,
|
|
23
|
+
/** Language code (ISO 639-1) used to enforce a language for the model and text normalization. If the model does not support the provided language code, it will be ignored. This parameter is not supported for multilingual_v2 models. */
|
|
24
24
|
languageCode?: string;
|
|
25
25
|
/** Settings controlling the dialogue generation. */
|
|
26
26
|
settings?: ElevenLabs.ModelSettingsResponseModel;
|