@elevenlabs/elevenlabs-js 2.47.0 → 2.49.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/.fern/replay.lock +10 -0
- package/.gitattributes +1 -0
- package/BaseClient.js +2 -2
- package/Client.d.ts +3 -0
- package/Client.js +39 -34
- 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 +3 -1
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +18 -6
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetRequest.d.ts +9 -0
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +2 -0
- package/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +1 -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/conversationalAi/resources/conversations/types/ConversationsGetRequestFormat.d.ts +6 -0
- package/api/resources/conversationalAi/resources/conversations/types/ConversationsGetRequestFormat.js +9 -0
- package/api/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/types/index.js +1 -0
- package/api/resources/index.d.ts +3 -0
- package/api/resources/index.js +4 -1
- package/api/resources/music/client/Client.js +3 -0
- package/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.d.ts +2 -0
- package/api/resources/productions/client/Client.d.ts +12 -0
- package/api/resources/productions/client/Client.js +16 -0
- package/api/resources/productions/client/index.d.ts +1 -0
- package/api/resources/productions/client/index.js +2 -0
- package/api/resources/productions/index.d.ts +2 -0
- package/api/resources/productions/index.js +18 -0
- package/api/resources/productions/resources/index.d.ts +2 -0
- package/api/resources/productions/resources/index.js +41 -0
- package/api/resources/productions/resources/orders/client/Client.d.ts +104 -0
- package/api/resources/productions/resources/orders/client/Client.js +398 -0
- package/api/resources/productions/resources/orders/client/index.d.ts +1 -0
- package/api/resources/productions/resources/orders/client/index.js +17 -0
- package/api/resources/productions/resources/orders/client/requests/BodyUpdateOrderV1ProductionsOrdersOrderIdPatch.d.ts +12 -0
- package/api/resources/productions/resources/orders/client/requests/OrdersListRequest.d.ts +23 -0
- package/api/resources/productions/resources/orders/client/requests/index.d.ts +2 -0
- package/api/resources/productions/resources/orders/client/requests/index.js +2 -0
- package/api/resources/productions/resources/orders/index.d.ts +2 -0
- package/api/resources/productions/resources/orders/index.js +18 -0
- package/api/resources/productions/resources/orders/resources/deliverables/client/Client.d.ts +26 -0
- package/api/resources/productions/resources/orders/resources/deliverables/client/Client.js +115 -0
- package/api/resources/productions/resources/orders/resources/deliverables/client/index.d.ts +1 -0
- package/api/resources/productions/resources/orders/resources/deliverables/client/index.js +2 -0
- package/api/resources/productions/resources/orders/resources/deliverables/index.d.ts +1 -0
- package/api/resources/productions/resources/orders/resources/deliverables/index.js +17 -0
- package/api/resources/productions/resources/orders/resources/index.d.ts +6 -0
- package/api/resources/productions/resources/orders/resources/index.js +45 -0
- package/api/resources/productions/resources/orders/resources/items/client/Client.d.ts +54 -0
- package/api/resources/productions/resources/orders/resources/items/client/Client.js +188 -0
- package/api/resources/productions/resources/orders/resources/items/client/index.d.ts +1 -0
- package/api/resources/productions/resources/orders/resources/items/client/index.js +17 -0
- package/api/resources/productions/resources/orders/resources/items/client/requests/BodyUpsertOrderItemV1ProductionsOrdersOrderIdItemsPost.d.ts +21 -0
- package/api/resources/productions/resources/orders/resources/items/client/requests/index.d.ts +1 -0
- package/api/resources/productions/resources/orders/resources/items/client/requests/index.js +2 -0
- package/api/resources/productions/resources/orders/resources/items/index.d.ts +1 -0
- package/api/resources/productions/resources/orders/resources/items/index.js +17 -0
- package/api/resources/productions/resources/orders/resources/languages/client/Client.d.ts +26 -0
- package/api/resources/productions/resources/orders/resources/languages/client/Client.js +115 -0
- package/api/resources/productions/resources/orders/resources/languages/client/index.d.ts +1 -0
- package/api/resources/productions/resources/orders/resources/languages/client/index.js +2 -0
- package/api/resources/productions/resources/orders/resources/languages/index.d.ts +1 -0
- package/api/resources/productions/resources/orders/resources/languages/index.js +17 -0
- package/api/resources/productions/resources/orders/resources/media/client/Client.d.ts +44 -0
- package/api/resources/productions/resources/orders/resources/media/client/Client.js +193 -0
- package/api/resources/productions/resources/orders/resources/media/client/index.d.ts +1 -0
- package/api/resources/productions/resources/orders/resources/media/client/index.js +17 -0
- package/api/resources/productions/resources/orders/resources/media/client/requests/BodyRegisterMediaV1ProductionsOrdersOrderIdMediaPost.d.ts +19 -0
- package/api/resources/productions/resources/orders/resources/media/client/requests/index.d.ts +1 -0
- package/api/resources/productions/resources/orders/resources/media/client/requests/index.js +2 -0
- package/api/resources/productions/resources/orders/resources/media/index.d.ts +1 -0
- package/api/resources/productions/resources/orders/resources/media/index.js +17 -0
- package/api/resources/speechEngine/client/Client.d.ts +1 -1
- package/api/resources/speechEngine/client/Client.js +1 -1
- package/api/resources/speechEngine/client/requests/CreateSpeechEngineRequest.d.ts +2 -0
- package/api/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.d.ts +1 -0
- package/api/resources/usage/client/Client.d.ts +1 -1
- package/api/resources/usage/client/Client.js +1 -1
- package/api/resources/v1RealtimeTranslation/index.d.ts +1 -0
- package/api/resources/v1RealtimeTranslation/index.js +17 -0
- package/api/resources/v1RealtimeTranslation/types/ReceiveRttMessage.d.ts +5 -0
- package/api/resources/v1RealtimeTranslation/types/SendRttMessage.d.ts +5 -0
- package/api/resources/v1RealtimeTranslation/types/SendRttMessage.js +3 -0
- package/api/resources/v1RealtimeTranslation/types/index.d.ts +2 -0
- package/api/resources/v1RealtimeTranslation/types/index.js +18 -0
- package/api/resources/voices/client/Client.d.ts +0 -3
- package/api/resources/voices/client/Client.js +0 -3
- 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/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +1 -0
- package/api/types/AgentAlertingMonitorConfig.d.ts +2 -0
- package/api/types/AgentAlertingSettings.d.ts +4 -0
- package/api/types/AgentAlertingWebhookNotifier.d.ts +7 -0
- package/api/types/AgentAlertingWebhookNotifier.js +3 -0
- package/api/types/AsrConversationalConfigOverride.d.ts +4 -0
- package/api/types/AsrConversationalConfigOverride.js +3 -0
- package/api/types/AsrConversationalConfigOverrideConfig.d.ts +4 -0
- package/api/types/AsrConversationalConfigOverrideConfig.js +3 -0
- package/api/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
- package/api/types/ChapterStatisticsResponse.d.ts +2 -0
- package/api/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -0
- package/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -0
- package/api/types/ConversationConfigClientOverrideInput.d.ts +2 -0
- package/api/types/ConversationConfigClientOverrideOutput.d.ts +2 -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/CreateOrderResponse.d.ts +5 -0
- package/api/types/CreateOrderResponse.js +3 -0
- package/api/types/CueOptionsRequest.d.ts +14 -0
- package/api/types/CueOptionsRequest.js +3 -0
- package/api/types/DeliverableInfo.d.ts +10 -0
- package/api/types/DeliverableInfo.js +3 -0
- package/api/types/DubOrderItemRequest.d.ts +17 -0
- package/api/types/DubOrderItemRequest.js +3 -0
- package/api/types/GetConversationResponseModel.d.ts +2 -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/ItemId.d.ts +1 -0
- package/api/types/ItemId.js +3 -0
- package/api/types/LanguageInfo.d.ts +6 -0
- package/api/types/LanguageInfo.js +3 -0
- package/api/types/LanguagePairInfo.d.ts +7 -0
- package/api/types/LanguagePairInfo.js +3 -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/ListOrdersResponse.d.ts +5 -0
- package/api/types/ListOrdersResponse.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/MediaId.d.ts +1 -0
- package/api/types/MediaId.js +3 -0
- package/api/types/OAuth2ClientCredsResponse.d.ts +2 -0
- package/api/types/OrderDeliverablesResponse.d.ts +5 -0
- package/api/types/OrderDeliverablesResponse.js +3 -0
- package/api/types/OrderId.d.ts +1 -0
- package/api/types/OrderId.js +3 -0
- package/api/types/OrderItemInfo.d.ts +9 -0
- package/api/types/OrderItemInfo.js +3 -0
- package/api/types/OrderItemKind.d.ts +5 -0
- package/api/types/OrderItemKind.js +8 -0
- package/api/types/OrderMediaResponse.d.ts +13 -0
- package/api/types/OrderMediaResponse.js +3 -0
- package/api/types/OrderRequestState.d.ts +9 -0
- package/api/types/OrderRequestState.js +12 -0
- package/api/types/OrderResponse.d.ts +23 -0
- package/api/types/OrderResponse.js +3 -0
- package/api/types/OrderState.d.ts +9 -0
- package/api/types/OrderState.js +12 -0
- package/api/types/OrderSummary.d.ts +15 -0
- package/api/types/OrderSummary.js +3 -0
- package/api/types/OutboundSipTrunkConfigRequestModel.d.ts +2 -0
- package/api/types/PairedLanguagesResponse.d.ts +5 -0
- package/api/types/PairedLanguagesResponse.js +3 -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/QuoteInfo.d.ts +4 -0
- package/api/types/QuoteInfo.js +3 -0
- package/api/types/RegisterMediaResponse.d.ts +5 -0
- package/api/types/RegisterMediaResponse.js +3 -0
- package/api/types/RemoveOrderItemResponse.d.ts +4 -0
- package/api/types/RemoveOrderItemResponse.js +3 -0
- package/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.d.ts +10 -0
- package/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.js +3 -0
- package/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.d.ts +10 -0
- package/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.js +3 -0
- package/api/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.d.ts +10 -0
- package/api/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.js +3 -0
- package/api/types/RttAudioPayload.d.ts +11 -0
- package/api/types/RttAudioPayload.js +3 -0
- package/api/types/RttEndOfStreamPayload.d.ts +7 -0
- package/api/types/RttEndOfStreamPayload.js +3 -0
- package/api/types/RttErrorPayload.d.ts +9 -0
- package/api/types/RttErrorPayload.js +3 -0
- package/api/types/RttFinalTranscriptPayload.d.ts +9 -0
- package/api/types/RttFinalTranscriptPayload.js +3 -0
- package/api/types/RttInputAudioChunkPayload.d.ts +9 -0
- package/api/types/RttInputAudioChunkPayload.js +3 -0
- package/api/types/RttInputFormatEnum.d.ts +11 -0
- package/api/types/RttInputFormatEnum.js +14 -0
- package/api/types/RttOutputFormatEnum.d.ts +15 -0
- package/api/types/RttOutputFormatEnum.js +18 -0
- package/api/types/RttPartialTranscriptPayload.d.ts +9 -0
- package/api/types/RttPartialTranscriptPayload.js +3 -0
- package/api/types/RttSessionStartedPayload.d.ts +11 -0
- package/api/types/RttSessionStartedPayload.js +3 -0
- package/api/types/RttStatusPayload.d.ts +9 -0
- package/api/types/RttStatusPayload.js +3 -0
- package/api/types/RttTranslationPayload.d.ts +9 -0
- package/api/types/RttTranslationPayload.js +3 -0
- package/api/types/SingleLanguagesResponse.d.ts +5 -0
- package/api/types/SingleLanguagesResponse.js +3 -0
- package/api/types/SlackBotAuthResponse.d.ts +10 -0
- package/api/types/SlackBotAuthResponse.js +3 -0
- package/api/types/SpeechEngineConversationInitiationClientDataConfig.d.ts +4 -0
- package/api/types/SpeechEngineConversationInitiationClientDataConfig.js +3 -0
- package/api/types/SpeechEngineResponse.d.ts +13 -0
- package/api/types/SpeechEngineSummaryResponse.d.ts +3 -1
- package/api/types/SubmitOrderResponse.d.ts +9 -0
- package/api/types/SubmitOrderResponse.js +3 -0
- package/api/types/SubtitleOrderItemRequest.d.ts +15 -0
- package/api/types/SubtitleOrderItemRequest.js +3 -0
- 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/UpdateOrderRequest.d.ts +4 -0
- package/api/types/UpdateOrderRequest.js +3 -0
- package/api/types/UpdateOrderResponse.d.ts +4 -0
- package/api/types/UpdateOrderResponse.js +3 -0
- package/api/types/UpsertOrderItemRequest.d.ts +7 -0
- package/api/types/UpsertOrderItemRequest.js +3 -0
- package/api/types/UpsertOrderItemResponse.d.ts +7 -0
- package/api/types/UpsertOrderItemResponse.js +3 -0
- package/api/types/VoiceStatisticsResponseModel.d.ts +2 -0
- package/api/types/WorkspaceResourceType.d.ts +3 -0
- package/api/types/WorkspaceResourceType.js +3 -0
- package/api/types/index.d.ts +58 -3
- package/api/types/index.js +58 -3
- package/dist/BaseClient.js +2 -2
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +39 -34
- 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 +3 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +18 -6
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetRequest.d.ts +9 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +1 -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/conversationalAi/resources/conversations/types/ConversationsGetRequestFormat.d.ts +6 -0
- package/dist/api/resources/conversationalAi/resources/conversations/types/ConversationsGetRequestFormat.js +9 -0
- package/dist/api/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/types/index.js +1 -0
- package/dist/api/resources/index.d.ts +3 -0
- package/dist/api/resources/index.js +4 -1
- package/dist/api/resources/music/client/Client.js +3 -0
- package/dist/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.d.ts +2 -0
- package/dist/api/resources/productions/client/Client.d.ts +12 -0
- package/dist/api/resources/productions/client/Client.js +16 -0
- package/dist/api/resources/productions/client/index.d.ts +1 -0
- package/dist/api/resources/productions/client/index.js +2 -0
- package/dist/api/resources/productions/index.d.ts +2 -0
- package/dist/api/resources/productions/index.js +18 -0
- package/dist/api/resources/productions/resources/index.d.ts +2 -0
- package/dist/api/resources/productions/resources/index.js +41 -0
- package/dist/api/resources/productions/resources/orders/client/Client.d.ts +104 -0
- package/dist/api/resources/productions/resources/orders/client/Client.js +398 -0
- package/dist/api/resources/productions/resources/orders/client/index.d.ts +1 -0
- package/dist/api/resources/productions/resources/orders/client/index.js +17 -0
- package/dist/api/resources/productions/resources/orders/client/requests/BodyUpdateOrderV1ProductionsOrdersOrderIdPatch.d.ts +12 -0
- package/dist/api/resources/productions/resources/orders/client/requests/BodyUpdateOrderV1ProductionsOrdersOrderIdPatch.js +3 -0
- package/dist/api/resources/productions/resources/orders/client/requests/OrdersListRequest.d.ts +23 -0
- package/dist/api/resources/productions/resources/orders/client/requests/OrdersListRequest.js +3 -0
- package/dist/api/resources/productions/resources/orders/client/requests/index.d.ts +2 -0
- package/dist/api/resources/productions/resources/orders/client/requests/index.js +2 -0
- package/dist/api/resources/productions/resources/orders/index.d.ts +2 -0
- package/dist/api/resources/productions/resources/orders/index.js +18 -0
- package/dist/api/resources/productions/resources/orders/resources/deliverables/client/Client.d.ts +26 -0
- package/dist/api/resources/productions/resources/orders/resources/deliverables/client/Client.js +115 -0
- package/dist/api/resources/productions/resources/orders/resources/deliverables/client/index.d.ts +1 -0
- package/dist/api/resources/productions/resources/orders/resources/deliverables/client/index.js +2 -0
- package/dist/api/resources/productions/resources/orders/resources/deliverables/index.d.ts +1 -0
- package/dist/api/resources/productions/resources/orders/resources/deliverables/index.js +17 -0
- package/dist/api/resources/productions/resources/orders/resources/index.d.ts +6 -0
- package/dist/api/resources/productions/resources/orders/resources/index.js +45 -0
- package/dist/api/resources/productions/resources/orders/resources/items/client/Client.d.ts +54 -0
- package/dist/api/resources/productions/resources/orders/resources/items/client/Client.js +188 -0
- package/dist/api/resources/productions/resources/orders/resources/items/client/index.d.ts +1 -0
- package/dist/api/resources/productions/resources/orders/resources/items/client/index.js +17 -0
- package/dist/api/resources/productions/resources/orders/resources/items/client/requests/BodyUpsertOrderItemV1ProductionsOrdersOrderIdItemsPost.d.ts +21 -0
- package/dist/api/resources/productions/resources/orders/resources/items/client/requests/BodyUpsertOrderItemV1ProductionsOrdersOrderIdItemsPost.js +3 -0
- package/dist/api/resources/productions/resources/orders/resources/items/client/requests/index.d.ts +1 -0
- package/dist/api/resources/productions/resources/orders/resources/items/client/requests/index.js +2 -0
- package/dist/api/resources/productions/resources/orders/resources/items/index.d.ts +1 -0
- package/dist/api/resources/productions/resources/orders/resources/items/index.js +17 -0
- package/dist/api/resources/productions/resources/orders/resources/languages/client/Client.d.ts +26 -0
- package/dist/api/resources/productions/resources/orders/resources/languages/client/Client.js +115 -0
- package/dist/api/resources/productions/resources/orders/resources/languages/client/index.d.ts +1 -0
- package/dist/api/resources/productions/resources/orders/resources/languages/client/index.js +2 -0
- package/dist/api/resources/productions/resources/orders/resources/languages/index.d.ts +1 -0
- package/dist/api/resources/productions/resources/orders/resources/languages/index.js +17 -0
- package/dist/api/resources/productions/resources/orders/resources/media/client/Client.d.ts +44 -0
- package/dist/api/resources/productions/resources/orders/resources/media/client/Client.js +193 -0
- package/dist/api/resources/productions/resources/orders/resources/media/client/index.d.ts +1 -0
- package/dist/api/resources/productions/resources/orders/resources/media/client/index.js +17 -0
- package/dist/api/resources/productions/resources/orders/resources/media/client/requests/BodyRegisterMediaV1ProductionsOrdersOrderIdMediaPost.d.ts +19 -0
- package/dist/api/resources/productions/resources/orders/resources/media/client/requests/BodyRegisterMediaV1ProductionsOrdersOrderIdMediaPost.js +3 -0
- package/dist/api/resources/productions/resources/orders/resources/media/client/requests/index.d.ts +1 -0
- package/dist/api/resources/productions/resources/orders/resources/media/client/requests/index.js +2 -0
- package/dist/api/resources/productions/resources/orders/resources/media/index.d.ts +1 -0
- package/dist/api/resources/productions/resources/orders/resources/media/index.js +17 -0
- package/dist/api/resources/speechEngine/client/Client.d.ts +1 -1
- package/dist/api/resources/speechEngine/client/Client.js +1 -1
- package/dist/api/resources/speechEngine/client/requests/CreateSpeechEngineRequest.d.ts +2 -0
- package/dist/api/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.d.ts +1 -0
- package/dist/api/resources/usage/client/Client.d.ts +1 -1
- package/dist/api/resources/usage/client/Client.js +1 -1
- package/dist/api/resources/v1RealtimeTranslation/index.d.ts +1 -0
- package/dist/api/resources/v1RealtimeTranslation/index.js +17 -0
- package/dist/api/resources/v1RealtimeTranslation/types/ReceiveRttMessage.d.ts +5 -0
- package/dist/api/resources/v1RealtimeTranslation/types/ReceiveRttMessage.js +3 -0
- package/dist/api/resources/v1RealtimeTranslation/types/SendRttMessage.d.ts +5 -0
- package/dist/api/resources/v1RealtimeTranslation/types/SendRttMessage.js +3 -0
- package/dist/api/resources/v1RealtimeTranslation/types/index.d.ts +2 -0
- package/dist/api/resources/v1RealtimeTranslation/types/index.js +18 -0
- package/dist/api/resources/voices/client/Client.d.ts +0 -3
- package/dist/api/resources/voices/client/Client.js +0 -3
- 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/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +1 -0
- package/dist/api/types/AgentAlertingMonitorConfig.d.ts +2 -0
- package/dist/api/types/AgentAlertingSettings.d.ts +4 -0
- package/dist/api/types/AgentAlertingWebhookNotifier.d.ts +7 -0
- package/dist/api/types/AgentAlertingWebhookNotifier.js +3 -0
- package/dist/api/types/AsrConversationalConfigOverride.d.ts +4 -0
- package/dist/api/types/AsrConversationalConfigOverride.js +3 -0
- package/dist/api/types/AsrConversationalConfigOverrideConfig.d.ts +4 -0
- package/dist/api/types/AsrConversationalConfigOverrideConfig.js +3 -0
- package/dist/api/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
- package/dist/api/types/ChapterStatisticsResponse.d.ts +2 -0
- package/dist/api/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -0
- package/dist/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -0
- package/dist/api/types/ConversationConfigClientOverrideInput.d.ts +2 -0
- package/dist/api/types/ConversationConfigClientOverrideOutput.d.ts +2 -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/CreateOrderResponse.d.ts +5 -0
- package/dist/api/types/CreateOrderResponse.js +3 -0
- package/dist/api/types/CueOptionsRequest.d.ts +14 -0
- package/dist/api/types/CueOptionsRequest.js +3 -0
- package/dist/api/types/DeliverableInfo.d.ts +10 -0
- package/dist/api/types/DeliverableInfo.js +3 -0
- package/dist/api/types/DubOrderItemRequest.d.ts +17 -0
- package/dist/api/types/DubOrderItemRequest.js +3 -0
- package/dist/api/types/GetConversationResponseModel.d.ts +2 -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/ItemId.d.ts +1 -0
- package/dist/api/types/ItemId.js +3 -0
- package/dist/api/types/LanguageInfo.d.ts +6 -0
- package/dist/api/types/LanguageInfo.js +3 -0
- package/dist/api/types/LanguagePairInfo.d.ts +7 -0
- package/dist/api/types/LanguagePairInfo.js +3 -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/ListOrdersResponse.d.ts +5 -0
- package/dist/api/types/ListOrdersResponse.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/MediaId.d.ts +1 -0
- package/dist/api/types/MediaId.js +3 -0
- package/dist/api/types/OAuth2ClientCredsResponse.d.ts +2 -0
- package/dist/api/types/OrderDeliverablesResponse.d.ts +5 -0
- package/dist/api/types/OrderDeliverablesResponse.js +3 -0
- package/dist/api/types/OrderId.d.ts +1 -0
- package/dist/api/types/OrderId.js +3 -0
- package/dist/api/types/OrderItemInfo.d.ts +9 -0
- package/dist/api/types/OrderItemInfo.js +3 -0
- package/dist/api/types/OrderItemKind.d.ts +5 -0
- package/dist/api/types/OrderItemKind.js +8 -0
- package/dist/api/types/OrderMediaResponse.d.ts +13 -0
- package/dist/api/types/OrderMediaResponse.js +3 -0
- package/dist/api/types/OrderRequestState.d.ts +9 -0
- package/dist/api/types/OrderRequestState.js +12 -0
- package/dist/api/types/OrderResponse.d.ts +23 -0
- package/dist/api/types/OrderResponse.js +3 -0
- package/dist/api/types/OrderState.d.ts +9 -0
- package/dist/api/types/OrderState.js +12 -0
- package/dist/api/types/OrderSummary.d.ts +15 -0
- package/dist/api/types/OrderSummary.js +3 -0
- package/dist/api/types/OutboundSipTrunkConfigRequestModel.d.ts +2 -0
- package/dist/api/types/PairedLanguagesResponse.d.ts +5 -0
- package/dist/api/types/PairedLanguagesResponse.js +3 -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/QuoteInfo.d.ts +4 -0
- package/dist/api/types/QuoteInfo.js +3 -0
- package/dist/api/types/RegisterMediaResponse.d.ts +5 -0
- package/dist/api/types/RegisterMediaResponse.js +3 -0
- package/dist/api/types/RemoveOrderItemResponse.d.ts +4 -0
- package/dist/api/types/RemoveOrderItemResponse.js +3 -0
- package/dist/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.d.ts +10 -0
- package/dist/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.js +3 -0
- package/dist/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.d.ts +10 -0
- package/dist/api/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.js +3 -0
- package/dist/api/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.d.ts +10 -0
- package/dist/api/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.js +3 -0
- package/dist/api/types/RttAudioPayload.d.ts +11 -0
- package/dist/api/types/RttAudioPayload.js +3 -0
- package/dist/api/types/RttEndOfStreamPayload.d.ts +7 -0
- package/dist/api/types/RttEndOfStreamPayload.js +3 -0
- package/dist/api/types/RttErrorPayload.d.ts +9 -0
- package/dist/api/types/RttErrorPayload.js +3 -0
- package/dist/api/types/RttFinalTranscriptPayload.d.ts +9 -0
- package/dist/api/types/RttFinalTranscriptPayload.js +3 -0
- package/dist/api/types/RttInputAudioChunkPayload.d.ts +9 -0
- package/dist/api/types/RttInputAudioChunkPayload.js +3 -0
- package/dist/api/types/RttInputFormatEnum.d.ts +11 -0
- package/dist/api/types/RttInputFormatEnum.js +14 -0
- package/dist/api/types/RttOutputFormatEnum.d.ts +15 -0
- package/dist/api/types/RttOutputFormatEnum.js +18 -0
- package/dist/api/types/RttPartialTranscriptPayload.d.ts +9 -0
- package/dist/api/types/RttPartialTranscriptPayload.js +3 -0
- package/dist/api/types/RttSessionStartedPayload.d.ts +11 -0
- package/dist/api/types/RttSessionStartedPayload.js +3 -0
- package/dist/api/types/RttStatusPayload.d.ts +9 -0
- package/dist/api/types/RttStatusPayload.js +3 -0
- package/dist/api/types/RttTranslationPayload.d.ts +9 -0
- package/dist/api/types/RttTranslationPayload.js +3 -0
- package/dist/api/types/SingleLanguagesResponse.d.ts +5 -0
- package/dist/api/types/SingleLanguagesResponse.js +3 -0
- package/dist/api/types/SlackBotAuthResponse.d.ts +10 -0
- package/dist/api/types/SlackBotAuthResponse.js +3 -0
- package/dist/api/types/SpeechEngineConversationInitiationClientDataConfig.d.ts +4 -0
- package/dist/api/types/SpeechEngineConversationInitiationClientDataConfig.js +3 -0
- package/dist/api/types/SpeechEngineResponse.d.ts +13 -0
- package/dist/api/types/SpeechEngineSummaryResponse.d.ts +3 -1
- package/dist/api/types/SubmitOrderResponse.d.ts +9 -0
- package/dist/api/types/SubmitOrderResponse.js +3 -0
- package/dist/api/types/SubtitleOrderItemRequest.d.ts +15 -0
- package/dist/api/types/SubtitleOrderItemRequest.js +3 -0
- 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/UpdateOrderRequest.d.ts +4 -0
- package/dist/api/types/UpdateOrderRequest.js +3 -0
- package/dist/api/types/UpdateOrderResponse.d.ts +4 -0
- package/dist/api/types/UpdateOrderResponse.js +3 -0
- package/dist/api/types/UpsertOrderItemRequest.d.ts +7 -0
- package/dist/api/types/UpsertOrderItemRequest.js +3 -0
- package/dist/api/types/UpsertOrderItemResponse.d.ts +7 -0
- package/dist/api/types/UpsertOrderItemResponse.js +3 -0
- package/dist/api/types/VoiceStatisticsResponseModel.d.ts +2 -0
- package/dist/api/types/WorkspaceResourceType.d.ts +3 -0
- package/dist/api/types/WorkspaceResourceType.js +3 -0
- package/dist/api/types/index.d.ts +58 -3
- package/dist/api/types/index.js +58 -3
- package/dist/serialization/resources/conversationalAi/resources/conversations/types/ConversationsGetRequestFormat.d.ts +7 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/types/ConversationsGetRequestFormat.js +39 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/types/index.js +1 -0
- package/dist/serialization/resources/index.d.ts +3 -0
- package/dist/serialization/resources/index.js +4 -1
- package/dist/serialization/resources/productions/index.d.ts +1 -0
- package/dist/serialization/resources/productions/index.js +17 -0
- package/dist/serialization/resources/productions/resources/index.d.ts +2 -0
- package/dist/serialization/resources/productions/resources/index.js +41 -0
- package/dist/serialization/resources/productions/resources/orders/client/index.d.ts +1 -0
- package/dist/serialization/resources/productions/resources/orders/client/index.js +17 -0
- package/dist/serialization/resources/productions/resources/orders/client/requests/BodyUpdateOrderV1ProductionsOrdersOrderIdPatch.d.ts +10 -0
- package/dist/serialization/resources/productions/resources/orders/client/requests/BodyUpdateOrderV1ProductionsOrdersOrderIdPatch.js +42 -0
- package/dist/serialization/resources/productions/resources/orders/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/productions/resources/orders/client/requests/index.js +5 -0
- package/dist/serialization/resources/productions/resources/orders/index.d.ts +2 -0
- package/dist/serialization/resources/productions/resources/orders/index.js +18 -0
- package/dist/serialization/resources/productions/resources/orders/resources/index.d.ts +2 -0
- package/dist/serialization/resources/productions/resources/orders/resources/index.js +41 -0
- package/dist/serialization/resources/productions/resources/orders/resources/items/client/index.d.ts +1 -0
- package/dist/serialization/resources/productions/resources/orders/resources/items/client/index.js +17 -0
- package/dist/serialization/resources/productions/resources/orders/resources/items/client/requests/BodyUpsertOrderItemV1ProductionsOrdersOrderIdItemsPost.d.ts +10 -0
- package/dist/serialization/resources/productions/resources/orders/resources/items/client/requests/BodyUpsertOrderItemV1ProductionsOrdersOrderIdItemsPost.js +42 -0
- package/dist/serialization/resources/productions/resources/orders/resources/items/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/productions/resources/orders/resources/items/client/requests/index.js +5 -0
- package/dist/serialization/resources/productions/resources/orders/resources/items/index.d.ts +1 -0
- package/dist/serialization/resources/productions/resources/orders/resources/items/index.js +17 -0
- package/dist/serialization/resources/speechEngine/client/requests/CreateSpeechEngineRequest.d.ts +2 -0
- package/dist/serialization/resources/speechEngine/client/requests/CreateSpeechEngineRequest.js +2 -0
- package/dist/serialization/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.d.ts +2 -0
- package/dist/serialization/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.js +2 -0
- package/dist/serialization/resources/v1RealtimeTranslation/index.d.ts +1 -0
- package/dist/serialization/resources/v1RealtimeTranslation/index.js +17 -0
- package/dist/serialization/resources/v1RealtimeTranslation/types/ReceiveRttMessage.d.ts +14 -0
- package/dist/serialization/resources/v1RealtimeTranslation/types/ReceiveRttMessage.js +54 -0
- package/dist/serialization/resources/v1RealtimeTranslation/types/SendRttMessage.d.ts +9 -0
- package/dist/serialization/resources/v1RealtimeTranslation/types/SendRttMessage.js +41 -0
- package/dist/serialization/resources/v1RealtimeTranslation/types/index.d.ts +2 -0
- package/dist/serialization/resources/v1RealtimeTranslation/types/index.js +18 -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 +3 -0
- package/dist/serialization/types/AgentAlertingSettings.js +3 -0
- package/dist/serialization/types/AgentAlertingWebhookNotifier.d.ts +11 -0
- package/dist/serialization/types/AgentAlertingWebhookNotifier.js +43 -0
- package/dist/serialization/types/AsrConversationalConfigOverride.d.ts +9 -0
- package/dist/serialization/types/{CreateSpeechEngineResponse.js → AsrConversationalConfigOverride.js} +3 -3
- package/dist/serialization/types/AsrConversationalConfigOverrideConfig.d.ts +9 -0
- package/{serialization/types/CreateSpeechEngineResponse.js → dist/serialization/types/AsrConversationalConfigOverrideConfig.js} +3 -3
- package/dist/serialization/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
- package/dist/serialization/types/AudioIsolationHistoryItemResponseModel.js +1 -0
- package/dist/serialization/types/ChapterStatisticsResponse.d.ts +1 -0
- package/dist/serialization/types/ChapterStatisticsResponse.js +1 -0
- package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -0
- package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.js +2 -0
- package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -0
- package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.js +2 -0
- package/dist/serialization/types/ConversationConfigClientOverrideInput.d.ts +2 -0
- package/dist/serialization/types/ConversationConfigClientOverrideInput.js +2 -0
- package/dist/serialization/types/ConversationConfigClientOverrideOutput.d.ts +2 -0
- package/dist/serialization/types/ConversationConfigClientOverrideOutput.js +2 -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/{ApiIntegrationDocResponse.js → CreateBearerAuthRequest.js} +4 -4
- package/dist/serialization/types/CreateOrderResponse.d.ts +10 -0
- package/dist/serialization/types/CreateOrderResponse.js +42 -0
- package/dist/serialization/types/CueOptionsRequest.d.ts +14 -0
- package/dist/serialization/types/CueOptionsRequest.js +46 -0
- package/dist/serialization/types/DeliverableInfo.d.ts +12 -0
- package/dist/serialization/types/DeliverableInfo.js +44 -0
- package/dist/serialization/types/DubOrderItemRequest.d.ts +16 -0
- package/dist/serialization/types/DubOrderItemRequest.js +48 -0
- package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetConversationResponseModel.js +1 -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/ItemId.d.ts +7 -0
- package/dist/serialization/types/ItemId.js +39 -0
- package/dist/serialization/types/LanguageInfo.d.ts +10 -0
- package/dist/serialization/types/LanguageInfo.js +42 -0
- package/dist/serialization/types/LanguagePairInfo.d.ts +11 -0
- package/dist/serialization/types/LanguagePairInfo.js +43 -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/ListOrdersResponse.d.ts +10 -0
- package/dist/serialization/types/ListOrdersResponse.js +42 -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/MediaId.d.ts +7 -0
- package/dist/serialization/types/MediaId.js +39 -0
- package/dist/serialization/types/OAuth2ClientCredsResponse.d.ts +1 -0
- package/dist/serialization/types/OAuth2ClientCredsResponse.js +1 -0
- package/dist/serialization/types/OrderDeliverablesResponse.d.ts +10 -0
- package/dist/serialization/types/OrderDeliverablesResponse.js +42 -0
- package/dist/serialization/types/OrderId.d.ts +7 -0
- package/dist/serialization/types/OrderId.js +39 -0
- package/dist/serialization/types/OrderItemInfo.d.ts +14 -0
- package/dist/serialization/types/OrderItemInfo.js +46 -0
- package/dist/serialization/types/OrderItemKind.d.ts +7 -0
- package/dist/serialization/types/OrderItemKind.js +39 -0
- package/dist/serialization/types/OrderMediaResponse.d.ts +14 -0
- package/dist/serialization/types/OrderMediaResponse.js +46 -0
- package/dist/serialization/types/OrderRequestState.d.ts +7 -0
- package/dist/serialization/types/OrderRequestState.js +39 -0
- package/dist/serialization/types/OrderResponse.d.ts +21 -0
- package/dist/serialization/types/OrderResponse.js +53 -0
- package/dist/serialization/types/OrderState.d.ts +7 -0
- package/dist/serialization/types/OrderState.js +39 -0
- package/dist/serialization/types/OrderSummary.d.ts +16 -0
- package/dist/serialization/types/OrderSummary.js +48 -0
- package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +1 -0
- package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.js +1 -0
- package/dist/serialization/types/PairedLanguagesResponse.d.ts +10 -0
- package/dist/serialization/types/PairedLanguagesResponse.js +42 -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/QuoteInfo.d.ts +9 -0
- package/dist/serialization/types/QuoteInfo.js +41 -0
- package/dist/serialization/types/RegisterMediaResponse.d.ts +10 -0
- package/dist/serialization/types/RegisterMediaResponse.js +42 -0
- package/dist/serialization/types/RemoveOrderItemResponse.d.ts +9 -0
- package/dist/serialization/types/RemoveOrderItemResponse.js +41 -0
- package/dist/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.d.ts +15 -0
- package/dist/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.js +49 -0
- package/dist/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.d.ts +15 -0
- package/dist/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.js +49 -0
- package/dist/serialization/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.d.ts +15 -0
- package/dist/serialization/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.js +49 -0
- package/dist/serialization/types/RttAudioPayload.d.ts +11 -0
- package/dist/serialization/types/RttAudioPayload.js +43 -0
- package/dist/serialization/types/RttEndOfStreamPayload.d.ts +9 -0
- package/dist/serialization/types/RttEndOfStreamPayload.js +41 -0
- package/dist/serialization/types/RttErrorPayload.d.ts +10 -0
- package/dist/serialization/types/RttErrorPayload.js +42 -0
- package/dist/serialization/types/RttFinalTranscriptPayload.d.ts +10 -0
- package/dist/serialization/types/RttFinalTranscriptPayload.js +42 -0
- package/dist/serialization/types/RttInputAudioChunkPayload.d.ts +10 -0
- package/dist/serialization/types/RttInputAudioChunkPayload.js +42 -0
- package/dist/serialization/types/RttInputFormatEnum.d.ts +7 -0
- package/dist/serialization/types/RttInputFormatEnum.js +47 -0
- package/dist/serialization/types/RttOutputFormatEnum.d.ts +7 -0
- package/dist/serialization/types/RttOutputFormatEnum.js +51 -0
- package/dist/serialization/types/RttPartialTranscriptPayload.d.ts +10 -0
- package/dist/serialization/types/RttPartialTranscriptPayload.js +42 -0
- package/dist/serialization/types/RttSessionStartedPayload.d.ts +11 -0
- package/dist/serialization/types/{ListResponseApiIntegrationDocResponse.js → RttSessionStartedPayload.js} +5 -6
- package/dist/serialization/types/RttStatusPayload.d.ts +10 -0
- package/dist/serialization/types/RttStatusPayload.js +42 -0
- package/dist/serialization/types/RttTranslationPayload.d.ts +10 -0
- package/dist/serialization/types/RttTranslationPayload.js +42 -0
- package/dist/serialization/types/SingleLanguagesResponse.d.ts +10 -0
- package/dist/serialization/types/SingleLanguagesResponse.js +42 -0
- package/dist/serialization/types/SlackBotAuthResponse.d.ts +13 -0
- package/dist/serialization/types/SlackBotAuthResponse.js +45 -0
- package/dist/serialization/types/SpeechEngineConversationInitiationClientDataConfig.d.ts +9 -0
- package/dist/serialization/types/SpeechEngineConversationInitiationClientDataConfig.js +41 -0
- package/dist/serialization/types/SpeechEngineResponse.d.ts +2 -0
- package/dist/serialization/types/SpeechEngineResponse.js +2 -0
- package/dist/serialization/types/SubmitOrderResponse.d.ts +13 -0
- package/dist/serialization/types/SubmitOrderResponse.js +45 -0
- package/dist/serialization/types/SubtitleOrderItemRequest.d.ts +16 -0
- package/dist/serialization/types/SubtitleOrderItemRequest.js +48 -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/UpdateOrderRequest.d.ts +9 -0
- package/{serialization/types/ApiIntegrationDocResponse.js → dist/serialization/types/UpdateOrderRequest.js} +2 -4
- package/dist/serialization/types/UpdateOrderResponse.d.ts +9 -0
- package/dist/serialization/types/UpdateOrderResponse.js +41 -0
- package/dist/serialization/types/UpsertOrderItemRequest.d.ts +12 -0
- package/dist/serialization/types/UpsertOrderItemRequest.js +44 -0
- package/dist/serialization/types/UpsertOrderItemResponse.d.ts +12 -0
- package/dist/serialization/types/UpsertOrderItemResponse.js +44 -0
- package/dist/serialization/types/VoiceStatisticsResponseModel.d.ts +1 -0
- package/dist/serialization/types/VoiceStatisticsResponseModel.js +1 -0
- package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/dist/serialization/types/WorkspaceResourceType.js +3 -0
- package/dist/serialization/types/index.d.ts +58 -3
- package/dist/serialization/types/index.js +58 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/speech-engine/SpeechEngineClientWrapper.js +1 -1
- package/package.json +1 -1
- package/reference.md +1021 -107
- package/serialization/resources/conversationalAi/resources/conversations/types/ConversationsGetRequestFormat.d.ts +7 -0
- package/serialization/resources/conversationalAi/resources/conversations/types/ConversationsGetRequestFormat.js +39 -0
- package/serialization/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/conversations/types/index.js +1 -0
- package/serialization/resources/index.d.ts +3 -0
- package/serialization/resources/index.js +4 -1
- package/serialization/resources/productions/index.d.ts +1 -0
- package/serialization/resources/productions/index.js +17 -0
- package/serialization/resources/productions/resources/index.d.ts +2 -0
- package/serialization/resources/productions/resources/index.js +41 -0
- package/serialization/resources/productions/resources/orders/client/index.d.ts +1 -0
- package/serialization/resources/productions/resources/orders/client/index.js +17 -0
- package/serialization/resources/productions/resources/orders/client/requests/BodyUpdateOrderV1ProductionsOrdersOrderIdPatch.d.ts +10 -0
- package/serialization/resources/productions/resources/orders/client/requests/BodyUpdateOrderV1ProductionsOrdersOrderIdPatch.js +42 -0
- package/serialization/resources/productions/resources/orders/client/requests/index.d.ts +1 -0
- package/serialization/resources/productions/resources/orders/client/requests/index.js +5 -0
- package/serialization/resources/productions/resources/orders/index.d.ts +2 -0
- package/serialization/resources/productions/resources/orders/index.js +18 -0
- package/serialization/resources/productions/resources/orders/resources/index.d.ts +2 -0
- package/serialization/resources/productions/resources/orders/resources/index.js +41 -0
- package/serialization/resources/productions/resources/orders/resources/items/client/index.d.ts +1 -0
- package/serialization/resources/productions/resources/orders/resources/items/client/index.js +17 -0
- package/serialization/resources/productions/resources/orders/resources/items/client/requests/BodyUpsertOrderItemV1ProductionsOrdersOrderIdItemsPost.d.ts +10 -0
- package/serialization/resources/productions/resources/orders/resources/items/client/requests/BodyUpsertOrderItemV1ProductionsOrdersOrderIdItemsPost.js +42 -0
- package/serialization/resources/productions/resources/orders/resources/items/client/requests/index.d.ts +1 -0
- package/serialization/resources/productions/resources/orders/resources/items/client/requests/index.js +5 -0
- package/serialization/resources/productions/resources/orders/resources/items/index.d.ts +1 -0
- package/serialization/resources/productions/resources/orders/resources/items/index.js +17 -0
- package/serialization/resources/speechEngine/client/requests/CreateSpeechEngineRequest.d.ts +2 -0
- package/serialization/resources/speechEngine/client/requests/CreateSpeechEngineRequest.js +2 -0
- package/serialization/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.d.ts +2 -0
- package/serialization/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.js +2 -0
- package/serialization/resources/v1RealtimeTranslation/index.d.ts +1 -0
- package/serialization/resources/v1RealtimeTranslation/index.js +17 -0
- package/serialization/resources/v1RealtimeTranslation/types/ReceiveRttMessage.d.ts +14 -0
- package/serialization/resources/v1RealtimeTranslation/types/ReceiveRttMessage.js +54 -0
- package/serialization/resources/v1RealtimeTranslation/types/SendRttMessage.d.ts +9 -0
- package/serialization/resources/v1RealtimeTranslation/types/SendRttMessage.js +41 -0
- package/serialization/resources/v1RealtimeTranslation/types/index.d.ts +2 -0
- package/serialization/resources/v1RealtimeTranslation/types/index.js +18 -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 +3 -0
- package/serialization/types/AgentAlertingSettings.js +3 -0
- package/serialization/types/AgentAlertingWebhookNotifier.d.ts +11 -0
- package/serialization/types/AgentAlertingWebhookNotifier.js +43 -0
- package/serialization/types/AsrConversationalConfigOverride.d.ts +9 -0
- package/serialization/types/AsrConversationalConfigOverride.js +41 -0
- package/serialization/types/AsrConversationalConfigOverrideConfig.d.ts +9 -0
- package/serialization/types/AsrConversationalConfigOverrideConfig.js +41 -0
- package/serialization/types/AudioIsolationHistoryItemResponseModel.d.ts +1 -0
- package/serialization/types/AudioIsolationHistoryItemResponseModel.js +1 -0
- package/serialization/types/ChapterStatisticsResponse.d.ts +1 -0
- package/serialization/types/ChapterStatisticsResponse.js +1 -0
- package/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +2 -0
- package/serialization/types/ConversationConfigClientOverrideConfigInput.js +2 -0
- package/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +2 -0
- package/serialization/types/ConversationConfigClientOverrideConfigOutput.js +2 -0
- package/serialization/types/ConversationConfigClientOverrideInput.d.ts +2 -0
- package/serialization/types/ConversationConfigClientOverrideInput.js +2 -0
- package/serialization/types/ConversationConfigClientOverrideOutput.d.ts +2 -0
- package/serialization/types/ConversationConfigClientOverrideOutput.js +2 -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/CreateOrderResponse.d.ts +10 -0
- package/serialization/types/CreateOrderResponse.js +42 -0
- package/serialization/types/CueOptionsRequest.d.ts +14 -0
- package/serialization/types/CueOptionsRequest.js +46 -0
- package/serialization/types/DeliverableInfo.d.ts +12 -0
- package/serialization/types/DeliverableInfo.js +44 -0
- package/serialization/types/DubOrderItemRequest.d.ts +16 -0
- package/serialization/types/DubOrderItemRequest.js +48 -0
- package/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/serialization/types/GetConversationResponseModel.js +1 -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/ItemId.d.ts +7 -0
- package/serialization/types/ItemId.js +39 -0
- package/serialization/types/LanguageInfo.d.ts +10 -0
- package/serialization/types/LanguageInfo.js +42 -0
- package/serialization/types/LanguagePairInfo.d.ts +11 -0
- package/serialization/types/LanguagePairInfo.js +43 -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/ListOrdersResponse.d.ts +10 -0
- package/serialization/types/ListOrdersResponse.js +42 -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/MediaId.d.ts +7 -0
- package/serialization/types/MediaId.js +39 -0
- package/serialization/types/OAuth2ClientCredsResponse.d.ts +1 -0
- package/serialization/types/OAuth2ClientCredsResponse.js +1 -0
- package/serialization/types/OrderDeliverablesResponse.d.ts +10 -0
- package/serialization/types/OrderDeliverablesResponse.js +42 -0
- package/serialization/types/OrderId.d.ts +7 -0
- package/serialization/types/OrderId.js +39 -0
- package/serialization/types/OrderItemInfo.d.ts +14 -0
- package/serialization/types/OrderItemInfo.js +46 -0
- package/serialization/types/OrderItemKind.d.ts +7 -0
- package/serialization/types/OrderItemKind.js +39 -0
- package/serialization/types/OrderMediaResponse.d.ts +14 -0
- package/serialization/types/OrderMediaResponse.js +46 -0
- package/serialization/types/OrderRequestState.d.ts +7 -0
- package/serialization/types/OrderRequestState.js +39 -0
- package/serialization/types/OrderResponse.d.ts +21 -0
- package/serialization/types/OrderResponse.js +53 -0
- package/serialization/types/OrderState.d.ts +7 -0
- package/serialization/types/OrderState.js +39 -0
- package/serialization/types/OrderSummary.d.ts +16 -0
- package/serialization/types/OrderSummary.js +48 -0
- package/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +1 -0
- package/serialization/types/OutboundSipTrunkConfigRequestModel.js +1 -0
- package/serialization/types/PairedLanguagesResponse.d.ts +10 -0
- package/serialization/types/PairedLanguagesResponse.js +42 -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/QuoteInfo.d.ts +9 -0
- package/serialization/types/QuoteInfo.js +41 -0
- package/serialization/types/RegisterMediaResponse.d.ts +10 -0
- package/serialization/types/RegisterMediaResponse.js +42 -0
- package/serialization/types/RemoveOrderItemResponse.d.ts +9 -0
- package/serialization/types/RemoveOrderItemResponse.js +41 -0
- package/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.d.ts +15 -0
- package/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.js +49 -0
- package/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.d.ts +15 -0
- package/serialization/types/RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput.js +49 -0
- package/serialization/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.d.ts +15 -0
- package/serialization/types/RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind.js +49 -0
- package/serialization/types/RttAudioPayload.d.ts +11 -0
- package/serialization/types/RttAudioPayload.js +43 -0
- package/serialization/types/RttEndOfStreamPayload.d.ts +9 -0
- package/serialization/types/RttEndOfStreamPayload.js +41 -0
- package/serialization/types/RttErrorPayload.d.ts +10 -0
- package/serialization/types/RttErrorPayload.js +42 -0
- package/serialization/types/RttFinalTranscriptPayload.d.ts +10 -0
- package/serialization/types/RttFinalTranscriptPayload.js +42 -0
- package/serialization/types/RttInputAudioChunkPayload.d.ts +10 -0
- package/serialization/types/RttInputAudioChunkPayload.js +42 -0
- package/serialization/types/RttInputFormatEnum.d.ts +7 -0
- package/serialization/types/RttInputFormatEnum.js +47 -0
- package/serialization/types/RttOutputFormatEnum.d.ts +7 -0
- package/serialization/types/RttOutputFormatEnum.js +51 -0
- package/serialization/types/RttPartialTranscriptPayload.d.ts +10 -0
- package/serialization/types/RttPartialTranscriptPayload.js +42 -0
- package/serialization/types/RttSessionStartedPayload.d.ts +11 -0
- package/serialization/types/RttSessionStartedPayload.js +43 -0
- package/serialization/types/RttStatusPayload.d.ts +10 -0
- package/serialization/types/RttStatusPayload.js +42 -0
- package/serialization/types/RttTranslationPayload.d.ts +10 -0
- package/serialization/types/RttTranslationPayload.js +42 -0
- package/serialization/types/SingleLanguagesResponse.d.ts +10 -0
- package/serialization/types/SingleLanguagesResponse.js +42 -0
- package/serialization/types/SlackBotAuthResponse.d.ts +13 -0
- package/serialization/types/SlackBotAuthResponse.js +45 -0
- package/serialization/types/SpeechEngineConversationInitiationClientDataConfig.d.ts +9 -0
- package/serialization/types/SpeechEngineConversationInitiationClientDataConfig.js +41 -0
- package/serialization/types/SpeechEngineResponse.d.ts +2 -0
- package/serialization/types/SpeechEngineResponse.js +2 -0
- package/serialization/types/SubmitOrderResponse.d.ts +13 -0
- package/serialization/types/SubmitOrderResponse.js +45 -0
- package/serialization/types/SubtitleOrderItemRequest.d.ts +16 -0
- package/serialization/types/SubtitleOrderItemRequest.js +48 -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/UpdateOrderRequest.d.ts +9 -0
- package/serialization/types/UpdateOrderRequest.js +41 -0
- package/serialization/types/UpdateOrderResponse.d.ts +9 -0
- package/serialization/types/UpdateOrderResponse.js +41 -0
- package/serialization/types/UpsertOrderItemRequest.d.ts +12 -0
- package/serialization/types/UpsertOrderItemRequest.js +44 -0
- package/serialization/types/UpsertOrderItemResponse.d.ts +12 -0
- package/serialization/types/UpsertOrderItemResponse.js +44 -0
- package/serialization/types/VoiceStatisticsResponseModel.d.ts +1 -0
- package/serialization/types/VoiceStatisticsResponseModel.js +1 -0
- package/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/serialization/types/WorkspaceResourceType.js +3 -0
- package/serialization/types/index.d.ts +58 -3
- package/serialization/types/index.js +58 -3
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/speech-engine/SpeechEngineClientWrapper.js +1 -1
- package/api/types/ApiIntegrationDocResponse.d.ts +0 -8
- package/api/types/CreateSpeechEngineResponse.d.ts +0 -4
- package/api/types/ListResponseApiIntegrationDocResponse.d.ts +0 -5
- package/dist/api/types/ApiIntegrationDocResponse.d.ts +0 -8
- package/dist/api/types/CreateSpeechEngineResponse.d.ts +0 -4
- package/dist/api/types/ListResponseApiIntegrationDocResponse.d.ts +0 -5
- package/dist/serialization/types/ApiIntegrationDocResponse.d.ts +0 -11
- package/dist/serialization/types/CreateSpeechEngineResponse.d.ts +0 -9
- package/dist/serialization/types/ListResponseApiIntegrationDocResponse.d.ts +0 -12
- package/serialization/types/ApiIntegrationDocResponse.d.ts +0 -11
- package/serialization/types/CreateSpeechEngineResponse.d.ts +0 -9
- package/serialization/types/ListResponseApiIntegrationDocResponse.d.ts +0 -12
- package/serialization/types/ListResponseApiIntegrationDocResponse.js +0 -44
- /package/api/{types/ApiIntegrationDocResponse.js → resources/conversationalAi/resources/conversations/client/requests/ConversationsGetRequest.js} +0 -0
- /package/api/{types/CreateSpeechEngineResponse.js → resources/productions/resources/orders/client/requests/BodyUpdateOrderV1ProductionsOrdersOrderIdPatch.js} +0 -0
- /package/api/{types/ListResponseApiIntegrationDocResponse.js → resources/productions/resources/orders/client/requests/OrdersListRequest.js} +0 -0
- /package/{dist/api/types/ApiIntegrationDocResponse.js → api/resources/productions/resources/orders/resources/items/client/requests/BodyUpsertOrderItemV1ProductionsOrdersOrderIdItemsPost.js} +0 -0
- /package/{dist/api/types/CreateSpeechEngineResponse.js → api/resources/productions/resources/orders/resources/media/client/requests/BodyRegisterMediaV1ProductionsOrdersOrderIdMediaPost.js} +0 -0
- /package/{dist/api/types/ListResponseApiIntegrationDocResponse.js → api/resources/v1RealtimeTranslation/types/ReceiveRttMessage.js} +0 -0
package/reference.md
CHANGED
|
@@ -3230,7 +3230,7 @@ await client.audioNative.updateContentFromUrl({
|
|
|
3230
3230
|
<dl>
|
|
3231
3231
|
<dd>
|
|
3232
3232
|
|
|
3233
|
-
(Deprecated) This endpoint is deprecated. Use /v1/workspace/analytics/query/usage-by-product-over-time instead
|
|
3233
|
+
(Deprecated) This endpoint is deprecated. Use /v1/workspace/analytics/query/usage-by-product-over-time instead, which exposes the bucket size as `interval_seconds` (an integer in seconds) rather than `aggregation_interval`. Returns the usage metrics for the current user or the entire workspace they are part of. The response provides a time axis based on the specified aggregation interval (default: day), with usage values for each interval along that axis. Usage is broken down by the selected breakdown type. For example, breakdown type "voice" will return the usage of each voice for each interval along the time axis.
|
|
3234
3234
|
</dd>
|
|
3235
3235
|
</dl>
|
|
3236
3236
|
</dd>
|
|
@@ -4487,7 +4487,7 @@ await client.speechEngine.list({
|
|
|
4487
4487
|
</dl>
|
|
4488
4488
|
</details>
|
|
4489
4489
|
|
|
4490
|
-
<details><summary><code>client.speechEngine.<a href="/src/api/resources/speechEngine/client/Client.ts">create</a>({ ...params }) -> ElevenLabs.
|
|
4490
|
+
<details><summary><code>client.speechEngine.<a href="/src/api/resources/speechEngine/client/Client.ts">create</a>({ ...params }) -> ElevenLabs.SpeechEngineResponse</code></summary>
|
|
4491
4491
|
<dl>
|
|
4492
4492
|
<dd>
|
|
4493
4493
|
|
|
@@ -5212,6 +5212,7 @@ await client.conversationalAi.conversations.list({
|
|
|
5212
5212
|
summaryMode: "exclude",
|
|
5213
5213
|
search: "search",
|
|
5214
5214
|
conversationInitiationSource: "unknown",
|
|
5215
|
+
textOnly: true,
|
|
5215
5216
|
branchId: "branch_id",
|
|
5216
5217
|
topicIds: ["topic_ids"],
|
|
5217
5218
|
excludeStatuses: ["initiated"],
|
|
@@ -5252,7 +5253,7 @@ await client.conversationalAi.conversations.list({
|
|
|
5252
5253
|
</dl>
|
|
5253
5254
|
</details>
|
|
5254
5255
|
|
|
5255
|
-
<details><summary><code>client.conversationalAi.conversations.<a href="/src/api/resources/conversationalAi/resources/conversations/client/Client.ts">get</a>(conversation_id) -> ElevenLabs.GetConversationResponseModel</code></summary>
|
|
5256
|
+
<details><summary><code>client.conversationalAi.conversations.<a href="/src/api/resources/conversationalAi/resources/conversations/client/Client.ts">get</a>(conversation_id, { ...params }) -> ElevenLabs.GetConversationResponseModel</code></summary>
|
|
5256
5257
|
<dl>
|
|
5257
5258
|
<dd>
|
|
5258
5259
|
|
|
@@ -5303,6 +5304,14 @@ await client.conversationalAi.conversations.get("123");
|
|
|
5303
5304
|
<dl>
|
|
5304
5305
|
<dd>
|
|
5305
5306
|
|
|
5307
|
+
**request:** `ElevenLabs.conversationalAi.ConversationsGetRequest`
|
|
5308
|
+
|
|
5309
|
+
</dd>
|
|
5310
|
+
</dl>
|
|
5311
|
+
|
|
5312
|
+
<dl>
|
|
5313
|
+
<dd>
|
|
5314
|
+
|
|
5306
5315
|
**requestOptions:** `ConversationsClient.RequestOptions`
|
|
5307
5316
|
|
|
5308
5317
|
</dd>
|
|
@@ -10374,6 +10383,78 @@ await client.conversationalAi.agents.branches.merge("agent_3701k3ttaq12ewp8b7qv5
|
|
|
10374
10383
|
</dl>
|
|
10375
10384
|
|
|
10376
10385
|
|
|
10386
|
+
</dd>
|
|
10387
|
+
</dl>
|
|
10388
|
+
</details>
|
|
10389
|
+
|
|
10390
|
+
## ConversationalAi Agents Versions
|
|
10391
|
+
<details><summary><code>client.conversationalAi.agents.versions.<a href="/src/api/resources/conversationalAi/resources/agents/resources/versions/client/Client.ts">get</a>(agent_id, version_id) -> ElevenLabs.AgentVersionMetadata</code></summary>
|
|
10392
|
+
<dl>
|
|
10393
|
+
<dd>
|
|
10394
|
+
|
|
10395
|
+
#### 📝 Description
|
|
10396
|
+
|
|
10397
|
+
<dl>
|
|
10398
|
+
<dd>
|
|
10399
|
+
|
|
10400
|
+
<dl>
|
|
10401
|
+
<dd>
|
|
10402
|
+
|
|
10403
|
+
Get metadata for a specific agent version
|
|
10404
|
+
</dd>
|
|
10405
|
+
</dl>
|
|
10406
|
+
</dd>
|
|
10407
|
+
</dl>
|
|
10408
|
+
|
|
10409
|
+
#### 🔌 Usage
|
|
10410
|
+
|
|
10411
|
+
<dl>
|
|
10412
|
+
<dd>
|
|
10413
|
+
|
|
10414
|
+
<dl>
|
|
10415
|
+
<dd>
|
|
10416
|
+
|
|
10417
|
+
```typescript
|
|
10418
|
+
await client.conversationalAi.agents.versions.get("agent_3701k3ttaq12ewp8b7qv5rfyszkz", "agtvrsn_0901k4aafjxxfxt93gd841r7tv5t");
|
|
10419
|
+
|
|
10420
|
+
```
|
|
10421
|
+
</dd>
|
|
10422
|
+
</dl>
|
|
10423
|
+
</dd>
|
|
10424
|
+
</dl>
|
|
10425
|
+
|
|
10426
|
+
#### ⚙️ Parameters
|
|
10427
|
+
|
|
10428
|
+
<dl>
|
|
10429
|
+
<dd>
|
|
10430
|
+
|
|
10431
|
+
<dl>
|
|
10432
|
+
<dd>
|
|
10433
|
+
|
|
10434
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
10435
|
+
|
|
10436
|
+
</dd>
|
|
10437
|
+
</dl>
|
|
10438
|
+
|
|
10439
|
+
<dl>
|
|
10440
|
+
<dd>
|
|
10441
|
+
|
|
10442
|
+
**version_id:** `string` — Unique identifier for the version.
|
|
10443
|
+
|
|
10444
|
+
</dd>
|
|
10445
|
+
</dl>
|
|
10446
|
+
|
|
10447
|
+
<dl>
|
|
10448
|
+
<dd>
|
|
10449
|
+
|
|
10450
|
+
**requestOptions:** `VersionsClient.RequestOptions`
|
|
10451
|
+
|
|
10452
|
+
</dd>
|
|
10453
|
+
</dl>
|
|
10454
|
+
</dd>
|
|
10455
|
+
</dl>
|
|
10456
|
+
|
|
10457
|
+
|
|
10377
10458
|
</dd>
|
|
10378
10459
|
</dl>
|
|
10379
10460
|
</details>
|
|
@@ -11062,6 +11143,7 @@ await client.conversationalAi.conversations.messages.textSearch({
|
|
|
11062
11143
|
pageSize: 1,
|
|
11063
11144
|
summaryMode: "exclude",
|
|
11064
11145
|
conversationInitiationSource: "unknown",
|
|
11146
|
+
textOnly: true,
|
|
11065
11147
|
branchId: "branch_id",
|
|
11066
11148
|
sortBy: "search_score",
|
|
11067
11149
|
cursor: "cursor"
|
|
@@ -15682,8 +15764,8 @@ await client.music.compositionPlan.create({
|
|
|
15682
15764
|
</dl>
|
|
15683
15765
|
</details>
|
|
15684
15766
|
|
|
15685
|
-
##
|
|
15686
|
-
<details><summary><code>client.
|
|
15767
|
+
## Productions Orders
|
|
15768
|
+
<details><summary><code>client.productions.orders.<a href="/src/api/resources/productions/resources/orders/client/Client.ts">list</a>({ ...params }) -> ElevenLabs.ListOrdersResponse</code></summary>
|
|
15687
15769
|
<dl>
|
|
15688
15770
|
<dd>
|
|
15689
15771
|
|
|
@@ -15695,7 +15777,7 @@ await client.music.compositionPlan.create({
|
|
|
15695
15777
|
<dl>
|
|
15696
15778
|
<dd>
|
|
15697
15779
|
|
|
15698
|
-
|
|
15780
|
+
Lists Productions orders in the workspace. Supports filtering by status and date range, with pagination.
|
|
15699
15781
|
</dd>
|
|
15700
15782
|
</dl>
|
|
15701
15783
|
</dd>
|
|
@@ -15710,14 +15792,12 @@ Replaces all existing rules on the pronunciation dictionary with the provided on
|
|
|
15710
15792
|
<dd>
|
|
15711
15793
|
|
|
15712
15794
|
```typescript
|
|
15713
|
-
await client.
|
|
15714
|
-
|
|
15715
|
-
|
|
15716
|
-
|
|
15717
|
-
|
|
15718
|
-
|
|
15719
|
-
alias: "tie-land"
|
|
15720
|
-
}]
|
|
15795
|
+
await client.productions.orders.list({
|
|
15796
|
+
pageSize: 1,
|
|
15797
|
+
offset: 1,
|
|
15798
|
+
status: ["open"],
|
|
15799
|
+
startDate: new Date("2024-01-15T09:30:00.000Z"),
|
|
15800
|
+
endDate: new Date("2024-01-15T09:30:00.000Z")
|
|
15721
15801
|
});
|
|
15722
15802
|
|
|
15723
15803
|
```
|
|
@@ -15734,15 +15814,7 @@ await client.pronunciationDictionaries.rules.set("21m00Tcm4TlvDq8ikWAM", {
|
|
|
15734
15814
|
<dl>
|
|
15735
15815
|
<dd>
|
|
15736
15816
|
|
|
15737
|
-
**
|
|
15738
|
-
|
|
15739
|
-
</dd>
|
|
15740
|
-
</dl>
|
|
15741
|
-
|
|
15742
|
-
<dl>
|
|
15743
|
-
<dd>
|
|
15744
|
-
|
|
15745
|
-
**request:** `ElevenLabs.pronunciationDictionaries.BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost`
|
|
15817
|
+
**request:** `ElevenLabs.productions.OrdersListRequest`
|
|
15746
15818
|
|
|
15747
15819
|
</dd>
|
|
15748
15820
|
</dl>
|
|
@@ -15750,7 +15822,7 @@ await client.pronunciationDictionaries.rules.set("21m00Tcm4TlvDq8ikWAM", {
|
|
|
15750
15822
|
<dl>
|
|
15751
15823
|
<dd>
|
|
15752
15824
|
|
|
15753
|
-
**requestOptions:** `
|
|
15825
|
+
**requestOptions:** `OrdersClient.RequestOptions`
|
|
15754
15826
|
|
|
15755
15827
|
</dd>
|
|
15756
15828
|
</dl>
|
|
@@ -15762,7 +15834,7 @@ await client.pronunciationDictionaries.rules.set("21m00Tcm4TlvDq8ikWAM", {
|
|
|
15762
15834
|
</dl>
|
|
15763
15835
|
</details>
|
|
15764
15836
|
|
|
15765
|
-
<details><summary><code>client.
|
|
15837
|
+
<details><summary><code>client.productions.orders.<a href="/src/api/resources/productions/resources/orders/client/Client.ts">create</a>() -> ElevenLabs.CreateOrderResponse</code></summary>
|
|
15766
15838
|
<dl>
|
|
15767
15839
|
<dd>
|
|
15768
15840
|
|
|
@@ -15774,7 +15846,7 @@ await client.pronunciationDictionaries.rules.set("21m00Tcm4TlvDq8ikWAM", {
|
|
|
15774
15846
|
<dl>
|
|
15775
15847
|
<dd>
|
|
15776
15848
|
|
|
15777
|
-
|
|
15849
|
+
Creates a new Productions order in the workspace. The order starts in the open state and can be configured with items before submission.
|
|
15778
15850
|
</dd>
|
|
15779
15851
|
</dl>
|
|
15780
15852
|
</dd>
|
|
@@ -15789,15 +15861,7 @@ Add rules to the pronunciation dictionary. If a rule with the same string_to_rep
|
|
|
15789
15861
|
<dd>
|
|
15790
15862
|
|
|
15791
15863
|
```typescript
|
|
15792
|
-
await client.
|
|
15793
|
-
rules: [{
|
|
15794
|
-
type: "alias",
|
|
15795
|
-
stringToReplace: "Thailand",
|
|
15796
|
-
caseSensitive: true,
|
|
15797
|
-
wordBoundaries: true,
|
|
15798
|
-
alias: "tie-land"
|
|
15799
|
-
}]
|
|
15800
|
-
});
|
|
15864
|
+
await client.productions.orders.create();
|
|
15801
15865
|
|
|
15802
15866
|
```
|
|
15803
15867
|
</dd>
|
|
@@ -15813,15 +15877,64 @@ await client.pronunciationDictionaries.rules.add("21m00Tcm4TlvDq8ikWAM", {
|
|
|
15813
15877
|
<dl>
|
|
15814
15878
|
<dd>
|
|
15815
15879
|
|
|
15816
|
-
**
|
|
15880
|
+
**requestOptions:** `OrdersClient.RequestOptions`
|
|
15817
15881
|
|
|
15818
15882
|
</dd>
|
|
15819
15883
|
</dl>
|
|
15884
|
+
</dd>
|
|
15885
|
+
</dl>
|
|
15886
|
+
|
|
15887
|
+
|
|
15888
|
+
</dd>
|
|
15889
|
+
</dl>
|
|
15890
|
+
</details>
|
|
15820
15891
|
|
|
15892
|
+
<details><summary><code>client.productions.orders.<a href="/src/api/resources/productions/resources/orders/client/Client.ts">get</a>(order_id) -> ElevenLabs.OrderResponse</code></summary>
|
|
15821
15893
|
<dl>
|
|
15822
15894
|
<dd>
|
|
15823
15895
|
|
|
15824
|
-
|
|
15896
|
+
#### 📝 Description
|
|
15897
|
+
|
|
15898
|
+
<dl>
|
|
15899
|
+
<dd>
|
|
15900
|
+
|
|
15901
|
+
<dl>
|
|
15902
|
+
<dd>
|
|
15903
|
+
|
|
15904
|
+
Retrieves full details for a Productions order.
|
|
15905
|
+
|
|
15906
|
+
Quote and pricing information may not be available immediately; if you wish to see the quote before submission, you may need to poll the order details until it is ready.
|
|
15907
|
+
</dd>
|
|
15908
|
+
</dl>
|
|
15909
|
+
</dd>
|
|
15910
|
+
</dl>
|
|
15911
|
+
|
|
15912
|
+
#### 🔌 Usage
|
|
15913
|
+
|
|
15914
|
+
<dl>
|
|
15915
|
+
<dd>
|
|
15916
|
+
|
|
15917
|
+
<dl>
|
|
15918
|
+
<dd>
|
|
15919
|
+
|
|
15920
|
+
```typescript
|
|
15921
|
+
await client.productions.orders.get("order_id");
|
|
15922
|
+
|
|
15923
|
+
```
|
|
15924
|
+
</dd>
|
|
15925
|
+
</dl>
|
|
15926
|
+
</dd>
|
|
15927
|
+
</dl>
|
|
15928
|
+
|
|
15929
|
+
#### ⚙️ Parameters
|
|
15930
|
+
|
|
15931
|
+
<dl>
|
|
15932
|
+
<dd>
|
|
15933
|
+
|
|
15934
|
+
<dl>
|
|
15935
|
+
<dd>
|
|
15936
|
+
|
|
15937
|
+
**order_id:** `ElevenLabs.OrderId` — The ID of the order.
|
|
15825
15938
|
|
|
15826
15939
|
</dd>
|
|
15827
15940
|
</dl>
|
|
@@ -15829,7 +15942,7 @@ await client.pronunciationDictionaries.rules.add("21m00Tcm4TlvDq8ikWAM", {
|
|
|
15829
15942
|
<dl>
|
|
15830
15943
|
<dd>
|
|
15831
15944
|
|
|
15832
|
-
**requestOptions:** `
|
|
15945
|
+
**requestOptions:** `OrdersClient.RequestOptions`
|
|
15833
15946
|
|
|
15834
15947
|
</dd>
|
|
15835
15948
|
</dl>
|
|
@@ -15841,7 +15954,7 @@ await client.pronunciationDictionaries.rules.add("21m00Tcm4TlvDq8ikWAM", {
|
|
|
15841
15954
|
</dl>
|
|
15842
15955
|
</details>
|
|
15843
15956
|
|
|
15844
|
-
<details><summary><code>client.
|
|
15957
|
+
<details><summary><code>client.productions.orders.<a href="/src/api/resources/productions/resources/orders/client/Client.ts">update</a>(order_id, { ...params }) -> ElevenLabs.UpdateOrderResponse</code></summary>
|
|
15845
15958
|
<dl>
|
|
15846
15959
|
<dd>
|
|
15847
15960
|
|
|
@@ -15853,7 +15966,7 @@ await client.pronunciationDictionaries.rules.add("21m00Tcm4TlvDq8ikWAM", {
|
|
|
15853
15966
|
<dl>
|
|
15854
15967
|
<dd>
|
|
15855
15968
|
|
|
15856
|
-
|
|
15969
|
+
Updates an open order.
|
|
15857
15970
|
</dd>
|
|
15858
15971
|
</dl>
|
|
15859
15972
|
</dd>
|
|
@@ -15868,8 +15981,10 @@ Remove rules from the pronunciation dictionary
|
|
|
15868
15981
|
<dd>
|
|
15869
15982
|
|
|
15870
15983
|
```typescript
|
|
15871
|
-
await client.
|
|
15872
|
-
|
|
15984
|
+
await client.productions.orders.update("order_id", {
|
|
15985
|
+
request: {
|
|
15986
|
+
name: "Spanish Dubs"
|
|
15987
|
+
}
|
|
15873
15988
|
});
|
|
15874
15989
|
|
|
15875
15990
|
```
|
|
@@ -15886,7 +16001,7 @@ await client.pronunciationDictionaries.rules.remove("21m00Tcm4TlvDq8ikWAM", {
|
|
|
15886
16001
|
<dl>
|
|
15887
16002
|
<dd>
|
|
15888
16003
|
|
|
15889
|
-
**
|
|
16004
|
+
**order_id:** `ElevenLabs.OrderId` — The ID of the order.
|
|
15890
16005
|
|
|
15891
16006
|
</dd>
|
|
15892
16007
|
</dl>
|
|
@@ -15894,7 +16009,7 @@ await client.pronunciationDictionaries.rules.remove("21m00Tcm4TlvDq8ikWAM", {
|
|
|
15894
16009
|
<dl>
|
|
15895
16010
|
<dd>
|
|
15896
16011
|
|
|
15897
|
-
**request:** `ElevenLabs.
|
|
16012
|
+
**request:** `ElevenLabs.productions.BodyUpdateOrderV1ProductionsOrdersOrderIdPatch`
|
|
15898
16013
|
|
|
15899
16014
|
</dd>
|
|
15900
16015
|
</dl>
|
|
@@ -15902,7 +16017,7 @@ await client.pronunciationDictionaries.rules.remove("21m00Tcm4TlvDq8ikWAM", {
|
|
|
15902
16017
|
<dl>
|
|
15903
16018
|
<dd>
|
|
15904
16019
|
|
|
15905
|
-
**requestOptions:** `
|
|
16020
|
+
**requestOptions:** `OrdersClient.RequestOptions`
|
|
15906
16021
|
|
|
15907
16022
|
</dd>
|
|
15908
16023
|
</dl>
|
|
@@ -15914,8 +16029,7 @@ await client.pronunciationDictionaries.rules.remove("21m00Tcm4TlvDq8ikWAM", {
|
|
|
15914
16029
|
</dl>
|
|
15915
16030
|
</details>
|
|
15916
16031
|
|
|
15917
|
-
|
|
15918
|
-
<details><summary><code>client.serviceAccounts.apiKeys.<a href="/src/api/resources/serviceAccounts/resources/apiKeys/client/Client.ts">list</a>(service_account_user_id) -> ElevenLabs.WorkspaceApiKeyListResponseModel</code></summary>
|
|
16032
|
+
<details><summary><code>client.productions.orders.<a href="/src/api/resources/productions/resources/orders/client/Client.ts">submit</a>(order_id) -> ElevenLabs.SubmitOrderResponse</code></summary>
|
|
15919
16033
|
<dl>
|
|
15920
16034
|
<dd>
|
|
15921
16035
|
|
|
@@ -15927,7 +16041,9 @@ await client.pronunciationDictionaries.rules.remove("21m00Tcm4TlvDq8ikWAM", {
|
|
|
15927
16041
|
<dl>
|
|
15928
16042
|
<dd>
|
|
15929
16043
|
|
|
15930
|
-
|
|
16044
|
+
Submits an open order for processing. The order must have at least one item. Once submitted, items can no longer be modified.
|
|
16045
|
+
|
|
16046
|
+
Upon submission, the workspace will be charged for the order. The quote is based on information extracted from the uploaded media, such as its duration. The quote may not be available immediately; if you wish to see the quote before submission, you may need to poll the order details until the quote is ready.
|
|
15931
16047
|
</dd>
|
|
15932
16048
|
</dl>
|
|
15933
16049
|
</dd>
|
|
@@ -15942,7 +16058,7 @@ Get all API keys for a service account
|
|
|
15942
16058
|
<dd>
|
|
15943
16059
|
|
|
15944
16060
|
```typescript
|
|
15945
|
-
await client.
|
|
16061
|
+
await client.productions.orders.submit("order_id");
|
|
15946
16062
|
|
|
15947
16063
|
```
|
|
15948
16064
|
</dd>
|
|
@@ -15958,7 +16074,7 @@ await client.serviceAccounts.apiKeys.list("service_account_user_id");
|
|
|
15958
16074
|
<dl>
|
|
15959
16075
|
<dd>
|
|
15960
16076
|
|
|
15961
|
-
**
|
|
16077
|
+
**order_id:** `ElevenLabs.OrderId` — The ID of the order.
|
|
15962
16078
|
|
|
15963
16079
|
</dd>
|
|
15964
16080
|
</dl>
|
|
@@ -15966,7 +16082,7 @@ await client.serviceAccounts.apiKeys.list("service_account_user_id");
|
|
|
15966
16082
|
<dl>
|
|
15967
16083
|
<dd>
|
|
15968
16084
|
|
|
15969
|
-
**requestOptions:** `
|
|
16085
|
+
**requestOptions:** `OrdersClient.RequestOptions`
|
|
15970
16086
|
|
|
15971
16087
|
</dd>
|
|
15972
16088
|
</dl>
|
|
@@ -15978,7 +16094,8 @@ await client.serviceAccounts.apiKeys.list("service_account_user_id");
|
|
|
15978
16094
|
</dl>
|
|
15979
16095
|
</details>
|
|
15980
16096
|
|
|
15981
|
-
|
|
16097
|
+
## Productions Orders Media
|
|
16098
|
+
<details><summary><code>client.productions.orders.media.<a href="/src/api/resources/productions/resources/orders/resources/media/client/Client.ts">register</a>(order_id, { ...params }) -> ElevenLabs.RegisterMediaResponse</code></summary>
|
|
15982
16099
|
<dl>
|
|
15983
16100
|
<dd>
|
|
15984
16101
|
|
|
@@ -15990,7 +16107,7 @@ await client.serviceAccounts.apiKeys.list("service_account_user_id");
|
|
|
15990
16107
|
<dl>
|
|
15991
16108
|
<dd>
|
|
15992
16109
|
|
|
15993
|
-
|
|
16110
|
+
Registers a media file with an order, either by uploading it directly or by providing a URL to fetch it from. Exactly one of `media` or `media_url` must be provided. The registered media can then be referenced when adding order items.
|
|
15994
16111
|
</dd>
|
|
15995
16112
|
</dl>
|
|
15996
16113
|
</dd>
|
|
@@ -16005,9 +16122,8 @@ Create a new API key for a service account
|
|
|
16005
16122
|
<dd>
|
|
16006
16123
|
|
|
16007
16124
|
```typescript
|
|
16008
|
-
await client.
|
|
16009
|
-
|
|
16010
|
-
permissions: "all"
|
|
16125
|
+
await client.productions.orders.media.register("order_id", {
|
|
16126
|
+
declaredLanguage: "declared_language"
|
|
16011
16127
|
});
|
|
16012
16128
|
|
|
16013
16129
|
```
|
|
@@ -16024,7 +16140,7 @@ await client.serviceAccounts.apiKeys.create("service_account_user_id", {
|
|
|
16024
16140
|
<dl>
|
|
16025
16141
|
<dd>
|
|
16026
16142
|
|
|
16027
|
-
**
|
|
16143
|
+
**order_id:** `ElevenLabs.OrderId`
|
|
16028
16144
|
|
|
16029
16145
|
</dd>
|
|
16030
16146
|
</dl>
|
|
@@ -16032,7 +16148,7 @@ await client.serviceAccounts.apiKeys.create("service_account_user_id", {
|
|
|
16032
16148
|
<dl>
|
|
16033
16149
|
<dd>
|
|
16034
16150
|
|
|
16035
|
-
**request:** `ElevenLabs.
|
|
16151
|
+
**request:** `ElevenLabs.productions.orders.BodyRegisterMediaV1ProductionsOrdersOrderIdMediaPost`
|
|
16036
16152
|
|
|
16037
16153
|
</dd>
|
|
16038
16154
|
</dl>
|
|
@@ -16040,7 +16156,7 @@ await client.serviceAccounts.apiKeys.create("service_account_user_id", {
|
|
|
16040
16156
|
<dl>
|
|
16041
16157
|
<dd>
|
|
16042
16158
|
|
|
16043
|
-
**requestOptions:** `
|
|
16159
|
+
**requestOptions:** `MediaClient.RequestOptions`
|
|
16044
16160
|
|
|
16045
16161
|
</dd>
|
|
16046
16162
|
</dl>
|
|
@@ -16052,7 +16168,7 @@ await client.serviceAccounts.apiKeys.create("service_account_user_id", {
|
|
|
16052
16168
|
</dl>
|
|
16053
16169
|
</details>
|
|
16054
16170
|
|
|
16055
|
-
<details><summary><code>client.
|
|
16171
|
+
<details><summary><code>client.productions.orders.media.<a href="/src/api/resources/productions/resources/orders/resources/media/client/Client.ts">get</a>(order_id, media_id) -> ElevenLabs.OrderMediaResponse</code></summary>
|
|
16056
16172
|
<dl>
|
|
16057
16173
|
<dd>
|
|
16058
16174
|
|
|
@@ -16064,7 +16180,7 @@ await client.serviceAccounts.apiKeys.create("service_account_user_id", {
|
|
|
16064
16180
|
<dl>
|
|
16065
16181
|
<dd>
|
|
16066
16182
|
|
|
16067
|
-
|
|
16183
|
+
Retrieves metadata and a time-limited download URL for a previously uploaded media file.
|
|
16068
16184
|
</dd>
|
|
16069
16185
|
</dl>
|
|
16070
16186
|
</dd>
|
|
@@ -16079,7 +16195,7 @@ Delete an existing API key for a service account
|
|
|
16079
16195
|
<dd>
|
|
16080
16196
|
|
|
16081
16197
|
```typescript
|
|
16082
|
-
await client.
|
|
16198
|
+
await client.productions.orders.media.get("order_id", "media_id");
|
|
16083
16199
|
|
|
16084
16200
|
```
|
|
16085
16201
|
</dd>
|
|
@@ -16095,7 +16211,7 @@ await client.serviceAccounts.apiKeys.delete("service_account_user_id", "api_key_
|
|
|
16095
16211
|
<dl>
|
|
16096
16212
|
<dd>
|
|
16097
16213
|
|
|
16098
|
-
**
|
|
16214
|
+
**order_id:** `ElevenLabs.OrderId` — The ID of the order.
|
|
16099
16215
|
|
|
16100
16216
|
</dd>
|
|
16101
16217
|
</dl>
|
|
@@ -16103,7 +16219,7 @@ await client.serviceAccounts.apiKeys.delete("service_account_user_id", "api_key_
|
|
|
16103
16219
|
<dl>
|
|
16104
16220
|
<dd>
|
|
16105
16221
|
|
|
16106
|
-
**
|
|
16222
|
+
**media_id:** `ElevenLabs.MediaId` — The ID of the media file.
|
|
16107
16223
|
|
|
16108
16224
|
</dd>
|
|
16109
16225
|
</dl>
|
|
@@ -16111,7 +16227,7 @@ await client.serviceAccounts.apiKeys.delete("service_account_user_id", "api_key_
|
|
|
16111
16227
|
<dl>
|
|
16112
16228
|
<dd>
|
|
16113
16229
|
|
|
16114
|
-
**requestOptions:** `
|
|
16230
|
+
**requestOptions:** `MediaClient.RequestOptions`
|
|
16115
16231
|
|
|
16116
16232
|
</dd>
|
|
16117
16233
|
</dl>
|
|
@@ -16123,7 +16239,8 @@ await client.serviceAccounts.apiKeys.delete("service_account_user_id", "api_key_
|
|
|
16123
16239
|
</dl>
|
|
16124
16240
|
</details>
|
|
16125
16241
|
|
|
16126
|
-
|
|
16242
|
+
## Productions Orders Items
|
|
16243
|
+
<details><summary><code>client.productions.orders.items.<a href="/src/api/resources/productions/resources/orders/resources/items/client/Client.ts">upsert</a>(order_id, { ...params }) -> ElevenLabs.UpsertOrderItemResponse</code></summary>
|
|
16127
16244
|
<dl>
|
|
16128
16245
|
<dd>
|
|
16129
16246
|
|
|
@@ -16135,7 +16252,7 @@ await client.serviceAccounts.apiKeys.delete("service_account_user_id", "api_key_
|
|
|
16135
16252
|
<dl>
|
|
16136
16253
|
<dd>
|
|
16137
16254
|
|
|
16138
|
-
|
|
16255
|
+
Adds or updates an order item on an open order. Returns the item ID and the quoted price.
|
|
16139
16256
|
</dd>
|
|
16140
16257
|
</dl>
|
|
16141
16258
|
</dd>
|
|
@@ -16150,10 +16267,19 @@ Update an existing API key for a service account
|
|
|
16150
16267
|
<dd>
|
|
16151
16268
|
|
|
16152
16269
|
```typescript
|
|
16153
|
-
await client.
|
|
16154
|
-
|
|
16155
|
-
|
|
16156
|
-
|
|
16270
|
+
await client.productions.orders.items.upsert("order_id", {
|
|
16271
|
+
request: {
|
|
16272
|
+
item: {
|
|
16273
|
+
kind: "dub",
|
|
16274
|
+
mediaId: "prodmedia_01jgatk6h0fwxrtbjade61yqhx",
|
|
16275
|
+
sourceLanguage: "en",
|
|
16276
|
+
destinationLanguages: ["hi", "fr-FR", "de"],
|
|
16277
|
+
includeCaptions: true,
|
|
16278
|
+
includeSourceCaptions: false,
|
|
16279
|
+
instructions: "Voices don't need to match the originals, prioritize native-sounding voices",
|
|
16280
|
+
captionsSdh: false
|
|
16281
|
+
}
|
|
16282
|
+
}
|
|
16157
16283
|
});
|
|
16158
16284
|
|
|
16159
16285
|
```
|
|
@@ -16170,15 +16296,7 @@ await client.serviceAccounts.apiKeys.update("service_account_user_id", "api_key_
|
|
|
16170
16296
|
<dl>
|
|
16171
16297
|
<dd>
|
|
16172
16298
|
|
|
16173
|
-
**
|
|
16174
|
-
|
|
16175
|
-
</dd>
|
|
16176
|
-
</dl>
|
|
16177
|
-
|
|
16178
|
-
<dl>
|
|
16179
|
-
<dd>
|
|
16180
|
-
|
|
16181
|
-
**api_key_id:** `string`
|
|
16299
|
+
**order_id:** `ElevenLabs.OrderId` — The ID of the order.
|
|
16182
16300
|
|
|
16183
16301
|
</dd>
|
|
16184
16302
|
</dl>
|
|
@@ -16186,7 +16304,7 @@ await client.serviceAccounts.apiKeys.update("service_account_user_id", "api_key_
|
|
|
16186
16304
|
<dl>
|
|
16187
16305
|
<dd>
|
|
16188
16306
|
|
|
16189
|
-
**request:** `ElevenLabs.
|
|
16307
|
+
**request:** `ElevenLabs.productions.orders.BodyUpsertOrderItemV1ProductionsOrdersOrderIdItemsPost`
|
|
16190
16308
|
|
|
16191
16309
|
</dd>
|
|
16192
16310
|
</dl>
|
|
@@ -16194,7 +16312,7 @@ await client.serviceAccounts.apiKeys.update("service_account_user_id", "api_key_
|
|
|
16194
16312
|
<dl>
|
|
16195
16313
|
<dd>
|
|
16196
16314
|
|
|
16197
|
-
**requestOptions:** `
|
|
16315
|
+
**requestOptions:** `ItemsClient.RequestOptions`
|
|
16198
16316
|
|
|
16199
16317
|
</dd>
|
|
16200
16318
|
</dl>
|
|
@@ -16206,8 +16324,7 @@ await client.serviceAccounts.apiKeys.update("service_account_user_id", "api_key_
|
|
|
16206
16324
|
</dl>
|
|
16207
16325
|
</details>
|
|
16208
16326
|
|
|
16209
|
-
|
|
16210
|
-
<details><summary><code>client.speechToText.transcripts.<a href="/src/api/resources/speechToText/resources/transcripts/client/Client.ts">get</a>(transcription_id) -> ElevenLabs.TranscriptsGetResponse</code></summary>
|
|
16327
|
+
<details><summary><code>client.productions.orders.items.<a href="/src/api/resources/productions/resources/orders/resources/items/client/Client.ts">remove</a>(order_id, item_id) -> ElevenLabs.RemoveOrderItemResponse</code></summary>
|
|
16211
16328
|
<dl>
|
|
16212
16329
|
<dd>
|
|
16213
16330
|
|
|
@@ -16219,7 +16336,7 @@ await client.serviceAccounts.apiKeys.update("service_account_user_id", "api_key_
|
|
|
16219
16336
|
<dl>
|
|
16220
16337
|
<dd>
|
|
16221
16338
|
|
|
16222
|
-
|
|
16339
|
+
Removes an order item from an open order.
|
|
16223
16340
|
</dd>
|
|
16224
16341
|
</dl>
|
|
16225
16342
|
</dd>
|
|
@@ -16234,7 +16351,7 @@ Retrieve a previously generated transcript by its ID.
|
|
|
16234
16351
|
<dd>
|
|
16235
16352
|
|
|
16236
16353
|
```typescript
|
|
16237
|
-
await client.
|
|
16354
|
+
await client.productions.orders.items.remove("order_id", "item_id");
|
|
16238
16355
|
|
|
16239
16356
|
```
|
|
16240
16357
|
</dd>
|
|
@@ -16250,7 +16367,7 @@ await client.speechToText.transcripts.get("transcription_id");
|
|
|
16250
16367
|
<dl>
|
|
16251
16368
|
<dd>
|
|
16252
16369
|
|
|
16253
|
-
**
|
|
16370
|
+
**order_id:** `ElevenLabs.OrderId` — The ID of the order.
|
|
16254
16371
|
|
|
16255
16372
|
</dd>
|
|
16256
16373
|
</dl>
|
|
@@ -16258,7 +16375,15 @@ await client.speechToText.transcripts.get("transcription_id");
|
|
|
16258
16375
|
<dl>
|
|
16259
16376
|
<dd>
|
|
16260
16377
|
|
|
16261
|
-
**
|
|
16378
|
+
**item_id:** `ElevenLabs.ItemId` — The ID of the order item.
|
|
16379
|
+
|
|
16380
|
+
</dd>
|
|
16381
|
+
</dl>
|
|
16382
|
+
|
|
16383
|
+
<dl>
|
|
16384
|
+
<dd>
|
|
16385
|
+
|
|
16386
|
+
**requestOptions:** `ItemsClient.RequestOptions`
|
|
16262
16387
|
|
|
16263
16388
|
</dd>
|
|
16264
16389
|
</dl>
|
|
@@ -16270,7 +16395,8 @@ await client.speechToText.transcripts.get("transcription_id");
|
|
|
16270
16395
|
</dl>
|
|
16271
16396
|
</details>
|
|
16272
16397
|
|
|
16273
|
-
|
|
16398
|
+
## Productions Orders Deliverables
|
|
16399
|
+
<details><summary><code>client.productions.orders.deliverables.<a href="/src/api/resources/productions/resources/orders/resources/deliverables/client/Client.ts">list</a>(order_id) -> ElevenLabs.OrderDeliverablesResponse</code></summary>
|
|
16274
16400
|
<dl>
|
|
16275
16401
|
<dd>
|
|
16276
16402
|
|
|
@@ -16282,7 +16408,7 @@ await client.speechToText.transcripts.get("transcription_id");
|
|
|
16282
16408
|
<dl>
|
|
16283
16409
|
<dd>
|
|
16284
16410
|
|
|
16285
|
-
|
|
16411
|
+
Retrieves the delivered files for a completed order. Returns an empty list if the order is not yet completed.
|
|
16286
16412
|
</dd>
|
|
16287
16413
|
</dl>
|
|
16288
16414
|
</dd>
|
|
@@ -16297,7 +16423,7 @@ Delete a previously generated transcript by its ID.
|
|
|
16297
16423
|
<dd>
|
|
16298
16424
|
|
|
16299
16425
|
```typescript
|
|
16300
|
-
await client.
|
|
16426
|
+
await client.productions.orders.deliverables.list("order_id");
|
|
16301
16427
|
|
|
16302
16428
|
```
|
|
16303
16429
|
</dd>
|
|
@@ -16313,7 +16439,7 @@ await client.speechToText.transcripts.delete("transcription_id");
|
|
|
16313
16439
|
<dl>
|
|
16314
16440
|
<dd>
|
|
16315
16441
|
|
|
16316
|
-
**
|
|
16442
|
+
**order_id:** `ElevenLabs.OrderId` — The ID of the order.
|
|
16317
16443
|
|
|
16318
16444
|
</dd>
|
|
16319
16445
|
</dl>
|
|
@@ -16321,7 +16447,7 @@ await client.speechToText.transcripts.delete("transcription_id");
|
|
|
16321
16447
|
<dl>
|
|
16322
16448
|
<dd>
|
|
16323
16449
|
|
|
16324
|
-
**requestOptions:** `
|
|
16450
|
+
**requestOptions:** `DeliverablesClient.RequestOptions`
|
|
16325
16451
|
|
|
16326
16452
|
</dd>
|
|
16327
16453
|
</dl>
|
|
@@ -16333,8 +16459,8 @@ await client.speechToText.transcripts.delete("transcription_id");
|
|
|
16333
16459
|
</dl>
|
|
16334
16460
|
</details>
|
|
16335
16461
|
|
|
16336
|
-
##
|
|
16337
|
-
<details><summary><code>client.
|
|
16462
|
+
## Productions Orders Languages
|
|
16463
|
+
<details><summary><code>client.productions.orders.languages.<a href="/src/api/resources/productions/resources/orders/resources/languages/client/Client.ts">list</a>(order_item_kind) -> ElevenLabs.RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind</code></summary>
|
|
16338
16464
|
<dl>
|
|
16339
16465
|
<dd>
|
|
16340
16466
|
|
|
@@ -16346,7 +16472,7 @@ await client.speechToText.transcripts.delete("transcription_id");
|
|
|
16346
16472
|
<dl>
|
|
16347
16473
|
<dd>
|
|
16348
16474
|
|
|
16349
|
-
Returns
|
|
16475
|
+
Returns the available languages for a given order item kind.
|
|
16350
16476
|
</dd>
|
|
16351
16477
|
</dl>
|
|
16352
16478
|
</dd>
|
|
@@ -16361,7 +16487,7 @@ Returns a list of your Studio projects with metadata.
|
|
|
16361
16487
|
<dd>
|
|
16362
16488
|
|
|
16363
16489
|
```typescript
|
|
16364
|
-
await client.
|
|
16490
|
+
await client.productions.orders.languages.list("dub");
|
|
16365
16491
|
|
|
16366
16492
|
```
|
|
16367
16493
|
</dd>
|
|
@@ -16377,7 +16503,15 @@ await client.studio.projects.list();
|
|
|
16377
16503
|
<dl>
|
|
16378
16504
|
<dd>
|
|
16379
16505
|
|
|
16380
|
-
**
|
|
16506
|
+
**order_item_kind:** `ElevenLabs.OrderItemKind` — The kind of order item.
|
|
16507
|
+
|
|
16508
|
+
</dd>
|
|
16509
|
+
</dl>
|
|
16510
|
+
|
|
16511
|
+
<dl>
|
|
16512
|
+
<dd>
|
|
16513
|
+
|
|
16514
|
+
**requestOptions:** `LanguagesClient.RequestOptions`
|
|
16381
16515
|
|
|
16382
16516
|
</dd>
|
|
16383
16517
|
</dl>
|
|
@@ -16389,7 +16523,8 @@ await client.studio.projects.list();
|
|
|
16389
16523
|
</dl>
|
|
16390
16524
|
</details>
|
|
16391
16525
|
|
|
16392
|
-
|
|
16526
|
+
## PronunciationDictionaries Rules
|
|
16527
|
+
<details><summary><code>client.pronunciationDictionaries.rules.<a href="/src/api/resources/pronunciationDictionaries/resources/rules/client/Client.ts">set</a>(pronunciation_dictionary_id, { ...params }) -> ElevenLabs.PronunciationDictionaryRulesResponseModel</code></summary>
|
|
16393
16528
|
<dl>
|
|
16394
16529
|
<dd>
|
|
16395
16530
|
|
|
@@ -16401,7 +16536,7 @@ await client.studio.projects.list();
|
|
|
16401
16536
|
<dl>
|
|
16402
16537
|
<dd>
|
|
16403
16538
|
|
|
16404
|
-
|
|
16539
|
+
Replaces all existing rules on the pronunciation dictionary with the provided ones.
|
|
16405
16540
|
</dd>
|
|
16406
16541
|
</dl>
|
|
16407
16542
|
</dd>
|
|
@@ -16416,8 +16551,14 @@ Creates a new Studio project, it can be either initialized as blank, from a docu
|
|
|
16416
16551
|
<dd>
|
|
16417
16552
|
|
|
16418
16553
|
```typescript
|
|
16419
|
-
await client.
|
|
16420
|
-
|
|
16554
|
+
await client.pronunciationDictionaries.rules.set("21m00Tcm4TlvDq8ikWAM", {
|
|
16555
|
+
rules: [{
|
|
16556
|
+
type: "alias",
|
|
16557
|
+
stringToReplace: "Thailand",
|
|
16558
|
+
caseSensitive: true,
|
|
16559
|
+
wordBoundaries: true,
|
|
16560
|
+
alias: "tie-land"
|
|
16561
|
+
}]
|
|
16421
16562
|
});
|
|
16422
16563
|
|
|
16423
16564
|
```
|
|
@@ -16434,7 +16575,7 @@ await client.studio.projects.create({
|
|
|
16434
16575
|
<dl>
|
|
16435
16576
|
<dd>
|
|
16436
16577
|
|
|
16437
|
-
**
|
|
16578
|
+
**pronunciation_dictionary_id:** `string` — The id of the pronunciation dictionary
|
|
16438
16579
|
|
|
16439
16580
|
</dd>
|
|
16440
16581
|
</dl>
|
|
@@ -16442,15 +16583,715 @@ await client.studio.projects.create({
|
|
|
16442
16583
|
<dl>
|
|
16443
16584
|
<dd>
|
|
16444
16585
|
|
|
16445
|
-
**
|
|
16586
|
+
**request:** `ElevenLabs.pronunciationDictionaries.BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost`
|
|
16446
16587
|
|
|
16447
16588
|
</dd>
|
|
16448
16589
|
</dl>
|
|
16449
|
-
</dd>
|
|
16450
|
-
</dl>
|
|
16451
16590
|
|
|
16591
|
+
<dl>
|
|
16592
|
+
<dd>
|
|
16452
16593
|
|
|
16453
|
-
|
|
16594
|
+
**requestOptions:** `RulesClient.RequestOptions`
|
|
16595
|
+
|
|
16596
|
+
</dd>
|
|
16597
|
+
</dl>
|
|
16598
|
+
</dd>
|
|
16599
|
+
</dl>
|
|
16600
|
+
|
|
16601
|
+
|
|
16602
|
+
</dd>
|
|
16603
|
+
</dl>
|
|
16604
|
+
</details>
|
|
16605
|
+
|
|
16606
|
+
<details><summary><code>client.pronunciationDictionaries.rules.<a href="/src/api/resources/pronunciationDictionaries/resources/rules/client/Client.ts">add</a>(pronunciation_dictionary_id, { ...params }) -> ElevenLabs.PronunciationDictionaryRulesResponseModel</code></summary>
|
|
16607
|
+
<dl>
|
|
16608
|
+
<dd>
|
|
16609
|
+
|
|
16610
|
+
#### 📝 Description
|
|
16611
|
+
|
|
16612
|
+
<dl>
|
|
16613
|
+
<dd>
|
|
16614
|
+
|
|
16615
|
+
<dl>
|
|
16616
|
+
<dd>
|
|
16617
|
+
|
|
16618
|
+
Add rules to the pronunciation dictionary. If a rule with the same string_to_replace already exists, it will be replaced.
|
|
16619
|
+
</dd>
|
|
16620
|
+
</dl>
|
|
16621
|
+
</dd>
|
|
16622
|
+
</dl>
|
|
16623
|
+
|
|
16624
|
+
#### 🔌 Usage
|
|
16625
|
+
|
|
16626
|
+
<dl>
|
|
16627
|
+
<dd>
|
|
16628
|
+
|
|
16629
|
+
<dl>
|
|
16630
|
+
<dd>
|
|
16631
|
+
|
|
16632
|
+
```typescript
|
|
16633
|
+
await client.pronunciationDictionaries.rules.add("21m00Tcm4TlvDq8ikWAM", {
|
|
16634
|
+
rules: [{
|
|
16635
|
+
type: "alias",
|
|
16636
|
+
stringToReplace: "Thailand",
|
|
16637
|
+
caseSensitive: true,
|
|
16638
|
+
wordBoundaries: true,
|
|
16639
|
+
alias: "tie-land"
|
|
16640
|
+
}]
|
|
16641
|
+
});
|
|
16642
|
+
|
|
16643
|
+
```
|
|
16644
|
+
</dd>
|
|
16645
|
+
</dl>
|
|
16646
|
+
</dd>
|
|
16647
|
+
</dl>
|
|
16648
|
+
|
|
16649
|
+
#### ⚙️ Parameters
|
|
16650
|
+
|
|
16651
|
+
<dl>
|
|
16652
|
+
<dd>
|
|
16653
|
+
|
|
16654
|
+
<dl>
|
|
16655
|
+
<dd>
|
|
16656
|
+
|
|
16657
|
+
**pronunciation_dictionary_id:** `string` — The id of the pronunciation dictionary
|
|
16658
|
+
|
|
16659
|
+
</dd>
|
|
16660
|
+
</dl>
|
|
16661
|
+
|
|
16662
|
+
<dl>
|
|
16663
|
+
<dd>
|
|
16664
|
+
|
|
16665
|
+
**request:** `ElevenLabs.pronunciationDictionaries.PronunciationDictionary`
|
|
16666
|
+
|
|
16667
|
+
</dd>
|
|
16668
|
+
</dl>
|
|
16669
|
+
|
|
16670
|
+
<dl>
|
|
16671
|
+
<dd>
|
|
16672
|
+
|
|
16673
|
+
**requestOptions:** `RulesClient.RequestOptions`
|
|
16674
|
+
|
|
16675
|
+
</dd>
|
|
16676
|
+
</dl>
|
|
16677
|
+
</dd>
|
|
16678
|
+
</dl>
|
|
16679
|
+
|
|
16680
|
+
|
|
16681
|
+
</dd>
|
|
16682
|
+
</dl>
|
|
16683
|
+
</details>
|
|
16684
|
+
|
|
16685
|
+
<details><summary><code>client.pronunciationDictionaries.rules.<a href="/src/api/resources/pronunciationDictionaries/resources/rules/client/Client.ts">remove</a>(pronunciation_dictionary_id, { ...params }) -> ElevenLabs.PronunciationDictionaryRulesResponseModel</code></summary>
|
|
16686
|
+
<dl>
|
|
16687
|
+
<dd>
|
|
16688
|
+
|
|
16689
|
+
#### 📝 Description
|
|
16690
|
+
|
|
16691
|
+
<dl>
|
|
16692
|
+
<dd>
|
|
16693
|
+
|
|
16694
|
+
<dl>
|
|
16695
|
+
<dd>
|
|
16696
|
+
|
|
16697
|
+
Remove rules from the pronunciation dictionary
|
|
16698
|
+
</dd>
|
|
16699
|
+
</dl>
|
|
16700
|
+
</dd>
|
|
16701
|
+
</dl>
|
|
16702
|
+
|
|
16703
|
+
#### 🔌 Usage
|
|
16704
|
+
|
|
16705
|
+
<dl>
|
|
16706
|
+
<dd>
|
|
16707
|
+
|
|
16708
|
+
<dl>
|
|
16709
|
+
<dd>
|
|
16710
|
+
|
|
16711
|
+
```typescript
|
|
16712
|
+
await client.pronunciationDictionaries.rules.remove("21m00Tcm4TlvDq8ikWAM", {
|
|
16713
|
+
ruleStrings: ["rule_strings"]
|
|
16714
|
+
});
|
|
16715
|
+
|
|
16716
|
+
```
|
|
16717
|
+
</dd>
|
|
16718
|
+
</dl>
|
|
16719
|
+
</dd>
|
|
16720
|
+
</dl>
|
|
16721
|
+
|
|
16722
|
+
#### ⚙️ Parameters
|
|
16723
|
+
|
|
16724
|
+
<dl>
|
|
16725
|
+
<dd>
|
|
16726
|
+
|
|
16727
|
+
<dl>
|
|
16728
|
+
<dd>
|
|
16729
|
+
|
|
16730
|
+
**pronunciation_dictionary_id:** `string` — The id of the pronunciation dictionary
|
|
16731
|
+
|
|
16732
|
+
</dd>
|
|
16733
|
+
</dl>
|
|
16734
|
+
|
|
16735
|
+
<dl>
|
|
16736
|
+
<dd>
|
|
16737
|
+
|
|
16738
|
+
**request:** `ElevenLabs.pronunciationDictionaries.RemovePronunciationDictionaryRulesRequest`
|
|
16739
|
+
|
|
16740
|
+
</dd>
|
|
16741
|
+
</dl>
|
|
16742
|
+
|
|
16743
|
+
<dl>
|
|
16744
|
+
<dd>
|
|
16745
|
+
|
|
16746
|
+
**requestOptions:** `RulesClient.RequestOptions`
|
|
16747
|
+
|
|
16748
|
+
</dd>
|
|
16749
|
+
</dl>
|
|
16750
|
+
</dd>
|
|
16751
|
+
</dl>
|
|
16752
|
+
|
|
16753
|
+
|
|
16754
|
+
</dd>
|
|
16755
|
+
</dl>
|
|
16756
|
+
</details>
|
|
16757
|
+
|
|
16758
|
+
## ServiceAccounts ApiKeys
|
|
16759
|
+
<details><summary><code>client.serviceAccounts.apiKeys.<a href="/src/api/resources/serviceAccounts/resources/apiKeys/client/Client.ts">list</a>(service_account_user_id) -> ElevenLabs.WorkspaceApiKeyListResponseModel</code></summary>
|
|
16760
|
+
<dl>
|
|
16761
|
+
<dd>
|
|
16762
|
+
|
|
16763
|
+
#### 📝 Description
|
|
16764
|
+
|
|
16765
|
+
<dl>
|
|
16766
|
+
<dd>
|
|
16767
|
+
|
|
16768
|
+
<dl>
|
|
16769
|
+
<dd>
|
|
16770
|
+
|
|
16771
|
+
Get all API keys for a service account
|
|
16772
|
+
</dd>
|
|
16773
|
+
</dl>
|
|
16774
|
+
</dd>
|
|
16775
|
+
</dl>
|
|
16776
|
+
|
|
16777
|
+
#### 🔌 Usage
|
|
16778
|
+
|
|
16779
|
+
<dl>
|
|
16780
|
+
<dd>
|
|
16781
|
+
|
|
16782
|
+
<dl>
|
|
16783
|
+
<dd>
|
|
16784
|
+
|
|
16785
|
+
```typescript
|
|
16786
|
+
await client.serviceAccounts.apiKeys.list("service_account_user_id");
|
|
16787
|
+
|
|
16788
|
+
```
|
|
16789
|
+
</dd>
|
|
16790
|
+
</dl>
|
|
16791
|
+
</dd>
|
|
16792
|
+
</dl>
|
|
16793
|
+
|
|
16794
|
+
#### ⚙️ Parameters
|
|
16795
|
+
|
|
16796
|
+
<dl>
|
|
16797
|
+
<dd>
|
|
16798
|
+
|
|
16799
|
+
<dl>
|
|
16800
|
+
<dd>
|
|
16801
|
+
|
|
16802
|
+
**service_account_user_id:** `string`
|
|
16803
|
+
|
|
16804
|
+
</dd>
|
|
16805
|
+
</dl>
|
|
16806
|
+
|
|
16807
|
+
<dl>
|
|
16808
|
+
<dd>
|
|
16809
|
+
|
|
16810
|
+
**requestOptions:** `ApiKeysClient.RequestOptions`
|
|
16811
|
+
|
|
16812
|
+
</dd>
|
|
16813
|
+
</dl>
|
|
16814
|
+
</dd>
|
|
16815
|
+
</dl>
|
|
16816
|
+
|
|
16817
|
+
|
|
16818
|
+
</dd>
|
|
16819
|
+
</dl>
|
|
16820
|
+
</details>
|
|
16821
|
+
|
|
16822
|
+
<details><summary><code>client.serviceAccounts.apiKeys.<a href="/src/api/resources/serviceAccounts/resources/apiKeys/client/Client.ts">create</a>(service_account_user_id, { ...params }) -> ElevenLabs.WorkspaceCreateApiKeyResponseModel</code></summary>
|
|
16823
|
+
<dl>
|
|
16824
|
+
<dd>
|
|
16825
|
+
|
|
16826
|
+
#### 📝 Description
|
|
16827
|
+
|
|
16828
|
+
<dl>
|
|
16829
|
+
<dd>
|
|
16830
|
+
|
|
16831
|
+
<dl>
|
|
16832
|
+
<dd>
|
|
16833
|
+
|
|
16834
|
+
Create a new API key for a service account
|
|
16835
|
+
</dd>
|
|
16836
|
+
</dl>
|
|
16837
|
+
</dd>
|
|
16838
|
+
</dl>
|
|
16839
|
+
|
|
16840
|
+
#### 🔌 Usage
|
|
16841
|
+
|
|
16842
|
+
<dl>
|
|
16843
|
+
<dd>
|
|
16844
|
+
|
|
16845
|
+
<dl>
|
|
16846
|
+
<dd>
|
|
16847
|
+
|
|
16848
|
+
```typescript
|
|
16849
|
+
await client.serviceAccounts.apiKeys.create("service_account_user_id", {
|
|
16850
|
+
name: "name",
|
|
16851
|
+
permissions: "all"
|
|
16852
|
+
});
|
|
16853
|
+
|
|
16854
|
+
```
|
|
16855
|
+
</dd>
|
|
16856
|
+
</dl>
|
|
16857
|
+
</dd>
|
|
16858
|
+
</dl>
|
|
16859
|
+
|
|
16860
|
+
#### ⚙️ Parameters
|
|
16861
|
+
|
|
16862
|
+
<dl>
|
|
16863
|
+
<dd>
|
|
16864
|
+
|
|
16865
|
+
<dl>
|
|
16866
|
+
<dd>
|
|
16867
|
+
|
|
16868
|
+
**service_account_user_id:** `string`
|
|
16869
|
+
|
|
16870
|
+
</dd>
|
|
16871
|
+
</dl>
|
|
16872
|
+
|
|
16873
|
+
<dl>
|
|
16874
|
+
<dd>
|
|
16875
|
+
|
|
16876
|
+
**request:** `ElevenLabs.serviceAccounts.BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost`
|
|
16877
|
+
|
|
16878
|
+
</dd>
|
|
16879
|
+
</dl>
|
|
16880
|
+
|
|
16881
|
+
<dl>
|
|
16882
|
+
<dd>
|
|
16883
|
+
|
|
16884
|
+
**requestOptions:** `ApiKeysClient.RequestOptions`
|
|
16885
|
+
|
|
16886
|
+
</dd>
|
|
16887
|
+
</dl>
|
|
16888
|
+
</dd>
|
|
16889
|
+
</dl>
|
|
16890
|
+
|
|
16891
|
+
|
|
16892
|
+
</dd>
|
|
16893
|
+
</dl>
|
|
16894
|
+
</details>
|
|
16895
|
+
|
|
16896
|
+
<details><summary><code>client.serviceAccounts.apiKeys.<a href="/src/api/resources/serviceAccounts/resources/apiKeys/client/Client.ts">delete</a>(service_account_user_id, api_key_id) -> unknown</code></summary>
|
|
16897
|
+
<dl>
|
|
16898
|
+
<dd>
|
|
16899
|
+
|
|
16900
|
+
#### 📝 Description
|
|
16901
|
+
|
|
16902
|
+
<dl>
|
|
16903
|
+
<dd>
|
|
16904
|
+
|
|
16905
|
+
<dl>
|
|
16906
|
+
<dd>
|
|
16907
|
+
|
|
16908
|
+
Delete an existing API key for a service account
|
|
16909
|
+
</dd>
|
|
16910
|
+
</dl>
|
|
16911
|
+
</dd>
|
|
16912
|
+
</dl>
|
|
16913
|
+
|
|
16914
|
+
#### 🔌 Usage
|
|
16915
|
+
|
|
16916
|
+
<dl>
|
|
16917
|
+
<dd>
|
|
16918
|
+
|
|
16919
|
+
<dl>
|
|
16920
|
+
<dd>
|
|
16921
|
+
|
|
16922
|
+
```typescript
|
|
16923
|
+
await client.serviceAccounts.apiKeys.delete("service_account_user_id", "api_key_id");
|
|
16924
|
+
|
|
16925
|
+
```
|
|
16926
|
+
</dd>
|
|
16927
|
+
</dl>
|
|
16928
|
+
</dd>
|
|
16929
|
+
</dl>
|
|
16930
|
+
|
|
16931
|
+
#### ⚙️ Parameters
|
|
16932
|
+
|
|
16933
|
+
<dl>
|
|
16934
|
+
<dd>
|
|
16935
|
+
|
|
16936
|
+
<dl>
|
|
16937
|
+
<dd>
|
|
16938
|
+
|
|
16939
|
+
**service_account_user_id:** `string`
|
|
16940
|
+
|
|
16941
|
+
</dd>
|
|
16942
|
+
</dl>
|
|
16943
|
+
|
|
16944
|
+
<dl>
|
|
16945
|
+
<dd>
|
|
16946
|
+
|
|
16947
|
+
**api_key_id:** `string`
|
|
16948
|
+
|
|
16949
|
+
</dd>
|
|
16950
|
+
</dl>
|
|
16951
|
+
|
|
16952
|
+
<dl>
|
|
16953
|
+
<dd>
|
|
16954
|
+
|
|
16955
|
+
**requestOptions:** `ApiKeysClient.RequestOptions`
|
|
16956
|
+
|
|
16957
|
+
</dd>
|
|
16958
|
+
</dl>
|
|
16959
|
+
</dd>
|
|
16960
|
+
</dl>
|
|
16961
|
+
|
|
16962
|
+
|
|
16963
|
+
</dd>
|
|
16964
|
+
</dl>
|
|
16965
|
+
</details>
|
|
16966
|
+
|
|
16967
|
+
<details><summary><code>client.serviceAccounts.apiKeys.<a href="/src/api/resources/serviceAccounts/resources/apiKeys/client/Client.ts">update</a>(service_account_user_id, api_key_id, { ...params }) -> unknown</code></summary>
|
|
16968
|
+
<dl>
|
|
16969
|
+
<dd>
|
|
16970
|
+
|
|
16971
|
+
#### 📝 Description
|
|
16972
|
+
|
|
16973
|
+
<dl>
|
|
16974
|
+
<dd>
|
|
16975
|
+
|
|
16976
|
+
<dl>
|
|
16977
|
+
<dd>
|
|
16978
|
+
|
|
16979
|
+
Update an existing API key for a service account
|
|
16980
|
+
</dd>
|
|
16981
|
+
</dl>
|
|
16982
|
+
</dd>
|
|
16983
|
+
</dl>
|
|
16984
|
+
|
|
16985
|
+
#### 🔌 Usage
|
|
16986
|
+
|
|
16987
|
+
<dl>
|
|
16988
|
+
<dd>
|
|
16989
|
+
|
|
16990
|
+
<dl>
|
|
16991
|
+
<dd>
|
|
16992
|
+
|
|
16993
|
+
```typescript
|
|
16994
|
+
await client.serviceAccounts.apiKeys.update("service_account_user_id", "api_key_id", {
|
|
16995
|
+
isEnabled: true,
|
|
16996
|
+
name: "Sneaky Fox",
|
|
16997
|
+
permissions: "all"
|
|
16998
|
+
});
|
|
16999
|
+
|
|
17000
|
+
```
|
|
17001
|
+
</dd>
|
|
17002
|
+
</dl>
|
|
17003
|
+
</dd>
|
|
17004
|
+
</dl>
|
|
17005
|
+
|
|
17006
|
+
#### ⚙️ Parameters
|
|
17007
|
+
|
|
17008
|
+
<dl>
|
|
17009
|
+
<dd>
|
|
17010
|
+
|
|
17011
|
+
<dl>
|
|
17012
|
+
<dd>
|
|
17013
|
+
|
|
17014
|
+
**service_account_user_id:** `string`
|
|
17015
|
+
|
|
17016
|
+
</dd>
|
|
17017
|
+
</dl>
|
|
17018
|
+
|
|
17019
|
+
<dl>
|
|
17020
|
+
<dd>
|
|
17021
|
+
|
|
17022
|
+
**api_key_id:** `string`
|
|
17023
|
+
|
|
17024
|
+
</dd>
|
|
17025
|
+
</dl>
|
|
17026
|
+
|
|
17027
|
+
<dl>
|
|
17028
|
+
<dd>
|
|
17029
|
+
|
|
17030
|
+
**request:** `ElevenLabs.serviceAccounts.BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch`
|
|
17031
|
+
|
|
17032
|
+
</dd>
|
|
17033
|
+
</dl>
|
|
17034
|
+
|
|
17035
|
+
<dl>
|
|
17036
|
+
<dd>
|
|
17037
|
+
|
|
17038
|
+
**requestOptions:** `ApiKeysClient.RequestOptions`
|
|
17039
|
+
|
|
17040
|
+
</dd>
|
|
17041
|
+
</dl>
|
|
17042
|
+
</dd>
|
|
17043
|
+
</dl>
|
|
17044
|
+
|
|
17045
|
+
|
|
17046
|
+
</dd>
|
|
17047
|
+
</dl>
|
|
17048
|
+
</details>
|
|
17049
|
+
|
|
17050
|
+
## SpeechToText Transcripts
|
|
17051
|
+
<details><summary><code>client.speechToText.transcripts.<a href="/src/api/resources/speechToText/resources/transcripts/client/Client.ts">get</a>(transcription_id) -> ElevenLabs.TranscriptsGetResponse</code></summary>
|
|
17052
|
+
<dl>
|
|
17053
|
+
<dd>
|
|
17054
|
+
|
|
17055
|
+
#### 📝 Description
|
|
17056
|
+
|
|
17057
|
+
<dl>
|
|
17058
|
+
<dd>
|
|
17059
|
+
|
|
17060
|
+
<dl>
|
|
17061
|
+
<dd>
|
|
17062
|
+
|
|
17063
|
+
Retrieve a previously generated transcript by its ID.
|
|
17064
|
+
</dd>
|
|
17065
|
+
</dl>
|
|
17066
|
+
</dd>
|
|
17067
|
+
</dl>
|
|
17068
|
+
|
|
17069
|
+
#### 🔌 Usage
|
|
17070
|
+
|
|
17071
|
+
<dl>
|
|
17072
|
+
<dd>
|
|
17073
|
+
|
|
17074
|
+
<dl>
|
|
17075
|
+
<dd>
|
|
17076
|
+
|
|
17077
|
+
```typescript
|
|
17078
|
+
await client.speechToText.transcripts.get("transcription_id");
|
|
17079
|
+
|
|
17080
|
+
```
|
|
17081
|
+
</dd>
|
|
17082
|
+
</dl>
|
|
17083
|
+
</dd>
|
|
17084
|
+
</dl>
|
|
17085
|
+
|
|
17086
|
+
#### ⚙️ Parameters
|
|
17087
|
+
|
|
17088
|
+
<dl>
|
|
17089
|
+
<dd>
|
|
17090
|
+
|
|
17091
|
+
<dl>
|
|
17092
|
+
<dd>
|
|
17093
|
+
|
|
17094
|
+
**transcription_id:** `string` — The unique ID of the transcript to retrieve
|
|
17095
|
+
|
|
17096
|
+
</dd>
|
|
17097
|
+
</dl>
|
|
17098
|
+
|
|
17099
|
+
<dl>
|
|
17100
|
+
<dd>
|
|
17101
|
+
|
|
17102
|
+
**requestOptions:** `TranscriptsClient.RequestOptions`
|
|
17103
|
+
|
|
17104
|
+
</dd>
|
|
17105
|
+
</dl>
|
|
17106
|
+
</dd>
|
|
17107
|
+
</dl>
|
|
17108
|
+
|
|
17109
|
+
|
|
17110
|
+
</dd>
|
|
17111
|
+
</dl>
|
|
17112
|
+
</details>
|
|
17113
|
+
|
|
17114
|
+
<details><summary><code>client.speechToText.transcripts.<a href="/src/api/resources/speechToText/resources/transcripts/client/Client.ts">delete</a>(transcription_id) -> unknown</code></summary>
|
|
17115
|
+
<dl>
|
|
17116
|
+
<dd>
|
|
17117
|
+
|
|
17118
|
+
#### 📝 Description
|
|
17119
|
+
|
|
17120
|
+
<dl>
|
|
17121
|
+
<dd>
|
|
17122
|
+
|
|
17123
|
+
<dl>
|
|
17124
|
+
<dd>
|
|
17125
|
+
|
|
17126
|
+
Delete a previously generated transcript by its ID.
|
|
17127
|
+
</dd>
|
|
17128
|
+
</dl>
|
|
17129
|
+
</dd>
|
|
17130
|
+
</dl>
|
|
17131
|
+
|
|
17132
|
+
#### 🔌 Usage
|
|
17133
|
+
|
|
17134
|
+
<dl>
|
|
17135
|
+
<dd>
|
|
17136
|
+
|
|
17137
|
+
<dl>
|
|
17138
|
+
<dd>
|
|
17139
|
+
|
|
17140
|
+
```typescript
|
|
17141
|
+
await client.speechToText.transcripts.delete("transcription_id");
|
|
17142
|
+
|
|
17143
|
+
```
|
|
17144
|
+
</dd>
|
|
17145
|
+
</dl>
|
|
17146
|
+
</dd>
|
|
17147
|
+
</dl>
|
|
17148
|
+
|
|
17149
|
+
#### ⚙️ Parameters
|
|
17150
|
+
|
|
17151
|
+
<dl>
|
|
17152
|
+
<dd>
|
|
17153
|
+
|
|
17154
|
+
<dl>
|
|
17155
|
+
<dd>
|
|
17156
|
+
|
|
17157
|
+
**transcription_id:** `string` — The unique ID of the transcript to delete
|
|
17158
|
+
|
|
17159
|
+
</dd>
|
|
17160
|
+
</dl>
|
|
17161
|
+
|
|
17162
|
+
<dl>
|
|
17163
|
+
<dd>
|
|
17164
|
+
|
|
17165
|
+
**requestOptions:** `TranscriptsClient.RequestOptions`
|
|
17166
|
+
|
|
17167
|
+
</dd>
|
|
17168
|
+
</dl>
|
|
17169
|
+
</dd>
|
|
17170
|
+
</dl>
|
|
17171
|
+
|
|
17172
|
+
|
|
17173
|
+
</dd>
|
|
17174
|
+
</dl>
|
|
17175
|
+
</details>
|
|
17176
|
+
|
|
17177
|
+
## Studio Projects
|
|
17178
|
+
<details><summary><code>client.studio.projects.<a href="/src/api/resources/studio/resources/projects/client/Client.ts">list</a>() -> ElevenLabs.GetProjectsResponse</code></summary>
|
|
17179
|
+
<dl>
|
|
17180
|
+
<dd>
|
|
17181
|
+
|
|
17182
|
+
#### 📝 Description
|
|
17183
|
+
|
|
17184
|
+
<dl>
|
|
17185
|
+
<dd>
|
|
17186
|
+
|
|
17187
|
+
<dl>
|
|
17188
|
+
<dd>
|
|
17189
|
+
|
|
17190
|
+
Returns a list of your Studio projects with metadata.
|
|
17191
|
+
</dd>
|
|
17192
|
+
</dl>
|
|
17193
|
+
</dd>
|
|
17194
|
+
</dl>
|
|
17195
|
+
|
|
17196
|
+
#### 🔌 Usage
|
|
17197
|
+
|
|
17198
|
+
<dl>
|
|
17199
|
+
<dd>
|
|
17200
|
+
|
|
17201
|
+
<dl>
|
|
17202
|
+
<dd>
|
|
17203
|
+
|
|
17204
|
+
```typescript
|
|
17205
|
+
await client.studio.projects.list();
|
|
17206
|
+
|
|
17207
|
+
```
|
|
17208
|
+
</dd>
|
|
17209
|
+
</dl>
|
|
17210
|
+
</dd>
|
|
17211
|
+
</dl>
|
|
17212
|
+
|
|
17213
|
+
#### ⚙️ Parameters
|
|
17214
|
+
|
|
17215
|
+
<dl>
|
|
17216
|
+
<dd>
|
|
17217
|
+
|
|
17218
|
+
<dl>
|
|
17219
|
+
<dd>
|
|
17220
|
+
|
|
17221
|
+
**requestOptions:** `ProjectsClient.RequestOptions`
|
|
17222
|
+
|
|
17223
|
+
</dd>
|
|
17224
|
+
</dl>
|
|
17225
|
+
</dd>
|
|
17226
|
+
</dl>
|
|
17227
|
+
|
|
17228
|
+
|
|
17229
|
+
</dd>
|
|
17230
|
+
</dl>
|
|
17231
|
+
</details>
|
|
17232
|
+
|
|
17233
|
+
<details><summary><code>client.studio.projects.<a href="/src/api/resources/studio/resources/projects/client/Client.ts">create</a>({ ...params }) -> ElevenLabs.AddProjectResponseModel</code></summary>
|
|
17234
|
+
<dl>
|
|
17235
|
+
<dd>
|
|
17236
|
+
|
|
17237
|
+
#### 📝 Description
|
|
17238
|
+
|
|
17239
|
+
<dl>
|
|
17240
|
+
<dd>
|
|
17241
|
+
|
|
17242
|
+
<dl>
|
|
17243
|
+
<dd>
|
|
17244
|
+
|
|
17245
|
+
Creates a new Studio project, it can be either initialized as blank, from a document or from a URL.
|
|
17246
|
+
</dd>
|
|
17247
|
+
</dl>
|
|
17248
|
+
</dd>
|
|
17249
|
+
</dl>
|
|
17250
|
+
|
|
17251
|
+
#### 🔌 Usage
|
|
17252
|
+
|
|
17253
|
+
<dl>
|
|
17254
|
+
<dd>
|
|
17255
|
+
|
|
17256
|
+
<dl>
|
|
17257
|
+
<dd>
|
|
17258
|
+
|
|
17259
|
+
```typescript
|
|
17260
|
+
await client.studio.projects.create({
|
|
17261
|
+
name: "name"
|
|
17262
|
+
});
|
|
17263
|
+
|
|
17264
|
+
```
|
|
17265
|
+
</dd>
|
|
17266
|
+
</dl>
|
|
17267
|
+
</dd>
|
|
17268
|
+
</dl>
|
|
17269
|
+
|
|
17270
|
+
#### ⚙️ Parameters
|
|
17271
|
+
|
|
17272
|
+
<dl>
|
|
17273
|
+
<dd>
|
|
17274
|
+
|
|
17275
|
+
<dl>
|
|
17276
|
+
<dd>
|
|
17277
|
+
|
|
17278
|
+
**request:** `ElevenLabs.studio.BodyCreateStudioProjectV1StudioProjectsPost`
|
|
17279
|
+
|
|
17280
|
+
</dd>
|
|
17281
|
+
</dl>
|
|
17282
|
+
|
|
17283
|
+
<dl>
|
|
17284
|
+
<dd>
|
|
17285
|
+
|
|
17286
|
+
**requestOptions:** `ProjectsClient.RequestOptions`
|
|
17287
|
+
|
|
17288
|
+
</dd>
|
|
17289
|
+
</dl>
|
|
17290
|
+
</dd>
|
|
17291
|
+
</dl>
|
|
17292
|
+
|
|
17293
|
+
|
|
17294
|
+
</dd>
|
|
16454
17295
|
</dl>
|
|
16455
17296
|
</details>
|
|
16456
17297
|
|
|
@@ -19688,6 +20529,79 @@ await client.workspace.authConnections.delete("auth_connection_id");
|
|
|
19688
20529
|
</dl>
|
|
19689
20530
|
|
|
19690
20531
|
|
|
20532
|
+
</dd>
|
|
20533
|
+
</dl>
|
|
20534
|
+
</details>
|
|
20535
|
+
|
|
20536
|
+
<details><summary><code>client.workspace.authConnections.<a href="/src/api/resources/workspace/resources/authConnections/client/Client.ts">update</a>(auth_connection_id, { ...params }) -> ElevenLabs.AuthConnectionsUpdateResponse</code></summary>
|
|
20537
|
+
<dl>
|
|
20538
|
+
<dd>
|
|
20539
|
+
|
|
20540
|
+
#### 📝 Description
|
|
20541
|
+
|
|
20542
|
+
<dl>
|
|
20543
|
+
<dd>
|
|
20544
|
+
|
|
20545
|
+
<dl>
|
|
20546
|
+
<dd>
|
|
20547
|
+
|
|
20548
|
+
Update an auth connection
|
|
20549
|
+
</dd>
|
|
20550
|
+
</dl>
|
|
20551
|
+
</dd>
|
|
20552
|
+
</dl>
|
|
20553
|
+
|
|
20554
|
+
#### 🔌 Usage
|
|
20555
|
+
|
|
20556
|
+
<dl>
|
|
20557
|
+
<dd>
|
|
20558
|
+
|
|
20559
|
+
<dl>
|
|
20560
|
+
<dd>
|
|
20561
|
+
|
|
20562
|
+
```typescript
|
|
20563
|
+
await client.workspace.authConnections.update("auth_connection_id", {
|
|
20564
|
+
authType: "oauth2_client_credentials"
|
|
20565
|
+
});
|
|
20566
|
+
|
|
20567
|
+
```
|
|
20568
|
+
</dd>
|
|
20569
|
+
</dl>
|
|
20570
|
+
</dd>
|
|
20571
|
+
</dl>
|
|
20572
|
+
|
|
20573
|
+
#### ⚙️ Parameters
|
|
20574
|
+
|
|
20575
|
+
<dl>
|
|
20576
|
+
<dd>
|
|
20577
|
+
|
|
20578
|
+
<dl>
|
|
20579
|
+
<dd>
|
|
20580
|
+
|
|
20581
|
+
**auth_connection_id:** `string`
|
|
20582
|
+
|
|
20583
|
+
</dd>
|
|
20584
|
+
</dl>
|
|
20585
|
+
|
|
20586
|
+
<dl>
|
|
20587
|
+
<dd>
|
|
20588
|
+
|
|
20589
|
+
**request:** `ElevenLabs.AuthConnectionsUpdateRequestBody`
|
|
20590
|
+
|
|
20591
|
+
</dd>
|
|
20592
|
+
</dl>
|
|
20593
|
+
|
|
20594
|
+
<dl>
|
|
20595
|
+
<dd>
|
|
20596
|
+
|
|
20597
|
+
**requestOptions:** `AuthConnectionsClient.RequestOptions`
|
|
20598
|
+
|
|
20599
|
+
</dd>
|
|
20600
|
+
</dl>
|
|
20601
|
+
</dd>
|
|
20602
|
+
</dl>
|
|
20603
|
+
|
|
20604
|
+
|
|
19691
20605
|
</dd>
|
|
19692
20606
|
</dl>
|
|
19693
20607
|
</details>
|