@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
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.SendRttMessage = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core"));
|
|
39
|
+
const RttEndOfStreamPayload_1 = require("../../../types/RttEndOfStreamPayload");
|
|
40
|
+
const RttInputAudioChunkPayload_1 = require("../../../types/RttInputAudioChunkPayload");
|
|
41
|
+
exports.SendRttMessage = core.serialization.undiscriminatedUnion([RttInputAudioChunkPayload_1.RttInputAudioChunkPayload, RttEndOfStreamPayload_1.RttEndOfStreamPayload]);
|
|
@@ -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("./ReceiveRttMessage"), exports);
|
|
18
|
+
__exportStar(require("./SendRttMessage"), exports);
|
|
@@ -2,6 +2,7 @@ import type * as ElevenLabs from "../../../../../../api/index";
|
|
|
2
2
|
import * as core from "../../../../../../core";
|
|
3
3
|
import type * as serializers from "../../../../../index";
|
|
4
4
|
import { CreateBasicAuthRequest } from "../../../../../types/CreateBasicAuthRequest";
|
|
5
|
+
import { CreateBearerAuthRequest } from "../../../../../types/CreateBearerAuthRequest";
|
|
5
6
|
import { CreateCustomHeaderAuthRequest } from "../../../../../types/CreateCustomHeaderAuthRequest";
|
|
6
7
|
import { CreateMtlsAuthRequest } from "../../../../../types/CreateMtlsAuthRequest";
|
|
7
8
|
import { CreateOAuth2ClientCredsRequest } from "../../../../../types/CreateOAuth2ClientCredsRequest";
|
|
@@ -9,7 +10,7 @@ import { CreateOAuth2JwtRequest } from "../../../../../types/CreateOAuth2JwtRequ
|
|
|
9
10
|
import { CreatePrivateKeyJwtRequest } from "../../../../../types/CreatePrivateKeyJwtRequest";
|
|
10
11
|
export declare const AuthConnectionsCreateRequestBody: core.serialization.Schema<serializers.workspace.AuthConnectionsCreateRequestBody.Raw, ElevenLabs.workspace.AuthConnectionsCreateRequestBody>;
|
|
11
12
|
export declare namespace AuthConnectionsCreateRequestBody {
|
|
12
|
-
type Raw = AuthConnectionsCreateRequestBody.Oauth2ClientCredentials | AuthConnectionsCreateRequestBody.CustomHeaderAuth | AuthConnectionsCreateRequestBody.BasicAuth | AuthConnectionsCreateRequestBody.Oauth2Jwt | AuthConnectionsCreateRequestBody.PrivateKeyJwt | AuthConnectionsCreateRequestBody.Mtls;
|
|
13
|
+
type Raw = AuthConnectionsCreateRequestBody.Oauth2ClientCredentials | AuthConnectionsCreateRequestBody.CustomHeaderAuth | AuthConnectionsCreateRequestBody.BasicAuth | AuthConnectionsCreateRequestBody.BearerAuth | AuthConnectionsCreateRequestBody.Oauth2Jwt | AuthConnectionsCreateRequestBody.PrivateKeyJwt | AuthConnectionsCreateRequestBody.Mtls;
|
|
13
14
|
interface Oauth2ClientCredentials extends CreateOAuth2ClientCredsRequest.Raw {
|
|
14
15
|
auth_type: "oauth2_client_credentials";
|
|
15
16
|
}
|
|
@@ -19,6 +20,9 @@ export declare namespace AuthConnectionsCreateRequestBody {
|
|
|
19
20
|
interface BasicAuth extends CreateBasicAuthRequest.Raw {
|
|
20
21
|
auth_type: "basic_auth";
|
|
21
22
|
}
|
|
23
|
+
interface BearerAuth extends CreateBearerAuthRequest.Raw {
|
|
24
|
+
auth_type: "bearer_auth";
|
|
25
|
+
}
|
|
22
26
|
interface Oauth2Jwt extends CreateOAuth2JwtRequest.Raw {
|
|
23
27
|
auth_type: "oauth2_jwt";
|
|
24
28
|
}
|
|
@@ -37,6 +37,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.AuthConnectionsCreateRequestBody = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../../../core"));
|
|
39
39
|
const CreateBasicAuthRequest_1 = require("../../../../../types/CreateBasicAuthRequest");
|
|
40
|
+
const CreateBearerAuthRequest_1 = require("../../../../../types/CreateBearerAuthRequest");
|
|
40
41
|
const CreateCustomHeaderAuthRequest_1 = require("../../../../../types/CreateCustomHeaderAuthRequest");
|
|
41
42
|
const CreateMtlsAuthRequest_1 = require("../../../../../types/CreateMtlsAuthRequest");
|
|
42
43
|
const CreateOAuth2ClientCredsRequest_1 = require("../../../../../types/CreateOAuth2ClientCredsRequest");
|
|
@@ -47,6 +48,7 @@ exports.AuthConnectionsCreateRequestBody = core.serialization
|
|
|
47
48
|
oauth2_client_credentials: CreateOAuth2ClientCredsRequest_1.CreateOAuth2ClientCredsRequest,
|
|
48
49
|
custom_header_auth: CreateCustomHeaderAuthRequest_1.CreateCustomHeaderAuthRequest,
|
|
49
50
|
basic_auth: CreateBasicAuthRequest_1.CreateBasicAuthRequest,
|
|
51
|
+
bearer_auth: CreateBearerAuthRequest_1.CreateBearerAuthRequest,
|
|
50
52
|
oauth2_jwt: CreateOAuth2JwtRequest_1.CreateOAuth2JwtRequest,
|
|
51
53
|
private_key_jwt: CreatePrivateKeyJwtRequest_1.CreatePrivateKeyJwtRequest,
|
|
52
54
|
mtls: CreateMtlsAuthRequest_1.CreateMtlsAuthRequest,
|
|
@@ -10,10 +10,11 @@ import { MtlsAuthResponse } from "../../../../../types/MtlsAuthResponse";
|
|
|
10
10
|
import { OAuth2ClientCredsResponse } from "../../../../../types/OAuth2ClientCredsResponse";
|
|
11
11
|
import { OAuth2JwtResponse } from "../../../../../types/OAuth2JwtResponse";
|
|
12
12
|
import { PrivateKeyJwtResponse } from "../../../../../types/PrivateKeyJwtResponse";
|
|
13
|
+
import { SlackBotAuthResponse } from "../../../../../types/SlackBotAuthResponse";
|
|
13
14
|
import { WhatsAppAuthResponse } from "../../../../../types/WhatsAppAuthResponse";
|
|
14
15
|
export declare const AuthConnectionsCreateResponse: core.serialization.Schema<serializers.workspace.AuthConnectionsCreateResponse.Raw, ElevenLabs.workspace.AuthConnectionsCreateResponse>;
|
|
15
16
|
export declare namespace AuthConnectionsCreateResponse {
|
|
16
|
-
type Raw = AuthConnectionsCreateResponse.Oauth2ClientCredentials | AuthConnectionsCreateResponse.BasicAuth | AuthConnectionsCreateResponse.BearerAuth | AuthConnectionsCreateResponse.Oauth2Jwt | AuthConnectionsCreateResponse.PrivateKeyJwt | AuthConnectionsCreateResponse.Mtls | AuthConnectionsCreateResponse.CustomHeaderAuth | AuthConnectionsCreateResponse.ApiIntegrationOauth2AuthCode | AuthConnectionsCreateResponse.ApiIntegrationOauth2CustomApp | AuthConnectionsCreateResponse.WhatsappAuth;
|
|
17
|
+
type Raw = AuthConnectionsCreateResponse.Oauth2ClientCredentials | AuthConnectionsCreateResponse.BasicAuth | AuthConnectionsCreateResponse.BearerAuth | AuthConnectionsCreateResponse.Oauth2Jwt | AuthConnectionsCreateResponse.PrivateKeyJwt | AuthConnectionsCreateResponse.Mtls | AuthConnectionsCreateResponse.CustomHeaderAuth | AuthConnectionsCreateResponse.ApiIntegrationOauth2AuthCode | AuthConnectionsCreateResponse.ApiIntegrationOauth2CustomApp | AuthConnectionsCreateResponse.WhatsappAuth | AuthConnectionsCreateResponse.SlackBotAuth;
|
|
17
18
|
interface Oauth2ClientCredentials extends OAuth2ClientCredsResponse.Raw {
|
|
18
19
|
auth_type: "oauth2_client_credentials";
|
|
19
20
|
}
|
|
@@ -44,4 +45,7 @@ export declare namespace AuthConnectionsCreateResponse {
|
|
|
44
45
|
interface WhatsappAuth extends WhatsAppAuthResponse.Raw {
|
|
45
46
|
auth_type: "whatsapp_auth";
|
|
46
47
|
}
|
|
48
|
+
interface SlackBotAuth extends SlackBotAuthResponse.Raw {
|
|
49
|
+
auth_type: "slack_bot_auth";
|
|
50
|
+
}
|
|
47
51
|
}
|
|
@@ -45,6 +45,7 @@ const MtlsAuthResponse_1 = require("../../../../../types/MtlsAuthResponse");
|
|
|
45
45
|
const OAuth2ClientCredsResponse_1 = require("../../../../../types/OAuth2ClientCredsResponse");
|
|
46
46
|
const OAuth2JwtResponse_1 = require("../../../../../types/OAuth2JwtResponse");
|
|
47
47
|
const PrivateKeyJwtResponse_1 = require("../../../../../types/PrivateKeyJwtResponse");
|
|
48
|
+
const SlackBotAuthResponse_1 = require("../../../../../types/SlackBotAuthResponse");
|
|
48
49
|
const WhatsAppAuthResponse_1 = require("../../../../../types/WhatsAppAuthResponse");
|
|
49
50
|
exports.AuthConnectionsCreateResponse = core.serialization
|
|
50
51
|
.union(core.serialization.discriminant("authType", "auth_type"), {
|
|
@@ -58,6 +59,7 @@ exports.AuthConnectionsCreateResponse = core.serialization
|
|
|
58
59
|
api_integration_oauth2_auth_code: ApiIntegrationOAuth2AuthCodeResponse_1.ApiIntegrationOAuth2AuthCodeResponse,
|
|
59
60
|
api_integration_oauth2_custom_app: ApiIntegrationOAuth2CustomAppResponse_1.ApiIntegrationOAuth2CustomAppResponse,
|
|
60
61
|
whatsapp_auth: WhatsAppAuthResponse_1.WhatsAppAuthResponse,
|
|
62
|
+
slack_bot_auth: SlackBotAuthResponse_1.SlackBotAuthResponse,
|
|
61
63
|
})
|
|
62
64
|
.transform({
|
|
63
65
|
transform: (value) => value,
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../../../../../api/index";
|
|
2
|
+
import * as core from "../../../../../../core";
|
|
3
|
+
import type * as serializers from "../../../../../index";
|
|
4
|
+
import { UpdateBasicAuthRequest } from "../../../../../types/UpdateBasicAuthRequest";
|
|
5
|
+
import { UpdateOAuth2ClientCredsRequest } from "../../../../../types/UpdateOAuth2ClientCredsRequest";
|
|
6
|
+
import { UpdateOAuth2JwtRequest } from "../../../../../types/UpdateOAuth2JwtRequest";
|
|
7
|
+
export declare const AuthConnectionsUpdateRequestBody: core.serialization.Schema<serializers.workspace.AuthConnectionsUpdateRequestBody.Raw, ElevenLabs.workspace.AuthConnectionsUpdateRequestBody>;
|
|
8
|
+
export declare namespace AuthConnectionsUpdateRequestBody {
|
|
9
|
+
type Raw = AuthConnectionsUpdateRequestBody.Oauth2ClientCredentials | AuthConnectionsUpdateRequestBody.BasicAuth | AuthConnectionsUpdateRequestBody.Oauth2Jwt;
|
|
10
|
+
interface Oauth2ClientCredentials extends UpdateOAuth2ClientCredsRequest.Raw {
|
|
11
|
+
auth_type: "oauth2_client_credentials";
|
|
12
|
+
}
|
|
13
|
+
interface BasicAuth extends UpdateBasicAuthRequest.Raw {
|
|
14
|
+
auth_type: "basic_auth";
|
|
15
|
+
}
|
|
16
|
+
interface Oauth2Jwt extends UpdateOAuth2JwtRequest.Raw {
|
|
17
|
+
auth_type: "oauth2_jwt";
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.AuthConnectionsUpdateRequestBody = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../../../core"));
|
|
39
|
+
const UpdateBasicAuthRequest_1 = require("../../../../../types/UpdateBasicAuthRequest");
|
|
40
|
+
const UpdateOAuth2ClientCredsRequest_1 = require("../../../../../types/UpdateOAuth2ClientCredsRequest");
|
|
41
|
+
const UpdateOAuth2JwtRequest_1 = require("../../../../../types/UpdateOAuth2JwtRequest");
|
|
42
|
+
exports.AuthConnectionsUpdateRequestBody = core.serialization
|
|
43
|
+
.union(core.serialization.discriminant("authType", "auth_type"), {
|
|
44
|
+
oauth2_client_credentials: UpdateOAuth2ClientCredsRequest_1.UpdateOAuth2ClientCredsRequest,
|
|
45
|
+
basic_auth: UpdateBasicAuthRequest_1.UpdateBasicAuthRequest,
|
|
46
|
+
oauth2_jwt: UpdateOAuth2JwtRequest_1.UpdateOAuth2JwtRequest,
|
|
47
|
+
})
|
|
48
|
+
.transform({
|
|
49
|
+
transform: (value) => value,
|
|
50
|
+
untransform: (value) => value,
|
|
51
|
+
});
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../../../../../api/index";
|
|
2
|
+
import * as core from "../../../../../../core";
|
|
3
|
+
import type * as serializers from "../../../../../index";
|
|
4
|
+
import { ApiIntegrationOAuth2AuthCodeResponse } from "../../../../../types/ApiIntegrationOAuth2AuthCodeResponse";
|
|
5
|
+
import { ApiIntegrationOAuth2CustomAppResponse } from "../../../../../types/ApiIntegrationOAuth2CustomAppResponse";
|
|
6
|
+
import { BasicAuthResponse } from "../../../../../types/BasicAuthResponse";
|
|
7
|
+
import { BearerAuthResponse } from "../../../../../types/BearerAuthResponse";
|
|
8
|
+
import { CustomHeaderAuthResponse } from "../../../../../types/CustomHeaderAuthResponse";
|
|
9
|
+
import { MtlsAuthResponse } from "../../../../../types/MtlsAuthResponse";
|
|
10
|
+
import { OAuth2ClientCredsResponse } from "../../../../../types/OAuth2ClientCredsResponse";
|
|
11
|
+
import { OAuth2JwtResponse } from "../../../../../types/OAuth2JwtResponse";
|
|
12
|
+
import { PrivateKeyJwtResponse } from "../../../../../types/PrivateKeyJwtResponse";
|
|
13
|
+
import { SlackBotAuthResponse } from "../../../../../types/SlackBotAuthResponse";
|
|
14
|
+
import { WhatsAppAuthResponse } from "../../../../../types/WhatsAppAuthResponse";
|
|
15
|
+
export declare const AuthConnectionsUpdateResponse: core.serialization.Schema<serializers.workspace.AuthConnectionsUpdateResponse.Raw, ElevenLabs.workspace.AuthConnectionsUpdateResponse>;
|
|
16
|
+
export declare namespace AuthConnectionsUpdateResponse {
|
|
17
|
+
type Raw = AuthConnectionsUpdateResponse.Oauth2ClientCredentials | AuthConnectionsUpdateResponse.BasicAuth | AuthConnectionsUpdateResponse.BearerAuth | AuthConnectionsUpdateResponse.Oauth2Jwt | AuthConnectionsUpdateResponse.PrivateKeyJwt | AuthConnectionsUpdateResponse.Mtls | AuthConnectionsUpdateResponse.CustomHeaderAuth | AuthConnectionsUpdateResponse.ApiIntegrationOauth2AuthCode | AuthConnectionsUpdateResponse.ApiIntegrationOauth2CustomApp | AuthConnectionsUpdateResponse.WhatsappAuth | AuthConnectionsUpdateResponse.SlackBotAuth;
|
|
18
|
+
interface Oauth2ClientCredentials extends OAuth2ClientCredsResponse.Raw {
|
|
19
|
+
auth_type: "oauth2_client_credentials";
|
|
20
|
+
}
|
|
21
|
+
interface BasicAuth extends BasicAuthResponse.Raw {
|
|
22
|
+
auth_type: "basic_auth";
|
|
23
|
+
}
|
|
24
|
+
interface BearerAuth extends BearerAuthResponse.Raw {
|
|
25
|
+
auth_type: "bearer_auth";
|
|
26
|
+
}
|
|
27
|
+
interface Oauth2Jwt extends OAuth2JwtResponse.Raw {
|
|
28
|
+
auth_type: "oauth2_jwt";
|
|
29
|
+
}
|
|
30
|
+
interface PrivateKeyJwt extends PrivateKeyJwtResponse.Raw {
|
|
31
|
+
auth_type: "private_key_jwt";
|
|
32
|
+
}
|
|
33
|
+
interface Mtls extends MtlsAuthResponse.Raw {
|
|
34
|
+
auth_type: "mtls";
|
|
35
|
+
}
|
|
36
|
+
interface CustomHeaderAuth extends CustomHeaderAuthResponse.Raw {
|
|
37
|
+
auth_type: "custom_header_auth";
|
|
38
|
+
}
|
|
39
|
+
interface ApiIntegrationOauth2AuthCode extends ApiIntegrationOAuth2AuthCodeResponse.Raw {
|
|
40
|
+
auth_type: "api_integration_oauth2_auth_code";
|
|
41
|
+
}
|
|
42
|
+
interface ApiIntegrationOauth2CustomApp extends ApiIntegrationOAuth2CustomAppResponse.Raw {
|
|
43
|
+
auth_type: "api_integration_oauth2_custom_app";
|
|
44
|
+
}
|
|
45
|
+
interface WhatsappAuth extends WhatsAppAuthResponse.Raw {
|
|
46
|
+
auth_type: "whatsapp_auth";
|
|
47
|
+
}
|
|
48
|
+
interface SlackBotAuth extends SlackBotAuthResponse.Raw {
|
|
49
|
+
auth_type: "slack_bot_auth";
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.AuthConnectionsUpdateResponse = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../../../core"));
|
|
39
|
+
const ApiIntegrationOAuth2AuthCodeResponse_1 = require("../../../../../types/ApiIntegrationOAuth2AuthCodeResponse");
|
|
40
|
+
const ApiIntegrationOAuth2CustomAppResponse_1 = require("../../../../../types/ApiIntegrationOAuth2CustomAppResponse");
|
|
41
|
+
const BasicAuthResponse_1 = require("../../../../../types/BasicAuthResponse");
|
|
42
|
+
const BearerAuthResponse_1 = require("../../../../../types/BearerAuthResponse");
|
|
43
|
+
const CustomHeaderAuthResponse_1 = require("../../../../../types/CustomHeaderAuthResponse");
|
|
44
|
+
const MtlsAuthResponse_1 = require("../../../../../types/MtlsAuthResponse");
|
|
45
|
+
const OAuth2ClientCredsResponse_1 = require("../../../../../types/OAuth2ClientCredsResponse");
|
|
46
|
+
const OAuth2JwtResponse_1 = require("../../../../../types/OAuth2JwtResponse");
|
|
47
|
+
const PrivateKeyJwtResponse_1 = require("../../../../../types/PrivateKeyJwtResponse");
|
|
48
|
+
const SlackBotAuthResponse_1 = require("../../../../../types/SlackBotAuthResponse");
|
|
49
|
+
const WhatsAppAuthResponse_1 = require("../../../../../types/WhatsAppAuthResponse");
|
|
50
|
+
exports.AuthConnectionsUpdateResponse = core.serialization
|
|
51
|
+
.union(core.serialization.discriminant("authType", "auth_type"), {
|
|
52
|
+
oauth2_client_credentials: OAuth2ClientCredsResponse_1.OAuth2ClientCredsResponse,
|
|
53
|
+
basic_auth: BasicAuthResponse_1.BasicAuthResponse,
|
|
54
|
+
bearer_auth: BearerAuthResponse_1.BearerAuthResponse,
|
|
55
|
+
oauth2_jwt: OAuth2JwtResponse_1.OAuth2JwtResponse,
|
|
56
|
+
private_key_jwt: PrivateKeyJwtResponse_1.PrivateKeyJwtResponse,
|
|
57
|
+
mtls: MtlsAuthResponse_1.MtlsAuthResponse,
|
|
58
|
+
custom_header_auth: CustomHeaderAuthResponse_1.CustomHeaderAuthResponse,
|
|
59
|
+
api_integration_oauth2_auth_code: ApiIntegrationOAuth2AuthCodeResponse_1.ApiIntegrationOAuth2AuthCodeResponse,
|
|
60
|
+
api_integration_oauth2_custom_app: ApiIntegrationOAuth2CustomAppResponse_1.ApiIntegrationOAuth2CustomAppResponse,
|
|
61
|
+
whatsapp_auth: WhatsAppAuthResponse_1.WhatsAppAuthResponse,
|
|
62
|
+
slack_bot_auth: SlackBotAuthResponse_1.SlackBotAuthResponse,
|
|
63
|
+
})
|
|
64
|
+
.transform({
|
|
65
|
+
transform: (value) => value,
|
|
66
|
+
untransform: (value) => value,
|
|
67
|
+
});
|
|
@@ -16,3 +16,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./AuthConnectionsCreateRequestBody"), exports);
|
|
18
18
|
__exportStar(require("./AuthConnectionsCreateResponse"), exports);
|
|
19
|
+
__exportStar(require("./AuthConnectionsUpdateRequestBody"), exports);
|
|
20
|
+
__exportStar(require("./AuthConnectionsUpdateResponse"), exports);
|
|
@@ -38,4 +38,5 @@ exports.AgentAlertingMonitorConfig = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
exports.AgentAlertingMonitorConfig = core.serialization.object({
|
|
40
40
|
threshold: core.serialization.number().optional(),
|
|
41
|
+
autoResolveAfterInactiveMinutes: core.serialization.property("auto_resolve_after_inactive_minutes", core.serialization.number().optional()),
|
|
41
42
|
});
|
|
@@ -2,9 +2,12 @@ import type * as ElevenLabs from "../../api/index";
|
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { AgentAlertingMonitorConfig } from "./AgentAlertingMonitorConfig";
|
|
5
|
+
import { AgentAlertingWebhookNotifier } from "./AgentAlertingWebhookNotifier";
|
|
5
6
|
export declare const AgentAlertingSettings: core.serialization.ObjectSchema<serializers.AgentAlertingSettings.Raw, ElevenLabs.AgentAlertingSettings>;
|
|
6
7
|
export declare namespace AgentAlertingSettings {
|
|
7
8
|
interface Raw {
|
|
8
9
|
monitor_configs?: Record<string, AgentAlertingMonitorConfig.Raw> | null;
|
|
10
|
+
auto_resolve_after_inactive_minutes?: number | null;
|
|
11
|
+
notifiers?: AgentAlertingWebhookNotifier.Raw[] | null;
|
|
9
12
|
}
|
|
10
13
|
}
|
|
@@ -37,6 +37,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.AgentAlertingSettings = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const AgentAlertingMonitorConfig_1 = require("./AgentAlertingMonitorConfig");
|
|
40
|
+
const AgentAlertingWebhookNotifier_1 = require("./AgentAlertingWebhookNotifier");
|
|
40
41
|
exports.AgentAlertingSettings = core.serialization.object({
|
|
41
42
|
monitorConfigs: core.serialization.property("monitor_configs", core.serialization.record(core.serialization.string(), AgentAlertingMonitorConfig_1.AgentAlertingMonitorConfig).optional()),
|
|
43
|
+
autoResolveAfterInactiveMinutes: core.serialization.property("auto_resolve_after_inactive_minutes", core.serialization.number().optional()),
|
|
44
|
+
notifiers: core.serialization.list(AgentAlertingWebhookNotifier_1.AgentAlertingWebhookNotifier).optional(),
|
|
42
45
|
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const AgentAlertingWebhookNotifier: core.serialization.ObjectSchema<serializers.AgentAlertingWebhookNotifier.Raw, ElevenLabs.AgentAlertingWebhookNotifier>;
|
|
5
|
+
export declare namespace AgentAlertingWebhookNotifier {
|
|
6
|
+
interface Raw {
|
|
7
|
+
type?: "webhook" | null;
|
|
8
|
+
url: string;
|
|
9
|
+
request_headers?: Record<string, string | null | undefined> | null;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.AgentAlertingWebhookNotifier = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.AgentAlertingWebhookNotifier = core.serialization.object({
|
|
40
|
+
type: core.serialization.stringLiteral("webhook").optional(),
|
|
41
|
+
url: core.serialization.string(),
|
|
42
|
+
requestHeaders: core.serialization.property("request_headers", core.serialization.record(core.serialization.string(), core.serialization.string().optional()).optional()),
|
|
43
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const AsrConversationalConfigOverride: core.serialization.ObjectSchema<serializers.AsrConversationalConfigOverride.Raw, ElevenLabs.AsrConversationalConfigOverride>;
|
|
5
|
+
export declare namespace AsrConversationalConfigOverride {
|
|
6
|
+
interface Raw {
|
|
7
|
+
keywords?: string[] | null;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.AsrConversationalConfigOverride = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.AsrConversationalConfigOverride = core.serialization.object({
|
|
40
|
+
keywords: core.serialization.list(core.serialization.string()).optional(),
|
|
41
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const AsrConversationalConfigOverrideConfig: core.serialization.ObjectSchema<serializers.AsrConversationalConfigOverrideConfig.Raw, ElevenLabs.AsrConversationalConfigOverrideConfig>;
|
|
5
|
+
export declare namespace AsrConversationalConfigOverrideConfig {
|
|
6
|
+
interface Raw {
|
|
7
|
+
keywords?: boolean | null;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.AsrConversationalConfigOverrideConfig = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.AsrConversationalConfigOverrideConfig = core.serialization.object({
|
|
40
|
+
keywords: core.serialization.boolean().optional(),
|
|
41
|
+
});
|
|
@@ -47,5 +47,6 @@ exports.AudioIsolationHistoryItemResponseModel = core.serialization.object({
|
|
|
47
47
|
sourceVideoUrl: core.serialization.property("source_video_url", core.serialization.string().optional()),
|
|
48
48
|
supportsVideo: core.serialization.property("supports_video", core.serialization.boolean()),
|
|
49
49
|
processing: core.serialization.boolean(),
|
|
50
|
+
videoProcessingFailed: core.serialization.property("video_processing_failed", core.serialization.boolean()),
|
|
50
51
|
previewB64: core.serialization.property("preview_b64", core.serialization.string().optional()),
|
|
51
52
|
});
|
|
@@ -9,6 +9,7 @@ export declare namespace ChapterStatisticsResponse {
|
|
|
9
9
|
characters_converted: number;
|
|
10
10
|
paragraphs_converted: number;
|
|
11
11
|
paragraphs_unconverted: number;
|
|
12
|
+
credits_needed_to_convert?: number | null;
|
|
12
13
|
voice_statistics?: VoiceStatisticsResponseModel.Raw[] | null;
|
|
13
14
|
}
|
|
14
15
|
}
|
|
@@ -42,5 +42,6 @@ exports.ChapterStatisticsResponse = core.serialization.object({
|
|
|
42
42
|
charactersConverted: core.serialization.property("characters_converted", core.serialization.number()),
|
|
43
43
|
paragraphsConverted: core.serialization.property("paragraphs_converted", core.serialization.number()),
|
|
44
44
|
paragraphsUnconverted: core.serialization.property("paragraphs_unconverted", core.serialization.number()),
|
|
45
|
+
creditsNeededToConvert: core.serialization.property("credits_needed_to_convert", core.serialization.number().optional()),
|
|
45
46
|
voiceStatistics: core.serialization.property("voice_statistics", core.serialization.list(VoiceStatisticsResponseModel_1.VoiceStatisticsResponseModel).optional()),
|
|
46
47
|
});
|
|
@@ -2,12 +2,14 @@ import type * as ElevenLabs from "../../api/index";
|
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { AgentConfigOverrideConfig } from "./AgentConfigOverrideConfig";
|
|
5
|
+
import { AsrConversationalConfigOverrideConfig } from "./AsrConversationalConfigOverrideConfig";
|
|
5
6
|
import { ConversationConfigOverrideConfig } from "./ConversationConfigOverrideConfig";
|
|
6
7
|
import { TtsConversationalConfigOverrideConfig } from "./TtsConversationalConfigOverrideConfig";
|
|
7
8
|
import { TurnConfigOverrideConfig } from "./TurnConfigOverrideConfig";
|
|
8
9
|
export declare const ConversationConfigClientOverrideConfigInput: core.serialization.ObjectSchema<serializers.ConversationConfigClientOverrideConfigInput.Raw, ElevenLabs.ConversationConfigClientOverrideConfigInput>;
|
|
9
10
|
export declare namespace ConversationConfigClientOverrideConfigInput {
|
|
10
11
|
interface Raw {
|
|
12
|
+
asr?: AsrConversationalConfigOverrideConfig.Raw | null;
|
|
11
13
|
turn?: TurnConfigOverrideConfig.Raw | null;
|
|
12
14
|
tts?: TtsConversationalConfigOverrideConfig.Raw | null;
|
|
13
15
|
conversation?: ConversationConfigOverrideConfig.Raw | null;
|
|
@@ -37,10 +37,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.ConversationConfigClientOverrideConfigInput = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const AgentConfigOverrideConfig_1 = require("./AgentConfigOverrideConfig");
|
|
40
|
+
const AsrConversationalConfigOverrideConfig_1 = require("./AsrConversationalConfigOverrideConfig");
|
|
40
41
|
const ConversationConfigOverrideConfig_1 = require("./ConversationConfigOverrideConfig");
|
|
41
42
|
const TtsConversationalConfigOverrideConfig_1 = require("./TtsConversationalConfigOverrideConfig");
|
|
42
43
|
const TurnConfigOverrideConfig_1 = require("./TurnConfigOverrideConfig");
|
|
43
44
|
exports.ConversationConfigClientOverrideConfigInput = core.serialization.object({
|
|
45
|
+
asr: AsrConversationalConfigOverrideConfig_1.AsrConversationalConfigOverrideConfig.optional(),
|
|
44
46
|
turn: TurnConfigOverrideConfig_1.TurnConfigOverrideConfig.optional(),
|
|
45
47
|
tts: TtsConversationalConfigOverrideConfig_1.TtsConversationalConfigOverrideConfig.optional(),
|
|
46
48
|
conversation: ConversationConfigOverrideConfig_1.ConversationConfigOverrideConfig.optional(),
|