@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/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js
CHANGED
|
@@ -86,6 +86,7 @@ class MessagesClient {
|
|
|
86
86
|
* pageSize: 1,
|
|
87
87
|
* summaryMode: "exclude",
|
|
88
88
|
* conversationInitiationSource: "unknown",
|
|
89
|
+
* textOnly: true,
|
|
89
90
|
* branchId: "branch_id",
|
|
90
91
|
* sortBy: "search_score",
|
|
91
92
|
* cursor: "cursor"
|
|
@@ -97,7 +98,7 @@ class MessagesClient {
|
|
|
97
98
|
__textSearch(request, requestOptions) {
|
|
98
99
|
return __awaiter(this, void 0, void 0, function* () {
|
|
99
100
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
100
|
-
const { textQuery, agentId, callSuccessful, callStartBeforeUnix, callStartAfterUnix, callDurationMinSecs, callDurationMaxSecs, ratingMax, ratingMin, hasFeedbackComment, userId, evaluationParams, dataCollectionParams, toolNames, toolNamesSuccessful, toolNamesErrored, mainLanguages, pageSize, summaryMode, conversationInitiationSource, branchId, sortBy, cursor, } = request;
|
|
101
|
+
const { textQuery, agentId, callSuccessful, callStartBeforeUnix, callStartAfterUnix, callDurationMinSecs, callDurationMaxSecs, ratingMax, ratingMin, hasFeedbackComment, userId, evaluationParams, dataCollectionParams, toolNames, toolNamesSuccessful, toolNamesErrored, mainLanguages, pageSize, summaryMode, conversationInitiationSource, textOnly, branchId, sortBy, cursor, } = request;
|
|
101
102
|
const _queryParams = {};
|
|
102
103
|
_queryParams.text_query = textQuery;
|
|
103
104
|
if (agentId != null) {
|
|
@@ -190,6 +191,9 @@ class MessagesClient {
|
|
|
190
191
|
if (conversationInitiationSource != null) {
|
|
191
192
|
_queryParams.conversation_initiation_source = serializers.ConversationInitiationSource.jsonOrThrow(conversationInitiationSource, { unrecognizedObjectKeys: "strip" });
|
|
192
193
|
}
|
|
194
|
+
if (textOnly != null) {
|
|
195
|
+
_queryParams.text_only = textOnly.toString();
|
|
196
|
+
}
|
|
193
197
|
if (branchId != null) {
|
|
194
198
|
_queryParams.branch_id = branchId;
|
|
195
199
|
}
|
|
@@ -22,6 +22,7 @@ import type * as ElevenLabs from "../../../../../../../../index";
|
|
|
22
22
|
* pageSize: 1,
|
|
23
23
|
* summaryMode: "exclude",
|
|
24
24
|
* conversationInitiationSource: "unknown",
|
|
25
|
+
* textOnly: true,
|
|
25
26
|
* branchId: "branch_id",
|
|
26
27
|
* sortBy: "search_score",
|
|
27
28
|
* cursor: "cursor"
|
|
@@ -67,6 +68,7 @@ export interface MessagesTextSearchRequest {
|
|
|
67
68
|
/** Whether to include transcript summaries in the response. */
|
|
68
69
|
summaryMode?: ElevenLabs.conversationalAi.conversations.MessagesTextSearchRequestSummaryMode;
|
|
69
70
|
conversationInitiationSource?: ElevenLabs.ConversationInitiationSource;
|
|
71
|
+
textOnly?: boolean;
|
|
70
72
|
/** Filter conversations by branch ID. */
|
|
71
73
|
branchId?: string;
|
|
72
74
|
/** Sort order for search results. 'search_score' sorts by search score, 'created_at' sorts by conversation start time. */
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** Response format. Defaults to 'json'. Set to 'opentelemetry' for an OTLP-compatible trace payload using the same structure as the post-call webhook. */
|
|
2
|
+
export declare const ConversationsGetRequestFormat: {
|
|
3
|
+
readonly Json: "json";
|
|
4
|
+
readonly Opentelemetry: "opentelemetry";
|
|
5
|
+
};
|
|
6
|
+
export type ConversationsGetRequestFormat = (typeof ConversationsGetRequestFormat)[keyof typeof ConversationsGetRequestFormat];
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ConversationsGetRequestFormat = void 0;
|
|
5
|
+
/** Response format. Defaults to 'json'. Set to 'opentelemetry' for an OTLP-compatible trace payload using the same structure as the post-call webhook. */
|
|
6
|
+
exports.ConversationsGetRequestFormat = {
|
|
7
|
+
Json: "json",
|
|
8
|
+
Opentelemetry: "opentelemetry",
|
|
9
|
+
};
|
|
@@ -14,5 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./ConversationsGetRequestFormat"), exports);
|
|
17
18
|
__exportStar(require("./ConversationsListRequestExcludeStatusesItem"), exports);
|
|
18
19
|
__exportStar(require("./ConversationsListRequestSummaryMode"), exports);
|
package/api/resources/index.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ export * as models from "./models";
|
|
|
21
21
|
export * as music from "./music";
|
|
22
22
|
export * from "./music/client/requests";
|
|
23
23
|
export * from "./music/types";
|
|
24
|
+
export * as productions from "./productions";
|
|
24
25
|
export * as pronunciationDictionaries from "./pronunciationDictionaries";
|
|
25
26
|
export * from "./pronunciationDictionaries/client/requests";
|
|
26
27
|
export * from "./pronunciationDictionaries/types";
|
|
@@ -52,6 +53,8 @@ export * as tokens from "./tokens";
|
|
|
52
53
|
export * as usage from "./usage";
|
|
53
54
|
export * from "./usage/client/requests";
|
|
54
55
|
export * as user from "./user";
|
|
56
|
+
export * as v1RealtimeTranslation from "./v1RealtimeTranslation";
|
|
57
|
+
export * from "./v1RealtimeTranslation/types";
|
|
55
58
|
export * as v1SpeechToTextRealtime from "./v1SpeechToTextRealtime";
|
|
56
59
|
export * from "./v1SpeechToTextRealtime/types";
|
|
57
60
|
export * as v1TextToDialogueStreamInput from "./v1TextToDialogueStreamInput";
|
package/api/resources/index.js
CHANGED
|
@@ -36,7 +36,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.workspace = exports.webhooks = exports.voices = exports.v1TextToSpeechVoiceIdStreamInput = exports.v1TextToSpeechVoiceIdMultiStreamInput = exports.v1TextToDialogueStreamInput = exports.v1SpeechToTextRealtime = exports.user = exports.usage = exports.tokens = exports.textToVoice = exports.textToSpeech = exports.textToSoundEffects = exports.textToDialogue = exports.studio = exports.speechToText = exports.speechToSpeech = exports.speechEngine = exports.serviceAccounts = exports.samples = exports.pronunciationDictionaries = exports.music = exports.models = exports.history = exports.forcedAlignment = exports.environmentVariables = exports.dubbing = exports.conversationalAi = exports.audioNative = exports.audioIsolation = void 0;
|
|
39
|
+
exports.workspace = exports.webhooks = exports.voices = exports.v1TextToSpeechVoiceIdStreamInput = exports.v1TextToSpeechVoiceIdMultiStreamInput = exports.v1TextToDialogueStreamInput = exports.v1SpeechToTextRealtime = exports.v1RealtimeTranslation = exports.user = exports.usage = exports.tokens = exports.textToVoice = exports.textToSpeech = exports.textToSoundEffects = exports.textToDialogue = exports.studio = exports.speechToText = exports.speechToSpeech = exports.speechEngine = exports.serviceAccounts = exports.samples = exports.pronunciationDictionaries = exports.productions = exports.music = exports.models = exports.history = exports.forcedAlignment = exports.environmentVariables = exports.dubbing = exports.conversationalAi = exports.audioNative = exports.audioIsolation = void 0;
|
|
40
40
|
exports.audioIsolation = __importStar(require("./audioIsolation"));
|
|
41
41
|
__exportStar(require("./audioIsolation/client/requests"), exports);
|
|
42
42
|
__exportStar(require("./audioIsolation/types"), exports);
|
|
@@ -60,6 +60,7 @@ exports.models = __importStar(require("./models"));
|
|
|
60
60
|
exports.music = __importStar(require("./music"));
|
|
61
61
|
__exportStar(require("./music/client/requests"), exports);
|
|
62
62
|
__exportStar(require("./music/types"), exports);
|
|
63
|
+
exports.productions = __importStar(require("./productions"));
|
|
63
64
|
exports.pronunciationDictionaries = __importStar(require("./pronunciationDictionaries"));
|
|
64
65
|
__exportStar(require("./pronunciationDictionaries/client/requests"), exports);
|
|
65
66
|
__exportStar(require("./pronunciationDictionaries/types"), exports);
|
|
@@ -91,6 +92,8 @@ exports.tokens = __importStar(require("./tokens"));
|
|
|
91
92
|
exports.usage = __importStar(require("./usage"));
|
|
92
93
|
__exportStar(require("./usage/client/requests"), exports);
|
|
93
94
|
exports.user = __importStar(require("./user"));
|
|
95
|
+
exports.v1RealtimeTranslation = __importStar(require("./v1RealtimeTranslation"));
|
|
96
|
+
__exportStar(require("./v1RealtimeTranslation/types"), exports);
|
|
94
97
|
exports.v1SpeechToTextRealtime = __importStar(require("./v1SpeechToTextRealtime"));
|
|
95
98
|
__exportStar(require("./v1SpeechToTextRealtime/types"), exports);
|
|
96
99
|
exports.v1TextToDialogueStreamInput = __importStar(require("./v1TextToDialogueStreamInput"));
|
|
@@ -101,6 +101,9 @@ class MusicClient {
|
|
|
101
101
|
_request.append("tags", _item);
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
+
if (request.modelId != null) {
|
|
105
|
+
_request.append("model_id", request.modelId);
|
|
106
|
+
}
|
|
104
107
|
if (request.signWithC2Pa != null) {
|
|
105
108
|
_request.append("sign_with_c2pa", request.signWithC2Pa.toString());
|
|
106
109
|
}
|
|
@@ -14,6 +14,8 @@ export interface BodyVideoToMusicV1MusicVideoToMusicPost {
|
|
|
14
14
|
description?: string;
|
|
15
15
|
/** Optional list of style tags (e.g. ['upbeat', 'cinematic']). A maximum of 10 tags is allowed. */
|
|
16
16
|
tags?: string[];
|
|
17
|
+
/** The model to use for the generation. */
|
|
18
|
+
modelId?: "music_v1";
|
|
17
19
|
/** Whether to sign the generated song with C2PA. Applicable only for mp3 files. */
|
|
18
20
|
signWithC2Pa?: boolean;
|
|
19
21
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { BaseClientOptions } from "../../../../BaseClient";
|
|
2
|
+
import { type NormalizedClientOptions } from "../../../../BaseClient";
|
|
3
|
+
import { OrdersClient } from "../resources/orders/client/Client";
|
|
4
|
+
export declare namespace ProductionsClient {
|
|
5
|
+
type Options = BaseClientOptions;
|
|
6
|
+
}
|
|
7
|
+
export declare class ProductionsClient {
|
|
8
|
+
protected readonly _options: NormalizedClientOptions<ProductionsClient.Options>;
|
|
9
|
+
protected _orders: OrdersClient | undefined;
|
|
10
|
+
constructor(options?: ProductionsClient.Options);
|
|
11
|
+
get orders(): OrdersClient;
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ProductionsClient = void 0;
|
|
5
|
+
const BaseClient_1 = require("../../../../BaseClient");
|
|
6
|
+
const Client_1 = require("../resources/orders/client/Client");
|
|
7
|
+
class ProductionsClient {
|
|
8
|
+
constructor(options = {}) {
|
|
9
|
+
this._options = (0, BaseClient_1.normalizeClientOptions)(options);
|
|
10
|
+
}
|
|
11
|
+
get orders() {
|
|
12
|
+
var _a;
|
|
13
|
+
return ((_a = this._orders) !== null && _a !== void 0 ? _a : (this._orders = new Client_1.OrdersClient(this._options)));
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.ProductionsClient = ProductionsClient;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./client"), exports);
|
|
18
|
+
__exportStar(require("./resources"), exports);
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
36
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.orders = void 0;
|
|
40
|
+
exports.orders = __importStar(require("./orders"));
|
|
41
|
+
__exportStar(require("./orders/client/requests"), exports);
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import type { BaseClientOptions, BaseRequestOptions } from "../../../../../../BaseClient";
|
|
2
|
+
import { type NormalizedClientOptions } from "../../../../../../BaseClient";
|
|
3
|
+
import * as core from "../../../../../../core";
|
|
4
|
+
import * as ElevenLabs from "../../../../../index";
|
|
5
|
+
import { DeliverablesClient } from "../resources/deliverables/client/Client";
|
|
6
|
+
import { ItemsClient } from "../resources/items/client/Client";
|
|
7
|
+
import { LanguagesClient } from "../resources/languages/client/Client";
|
|
8
|
+
import { MediaClient } from "../resources/media/client/Client";
|
|
9
|
+
export declare namespace OrdersClient {
|
|
10
|
+
type Options = BaseClientOptions;
|
|
11
|
+
interface RequestOptions extends BaseRequestOptions {
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export declare class OrdersClient {
|
|
15
|
+
protected readonly _options: NormalizedClientOptions<OrdersClient.Options>;
|
|
16
|
+
protected _media: MediaClient | undefined;
|
|
17
|
+
protected _items: ItemsClient | undefined;
|
|
18
|
+
protected _deliverables: DeliverablesClient | undefined;
|
|
19
|
+
protected _languages: LanguagesClient | undefined;
|
|
20
|
+
constructor(options?: OrdersClient.Options);
|
|
21
|
+
get media(): MediaClient;
|
|
22
|
+
get items(): ItemsClient;
|
|
23
|
+
get deliverables(): DeliverablesClient;
|
|
24
|
+
get languages(): LanguagesClient;
|
|
25
|
+
/**
|
|
26
|
+
* Lists Productions orders in the workspace. Supports filtering by status and date range, with pagination.
|
|
27
|
+
*
|
|
28
|
+
* @param {ElevenLabs.productions.OrdersListRequest} request
|
|
29
|
+
* @param {OrdersClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
30
|
+
*
|
|
31
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
32
|
+
*
|
|
33
|
+
* @example
|
|
34
|
+
* await client.productions.orders.list({
|
|
35
|
+
* pageSize: 1,
|
|
36
|
+
* offset: 1,
|
|
37
|
+
* status: ["open"],
|
|
38
|
+
* startDate: new Date("2024-01-15T09:30:00.000Z"),
|
|
39
|
+
* endDate: new Date("2024-01-15T09:30:00.000Z")
|
|
40
|
+
* })
|
|
41
|
+
*/
|
|
42
|
+
list(request?: ElevenLabs.productions.OrdersListRequest, requestOptions?: OrdersClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.ListOrdersResponse>;
|
|
43
|
+
private __list;
|
|
44
|
+
/**
|
|
45
|
+
* Creates a new Productions order in the workspace. The order starts in the open state and can be configured with items before submission.
|
|
46
|
+
*
|
|
47
|
+
* @param {OrdersClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
50
|
+
*
|
|
51
|
+
* @example
|
|
52
|
+
* await client.productions.orders.create()
|
|
53
|
+
*/
|
|
54
|
+
create(requestOptions?: OrdersClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.CreateOrderResponse>;
|
|
55
|
+
private __create;
|
|
56
|
+
/**
|
|
57
|
+
* Retrieves full details for a Productions order.
|
|
58
|
+
*
|
|
59
|
+
* 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.
|
|
60
|
+
*
|
|
61
|
+
* @param {ElevenLabs.OrderId} order_id - The ID of the order.
|
|
62
|
+
* @param {OrdersClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
65
|
+
*
|
|
66
|
+
* @example
|
|
67
|
+
* await client.productions.orders.get("order_id")
|
|
68
|
+
*/
|
|
69
|
+
get(order_id: ElevenLabs.OrderId, requestOptions?: OrdersClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.OrderResponse>;
|
|
70
|
+
private __get;
|
|
71
|
+
/**
|
|
72
|
+
* Updates an open order.
|
|
73
|
+
*
|
|
74
|
+
* @param {ElevenLabs.OrderId} order_id - The ID of the order.
|
|
75
|
+
* @param {ElevenLabs.productions.BodyUpdateOrderV1ProductionsOrdersOrderIdPatch} request
|
|
76
|
+
* @param {OrdersClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
79
|
+
*
|
|
80
|
+
* @example
|
|
81
|
+
* await client.productions.orders.update("order_id", {
|
|
82
|
+
* request: {
|
|
83
|
+
* name: "Spanish Dubs"
|
|
84
|
+
* }
|
|
85
|
+
* })
|
|
86
|
+
*/
|
|
87
|
+
update(order_id: ElevenLabs.OrderId, request: ElevenLabs.productions.BodyUpdateOrderV1ProductionsOrdersOrderIdPatch, requestOptions?: OrdersClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.UpdateOrderResponse>;
|
|
88
|
+
private __update;
|
|
89
|
+
/**
|
|
90
|
+
* Submits an open order for processing. The order must have at least one item. Once submitted, items can no longer be modified.
|
|
91
|
+
*
|
|
92
|
+
* 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.
|
|
93
|
+
*
|
|
94
|
+
* @param {ElevenLabs.OrderId} order_id - The ID of the order.
|
|
95
|
+
* @param {OrdersClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
98
|
+
*
|
|
99
|
+
* @example
|
|
100
|
+
* await client.productions.orders.submit("order_id")
|
|
101
|
+
*/
|
|
102
|
+
submit(order_id: ElevenLabs.OrderId, requestOptions?: OrdersClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.SubmitOrderResponse>;
|
|
103
|
+
private __submit;
|
|
104
|
+
}
|