@elevenlabs/elevenlabs-js 2.48.0 → 2.49.1
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/resources/conversations/client/Client.d.ts +2 -1
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +13 -5
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetRequest.d.ts +9 -0
- package/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +1 -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/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +1 -0
- package/api/types/AgentAlertingSettings.d.ts +2 -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/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/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/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/ListOrdersResponse.d.ts +5 -0
- package/api/types/ListOrdersResponse.js +3 -0
- package/api/types/MediaId.d.ts +1 -0
- package/api/types/MediaId.js +3 -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/PairedLanguagesResponse.d.ts +5 -0
- package/api/types/PairedLanguagesResponse.js +3 -0
- 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/SpeechEngineConversationInitiationClientDataConfig.d.ts +4 -0
- package/api/types/SpeechEngineConversationInitiationClientDataConfig.js +3 -0
- package/api/types/SpeechEngineResponse.d.ts +2 -0
- 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/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 +1 -0
- package/api/types/WorkspaceResourceType.js +1 -0
- package/api/types/index.d.ts +47 -3
- package/api/types/index.js +47 -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/resources/conversations/client/Client.d.ts +2 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +13 -5
- 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/index.d.ts +1 -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/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +1 -0
- package/dist/api/types/AgentAlertingSettings.d.ts +2 -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/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/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/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/ListOrdersResponse.d.ts +5 -0
- package/dist/api/types/ListOrdersResponse.js +3 -0
- package/dist/api/types/MediaId.d.ts +1 -0
- package/dist/api/types/MediaId.js +3 -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/PairedLanguagesResponse.d.ts +5 -0
- package/dist/api/types/PairedLanguagesResponse.js +3 -0
- 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/SpeechEngineConversationInitiationClientDataConfig.d.ts +4 -0
- package/dist/api/types/SpeechEngineConversationInitiationClientDataConfig.js +3 -0
- package/dist/api/types/SpeechEngineResponse.d.ts +2 -0
- 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/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 +1 -0
- package/dist/api/types/WorkspaceResourceType.js +1 -0
- package/dist/api/types/index.d.ts +47 -3
- package/dist/api/types/index.js +47 -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/types/AgentAlertingSettings.d.ts +2 -0
- package/dist/serialization/types/AgentAlertingSettings.js +2 -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/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/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/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/ListOrdersResponse.d.ts +10 -0
- package/dist/serialization/types/ListOrdersResponse.js +42 -0
- package/dist/serialization/types/MediaId.d.ts +7 -0
- package/dist/serialization/types/MediaId.js +39 -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/PairedLanguagesResponse.d.ts +10 -0
- package/dist/serialization/types/PairedLanguagesResponse.js +42 -0
- 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/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/UpdateOrderRequest.d.ts +9 -0
- package/dist/serialization/types/{ApiIntegrationDocResponse.js → UpdateOrderRequest.js} +2 -4
- package/dist/serialization/types/UpdateOrderResponse.d.ts +9 -0
- package/{serialization/types/ApiIntegrationDocResponse.js → dist/serialization/types/UpdateOrderResponse.js} +2 -4
- 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 +1 -0
- package/dist/serialization/types/index.d.ts +47 -3
- package/dist/serialization/types/index.js +47 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/speech-engine/SpeechEngineClientWrapper.js +6 -6
- package/dist/wrapper/speech-engine/SpeechEngineResource.d.ts +10 -1
- package/dist/wrapper/speech-engine/SpeechEngineResource.js +16 -1
- package/package.json +1 -1
- package/reference.md +770 -3
- 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/types/AgentAlertingSettings.d.ts +2 -0
- package/serialization/types/AgentAlertingSettings.js +2 -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/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/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/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/ListOrdersResponse.d.ts +10 -0
- package/serialization/types/ListOrdersResponse.js +42 -0
- package/serialization/types/MediaId.d.ts +7 -0
- package/serialization/types/MediaId.js +39 -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/PairedLanguagesResponse.d.ts +10 -0
- package/serialization/types/PairedLanguagesResponse.js +42 -0
- 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/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/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 +1 -0
- package/serialization/types/index.d.ts +47 -3
- package/serialization/types/index.js +47 -3
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/speech-engine/SpeechEngineClientWrapper.js +6 -6
- package/wrapper/speech-engine/SpeechEngineResource.d.ts +10 -1
- package/wrapper/speech-engine/SpeechEngineResource.js +16 -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
|
@@ -8,6 +8,7 @@ import { BaseTurnConfig } from "./BaseTurnConfig";
|
|
|
8
8
|
import { ConversationConfigOutput } from "./ConversationConfigOutput";
|
|
9
9
|
import { PrivacyConfigOutput } from "./PrivacyConfigOutput";
|
|
10
10
|
import { SpeechEngineConfig } from "./SpeechEngineConfig";
|
|
11
|
+
import { SpeechEngineConversationInitiationClientDataConfig } from "./SpeechEngineConversationInitiationClientDataConfig";
|
|
11
12
|
import { TtsConversationalConfigOutput } from "./TtsConversationalConfigOutput";
|
|
12
13
|
export declare const SpeechEngineResponse: core.serialization.ObjectSchema<serializers.SpeechEngineResponse.Raw, ElevenLabs.SpeechEngineResponse>;
|
|
13
14
|
export declare namespace SpeechEngineResponse {
|
|
@@ -23,6 +24,7 @@ export declare namespace SpeechEngineResponse {
|
|
|
23
24
|
call_limits: AgentCallLimits.Raw;
|
|
24
25
|
language: string;
|
|
25
26
|
tags: string[];
|
|
27
|
+
overrides: SpeechEngineConversationInitiationClientDataConfig.Raw;
|
|
26
28
|
metadata: AgentMetadataDbModel.Raw;
|
|
27
29
|
}
|
|
28
30
|
}
|
|
@@ -43,6 +43,7 @@ const BaseTurnConfig_1 = require("./BaseTurnConfig");
|
|
|
43
43
|
const ConversationConfigOutput_1 = require("./ConversationConfigOutput");
|
|
44
44
|
const PrivacyConfigOutput_1 = require("./PrivacyConfigOutput");
|
|
45
45
|
const SpeechEngineConfig_1 = require("./SpeechEngineConfig");
|
|
46
|
+
const SpeechEngineConversationInitiationClientDataConfig_1 = require("./SpeechEngineConversationInitiationClientDataConfig");
|
|
46
47
|
const TtsConversationalConfigOutput_1 = require("./TtsConversationalConfigOutput");
|
|
47
48
|
exports.SpeechEngineResponse = core.serialization.object({
|
|
48
49
|
speechEngineId: core.serialization.property("speech_engine_id", core.serialization.string()),
|
|
@@ -56,5 +57,6 @@ exports.SpeechEngineResponse = core.serialization.object({
|
|
|
56
57
|
callLimits: core.serialization.property("call_limits", AgentCallLimits_1.AgentCallLimits),
|
|
57
58
|
language: core.serialization.string(),
|
|
58
59
|
tags: core.serialization.list(core.serialization.string()),
|
|
60
|
+
overrides: SpeechEngineConversationInitiationClientDataConfig_1.SpeechEngineConversationInitiationClientDataConfig,
|
|
59
61
|
metadata: AgentMetadataDbModel_1.AgentMetadataDbModel,
|
|
60
62
|
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { OrderId } from "./OrderId";
|
|
5
|
+
import { OrderState } from "./OrderState";
|
|
6
|
+
export declare const SubmitOrderResponse: core.serialization.ObjectSchema<serializers.SubmitOrderResponse.Raw, ElevenLabs.SubmitOrderResponse>;
|
|
7
|
+
export declare namespace SubmitOrderResponse {
|
|
8
|
+
interface Raw {
|
|
9
|
+
order_id: OrderId.Raw;
|
|
10
|
+
state: OrderState.Raw;
|
|
11
|
+
submitted_at: string;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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.SubmitOrderResponse = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const OrderId_1 = require("./OrderId");
|
|
40
|
+
const OrderState_1 = require("./OrderState");
|
|
41
|
+
exports.SubmitOrderResponse = core.serialization.object({
|
|
42
|
+
orderId: core.serialization.property("order_id", OrderId_1.OrderId),
|
|
43
|
+
state: OrderState_1.OrderState,
|
|
44
|
+
submittedAt: core.serialization.property("submitted_at", core.serialization.date()),
|
|
45
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { CueOptionsRequest } from "./CueOptionsRequest";
|
|
5
|
+
import { MediaId } from "./MediaId";
|
|
6
|
+
export declare const SubtitleOrderItemRequest: core.serialization.ObjectSchema<serializers.SubtitleOrderItemRequest.Raw, ElevenLabs.SubtitleOrderItemRequest>;
|
|
7
|
+
export declare namespace SubtitleOrderItemRequest {
|
|
8
|
+
interface Raw {
|
|
9
|
+
media_ids: MediaId.Raw[];
|
|
10
|
+
source_language: string;
|
|
11
|
+
destination_languages: string[];
|
|
12
|
+
cue_options?: CueOptionsRequest.Raw | null;
|
|
13
|
+
sdh?: boolean | null;
|
|
14
|
+
instructions?: string | null;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
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.SubtitleOrderItemRequest = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const CueOptionsRequest_1 = require("./CueOptionsRequest");
|
|
40
|
+
const MediaId_1 = require("./MediaId");
|
|
41
|
+
exports.SubtitleOrderItemRequest = core.serialization.object({
|
|
42
|
+
mediaIds: core.serialization.property("media_ids", core.serialization.list(MediaId_1.MediaId)),
|
|
43
|
+
sourceLanguage: core.serialization.property("source_language", core.serialization.string()),
|
|
44
|
+
destinationLanguages: core.serialization.property("destination_languages", core.serialization.list(core.serialization.string())),
|
|
45
|
+
cueOptions: core.serialization.property("cue_options", CueOptionsRequest_1.CueOptionsRequest.optional()),
|
|
46
|
+
sdh: core.serialization.boolean().optional(),
|
|
47
|
+
instructions: core.serialization.string().optional(),
|
|
48
|
+
});
|
|
@@ -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 UpdateOrderRequest: core.serialization.ObjectSchema<serializers.UpdateOrderRequest.Raw, ElevenLabs.UpdateOrderRequest>;
|
|
5
|
+
export declare namespace UpdateOrderRequest {
|
|
6
|
+
interface Raw {
|
|
7
|
+
name: string;
|
|
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.UpdateOrderRequest = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.UpdateOrderRequest = core.serialization.object({
|
|
40
|
+
name: core.serialization.string(),
|
|
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 UpdateOrderResponse: core.serialization.ObjectSchema<serializers.UpdateOrderResponse.Raw, ElevenLabs.UpdateOrderResponse>;
|
|
5
|
+
export declare namespace UpdateOrderResponse {
|
|
6
|
+
interface Raw {
|
|
7
|
+
name: string;
|
|
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.UpdateOrderResponse = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.UpdateOrderResponse = core.serialization.object({
|
|
40
|
+
name: core.serialization.string(),
|
|
41
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { ItemId } from "./ItemId";
|
|
5
|
+
import { RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput } from "./RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput";
|
|
6
|
+
export declare const UpsertOrderItemRequest: core.serialization.ObjectSchema<serializers.UpsertOrderItemRequest.Raw, ElevenLabs.UpsertOrderItemRequest>;
|
|
7
|
+
export declare namespace UpsertOrderItemRequest {
|
|
8
|
+
interface Raw {
|
|
9
|
+
item: RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput.Raw;
|
|
10
|
+
item_id?: ItemId.Raw | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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.UpsertOrderItemRequest = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const ItemId_1 = require("./ItemId");
|
|
40
|
+
const RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput_1 = require("./RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput");
|
|
41
|
+
exports.UpsertOrderItemRequest = core.serialization.object({
|
|
42
|
+
item: RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput_1.RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput,
|
|
43
|
+
itemId: core.serialization.property("item_id", ItemId_1.ItemId.optional()),
|
|
44
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { ItemId } from "./ItemId";
|
|
5
|
+
import { QuoteInfo } from "./QuoteInfo";
|
|
6
|
+
export declare const UpsertOrderItemResponse: core.serialization.ObjectSchema<serializers.UpsertOrderItemResponse.Raw, ElevenLabs.UpsertOrderItemResponse>;
|
|
7
|
+
export declare namespace UpsertOrderItemResponse {
|
|
8
|
+
interface Raw {
|
|
9
|
+
item_id: ItemId.Raw;
|
|
10
|
+
quote?: QuoteInfo.Raw | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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.UpsertOrderItemResponse = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const ItemId_1 = require("./ItemId");
|
|
40
|
+
const QuoteInfo_1 = require("./QuoteInfo");
|
|
41
|
+
exports.UpsertOrderItemResponse = core.serialization.object({
|
|
42
|
+
itemId: core.serialization.property("item_id", ItemId_1.ItemId),
|
|
43
|
+
quote: QuoteInfo_1.QuoteInfo.optional(),
|
|
44
|
+
});
|
|
@@ -40,4 +40,5 @@ exports.VoiceStatisticsResponseModel = core.serialization.object({
|
|
|
40
40
|
voiceId: core.serialization.property("voice_id", core.serialization.string()),
|
|
41
41
|
charactersUnconverted: core.serialization.property("characters_unconverted", core.serialization.number()),
|
|
42
42
|
charactersConverted: core.serialization.property("characters_converted", core.serialization.number()),
|
|
43
|
+
creditsNeededToConvert: core.serialization.property("credits_needed_to_convert", core.serialization.number().optional()),
|
|
43
44
|
});
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
export declare const WorkspaceResourceType: core.serialization.Schema<serializers.WorkspaceResourceType.Raw, ElevenLabs.WorkspaceResourceType>;
|
|
5
5
|
export declare namespace WorkspaceResourceType {
|
|
6
|
-
type Raw = "voice" | "voice_collection" | "pronunciation_dictionary" | "dubbing" | "project" | "convai_agents" | "convai_knowledge_base_documents" | "convai_tools" | "convai_settings" | "convai_secrets" | "workspace_auth_connections" | "convai_phone_numbers" | "convai_mcp_servers" | "convai_api_integration_connections" | "convai_api_integration_trigger_connections" | "convai_batch_calls" | "convai_agent_response_tests" | "convai_test_suite_invocations" | "convai_crawl_jobs" | "convai_crawl_tasks" | "convai_whatsapp_accounts" | "convai_agent_versions" | "convai_agent_branches" | "convai_agent_versions_deployments" | "convai_memory_entries" | "convai_coaching_proposals" | "convai_templates" | "dashboard" | "dashboard_configuration" | "convai_agent_drafts" | "resource_locators" | "assets" | "content_generations" | "content_templates" | "songs" | "transcription_tasks" | "avatars" | "avatar_video_generations" | "resource_collection";
|
|
6
|
+
type Raw = "voice" | "voice_collection" | "pronunciation_dictionary" | "dubbing" | "project" | "convai_agents" | "convai_knowledge_base_documents" | "convai_tools" | "convai_settings" | "convai_secrets" | "workspace_auth_connections" | "convai_phone_numbers" | "convai_mcp_servers" | "convai_api_integration_connections" | "convai_api_integration_trigger_connections" | "convai_batch_calls" | "convai_agent_response_tests" | "convai_test_suite_invocations" | "convai_crawl_jobs" | "convai_crawl_tasks" | "convai_whatsapp_accounts" | "convai_agent_versions" | "convai_agent_branches" | "convai_agent_versions_deployments" | "convai_memory_entries" | "convai_coaching_proposals" | "convai_templates" | "dashboard" | "dashboard_configuration" | "convai_agent_drafts" | "resource_locators" | "assets" | "content_generations" | "content_templates" | "songs" | "transcription_tasks" | "avatars" | "avatar_video_generations" | "resource_collection" | "studio_projects";
|
|
7
7
|
}
|
|
@@ -17,6 +17,7 @@ export * from "./AdhocAgentConfigOverrideForTestRequestModel";
|
|
|
17
17
|
export * from "./Age";
|
|
18
18
|
export * from "./AgentAlertingMonitorConfig";
|
|
19
19
|
export * from "./AgentAlertingSettings";
|
|
20
|
+
export * from "./AgentAlertingWebhookNotifier";
|
|
20
21
|
export * from "./AgentBranchBasicInfo";
|
|
21
22
|
export * from "./AgentBranchResponse";
|
|
22
23
|
export * from "./AgentBranchSummary";
|
|
@@ -64,7 +65,6 @@ export * from "./AnalysisProperty";
|
|
|
64
65
|
export * from "./AnalysisPropertyConstantValue";
|
|
65
66
|
export * from "./AnalysisPropertyType";
|
|
66
67
|
export * from "./AnalysisScope";
|
|
67
|
-
export * from "./ApiIntegrationDocResponse";
|
|
68
68
|
export * from "./ApiIntegrationOAuth2AuthCodeResponse";
|
|
69
69
|
export * from "./ApiIntegrationOAuth2AuthCodeResponseScopeSeparator";
|
|
70
70
|
export * from "./ApiIntegrationOAuth2CustomAppResponse";
|
|
@@ -81,6 +81,8 @@ export * from "./ArrayJsonSchemaPropertyOutput";
|
|
|
81
81
|
export * from "./ArrayJsonSchemaPropertyOutputConstantValueItem";
|
|
82
82
|
export * from "./ArrayJsonSchemaPropertyOutputItems";
|
|
83
83
|
export * from "./AsrConversationalConfig";
|
|
84
|
+
export * from "./AsrConversationalConfigOverride";
|
|
85
|
+
export * from "./AsrConversationalConfigOverrideConfig";
|
|
84
86
|
export * from "./AsrConversationalConfigWorkflowOverride";
|
|
85
87
|
export * from "./AsrInputFormat";
|
|
86
88
|
export * from "./AsrProvider";
|
|
@@ -373,6 +375,7 @@ export * from "./CreateOAuth2ClientCredsRequest";
|
|
|
373
375
|
export * from "./CreateOAuth2JwtRequest";
|
|
374
376
|
export * from "./CreateOAuth2JwtRequestAlgorithm";
|
|
375
377
|
export * from "./CreateOAuth2JwtRequestTokenResponseField";
|
|
378
|
+
export * from "./CreateOrderResponse";
|
|
376
379
|
export * from "./CreatePhoneNumberResponseModel";
|
|
377
380
|
export * from "./CreatePreviouslyGeneratedVoiceRequest";
|
|
378
381
|
export * from "./CreatePrivateKeyJwtRequest";
|
|
@@ -384,12 +387,12 @@ export * from "./CreateSecretEnvironmentVariableRequest";
|
|
|
384
387
|
export * from "./CreateServiceParams";
|
|
385
388
|
export * from "./CreateSimulationTestRequest";
|
|
386
389
|
export * from "./CreateSipTrunkPhoneNumberRequest";
|
|
387
|
-
export * from "./CreateSpeechEngineResponse";
|
|
388
390
|
export * from "./CreateStaffParams";
|
|
389
391
|
export * from "./CreateStringEnvironmentVariableRequest";
|
|
390
392
|
export * from "./CreateToolCallUnitTestRequest";
|
|
391
393
|
export * from "./CreateTranscriptRequest";
|
|
392
394
|
export * from "./CreateTwilioPhoneNumberRequest";
|
|
395
|
+
export * from "./CueOptionsRequest";
|
|
393
396
|
export * from "./Currency";
|
|
394
397
|
export * from "./CustomGuardrailConfig";
|
|
395
398
|
export * from "./CustomGuardrailConfigTriggerAction";
|
|
@@ -433,6 +436,7 @@ export * from "./DeleteVoiceSampleResponseModel";
|
|
|
433
436
|
export * from "./DeleteWorkspaceGroupMemberResponseModel";
|
|
434
437
|
export * from "./DeleteWorkspaceInviteResponseModel";
|
|
435
438
|
export * from "./DeleteWorkspaceWebhookResponseModel";
|
|
439
|
+
export * from "./DeliverableInfo";
|
|
436
440
|
export * from "./DependentAvailableAgentIdentifier";
|
|
437
441
|
export * from "./DependentAvailableAgentIdentifierAccessLevel";
|
|
438
442
|
export * from "./DependentAvailableMcpServerIdentifier";
|
|
@@ -475,6 +479,7 @@ export * from "./DubbingTranscriptsResponseModel";
|
|
|
475
479
|
export * from "./DubbingTranscriptsResponseModelTranscriptFormat";
|
|
476
480
|
export * from "./DubbingTranscriptUtterance";
|
|
477
481
|
export * from "./DubbingTranscriptWord";
|
|
482
|
+
export * from "./DubOrderItemRequest";
|
|
478
483
|
export * from "./DynamicVariableAssignment";
|
|
479
484
|
export * from "./DynamicVariableNestedValueTypeInput";
|
|
480
485
|
export * from "./DynamicVariableNestedValueTypeOutput";
|
|
@@ -641,6 +646,7 @@ export * from "./IntegrationType";
|
|
|
641
646
|
export * from "./InvoiceResponse";
|
|
642
647
|
export * from "./InvoiceResponseModelPaymentIntentStatus";
|
|
643
648
|
export * from "./InvoiceResponseModelPaymentIntentStatussesItem";
|
|
649
|
+
export * from "./ItemId";
|
|
644
650
|
export * from "./KeepContextAlive";
|
|
645
651
|
export * from "./KnowledgeBaseContentSearchResponseModel";
|
|
646
652
|
export * from "./KnowledgeBaseContentSearchResult";
|
|
@@ -663,6 +669,8 @@ export * from "./KnowledgeBaseSummaryBatchSuccessfulResponseModelData";
|
|
|
663
669
|
export * from "./LanguageAddedResponse";
|
|
664
670
|
export * from "./LanguageDetectionToolConfig";
|
|
665
671
|
export * from "./LanguageDetectionToolResultModel";
|
|
672
|
+
export * from "./LanguageInfo";
|
|
673
|
+
export * from "./LanguagePairInfo";
|
|
666
674
|
export * from "./LanguagePresetInput";
|
|
667
675
|
export * from "./LanguagePresetOutput";
|
|
668
676
|
export * from "./LanguagePresetTranslation";
|
|
@@ -682,9 +690,9 @@ export * from "./ListGroupSessionsParams";
|
|
|
682
690
|
export * from "./ListHolidaysParams";
|
|
683
691
|
export * from "./ListLocationsParams";
|
|
684
692
|
export * from "./ListMcpToolsResponseModel";
|
|
693
|
+
export * from "./ListOrdersResponse";
|
|
685
694
|
export * from "./ListProductsParams";
|
|
686
695
|
export * from "./ListResponseAgentBranchSummary";
|
|
687
|
-
export * from "./ListResponseApiIntegrationDocResponse";
|
|
688
696
|
export * from "./ListResponseMeta";
|
|
689
697
|
export * from "./ListServicesParams";
|
|
690
698
|
export * from "./ListSpeechEnginesResponse";
|
|
@@ -741,6 +749,7 @@ export * from "./McpToolConfigOverrideInput";
|
|
|
741
749
|
export * from "./McpToolConfigOverrideInputInputOverridesValue";
|
|
742
750
|
export * from "./McpToolConfigOverrideOutput";
|
|
743
751
|
export * from "./McpToolConfigOverrideOutputInputOverridesValue";
|
|
752
|
+
export * from "./MediaId";
|
|
744
753
|
export * from "./MemoryEntrySearchResult";
|
|
745
754
|
export * from "./MemoryEntrySearchResultSource";
|
|
746
755
|
export * from "./MessageSearchSortBy";
|
|
@@ -777,10 +786,20 @@ export * from "./ObjectJsonSchemaPropertyOutput";
|
|
|
777
786
|
export * from "./ObjectJsonSchemaPropertyOutputPropertiesValue";
|
|
778
787
|
export * from "./OrbAvatar";
|
|
779
788
|
export * from "./OrchestratorToolMockBehaviorConfig";
|
|
789
|
+
export * from "./OrderDeliverablesResponse";
|
|
790
|
+
export * from "./OrderId";
|
|
791
|
+
export * from "./OrderItemInfo";
|
|
792
|
+
export * from "./OrderItemKind";
|
|
793
|
+
export * from "./OrderMediaResponse";
|
|
794
|
+
export * from "./OrderRequestState";
|
|
795
|
+
export * from "./OrderResponse";
|
|
796
|
+
export * from "./OrderState";
|
|
797
|
+
export * from "./OrderSummary";
|
|
780
798
|
export * from "./OutboundCallRecipient";
|
|
781
799
|
export * from "./OutboundCallRecipientResponseModel";
|
|
782
800
|
export * from "./OutboundSipTrunkConfigRequestModel";
|
|
783
801
|
export * from "./OutputFormat";
|
|
802
|
+
export * from "./PairedLanguagesResponse";
|
|
784
803
|
export * from "./PartialTranscriptPayload";
|
|
785
804
|
export * from "./PatchWorkspaceWebhookResponseModel";
|
|
786
805
|
export * from "./PdfExportOptions";
|
|
@@ -886,6 +905,7 @@ export * from "./PronunciationDictionaryVersionResponseModelPermissionOnResource
|
|
|
886
905
|
export * from "./PydanticPronunciationDictionaryVersionLocator";
|
|
887
906
|
export * from "./QualityPresetType";
|
|
888
907
|
export * from "./QueryParamsJsonSchema";
|
|
908
|
+
export * from "./QuoteInfo";
|
|
889
909
|
export * from "./RagChunkMetadata";
|
|
890
910
|
export * from "./RagConfig";
|
|
891
911
|
export * from "./RagConfigWorkflowOverride";
|
|
@@ -910,7 +930,9 @@ export * from "./RegexParameterEvaluationStrategy";
|
|
|
910
930
|
export * from "./RegionalProcessingSurchargeInfo";
|
|
911
931
|
export * from "./RegionConfigRequest";
|
|
912
932
|
export * from "./RegisterForGroupSessionParams";
|
|
933
|
+
export * from "./RegisterMediaResponse";
|
|
913
934
|
export * from "./RemoveMemberFromGroupRequest";
|
|
935
|
+
export * from "./RemoveOrderItemResponse";
|
|
914
936
|
export * from "./Render";
|
|
915
937
|
export * from "./RenderStatus";
|
|
916
938
|
export * from "./RenderType";
|
|
@@ -931,6 +953,20 @@ export * from "./ReviewResponseModel";
|
|
|
931
953
|
export * from "./ReviewResponseModelRejectReasonsItem";
|
|
932
954
|
export * from "./ReviewResponseModelReviewStatus";
|
|
933
955
|
export * from "./ReviewStatus";
|
|
956
|
+
export * from "./RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindInput";
|
|
957
|
+
export * from "./RootModelAnnotatedUnionDubOrderItemRequestSubtitleOrderItemRequestFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKindOutput";
|
|
958
|
+
export * from "./RootModelAnnotatedUnionPairedLanguagesResponseSingleLanguagesResponseFieldInfoAnnotationNoneTypeRequiredTrueDiscriminatorKind";
|
|
959
|
+
export * from "./RttAudioPayload";
|
|
960
|
+
export * from "./RttEndOfStreamPayload";
|
|
961
|
+
export * from "./RttErrorPayload";
|
|
962
|
+
export * from "./RttFinalTranscriptPayload";
|
|
963
|
+
export * from "./RttInputAudioChunkPayload";
|
|
964
|
+
export * from "./RttInputFormatEnum";
|
|
965
|
+
export * from "./RttOutputFormatEnum";
|
|
966
|
+
export * from "./RttPartialTranscriptPayload";
|
|
967
|
+
export * from "./RttSessionStartedPayload";
|
|
968
|
+
export * from "./RttStatusPayload";
|
|
969
|
+
export * from "./RttTranslationPayload";
|
|
934
970
|
export * from "./SafetyCommonModel";
|
|
935
971
|
export * from "./SafetyEvaluation";
|
|
936
972
|
export * from "./SafetyResponseModel";
|
|
@@ -986,6 +1022,7 @@ export * from "./SimilarVoice";
|
|
|
986
1022
|
export * from "./SimilarVoicesForSpeakerResponse";
|
|
987
1023
|
export * from "./SimulationTestModel";
|
|
988
1024
|
export * from "./SimulationToolMockBehaviorConfig";
|
|
1025
|
+
export * from "./SingleLanguagesResponse";
|
|
989
1026
|
export * from "./SingleTestRunRequestModel";
|
|
990
1027
|
export * from "./SingleUseTokenResponseModel";
|
|
991
1028
|
export * from "./SingleUseTokenType";
|
|
@@ -1020,6 +1057,7 @@ export * from "./SpeakerTrack";
|
|
|
1020
1057
|
export * from "./SpeakerUpdatedResponse";
|
|
1021
1058
|
export * from "./SpeechEngineConfig";
|
|
1022
1059
|
export * from "./SpeechEngineConfigRequestHeadersValue";
|
|
1060
|
+
export * from "./SpeechEngineConversationInitiationClientDataConfig";
|
|
1023
1061
|
export * from "./SpeechEngineResponse";
|
|
1024
1062
|
export * from "./SpeechEngineSummaryResponse";
|
|
1025
1063
|
export * from "./SpeechHistoryItemResponse";
|
|
@@ -1043,10 +1081,12 @@ export * from "./StudioClipReference";
|
|
|
1043
1081
|
export * from "./StudioClipReferenceClipType";
|
|
1044
1082
|
export * from "./StudioTextStyleOutlineModel";
|
|
1045
1083
|
export * from "./StudioTextStyleShadowModel";
|
|
1084
|
+
export * from "./SubmitOrderResponse";
|
|
1046
1085
|
export * from "./Subscription";
|
|
1047
1086
|
export * from "./SubscriptionResponse";
|
|
1048
1087
|
export * from "./SubscriptionResponseModelMaxCreditLimitExtension";
|
|
1049
1088
|
export * from "./SubscriptionStatusType";
|
|
1089
|
+
export * from "./SubtitleOrderItemRequest";
|
|
1050
1090
|
export * from "./SuggestedAudioTag";
|
|
1051
1091
|
export * from "./SupportedVoice";
|
|
1052
1092
|
export * from "./SystemToolConfigInput";
|
|
@@ -1169,6 +1209,8 @@ export * from "./UpdateOAuth2ClientCredsRequest";
|
|
|
1169
1209
|
export * from "./UpdateOAuth2JwtRequest";
|
|
1170
1210
|
export * from "./UpdateOAuth2JwtRequestAlgorithm";
|
|
1171
1211
|
export * from "./UpdateOAuth2JwtRequestTokenResponseField";
|
|
1212
|
+
export * from "./UpdateOrderRequest";
|
|
1213
|
+
export * from "./UpdateOrderResponse";
|
|
1172
1214
|
export * from "./UpdateProductParams";
|
|
1173
1215
|
export * from "./UpdateProjectRequest";
|
|
1174
1216
|
export * from "./UpdatePronunciationDictionariesRequest";
|
|
@@ -1178,6 +1220,8 @@ export * from "./UpdateSimulationTestRequest";
|
|
|
1178
1220
|
export * from "./UpdateStaffParams";
|
|
1179
1221
|
export * from "./UpdateToolCallUnitTestRequest";
|
|
1180
1222
|
export * from "./UpdateWorkspaceMemberResponseModel";
|
|
1223
|
+
export * from "./UpsertOrderItemRequest";
|
|
1224
|
+
export * from "./UpsertOrderItemResponse";
|
|
1181
1225
|
export * from "./UrlAvatar";
|
|
1182
1226
|
export * from "./UrlModel";
|
|
1183
1227
|
export * from "./UsageAggregationInterval";
|